@charset "UTF-8";
/*=============================================
*
* 共通
*
=============================================*/
* {
  box-sizing: border-box;
}

::-moz-placeholder {
  color: #9a9a9a;
  font-size: 1.3rem;
}

::placeholder {
  color: #9a9a9a;
  font-size: 1.3rem;
}

html {
  font-size: 62.5%;
}

body {
  background: #000012;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: hidden;
  width: 100%;
}

p {
  text-indent: 0;
}

a {
  color: #fff;
}

img {
  max-block-size: none;
  max-width: 100%;
}

section {
  margin: 0 auto;
  position: relative;
}

/*=============================================
*
* 背景動画
*
=============================================*/
.back-video {
  bottom: 0;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  right: 0;
  width: auto;
  z-index: -100;
  transition: opacity 0.5s ease 0.6s;
}
.back-video.is-active {
  opacity: 1;
}

/*=============================================
*
* 背景動画
*
=============================================*/
.bubble-canvas {
  bottom: 0;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  right: 0;
  width: auto;
  z-index: -100;
  transition: opacity 0.5s ease 0.6s;
}
.bubble-canvas.is-active {
  opacity: 1;
}

/*=============================================
*
* ヘッダー
*
=============================================*/
.header {
  margin: 0 auto;
  opacity: 0;
  position: fixed;
  transition: opacity 0.5s ease 0.4s;
}
.header.is-active {
  opacity: 1;
}

.header__nav-list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  left: 100px;
  position: fixed;
  top: calc(50% - 80px);
  transform: translateY(-50%);
}
@media screen and (max-width: 1785px) {
  .header__nav-list {
    gap: 40px;
    left: 2vw;
  }
}
@media screen and (max-height: 820px) {
  .header__nav-list {
    gap: 35px;
    top: calc(50% - 60px);
  }
}
@media screen and (max-height: 690px) {
  .header__nav-list {
    gap: 25px;
    top: 60px;
    transform: translateY(0);
  }
}
@media screen and (max-height: 650px) {
  .header__nav-list {
    gap: 15px;
    top: 80px;
  }
}
@media (min-width: 1786px) and (max-height: 650px) {
  .header__nav-list {
    gap: 15px;
  }
}
@media screen and (max-height: 540px) {
  .header__nav-list {
    gap: 10px;
    top: 50px;
  }
}
@media screen and (max-height: 440px) {
  .header__nav-list {
    gap: 10px;
    top: 40px;
  }
}
@media screen and (max-width: 1110px) {
  .header__nav-list {
    display: none;
  }
}

.header__nav-item a {
  color: #7C7C7C;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 2.9rem;
  line-height: 1.2;
  text-decoration: none;
}
.header__nav-item a.is-current {
  color: #fff;
}
@media screen and (max-height: 800px) {
  .header__nav-item a {
    font-size: 2.5rem;
  }
}
@media screen and (max-height: 800px) {
  .header__nav-item a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1785px) {
  .header__nav-item a {
    font-size: 2.3rem;
  }
}

.header__nav-list,
.header__nav-item,
.header__nav-item a {
  font-family: "Zen Old Mincho", serif !important;
}

.header__logo-set-box {
  bottom: 250px;
  position: fixed;
  right: 3vw;
}
@media screen and (max-width: 1893px) {
  .header__logo-set-box {
    right: 20px;
  }
}
@media screen and (max-width: 1785px) {
  .header__logo-set-box {
    max-width: 230px;
  }
}
@media screen and (max-width: 1585px) {
  .header__logo-set-box {
    max-width: 200px;
  }
}
@media screen and (max-width: 1110px) {
  .header__logo-set-box {
    display: none;
  }
}

