@charset "UTF-8";
:root {
  /* --primary: #1B1464;
  --secondary: #0071BB; */
  --black: #000000;
  --white: #ffffff;
}

/* =============================================
Base Set
============================================= */
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%; /*--rem表記用--*/
}
body {
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-feature-settings: "palt" 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  color: var(--black);
  width: 100%;
  overflow-x: hidden;
}

.wrapper{
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--black);
  background-size: 1280px 1040px;
}
.inner {
  width: 100%;
  padding: 0 8%;
}
@media screen and (min-width:768px) {
  .inner {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (min-width:1280px) {
  .wrapper{
    background-size: 100% auto;
  }
  .inner {
    padding: 0;
  }
}

/* animate.css */
.invisible {
  visibility: hidden;
}
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity:0;
    -webkit-transform:translate3d(0,-30%,0);
    transform:translate3d(0,-30%,0);
  }
  to {
    opacity:1;
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
  }
}
@keyframes fadeInDownShort {
  0% {
    opacity:0;
    -webkit-transform:translate3d(0,-30%,0);
    transform:translate3d(0,-30%,0);
  }
  to {
    opacity:1;
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
  }
}
.animate__fadeInDownShort {
  -webkit-animation-name:fadeInDownShort;
  animation-name:fadeInDownShort
}

@-webkit-keyframes fadeInUpShort {
  0% {
    opacity:0;
    -webkit-transform:translate3d(0,30%,0);
    transform:translate3d(0,30%,0);
  }
  to {
    opacity:1;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity:0;
    -webkit-transform:translate3d(0,30%,0);
    transform:translate3d(0,30%,0);
  }
  to {
    opacity:1;
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
  }
}
.animate__fadeInUpShort {
  -webkit-animation-name:fadeInUpShort;
  animation-name:fadeInUpShort
}

.animate__animated.animate__delay-05s {
  -webkit-animation-delay:.5s;
  animation-delay:.5s;
  -webkit-animation-delay:calc(var(--animate-delay)*0.5);
  animation-delay:calc(var(--animate-delay)*0.5)
}



/* -------------------------------------
Img
------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

/* -------------------------------------
Link
------------------------------------- */
a {
  transition: all .3s ease;
}
*:focus {
  outline: none;
}
@media screen and (min-width:768px) {
  a:hover {
    opacity: .7;
  }
}


