@charset "UTF-8";
.l-header {
  display: none;
}
@media only screen and (max-width: 999px) {
  .l-header {
    display: contents;
  }
  .l-header__inner {
    display: none;
  }
}

#loader {
  background: var(--color-text);
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  left: 0;
  top: 0;
  /* loader全体のフェードアウト */
  -webkit-animation: loaderHide 6s ease forwards;
          animation: loaderHide 6s ease forwards;
  will-change: opacity;
}
#loader img {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  margin: auto;
}
#loader {
  /* 最初のロゴ */
}
#loader .logo {
  width: 300px;
  -webkit-animation: logoFade 2.5s ease forwards;
          animation: logoFade 2.5s ease forwards;
}
@media only screen and (max-width: 719px) {
  #loader .logo {
    width: 200px;
  }
}
#loader {
  /* 5thロゴ（入れ替え） */
}
#loader .logo_5th {
  width: 300px;
  -webkit-animation: logoFade 2.5s ease forwards;
          animation: logoFade 2.5s ease forwards;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
@media only screen and (max-width: 719px) {
  #loader .logo_5th {
    width: 200px;
  }
}

/* ロゴ：ふわっと表示 → 完全に消える */
@-webkit-keyframes logoFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logoFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* loader全体：余韻を残してふわっと消える */
@-webkit-keyframes loaderHide {
  0% {
    opacity: 1;
    visibility: visible;
  }
  80% { /* ロゴ終了後の余韻 */
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes loaderHide {
  0% {
    opacity: 1;
    visibility: visible;
  }
  80% { /* ロゴ終了後の余韻 */
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.p-brand {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-brand::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(https://d2w53g1q050m78.cloudfront.net/q1stjp/uploads/img/brand/bg.webp) no-repeat;
  background-size: cover;
}
.p-brand__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 630px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .p-brand__head {
    height: 640px;
  }
}
.p-brand__head__logo {
  width: 180px;
  position: absolute;
  left: 46px;
  top: 46px;
}
@media only screen and (max-width: 719px) {
  .p-brand__head__logo {
    width: 137px;
    left: 20px;
    top: 30px;
  }
}
.p-brand__head__logo02 {
  width: 376px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 719px) {
  .p-brand__head__logo02 {
    width: 220px;
    margin-bottom: 18px;
  }
}
.p-brand__head__logo02 img {
  width: 100%;
}
.p-brand__head__logo03 {
  width: 140px;
}
@media only screen and (max-width: 719px) {
  .p-brand__head__logo03 {
    width: 82px;
  }
}
.p-brand__head__ttl {
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 0.12em;
  margin-bottom: 50px;
}
@media only screen and (max-width: 719px) {
  .p-brand__head__ttl {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.p-brand__head__ttl small {
  vertical-align: super;
  font-size: 14px;
}
@media only screen and (max-width: 999px) {
  .p-brand__head__ttl small {
    font-size: 12px;
  }
}
@media only screen and (max-width: 719px) {
  .p-brand__head__ttl small {
    font-size: 10px;
  }
}
.p-brand__head__scroll {
  width: 100px;
  position: absolute;
  right: 108px;
  bottom: 22px;
}
@media only screen and (max-width: 719px) {
  .p-brand__head__scroll {
    width: 82px;
    right: 15px;
    bottom: 15px;
  }
}
.p-brand__head__scroll a {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
}
.p-brand__head__scroll__text {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
.p-brand__head__scroll__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: scroll_01 3s infinite;
          animation: scroll_01 3s infinite;
}
.p-brand__menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 65px;
  gap: 52px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 719px) {
  .p-brand__menu {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 25px 0;
  }
}
.p-brand__menu__item {
  width: 315px;
}
@media only screen and (max-width: 719px) {
  .p-brand__menu__item {
    width: 100%;
  }
}
.p-brand__menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  line-height: 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding-bottom: 24px;
  border-bottom: 1px solid #C7C7C7;
}
@media only screen and (max-width: 719px) {
  .p-brand__menu__link {
    line-height: 18px;
    font-size: 15px;
    padding: 0 10px 16px 0;
  }
}
.p-brand__menu__link::after {
  content: "";
  width: 20px;
  min-width: 20px;
  aspect-ratio: 1;
  background: url(https://d2w53g1q050m78.cloudfront.net/q1stjp/uploads/img/brand/ico_arrow.svg) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 719px) {
  .p-brand__menu__link::after {
    width: 18px;
    min-width: 18px;
  }
}
.p-brand__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 719px) {
  .p-brand__contents {
    padding-bottom: 120px;
  }
}
.p-brand__sec {
  width: 100%;
  position: relative;
}
.p-brand__sec__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 20px;
  text-align: center;
  padding-bottom: 46px;
}
@media only screen and (max-width: 719px) {
  .p-brand__sec__head {
    gap: 15px;
    padding-bottom: 30px;
  }
}
.p-brand__sec__head__ttl {
  line-height: 1;
  color: #686868;
  font-size: 15px;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 719px) {
  .p-brand__sec__head__ttl {
    font-size: 13px;
    letter-spacing: 0.03em;
  }
}
.p-brand__sec__head__ttl::after {
  display: block;
  content: "";
  width: 30px;
  height: 1px;
  margin: 20px auto 0;
  background-color: #9C8754;
}
@media only screen and (max-width: 719px) {
  .p-brand__sec__head__ttl::after {
    width: 28px;
    margin-top: 14px;
  }
}
.p-brand__sec__head__subttl {
  font-family: var(--font-en);
  font-size: 40px;
  line-height: 1.26;
  font-weight: 300;
  letter-spacing: 0.06em;
}
.p-brand__sec__head__subttl::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.26) * 0.5em);
}
.p-brand__sec__head__subttl::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.26) * 0.5em);
}
@media only screen and (max-width: 719px) {
  .p-brand__sec__head__subttl {
    font-size: 32px;
  }
}
.p-brand__story__head {
  width: 100%;
  padding-top: 85px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 719px) {
  .p-brand__story__head {
    padding-top: 80px;
  }
}
.p-brand__story__img {
  width: 100%;
  margin-bottom: 54px;
}
@media only screen and (max-width: 719px) {
  .p-brand__story__img {
    margin-bottom: 36px;
  }
}
.p-brand__story__lead {
  width: 100%;
  text-align: center;
  font-family: var(--font-minchou);
  font-weight: 400;
  font-size: 37px;
  line-height: 1.45;
  margin-bottom: 30px;
}
.p-brand__story__lead::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.45) * 0.5em);
}
.p-brand__story__lead::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.45) * 0.5em);
}
@media only screen and (max-width: 719px) {
  .p-brand__story__lead {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.p-brand__story__txt {
  width: 100%;
  text-align: center;
  letter-spacing: 0.06em;
  font-size: 17px;
  line-height: 2.33;
  margin-top: 15px;
}
@media only screen and (max-width: 719px) {
  .p-brand__story__txt {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.03em;
    margin-top: 20px;
  }
}
.p-brand__story__txt span {
  font-size: 25px;
  letter-spacing: 0.06em;
  font-family: var(--font-minchou);
}
@media only screen and (max-width: 719px) {
  .p-brand__story__txt span {
    font-size: 22px;
    letter-spacing: 0.03em;
  }
}
.p-brand__tech {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
}
@media only screen and (max-width: 999px) {
  .p-brand__tech {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-brand__tech__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.86);
}
@media only screen and (max-width: 719px) {
  .p-brand__tech__item {
    padding: 30px;
    border-radius: 15px;
  }
}
.p-brand__tech__item.--col2 {
  padding-left: 50px;
  padding-right: 50px;
  padding-inline: 50px;
}
@media only screen and (max-width: 999px) {
  .p-brand__tech__item.--col2 {
    padding-left: 40px;
    padding-right: 40px;
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 719px) {
  .p-brand__tech__item.--col2 {
    padding-left: 30px;
    padding-right: 30px;
    padding-inline: 30px;
  }
}
.p-brand__tech__item sup {
  font-size: 50%;
}
.p-brand__tech__item__num {
  font-size: 33px;
  font-weight: 600;
  font-style: italic;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 719px) {
  .p-brand__tech__item__num {
    font-size: 27px;
    letter-spacing: 0;
  }
}
.p-brand__tech__item__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
}
@media only screen and (max-width: 719px) {
  .p-brand__tech__item__img.--01 {
    margin-top: -10px;
    margin-bottom: -10px;
    margin-block: -10px;
  }
  .p-brand__tech__item__img.--02 {
    margin-top: -10px;
    margin-bottom: -10px;
    margin-block: -10px;
  }
  .p-brand__tech__item__img.--03 {
    margin-top: -10px;
    margin-bottom: -10px;
    margin-block: -10px;
  }
  .p-brand__tech__item__img.--05 {
    margin-top: -20px;
    margin-bottom: -20px;
    margin-block: -20px;
  }
}
.p-brand__tech__item__ttl {
  width: 100%;
  text-align: center;
  font-size: 24.62px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-family: var(--font-en);
  margin-top: 12px;
}
@media only screen and (max-width: 719px) {
  .p-brand__tech__item__ttl {
    font-size: 20px;
    letter-spacing: 0.05em;
  }
}
.p-brand__tech__item__txt {
  font-size: 16px;
  line-height: 1.65;
  margin-top: 10px;
}
@media only screen and (max-width: 719px) {
  .p-brand__tech__item__txt {
    font-size: 13px;
    margin-top: 8px;
  }
}
.p-brand__tech__txt {
  text-align: right;
  margin-top: 40px;
  font-size: 14px;
}
@media only screen and (max-width: 999px) {
  .p-brand__tech__txt {
    font-size: 12px;
    text-align: left;
    margin-top: 24px;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scroll_01 {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(-5px);
            transform: translate(-50%, -50%) translateY(-5px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateY(5px);
            transform: translate(-50%, -50%) translateY(5px);
    opacity: 0;
  }
}
@keyframes scroll_01 {
  0% {
    -webkit-transform: translate(-50%, -50%) translateY(-5px);
            transform: translate(-50%, -50%) translateY(-5px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) translateY(5px);
            transform: translate(-50%, -50%) translateY(5px);
    opacity: 0;
  }
}
.wave {
  position: absolute;
  width: 200%;
  height: 2px;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#BD913B), color-stop(#E3DCB7), to(transparent));
  background: linear-gradient(90deg, transparent, #BD913B, #E3DCB7, transparent);
  background-size: 200% auto;
  -webkit-animation: waveMove 4s linear infinite;
          animation: waveMove 4s linear infinite;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px #E5D495, 0 0 10px #E5D495, 0 0 20px #E5D495;
          box-shadow: 0 0 5px #E5D495, 0 0 10px #E5D495, 0 0 20px #E5D495;
}

@-webkit-keyframes waveMove {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    background-position: 0% center;
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(2deg);
            transform: translateY(-20px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    background-position: 200% center;
  }
}

@keyframes waveMove {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    background-position: 0% center;
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(2deg);
            transform: translateY(-20px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    background-position: 200% center;
  }
}
.wave1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  opacity: 0.8;
  rotate: -35deg;
  top: 0%;
  left: -60%;
}
@media only screen and (max-width: 999px) {
  .wave1 {
    rotate: -30deg;
    top: 0%;
    left: -50%;
  }
}
@media only screen and (max-width: 719px) {
  .wave1 {
    rotate: -25deg;
    left: -15%;
  }
}

.wave2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0.6;
  rotate: 20deg;
  bottom: -10%;
  left: -48%;
  width: 100%;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media only screen and (max-width: 719px) {
  .wave2 {
    bottom: -15%;
    width: 150%;
  }
}
@media only screen and (max-width: 419px) {
  .wave2 {
    bottom: 5%;
    width: 120%;
  }
}

.wave3 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0.5;
  rotate: -18deg;
  bottom: 44%;
  left: 0;
}
@media only screen and (max-width: 999px) {
  .wave3 {
    bottom: 30%;
  }
}
@media only screen and (max-width: 719px) {
  .wave3 {
    rotate: -35deg;
  }
}

.wave4 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  opacity: 0.6;
  rotate: 55deg;
  bottom: 10%;
  left: 5%;
}
@media only screen and (max-width: 999px) {
  .wave4 {
    left: 15%;
  }
}
@media only screen and (max-width: 719px) {
  .wave4 {
    rotate: 60deg;
    left: 0;
    bottom: 40%;
  }
}
@media only screen and (max-width: 419px) {
  .wave4 {
    width: 250%;
    left: -5%;
  }
}

.wave5 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  opacity: 0.8;
  rotate: -35deg;
  top: 110%;
  left: -145%;
}
@media only screen and (max-width: 719px) {
  .wave5 {
    top: 15%;
    left: 0;
  }
}
@media only screen and (max-width: 419px) {
  .wave5 {
    top: 10%;
    rotate: -40deg;
  }
}

.wave6 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0.6;
  rotate: 40deg;
  bottom: 30%;
  left: -48%;
  width: 100%;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media only screen and (max-width: 719px) {
  .wave6 {
    rotate: 20deg;
    bottom: 82%;
  }
}
@media only screen and (max-width: 419px) {
  .wave6 {
    bottom: 86%;
  }
}

.wave7 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0.8;
  rotate: -42deg;
  bottom: 116%;
  right: -48%;
  width: 100%;
}
@media only screen and (max-width: 719px) {
  .wave7 {
    bottom: 60%;
  }
}
.wave8 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  opacity: 0.4;
  rotate: -20deg;
  bottom: 60%;
  right: -48%;
  width: 100%;
}
@media only screen and (max-width: 719px) {
  .wave8 {
    rotate: 55deg;
    opacity: 0.6;
    bottom: 60%;
    left: -60%;
  }
}
.wave9 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  opacity: 0.6;
  rotate: 45deg;
  bottom: -15%;
  left: -48%;
  width: 100%;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media only screen and (max-width: 719px) {
  .wave9 {
    rotate: 30deg;
    bottom: 50%;
  }
}
@media only screen and (max-width: 419px) {
  .wave9 {
    bottom: 68%;
  }
}

.wave10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0.8;
  rotate: 30deg;
  top: 73%;
  right: -48%;
  width: 100%;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.wave11 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0.4;
  rotate: 30deg;
  bottom: -57%;
  right: -48%;
  width: 120%;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media only screen and (max-width: 719px) {
  .wave11 {
    opacity: 0.6;
    rotate: 30deg;
    bottom: 88%;
    right: -25%;
    width: 100%;
  }
}
@media only screen and (max-width: 419px) {
  .wave11 {
    bottom: 96%;
  }
}

.wave12 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  opacity: 0.6;
  rotate: -34deg;
  bottom: 40%;
  right: -48%;
  width: 110%;
}
@media only screen and (max-width: 719px) {
  .wave12 {
    rotate: -37deg;
    bottom: 82%;
  }
}