/*
====================================================================
 Fonts
====================================================================
*/
/* Noto Serif Bold */
@font-face {
  font-display: swap;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("./fonts/noto-serif-jp-bold.woff2") format("woff2");
}
/* Noto Serif Medium */
@font-face {
  font-display: swap;
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("./fonts/noto-serif-jp-medium.woff2") format("woff2");
}
/* Cormorant Bold */
@font-face {
  font-display: swap;
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("./fonts/cormorant-bold.woff2") format("woff2");
}
/* Cormorant Medium */
@font-face {
  font-display: swap;
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("./fonts/cormorant-bold.woff2") format("woff2");
}
/* Bodoni Regular */
@font-face {
  font-display: swap;
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("./fonts/bodoni-moda-regular.woff2") format("woff2");
}
/*
====================================================================
 Colors
====================================================================
*/
/*
====================================================================
 Mixins
====================================================================
*/
/*
====================================================================
 ABOUT
====================================================================
*/
.section__body {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 1s;
}

.in-viewport .section__body {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.page-section01 h2 {
  margin-left: 0;
}
.page-section01 h2::after {
  content: none;
}
.page-section01 h2 .jp {
  padding-left: 64px;
}
.page-section01 p {
  margin-right: -15px;
}
.page-section01 p:not(:last-child) {
  margin-bottom: 0.75em;
}

.page-section02 {
  background: linear-gradient(to bottom, #f8f5f3 200px, white 200px);
  padding-bottom: 60px;
}
.page-section02 .section__header {
  background-color: white;
  padding-top: 54px;
}
.page-section02 h2 .en {
  margin-bottom: -8px;
}
.page-section02 h2 .jp {
  padding: 0 100px;
}
.page-section02 .introduction {
  padding: 0 40px;
}

.feature__content {
  position: relative;
  padding-bottom: 70px;
}
.feature__content::before {
  content: "";
  display: block;
  position: absolute;
  width: 2000px;
  height: calc(100% - 9px);
  border: 1px solid #c9a412;
  bottom: 0;
}
.feature-list__item {
  margin-top: 160px;
  position: relative;
}
.feature-list__item figure {
  position: absolute;
  top: -48px;
  opacity: 0;
  transition: opacity 1s, transform 1s;
}
.feature-list__item:nth-child(odd) figure {
  left: -300px;
  transform: translateX(-50%);
}
.feature-list__item:nth-child(odd) figure figcaption {
  font-size: 11px;
  text-align: right;
}
.feature-list__item:nth-child(odd) .feature__content {
  padding-left: 440px;
}
.feature-list__item:nth-child(odd) .feature__content::before {
  left: 0;
}
.feature-list__item:nth-child(odd).in-viewport figure {
  opacity: 1;
  transform: translateX(0);
}
.feature-list__item:nth-child(2) figure {
  right: -300px;
  transform: translateX(50%);
}
.feature-list__item:nth-child(2) figure figcaption {
  font-size: 11px;
  text-align: right;
}
.feature-list__item:nth-child(2) .feature__content {
  padding-right: 440px;
}
.feature-list__item:nth-child(2) .feature__content::before {
  right: 0;
}
.feature-list__item:nth-child(2).in-viewport figure {
  opacity: 1;
  transform: translateX(0);
}
.feature-list__item:nth-child(3) figure {
  top: -99px;
}
.feature-list__item:nth-child(3) figure figcaption {
  position: relative;
  font-size: 11px;
  text-align: right;
}
.feature-list__item:nth-child(3) figure figcaption span:nth-child(2) {
  position: absolute;
  right: 365px;
  bottom: 40px;
}
.feature-list__item.in-viewport h3 .en {
  opacity: 1;
  transform: translateY(0);
  animation-delay: 0.5s;
}
.feature-list h3 {
  font-size: 24px;
  font-weight: 600;
}
.feature-list h3 span {
  display: block;
}
.feature-list h3 span.en {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s, transform 1s;
  margin-top: -10px;
}
.feature-list h3 span.jp {
  line-height: 1.4;
  margin: 16px 0 30px 0;
  padding-left: 12px;
  border-left: 9px solid #333;
}

/*----------------------------------------------------------------*/
@media (max-width: 767px) {
  /*----------------------------------------------------------------*/
  /*
  ====================================================================
   SP / ABOUT
  ====================================================================
  */
  .page-section01 h2 {
    margin-left: auto;
    margin-bottom: 40px;
  }
  .page-section01 h2 .jp {
    padding-left: 40px;
  }
  .page-section01 p {
    margin-right: 0;
  }
  .page-section02 {
    padding-bottom: 0;
  }
  .page-section02 h2 .jp {
    padding: 0 50px;
  }
  .page-section02 .section__header {
    padding: 40px 0 1px 0;
  }
  .page-section02 .introduction {
    padding: 0 15px;
  }
  .feature__content {
    padding-bottom: 30px;
  }
  .feature__content::before {
    content: none;
  }
  .feature-list__item {
    margin-top: 40px;
    border: 1px solid #c9a412;
    padding: 10px 15px 18px 15px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1s, transform 1s;
  }
  .feature-list__item.in-viewport {
    opacity: 1;
    transform: translateY(0);
  }
  .feature-list__item figure {
    position: static;
    transform: none !important;
    margin-top: 15px;
  }
  .feature-list__item .feature__content {
    padding: 0 !important;
  }
  .feature-list__item:nth-child(3) figure figcaption span:nth-child(2) {
    display: none;
  }
  .feature-list h3 {
    font-size: 20px;
  }
  .feature-list h3 span.en {
    margin-top: 0;
  }
  .feature-list h3 span.en img {
    height: 32px;
  }
  .feature-list h3 span.jp {
    margin: 10px 0 15px 0;
    padding-left: 8px;
    border-left-width: 8px;
  }
  /*----------------------------------------------------------------*/
}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1119px) {
  /*----------------------------------------------------------------*/
  /*----------------------------------------------------------------*/
}
/*----------------------------------------------------------------*//*# sourceMappingURL=about.css.map */