@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bigshot+One&display=swap");
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}
@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes spin-right {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}
@keyframes spin-right {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}
@-webkit-keyframes spin-left {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(-360deg); /* 360度回転 */
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(-360deg); /* 360度回転 */
  }
}
@-webkit-keyframes scaleAmime {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes scaleAmime {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.2);
  }
}
@-webkit-keyframes loadShapes {
  0% {
    transform: rotateX(0deg);
  }
  25% {
    transform: rotateX(360deg);
  }
  50% {
    transform: rotateX(360deg);
  }
  75% {
    transform: rotateX(0deg);
  }
}
@keyframes loadShapes {
  0% {
    transform: rotateX(0deg);
  }
  25% {
    transform: rotateX(360deg);
  }
  50% {
    transform: rotateX(360deg);
  }
  75% {
    transform: rotateX(0deg);
  }
}
/*=============================================================
 01_base
=============================================================*/
/*=============================================================
 tools
=============================================================*/
body {
  font-family: "Lora", serif;
  font-weight: 500;
  background-color: #CBFF96;
}

.re-image {
  width: 100%;
  height: auto;
}

.bgCon {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/global/bg-pc.webp) no-repeat top center;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bgCon {
    background-image: url(../img/global/bg-sp.webp);
  }
}

.btn {
  position: relative;
  width: 400px;
  height: 60px;
  background-image: linear-gradient(90deg, rgb(53, 201, 70), rgb(29, 227, 211));
  border-radius: 100px;
}
@media only screen and (max-width: 1250px) {
  .btn {
    width: 32vw;
    height: 4.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn {
    width: 62.5vw;
    height: 9.375vw;
  }
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background-color: #fff;
  border-radius: 100px;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 1250px) {
  .btn::before {
    width: calc(100% - 0.96vw);
    height: calc(100% - 0.96vw);
    border-radius: 8vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn::before {
    width: calc(100% - 1.875vw);
    height: calc(100% - 1.875vw);
  }
}
.btn .btn__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 26px;
  line-height: 1;
  color: #000;
  font-family: "Bigshot One", serif;
  text-align: center;
  text-decoration: none;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 1250px) {
  .btn .btn__link {
    font-size: 2.08vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn .btn__link {
    font-size: 4.6875vw;
  }
}
.btn .btn__link::after {
  content: attr(data-text); /* View More を複製 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(53, 201, 70), rgb(29, 227, 211));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none; /* クリック邪魔しない */
  opacity: 0;
  transition: all 0.35s ease;
}
.btn .btn__arrow {
  position: absolute;
  top: 48%;
  right: 20px;
  transform: translateY(-50%);
  width: 46px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1250px) {
  .btn .btn__arrow {
    right: 1.6vw;
    width: 3.68vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn .btn__arrow {
    right: 3.125vw;
    width: 7.1875vw;
  }
}
.btn:hover::before {
  filter: blur(5px);
}
@media only screen and (max-width: 1250px) {
  .btn:hover::before {
    filter: blur(0.4vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn:hover::before {
    filter: unset;
  }
}
.btn:hover .btn__link {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .btn:hover .btn__link {
    color: #000;
  }
}
.btn:hover .btn__link::after {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .btn:hover .btn__link::after {
    opacity: 0;
  }
}
.btn:hover .btn__arrow {
  transform: translateY(-50%) translateX(10px);
  opacity: 0;
}
@media only screen and (max-width: 1250px) {
  .btn:hover .btn__arrow {
    transform: translateY(-50%) translateX(0.8vw);
  }
}
@media only screen and (max-width: 768px) {
  .btn:hover .btn__arrow {
    transform: translateY(-50%);
    opacity: 1;
  }
}
.btn__center {
  margin: 0 auto;
}
.btn__back {
  margin-top: 132px;
}
@media only screen and (max-width: 1250px) {
  .btn__back {
    margin-top: 10.56vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn__back {
    margin-top: 19.53125vw;
  }
}
.btn__back .btn__arrow {
  right: inherit;
  left: 20px;
}
@media only screen and (max-width: 1250px) {
  .btn__back .btn__arrow {
    left: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  .btn__back .btn__arrow {
    left: 3.125vw;
  }
}
.btn__back .btn__arrow img {
  transform: scale(-1, 1);
}
.btn__off {
  opacity: 0.5;
  pointer-events: none;
}

#whole__deco {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 2;
}
#whole__deco .whole__deco__star1 {
  width: 800px;
  position: absolute;
  top: 60%;
  left: -10%;
}
@media only screen and (max-width: 768px) {
  #whole__deco .whole__deco__star1 {
    width: 93.75vw;
    left: -40%;
  }
}
#whole__deco .whole__deco__star2 {
  width: 500px;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: scale(-1, 1);
}
@media only screen and (max-width: 768px) {
  #whole__deco .whole__deco__star2 {
    width: 62.5vw;
  }
}
#whole__deco .whole__deco__star3 {
  width: 500px;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: scale(-1, 1);
}
@media only screen and (max-width: 768px) {
  #whole__deco .whole__deco__star3 {
    width: 62.5vw;
    left: -10%;
  }
}
#whole__deco .whole__deco__star4 {
  width: 1000px;
  position: absolute;
  top: 45%;
  right: -10%;
}
@media only screen and (max-width: 768px) {
  #whole__deco .whole__deco__star4 {
    width: 78.125vw;
    top: 80%;
    right: 10%;
  }
}
#whole__deco .whole__deco__star5 {
  width: 800px;
  position: absolute;
  top: 5%;
  right: 0%;
}
@media only screen and (max-width: 768px) {
  #whole__deco .whole__deco__star5 {
    width: 93.75vw;
    top: -5%;
    right: -20%;
  }
}
#whole__deco .whole__deco__star6 {
  width: 1000px;
  position: absolute;
  top: 10%;
  left: -10%;
  transform: scale(-1, 1);
}
@media only screen and (max-width: 768px) {
  #whole__deco .whole__deco__star6 {
    width: 62.5vw;
  }
}

