@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
@-webkit-keyframes gradeAnimation {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@keyframes gradeAnimation {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
  overflow-x: hidden;
}

.gDef-top-banner {
  background-color: #fff;
}

.wrapper {
  position: relative;
  font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #000000;
  background-color: #fff;
  overflow-x: clip;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a {
  display: block;
  color: #000000;
  word-wrap: break-word;
}

section,
article,
main,
header,
footer {
  position: relative;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(650 / 750 * 100%);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1920 * 100vw);
  }
  .wrapper {
    font-size: 20px;
    font-size: max(2rem, 14px);
  }
  .wrapper a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .inner {
    width: 90%;
    max-width: 1200px;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}
/* =====================================================================
*    共通
* =================================================================== */
.sec_ttl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8rem;
}
.sec_ttl > * {
  -webkit-filter: hue-rotate(360deg);
          filter: hue-rotate(360deg);
  -webkit-animation: gradeAnimation 10s linear infinite;
          animation: gradeAnimation 10s linear infinite;
  background-size: 200% 200%;
  background-image: -webkit-gradient(linear, left top, right top, from(#65007b), color-stop(#7b0040), color-stop(#5d3200), color-stop(#005913), color-stop(#004f4a), color-stop(#003e62), to(#080059));
  background-image: linear-gradient(to right, #65007b, #7b0040, #5d3200, #005913, #004f4a, #003e62, #080059);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.sec_ttl .en {
  position: relative;
  left: -0.05em;
  margin-bottom: 0.1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 11rem;
}
.sec_ttl .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.1em;
}

.yt_popup {
  position: relative;
}

.btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12.6rem;
  height: 12.6rem;
  background: url(../images/common/icon_play.svg) no-repeat center/contain;
}
.btn_play::before, .btn_play::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-animation: pulsate 2s linear infinite;
          animation: pulsate 2s linear infinite;
}
.btn_play::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
/* =====================================================================
    animation
======================================================================*/
.bg_animate {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.line_wave {
  position: absolute;
  width: 200%;
  height: 50vh;
  -webkit-transform: rotate(160deg);
          transform: rotate(160deg);
}
.line_wave svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.line_wave svg path {
  -webkit-transform-origin: center;
          transform-origin: center;
  fill: transparent;
  will-change: transform;
}
.line_wave svg g:nth-child(1) {
  -webkit-animation: move-across 30s infinite linear;
          animation: move-across 30s infinite linear;
}
.line_wave svg g:nth-child(1) path {
  -webkit-animation: scale-y 25s -5s infinite ease;
          animation: scale-y 25s -5s infinite ease;
  stroke-width: 4;
  stroke: rgba(208, 215, 219, 0.4);
}
.line_wave svg g:nth-child(2) {
  -webkit-animation: move-across 36s -9.9s infinite linear;
          animation: move-across 36s -9.9s infinite linear;
}
.line_wave svg g:nth-child(2) path {
  -webkit-animation: scale-y 30s -13.25s infinite ease;
          animation: scale-y 30s -13.25s infinite ease;
  stroke-width: 7;
  stroke: rgba(208, 215, 219, 0.4);
}
.line_wave svg g:nth-child(3) {
  -webkit-animation: move-across 42s -19.8s infinite linear;
          animation: move-across 42s -19.8s infinite linear;
}
.line_wave svg g:nth-child(3) path {
  -webkit-animation: scale-y 27.5s -21.5s infinite ease;
          animation: scale-y 27.5s -21.5s infinite ease;
  stroke-width: 10;
  stroke: rgba(208, 215, 219, 0.4);
}
.line_wave.top {
  top: 20vh;
  left: 100%;
  height: 20vh;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.line_wave.bottom {
  bottom: 20vh;
  right: 200%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@-webkit-keyframes scale-y {
  0% {
    -webkit-transform: scaleY(30%) translate3d(0, 0, 0);
            transform: scaleY(30%) translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: scaleY(-30%) translate3d(0, 0, 0);
            transform: scaleY(-30%) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scaleY(30%) translate3d(0, 0, 0);
            transform: scaleY(30%) translate3d(0, 0, 0);
  }
}

@keyframes scale-y {
  0% {
    -webkit-transform: scaleY(30%) translate3d(0, 0, 0);
            transform: scaleY(30%) translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: scaleY(-30%) translate3d(0, 0, 0);
            transform: scaleY(-30%) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scaleY(30%) translate3d(0, 0, 0);
            transform: scaleY(30%) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes move-across {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes move-across {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#particles-js01 {
  position: absolute;
  width: 100%;
  height: 100%;
}
#particles-js01 canvas {
  will-change: transform;
}

@media screen and (orientation: landscape) and (min-width: 768px) {
  .line_wave {
    width: 100%;
  }
  .line_wave.top {
    top: 10vh;
    left: 50%;
  }
  .line_wave.bottom {
    right: 100%;
    bottom: 20vh;
  }
}
/* =====================================================================
*    header
* =================================================================== */
.header_sns,
.pagetop {
  right: 2rem;
}

.header_sns_list li a,
.pagetop a {
  width: 6.5vh;
  height: 6.5vh;
  max-width: 12rem;
  max-height: 12rem;
}
@media screen and (min-width: 768px) {
  .header_sns_list li a:hover::before,
  .pagetop a:hover::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.header_logo {
  position: fixed;
  top: 2vh;
  left: 3rem;
  width: 25.9rem;
  z-index: 10;
}
.header_sns {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 10;
}
.header_sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1vh;
}
.header_sns_list li a {
  position: relative;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_sns_list li a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header_sns_list li svg {
  position: relative;
  fill: #fff;
  width: 40%;
  height: 40%;
  z-index: 1;
}
.header_sns_x a::before {
  background-color: #000;
}
.header_sns_instagram a::before {
  background-color: #80009a;
}
.header_sns_youtube a::before {
  background-color: #ff0000;
}

@media screen and (min-width: 768px) {
  .header_logo {
    top: 2rem;
    left: 4rem;
    width: 22rem;
  }
  .header_logo a:hover {
    opacity: 0.7;
  }
}
/* =====================================================================
*    banner
* =================================================================== */
.banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem 0;
}
.banner_list li {
  width: calc(416 / 650 * 100%);
}

@media screen and (min-width: 768px) {
  .banner_list {
    gap: 2rem calc(20 / 1200 * 100%);
  }
  .banner_list li {
    width: calc(320 / 1200 * 100%);
  }
  .banner_list li a:hover {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
/* =====================================================================
*    footer
* =================================================================== */
.footer .inner {
  padding: 16rem 0;
}

.pagetop {
  position: fixed;
  bottom: 5px;
  z-index: 5;
}
.pagetop a {
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.pagetop a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: hue-rotate(360deg);
          filter: hue-rotate(360deg);
  -webkit-animation: gradeAnimation 10s linear infinite;
          animation: gradeAnimation 10s linear infinite;
  background-size: 200% 200%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#65007b), color-stop(#7b0040), color-stop(#5d3200), color-stop(#005913), color-stop(#004f4a), color-stop(#003e62), to(#080059));
  background-image: linear-gradient(to top, #65007b, #7b0040, #5d3200, #005913, #004f4a, #003e62, #080059);
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.pagetop a img {
  position: relative;
  width: 36.6%;
}

.bnr_youtube {
  position: absolute;
  top: -5rem;
  left: 0;
  margin-left: calc(-20 / 650 * 100%);
  width: calc(690 / 650 * 100%);
  z-index: 2;
}
.bnr_youtube a {
  position: relative;
  padding: 0.6rem;
  -webkit-box-shadow: 0.6rem 0.6rem 3rem 0px rgba(42, 42, 96, 0.3);
          box-shadow: 0.6rem 0.6rem 3rem 0px rgba(42, 42, 96, 0.3);
}
.bnr_youtube a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: hue-rotate(360deg);
          filter: hue-rotate(360deg);
  -webkit-animation: gradeAnimation 10s linear infinite;
          animation: gradeAnimation 10s linear infinite;
  background-size: 200% 200%;
  background-image: -webkit-gradient(linear, left top, right top, from(#76008f), color-stop(#8f004b), color-stop(#713d00), color-stop(#006d17), color-stop(#00635d), color-stop(#004b76), to(#0a006d));
  background-image: linear-gradient(to right, #76008f, #8f004b, #713d00, #006d17, #00635d, #004b76, #0a006d);
  z-index: -1;
}

.copyright {
  position: relative;
  padding: 6.8rem 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  line-height: 1.666;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

@media screen and (min-width: 768px) {
  .bnr_youtube {
    right: 0;
    margin: 0 auto;
    width: calc(1000 / 1200 * 100%);
  }
  .bnr_youtube a {
    overflow: hidden;
  }
  .bnr_youtube a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
  }
  .bnr_youtube a:hover::after {
    -webkit-animation: shine 0.7s;
            animation: shine 0.7s;
  }
  .copyright {
    font-size: 1.8rem;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 99999;
}

.popup_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
}

.popup_inner {
  position: relative;
  margin: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 5.5em 0;
  width: calc(650 / 750 * 100%);
}

@media screen and (max-width: 767px) {
  .popup_movie .popup_inner {
    width: 100%;
  }
}
.popup_close {
  position: absolute;
  top: 2em;
  right: 0;
  width: 3em;
  height: 3em;
  z-index: 3;
}
.popup_close::before {
  content: "";
  display: block;
  width: 1px;
  padding-top: 100%;
  background-color: #fff;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  margin: 0 auto;
}
.popup_close::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  margin: 0 auto;
  padding-top: 100%;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.popup_list {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #000000;
}
.popup_list > li {
  position: relative;
  display: none;
  margin: 0 auto;
  padding: 12rem calc(40 / 650 * 100%);
  line-height: 1.666;
  z-index: 2;
}

.popup_movie_embed {
  position: relative;
  padding-top: 56.25%;
}
.popup_movie_embed iframe,
.popup_movie_embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup_link {
  margin: 1em auto 0;
  width: 30rem;
  text-align: center;
  border: 1px solid #fff;
}
.popup_link a {
  padding: 0.5em;
  font-size: 16px;
  background: #65007b;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .popup_bg {
    cursor: pointer;
  }
  .popup_inner {
    width: 90%;
    max-width: 1200px;
  }
  .popup_movie .popup_inner {
    max-width: 120vh;
  }
  .popup_close {
    cursor: pointer;
  }
  .popup_list > li {
    padding: 8rem calc(65 / 1200 * 100%);
  }
  .popup_link {
    width: 50rem;
  }
  .popup_link a:hover {
    background-color: #7b0040;
  }
}/*# sourceMappingURL=base.css.map */