@charset "UTF-8";
/* ==========================================================================
  Global Settings
========================================================================== */
:root {
  --color-golden: #9f6100;
  --color-dark: #000;
  --size-content: 110rem;
  --font-shippori: "Shippori Mincho", serif;
  --font-noto: "Noto Sans JP", sans-serif;
}
html {
  font-size: 62.5%;
  background: url(../img/bg-noise.webp) repeat center center;
}
body {
  -webkit-text-size-adjust: 100%;
  color: var(--color-golden);
  font-family: var(--font-shippori);
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.8;
}
.center {
  text-align: center;
}
@media (hover: hover) {
  button,
  a {
    transition: opacity 0.3s;
    &:hover {
      opacity: 0.7 !important;
    }
  }
}
@media (max-width: 1100px) and (min-width: 769px) {
  html {
    font-size: calc(1000vw / 1100);
  }
}
@media (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  :root {
  }
  html {
    font-size: calc(1000vw / 375);
  }
  body {
    font-size: 1.5rem;
  }
  .pc {
    display: none;
  }
}
/* ==========================================================================
  Main Visual
========================================================================== */
#sec-mainvisual {
  min-height: 80rem;
  padding: 7rem calc(50% - calc(var(--size-content) / 2)) 0;
  text-align: center;
}
#sec-mainvisual > .deco {
  position: absolute;
  width: 100%;
  min-height: inherit;
  inset: 0;
  background: url(../img/mainvisual-deco.webp) no-repeat center 5rem / 120.8rem auto;
}
#sec-mainvisual > p {
  width: 11rem;
  margin: auto;
  position: relative;
  z-index: 1;
}
#sec-mainvisual > figure {
  max-width: 92.7rem;
  margin: -3.5rem auto 4rem;
  position: relative;
  z-index: 1;
}
#sec-mainvisual > h1 {
  width: 50.3rem;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #sec-mainvisual {
    min-height: 69rem;
    padding: 3rem 0 0;
  }
  #sec-mainvisual > .deco {
    background: url(../img/mainvisual-deco-sp.webp) no-repeat center 12rem / 34.1rem auto;
  }
  #sec-mainvisual > p {
    width: 9.6rem;
  }
  #sec-mainvisual > figure {
    max-width: 35rem;
    margin: 6.4rem auto 2.4rem;
  }
  #sec-mainvisual > h1 {
    width: 31.6rem;
  }
}
/* ==========================================================================
  Intro
========================================================================== */
#sec-intro {
  margin-top: 4rem;
  padding: 9rem calc(50% - calc(var(--size-content) / 2)) 17rem;
  text-align: center;
  position: relative;
}
#sec-intro ruby {
  line-height: 1;
  position: relative;
}
#sec-intro ruby:before {
  content: "しじん";
  position: absolute;
  top: -.6rem;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}
#sec-intro > p {
  line-height: 2.1em;
  position: relative;
  z-index: 1;
}
#sec-intro > dl {
  width: 53rem;
  height: 10.6rem;
  padding: 1.6rem 0 0 2.4rem;
  margin: 4.5rem auto 0;
  background: url(../img/intro-boxborder.svg) no-repeat center center / contain;
  line-height: 1.57;
  text-align: left;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}
#sec-intro > dl dt {
  font-size: 1.8rem;
}
#sec-intro > dl dd {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
#sec-intro > .bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 88rem;
  aspect-ratio: 88/60;
  background: url(../img/intro-bg.svg) no-repeat center center / contain;
  transform: translateX(-50%);
  pointer-events: none;
}
#sec-intro > .deco {
  position: absolute;
  top: 2rem;
  left: 51%;
  width: 97rem;
  aspect-ratio: 97/45.8;
  background: url(../img/intro-deco.webp) no-repeat center center / contain;
  transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 768px) {
  #sec-intro {
    margin: 0rem auto 3rem;
    padding: 6.4rem 0 0;
    min-height: 71rem;
  }
  #sec-intro > p {
    line-height: 2.15;
    letter-spacing: -0.02em;
  }
  #sec-intro > dl {
    width: 31.2rem;
    height: 16.2rem;
    margin: 2rem auto 0;
    padding: 1rem 0 0 2.4rem;
    background: url(../img/intro-boxborder-sp.svg) no-repeat center center / contain;
    line-height: 2.1;
  }
  #sec-intro > dl dt {
    font-size: 1.7rem;
  }
  #sec-intro > dl dd {
    line-height: 1.7;
  }
  #sec-intro > .bg {
    width: auto;
    inset: 0;
    aspect-ratio: unset;
    background: url(../img/intro-bg-sp.svg) no-repeat center top / 43rem auto;
    transform: none;
  }
  #sec-intro > .deco {
    width: auto;
    inset: 0;
    aspect-ratio: unset;
    background: url(../img/intro-deco-sp.webp) no-repeat center 0.5rem / 40rem auto;
    transform: none;
  }
}
/* ==========================================================================
  Route
========================================================================== */
#sec-route {
  padding: 8.2rem calc(50% - calc(var(--size-content) / 2)) 18rem;
  background:
    url(../img/route-deco02.webp) no-repeat calc(50% - calc(67rem / 2)) bottom / 12rem auto,
    url(../img/route-deco01.webp) no-repeat right calc(50% - calc(67rem / 2)) top 15rem / 20rem auto,
    linear-gradient(to bottom, #fff calc(100% - 13rem), transparent 13rem);
  text-align: center;
  position: relative;
}
#sec-route > h2 {
  width: 1em;
  line-height: 1;
  font-family: var(--font-noto);
  font-size: 4rem;
  position: absolute;
  left: calc(50% - calc(88rem / 2));
  top: 3rem;
}
#sec-route > figure {
  max-width: 58rem;
  margin: 0 auto;
}
#sec-route > a {
  display: block;
  width: 22rem;
  margin-left: 22rem;
}