/*=============================================
*
* メインコンテンツ
*
=============================================*/
.main {
  flex-grow: 1;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.main.is-active {
  opacity: 1;
}

.main__inner {
  background: linear-gradient(180deg, #05326e 0%, #141a56 45.7%, #141a34 100%);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-width: 1079px;
  position: relative;
}
@media screen and (max-width: 1520px) {
  .main__inner {
    max-width: calc(100dvw - 450px);
  }
}
@media screen and (max-width: 1110px) {
  .main__inner {
    max-width: 1079px;
  }
}
@media screen and (max-width: 700px) {
  .main__inner {
    background: linear-gradient(180deg, rgba(4, 40, 88, 0.7) 0%, rgba(16, 21, 70, 0.7) 45.7%, rgba(16, 21, 42, 0.7) 100%);
  }
}

article {
  position: relative;
}

.main__back-deco {
  background: url(../images/back-deco.png) no-repeat center top/586px;
  height: 100%;
  left: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  width: 100%;
  z-index: 0;
}

.main-content-wrapper {
  opacity: 0;
  transition: opacity 0.5s ease 0.3s;
}
.main-content-wrapper.is-active {
  opacity: 1;
}

/*=============================================
*
* フッター
*
=============================================*/
.footer {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.footer.is-active {
  opacity: 1;
}

.footer__inner {
  background: #141A3D;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0 auto;
  max-width: 1079px;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 1520px) {
  .footer__inner {
    max-width: calc(100dvw - 450px);
  }
}
@media screen and (max-width: 1110px) {
  .footer__inner {
    max-width: 1079px;
  }
}
@media screen and (max-width: 700px) {
  .footer__inner {
    padding-bottom: 55px;
  }
}

.footer__nazoad-aqua-link-banner {
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 30px;
  position: relative;
}
.footer__nazoad-aqua-link-banner::after {
  background: #fff;
  bottom: 3px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.footer__credits__item {
  font-size: 1.3rem;
}

.footer__pagetop-btn {
  bottom: 0;
  left: 40px;
  position: fixed;
  transform: translateY(100%);
  transition: all 0.5s ease;
}
@media screen and (max-width: 1520px) {
  .footer__pagetop-btn {
    max-width: 80px;
  }
}
@media screen and (max-width: 1110px) {
  .footer__pagetop-btn {
    bottom: 0;
    left: 10px;
    max-width: 45px;
  }
}
.footer__pagetop-btn.is-scrollin {
  bottom: 40px;
  transform: translateY(0);
}
@media screen and (max-width: 1110px) {
  .footer__pagetop-btn.is-scrollin {
    bottom: 10px;
  }
}

/*=============================================
*
* 
*
=============================================*/
.share-link-box {
  background: url(../images/share-link-box-back.svg) no-repeat center center;
  bottom: 0;
  height: 106px;
  padding: 10px;
  position: fixed;
  right: 6.5vw;
  transform: translateY(100%);
  transition: all 0.5s ease;
  width: 134px;
  z-index: 20;
}
@media screen and (max-width: 1893px) {
  .share-link-box {
    right: 100px;
  }
}
@media screen and (max-width: 1785px) {
  .share-link-box {
    right: 65px;
  }
}
@media screen and (max-width: 1585px) {
  .share-link-box {
    right: 45px;
  }
}
@media screen and (max-width: 700px) {
  .share-link-box {
    background: url(../images/share-link-box-back-sp.svg) no-repeat left center;
    gap: 6.5px;
    height: 121px;
    top: 50%;
    right: 0;
    transform: translate(100%, 0);
    width: 50px;
  }
}
.share-link-box.is-scrollin {
  bottom: 56.5px;
  transform: translateY(0);
}
@media (min-width: 701px) and (max-width: 1893px) {
  .share-link-box.is-scrollin {
    bottom: 56.5px;
  }
}
@media screen and (max-width: 700px) {
  .share-link-box.is-scrollin {
    transform: translate(0, 0);
  }
}

.share-link-box__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12.5px;
  justify-content: center;
}

.share-link-box__item a {
  display: block;
  width: 48px;
}
@media screen and (max-width: 700px) {
  .share-link-box__item a {
    width: auto;
  }
}
.share-link-box__item a img {
  width: 100%;
}

.share-link-box__title {
  color: #000;
  font-family: "Nunito", sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  margin: 0 auto 12.6px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .share-link-box__title {
    left: -2px;
    letter-spacing: 0;
    position: relative;
  }
}

/*=============================================
*
* ローディングモーダル
*
=============================================*/
.loading-modal-overlay {
  align-items: center;
  background: linear-gradient(180deg, #000000 0%, #050811 45.7%, #000000 100%);
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility;
}
.loading-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.loading-modal-dialog {
  box-sizing: border-box;
  outline: none;
  position: relative;
  transform: translateY(6px);
  transition: transform 0.25s ease;
}

.loading-modal-overlay.is-open .loading-modal-dialog {
  transform: translateY(0);
}

.loading-modal-content {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  opacity: 0;
}
.loading-modal-content.is-loaded {
  animation: loading-modal-content-fadeIn 3s ease forwards;
  display: flex;
}

@keyframes loading-modal-content-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading-modal-content__text {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.9rem;
  letter-spacing: 0.2em;
  line-height: 2.4;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .loading-modal-content__text {
    font-size: 2rem;
    letter-spacing: 0.15em;
  }
}

.loading-modal-content__text-red {
  color: #d00;
}

.loading-modal-overlay {
  inset: 0;
  position: fixed;
  overflow: hidden;
}

.loading-bubble-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.loading-modal-dialog {
  position: relative;
  z-index: 2;
}

/*=============================================
*
* サウンド設定 / ローディングより前に表示
*
=============================================*/
.sound-config-modal-dialog {
  box-sizing: border-box;
  outline: none;
  position: relative;
  z-index: 2;
  transform: translateY(6px);
  transition: transform 0.25s ease;
  width: 100%;
  max-width: 560px;
  margin: 0 20px;
}

.sound-config-modal-overlay.is-open .sound-config-modal-dialog {
  transform: translateY(0);
}

.sound-config-modal-content {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 195px;
  position: relative;
  text-align: center;
  width: 317px;
  z-index: 2;
}
.sound-config-modal-content span {
  color: #fff;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.18em;
  margin-bottom: 15px;
}
.sound-config-modal-content.is-hide {
  animation: sound-config-modal-content-hide 0.35s ease forwards;
}

@keyframes sound-config-modal-content-hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.sound-config-controls {
  display: flex;
  gap: 44px;
  justify-content: center;
  align-items: center;
}

/* buttons */
#sound-on-btn {
  cursor: pointer;
  height: 74px;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.12s ease;
  width: 74px;
}
#sound-on-btn:hover {
  opacity: 0.8;
}
#sound-on-btn img {
  width: 100%;
}

#sound-off-btn {
  cursor: pointer;
  height: 74px;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.12s ease;
  width: 74px;
}
#sound-off-btn:hover {
  opacity: 0.8;
}
#sound-off-btn img {
  width: 100%;
}