.head__logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
  z-index: 5;
}
@media only screen and (max-width: 1250px) {
  .head__logo {
    width: 21.6vw;
  }
}
@media only screen and (max-width: 768px) {
  .head__logo {
    width: 42.1875vw;
  }
}

.langChange__sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .langChange__sp {
    position: fixed;
    top: 3.125vw;
    right: 17.8125vw;
    display: block;
    z-index: 5;
  }
}
.langChange__sp.en-on .en {
  display: none;
}
.langChange__sp.jp-on .jp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .langChange__sp::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-color: #91FF00;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-sizing: border-box;
    border-width: 0.3125vw;
  }
}
@media only screen and (max-width: 768px) {
  .langChange__sp a {
    position: relative;
    width: 9.375vw;
    height: 9.375vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.75vw;
    font-family: "Bigshot One", serif;
    color: #000;
    transition: all 0.3s ease;
  }
}

#bnrTicket {
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 315px;
  z-index: 5;
}
@media only screen and (max-width: 1250px) {
  #bnrTicket {
    width: 25.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #bnrTicket {
    width: 32.03125vw;
  }
}
#bnrTicket .bnrTicket__base {
  transition: all 0.3s ease-in-out;
}
#bnrTicket .bnrTicket__base img {
  -webkit-animation: spin-left 40s infinite linear;
          animation: spin-left 40s infinite linear;
}
#bnrTicket .bnrTicket__deco {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s 0.1s ease-in-out;
}
#bnrTicket .bnrTicket__deco img {
  -webkit-animation: spin-right 30s infinite linear;
          animation: spin-right 30s infinite linear;
}
#bnrTicket .bnrTicket__text {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s 0.1s ease;
}
#bnrTicket .bnrTicket__arrow {
  position: absolute;
  bottom: 105px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0 8px;
}
@media only screen and (max-width: 1250px) {
  #bnrTicket .bnrTicket__arrow {
    bottom: 8.4vw;
    gap: 0 0.64vw;
  }
}
@media only screen and (max-width: 768px) {
  #bnrTicket .bnrTicket__arrow {
    bottom: 10.625vw;
    gap: 0 0.78125vw;
  }
}
#bnrTicket .bnrTicket__arrow span {
  transition: all 0.3s 0.1s ease;
}
#bnrTicket .bnrTicket__arrow span:nth-child(1) {
  width: 15px;
}
@media only screen and (max-width: 1250px) {
  #bnrTicket .bnrTicket__arrow span:nth-child(1) {
    width: 1.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #bnrTicket .bnrTicket__arrow span:nth-child(1) {
    width: 1.5625vw;
  }
}
#bnrTicket .bnrTicket__arrow span:nth-child(2) {
  width: 49px;
}
@media only screen and (max-width: 1250px) {
  #bnrTicket .bnrTicket__arrow span:nth-child(2) {
    width: 3.92vw;
  }
}
@media only screen and (max-width: 768px) {
  #bnrTicket .bnrTicket__arrow span:nth-child(2) {
    width: 5.9375vw;
  }
}
#bnrTicket:hover .bnrTicket__base {
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  #bnrTicket:hover .bnrTicket__base {
    transform: scale(1);
  }
}
#bnrTicket:hover .bnrTicket__deco {
  transform: scale(1.02);
}
@media only screen and (max-width: 768px) {
  #bnrTicket:hover .bnrTicket__deco {
    transform: scale(1);
  }
}
#bnrTicket:hover .bnrTicket__text {
  transform: scale(0.95);
}
@media only screen and (max-width: 768px) {
  #bnrTicket:hover .bnrTicket__text {
    transform: scale(1);
  }
}
#bnrTicket:hover .bnrTicket__arrow span:nth-child(1) {
  transform: translateX(30px) rotateY(360deg);
}
@media only screen and (max-width: 1250px) {
  #bnrTicket:hover .bnrTicket__arrow span:nth-child(1) {
    transform: translateX(2.4vw) rotateY(360deg);
  }
}
@media only screen and (max-width: 768px) {
  #bnrTicket:hover .bnrTicket__arrow span:nth-child(1) {
    transform: unset;
  }
}
#bnrTicket:hover .bnrTicket__arrow span:nth-child(2) {
  opacity: 0;
  transform: translateX(30px);
}
@media only screen and (max-width: 1250px) {
  #bnrTicket:hover .bnrTicket__arrow span:nth-child(2) {
    transform: translateX(2.4vw);
  }
}
@media only screen and (max-width: 768px) {
  #bnrTicket:hover .bnrTicket__arrow span:nth-child(2) {
    opacity: 1;
    transform: unset;
  }
}

