@charset "UTF-8";
.contents {
  width: 175.34rem;
}
@media screen and (max-width: 750px) {
  .contents {
    width: auto;
  }
}

.gHeader {
  width: 15.4rem;
}
@media screen and (max-width: 750px) {
  .gHeader {
    width: auto;
  }
}
.gHeader .text {
  opacity: 0;
  transition: opacity 0.8s;
}
body.ready .gHeader .text {
  opacity: 1;
}

.main {
  display: flex;
  width: 123.24rem;
}
@media screen and (max-width: 750px) {
  .main {
    display: block;
    width: auto;
  }
}

.mainVisual {
  width: 28.8rem;
}
@media screen and (max-width: 750px) {
  .mainVisual {
    width: auto;
  }
}
.mainVisual .image {
  position: relative;
  overflow: hidden;
}

section.about {
  display: flex;
  width: 52.3rem;
}
@media screen and (max-width: 750px) {
  section.about {
    display: block;
    width: auto;
  }
}
section.about .text {
  width: 11.4rem;
  margin: 0 3rem;
  padding: 3.2rem 0 0;
}
@media screen and (max-width: 750px) {
  section.about .text {
    width: auto;
    margin: 1rem 0 0;
    padding: 0;
  }
}
section.about .text .logo {
  width: 4.82rem;
  margin: 0 auto;
}
section.about .text .title {
  margin: 1.5rem 0 0;
  border-bottom: 1px solid currentColor;
  padding: 0 0 0.4rem;
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  section.about .text .title {
    line-height: 1.5;
    margin: 1rem 0 0;
    white-space: normal;
  }
  section.about .text .title::before, section.about .text .title::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
  }
  section.about .text .title::before {
    margin-bottom: -0.25em;
  }
  section.about .text .title::after {
    margin-top: -0.25em;
  }
}
section.about .text .data {
  line-height: 1.5;
  padding: 0.4rem 0 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.24rem;
  letter-spacing: 0.05em;
}
section.about .text .data::before, section.about .text .data::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.about .text .data::before {
  margin-bottom: -0.25em;
}
section.about .text .data::after {
  margin-top: -0.25em;
}
section.about .text p {
  line-height: 2.3333333333;
  padding: 1.4rem 0 0;
  font-size: 0.3rem;
  font-weight: 600;
  letter-spacing: 0.075em;
}
section.about .text p::before, section.about .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.about .text p::before {
  margin-bottom: -0.6666666667em;
}
section.about .text p::after {
  margin-top: -0.6666666667em;
}
@media screen and (max-width: 750px) {
  section.about .text p {
    padding: 0.8rem 0 0;
  }
}
section.about .image--01 {
  width: 11.9rem;
  padding: 4.3rem 0 0;
}
@media screen and (max-width: 750px) {
  section.about .image--01 {
    width: auto;
    margin: 1rem 0.4rem 0;
    padding: 0;
  }
}
section.about .image--01 .image {
  overflow: hidden;
}
section.about .image--02 {
  width: 21rem;
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  section.about .image--02 {
    width: auto;
    margin: 1rem 0.4rem 0;
  }
}
section.about .image--02 figcaption {
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  section.about .image--02 figcaption {
    position: static;
    padding: 0.2rem 0 0;
  }
}

section.planning {
  display: flex;
  width: 42.14rem;
  position: relative;
  background: #e6e6e0;
}
@media screen and (max-width: 750px) {
  section.planning {
    display: block;
    width: auto;
    margin: 1.6rem 0 0;
  }
}
section.planning .prepend {
  box-sizing: border-box;
  width: 16.1rem;
  padding: 0 0 0 4rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  section.planning .prepend {
    width: auto;
    padding: 2rem 0 0;
    overflow: hidden;
  }
}
section.planning .prepend .bgText {
  position: absolute;
  top: 3rem;
  left: 0;
  color: #c1c0b2;
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.3;
}
@media screen and (max-width: 750px) {
  section.planning .prepend .bgText {
    top: 0;
    font-size: 3rem;
  }
}
section.planning .prepend .text {
  padding: 5.2rem 0 0;
}
@media screen and (max-width: 750px) {
  section.planning .prepend .text {
    padding: 0;
  }
}
section.planning .prepend .text .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.32rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
section.planning .prepend .text p {
  line-height: 2;
  padding: 0.44rem 0 0;
  font-size: 0.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
section.planning .prepend .text p::before, section.planning .prepend .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.planning .prepend .text p::before {
  margin-bottom: -0.5em;
}
section.planning .prepend .text p::after {
  margin-top: -0.5em;
}
section.planning .image--01 {
  width: 13rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  section.planning .image--01 {
    width: auto;
    margin: 0.8rem 0.4rem 0;
  }
}
section.planning .image--02 {
  width: 8rem;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 750px) {
  section.planning .image--02 {
    width: auto;
    margin: 0.4rem 0.4rem 0;
  }
}
section.planning .image--02 .image {
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  section.planning .image--02 figcaption {
    white-space: nowrap;
  }
}
section.planning .image--05 {
  width: 13rem;
  margin: 0 0 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  section.planning .image--05 {
    width: auto;
    margin: 0.8rem 0 0;
  }
}
/*# sourceMappingURL=unique.css.map */