/*=============================================
*
* エフェクト
*
=============================================*/
.effect {
  filter: blur(60px);
  transition: filter 1s ease;
}
.effect.is-scrollin {
  filter: blur(0);
}

/*=============================================
*
* アコーディオンボタン
*
=============================================*/
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.25s ease;
  opacity: 0;
}

.accordion-content.is-active {
  opacity: 1;
}

.accordion-btn {
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
}

.accordion-btn.is-active img {
  transform: rotate(180deg);
  transition: transform 0.25s ease;
}

/*=============================================
*
* モーダル
*
=============================================*/
.modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-dialog {
  border: 1px solid #fff;
  box-sizing: border-box;
  max-width: 800px;
  min-width: 359px;
  outline: none;
  padding: 3px;
  position: relative;
  transform: translateY(6px);
  transition: transform 0.25s ease;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .modal-dialog {
    min-width: 0;
  }
}

.modal-content {
  background: rgba(3, 30, 133, 0.8);
  border: 1px solid #fff;
  padding: 50px 30px 30px;
}
@media screen and (max-width: 500px) {
  .modal-content {
    padding: 45px 15px 15px;
  }
}

.modal-overlay.is-open .modal-dialog {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .modal-overlay,
  .modal-dialog {
    transition: none;
  }
}
/* close button */
.modal-close {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: auto;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 25px;
  top: 20px;
  width: 26px;
}
@media screen and (max-width: 500px) {
  .modal-close {
    right: 15px;
    top: 15px;
  }
}

/*=============================================
*
* モーダル (Handprint Modal)
*
=============================================*/
.handprint-modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 1s ease, visibility 0s linear 1s;
}
.handprint-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 1s ease, visibility 0s linear 0s;
}
.handprint-modal-overlay.is-color-change {
  background: rgba(176, 0, 0, 0.4);
}

