@charset "UTF-8";
.contents {
  width: 197.1rem;
}
@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: 145rem;
}
@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: 30rem;
}
@media screen and (max-width: 750px) {
  section.about {
    display: block;
    width: auto;
  }
}
section.about .text {
  width: 12.38rem;
  margin: 0 3rem;
  padding: 3.72rem 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 {
  width: 11.6rem;
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  section.about .image {
    width: auto;
    margin: 1rem 0.4rem 0;
  }
  section.about .image figcaption {
    padding: 0.2rem 0 0 !important;
  }
}

section.lifestyle {
  display: flex;
  width: 86.2rem;
  position: relative;
  background: #e6e6e0;
}
@media screen and (max-width: 750px) {
  section.lifestyle {
    display: block;
    width: auto;
    margin: 1.6rem 0 0;
    padding: 0 0 1.6rem;
  }
}
section.lifestyle .prepend {
  box-sizing: border-box;
  width: 14.7rem;
  padding: 0 0 0 4rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  section.lifestyle .prepend {
    width: auto;
    padding: 2rem 0 0;
    overflow: hidden;
  }
}
section.lifestyle .prepend .bgText {
  position: absolute;
  top: 5.28rem;
  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.lifestyle .prepend .bgText {
    top: 0;
    font-size: 3rem;
  }
}
section.lifestyle .prepend .text {
  padding: 6.55rem 0 0;
}
@media screen and (max-width: 750px) {
  section.lifestyle .prepend .text {
    padding: 0;
  }
}
section.lifestyle .prepend .text .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.32rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
section.lifestyle .prepend .text p {
  line-height: 2;
  padding: 0.44rem 0 0;
  font-size: 0.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
section.lifestyle .prepend .text p::before, section.lifestyle .prepend .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.lifestyle .prepend .text p::before {
  margin-bottom: -0.5em;
}
section.lifestyle .prepend .text p::after {
  margin-top: -0.5em;
}
section.lifestyle .image--01, section.lifestyle .image--02, section.lifestyle .image--03, section.lifestyle .image--04 {
  align-self: flex-start;
}
section.lifestyle .image--01 .image, section.lifestyle .image--03 .image {
  overflow: hidden;
}
section.lifestyle .image--01 {
  width: 9.8rem;
  margin: 0 1.2rem 0 0;
}
@media screen and (max-width: 750px) {
  section.lifestyle .image--01 {
    width: auto;
    margin: 0.8rem 0.4rem 0;
  }
}
section.lifestyle .image--02 {
  width: 9.4rem;
  margin: 8.9rem 4.7rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  section.lifestyle .image--02 {
    width: auto;
    margin: 0.8rem 0.4rem 0;
  }
}
section.lifestyle .image--03 {
  width: 8.6rem;
  margin: 2.1rem 0.2rem 0 0;
}
@media screen and (max-width: 750px) {
  section.lifestyle .image--03 {
    width: auto;
    margin: 0.4rem 0.4rem 0;
  }
}
section.lifestyle .image--03 figcaption {
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  section.lifestyle .image--03 figcaption {
    white-space: normal;
  }
}
section.lifestyle .image--04 {
  width: 8.6rem;
  margin: 2.1rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  section.lifestyle .image--04 {
    width: auto;
    margin: 0.4rem 0.4rem 0;
  }
}
section.lifestyle .image--07 {
  width: 27rem;
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  section.lifestyle .image--07 {
    width: auto;
    margin: 0.8rem 0 0;
  }
}
section.lifestyle > .text {
  position: absolute;
  top: 3.7rem;
  left: 28rem;
}
@media screen and (max-width: 750px) {
  section.lifestyle > .text {
    position: static;
    margin: 0.8rem 0 0;
  }
}
section.lifestyle > .text p {
  line-height: 2.3333333333;
  font-size: 0.3rem;
  font-weight: 600;
  letter-spacing: 0.075em;
}
section.lifestyle > .text p::before, section.lifestyle > .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
section.lifestyle > .text p::before {
  margin-bottom: -0.6666666667em;
}
section.lifestyle > .text p::after {
  margin-top: -0.6666666667em;
}
/*# sourceMappingURL=unique.css.map */