/* -------------------------------------
Common
------------------------------------- */
/* ---hidden--- */
/* hidden */
@media screen and (min-width: 361px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media screen and (max-width: 1919px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.page--pink {
  background: url(../img/bg_pink.webp) top left / 100px 100px;
}
.page--ecc {
  position: relative;
}
.page--ecc:before,
.page--ecc:after {
  content: "";
  display: block;
  width: 200vw;
  height: 20px;
  position: absolute;
  left: 0;
  background: url(../img/bg_ecc.webp) top center / contain repeat-x;
  animation: infinity-scroll 50s infinite linear;
}
.page--ecc:before {
  top: 15px;
}
.page--ecc:after {
  bottom: 15px;
}

@keyframes infinity-scroll {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

/* -------------------------------------
Header
------------------------------------- */
.header-logo {
  width: 130px;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

/* -------------------------------------
Main
------------------------------------- */
/* main-visual */
.main-visual {
  margin: -49.45px auto 0;
  max-width: 1280px;
  background-color: var(--black);
  position: relative;
}
.main-visual__yuge {
  position: absolute;
  width: 40%;
  height: 50%;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%) rotateY(0deg) scale(3, 1);
  opacity: 0;
  -webkit-animation: steam_Move 8s infinite linear;
          animation: steam_Move 8s infinite linear;
  transition: all 1s;
}
.main-visual__yuge .st0 {
  fill:#FFFFFF;
}

@keyframes steam_Move {
  0% {
    filter: blur(10px);
    bottom: 5%;
    transform: translateX(-50%) rotateY(0deg) scale(3, 1);
    opacity: 0;
  }
  15% {
    opacity: 0.5;
  }
  33% {
    transform: translateX(-50%) rotateY(40deg) scale(2, 1.5);
  }
  66% {
    transform: translateX(-50%) rotateY(2deg) scale(1.4, 1.2);
  }
  100% {
    filter: blur(16px);
    transform: translateX(-50%) rotateY(50deg) scale(1.4, 1.5);
    opacity: 0;
    bottom: 30%;
  }
}
@media screen and (min-width:768px) {
  .main-visual__yuge {
    left: calc(50% + 15%);
    transform: translateX(-50%) rotateY(0deg) scale(4, 1);
  }

  @keyframes steam_Move {
    0% {
      filter: blur(10px);
      bottom: 5%;
      transform: translateX(-50%) rotateY(0deg) scale(4, 1);
      opacity: 0;
    }
    15% {
      opacity: 0.5;
    }
    33% {
      transform: translateX(-50%) rotateY(40deg) scale(2.5, 2);
    }
    66% {
      transform: translateX(-50%) rotateY(2deg) scale(1.4, 1.8);
    }
    100% {
      filter: blur(16px);
      transform: translateX(-50%) rotateY(50deg) scale(1.4, 1.5);
      opacity: 0;
      bottom: 50%;
    }
  }
}

/* intro */
.intro {
  padding: 15px 0;
}
.intro .inner {
  padding-top: 108px;
  padding-bottom: 108px;
}
.intro__text {
  color: var(--white);
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.08em;
}
.text--paragraph + .text--paragraph {
  margin-top: 40px;
  display: block;
}
.intro__fukidashi {
  width: 96%;
  margin: 0 auto;
}
.intro__fukidashi.fukidashi--en {
  margin-top: -18%;
}
.intro__image {
  width: calc(100% + 20%);
  margin: -9% -10% 0;
}
@media screen and (min-width:600px) {
  .intro__text {
    font-size: 2.0rem;
  }
}

/* secret */
.secret {
  padding: 80px 0 120px;
}
.secret__title {
  width: 100%;
  margin-bottom: 60px;
}
.secret-list__item {
  background: url(../img/secret_bg.webp) top center / 315px 315px no-repeat;
  padding-top: 30px;
}
.secret-list__item + .secret-list__item {
  margin-top: 100px;
}
.secret-list__number {
  background: -moz-linear-gradient(left, #F4C664 0%, #FFEE95 45%, #FFF7AB 57%, #F0C76A 100%);
  background: -webkit-linear-gradient(left, #F4C664 0%, #FFEE95 45%, #FFF7AB 57%, #F0C76A 100%);
  background: linear-gradient(to right, #F4C664 0%, #FFEE95 45%, #FFF7AB 57%, #F0C76A 100%);
  width: 5em;
  margin: 0 auto 10px;
  text-align: center;
  font-weight: 800;
}
.secret-list__catch {
  font-size: 2.0rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  color: var(--white);
  font-weight: 800;
  text-align: center;
  margin-bottom: 23px;
}
.secret-list__title {
  width: 100%;
  max-width: 375px;
  margin: 0 auto 25px;
}
.secret-list__title .title--gold {
  color: #FFEE95;
}
.secret-list__image {
  width: 119%;
  margin: 0 -9.5% 30px;
  position: relative;
}
.secret-list__caption {
  width: 14.5%;
  position: absolute;
  top: -5%;
  right: 8%;
}
.item--02 .secret-list__caption {
  top: auto;
  bottom: -6%;
  right: auto;
  left: 8%;
}
.item--03 .secret-list__caption {
  width: 16%;
  top: auto;
  bottom: -6%;
}
.secret-list__text {
  color: var(--white);
}
@media screen and (max-width: 360px) {
  .secret-list__item {
    background-size: 100% auto;
  }
}
@media screen and (min-width:600px) {
  .secret-list__image {
    width: 100%;
    margin: 0 0 30px;
    position: relative;
  }
}

/* commit */
.commit {
  background: #C9B754 url(../img/commit_bg.webp) top center / auto 100% no-repeat;
  padding: 110px 0 0;
}
.commit__subtitle {
  font-size: 2.0rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 6px;
}
.commit__catch {
  font-size: 3.0rem;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
}
.commit__title {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.commit__message {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
  max-width: 500px;
  margin: 75px auto 0;
}
.commit__message img {
  width: 47%;
}
.commit__image {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: -50px auto 0;
}

/* map */
.map {
  padding-top: 68px;
}
.map__title {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.map__image {
  margin-top: 30px;
  position: relative;
}
.map__image .image--base {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.map__image .image--text {
  position: absolute;
  width: 28.5%;
  top: 5px;
  left: 13%;
}

/* entry */
.entry {
  padding: 95px 0 50px;
  background-color: #000000;
  margin-top: -72px;
}
.entry__text {
  font-size: 2.4rem;
  line-height: 1.75;
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
}
.entry__button {
  display: block;
  margin: 0 auto 20px;
  max-width: 500px;
}

/* -------------------------------------
Footer
------------------------------------- */
.footer {
  padding: 40px 0 10px;
}
.footer .inner {
  padding-bottom: 20px;
}

/* supplement */
.supplement {
  background: url(../img/footer_bg_corner_tl.webp) top 3px left 3px / 26px auto no-repeat,
              url(../img/footer_bg_corner_tr.webp) top 3px right 3px / 26px auto no-repeat,
              url(../img/footer_bg_corner_bl.webp) bottom 3px left 3px / 26px auto no-repeat,
              url(../img/footer_bg_corner_br.webp) bottom 3px right 3px / 26px auto no-repeat;
  padding: 70px 5% 45px;
  border: 1px solid var(--white);
}
.supplement__catch {
  font-size: 2.3rem;
  line-height: 1.75;
  margin-bottom: 25px;
  color: var(--white);
  text-align: center;
  font-weight: 800;
}
.supplement__text {
  color: var(--white);
  margin-bottom: 20px;
}
.supplement__button {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 1.75px 1.75px 3px rgba(0,0,0,.3);
  max-width: 500px;
  margin: 0 auto;
}

/* share */
.share {
  margin-top: 75px;
}
.share__title {
  font-size: 2.4rem;
  line-height: 1.75;
  margin-bottom: 25px;
  color: var(--white);
  text-align: center;
  font-weight: 800;
}
.share__image {
  width: 64.26%;
  max-width: 285px;
  margin: 0 auto;
}
.share-list {
  width: 80%;
  max-width: 200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.share-list__item {
  width: 53px;
  border-radius: 50%;
  box-shadow: 3px 3px 3px rgba(0,0,0,.3);
}

/* copyright */
.copyright {
  font-size: 1rem;
  text-align: center;
  padding-bottom: 60px;
  font-family: sans-serif;
  color: var(--white);
}

/* modal */
.modaal-container {
  max-width: 400px;
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
}
.modaal-content-container {
  padding: 0;
}
.modaal-video-wrap {
  margin: auto;
}

.modal-share__title {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  color: var(--white);
}
.modal-share .share-list {
  padding: 10px 0 40px;
}
.modal-share__text {
  text-align: center;
  color: var(--white);
  margin-bottom: 20px;
}
.modal-share__text .text--paragraph {
  display: block;
}
.modal-share__text .text--paragraph + .text--paragraph {
  margin-top: 10px;
}
.modal-share .share-list {
  padding-bottom: 0;
}