.handprint-modal-dialog {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 1079px;
  min-width: 359px;
  outline: none;
  padding: 3px;
  pointer-events: none;
  position: relative;
  transform: translateY(6px);
  transition: transform 0.6s ease;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .handprint-modal-dialog {
    min-width: 0;
  }
}

.handprint-modal-overlay.is-open .handprint-modal-dialog {
  transform: translateY(0);
}

.handprint-modal-content {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  pointer-events: none;
  position: relative;
  width: 680px;
}
.handprint-modal__img {
  aspect-ratio: 390/513.25;
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: scale(1.4);
  transition: all 0.6s ease 1.6s;
  width: 100%;
}
.handprint-modal__item {
  position: absolute;
  opacity: 0;
  transform: scale(2);
  transition: opacity 0.5s ease, transform 0.02s ease;
}
.handprint-modal-overlay.is-open .handprint-modal__item {
  opacity: 1;
  transform: scale(1);
}

.handprint-item-01 {
  left: 69.5%;
  top: 0;
  width: 18.1358974359%;
}
.handprint-modal-overlay.is-open .handprint-item-01 {
  transition-delay: 0.148s;
}

.handprint-item-02 {
  left: 23.5%;
  top: 5.5%;
  width: 16.1512820513%;
}
.handprint-modal-overlay.is-open .handprint-item-02 {
  transition-delay: 0.292s;
}

.handprint-item-03 {
  left: 44.2%;
  top: 16%;
  width: 16.5282051282%;
}
.handprint-modal-overlay.is-open .handprint-item-03 {
  transition-delay: 0.132s;
}

.handprint-item-04 {
  left: 66.5%;
  top: 22.2%;
  width: 15.8025641026%;
}
.handprint-modal-overlay.is-open .handprint-item-04 {
  transition-delay: 0.244s;
}

.handprint-item-05 {
  left: 4.7%;
  top: 27%;
  width: 19.8487179487%;
}
.handprint-modal-overlay.is-open .handprint-item-05 {
  transition-delay: 0.1s;
}

.handprint-item-06 {
  left: 26.3%;
  top: 28.5%;
  width: 16.5846153846%;
}
.handprint-modal-overlay.is-open .handprint-item-06 {
  transition-delay: 0.196s;
}

.handprint-item-07 {
  left: 52.5%;
  top: 33.8%;
  width: 18.5358974359%;
}
.handprint-modal-overlay.is-open .handprint-item-07 {
  transition-delay: 0.324s;
}

.handprint-item-08 {
  left: 76%;
  top: 39.6%;
  width: 19.1025641026%;
}
.handprint-modal-overlay.is-open .handprint-item-08 {
  transition-delay: 0.116s;
}

.handprint-item-09 {
  left: 29.5%;
  top: 53.2%;
  width: 19.2153846154%;
}
.handprint-modal-overlay.is-open .handprint-item-09 {
  transition-delay: 0.26s;
}

.handprint-item-10 {
  left: 11%;
  top: 59.8%;
  width: 15.7076923077%;
}
.handprint-modal-overlay.is-open .handprint-item-10 {
  transition-delay: 0.164s;
}

.handprint-item-11 {
  left: 39.7%;
  top: 64%;
  width: 14.1179487179%;
}
.handprint-modal-overlay.is-open .handprint-item-11 {
  transition-delay: 0.228s;
}

.handprint-item-12 {
  left: 62.8%;
  top: 56%;
  width: 19.4897435897%;
}
.handprint-modal-overlay.is-open .handprint-item-12 {
  transition-delay: 0.308s;
}

.handprint-item-13 {
  left: 18%;
  top: 76%;
  width: 15.9846153846%;
}
.handprint-modal-overlay.is-open .handprint-item-13 {
  transition-delay: 0.276s;
}

.handprint-item-14 {
  left: 68%;
  top: 68.5%;
  width: 20.0692307692%;
}
.handprint-modal-overlay.is-open .handprint-item-14 {
  transition-delay: 0.18s;
}