#btnNav {
  display: none;
}
@media only screen and (max-width: 768px) {
  #btnNav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 16.71875vw;
    height: 15.625vw;
    z-index: 20;
  }
}
@media only screen and (max-width: 768px) {
  #btnNav .btnNav__base {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32.34375vw;
    height: 32.34375vw;
    background-color: #fff;
    border-radius: 15.625vw;
    box-shadow: 0 0 1.875vw rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
}
@media only screen and (max-width: 768px) {
  #btnNav .btnNav__base::before {
    content: "";
    width: 85%;
    height: 85%;
    filter: blur(2.34375vw);
    background-color: #91FF00;
    border-radius: 15.625vw;
  }
}
@media only screen and (max-width: 768px) {
  #btnNav .btnNav__text {
    position: absolute;
    top: 2.8125vw;
    left: 5.15625vw;
    font-size: 3.75vw;
    line-height: 1;
    font-family: "Bigshot One", serif;
    text-align: center;
    transition: all 0.3s ease;
  }
}
#btnNav .btnNav__text span.on {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #btnNav .btnNav__line {
    position: absolute;
    top: 7.03125vw;
    left: 5.78125vw;
    width: 7.8125vw;
    height: 1.25vw;
  }
}
@media only screen and (max-width: 768px) {
  #btnNav .btnNav__line span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 0.3125vw;
    background-color: #000;
    transition: all 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 768px) {
  #btnNav .btnNav__line span:nth-child(1) {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #btnNav .btnNav__line span:nth-child(2) {
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #btnNav.active .btnNav__base {
    box-shadow: none;
  }
}
@media only screen and (max-width: 768px) {
  #btnNav.active .btnNav__text .off {
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  #btnNav.active .btnNav__text .on {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  #btnNav.active .btnNav__line span:nth-child(1) {
    top: 50%;
    transform: translateY(50%) rotate(15deg);
  }
}
@media only screen and (max-width: 768px) {
  #btnNav.active .btnNav__line span:nth-child(2) {
    transform: translateY(-50%) rotate(-15deg);
  }
}

