@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-size: 13px;
  font-family: "Zen Maru Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Osaka", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #333333;
}

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

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
@media screen and (min-width: 768px) {
  #create:not(:disabled) .rover-hover:hover,
.rover-hover:hover {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotateCenter {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(-360deg);
  }
}
@keyframes rotateReverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutIn {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(20px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideUpText {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes scrollDownLoop {
  0% {
    top: -11%;
  }
  15% {
    top: -9%;
  }
  85% {
    top: 109%;
  }
  100% {
    top: 111%;
  }
}
@keyframes svg-anime {
  0% {
    stroke-dashoffset: 1600px;
    stroke-dasharray: 1600px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1600px;
  }
}
@keyframes frameOutStartScene {
  0% {
    top: 0;
  }
  100% {
    top: -100vh;
  }
}
@keyframes runMarking {
  from {
    -webkit-background-size: 0%;
    background-size: 0%;
  }
  to {
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}
@keyframes mv-obj-1 {
  0% {
    top: -11.6666666667vw;
    right: -7.6923076923vw;
  }
  100% {
    top: -18.3333333333vw;
    right: -12.8205128205vw;
  }
}
@keyframes mv-obj-1_PC_VW {
  0% {
    top: -3.0260416667vw;
    right: -1.9951923077vw;
  }
  100% {
    top: -4.7552083333vw;
    right: -3.3253205128vw;
  }
}
@keyframes mv-obj-1_PC_PX {
  0% {
    top: -58.1px;
    right: -38.3076923077px;
  }
  100% {
    top: -91.3px;
    right: -63.8461538462px;
  }
}
@keyframes mv-obj-2 {
  0% {
    top: -11.0256410256vw;
    left: -3.0769230769vw;
  }
  100% {
    top: -18.2051282051vw;
    left: -6.2820512821vw;
  }
}
@keyframes mv-obj-2_PC_VW {
  0% {
    top: -2.859775641vw;
    left: -0.7980769231vw;
  }
  100% {
    top: -4.7219551282vw;
    left: -1.6294070513vw;
  }
}
@keyframes mv-obj-2_PC_PX {
  0% {
    top: -54.9076923077px;
    left: -15.3230769231px;
  }
  100% {
    top: -90.6615384615px;
    left: -31.2846153846px;
  }
}
@keyframes mv-obj-3 {
  0% {
    transform: translateX(-50%) scale(1.5);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
@keyframes mv-obj-4 {
  0% {
    top: 10.1282051282vw;
    left: -4.8717948718vw;
  }
  100% {
    top: 11.4102564103vw;
    left: 0.2564102564vw;
  }
}
@keyframes mv-obj-4_PC_VW {
  0% {
    top: 2.6270032051vw;
    left: -1.2636217949vw;
  }
  100% {
    top: 2.9595352564vw;
    left: 0.0665064103vw;
  }
}
@keyframes mv-obj-4_PC_PX {
  0% {
    top: 50.4384615385px;
    left: -24.2615384615px;
  }
  100% {
    top: 56.8230769231px;
    left: 1.2769230769px;
  }
}
@keyframes mv-obj-5 {
  0% {
    top: 104.7435897436vw;
    right: -20.5128205128vw;
  }
  100% {
    top: 102.1794871795vw;
    right: -15.3846153846vw;
  }
}
@keyframes mv-obj-5_PC_VW {
  0% {
    top: 27.1678685897vw;
    right: -5.3205128205vw;
  }
  100% {
    top: 26.5028044872vw;
    right: -3.9903846154vw;
  }
}
@keyframes mv-obj-5_PC_PX {
  0% {
    top: 521.6230769231px;
    right: -102.1538461538px;
  }
  100% {
    top: 508.8538461538px;
    right: -76.6153846154px;
  }
}
@keyframes mv-obj-6 {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounceOut {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes markedIn {
  from {
    clip-path: inset(0 50% 0);
  }
  to {
    clip-path: inset(0 0 0);
  }
}
body a {
  transition: all 0.2s;
}
body img {
  width: 100%;
}
body .fadeIn-obj {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
}
body .fadeIn-obj.active {
  animation: fadeIn 0.4s linear 0s forwards, slideUp 0.4s ease-out 0s forwards;
}
body .d-ib {
  display: inline-block;
}
body .w-67 {
  width: 8.5897435897vw;
}
@media screen and (min-width: 768px) {
  body .w-67 {
    width: 2.2279647436vw;
  }
}
@media screen and (min-width: 1920px) {
  body .w-67 {
    width: 42.7769230769px;
  }
}
body .mb-35 {
  margin-bottom: 4.4871794872vw;
}
@media screen and (min-width: 768px) {
  body .mb-35 {
    margin-bottom: 1.1638621795vw;
  }
}
@media screen and (min-width: 1920px) {
  body .mb-35 {
    margin-bottom: 22.3461538462px;
  }
}
body .mb-49 {
  margin-bottom: 6.2820512821vw !important;
}
@media screen and (min-width: 768px) {
  body .mb-49 {
    margin-bottom: 1.6294070513vw !important;
  }
}
@media screen and (min-width: 1920px) {
  body .mb-49 {
    margin-bottom: 31.2846153846px !important;
  }
}
body .mb-59 {
  margin-bottom: 7.5641025641vw;
}
@media screen and (min-width: 768px) {
  body .mb-59 {
    margin-bottom: 1.9619391026vw;
  }
}
@media screen and (min-width: 1920px) {
  body .mb-59 {
    margin-bottom: 59px;
  }
}
body .mb-99 {
  margin-bottom: 12.6923076923vw;
}
@media screen and (min-width: 768px) {
  body .mb-99 {
    margin-bottom: 3.2920673077vw;
  }
}
@media screen and (min-width: 1920px) {
  body .mb-99 {
    margin-bottom: 63.2076923077px;
  }
}
body .mb-113 {
  margin-bottom: 14.4871794872vw !important;
}
@media screen and (min-width: 768px) {
  body .mb-113 {
    margin-bottom: 3.7576121795vw !important;
  }
}
@media screen and (min-width: 1920px) {
  body .mb-113 {
    margin-bottom: 72.1461538462px !important;
  }
}
body .ml-11 {
  margin-left: 1.4102564103vw;
}
@media screen and (min-width: 768px) {
  body .ml-11 {
    margin-left: 0.3657852564vw;
  }
}
@media screen and (min-width: 1920px) {
  body .ml-11 {
    margin-left: 7.0230769231px;
  }
}
body .ml-40 {
  margin-left: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  body .ml-40 {
    margin-left: 1.3301282051vw;
  }
}
@media screen and (min-width: 1920px) {
  body .ml-40 {
    margin-left: 25.5384615385px;
  }
}
body .ff-normal {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Osaka", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body .fz-30 {
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  body .fz-30 {
    font-size: 0.9975961538vw;
  }
}
@media screen and (min-width: 1920px) {
  body .fz-30 {
    font-size: 19.1538461538px;
  }
}
body .fz-35 {
  font-size: 4.4871794872vw;
}
@media screen and (min-width: 768px) {
  body .fz-35 {
    font-size: 1.1638621795vw;
  }
}
@media screen and (min-width: 1920px) {
  body .fz-35 {
    font-size: 22.3461538462px;
  }
}
body .fz-40 {
  font-size: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  body .fz-40 {
    font-size: 1.3301282051vw;
  }
}
@media screen and (min-width: 1920px) {
  body .fz-40 {
    font-size: 25.5384615385px;
  }
}
body .fz-45 {
  font-size: 5.7692307692vw;
}
@media screen and (min-width: 768px) {
  body .fz-45 {
    font-size: 1.4963942308vw;
  }
}
@media screen and (min-width: 1920px) {
  body .fz-45 {
    font-size: 28.7307692308px;
  }
}
body .fz-48 {
  font-size: 6.1538461538vw !important;
}
@media screen and (min-width: 768px) {
  body .fz-48 {
    font-size: 1.5961538462vw !important;
  }
}
@media screen and (min-width: 1920px) {
  body .fz-48 {
    font-size: 30.6461538462px !important;
  }
}
body .fz-70 {
  font-size: 8.9743589744vw;
}
@media screen and (min-width: 768px) {
  body .fz-70 {
    font-size: 2.327724359vw;
  }
}
@media screen and (min-width: 1920px) {
  body .fz-70 {
    font-size: 44.6923076923px;
  }
}
body .fz-80 {
  font-size: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  body .fz-80 {
    font-size: 2.6602564103vw;
  }
}
@media screen and (min-width: 1920px) {
  body .fz-80 {
    font-size: 51.0769230769px;
  }
}
body .fz-100 {
  font-size: 12.8205128205vw;
}
@media screen and (min-width: 768px) {
  body .fz-100 {
    font-size: 3.3253205128vw;
  }
}
@media screen and (min-width: 1920px) {
  body .fz-100 {
    font-size: 63.8461538462px;
  }
}
body .fw-500 {
  font-weight: 500;
}
body .fw-700 {
  font-weight: 700;
}
body .ls-\\-40 {
  letter-spacing: -0.04em;
}
body .ls-\\-160 {
  letter-spacing: -0.16em;
}
body .ls-\\-200 {
  letter-spacing: -0.2em;
}
body .ta-center {
  text-align: center;
}
body .lh-40 {
  line-height: 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  body .lh-40 {
    line-height: 1.3301282051vw;
  }
}
@media screen and (min-width: 1920px) {
  body .lh-40 {
    line-height: 25.5384615385px;
  }
}
body .lh-60 {
  line-height: 7.6923076923vw;
}
@media screen and (min-width: 768px) {
  body .lh-60 {
    line-height: 1.9951923077vw;
  }
}
@media screen and (min-width: 1920px) {
  body .lh-60 {
    line-height: 38.3076923077px;
  }
}
body .lh-80 {
  line-height: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  body .lh-80 {
    line-height: 2.6602564103vw;
  }
}
@media screen and (min-width: 1920px) {
  body .lh-80 {
    line-height: 51.0769230769px;
  }
}
body .obj-face {
  position: absolute;
  width: 15.5128205128vw;
}
@media screen and (min-width: 768px) {
  body .obj-face {
    width: 4.0236378205vw;
  }
}
@media screen and (min-width: 1920px) {
  body .obj-face {
    width: 77.2538461538px;
  }
}
body .obj-face.--1 {
  top: 61.0256410256vw;
  left: 8.9743589744vw;
  width: 12.9487179487vw;
}
@media screen and (min-width: 768px) {
  body .obj-face.--1 {
    top: 15.828525641vw;
    left: 2.327724359vw;
    width: 3.3585737179vw;
  }
}
@media screen and (min-width: 1920px) {
  body .obj-face.--1 {
    top: 303.9076923077px;
    left: 44.6923076923px;
  }
}
body .obj-face.--2 {
  top: 108.8461538462vw;
  right: 5.8974358974vw;
}
@media screen and (min-width: 768px) {
  body .obj-face.--2 {
    top: 28.2319711538vw;
    right: 1.5296474359vw;
  }
}
@media screen and (min-width: 1920px) {
  body .obj-face.--2 {
    top: 542.0538461538px;
    right: 29.3692307692px;
  }
}
body .obj-face.--3 {
  top: 121.2820512821vw;
  left: 4.7435897436vw;
}
@media screen and (min-width: 768px) {
  body .obj-face.--3 {
    top: 31.4575320513vw;
    left: 1.2303685897vw;
  }
}
@media screen and (min-width: 1920px) {
  body .obj-face.--3 {
    top: 603.9846153846px;
    left: 23.6230769231px;
  }
}
body .obj-face.--4 {
  top: 150.8974358974vw;
  right: 5.8974358974vw;
}
@media screen and (min-width: 768px) {
  body .obj-face.--4 {
    top: 39.1390224359vw;
    right: 1.5296474359vw;
  }
}
@media screen and (min-width: 1920px) {
  body .obj-face.--4 {
    top: 751.4692307692px;
    right: 29.3692307692px;
  }
}
body .obj-face.--5 {
  top: 27.5641025641vw;
  left: 5.8974358974vw;
}
@media screen and (min-width: 768px) {
  body .obj-face.--5 {
    top: 7.1494391026vw;
    left: 1.5296474359vw;
  }
}
@media screen and (min-width: 1920px) {
  body .obj-face.--5 {
    top: 137.2692307692px;
    left: 29.3692307692px;
  }
}
body .obj-face.--6 {
  top: 47.8205128205vw;
  right: 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  body .obj-face.--6 {
    top: 12.4034455128vw;
    right: 0.9975961538vw;
  }
}
@media screen and (min-width: 1920px) {
  body .obj-face.--6 {
    top: 238.1461538462px;
    right: 19.1538461538px;
  }
}
body .obj-face.--7 {
  top: 65vw;
  left: 1.6666666667vw;
}
@media screen and (min-width: 768px) {
  body .obj-face.--7 {
    top: 16.859375vw;
    left: 0.4322916667vw;
  }
}
@media screen and (min-width: 1920px) {
  body .obj-face.--7 {
    top: 323.7px;
    left: 8.3px;
  }
}
body .obj-face.--8 {
  top: 231.1538461538vw;
  left: 5vw;
}
@media screen and (min-width: 768px) {
  body .obj-face.--8 {
    top: 59.9555288462vw;
    left: 1.296875vw;
  }
}
@media screen and (min-width: 1920px) {
  body .obj-face.--8 {
    top: 1151.1461538462px;
    left: 24.9px;
  }
}
body .pc-bg {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fcfbb4;
  background-image: url("../img/bg_pc.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  body .pc-bg {
    display: none;
  }
}
body .pc-bg .pc-bg-inner {
  display: flex;
  justify-content: space-between;
  width: 84.375vw;
  max-width: 1620px;
  height: 46.875vw;
  margin: 0 2.0833333333vw;
  background-color: #fff;
  border-radius: 3.6458333333vw;
}
@media screen and (min-width: 1920px) {
  body .pc-bg .pc-bg-inner {
    height: 900px;
    margin: 0 40px;
    border-radius: 70px;
  }
}
body .pc-bg .pc-bg-inner .pc-bg-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 28.1770833333vw;
}
@media screen and (min-width: 1920px) {
  body .pc-bg .pc-bg-inner .pc-bg-left {
    width: 541px;
  }
}
body .pc-bg .pc-bg-inner .pc-bg-left .title-image {
  margin: 0 0 1.09375vw;
}
@media screen and (min-width: 1920px) {
  body .pc-bg .pc-bg-inner .pc-bg-left .title-image {
    margin-bottom: 21px;
  }
}
body .pc-bg .pc-bg-inner .pc-bg-left .site-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5208333333vw;
}
@media screen and (min-width: 1920px) {
  body .pc-bg .pc-bg-inner .pc-bg-left .site-title {
    gap: 10px;
  }
}
body .pc-bg .pc-bg-inner .pc-bg-left .site-title span {
  width: 20.8333333333vw;
  font-size: 2.1354166667vw;
}
@media screen and (min-width: 1920px) {
  body .pc-bg .pc-bg-inner .pc-bg-left .site-title span {
    width: 400px;
    font-size: 41px;
  }
}
body .pc-bg .pc-bg-inner .pc-bg-left .site-title span.narrow {
  width: 13.8020833333vw;
}
@media screen and (min-width: 1920px) {
  body .pc-bg .pc-bg-inner .pc-bg-left .site-title span.narrow {
    width: 265px;
  }
}
body .pc-bg .pc-bg-inner .pc-bg-right {
  display: flex;
  flex-direction: column;
  width: 29.21875vw;
  padding: 4.6875vw 0 0 3.75vw;
  box-sizing: border-box;
}
@media screen and (min-width: 1920px) {
  body .pc-bg .pc-bg-inner .pc-bg-right {
    width: 561px;
    padding: 90px 0 0 72px;
  }
}
body .pc-bg .pc-bg-inner .pc-bg-right .pc-menu-list {
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
  margin: 0 0 5.7291666667vw;
}
@media screen and (min-width: 1920px) {
  body .pc-bg .pc-bg-inner .pc-bg-right .pc-menu-list {
    gap: 40px;
    margin-bottom: 110px;
  }
}
body .pc-bg .pc-bg-inner .pc-bg-right .pc-menu-list li a {
  font-size: 1.5625vw;
  font-weight: 900;
}
@media screen and (min-width: 1920px) {
  body .pc-bg .pc-bg-inner .pc-bg-right .pc-menu-list li a {
    font-size: 30px;
  }
}
body .pc-bg .pc-bg-inner .pc-bg-right .pc-menu-list li a:hover {
  color: #00d2d3;
}
body .pc-bg .pc-bg-inner .pc-bg-right .sns-header {
  margin: 0 0 1.3020833333vw;
  font-size: 1.5625vw;
  font-weight: 900;
}
@media screen and (min-width: 1920px) {
  body .pc-bg .pc-bg-inner .pc-bg-right .sns-header {
    margin-bottom: 25px;
    font-size: 30px;
  }
}
body .pc-bg .pc-bg-inner .pc-bg-right .pc-sns-link-list {
  display: flex;
  align-items: center;
  gap: 1.5104166667vw;
  margin: 0 0 0.8333333333vw;
}
@media screen and (min-width: 1920px) {
  body .pc-bg .pc-bg-inner .pc-bg-right .pc-sns-link-list {
    gap: 29px;
    margin-bottom: 16px;
  }
}
body .pc-bg .pc-bg-inner .pc-bg-right .pc-sns-link-list .ig {
  width: 2.65625vw;
}
@media screen and (min-width: 1920px) {
  body .pc-bg .pc-bg-inner .pc-bg-right .pc-sns-link-list .ig {
    width: 51px;
  }
}
body .pc-bg .pc-bg-inner .pc-bg-right .pc-sns-link-list .x {
  width: 2.5520833333vw;
}
@media screen and (min-width: 1920px) {
  body .pc-bg .pc-bg-inner .pc-bg-right .pc-sns-link-list .x {
    width: 49px;
  }
}
body .pc-bg .pc-bg-inner .pc-bg-right .pc-sns-link-list .fb {
  width: 2.6041666667vw;
}
@media screen and (min-width: 1920px) {
  body .pc-bg .pc-bg-inner .pc-bg-right .pc-sns-link-list .fb {
    width: 50px;
  }
}
body .pc-bg .pc-bg-inner .pc-bg-right .pc-sns-link-list .yt {
  width: 7.0833333333vw;
}
@media screen and (min-width: 1920px) {
  body .pc-bg .pc-bg-inner .pc-bg-right .pc-sns-link-list .yt {
    width: 136px;
  }
}
body .pc-bg .pc-bg-inner .pc-bg-right .btn-official {
  width: 15.625vw;
}
@media screen and (min-width: 1920px) {
  body .pc-bg .pc-bg-inner .pc-bg-right .btn-official {
    width: 300px;
  }
}
body header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 2.6923076923vw;
  box-sizing: border-box;
  z-index: 2;
  transition: all 0.2s;
}
@media screen and (min-width: 768px) {
  body header {
    display: none;
  }
}
body header.scrolled {
  background-color: rgba(255, 255, 255, 0.7);
}
body header .logo {
  position: absolute;
  top: 2.0512820513vw;
  left: 50%;
  width: 37.6923076923vw;
  transform: translateX(-50%);
}
body header .btn-menu {
  position: relative;
  width: 10.641025641vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body header .btn-menu {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body header nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body header nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100vh;
    padding: 0 0 13.4615384615vw;
    background-color: #fcfbb4;
    transition: all 0.2s;
  }
  body header nav.open {
    visibility: visible;
    opacity: 1;
  }
}
body header nav .menu-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  body header nav .menu-list {
    flex-direction: column;
    align-items: center;
    gap: 5.1282051282vw;
    margin: 0 0 10.2564102564vw;
    padding: 25.641025641vw 0 0;
  }
}
body header nav .menu-list li a {
  font-size: 6.4102564103vw;
  font-weight: 900;
}
body header nav .sns-header {
  margin: 0 0 3.7179487179vw;
  font-size: 4.6153846154vw;
  font-weight: 900;
  text-align: center;
}
body header nav .sp-sns-link-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.5641025641vw;
  margin: 0 0 4.1025641026vw;
}
body header nav .sp-sns-link-list .ig {
  width: 6.4102564103vw;
}
body header nav .sp-sns-link-list .x {
  width: 6.2820512821vw;
}
body header nav .sp-sns-link-list .fb {
  width: 6.4102564103vw;
}
body header nav .sp-sns-link-list .yt {
  width: 17.1794871795vw;
}
body header nav .btn-official {
  width: 38.9743589744vw;
  margin: 0 auto;
}
body header nav .btn-close {
  position: absolute;
  top: 3.3333333333vw;
  right: 3.9743589744vw;
  width: 7.9487179487vw;
}
body main {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  body main {
    position: absolute;
    top: 0;
    left: 50%;
    width: 25.93%;
    background-color: #fff;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1920px) {
  body main {
    width: 498px;
  }
}
body .mainVisual {
  position: relative;
  height: 205.1282051282vw;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #d7eaee;
  background-image: url("../img/bg_mv.webp");
  background-repeat: no-repeat;
  background-position: 50% 32.5641025641vw;
  -webkit-background-size: 111.0256410256vw;
  background-size: 111.0256410256vw;
}
@media screen and (min-width: 768px) {
  body .mainVisual {
    height: 53.2051282051vw;
    background-position: 50% 8.4463141026vw;
    -webkit-background-size: 28.797275641vw;
    background-size: 28.797275641vw;
  }
}
@media screen and (min-width: 1920px) {
  body .mainVisual {
    height: 1021.5384615385px;
    background-position: 50% 162.1692307692px;
    -webkit-background-size: 552.9076923077px;
    background-size: 552.9076923077px;
  }
}
body .mainVisual .mv-obj {
  position: absolute;
  z-index: 1;
  opacity: 0;
}
body .mainVisual .mv-obj.--1 {
  top: -18.3333333333vw;
  right: -12.8205128205vw;
  width: 125.8974358974vw;
  animation: mv-obj-1 0.6s ease-out 1s forwards, fadeIn 0.3s linear 1s forwards;
}
@media screen and (min-width: 768px) {
  body .mainVisual .mv-obj.--1 {
    top: -4.7552083333vw;
    right: -3.3253205128vw;
    width: 32.6546474359vw;
    animation: mv-obj-1_PC_VW 0.6s ease-out 1s forwards, fadeIn 0.3s linear 1s forwards;
  }
}
@media screen and (min-width: 1920px) {
  body .mainVisual .mv-obj.--1 {
    top: -91.3px;
    right: -63.8461538462px;
    width: 626.9692307692px;
    animation: mv-obj-1_PC_PX 0.6s ease-out 1s forwards, fadeIn 0.3s linear 1s forwards;
  }
}
body .mainVisual .mv-obj.--2 {
  top: -18.2051282051vw;
  left: -6.2820512821vw;
  width: 105.5128205128vw;
  animation: mv-obj-2 0.6s ease-out 1.1s forwards, fadeIn 0.3s linear 1.1s forwards;
}
@media screen and (min-width: 768px) {
  body .mainVisual .mv-obj.--2 {
    top: -4.7219551282vw;
    right: -1.6294070513vw;
    width: 27.3673878205vw;
    animation: mv-obj-2_PC_VW 0.6s ease-out 1.1s forwards, fadeIn 0.3s linear 1.1s forwards;
  }
}
@media screen and (min-width: 1920px) {
  body .mainVisual .mv-obj.--2 {
    top: -90.6615384615px;
    right: -31.2846153846px;
    width: 525.4538461538px;
    animation: mv-obj-2_PC_PX 0.6s ease-out 1.1s forwards, fadeIn 0.3s linear 1.1s forwards;
  }
}
body .mainVisual .mv-obj.--3 {
  top: 61.5384615385vw;
  left: 50%;
  width: 100.7692307692vw;
  transform: translateX(-50%);
  animation: mv-obj-3 0.3s ease-in 1.6s forwards, fadeIn 0.1s linear 1.6s forwards;
}
@media screen and (min-width: 768px) {
  body .mainVisual .mv-obj.--3 {
    top: 15.9615384615vw;
    width: 26.1370192308vw;
  }
}
@media screen and (min-width: 1920px) {
  body .mainVisual .mv-obj.--3 {
    top: 306.4615384615px;
    width: 501.8307692308px;
  }
}
body .mainVisual .mv-obj.--4 {
  top: 35.3846153846vw;
  right: -7.1794871795vw;
  width: 31.2820512821vw;
  animation: mv-obj-3 0.3s ease-in 1.6s forwards, fadeIn 0.1s linear 1.6s forwards;
}
@media screen and (min-width: 768px) {
  body .mainVisual .mv-obj.--4 {
    top: 9.1778846154vw;
    right: -1.8621794872vw;
    width: 8.1137820513vw;
  }
}
@media screen and (min-width: 1920px) {
  body .mainVisual .mv-obj.--4 {
    top: 176.2153846154px;
    right: -35.7538461538px;
    width: 155.7846153846px;
  }
}
body .mainVisual .mv-obj.--5 {
  top: 48.9743589744vw;
  right: 3.0769230769vw;
  width: 31.4102564103vw;
  animation: bounceOut 0.4s cubic-bezier(0.12, 0, 0.39, 0) 2.2s forwards, fadeIn 0.2s linear 2.2s forwards;
}
@media screen and (min-width: 768px) {
  body .mainVisual .mv-obj.--5 {
    top: 12.702724359vw;
    right: 0.7980769231vw;
    width: 8.1470352564vw;
  }
}
@media screen and (min-width: 1920px) {
  body .mainVisual .mv-obj.--5 {
    top: 243.8923076923px;
    right: 15.3230769231px;
    width: 156.4230769231px;
  }
}
body .mainVisual .mv-obj.--6 {
  top: 11.4102564103vw;
  left: 0.2564102564vw;
  width: 43.5897435897vw;
  animation: mv-obj-4 0.2s ease-in 2s forwards, fadeIn 0.1s linear 2s forwards;
}
@media screen and (min-width: 768px) {
  body .mainVisual .mv-obj.--6 {
    top: 2.9595352564vw;
    left: 0.0665064103vw;
    width: 11.3060897436vw;
    animation: mv-obj-4_PC_VW 0.2s ease-in 2s forwards, fadeIn 0.1s linear 2s forwards;
  }
}
@media screen and (min-width: 1920px) {
  body .mainVisual .mv-obj.--6 {
    top: 56.8230769231px;
    left: 1.2769230769px;
    width: 217.0769230769px;
    animation: mv-obj-4_PC_PX 0.2s ease-in 2s forwards, fadeIn 0.1s linear 2s forwards;
  }
}
body .mainVisual .mv-obj.--7 {
  top: 102.1794871795vw;
  right: -15.3846153846vw;
  width: 77.0512820513vw;
  animation: mv-obj-5 0.2s ease-in 2s forwards, fadeIn 0.1s linear 2s forwards;
}
@media screen and (min-width: 768px) {
  body .mainVisual .mv-obj.--7 {
    top: 26.5028044872vw;
    right: -3.9903846154vw;
    width: 19.9851762821vw;
    animation: mv-obj-5_PC_VW 0.2s ease-in 2s forwards, fadeIn 0.1s linear 2s forwards;
  }
}
@media screen and (min-width: 1920px) {
  body .mainVisual .mv-obj.--7 {
    top: 508.8538461538px;
    right: -76.6153846154px;
    width: 383.7153846154px;
    animation: mv-obj-5_PC_PX 0.2s ease-in 2s forwards, fadeIn 0.1s linear 2s forwards;
  }
}
body .marked-line {
  display: inline-block;
  width: 87.1794871795vw;
  padding: 2.0512820513vw 0 2.5641025641vw;
  font-size: 8.9743589744vw;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
}
body .marked-line.mark-in {
  clip-path: inset(0 50% 0);
  transition: all 0.3s ease-in-out;
}
body .marked-line.mark-in.show {
  clip-path: inset(0 0 0);
}
@media screen and (min-width: 768px) {
  body .marked-line {
    width: 22.6121794872vw;
    padding: 0.5320512821vw 0 0.6650641026vw;
    font-size: 2.327724359vw;
  }
}
@media screen and (min-width: 1920px) {
  body .marked-line {
    width: 434.1538461538px;
    padding: 10.2153846154px 0 12.7692307692px;
    font-size: 44.6923076923px;
  }
}
body .btn-normal {
  width: 76.9230769231vw;
  height: 12.9487179487vw;
  margin: 0 auto;
  background-color: #00d2d3;
  border-radius: 6.6666666667vw;
  transition: all 0.2s;
}
body .btn-normal:active {
  transform: scale(0.95);
}
@media screen and (min-width: 768px) {
  body .btn-normal {
    width: 19.9519230769vw;
    height: 3.3585737179vw;
    border-radius: 1.7291666667vw;
  }
}
@media screen and (min-width: 1920px) {
  body .btn-normal {
    width: 383.0769230769px;
    height: 64.4846153846px;
    border-radius: 33.2px;
  }
}
body .btn-normal a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 7.6923076923vw;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  body .btn-normal a {
    font-size: 1.9951923077vw;
  }
}
@media screen and (min-width: 1920px) {
  body .btn-normal a {
    font-size: 38.3076923077px;
  }
}
body .lead {
  position: relative;
  padding: 0 0 12.8205128205vw;
  background-image: url("../img/bg_lead.webp");
  background-repeat: no-repeat;
  background-position: 50% 54.7435897436vw;
  -webkit-background-size: 95.2564102564vw;
  background-size: 95.2564102564vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body .lead {
    padding-bottom: 3.3253205128vw;
    background-position: 50% 14.1991185897vw;
    -webkit-background-size: 24.7071314103vw;
    background-size: 24.7071314103vw;
  }
}
@media screen and (min-width: 1920px) {
  body .lead {
    padding-bottom: 63.8461538462px;
    background-position: 50% 272.6230769231px;
    -webkit-background-size: 474.3769230769px;
    background-size: 474.3769230769px;
  }
}
body .lead .site-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.1538461538vw;
  margin: -35.2564102564vw 0 6.6666666667vw;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body .lead .site-title {
    gap: 0.2992788462vw;
    margin: -9.1446314103vw 0 1.7291666667vw;
  }
}
@media screen and (min-width: 1920px) {
  body .lead .site-title {
    gap: 5.7461538462px;
    margin: -175.5769230769px 0 33.2px;
  }
}
body .lead .site-title .marked-line.narrow {
  width: 57.6923076923vw;
}
@media screen and (min-width: 768px) {
  body .lead .site-title .marked-line.narrow {
    width: 14.9639423077vw;
  }
}
@media screen and (min-width: 1920px) {
  body .lead .site-title .marked-line.narrow {
    width: 287.3076923077px;
  }
}
body .lead .site-title .marked-line .before {
  display: inline-block;
  margin: 0 0 0 -2.5641025641vw;
}
@media screen and (min-width: 768px) {
  body .lead .site-title .marked-line .before {
    margin-left: -0.6650641026vw;
  }
}
@media screen and (min-width: 1920px) {
  body .lead .site-title .marked-line .before {
    margin-left: -12.7692307692px;
  }
}
body .lead .site-title .marked-line .after {
  display: inline-block;
  letter-spacing: -0.6em;
}
body .lead .lead-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 13.5897435897vw;
  margin: 0 auto 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  body .lead .lead-text-wrapper {
    gap: 3.5248397436vw;
    margin-bottom: 1.3301282051vw;
  }
}
@media screen and (min-width: 1920px) {
  body .lead .lead-text-wrapper {
    gap: 67.6769230769px;
    margin-bottom: 25.5384615385px;
  }
}
body .lead .lead-text-wrapper .lead-text {
  font-size: 5.7692307692vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.7777777778em;
}
@media screen and (min-width: 768px) {
  body .lead .lead-text-wrapper .lead-text {
    font-size: 1.4963942308vw;
  }
}
@media screen and (min-width: 1920px) {
  body .lead .lead-text-wrapper .lead-text {
    font-size: 28.7307692308px;
  }
}
body .lead .lead-text-wrapper .lead-text span {
  font-weight: 900;
}
body .lead .site-title.bottom {
  margin: 0 0 6.2820512821vw;
}
@media screen and (min-width: 768px) {
  body .lead .site-title.bottom {
    margin-bottom: 1.6294070513vw;
  }
}
@media screen and (min-width: 1920px) {
  body .lead .site-title.bottom {
    margin-bottom: 31.2846153846px;
  }
}
body .special {
  position: relative;
  padding: 12.8205128205vw 0 12.1794871795vw;
  background-color: #d7eaee;
}
@media screen and (min-width: 768px) {
  body .special {
    padding: 3.3253205128vw 0 3.1590544872vw;
  }
}
@media screen and (min-width: 1920px) {
  body .special {
    padding: 63.8461538462px 0 60.6538461538px;
  }
}
body .special .section-title {
  margin: 0 0 3.2051282051vw;
  font-size: 6.4102564103vw;
  font-weight: 500;
  text-align: center;
  line-height: 8.9743589744vw;
}
@media screen and (min-width: 768px) {
  body .special .section-title {
    margin-bottom: 0.8313301282vw;
    font-size: 1.6626602564vw;
    line-height: 2.327724359vw;
  }
}
@media screen and (min-width: 1920px) {
  body .special .section-title {
    margin-bottom: 15.9615384615px;
    font-size: 31.9230769231px;
    line-height: 44.6923076923px;
  }
}
body .special .section-title span {
  font-size: 11.5384615385vw;
  font-weight: 700;
  line-height: 1.1em;
}
@media screen and (min-width: 768px) {
  body .special .section-title span {
    font-size: 2.9927884615vw;
  }
}
@media screen and (min-width: 1920px) {
  body .special .section-title span {
    font-size: 57.4615384615px;
  }
}
body .special .section-title span .m {
  letter-spacing: 0.2em;
}
body .special .special-plan-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6.2820512821vw;
  margin: 0 auto 4.2307692308vw;
}
@media screen and (min-width: 768px) {
  body .special .special-plan-wrapper {
    gap: 1.6294070513vw;
    margin-bottom: 1.0973557692vw;
  }
}
@media screen and (min-width: 1920px) {
  body .special .special-plan-wrapper {
    gap: 31.2846153846px;
    margin-bottom: 21.0692307692px;
  }
}
body .special .special-plan-wrapper .special-plan .special-tooltip {
  width: 83.3333333333vw;
  margin: 0 auto 2.0512820513vw;
  opacity: 0;
}
body .special .special-plan-wrapper .special-plan .special-tooltip.bounce-in {
  animation: bounceOut 0.4s cubic-bezier(0.12, 0, 0.39, 0) 0s forwards, fadeIn 0.2s linear 0s forwards;
}
@media screen and (min-width: 768px) {
  body .special .special-plan-wrapper .special-plan .special-tooltip {
    width: 21.6145833333vw;
    margin-bottom: 0.5320512821vw;
  }
}
@media screen and (min-width: 1920px) {
  body .special .special-plan-wrapper .special-plan .special-tooltip {
    width: 415px;
    margin-bottom: 10.2153846154px;
  }
}
body .special .special-plan-wrapper .special-plan .special-inner {
  position: relative;
  width: 87.1794871795vw;
  margin: 0 auto;
  padding: 4.2307692308vw 0 7.0512820513vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2820512821vw;
  font-size: 5.5128205128vw;
  font-weight: 500;
  background-color: #ffffff;
  border-radius: 6.4102564103vw;
}
@media screen and (min-width: 768px) {
  body .special .special-plan-wrapper .special-plan .special-inner {
    width: 22.6121794872vw;
    padding: 1.0973557692vw 0 1.8289262821vw;
    gap: 0.3325320513vw;
    font-size: 1.4298878205vw;
    border-radius: 1.6626602564vw;
  }
}
@media screen and (min-width: 1920px) {
  body .special .special-plan-wrapper .special-plan .special-inner {
    width: 434.1538461538px;
    padding: 21.0692307692px 0 35.1153846154px;
    gap: 6.3846153846px;
    font-size: 27.4538461538px;
    border-radius: 31.9230769231px;
  }
}
body .special .special-plan-wrapper .special-plan .special-inner .special-lead {
  margin: 0 0 5.641025641vw;
  text-align: center;
  line-height: 6.4102564103vw;
}
@media screen and (min-width: 768px) {
  body .special .special-plan-wrapper .special-plan .special-inner .special-lead {
    margin-bottom: 1.4631410256vw;
    line-height: 1.6626602564vw;
  }
}
@media screen and (min-width: 1920px) {
  body .special .special-plan-wrapper .special-plan .special-inner .special-lead {
    margin-bottom: 28.0923076923px;
    line-height: 31.9230769231px;
  }
}
body .special .special-plan-wrapper .special-plan .special-inner .special-lead span {
  font-size: 10.2564102564vw;
  font-weight: 700;
  line-height: 11.5384615385vw;
}
@media screen and (min-width: 768px) {
  body .special .special-plan-wrapper .special-plan .special-inner .special-lead span {
    font-size: 2.6602564103vw;
    line-height: 2.9927884615vw;
  }
}
@media screen and (min-width: 1920px) {
  body .special .special-plan-wrapper .special-plan .special-inner .special-lead span {
    font-size: 51.0769230769px;
    line-height: 57.4615384615px;
  }
}
body .special .special-plan-wrapper .special-plan .special-inner .grandprix {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5641025641vw;
  margin: 0 0 3.4615384615vw;
}
@media screen and (min-width: 768px) {
  body .special .special-plan-wrapper .special-plan .special-inner .grandprix {
    gap: 0.6650641026vw;
    margin-bottom: 0.8978365385vw;
  }
}
@media screen and (min-width: 1920px) {
  body .special .special-plan-wrapper .special-plan .special-inner .grandprix {
    gap: 12.7692307692px;
    margin-bottom: 17.2384615385px;
  }
}
body .special .special-plan-wrapper .special-plan .special-inner .grandprix img {
  width: 20vw;
}
@media screen and (min-width: 768px) {
  body .special .special-plan-wrapper .special-plan .special-inner .grandprix img {
    width: 5.1875vw;
  }
}
@media screen and (min-width: 1920px) {
  body .special .special-plan-wrapper .special-plan .special-inner .grandprix img {
    width: 99.6px;
  }
}
body .special .special-plan-wrapper .special-plan .special-inner .grandprix p {
  font-weight: 900;
}
body .special .special-plan-wrapper .special-plan .special-inner .special-image {
  width: 83.3333333333vw;
  margin: 0 auto 2.0512820513vw;
}
@media screen and (min-width: 768px) {
  body .special .special-plan-wrapper .special-plan .special-inner .special-image {
    width: 21.6145833333vw;
    margin-bottom: 0.5320512821vw;
  }
}
@media screen and (min-width: 1920px) {
  body .special .special-plan-wrapper .special-plan .special-inner .special-image {
    width: 415px;
    margin-bottom: 10.2153846154px;
  }
}
body .instagram {
  padding: 6.4102564103vw 0 0;
}
@media screen and (min-width: 768px) {
  body .instagram {
    padding-top: 1.6626602564vw;
  }
}
@media screen and (min-width: 1920px) {
  body .instagram {
    padding-top: 31.9230769231px;
  }
}
body .instagram .icon-insta {
  width: 12.8205128205vw;
  margin: 0 auto 1.2820512821vw;
}
@media screen and (min-width: 768px) {
  body .instagram .icon-insta {
    width: 3.3253205128vw;
    margin-bottom: 0.3325320513vw;
  }
}
@media screen and (min-width: 1920px) {
  body .instagram .icon-insta {
    width: 63.8461538462px;
    margin-bottom: 6.3846153846px;
  }
}
body .instagram .insta-image-list {
  display: flex;
  justify-content: center;
  gap: 0.5128205128vw;
  flex-wrap: wrap;
  margin: 0 0 3.7179487179vw;
}
@media screen and (min-width: 768px) {
  body .instagram .insta-image-list {
    gap: 0.1330128205vw;
    margin-bottom: 0.9643429487vw;
  }
}
@media screen and (min-width: 1920px) {
  body .instagram .insta-image-list {
    gap: 2.5538461538px;
    margin-bottom: 18.5153846154px;
  }
}
body .instagram .insta-image-list li {
  width: 32.0512820513vw;
  height: 32.0512820513vw;
}
@media screen and (min-width: 768px) {
  body .instagram .insta-image-list li {
    width: 8.3133012821vw;
    height: 8.3133012821vw;
  }
}
@media screen and (min-width: 1920px) {
  body .instagram .insta-image-list li {
    width: 159.6153846154px;
    height: 159.6153846154px;
  }
}
body .instagram .insta-image-list li a {
  display: block;
  height: 100%;
}
body .instagram .insta-image-list li a img {
  height: 100%;
  object-fit: cover;
}
body .theme {
  position: relative;
  padding: 10.3846153846vw 0 0;
  background-image: url("../img/bg_theme.webp");
  background-repeat: no-repeat;
  background-position: 2.6923076923vw 74.7435897436vw;
  -webkit-background-size: 89.2307692308vw;
  background-size: 89.2307692308vw;
}
@media screen and (min-width: 768px) {
  body .theme {
    padding-top: 2.6935096154vw;
    background-position: 0.6983173077vw 19.3866185897vw;
    -webkit-background-size: 23.1442307692vw;
    background-size: 23.1442307692vw;
  }
}
@media screen and (min-width: 1920px) {
  body .theme {
    padding-top: 51.7153846154px;
    background-position: 13.4076923077px 372.2230769231px;
    -webkit-background-size: 444.3692307692px;
    background-size: 444.3692307692px;
  }
}
body .theme .obj-face.--1 {
  top: 194.6153846154vw;
  right: 7.5641025641vw;
  left: auto;
}
@media screen and (min-width: 768px) {
  body .theme .obj-face.--1 {
    top: 50.4783653846vw;
    right: 1.9619391026vw;
  }
}
@media screen and (min-width: 1920px) {
  body .theme .obj-face.--1 {
    top: 969.1846153846px;
    right: 37.6692307692px;
  }
}
body .theme .theme-image {
  width: 89.7435897436vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body .theme .theme-image {
    width: 23.2772435897vw;
  }
}
@media screen and (min-width: 1920px) {
  body .theme .theme-image {
    width: 446.9230769231px;
  }
}
body .theme .theme-photo-list {
  position: relative;
  height: 122.0512820513vw;
  margin: 0 0 5.2564102564vw;
}
@media screen and (min-width: 768px) {
  body .theme .theme-photo-list {
    height: 31.6570512821vw;
    margin-bottom: 1.3633814103vw;
  }
}
@media screen and (min-width: 1920px) {
  body .theme .theme-photo-list {
    height: 607.8153846154px;
    margin-bottom: 26.1769230769px;
  }
}
body .theme .theme-photo-list p {
  position: absolute;
  opacity: 0;
}
body .theme .theme-photo-list p.--1 {
  top: 0;
  left: 9.2307692308vw;
  width: 54.7435897436vw;
}
@media screen and (min-width: 768px) {
  body .theme .theme-photo-list p.--1 {
    left: 2.3942307692vw;
    width: 14.1991185897vw;
  }
}
@media screen and (min-width: 1920px) {
  body .theme .theme-photo-list p.--1 {
    left: 45.9692307692px;
    width: 272.6230769231px;
  }
}
body .theme .theme-photo-list p.--2 {
  top: 33.9743589744vw;
  left: 1.6666666667vw;
  width: 54.7435897436vw;
}
@media screen and (min-width: 768px) {
  body .theme .theme-photo-list p.--2 {
    top: 8.812099359vw;
    left: 0.4322916667vw;
    width: 14.1991185897vw;
  }
}
@media screen and (min-width: 1920px) {
  body .theme .theme-photo-list p.--2 {
    top: 169.1923076923px;
    left: 8.3px;
    width: 272.6230769231px;
  }
}
body .theme .theme-photo-list p.--3 {
  top: 71.9230769231vw;
  left: 9.2307692308vw;
  width: 40.2564102564vw;
}
@media screen and (min-width: 768px) {
  body .theme .theme-photo-list p.--3 {
    top: 18.6550480769vw;
    left: 2.3942307692vw;
    width: 10.4415064103vw;
  }
}
@media screen and (min-width: 1920px) {
  body .theme .theme-photo-list p.--3 {
    top: 358.1769230769px;
    left: 45.9692307692px;
    width: 200.4769230769px;
  }
}
body .theme .theme-photo-list p.--4 {
  top: 9.4871794872vw;
  right: 4.1025641026vw;
  width: 49.8717948718vw;
}
@media screen and (min-width: 768px) {
  body .theme .theme-photo-list p.--4 {
    top: 2.4607371795vw;
    right: 1.0641025641vw;
    width: 12.9354967949vw;
  }
}
@media screen and (min-width: 1920px) {
  body .theme .theme-photo-list p.--4 {
    top: 47.2461538462px;
    right: 20.4307692308px;
    width: 248.3615384615px;
  }
}
body .theme .theme-photo-list p.--5 {
  top: 55vw;
  right: 1.5384615385vw;
  width: 55.7692307692vw;
}
@media screen and (min-width: 768px) {
  body .theme .theme-photo-list p.--5 {
    top: 14.265625vw;
    right: 0.3990384615vw;
    width: 14.4651442308vw;
  }
}
@media screen and (min-width: 1920px) {
  body .theme .theme-photo-list p.--5 {
    top: 273.9px;
    right: 7.6615384615px;
    width: 277.7307692308px;
  }
}
body .theme .theme-photo-list.show p.--1 {
  animation: fadeIn 0.4s linear 0s forwards, slideDown 0.4s ease-out 0s forwards;
}
body .theme .theme-photo-list.show p.--2 {
  animation: fadeIn 0.4s linear 0.1s forwards, slideDown 0.4s ease-out 0.1s forwards;
}
body .theme .theme-photo-list.show p.--3 {
  animation: fadeIn 0.4s linear 0.2s forwards, slideDown 0.4s ease-out 0.2s forwards;
}
body .theme .theme-photo-list.show p.--4 {
  animation: fadeIn 0.4s linear 0.3s forwards, slideDown 0.4s ease-out 0.3s forwards;
}
body .theme .theme-photo-list.show p.--5 {
  animation: fadeIn 0.4s linear 0.4s forwards, slideDown 0.4s ease-out 0.4s forwards;
}
body .requirements {
  background-image: none;
}
body .requirements .site-title {
  margin-top: 0;
  margin-bottom: 3.7179487179vw;
}
@media screen and (min-width: 768px) {
  body .requirements .site-title {
    margin-bottom: 0.9643429487vw;
  }
}
@media screen and (min-width: 1920px) {
  body .requirements .site-title {
    margin-bottom: 18.5153846154px;
  }
}
body .requirements .section-title {
  margin: 0 0 2.3076923077vw;
  font-size: 10.2564102564vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body .requirements .section-title {
    margin-bottom: 0.5985576923vw;
    font-size: 2.6602564103vw;
  }
}
@media screen and (min-width: 1920px) {
  body .requirements .section-title {
    margin-bottom: 11.4923076923px;
    font-size: 51.0769230769px;
  }
}
body .requirements .notice-title {
  margin: 0 0 2.4358974359vw;
  font-size: 6.4102564103vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body .requirements .notice-title {
    margin-bottom: 0.6318108974vw;
    font-size: 1.6626602564vw;
  }
}
@media screen and (min-width: 1920px) {
  body .requirements .notice-title {
    margin-bottom: 12.1307692308px;
    font-size: 31.9230769231px;
  }
}
body .requirements .requirements-inner {
  width: 87.1794871795vw;
  margin: 0 auto 6.5384615385vw;
  padding: 4.7435897436vw 2.6923076923vw;
  box-sizing: border-box;
  background-color: #c6e1e7;
  border-radius: 6.4102564103vw;
}
@media screen and (min-width: 768px) {
  body .requirements .requirements-inner {
    width: 22.6121794872vw;
    margin-bottom: 1.6959134615vw;
    padding: 2.1947115385vw 2.7267628205vw;
    border-radius: 1.6626602564vw;
  }
}
@media screen and (min-width: 1920px) {
  body .requirements .requirements-inner {
    width: 434.1538461538px;
    margin-bottom: 32.5615384615px;
    padding: 42.1384615385px 52.3538461538px;
    border-radius: 31.9230769231px;
  }
}
body .requirements .requirements-inner.--2 {
  padding: 6.4102564103vw 0;
  background-color: #f9f981;
}
@media screen and (min-width: 768px) {
  body .requirements .requirements-inner.--2 {
    padding: 1.6626602564vw 0;
  }
}
@media screen and (min-width: 1920px) {
  body .requirements .requirements-inner.--2 {
    padding: 31.9230769231px 0;
  }
}
body .requirements .requirements-inner .requirement-head {
  margin: 0 0 1.9230769231vw;
  font-size: 5.641025641vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  body .requirements .requirements-inner .requirement-head {
    margin-bottom: 0.4987980769vw;
    font-size: 1.4631410256vw;
  }
}
@media screen and (min-width: 1920px) {
  body .requirements .requirements-inner .requirement-head {
    margin-bottom: 9.5769230769px;
    font-size: 28.0923076923px;
  }
}
body .requirements .requirements-inner .requirement-text {
  margin: 0 0 4.8717948718vw;
  font-size: 4.8717948718vw;
  line-height: 1.3157894737em;
}
@media screen and (min-width: 768px) {
  body .requirements .requirements-inner .requirement-text {
    margin-bottom: 1.2636217949vw;
    font-size: 1.2636217949vw;
  }
}
@media screen and (min-width: 1920px) {
  body .requirements .requirements-inner .requirement-text {
    margin-bottom: 24.2615384615px;
    font-size: 24.2615384615px;
  }
}
body .requirements .requirements-inner .requirement-text:last-of-type {
  margin-bottom: 0;
}
body .requirements .requirements-inner .requirement-text.strong {
  font-size: 5.7692307692vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.3333333333em;
}
@media screen and (min-width: 768px) {
  body .requirements .requirements-inner .requirement-text.strong {
    font-size: 1.4963942308vw;
  }
}
@media screen and (min-width: 1920px) {
  body .requirements .requirements-inner .requirement-text.strong {
    font-size: 28.7307692308px;
  }
}
body .bottom-area {
  padding: 6.4102564103vw 0 10.3846153846vw;
  background-color: #d7eaee;
}
@media screen and (min-width: 768px) {
  body .bottom-area {
    padding: 1.6626602564vw 0 2.6935096154vw;
  }
}
@media screen and (min-width: 1920px) {
  body .bottom-area {
    padding: 31.9230769231px 0 51.7153846154px;
  }
}
body .bottom-area .section-title {
  margin: 0 0 2.5641025641vw;
  font-size: 8.9743589744vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body .bottom-area .section-title {
    margin-bottom: 0.6650641026vw;
    font-size: 2.327724359vw;
  }
}
@media screen and (min-width: 1920px) {
  body .bottom-area .section-title {
    margin-bottom: 12.7692307692px;
    font-size: 44.6923076923px;
  }
}
body .bottom-area .movie-swiper {
  width: 87.1794871795vw;
  margin: 0 auto 6.2820512821vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body .bottom-area .movie-swiper {
    width: 22.6121794872vw;
    margin-bottom: 1.6294070513vw;
  }
}
@media screen and (min-width: 1920px) {
  body .bottom-area .movie-swiper {
    width: 434.1538461538px;
    margin-bottom: 31.2846153846px;
  }
}
body .bottom-area .movie-swiper .swiper-wrapper {
  margin: 0 0 2.6923076923vw;
}
@media screen and (min-width: 768px) {
  body .bottom-area .movie-swiper .swiper-wrapper {
    margin-bottom: 0.6983173077vw;
  }
}
@media screen and (min-width: 1920px) {
  body .bottom-area .movie-swiper .swiper-wrapper {
    margin-bottom: 13.4076923077px;
  }
}
body .bottom-area .movie-swiper .swiper-wrapper video {
  width: 100%;
  height: auto;
}
body .bottom-area .movie-swiper .movie-pagination {
  display: flex;
  justify-content: center;
  gap: 10.2564102564vw;
}
@media screen and (min-width: 768px) {
  body .bottom-area .movie-swiper .movie-pagination {
    gap: 2.6602564103vw;
  }
}
@media screen and (min-width: 1920px) {
  body .bottom-area .movie-swiper .movie-pagination {
    gap: 51.0769230769px;
  }
}
body .bottom-area .movie-swiper .movie-pagination .swiper-pagination-bullet {
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  margin: 0;
  background-color: #b3b3b3;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  body .bottom-area .movie-swiper .movie-pagination .swiper-pagination-bullet {
    width: 1.3301282051vw;
    height: 1.3301282051vw;
  }
}
@media screen and (min-width: 1920px) {
  body .bottom-area .movie-swiper .movie-pagination .swiper-pagination-bullet {
    width: 25.5384615385px;
    height: 25.5384615385px;
  }
}
body .bottom-area .movie-swiper .movie-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00d2d3;
}
body .bottom-area .movie-notice {
  width: 87.1794871795vw;
  margin: 0 auto 5.8974358974vw;
  padding: 7.5641025641vw 0 8.8461538462vw;
  font-size: 5.7692307692vw;
  font-weight: 500;
  line-height: 1.7777777778em;
  text-align: center;
  background-color: #fff;
  border-radius: 6.4102564103vw;
}
@media screen and (min-width: 768px) {
  body .bottom-area .movie-notice {
    width: 22.6121794872vw;
    margin-bottom: 1.5296474359vw;
    padding: 1.9619391026vw 0 2.2944711538vw;
    font-size: 1.4963942308vw;
    border-radius: 1.6626602564vw;
  }
}
@media screen and (min-width: 1920px) {
  body .bottom-area .movie-notice {
    width: 434.1538461538px;
    margin-bottom: 29.3692307692px;
    padding: 37.6692307692px 0 44.0538461538px;
    font-size: 28.7307692308px;
    border-radius: 31.9230769231px;
  }
}
body .bottom-area .sns-link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6.2820512821vw;
  width: 47.4358974359vw;
  margin: 0 auto 4.6153846154vw;
}
@media screen and (min-width: 768px) {
  body .bottom-area .sns-link-list {
    gap: 1.6294070513vw;
    width: 12.3036858974vw;
    margin-bottom: 1.1971153846vw;
  }
}
@media screen and (min-width: 1920px) {
  body .bottom-area .sns-link-list {
    gap: 31.2846153846px;
    width: 236.2307692308px;
    margin-bottom: 22.9846153846px;
  }
}
body .bottom-area .sns-link-list .ig {
  width: 11.6666666667vw;
}
@media screen and (min-width: 768px) {
  body .bottom-area .sns-link-list .ig {
    width: 3.0260416667vw;
  }
}
@media screen and (min-width: 1920px) {
  body .bottom-area .sns-link-list .ig {
    width: 58.1px;
  }
}
body .bottom-area .sns-link-list .x {
  width: 11.2820512821vw;
}
@media screen and (min-width: 768px) {
  body .bottom-area .sns-link-list .x {
    width: 2.9262820513vw;
  }
}
@media screen and (min-width: 1920px) {
  body .bottom-area .sns-link-list .x {
    width: 56.1846153846px;
  }
}
body .bottom-area .sns-link-list .fb {
  width: 11.5384615385vw;
}
@media screen and (min-width: 768px) {
  body .bottom-area .sns-link-list .fb {
    width: 2.9927884615vw;
  }
}
@media screen and (min-width: 1920px) {
  body .bottom-area .sns-link-list .fb {
    width: 57.4615384615px;
  }
}
body .bottom-area .sns-link-list .yt {
  width: 40.2564102564vw;
}
@media screen and (min-width: 768px) {
  body .bottom-area .sns-link-list .yt {
    width: 10.4415064103vw;
  }
}
@media screen and (min-width: 1920px) {
  body .bottom-area .sns-link-list .yt {
    width: 200.4769230769px;
  }
}
body .bottom-area .btn-official {
  width: 64.6153846154vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body .bottom-area .btn-official {
    width: 16.7596153846vw;
  }
}
@media screen and (min-width: 1920px) {
  body .bottom-area .btn-official {
    width: 321.7846153846px;
  }
}
body .btn-pageTop {
  position: fixed;
  right: 6.4102564103vw;
  bottom: 26.9230769231vw;
  width: 9.1025641026vw;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body .btn-pageTop {
    right: calc(50% - 16.5600961538vw + 4.6875vw);
    bottom: 6.9831730769vw;
    width: 2.3609775641vw;
  }
}
@media screen and (min-width: 1920px) {
  body .btn-pageTop {
    right: calc(50% - 317.9538461538px + 90px);
    bottom: 134.0769230769px;
    width: 45.3307692308px;
  }
}
body footer {
  padding: 5vw 0 2.9487179487vw;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  body footer {
    padding: 1.296875vw 0 0.7648237179vw;
  }
}
@media screen and (min-width: 1920px) {
  body footer {
    padding: 24.9px 0 14.6846153846px;
  }
}
body footer .footer-info {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Osaka", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.3333333333vw;
  text-align: center;
  line-height: 1.1538461538em;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  body footer .footer-info {
    font-size: 0.8645833333vw;
  }
}
@media screen and (min-width: 1920px) {
  body footer .footer-info {
    font-size: 16.6px;
  }
}
body.form .mainVisual {
  height: auto;
  padding: 0 0 5.1282051282vw;
  background-color: #d7eaee;
  background-image: none;
}
@media screen and (min-width: 768px) {
  body.form .mainVisual {
    padding: 0 0 2.5604967949vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .mainVisual {
    padding: 0 0 49.1615384615px;
  }
}
body.form .mainVisual .mv-obj.--1 {
  top: 14.1025641026vw;
  right: auto;
  left: 50%;
  opacity: 1;
  width: 67.4358974359vw;
  transform: translateX(-50%);
  animation: none;
}
@media screen and (min-width: 768px) {
  body.form .mainVisual .mv-obj.--1 {
    top: 3.6578525641vw;
    width: 17.4911858974vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .mainVisual .mv-obj.--1 {
    top: 70.2307692308px;
    width: 335.8307692308px;
  }
}
body.form .mainVisual .mv-obj.--2 {
  top: 52.6923076923vw;
  left: 61.6666666667vw;
  width: 33.5897435897vw;
  animation: bounceOut 0.4s cubic-bezier(0.12, 0, 0.39, 0) 1.6s forwards, fadeIn 0.2s linear 1.6s forwards;
}
@media screen and (min-width: 768px) {
  body.form .mainVisual .mv-obj.--2 {
    top: 13.6670673077vw;
    left: 15.9947916667vw;
    width: 8.7123397436vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .mainVisual .mv-obj.--2 {
    top: 262.4076923077px;
    left: 307.1px;
    width: 167.2769230769px;
  }
}
body.form .mainVisual .site-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2820512821vw;
  margin: 0 0 1.2820512821vw;
  padding: 57.6923076923vw 0 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body.form .mainVisual .site-title {
    gap: 0.3325320513vw;
    margin-bottom: 0.3325320513vw;
    padding: 14.9639423077vw 0 0;
  }
}
@media screen and (min-width: 1920px) {
  body.form .mainVisual .site-title {
    gap: 6.3846153846px;
    margin-bottom: 6.3846153846px;
    padding: 287.3076923077px 0 0;
  }
}
body.form .mainVisual .site-title .marked-in {
  clip-path: inset(0 50% 0);
  animation: markedIn 0.4s ease-in-out 2s forwards;
}
body.form .mainVisual .site-title .narrow {
  width: 57.6923076923vw;
}
@media screen and (min-width: 768px) {
  body.form .mainVisual .site-title .narrow {
    width: 14.9639423077vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .mainVisual .site-title .narrow {
    width: 287.3076923077px;
  }
}
body.form .mainVisual .page-title {
  font-size: 10.2564102564vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.form .mainVisual .page-title {
    font-size: 2.6602564103vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .mainVisual .page-title {
    font-size: 51.0769230769px;
  }
}
body.form .requirements {
  padding: 12.8205128205vw 0 12.8205128205vw;
}
@media screen and (min-width: 768px) {
  body.form .requirements {
    padding: 3.3253205128vw 0 3.3253205128vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .requirements {
    padding: 63.8461538462px 0 63.8461538462px;
  }
}
body.form .requirements .section-title {
  font-size: 44.6923076923px;
}
@media screen and (min-width: 768px) {
  body.form .requirements .section-title {
    font-size: 2.327724359vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .requirements .section-title {
    font-size: 44.6923076923px;
  }
}
body.form .requirements .requirements-trigger {
  margin-bottom: 3.8461538462vw;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  body.form .requirements .requirements-trigger {
    margin-bottom: 0.9975961538vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .requirements .requirements-trigger {
    margin-bottom: 19.1538461538px;
  }
}
body.form .requirements .requirements-trigger span {
  display: block;
  width: 87.1794871795vw;
  margin: 0 auto;
  padding: 0 0 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  body.form .requirements .requirements-trigger span {
    width: 22.6121794872vw;
    padding-bottom: 1.3301282051vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .requirements .requirements-trigger span {
    width: 434.1538461538px;
    padding-bottom: 25.5384615385px;
  }
}
body.form .requirements .requirements-inner:not(.--2) {
  margin-bottom: 8.9743589744vw;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  body.form .requirements .requirements-inner:not(.--2) {
    margin-bottom: 2.327724359vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .requirements .requirements-inner:not(.--2) {
    margin-bottom: 44.6923076923px;
  }
}
body.form .form-area {
  padding: 6.4102564103vw 0 6.4102564103vw;
  background-color: #d7eaee;
}
@media screen and (min-width: 768px) {
  body.form .form-area {
    padding: 1.6626602564vw 0 1.6626602564vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .form-area {
    padding: 31.9230769231px 0 31.9230769231px;
  }
}
body.form .form-area .section-title {
  margin: 0 0 2.8205128205vw;
  font-size: 6.4102564103vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  body.form .form-area .section-title {
    margin-bottom: 0.7315705128vw;
    font-size: 1.6626602564vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .form-area .section-title {
    margin-bottom: 14.0461538462px;
    font-size: 31.9230769231px;
  }
}
body.form .form-area .form-notice-list {
  display: flex;
  flex-direction: column;
  gap: 6.4102564103vw;
  width: 87.6923076923vw;
  margin: 0 auto 6.4102564103vw;
}
@media screen and (min-width: 768px) {
  body.form .form-area .form-notice-list {
    gap: 1.6626602564vw;
    width: 22.7451923077vw;
    margin-bottom: 1.6626602564vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .form-area .form-notice-list {
    gap: 31.9230769231px;
    width: 436.7076923077px;
    margin-bottom: 31.9230769231px;
  }
}
body.form .form-area .form-notice-list li {
  font-size: 6.4102564103vw;
  font-weight: 500;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  body.form .form-area .form-notice-list li {
    font-size: 1.6626602564vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .form-area .form-notice-list li {
    font-size: 31.9230769231px;
  }
}
body.form .form-area .form-notice-list li p {
  padding: 1.9230769231vw 0 0 8.9743589744vw;
  font-size: 4.4871794872vw;
  line-height: 1.1428571429em;
}
@media screen and (min-width: 768px) {
  body.form .form-area .form-notice-list li p {
    padding: 0.4987980769vw 0 0 2.327724359vw;
    font-size: 1.1638621795vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .form-area .form-notice-list li p {
    padding: 9.5769230769px 0 0 44.6923076923px;
    font-size: 22.3461538462px;
  }
}
body.form .form-area .campaign-info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 87.1794871795vw;
  height: 38.4615384615vw;
  margin: 0 auto 6.4102564103vw;
  font-size: 6.1538461538vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.1458333333em;
  border: 1px solid #000000;
  border-radius: 6.4102564103vw;
}
@media screen and (min-width: 768px) {
  body.form .form-area .campaign-info {
    width: 22.6121794872vw;
    height: 9.9759615385vw;
    font-size: 1.5961538462vw;
    border-radius: 1.6626602564vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .form-area .campaign-info {
    width: 434.1538461538px;
    height: 191.5384615385px;
    font-size: 30.6461538462px;
    border-radius: 31.9230769231px;
  }
}
body.form .form-area .form-require-notice {
  font-size: 6.4102564103vw;
  font-weight: 500;
  padding: 0 6.4102564103vw;
  margin: 15.3846153846vw 0 5.1282051282vw;
}
@media screen and (min-width: 768px) {
  body.form .form-area .form-require-notice {
    font-size: 1.6626602564vw;
    padding: 0 1.6626602564vw;
    margin: 3.9903846154vw 0 1.3301282051vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .form-area .form-require-notice {
    font-size: 31.9230769231px;
    padding: 0 31.9230769231px;
    margin: 76.6153846154px 0 25.5384615385px;
  }
}
body.form .form-area .form-inner {
  display: flex;
  flex-direction: column;
  gap: 3.8461538462vw;
  width: 87.1794871795vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  body.form .form-area .form-inner {
    gap: 0.9975961538vw;
    width: 22.6121794872vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .form-area .form-inner {
    gap: 19.1538461538px;
    width: 434.1538461538px;
  }
}
body.form .form-area .form-inner .form-item dt {
  margin: 0 0 1.2820512821vw;
  font-size: 6.4102564103vw;
  font-weight: 500;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  body.form .form-area .form-inner .form-item dt {
    margin-bottom: 0.3325320513vw;
    font-size: 1.6626602564vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .form-area .form-inner .form-item dt {
    margin-bottom: 6.3846153846px;
    font-size: 31.9230769231px;
  }
}
body.form .form-area .form-inner .form-item dd input, body.form .form-area .form-inner .form-item dd textarea {
  width: 100%;
  padding: 1.2820512821vw 6.4102564103vw;
  box-sizing: border-box;
  font-size: 6.4102564103vw;
  border: none;
  border-radius: 6.4102564103vw;
}
@media screen and (min-width: 768px) {
  body.form .form-area .form-inner .form-item dd input, body.form .form-area .form-inner .form-item dd textarea {
    padding: 0.3325320513vw 1.6626602564vw;
    font-size: 1.6626602564vw;
    border-radius: 1.6626602564vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .form-area .form-inner .form-item dd input, body.form .form-area .form-inner .form-item dd textarea {
    padding: 6.3846153846px 31.9230769231px;
    font-size: 31.9230769231px;
    border-radius: 31.9230769231px;
  }
}
body.form .form-area .form-inner .form-item dd input {
  height: 12.8205128205vw;
}
@media screen and (min-width: 768px) {
  body.form .form-area .form-inner .form-item dd input {
    height: 3.3253205128vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .form-area .form-inner .form-item dd input {
    height: 63.8461538462px;
  }
}
body.form .form-area .form-inner .form-item dd textarea {
  height: 25.641025641vw;
}
@media screen and (min-width: 768px) {
  body.form .form-area .form-inner .form-item dd textarea {
    height: 6.6506410256vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .form-area .form-inner .form-item dd textarea {
    height: 127.6923076923px;
  }
}
body.form .form-area .file-upload .custom-file-upload {
  display: block;
  cursor: pointer;
}
body.form .form-area .file-upload input[type=file] {
  display: none;
}
body.form .form-area .file-upload .file-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12.8205128205vw;
  font-size: 6.4102564103vw;
  color: #000000;
  background: #bde60b;
  border-radius: 6.4102564103vw;
}
@media screen and (min-width: 768px) {
  body.form .form-area .file-upload .file-label {
    height: 3.3253205128vw;
    font-size: 1.6626602564vw;
    border-radius: 1.6626602564vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .form-area .file-upload .file-label {
    height: 63.8461538462px;
    font-size: 31.9230769231px;
    border-radius: 31.9230769231px;
  }
}
body.form .form-area .file-upload .file-name {
  display: inline-block;
  margin: 1.2820512821vw 0 0;
  font-size: 4.4871794872vw;
  color: #000000;
}
@media screen and (min-width: 768px) {
  body.form .form-area .file-upload .file-name {
    margin: 0.3325320513vw 0 0;
    font-size: 1.1638621795vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .form-area .file-upload .file-name {
    margin: 6.3846153846px 0 0;
    font-size: 22.3461538462px;
  }
}
body.form .form-area .check-privacyPolicy {
  margin: 0 0 3.8461538462vw;
}
@media screen and (min-width: 768px) {
  body.form .form-area .check-privacyPolicy {
    margin-bottom: 0.9975961538vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .form-area .check-privacyPolicy {
    margin-bottom: 19.1538461538px;
  }
}
body.form .form-area .check-privacyPolicy label {
  position: relative;
  padding: 0 0 0 6.4102564103vw;
  font-size: 5.1282051282vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  body.form .form-area .check-privacyPolicy label {
    padding-left: 1.6626602564vw;
    font-size: 1.3301282051vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .form-area .check-privacyPolicy label {
    padding-left: 31.9230769231px;
    font-size: 25.5384615385px;
  }
}
body.form .form-area .check-privacyPolicy label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5.1282051282vw;
  height: 5.1282051282vw;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  body.form .form-area .check-privacyPolicy label:before {
    width: 1.3301282051vw;
    height: 1.3301282051vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .form-area .check-privacyPolicy label:before {
    width: 25.5384615385px;
    height: 25.5384615385px;
  }
}
body.form .form-area .check-privacyPolicy label:has(input:checked):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.2820512821vw;
  width: 2.5641025641vw;
  height: 2.5641025641vw;
  box-sizing: border-box;
  background: #000000;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  body.form .form-area .check-privacyPolicy label:has(input:checked):after {
    left: 0.3325320513vw;
    width: 0.6650641026vw;
    height: 0.6650641026vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .form-area .check-privacyPolicy label:has(input:checked):after {
    left: 6.3846153846px;
    width: 12.7692307692px;
    height: 12.7692307692px;
  }
}
body.form .form-area .check-privacyPolicy label .custom-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}
body.form .form-area .check-privacyPolicy label a {
  text-decoration: underline;
}
body.form .form-area .check-privacyPolicy label a:hover {
  text-decoration: none;
}
body.form .form-area .btn-normal {
  display: block;
  margin: 0 auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 7.6923076923vw;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  body.form .form-area .btn-normal {
    font-size: 1.9951923077vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .form-area .btn-normal {
    font-size: 38.3076923077px;
  }
}
body.form .site-top {
  padding: 4.358974359vw 0 7.5641025641vw;
}
@media screen and (min-width: 768px) {
  body.form .site-top {
    padding: 1.1306089744vw 0 1.9619391026vw;
  }
}
body.form .site-top .back-top-image {
  width: 79.4871794872vw;
  margin: 0 auto 2.1794871795vw;
}
@media screen and (min-width: 768px) {
  body.form .site-top .back-top-image {
    width: 20.6169871795vw;
    margin-bottom: 0.5653044872vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .site-top .back-top-image {
    width: 395.8461538462px;
    margin-bottom: 10.8538461538px;
  }
}
body.form .site-top .back-top {
  font-size: 5.1282051282vw;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.form .site-top .back-top {
    font-size: 1.3301282051vw;
  }
}
@media screen and (min-width: 1920px) {
  body.form .site-top .back-top {
    font-size: 25.5384615385px;
  }
}
body .modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
body .modal-wrapper .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 87.1794871795vw;
  height: 80vh;
  box-sizing: border-box;
  padding: 3.8461538462vw 5.1282051282vw 3.8461538462vw;
  background-color: #fcfbb4;
}
@media screen and (min-width: 768px) {
  body .modal-wrapper .modal-content {
    width: 22.6121794872vw;
    padding: 0.9975961538vw 1.3301282051vw 0.9975961538vw;
  }
}
@media screen and (min-width: 1920px) {
  body .modal-wrapper .modal-content {
    width: 434.1538461538px;
    padding: 19.1538461538px 25.5384615385px 19.1538461538px;
  }
}
body .modal-wrapper .modal-content .modal-content-inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
body .modal-wrapper .modal-content .modal-title {
  margin: 0 0 6.9230769231vw;
  font-size: 8.9743589744vw;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body .modal-wrapper .modal-content .modal-title {
    margin-bottom: 6.9230769231vw;
    font-size: 2.327724359vw;
  }
}
@media screen and (min-width: 1920px) {
  body .modal-wrapper .modal-content .modal-title {
    margin-bottom: 34.4769230769px;
    font-size: 44.6923076923px;
  }
}
body .modal-wrapper .modal-content .modal-subTitle {
  margin: 0 0 1.7948717949vw;
  font-size: 5.641025641vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  body .modal-wrapper .modal-content .modal-subTitle {
    margin-bottom: 1.7948717949vw;
    font-size: 1.4631410256vw;
  }
}
@media screen and (min-width: 1920px) {
  body .modal-wrapper .modal-content .modal-subTitle {
    margin-bottom: 8.9384615385px;
    font-size: 28.0923076923px;
  }
}
body .modal-wrapper .modal-content .modal-text {
  margin: 0 0 7.3076923077vw;
  font-size: 4.8717948718vw;
  line-height: 1.3157894737em;
}
@media screen and (min-width: 768px) {
  body .modal-wrapper .modal-content .modal-text {
    margin-bottom: 1.8954326923vw;
    font-size: 1.2636217949vw;
  }
}
@media screen and (min-width: 1920px) {
  body .modal-wrapper .modal-content .modal-text {
    margin-bottom: 36.3923076923px;
    font-size: 24.2615384615px;
  }
}
body .modal-wrapper .btn-modal-close {
  position: fixed;
  top: 2.9487179487vw;
  right: 2.1794871795vw;
  width: 10.3846153846vw;
}
@media screen and (min-width: 768px) {
  body .modal-wrapper .btn-modal-close {
    top: 0.7648237179vw;
    right: 0.5653044872vw;
    width: 2.6935096154vw;
  }
}
@media screen and (min-width: 1920px) {
  body .modal-wrapper .btn-modal-close {
    top: 14.6846153846px;
    right: 10.8538461538px;
    width: 51.7153846154px;
  }
}
body .form-loader {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
body .form-loader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  fill: #ffffff;
  stroke: #ffffff;
}

/*# sourceMappingURL=index.css.map */