.handprint-item-15 {
  left: 56%;
  top: 85%;
  width: 18.7974358974%;
}
.handprint-modal-overlay.is-open .handprint-item-15 {
  transition-delay: 0.212s;
}

.handprint-item-16 {
  left: 8%;
  top: 10%;
  width: 17.0256410256%;
}
.handprint-modal-overlay.is-open .handprint-item-16 {
  transition-delay: 0.356s;
}

.handprint-item-17 {
  left: 32%;
  top: 8%;
  width: 18.2358974359%;
}
.handprint-modal-overlay.is-open .handprint-item-17 {
  transition-delay: 0.436s;
}

.handprint-item-18 {
  left: 55%;
  top: 9%;
  width: 16.2692307692%;
}
.handprint-modal-overlay.is-open .handprint-item-18 {
  transition-delay: 0.388s;
}

.handprint-item-19 {
  left: 79%;
  top: 12%;
  width: 15.3333333333%;
}
.handprint-modal-overlay.is-open .handprint-item-19 {
  transition-delay: 0.484s;
}

.handprint-item-20 {
  left: 14%;
  top: 20%;
  width: 19.0256410256%;
}
.handprint-modal-overlay.is-open .handprint-item-20 {
  transition-delay: 0.532s;
}

.handprint-item-21 {
  left: 38%;
  top: 21%;
  width: 17.5128205128%;
}
.handprint-modal-overlay.is-open .handprint-item-21 {
  transition-delay: 0.404s;
}

.handprint-item-22 {
  left: 60%;
  top: 18%;
  width: 19.6923076923%;
}
.handprint-modal-overlay.is-open .handprint-item-22 {
  transition-delay: 0.58s;
}

.handprint-item-23 {
  left: 4%;
  top: 36%;
  width: 17.9230769231%;
}
.handprint-modal-overlay.is-open .handprint-item-23 {
  transition-delay: 0.628s;
}

.handprint-item-24 {
  left: 24%;
  top: 39%;
  width: 15.0512820513%;
}
.handprint-modal-overlay.is-open .handprint-item-24 {
  transition-delay: 0.452s;
}

.handprint-item-25 {
  left: 45%;
  top: 42%;
  width: 18.7692307692%;
}
.handprint-modal-overlay.is-open .handprint-item-25 {
  transition-delay: 0.676s;
}

.handprint-item-26 {
  left: 70%;
  top: 34%;
  width: 17.3333333333%;
}
.handprint-modal-overlay.is-open .handprint-item-26 {
  transition-delay: 0.5s;
}

.handprint-item-27 {
  left: 78%;
  top: 48%;
  width: 16%;
}
.handprint-modal-overlay.is-open .handprint-item-27 {
  transition-delay: 0.772s;
}

.handprint-item-28 {
  left: 9%;
  top: 50%;
  width: 20.0256410256%;
}
.handprint-modal-overlay.is-open .handprint-item-28 {
  transition-delay: 0.596s;
}

.handprint-item-29 {
  left: 36%;
  top: 50%;
  width: 16.8461538462%;
}
.handprint-modal-overlay.is-open .handprint-item-29 {
  transition-delay: 0.724s;
}

.handprint-item-30 {
  left: 57%;
  top: 50%;
  width: 18.0512820513%;
}
.handprint-modal-overlay.is-open .handprint-item-30 {
  transition-delay: 0.548s;
}

.handprint-item-31 {
  left: 2%;
  top: 64%;
  width: 15.4615384615%;
}
.handprint-modal-overlay.is-open .handprint-item-31 {
  transition-delay: 0.804s;
}

.handprint-item-32 {
  left: 22%;
  top: 64%;
  width: 19.1794871795%;
}
.handprint-modal-overlay.is-open .handprint-item-32 {
  transition-delay: 0.884s;
}

.handprint-item-33 {
  left: 44%;
  top: 62%;
  width: 14.8461538462%;
}
.handprint-modal-overlay.is-open .handprint-item-33 {
  transition-delay: 0.644s;
}

.handprint-item-34 {
  left: 65%;
  top: 62%;
  width: 19.4615384615%;
}
.handprint-modal-overlay.is-open .handprint-item-34 {
  transition-delay: 0.932s;
}