@media (max-width: 768px) {
  #sec-route {
    padding: 11.6rem 1.6rem 2rem;
    background:
      url(../img/route-deco02-sp.webp) no-repeat 1rem bottom / 7.4rem auto,
      url(../img/route-deco01.webp) no-repeat right 3rem top 2rem / 16rem auto,
      linear-gradient(to bottom, #fff calc(100% - 4rem), transparent 13rem);
  }
  #sec-route > h2 {
    left: 1.6rem;
    top: -6rem;
  }
  #sec-route > figure {
    width: auto;
  }
  #sec-route > a {
    margin: 2rem auto 0;
    left: 1.5rem;
    position: relative;
  }
}
/* ==========================================================================
  Design
========================================================================== */
#sec-design {
  margin-top: -2rem;
  padding: 0 calc(50% - calc(var(--size-content) / 2));
  background: url(../img/design-deco.webp) no-repeat right calc(50% - calc(65rem / 2)) top 4rem / 16.7rem auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sec-design > h2 {
  width: 1em;
  line-height: 1;
  font-family: var(--font-noto);
  font-size: 4rem;
  position: absolute;
  left: calc(50% - calc(88rem / 2));
  top: -2rem;
}
#sec-design > p {
  width: min(100%, 50rem);
  border-block: 1px solid var(--color-golden);
  padding: 1.6rem 0;
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-feature-settings: "palt";
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.8;
}
#sec-design > dl {
  margin: 7rem 0;
  color: var(--color-dark);
}
#sec-design > dl dt {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 2.4rem;
}
#sec-design > dl dd {
  letter-spacing: -0.02em;
}
#sec-design > picture {
  max-width: 76.8rem;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #sec-design {
    margin: 2rem 0 0;
    padding: 11rem 1.6rem 0;
    background: url(../img/design-deco-sp.webp) no-repeat right 1.6rem top / 11.7rem auto;
  }
  #sec-design > h2 {
    left: 1.6rem;
    top: 5rem;
  }
  #sec-design > p {
    width: auto;
    margin-left: 6rem;
    padding: 2rem 1rem 2rem 0;
    font-size: 1.6rem;
    white-space: nowrap;
    overflow: hidden;
  }
  #sec-design > dl {
    margin: 7rem 0;
  }
  #sec-design > dl dt {
    margin-bottom: 1.6rem;
    font-size: 2.2rem;
  }
  #sec-design > dl dd {
    font-size: 1.5rem;
    white-space: nowrap;
    overflow: hidden;
  }
}
/* ==========================================================================
  Coming Soon
========================================================================== */
#sec-comingsoon {
  padding: 37rem calc(50% - calc(var(--size-content) / 2)) 4rem;
  background:
    url(../img/comingsoon-deco.webp) no-repeat center 16rem / 18.2rem auto,
    linear-gradient(to bottom, transparent 0%, #fff 35%);
  text-align: center;
  position: relative;
}
#sec-comingsoon > h2 {
  margin-bottom: 2rem;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1;
}
#sec-comingsoon > a {
  display: block;
  width: 26rem;
  margin: 4rem auto 0;
}
#sec-comingsoon > a img {
  width: 100%;
  max-width: unset;
}

@media (max-width: 768px) {
  #sec-comingsoon {
    padding: 20rem 1.6rem 4rem;
    background:
      url(../img/comingsoon-deco.webp) no-repeat center 5.6rem / 13.4rem auto,
      linear-gradient(to bottom, transparent 20%, #fff 40%);
  }
  #sec-comingsoon > h2 {
    margin-bottom: 2rem;
    font-size: 3rem;
  }
  #sec-comingsoon > a {
    margin-top: 2rem;
    width: 22rem;
  }
}
/* ==========================================================================
  Footer
========================================================================== */
.site-footer {
  background: #fff;
  text-align: center;
  position: relative;
}
.site-footer .cta {
  padding: 4rem 0;
  background: #a3a3a3;
}
.site-footer .cta button {
  display: block;
  width: 7rem;
  margin: 0 auto;
}
.site-footer .cta a {
  display: block;
  width: 38rem;
  margin: 2.4rem auto 0;
}
.site-footer figure {
  width: 21rem;
  padding: 1.6rem 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .site-footer .cta {
    padding: 2.4rem 0;
  }
  .site-footer .cta button {
    width: 5.8rem;
  }
  .site-footer .cta a {
    width: 30rem;
    margin: 2rem auto 0;
  }
  .site-footer figure {
    width: 12.6rem;
  }
}