#header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #header {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    padding-top: 15.625vw;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
}
#header .header__base {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1133px;
  height: 180px;
  border-radius: 200px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 1500px) {
  #header .header__base {
    width: 56.65vw;
    height: 9vw;
    border-radius: 10vw;
    box-shadow: 0px 0.15vw 0.3vw rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 1250px) {
  #header .header__base {
    width: 90.64vw;
    height: 14.4vw;
    border-radius: 16vw;
    box-shadow: 0px 0.24vw 0.48vw rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 768px) {
  #header .header__base {
    display: none;
  }
}
#header .header__base::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 97%;
  height: 84%;
  filter: blur(15px);
  border-radius: 200px;
  background-color: #91FF00;
}
@media only screen and (min-width: 1500px) {
  #header .header__base::before {
    filter: blur(0.75vw);
  }
}
@media only screen and (max-width: 1250px) {
  #header .header__base::before {
    filter: blur(1.2vw);
  }
}
#header .header__nav {
  height: 90px;
  overflow: hidden;
  display: grid;
  align-items: center;
  grid-template-columns: auto 60px;
  gap: 0 25px;
  padding: 0 10px 12px 60px;
  box-sizing: border-box;
}
@media only screen and (min-width: 1500px) {
  #header .header__nav {
    height: 4.5vw;
    grid-template-columns: auto 3vw;
    gap: 0 1.25vw;
    padding: 0 0.5vw 0.6vw 3vw;
  }
}
@media only screen and (max-width: 1250px) {
  #header .header__nav {
    height: 7.2vw;
    grid-template-columns: auto 4.8vw;
    gap: 0 2vw;
    padding: 0 0.8vw 0.96vw 4.8vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .header__nav {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 6.25vw;
  }
}
#header .header__nav__list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 35px;
  height: 100%;
}
@media only screen and (min-width: 1500px) {
  #header .header__nav__list {
    gap: 0 1.75vw;
  }
}
@media only screen and (max-width: 1250px) {
  #header .header__nav__list {
    gap: 0 2.8vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .header__nav__list {
    display: block;
    height: auto;
    margin-bottom: 15.15625vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .header__nav__list__item {
    padding-bottom: 4.375vw;
    background: url(../img/global/nav_member_shapes.png) no-repeat bottom center;
    background-size: 100% auto;
  }
}
#header .header__nav__list__item.off a {
  opacity: 0.4;
  pointer-events: none;
}
#header .header__nav__list__item a {
  display: grid;
  grid-template-columns: auto 29px;
  align-items: center;
  gap: 0 8px;
}
@media only screen and (min-width: 1500px) {
  #header .header__nav__list__item a {
    grid-template-columns: auto 1.45vw;
    gap: 0 0.4vw;
  }
}
@media only screen and (max-width: 1250px) {
  #header .header__nav__list__item a {
    grid-template-columns: auto 2.32vw;
    gap: 0 0.64vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .header__nav__list__item a {
    grid-template-columns: auto 9.0625vw;
    justify-content: space-between;
  }
}
#header .header__nav__list__item a:hover .header__nav__list__item__text {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #header .header__nav__list__item a:hover .header__nav__list__item__text {
    color: #000;
  }
}
#header .header__nav__list__item a:hover .header__nav__list__item__arrow {
  transform: translateX(8px);
}
@media only screen and (min-width: 1500px) {
  #header .header__nav__list__item a:hover .header__nav__list__item__arrow {
    transform: translateX(0.4vw);
  }
}
@media only screen and (max-width: 1250px) {
  #header .header__nav__list__item a:hover .header__nav__list__item__arrow {
    transform: translateX(0.64vw);
  }
}
@media only screen and (max-width: 768px) {
  #header .header__nav__list__item a:hover .header__nav__list__item__arrow {
    transform: translateX(0);
  }
}
#header .header__nav__list__item__text {
  font-size: 24px;
  color: #000;
  font-family: "Bigshot One", serif;
  transition: all 0.25s ease;
}
@media only screen and (min-width: 1500px) {
  #header .header__nav__list__item__text {
    font-size: 1.2vw;
  }
}
@media only screen and (max-width: 1250px) {
  #header .header__nav__list__item__text {
    font-size: 1.92vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .header__nav__list__item__text {
    font-size: 7.8125vw;
  }
}
#header .header__nav__list__item__arrow {
  display: inline-block;
  height: 8px;
  background: url(../img/parts/allow_bk.png) no-repeat top center;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 1500px) {
  #header .header__nav__list__item__arrow {
    height: 0.4vw;
  }
}
@media only screen and (max-width: 1250px) {
  #header .header__nav__list__item__arrow {
    height: 0.64vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .header__nav__list__item__arrow {
    height: 2.5vw;
    background-image: url(../img/parts/allow_color.png);
  }
}
#header .header__nav__lang {
  position: relative;
}
#header .header__nav__lang.en-on .en {
  display: none;
}
#header .header__nav__lang.jp-on .jp {
  display: none;
}
#header .header__nav__lang::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #fff;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  box-sizing: border-box;
}
@media only screen and (min-width: 1500px) {
  #header .header__nav__lang::before {
    border-radius: 5vw;
    border-width: 0.1vw;
  }
}
@media only screen and (max-width: 1250px) {
  #header .header__nav__lang::before {
    border-width: 0.16vw;
  }
}
#header .header__nav__lang a {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "Bigshot One", serif;
  color: #000;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 1500px) {
  #header .header__nav__lang a {
    width: 3vw;
    height: 3vw;
    font-size: 1vw;
  }
}
@media only screen and (max-width: 1250px) {
  #header .header__nav__lang a {
    width: 4.8vw;
    height: 4.8vw;
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  #header .header__nav__lang a {
    width: 10.9375vw;
    height: 10.9375vw;
    font-size: 3.75vw;
    border-radius: 15.625vw;
    border: 1px solid #000;
  }
}
@media only screen and (max-width: 768px) {
  #header .header__nav__lang a.off {
    pointer-events: none;
    text-decoration: none;
  }
}
#header .header__nav__lang:hover::before {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-color: #fff;
  background-color: transparent;
}
@media only screen and (min-width: 1500px) {
  #header .header__nav__lang:hover::before {
    box-shadow: 0 0 0.25vw rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 1250px) {
  #header .header__nav__lang:hover::before {
    box-shadow: 0 0 0.4vw rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 768px) {
  #header .header__nav__lang:hover::before {
    box-shadow: none;
  }
}
#header .header__nav__lang:hover a {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
}
@media only screen and (min-width: 1500px) {
  #header .header__nav__lang:hover a {
    text-shadow: 0 0 0.25vw rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 1250px) {
  #header .header__nav__lang:hover a {
    text-shadow: 0 0 0.4vw rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 768px) {
  #header .header__nav__lang:hover a {
    color: #000;
    transform: scale(1);
    text-shadow: none;
  }
}
@media only screen and (max-width: 768px) {
  #header.active {
    opacity: 1;
    visibility: inherit;
  }
}