.handprint-item-35 {
  left: 77%;
  top: 66%;
  width: 17.641025641%;
}
.handprint-modal-overlay.is-open .handprint-item-35 {
  transition-delay: 0.756s;
}

.handprint-item-36 {
  left: 12%;
  top: 74%;
  width: 16.3076923077%;
}
.handprint-modal-overlay.is-open .handprint-item-36 {
  transition-delay: 0.98s;
}

.handprint-item-37 {
  left: 31%;
  top: 76%;
  width: 18.3333333333%;
}
.handprint-modal-overlay.is-open .handprint-item-37 {
  transition-delay: 0.836s;
}

.handprint-item-38 {
  left: 52%;
  top: 74%;
  width: 16.9743589744%;
}
.handprint-modal-overlay.is-open .handprint-item-38 {
  transition-delay: 1.044s;
}

.handprint-item-39 {
  left: 74%;
  top: 77%;
  width: 20.2820512821%;
}
.handprint-modal-overlay.is-open .handprint-item-39 {
  transition-delay: 0.916s;
}

.handprint-item-40 {
  left: 6%;
  top: 86%;
  width: 18.6153846154%;
}
.handprint-modal-overlay.is-open .handprint-item-40 {
  transition-delay: 1.092s;
}

.handprint-item-41 {
  left: 28%;
  top: 88%;
  width: 15.2307692308%;
}
.handprint-modal-overlay.is-open .handprint-item-41 {
  transition-delay: 0.964s;
}

.handprint-item-42 {
  left: 48%;
  top: 86%;
  width: 19.8205128205%;
}
.handprint-modal-overlay.is-open .handprint-item-42 {
  transition-delay: 1.14s;
}

.handprint-item-43 {
  left: 67%;
  top: 88%;
  width: 16.5384615385%;
}
.handprint-modal-overlay.is-open .handprint-item-43 {
  transition-delay: 1.012s;
}

.handprint-item-44 {
  left: 76%;
  top: 86%;
  width: 14.9230769231%;
}
.handprint-modal-overlay.is-open .handprint-item-44 {
  transition-delay: 1.252s;
}

.handprint-item-45 {
  left: 40%;
  top: 30%;
  width: 17.7948717949%;
}
.handprint-modal-overlay.is-open .handprint-item-45 {
  transition-delay: 0.516s;
}

.handprint-item-46 {
  left: 3%;
  top: 1%;
  width: 15.6923076923%;
}
.handprint-modal-overlay.is-open .handprint-item-46 {
  transition-delay: 0.324s;
}

.handprint-item-47 {
  left: 18%;
  top: 0;
  width: 18.9230769231%;
}
.handprint-modal-overlay.is-open .handprint-item-47 {
  transition-delay: 0.404s;
}

.handprint-item-48 {
  left: 34%;
  top: 2%;
  width: 17.0769230769%;
}
.handprint-modal-overlay.is-open .handprint-item-48 {
  transition-delay: 0.356s;
}

.handprint-item-49 {
  left: 50%;
  top: 1%;
  width: 15.0769230769%;
}
.handprint-modal-overlay.is-open .handprint-item-49 {
  transition-delay: 0.436s;
}

.handprint-item-50 {
  left: 63%;
  top: 2.8%;
  width: 18.3076923077%;
}
.handprint-modal-overlay.is-open .handprint-item-50 {
  transition-delay: 0.388s;
}

.handprint-item-51 {
  left: 82%;
  top: 1.5%;
  width: 16.4358974359%;
}
.handprint-modal-overlay.is-open .handprint-item-51 {
  transition-delay: 0.484s;
}

.handprint-item-52 {
  left: 12.8%;
  top: 14.2%;
  width: 19.6153846154%;
}
.handprint-modal-overlay.is-open .handprint-item-52 {
  transition-delay: 0.452s;
}

.handprint-item-53 {
  left: 27%;
  top: 12%;
  width: 17.4871794872%;
}
.handprint-modal-overlay.is-open .handprint-item-53 {
  transition-delay: 0.372s;
}

.handprint-item-54 {
  left: 44%;
  top: 10.5%;
  width: 15.5641025641%;
}
.handprint-modal-overlay.is-open .handprint-item-54 {
  transition-delay: 0.532s;
}

.handprint-item-55 {
  left: 61%;
  top: 12%;
  width: 19%;
}
.handprint-modal-overlay.is-open .handprint-item-55 {
  transition-delay: 0.468s;
}

.handprint-item-56 {
  left: 74.8%;
  top: 7.4%;
  width: 17%;
}
.handprint-modal-overlay.is-open .handprint-item-56 {
  transition-delay: 0.564s;
}

.handprint-item-57 {
  left: 6%;
  top: 22%;
  width: 18.6923076923%;
}
.handprint-modal-overlay.is-open .handprint-item-57 {
  transition-delay: 0.5s;
}

.handprint-item-58 {
  left: 24%;
  top: 24%;
  width: 15.358974359%;
}
.handprint-modal-overlay.is-open .handprint-item-58 {
  transition-delay: 0.596s;
}

.handprint-item-59 {
  left: 46.5%;
  top: 25.5%;
  width: 19.7948717949%;
}
.handprint-modal-overlay.is-open .handprint-item-59 {
  transition-delay: 0.548s;
}

.handprint-item-60 {
  left: 60%;
  top: 24%;
  width: 16.3333333333%;
}
.handprint-modal-overlay.is-open .handprint-item-60 {
  transition-delay: 0.516s;
}

.handprint-modal-close {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  height: auto;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 25px;
  top: 20px;
  width: 26px;
}
@media screen and (max-width: 500px) {
  .handprint-modal-close {
    right: 15px;
    top: 15px;
  }
}

/*=============================================
*
* レターモーダル
*
=============================================*/
.letter-modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.letter-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.letter-modal-dialog {
  border: 1px solid #fff;
  box-sizing: border-box;
  max-width: 800px;
  min-width: 359px;
  outline: none;
  padding: 3px;
  position: relative;
  transform: translateY(6px);
  transition: transform 0.25s ease;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .letter-modal-dialog {
    min-width: 0;
  }
}

.letter-modal-overlay.is-open .letter-modal-dialog {
  transform: translateY(0);
}

.letter-modal-content {
  background: rgba(64, 0, 0, 0.8);
  border: 1px solid #fff;
  padding: 50px 30px 30px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .letter-modal-content {
    padding: 45px 15px 15px;
  }
}

.letter-modal-content__text {
  font-family: "DotGothic16", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 30px;
  position: relative;
}

.letter-modal-content__nazoad-link-banner {
  border: 1px solid #fff;
  color: #000;
  display: inline-block;
  font-family: "DotGothic16", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 0.6rem;
  padding: 10px 20px;
  position: relative;
}
.letter-modal-content__nazoad-link-banner::before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.letter-modal-content__nazoad-link-banner::after {
  border: 1px solid #fff;
  content: "";
  height: calc(100% - 6px);
  left: 3px;
  position: absolute;
  top: 3px;
  width: calc(100% - 6px);
}
.letter-modal-content__nazoad-link-banner span {
  display: block;
  margin: 0 auto 15px;
  position: relative;
}

.letter-modal-content__nazoad-link-banner-img {
  display: block;
  margin: 0 auto;
  position: relative;
}

.letter-modal-close {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: auto;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 25px;
  top: 20px;
  width: 26px;
  background: none;
  border: none;
}
@media screen and (max-width: 500px) {
  .letter-modal-close {
    right: 15px;
    top: 15px;
  }
}

/*=============================================
*
* ヒントモーダル
*
=============================================*/
.hint-modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.hint-modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hint-modal-dialog {
  border: 1px solid #fff;
  box-sizing: border-box;
  max-width: 800px;
  min-width: 359px;
  outline: none;
  padding: 3px;
  position: relative;
  transform: translateY(6px);
  transition: transform 0.25s ease;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .hint-modal-dialog {
    min-width: 0;
  }
}

.hint-modal-overlay.is-open .hint-modal-dialog {
  transform: translateY(0);
}

.hint-modal-content {
  background: rgba(3, 30, 133, 0.8);
  border: 1px solid #fff;
  padding: 50px 30px 30px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .hint-modal-content {
    padding: 45px 15px 15px;
  }
}