#footer {
  position: relative;
  padding: 9.5vw 0 42px;
  background: url(../img/global/bg_footer-pc.png) no-repeat top center #fff;
  background-size: 100% auto;
  z-index: 2;
}
@media only screen and (max-width: 2000px) {
  #footer {
    padding: 9.5vw 0 42px;
  }
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 29.375vw 0 32.03125vw;
    background-image: url(../img/global/bg_footer-sp.png);
  }
}
#footer .footer__deco__star {
  position: absolute;
  top: -298px;
  right: calc(50% - 716px);
  width: 764px;
  pointer-events: none;
}
@media only screen and (max-width: 1250px) {
  #footer .footer__deco__star {
    top: -23.84vw;
    right: calc(50% - 57.28vw);
    width: 61.12vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer__deco__star {
    width: 61.875vw;
    top: -23.125vw;
    right: 3.4375vw;
  }
}
#footer .footer__share {
  position: relative;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  #footer .footer__share {
    margin: 14.84375vw 0 3.90625vw;
  }
}
#footer .footer__share__text {
  width: 181px;
  margin: 0 auto 35px;
}
@media only screen and (max-width: 768px) {
  #footer .footer__share__text {
    width: 28.4375vw;
    margin-bottom: 5.46875vw;
  }
}
#footer .footer__share__text svg {
  width: 100%;
  height: auto;
}
#footer .footer__share__btn {
  width: 404px;
  height: 80px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #footer .footer__share__btn {
    width: 81.25vw;
    height: 12.5vw;
  }
}
#footer .footer__share__btn::before {
  opacity: 0;
}
#footer .footer__share__btn .btn__link {
  font-size: 24px;
  font-family: "Bigshot One", serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #fff;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #footer .footer__share__btn .btn__link {
    font-size: 4.375vw;
  }
}
#footer .footer__share__btn:hover .btn__link {
  transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  #footer .footer__share__btn:hover .btn__link {
    transform: scale(1);
  }
}
#footer .footer__sns {
  position: relative;
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  #footer .footer__sns {
    margin-bottom: 6.5625vw;
  }
}
#footer .footer__sns__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
}
@media only screen and (max-width: 768px) {
  #footer .footer__sns__list {
    gap: 0 2.8125vw;
  }
}
#footer .footer__sns__list__item {
  width: 48px;
}
@media only screen and (max-width: 768px) {
  #footer .footer__sns__list__item {
    width: 7.5vw;
  }
}
#footer .footer__sns__list__item a {
  display: block;
}
#footer .footer__bnr {
  position: relative;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  #footer .footer__bnr {
    width: 65.625vw;
    margin: 0 auto 6.5625vw;
  }
}
#footer .footer__bnr__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 20px;
}
@media only screen and (max-width: 768px) {
  #footer .footer__bnr__list {
    gap: 2.1875vw 2.8125vw;
  }
}
#footer .footer__bnr__list__item {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  #footer .footer__bnr__list__item {
    width: 31.25vw;
  }
}
#footer .footer__bnr__list__item a {
  display: block;
}
#footer .footer__official {
  position: relative;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  #footer .footer__official {
    margin-bottom: 5.46875vw;
  }
}
#footer .footer__official__text {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 8px;
}
#footer .footer__official__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
}
@media only screen and (max-width: 768px) {
  #footer .footer__official__list {
    gap: 0 2.8125vw;
  }
}
#footer .footer__official__list__item {
  width: 36px;
}
@media only screen and (max-width: 768px) {
  #footer .footer__official__list__item {
    width: 5.625vw;
  }
}
#footer .footer__official__list__item a {
  display: block;
}
#footer .footer__supporter {
  position: relative;
  margin-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  #footer .footer__supporter {
    width: 78.125vw;
    margin: 0 auto 7.8125vw;
  }
}
#footer .footer__supporter p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .footer__supporter p {
    font-size: 2.5vw;
    margin-bottom: 1.5625vw;
  }
}
#footer .footer__supporter__list {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
@media only screen and (max-width: 768px) {
  #footer .footer__supporter__list {
    gap: 0 2.8125vw;
  }
}
#footer .footer__supporter__list__item {
  width: 240px;
}
@media only screen and (max-width: 768px) {
  #footer .footer__supporter__list__item {
    width: 37.5vw;
  }
}
#footer .footer__supporter__list__item a {
  display: block;
}
#footer .footer__copy {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .footer__copy {
    font-size: 2.1875vw;
  }
}
#footer .footer__deco__star {
  transform: rotate(-20deg) translateX(-400px) translateY(130px);
  opacity: 0;
  transition: all 1.5s 0.5s ease;
}
@media only screen and (max-width: 1250px) {
  #footer .footer__deco__star {
    transform: rotate(-20deg) translateX(-32vw) translateY(10.4vw);
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer__deco__star {
    transform: rotate(-20deg) translateX(-31.25vw) translateY(10.15625vw);
  }
}
#footer.move-on .footer__deco__star {
  transform: rotate(0deg) translate(0);
  opacity: 1;
}

#modal-block {
  background-image: linear-gradient(0deg, #cbff96, rgba(255, 255, 255, 0.8) 50%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
#modal-block .close {
  top: 0;
  width: 5.15vw;
  height: 5vw;
  background: url(../img/parts/modal_close.png) no-repeat top center;
  background-size: 100% auto;
}
@media only screen and (max-width: 768px) {
  #modal-block .close {
    width: 16.09375vw;
    height: 16.25vw;
  }
}