@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 10px;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-size: 10px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  appearance: none;
}

@font-face {
  font-family: "EB Garamond";
  src: url("EBGaramond-Bold.ttf") format("truetype");
  src: url("EBGaramond-BoldItalic.ttf") format("truetype"), url("EBGaramond-ExtraBold.ttf") format("truetype"), url("EBGaramond-ExtraBoldItalic.ttf") format("truetype"), url("EBGaramond-Italic.ttf") format("truetype"), url("EBGaramond-Medium.ttf") format("truetype"), url("EBGaramond-MediumItalic.ttf") format("truetype"), url("EBGaramond-Regular.ttf") format("truetype"), url("EBGaramond-SemiBold.ttf") format("truetype"), url("EBGaramond-SemiBoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8333333333vw;
  font-size: 0.6666666667vw;
  background-color: #000000;
}
@media screen and (min-width: 1500px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
html {
  overflow-x: hidden;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body {
  max-width: 1980px;
  min-width: auto;
  margin: 0 auto;
  font-size: 1.6rem;
}

.Inner {
  max-width: 1500px;
  min-width: auto;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .Inner {
    margin: 0 auto;
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1980px) {
  .Inner {
    width: 100%;
    box-sizing: border-box;
    padding: 0 2rem;
  }
}

body {
  overflow-x: hidden;
}

a {
  transition: opacity 0.25s ease, color 0.25s ease;
}
a:hover {
  opacity: 0.6;
}

.Title {
  padding-top: 4.8rem;
}
@media (max-width: 768px) {
  .Title {
    padding-top: 2.2rem;
  }
}
.Title__en {
  font-size: 6.4rem;
  font-weight: 800;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .Title__en {
    font-size: 2.8rem;
    margin-bottom: 1.2rem;
  }
}
.Title__ja {
  font-size: 3.6rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .Title__ja {
    font-size: 2.2rem;
  }
}
.Title--white {
  border-top: 0.1rem solid #fff;
}
.Title--white .Title__en {
  color: #fff;
}
.Title--white .Title__ja {
  color: #FFD500;
}
.Title--black {
  border-top: 0.1rem solid #000;
}
.Title--black .Title__en {
  color: #000;
}
.Title--black .Title__ja {
  color: #000;
}

@keyframes drawerItemIn {
  from {
    opacity: 0;
    transform: translateX(2.4rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.Header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
  padding: 2.6rem 0;
}
@media (max-width: 768px) {
  .Header {
    top: 0;
    padding: 2rem 0;
  }
}
.Header .Inner {
  max-width: 180rem;
}
.Header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Header__container__logo {
  width: 45.1rem;
}
@media (max-width: 768px) {
  .Header__container__logo {
    width: 24.066rem;
  }
}
.Header__container__logo img {
  width: 100%;
  display: block;
}
.Header__container__menu {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .Header__container__menu {
    display: none;
  }
}
.Header__container__menu__list {
  margin-right: 8rem;
  display: flex;
  align-items: center;
  gap: 0 5.2rem;
}
.Header__container__menu__list__item a {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease;
}
.Header__container__menu__list__item a::after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 0;
  height: 0.2rem;
  background-color: #ffd500;
  transition: width 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.Header__container__menu__list__item a:hover {
  color: #ffd500;
  opacity: 1;
}
.Header__container__menu__list__item a:hover::after {
  width: 100%;
}
.Header__container__menu__btn {
  background-color: #ffd500;
  display: block;
  width: 28rem;
  height: 7rem;
  text-align: center;
  text-decoration: none;
  color: #000;
  border-radius: 0.6rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.Header__container__menu__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
}
.Header__container__menu__btn:hover {
  opacity: 1;
  transform: translateY(-0.3rem);
  box-shadow: 0 0.8rem 2.5rem rgba(255, 213, 0, 0.6);
}
.Header__container__menu__btn:hover::after {
  left: 150%;
}
.Header__container__menu__btn span {
  font-size: 2rem;
  font-weight: bold;
  line-height: 7rem;
  padding-left: 2rem;
  position: relative;
  z-index: 1;
}
.Header__container__menu__btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #000;
}
.Header__hamburger {
  display: none;
}
@media (max-width: 768px) {
  .Header__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.6rem;
    width: 4rem;
    height: 4rem;
    background-color: #ffd500;
    border: none;
    border-radius: 0.4rem;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
  }
  .Header__hamburger span {
    display: block;
    width: 2.2rem;
    height: 0.25rem;
    background-color: #000;
    border-radius: 0.2rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform-origin: center;
  }
  .Header__hamburger.is-open span:nth-child(1) {
    transform: translateY(0.85rem) rotate(45deg);
  }
  .Header__hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .Header__hamburger.is-open span:nth-child(3) {
    transform: translateY(-0.85rem) rotate(-45deg);
  }
}
.Header__drawer {
  display: none;
}
@media (max-width: 768px) {
  .Header__drawer {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #111;
    z-index: -1;
    padding: 10rem 3rem 4rem;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    overflow-y: auto;
    background: url(../images/menu_bg.webp) no-repeat top center/cover;
    transform: translateX(100%);
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.45s;
  }
  .Header__drawer.is-open {
    transform: translateX(0);
    visibility: visible;
    pointer-events: auto;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear;
  }
  .Header__drawer.is-open .Header__drawer__list__item {
    animation: drawerItemIn 0.4s ease forwards;
  }
  .Header__drawer.is-open .Header__drawer__list__item:nth-child(1) {
    animation-delay: 0.18s;
  }
  .Header__drawer.is-open .Header__drawer__list__item:nth-child(2) {
    animation-delay: 0.25s;
  }
  .Header__drawer.is-open .Header__drawer__list__item:nth-child(3) {
    animation-delay: 0.32s;
  }
  .Header__drawer.is-open .Header__drawer__list__item:nth-child(4) {
    animation-delay: 0.39s;
  }
  .Header__drawer.is-open .Header__drawer__list__item:nth-child(5) {
    animation-delay: 0.46s;
  }
  .Header__drawer.is-open .Header__drawer__list__item:nth-child(6) {
    animation-delay: 0.53s;
  }
  .Header__drawer.is-open .Header__drawer__entry-btn {
    animation: drawerItemIn 0.4s ease 0.57s forwards;
  }
  .Header__drawer.is-open .Header__drawer__detail-btn {
    animation: drawerItemIn 0.4s ease 0.62s forwards;
  }
  .Header__drawer__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2.8rem 0;
    margin-bottom: 4rem;
  }
  .Header__drawer__list__item {
    text-align: center;
    opacity: 0;
  }
  .Header__drawer__list__item a {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    position: relative;
    transition: color 0.3s ease;
  }
  .Header__drawer__list__item a::after {
    content: "";
    position: absolute;
    bottom: -0.3rem;
    left: 0;
    width: 0;
    height: 0.2rem;
    background-color: #ffd500;
    transition: width 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .Header__drawer__list__item a:hover {
    color: #ffd500;
    opacity: 1;
  }
  .Header__drawer__list__item a:hover::after {
    width: 100%;
  }
  .Header__drawer__entry-btn {
    display: block;
    width: 100%;
    max-width: 33.5rem;
    height: 5.4rem;
    background-color: #e8000d;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 5.4rem;
    border-radius: 0.6rem;
    margin-bottom: 1.6rem;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .Header__drawer__entry-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 55%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
    pointer-events: none;
  }
  .Header__drawer__entry-btn:hover {
    opacity: 1;
    transform: translateY(-0.2rem);
    box-shadow: 0 0.6rem 2rem rgba(232, 0, 13, 0.45);
  }
  .Header__drawer__entry-btn:hover::after {
    left: 150%;
  }
  .Header__drawer__detail-btn {
    display: block;
    width: 100%;
    max-width: 33.5rem;
    height: 5.4rem;
    background-color: #ffd500;
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 5.4rem;
    border-radius: 0.6rem;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .Header__drawer__detail-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 55%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
    transition: left 0.5s ease;
    pointer-events: none;
  }
  .Header__drawer__detail-btn:hover {
    opacity: 1;
    transform: translateY(-0.2rem);
    box-shadow: 0 0.6rem 2rem rgba(255, 213, 0, 0.5);
  }
  .Header__drawer__detail-btn:hover::after {
    left: 150%;
  }
}

.Fixed {
  background-color: #FFD500;
  padding: 0.4rem;
  box-sizing: border-box;
  gap: 0 0.7rem;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(1rem);
  transition: opacity 0.35s ease, visibility 0s linear 0.35s, transform 0.35s ease;
}
.Fixed.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.35s ease, visibility 0s linear, transform 0.35s ease;
}
.Fixed a {
  border-radius: 0.6rem;
  height: 5.2rem;
  width: calc((100% - 0.7rem) / 2);
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
.Fixed a span {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 5.2rem;
}
.Fixed a:first-child {
  background-color: #e8000d;
  color: #fff;
}
.Fixed a:last-child {
  border: 0.1rem solid #000;
  color: #000;
}

.Fv {
  background: url(../images/fv_bg.webp) no-repeat center/contain;
  position: relative;
}
.Fv .Inner {
  max-width: 180rem;
}
.Fv__container {
  display: flex;
  padding: min(8.2291666667vw, 15.8rem) 0 min(6.40625vw, 12.3rem) 0;
}
@media (max-width: 768px) {
  .Fv__container {
    padding-top: 10rem;
  }
}
.Fv__container__text {
  width: 50%;
}
@media (max-width: 768px) {
  .Fv__container__text {
    width: 100%;
  }
}
.Fv__container__text__head {
  margin-bottom: min(1.71875vw, 3.3rem);
}
.Fv__container__text__head__en {
  font-size: min(0.9375vw, 1.8rem);
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  margin-bottom: min(1.6145833333vw, 3.1rem);
}
@media (max-width: 768px) {
  .Fv__container__text__head__en {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1.2rem;
  }
}
.Fv__container__text__head__title {
  width: min(47.34375vw, 90.9rem);
  height: min(11.6666666667vw, 22.4rem);
  margin: 0 0 min(1.25vw, 2.4rem) 0;
  font-size: inherit;
  font-weight: inherit;
}
.Fv__container__text__head__title img {
  width: 100%;
}
@media (max-width: 768px) {
  .Fv__container__text__head__title {
    max-width: 33.5rem;
    width: 100%;
    height: 8.3rem;
    margin: 0 auto;
    margin-bottom: 1.6rem;
  }
}
.Fv__container__text__head__sub {
  font-size: min(1.875vw, 3.6rem);
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .Fv__container__text__head__sub {
    font-size: 1.8rem;
  }
}
.Fv__container__text__content {
  position: relative;
  padding: min(2.34375vw, 4.5rem) 0;
}
@media (max-width: 768px) {
  .Fv__container__text__content {
    padding: 0rem 0 2rem 0;
  }
}
.Fv__container__text__content::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: min(-8.3333333333vw, -16rem);
  background-color: #FFD500;
  width: calc(100vw + 16rem);
  height: min(21.6666666667vw, 41.6rem);
  z-index: 0;
}
@media (max-width: 768px) {
  .Fv__container__text__content::before {
    left: -2rem;
    top: -9rem;
    height: 38.6rem;
    transform: translate(0);
  }
}
.Fv__container__text__content__event {
  position: relative;
  z-index: 3;
  border-bottom: min(0.2083333333vw, 0.4rem) solid #000;
  padding-bottom: min(1.3020833333vw, 2.5rem);
  margin-bottom: min(1.0416666667vw, 2rem);
  max-width: fit-content;
}
@media (max-width: 768px) {
  .Fv__container__text__content__event {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 2.2rem;
    margin-bottom: 1.6rem;
  }
}
.Fv__container__text__content__event__date {
  font-family: "Poppins", sans-serif;
  font-size: min(4.4270833333vw, 8.5rem);
  font-weight: bold;
  width: fit-content;
  position: relative;
}
@media (max-width: 768px) {
  .Fv__container__text__content__event__date {
    font-size: 5.2rem;
    text-align: center;
    display: inline;
    padding-right: 3rem;
  }
}
.Fv__container__text__content__event__date::before {
  content: "TUE";
  position: absolute;
  top: 50%;
  right: min(-2.6041666667vw, -5rem);
  font-size: min(1.7708333333vw, 3.4rem);
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 768px) {
  .Fv__container__text__content__event__date::before {
    font-size: 2.1rem;
    right: 0rem;
  }
}
.Fv__container__text__content__event__place {
  font-size: min(2.9166666667vw, 5.6rem);
  font-weight: 900;
}
@media (max-width: 768px) {
  .Fv__container__text__content__event__place {
    font-size: 2.2rem;
  }
}
.Fv__container__text__content__event::before {
  content: "";
  position: absolute;
  top: min(-1.5625vw, -3rem);
  right: 0;
  width: min(12.2916666667vw, 23.6rem);
  height: min(5.9895833333vw, 11.5rem);
  background: url(../images/fv_acc.webp) no-repeat center/contain;
  z-index: 5;
}
@media (max-width: 768px) {
  .Fv__container__text__content__event::before {
    width: 10rem;
    height: 4.9rem;
    top: -6rem;
  }
}
.Fv__container__text__content__deadline {
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: min(1.5625vw, 3rem);
  align-items: center;
}
@media (max-width: 768px) {
  .Fv__container__text__content__deadline {
    justify-content: center;
    margin-bottom: 1.6rem;
  }
}
.Fv__container__text__content__deadline__box {
  background-color: #000;
  color: #fff;
  font-size: min(1.0416666667vw, 2rem);
  font-weight: 900;
  padding: min(0.46875vw, 0.9rem) min(0.5729166667vw, 1.1rem);
  display: block;
  max-width: fit-content;
  margin-right: min(1.0416666667vw, 2rem);
}
@media (max-width: 768px) {
  .Fv__container__text__content__deadline__box {
    font-size: 1.6rem;
    padding: 0.6rem 0.8rem;
    margin-right: 1.6rem;
  }
}
.Fv__container__text__content__deadline__date {
  font-size: min(2.0833333333vw, 4rem);
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 768px) {
  .Fv__container__text__content__deadline__date {
    font-size: 3.1rem;
  }
}
.Fv__container__text__content__btn {
  display: flex;
  gap: min(2.0833333333vw, 4rem);
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .Fv__container__text__content__btn {
    flex-direction: column;
  }
}
.Fv__container__text__content__btn__entry, .Fv__container__text__content__btn__black {
  display: block;
  width: min(14.5833333333vw, 28rem);
  height: min(3.6458333333vw, 7rem);
  text-align: center;
  text-decoration: none;
}
@media (max-width: 768px) {
  .Fv__container__text__content__btn__entry, .Fv__container__text__content__btn__black {
    max-width: 33.5rem;
    width: 100%;
    height: 5.4rem;
  }
}
.Fv__container__text__content__btn__entry span, .Fv__container__text__content__btn__black span {
  font-size: min(1.0416666667vw, 2rem);
  font-weight: bold;
  line-height: min(3.6458333333vw, 7rem);
}
@media (max-width: 768px) {
  .Fv__container__text__content__btn__entry span, .Fv__container__text__content__btn__black span {
    font-size: 1.8rem;
    line-height: 5.4rem;
  }
}
.Fv__container__text__content__btn__entry {
  color: #fff;
  background-color: #CC0006;
  border-radius: min(0.3125vw, 0.6rem);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.Fv__container__text__content__btn__entry::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
}
.Fv__container__text__content__btn__entry:hover {
  opacity: 1;
  transform: translateY(-0.3rem);
  box-shadow: 0 0.8rem 2.5rem rgba(204, 0, 6, 0.55);
}
.Fv__container__text__content__btn__entry:hover::after {
  left: 150%;
}
.Fv__container__text__content__btn__entry span {
  padding-left: min(1.0416666667vw, 2rem);
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .Fv__container__text__content__btn__entry span {
    padding-left: 2rem;
  }
}
.Fv__container__text__content__btn__entry span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: min(0.8333333333vw, 1.6rem);
  height: min(0.8333333333vw, 1.6rem);
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
@media (max-width: 768px) {
  .Fv__container__text__content__btn__entry span::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.Fv__container__text__content__btn__black {
  border: min(0.1041666667vw, 0.2rem) solid #000;
  border-radius: min(0.3125vw, 0.6rem);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.Fv__container__text__content__btn__black::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
  z-index: 1;
}
.Fv__container__text__content__btn__black:hover {
  opacity: 1;
  background-color: #000;
  transform: translateY(-0.3rem);
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.3);
}
.Fv__container__text__content__btn__black:hover span {
  color: #fff;
}
.Fv__container__text__content__btn__black:hover::after {
  left: 150%;
}
.Fv__container__text__content__btn__black span {
  color: #000;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}
.Fv__container__img {
  width: 50%;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .Fv__container__img {
    width: 100%;
    margin-bottom: -2rem;
  }
}
.Fv__container__img img {
  width: 100%;
  position: absolute;
  right: min(-3.125vw, -6rem);
  top: -3%;
  display: block;
  width: min(55.7291666667vw, 107rem);
}
@media (max-width: 768px) {
  .Fv__container__img img {
    width: 100%;
    position: static;
  }
}

.Banner {
  background: url(../images/banner_bg.webp) no-repeat center/cover;
}
.Banner__container {
  padding: 4.4rem 0;
}
@media (max-width: 768px) {
  .Banner__container {
    padding: 3rem 0;
  }
}
.Banner__container__content {
  display: flex;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  gap: 0 16rem;
}
@media (max-width: 768px) {
  .Banner__container__content {
    gap: 0 1.2rem;
  }
}
.Banner__container__content__logo img {
  width: 100%;
}
.Banner__container__content__logo:nth-child(1) {
  width: 18.9rem;
}
@media (max-width: 768px) {
  .Banner__container__content__logo:nth-child(1) {
    width: 7.6rem;
  }
}
.Banner__container__content__logo:nth-child(2) {
  width: 15rem;
}
@media (max-width: 768px) {
  .Banner__container__content__logo:nth-child(2) {
    width: 6rem;
  }
}
.Banner__container__content__logo:nth-child(3) {
  width: 20.4rem;
}
@media (max-width: 768px) {
  .Banner__container__content__logo:nth-child(3) {
    width: 8.2rem;
  }
}
.Banner__container__content__logo:nth-child(4) {
  width: 19rem;
}
@media (max-width: 768px) {
  .Banner__container__content__logo:nth-child(4) {
    width: 7.6rem;
  }
}

.About {
  background-color: #000;
  background-image: url(../images/about_bg.webp);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .About {
    padding: 5.2rem 0 15rem 0;
    background-image: url(../images/about_bg_sp.webp);
    background-position: bottom center;
    background-size: contain;
  }
}
.About__container .Title {
  margin-bottom: 5.1rem;
}
@media (max-width: 768px) {
  .About__container .Title {
    margin-bottom: 3.4rem;
  }
}
.About__container__content p {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 4.6rem;
  margin-bottom: 4.6rem;
}
@media (max-width: 768px) {
  .About__container__content p {
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
.About__container__content p:last-child {
  margin-bottom: 0;
}

.Road {
  background: url(../images/road_bg.webp) no-repeat center/cover;
  position: relative;
}
@media (max-width: 768px) {
  .Road {
    background: url(../images/road_bg_sp.webp) no-repeat center/cover;
  }
}
.Road::before {
  content: "";
  display: block;
  width: 91rem;
  height: 56.3rem;
  position: absolute;
  top: 0;
  right: 7rem;
  background: url(../images/road_head.webp) no-repeat center/contain;
  top: -22.15rem;
}
@media (max-width: 768px) {
  .Road::before {
    width: 25rem;
    height: 14.6rem;
    top: -7.3rem;
    right: 1rem;
  }
}
.Road::after {
  content: "";
  display: block;
  position: absolute;
  width: 111.3rem;
  height: 51.1rem;
  background: url(../images/road_food.webp) no-repeat center/contain;
  bottom: -16rem;
  right: 11.7rem;
}
@media (max-width: 768px) {
  .Road::after {
    width: 26.7rem;
    height: 12.3rem;
    bottom: -4.5rem;
    right: 0;
  }
}
.Road__container {
  padding: 10rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .Road__container {
    padding: 5.2rem 0;
  }
}
.Road__container .Title {
  margin-bottom: 7.4rem;
}
@media (max-width: 768px) {
  .Road__container .Title {
    margin-bottom: 4rem;
  }
}
.Road__container__content__flow {
  display: flex;
  gap: 4rem;
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .Road__container__content__flow {
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 3.2rem;
  }
}
.Road__container__content__flow__item {
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
  width: calc((100% - 12rem) / 4);
  padding: 4.2rem 0 4.8rem 0;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.14);
}
@media (max-width: 768px) {
  .Road__container__content__flow__item {
    width: 100%;
    padding: 3.6rem 2rem 3.6rem 2rem;
    box-sizing: border-box;
  }
}
.Road__container__content__flow__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -5.5rem;
  transform: translateY(-50%);
  background: url(../images/road_allow.webp) no-repeat center/contain;
  width: 6.6rem;
  height: 5.8rem;
  z-index: 3;
}
@media (max-width: 768px) {
  .Road__container__content__flow__item::before {
    top: auto;
    right: auto;
    bottom: -3.6rem;
    left: 50%;
    width: 5.3rem;
    height: 4.3rem;
    transform: translateX(-50%) rotate(90deg);
  }
}
.Road__container__content__flow__item:last-child::before {
  display: none;
}
.Road__container__content__flow__item__num {
  font-size: 5.2rem;
  font-weight: 900;
  font-family: "Roboto Condensed", sans-serif;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .Road__container__content__flow__item__num {
    font-size: 3.2rem;
    left: 2rem;
    transform: translateY(-50%);
  }
}
.Road__container__content__flow__item__num.king {
  width: 12.4rem;
  height: 8.4rem;
  top: -1rem;
}
@media (max-width: 768px) {
  .Road__container__content__flow__item__num.king {
    width: 5.6rem;
    height: 3.8rem;
    top: 0;
  }
}
.Road__container__content__flow__item__num.king img {
  width: 100%;
}
.Road__container__content__flow__item__title {
  font-size: 4rem;
  font-weight: 900;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 2.8rem;
  text-align: center;
  min-height: 7.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .Road__container__content__flow__item__title {
    font-size: 3.2rem;
    margin-bottom: 2rem;
    text-align: left;
    min-height: 0;
    display: block;
  }
}
.Road__container__content__flow__item__title.red {
  color: #E4151B;
}
.Road__container__content__flow__item__dis {
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .Road__container__content__flow__item__dis {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
  }
}
.Road__container__content__flow__item__dis span {
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.1rem;
  color: #E4151B;
}
@media (max-width: 768px) {
  .Road__container__content__flow__item__dis span {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.Road__container__content__food {
  border: 0.4rem solid #000;
  border-radius: 2rem;
  padding: 4rem 11rem;
  display: flex;
  background-color: #fff;
  gap: 4.7%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .Road__container__content__food {
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    gap: 2.4rem;
  }
}
.Road__container__content__food__logo {
  width: 18.7%;
}
.Road__container__content__food__logo img {
  width: 100%;
}
@media (max-width: 768px) {
  .Road__container__content__food__logo {
    width: 60%;
  }
}
.Road__container__content__food__text {
  width: 76.6%;
}
@media (max-width: 768px) {
  .Road__container__content__food__text {
    width: 100%;
  }
}
.Road__container__content__food__text__title {
  font-size: 5.2rem;
  font-weight: 800;
  font-family: "Roboto Condensed", sans-serif;
  border-bottom: 0.1rem solid #000;
  padding-bottom: 1.2rem;
  margin-bottom: 1.6rem;
  letter-spacing: -0.1rem;
}
@media (max-width: 768px) {
  .Road__container__content__food__text__title {
    font-size: 3rem;
    text-align: center;
  }
}
.Road__container__content__food__text__dis__sub {
  font-size: 2.4rem;
  font-weight: bold;
  color: #E4151B;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .Road__container__content__food__text__dis__sub {
    font-size: 1.8rem;
    text-align: center;
    line-height: 2.8rem;
  }
}
.Road__container__content__food__text__dis__main {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.1rem;
}
@media (max-width: 768px) {
  .Road__container__content__food__text__dis__main {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.Video {
  position: relative;
  z-index: 0;
}
.Video::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/video_food.webp) no-repeat center/cover;
  width: 57rem;
  height: 48rem;
  transform: translateY(50%);
}
@media (max-width: 768px) {
  .Video::before {
    width: 15.7rem;
    height: 13.2rem;
    bottom: 1rem;
  }
}
.Video__container {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .Video__container {
    padding: 6rem 0;
  }
}
.Video__container .Title {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .Video__container .Title {
    margin-bottom: 3.2rem;
  }
}
.Video__container__content {
  position: relative;
  z-index: 2;
}
.Video__container__content video {
  position: relative;
  z-index: 3;
}
.Video__container__content video img {
  width: 100%;
}
.Video__container__content__player {
  position: relative;
  z-index: 3;
}
.Video__container__content__player__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
}
.Video__container__content__player__overlay img {
  width: 10rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
@media (max-width: 768px) {
  .Video__container__content__player__overlay img {
    width: 7rem;
  }
}
.Video__container__content__player__overlay:hover img {
  transform: scale(1.1);
  opacity: 0.85;
}
.Video__container__content {
  position: relative;
}
.Video__container__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 37rem;
  height: 40rem;
  background: url(../images/video_head.webp) no-repeat center/contain;
  z-index: 0;
}
@media (max-width: 768px) {
  .Video__container__content::before {
    width: 7.8rem;
    height: 8.4rem;
  }
}

.Category {
  background-color: #FFD500;
}
.Category__container {
  padding: 10rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .Category__container {
    padding: 4rem 0;
  }
}
.Category__container .Title {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .Category__container .Title {
    margin-bottom: 3.2rem;
  }
}
.Category__container__wrap {
  display: flex;
  gap: 6rem;
}
@media (max-width: 768px) {
  .Category__container__wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
.Category__container__wrap__item {
  width: calc((100% - 6rem) / 2);
}
@media (max-width: 768px) {
  .Category__container__wrap__item {
    width: 100%;
  }
}
.Category__container__wrap__item__head {
  background-color: #000000;
  border-radius: 2rem 2rem 0 0;
  padding: 2rem 4rem;
}
@media (max-width: 768px) {
  .Category__container__wrap__item__head {
    padding: 1.1rem 2.4rem;
    border-radius: 1rem 1rem 0 0;
  }
}
.Category__container__wrap__item__head__en {
  color: white;
  font-size: 3.8rem;
  font-weight: 900;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 768px) {
  .Category__container__wrap__item__head__en {
    font-size: 2.4rem;
    text-align: center;
  }
}
.Category__container__wrap__item__body {
  padding: 2.4rem 4rem;
  background-color: #fff;
  border-radius: 0 0 2rem 2rem;
}
@media (max-width: 768px) {
  .Category__container__wrap__item__body {
    padding: 2rem 2rem 2.4rem 2rem;
  }
}
.Category__container__wrap__item__body__title {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 2.8rem;
}
@media (max-width: 768px) {
  .Category__container__wrap__item__body__title {
    font-size: 2.8rem;
    margin-bottom: 2.7rem;
    text-align: center;
  }
}
.Category__container__wrap__item__body__list__row {
  display: flex;
  align-items: center;
  align-items: flex-start;
  gap: 0 2.8rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .Category__container__wrap__item__body__list__row {
    gap: 0 1.6rem;
    margin-bottom: 1.2rem;
  }
}
.Category__container__wrap__item__body__list__row:last-child {
  margin-bottom: 0;
}
.Category__container__wrap__item__body__list__row__label {
  width: 15rem;
  height: 4rem;
  display: block;
  border-radius: 0.4rem;
  border: 0.1rem solid #000;
  text-align: center;
  line-height: 4rem;
  background-color: #FFD500;
  font-size: 2rem;
  font-weight: bold;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .Category__container__wrap__item__body__list__row__label {
    width: 9.6rem;
    height: 3.2rem;
    line-height: 3.2rem;
    font-size: 1.6rem;
  }
}
.Category__container__wrap__item__body__list__row__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.1rem;
  width: calc(100% - 15rem);
  padding-top: 0.5rem;
}
@media (max-width: 768px) {
  .Category__container__wrap__item__body__list__row__text {
    font-size: 1.6rem;
    line-height: 2.4rem;
    width: calc(100% - 9.6rem);
  }
}

.Info {
  position: relative;
}
.Info::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  top: -20rem;
  width: 74.2rem;
  height: 54.4rem;
  background: url(../images/info_head.webp) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Info::before {
    width: 24rem;
    height: 16rem;
    top: -6rem;
  }
}
.Info::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 96.2rem;
  height: 60.9rem;
  background: url(../images/info_food.webp) no-repeat center/contain;
  transform: translateY(50%);
}
@media (max-width: 768px) {
  .Info::after {
    width: 20rem;
    height: 13rem;
  }
}
.Info__container {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .Info__container {
    padding: 5.2rem 0;
  }
}
.Info__container .Title {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .Info__container .Title {
    margin-bottom: 3.2rem;
  }
}
.Info__container__table {
  max-width: 120rem;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.Info__container__table__row {
  display: flex;
  border-bottom: 0.2rem solid #000;
}
.Info__container__table__row:last-child {
  border-bottom: none;
}
.Info__container__table__row__head {
  width: 23rem;
  background: #FFD500;
  padding: 2.4rem;
  font-weight: 700;
  border-right: 0.2rem solid #000;
  flex-shrink: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .Info__container__table__row__head {
    width: 10rem;
    font-size: 1.4rem;
    padding: 1rem 0.8rem;
    box-sizing: border-box;
    line-height: 1.6;
  }
}
.Info__container__table__row__body {
  flex: 1;
  background: #fff;
  padding: 2.4rem;
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .Info__container__table__row__body {
    font-size: 1.4rem;
    padding: 1rem 0.8rem;
  }
}
.Info__container__table__row__body p {
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .Info__container__table__row__body p {
    font-size: 1.4rem;
  }
}
.Info__container__table__row__body p strong {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .Info__container__table__row__body p strong {
    font-size: 1.4rem;
  }
}
.Info__container__table__row__body p + p {
  margin-top: 0.8rem;
}
@media (max-width: 768px) {
  .Info__container__table__row__body p + p {
    margin-top: 0;
  }
}

/* utility */
.is-link {
  color: #0066FF;
  text-decoration: underline;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .is-link {
    font-size: 1.4rem;
  }
}

.is-note {
  font-size: 1.4rem !important;
}
@media (max-width: 768px) {
  .is-note {
    font-size: 1.2rem !important;
  }
}

.is-red {
  color: #E4151B;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .is-red {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
  }
}

.Entry {
  background: url(../images/entry_bg.webp) no-repeat center/cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .Entry {
    background: url(../images/entry_bg_sp.webp) no-repeat center/cover;
  }
}
.Entry__container {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .Entry__container {
    padding: 4rem 0;
  }
}
.Entry__container .Title {
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .Entry__container .Title {
    margin-bottom: 5.3rem;
  }
}
.Entry__container__flow {
  display: flex;
  gap: 4rem;
}
@media (max-width: 768px) {
  .Entry__container__flow {
    flex-direction: column;
    gap: 3.2rem;
    margin-bottom: 0;
  }
}
.Entry__container__flow__item {
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
  width: calc((100% - 12rem) / 4);
  padding: 4.2rem 3.2rem 3.2rem 3.2rem;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.14);
}
@media (max-width: 768px) {
  .Entry__container__flow__item {
    width: 100%;
    padding: 2.8rem 2rem 3.6rem 2rem;
    box-sizing: border-box;
  }
}
.Entry__container__flow__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -5.5rem;
  transform: translateY(-50%);
  background: url(../images/road_allow.webp) no-repeat center/contain;
  width: 6.6rem;
  height: 5.8rem;
  z-index: 3;
}
@media (max-width: 768px) {
  .Entry__container__flow__item::before {
    top: auto;
    right: auto;
    bottom: -3.6rem;
    left: 50%;
    width: 5.3rem;
    height: 4.3rem;
    transform: translateX(-50%) rotate(90deg);
  }
}
.Entry__container__flow__item:last-child::before {
  display: none;
}
.Entry__container__flow__item__num {
  font-size: 5.2rem;
  font-weight: 900;
  font-family: "Roboto Condensed", sans-serif;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .Entry__container__flow__item__num {
    font-size: 4rem;
    left: 2rem;
    transform: translateY(-50%);
  }
}
.Entry__container__flow__item__icon {
  width: 8rem;
  height: 8rem;
  margin: auto auto 3.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .Entry__container__flow__item__icon {
    margin-bottom: 2.7rem;
    width: 9.1rem;
    margin: auto auto 1.1rem;
  }
}
.Entry__container__flow__item:nth-child(1) .Entry__container__flow__item__icon img {
  width: 9.1rem;
  height: 6rem;
}
.Entry__container__flow__item:nth-child(2) .Entry__container__flow__item__icon img {
  width: 8rem;
  height: 8rem;
}
.Entry__container__flow__item:nth-child(3) .Entry__container__flow__item__icon img {
  width: 8.7rem;
  height: 8rem;
}
.Entry__container__flow__item:nth-child(4) .Entry__container__flow__item__icon img {
  width: 8rem;
  height: 8rem;
}
.Entry__container__flow__item__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2.8rem;
  text-align: center;
  line-height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
}
@media (max-width: 768px) {
  .Entry__container__flow__item__title {
    font-size: 2rem;
    margin-bottom: 2rem;
    height: auto;
    line-height: 2.8rem;
  }
}
.Entry__container__flow__item__dis {
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.1rem;
  text-align: center;
  letter-spacing: -0.07rem;
}
@media (max-width: 768px) {
  .Entry__container__flow__item__dis {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.Pay {
  position: relative;
}
.Pay::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 16.4rem;
  width: 84.9rem;
  height: 48rem;
  transform: translateY(-65%);
  background: url(../images/pay_head.webp) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Pay::before {
    width: 40rem;
    height: 22.6rem;
    left: 0;
    width: 27rem;
    height: 15.5rem;
  }
}
.Pay__container {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .Pay__container {
    padding: 6rem 0;
  }
}
.Pay__container .Title {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .Pay__container .Title {
    margin-bottom: 3.2rem;
  }
}
.Pay__container__content {
  display: flex;
  gap: 6rem;
}
@media (max-width: 768px) {
  .Pay__container__content {
    flex-direction: column;
    gap: 2rem;
  }
}
.Pay__container__content__item {
  flex: 1;
  border: 0.3rem solid #000;
  border-radius: 3rem;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .Pay__container__content__item {
    border-radius: 1rem;
  }
}
.Pay__container__content__item__head {
  background: #FFD400;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  padding: 1.8rem 0;
  margin: 0;
}
@media (max-width: 768px) {
  .Pay__container__content__item__head {
    font-size: 2.8rem;
    padding: 1.2rem 0;
  }
}
.Pay__container__content__item__body {
  padding: 2.4rem 7rem;
  flex: 1;
}
@media (max-width: 768px) {
  .Pay__container__content__item__body {
    padding: 2rem;
  }
}
.Pay__container__content__item__body--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.Pay__container__content__item__body__text {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .Pay__container__content__item__body__text {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: left;
  }
}
.Pay__container__content__item__body__btn {
  border: 0.2rem solid #000;
  height: 7rem;
  border-radius: 0.6rem;
  text-align: center;
  text-decoration: none;
  color: #000;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  width: 38rem;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .Pay__container__content__item__body__btn {
    width: 100%;
    height: 5rem;
  }
}
.Pay__container__content__item__body__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
  z-index: 1;
}
.Pay__container__content__item__body__btn span {
  line-height: 7rem;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .Pay__container__content__item__body__btn span {
    font-size: 1.6rem;
    line-height: 5rem;
  }
}
.Pay__container__content__item__body__btn:hover {
  opacity: 1;
  background-color: #000;
  color: #fff;
  transform: translateY(-0.3rem);
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.3);
}
.Pay__container__content__item__body__btn:hover::after {
  left: 150%;
}
.Pay__container__content__item__body__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.Pay__container__content__item__body__list__row {
  display: flex;
  align-items: center;
  gap: 2.8rem;
}
@media (max-width: 768px) {
  .Pay__container__content__item__body__list__row {
    gap: 1.6rem;
  }
}
.Pay__container__content__item__body__list__row__label {
  background: #FFD400;
  border: 0.2rem solid #000;
  border-radius: 0.6rem;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: 700;
  min-width: 15rem;
  text-align: center;
  flex-shrink: 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .Pay__container__content__item__body__list__row__label {
    font-size: 1.6rem;
    min-width: 9.6rem;
    height: 3.2rem;
    line-height: 3.2rem;
    padding: 0;
    text-align: center;
  }
}
.Pay__container__content__item__body__list__row__text {
  font-size: 2rem;
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .Pay__container__content__item__body__list__row__text {
    font-size: 1.6rem;
  }
}

.Rule {
  background: url(../images/rule_bg.webp) no-repeat top center/cover;
}
.Rule__container {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .Rule__container {
    padding: 4rem 0;
  }
}
.Rule__container .Title {
  margin-bottom: 5.3rem;
}
@media (max-width: 768px) {
  .Rule__container .Title {
    margin-bottom: 3.2rem;
  }
}
.Rule__container__content {
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
}
.Rule__container__content__title {
  font-size: 4rem;
  font-weight: bold;
  color: #000;
  margin: 0 0 3.2rem 0;
  position: relative;
  padding-left: 4rem;
}
@media (max-width: 768px) {
  .Rule__container__content__title {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
    line-height: 3.4rem;
  }
}
.Rule__container__content__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
  border-left: 2.6rem solid #000;
}
@media (max-width: 768px) {
  .Rule__container__content__title::after {
    border-top-width: 1.4rem;
    border-bottom-width: 1.4rem;
    border-left-width: 2rem;
  }
}
.Rule__container__content__eligibility {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .Rule__container__content__eligibility {
    margin-bottom: 5rem;
  }
}
.Rule__container__content__performance {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .Rule__container__content__performance {
    margin-bottom: 5rem;
  }
}
.Rule__container__content__performance__video {
  max-width: 120rem;
  margin: 4rem auto 0;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .Rule__container__content__performance__video {
    margin-top: 2.4rem;
  }
}
.Rule__container__content__performance__video video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  background-color: #000;
}
.Rule__container__content__performance__video__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
}
.Rule__container__content__performance__video__overlay img {
  width: 10rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
@media (max-width: 768px) {
  .Rule__container__content__performance__video__overlay img {
    width: 7rem;
  }
}
.Rule__container__content__performance__video__overlay:hover img {
  transform: scale(1.1);
  opacity: 0.85;
}
.Rule__container__content .Table {
  max-width: 120rem;
  margin: 0 auto;
  width: 100%;
}
.Rule__container__content .Table__row {
  display: flex;
}
.Rule__container__content .Table__row:last-child {
  border-bottom: none;
}
.Rule__container__content .Table__row:last-child .Table__row__head, .Rule__container__content .Table__row:last-child .Table__row__body {
  border-bottom: none;
}
.Rule__container__content .Table__row__head {
  width: 23rem;
  padding: 2.4rem;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 0.2rem solid #fff;
  flex-shrink: 0;
  background-color: #000;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 768px) {
  .Rule__container__content .Table__row__head {
    width: 11rem;
    box-sizing: border-box;
    font-size: 1.4rem;
    padding: 1rem 1rem;
    line-height: 1.8rem;
  }
}
.Rule__container__content .Table__row__body {
  flex: 1;
  background: #fff;
  padding: 2.4rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 0.2rem solid #000;
}
@media (max-width: 768px) {
  .Rule__container__content .Table__row__body {
    font-size: 1.4rem;
    padding: 1rem;
  }
}
.Rule__container__content .Table__row__body p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .Rule__container__content .Table__row__body p {
    font-size: 1.4rem;
  }
}
.Rule__container__content .Table__row__body p + p {
  margin-top: 0.8rem;
}
.Rule__container__content__genres {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .Rule__container__content__genres {
    margin-bottom: 5rem;
  }
}
.Rule__container__content__genres__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .Rule__container__content__genres__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}
.Rule__container__content__genres__grid__item {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  font-size: 2rem;
  text-align: center;
  color: #000;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 7rem;
  box-sizing: border-box;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Rule__container__content__genres__grid__item {
    font-size: 1.6rem;
    min-height: 7rem;
  }
}
.Rule__container__content__genres__grid__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 2.8rem solid #000;
  border-right: 2.8rem solid transparent;
}
@media (max-width: 768px) {
  .Rule__container__content__genres__grid__item::after {
    border-top-width: 2rem;
    border-right-width: 2rem;
  }
}
.Rule__container__content__genres__grid__item:last-of-type {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .Rule__container__content__genres__grid__item:last-of-type {
    font-size: 1.4rem;
  }
}
.Rule__container__content__criteria {
  margin-bottom: 0rem;
}
@media (max-width: 768px) {
  .Rule__container__content__criteria {
    margin-bottom: 0;
  }
}
.Rule__container__content__criteria__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 768px) {
  .Rule__container__content__criteria__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.Rule__container__content__criteria__grid {
  position: relative;
}
.Rule__container__content__criteria__grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 19.5rem;
  height: 100%;
  background: url(../images/pentagon_bg.webp) no-repeat center/contain;
  z-index: 1;
  display: none;
}
@media (max-width: 768px) {
  .Rule__container__content__criteria__grid::before {
    display: block;
  }
}
.Rule__container__content__criteria__grid__item {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .Rule__container__content__criteria__grid__item {
    position: relative;
    z-index: 2;
  }
}
.Rule__container__content__criteria__grid__item__hex {
  width: 100%;
  height: 27rem;
  background-image: url("../images/rule_pentagon_bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .Rule__container__content__criteria__grid__item__hex {
    background-image: url("../images/rule_pentagon_bg_sp.webp");
    height: 13.6rem;
  }
}
.Rule__container__content__criteria__grid__item__hex__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #000;
  gap: 0.5rem;
  width: 19.2rem;
}
@media (max-width: 768px) {
  .Rule__container__content__criteria__grid__item__hex__content {
    display: grid;
    grid-template-columns: 5rem 1fr;
    grid-template-rows: auto auto;
    column-gap: 1.6rem;
    align-items: center;
    text-align: left;
    width: 100%;
    padding: 0 4rem;
  }
}
.Rule__container__content__criteria__grid__item__hex__content__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .Rule__container__content__criteria__grid__item__hex__content__icon {
    grid-row: 1/3;
    grid-column: 1;
    margin-bottom: 0;
    align-self: center;
  }
}
.Rule__container__content__criteria__grid__item__hex__content__icon img {
  height: 6rem;
  width: auto;
}
@media (max-width: 768px) {
  .Rule__container__content__criteria__grid__item__hex__content__icon img {
    height: 6rem;
  }
}
.Rule__container__content__criteria__grid__item__hex__content__title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  margin: 0;
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .Rule__container__content__criteria__grid__item__hex__content__title {
    grid-row: 1;
    grid-column: 2;
    font-size: 2rem;
    margin-bottom: 0.4rem;
  }
}
.Rule__container__content__criteria__grid__item__hex__content__desc {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .Rule__container__content__criteria__grid__item__hex__content__desc {
    grid-row: 2;
    grid-column: 2;
    font-size: 1.4rem;
  }
}
.Rule__container .is-note {
  font-size: 1.4rem !important;
}
@media (max-width: 768px) {
  .Rule__container .is-note {
    font-size: 1.2rem;
  }
}
.Rule__container .is-red {
  color: #E4151B;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .Rule__container .is-red {
    font-size: 1.4rem;
    font-weight: bold;
  }
}

.Faq {
  position: relative;
}
.Faq::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 45rem;
  height: 48rem;
  transform: translateY(-50%);
  background: url(../images/faq_head.webp) no-repeat center/contain;
}
@media (max-width: 768px) {
  .Faq::before {
    width: 24rem;
    height: 25.6rem;
  }
}
.Faq::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 86.6rem;
  height: 43rem;
  background: url(../images/faq_food.webp) no-repeat center/contain;
  transform: translateY(50%);
  z-index: 0;
}
@media (max-width: 768px) {
  .Faq::after {
    width: 20rem;
    height: 10rem;
    bottom: 1rem;
  }
}
.Faq__container {
  padding: 10rem 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .Faq__container {
    padding: 6rem 0;
  }
}
.Faq__container .Title {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .Faq__container .Title {
    margin-bottom: 3.2rem;
  }
}
.Faq__container__content {
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
}
.Faq__container__content__item {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .Faq__container__content__item {
    border-radius: 1.2rem;
    margin-bottom: 2rem;
  }
}
.Faq__container__content__item:last-child {
  margin-bottom: 0;
}
.Faq__container__content__item__question {
  background-color: #FFD500;
  padding: 2rem 2.4rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .Faq__container__content__item__question {
    padding: 1.2rem;
    gap: 1.2rem;
  }
}
.Faq__container__content__item__question::before {
  content: "Q";
  font-size: 4.2rem;
  font-weight: 800;
  color: #000;
  flex-shrink: 0;
  font-family: "Roboto Condensed", sans-serif;
}
@media (max-width: 768px) {
  .Faq__container__content__item__question::before {
    font-size: 2.4rem;
  }
}
.Faq__container__content__item__question h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .Faq__container__content__item__question h3 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.Faq__container__content__item__answer {
  background-color: #fff;
  padding: 2.4rem;
}
@media (max-width: 768px) {
  .Faq__container__content__item__answer {
    padding: 1rem;
  }
}
.Faq__container__content__item__answer p {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .Faq__container__content__item__answer p {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

@keyframes formShake {
  0%, 100% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-0.7rem);
  }
  30% {
    transform: translateX(0.6rem);
  }
  45% {
    transform: translateX(-0.5rem);
  }
  60% {
    transform: translateX(0.4rem);
  }
  75% {
    transform: translateX(-0.2rem);
  }
}
@keyframes errorFadeIn {
  from {
    opacity: 0;
    transform: translateY(-0.4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes checkBounce {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  60% {
    transform: translate(-50%, -50%) scale(1.25);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.Form {
  background-color: #FFD500;
  position: relative;
  z-index: 1;
}
.Form__container {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .Form__container {
    padding: 4rem 0;
  }
}
.Form__container .Title {
  margin-bottom: 5.1rem;
}
@media (max-width: 768px) {
  .Form__container .Title {
    margin-bottom: 3.2rem;
  }
}
.Form__container__content {
  max-width: 110rem;
  width: 100%;
  margin: 0 auto;
}
.Form form {
  padding: 4rem;
  background-color: #fff;
  border-radius: 2rem;
}
@media (max-width: 768px) {
  .Form form {
    padding: 3.2rem 2rem;
    margin: 0 -2rem;
    border-radius: 0;
  }
}
.Form__table {
  margin-bottom: 4.2rem;
}
.Form__item {
  display: flex;
  border-bottom: 0.1rem solid #d8d8d8;
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .Form__item {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.Form__item:last-child {
  border-bottom: none;
}
.Form__item--error {
  animation: formShake 0.45s ease;
}
.Form__item--error .Form__label {
  background-color: #fff0f0;
}
.Form__item--error input[type=text],
.Form__item--error input[type=email],
.Form__item--error input[type=tel],
.Form__item--error select,
.Form__item--error textarea {
  border-color: #CC0006;
  background-color: #fff8f8;
}
.Form__item--top .Form__label {
  align-items: flex-start;
  padding-top: 0.5rem;
}
.Form__item--top .Form__label P {
  padding-top: 0.5rem;
}
.Form__label {
  width: 30rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 2rem;
}
@media (max-width: 768px) {
  .Form__label {
    width: 100%;
  }
}
.Form__label__text {
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .Form__label__text {
    font-size: 1.6rem;
  }
}
.Form__label__text span {
  font-size: 1.4rem;
  font-weight: bold;
}
.Form__label__text small {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  color: #666;
  margin-top: 0.2rem;
}
.Form__label__badge {
  font-size: 1.6rem;
  border-radius: 0.4rem;
  white-space: nowrap;
  width: 5rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
}
@media (max-width: 768px) {
  .Form__label__badge {
    font-size: 1.4rem;
    width: 4.4rem;
    height: 2.6rem;
    line-height: 2.6rem;
  }
}
.Form__label__badge--required {
  background-color: #FFDBDB;
  color: #FF0000;
}
.Form__label__badge--optional {
  color: #fff;
  background-color: #7E7E7E;
}
.Form__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.Form__body input[type=text],
.Form__body input[type=email],
.Form__body input[type=tel],
.Form__body input[type=number],
.Form__body select,
.Form__body textarea {
  border: 0.2rem solid transparent;
  width: 100%;
  padding: 1.1rem 1.4rem;
  font-size: 1.5rem;
  box-sizing: border-box;
  border-radius: 0.6rem;
  background-color: #F6F6F6;
  color: #333;
  font-family: inherit;
  outline: none;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
.Form__body input[type=text]:hover,
.Form__body input[type=email]:hover,
.Form__body input[type=tel]:hover,
.Form__body input[type=number]:hover,
.Form__body select:hover,
.Form__body textarea:hover {
  background-color: #ececec;
}
.Form__body input[type=text]:focus,
.Form__body input[type=email]:focus,
.Form__body input[type=tel]:focus,
.Form__body input[type=number]:focus,
.Form__body select:focus,
.Form__body textarea:focus {
  border-color: #000;
  background-color: #fff;
  box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.08);
}
.Form__body input[type=text]:focus::placeholder,
.Form__body input[type=email]:focus::placeholder,
.Form__body input[type=tel]:focus::placeholder,
.Form__body input[type=number]:focus::placeholder,
.Form__body select:focus::placeholder,
.Form__body textarea:focus::placeholder {
  opacity: 0.35;
  transform: translateX(0.4rem);
}
.Form__body input[type=text]::placeholder,
.Form__body input[type=email]::placeholder,
.Form__body input[type=tel]::placeholder,
.Form__body input[type=number]::placeholder,
.Form__body select::placeholder,
.Form__body textarea::placeholder {
  color: #bbb;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.Form__body select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.4rem center;
  padding-right: 4rem;
}
.Form__body textarea {
  height: 18rem;
  resize: vertical;
  line-height: 1.8;
  resize: none;
}
.Form__body__hint {
  font-size: 1.3rem;
  color: #888;
  margin-top: 0.6rem;
}
.Form__error {
  color: #CC0006;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 0.6rem;
  animation: errorFadeIn 0.3s ease;
}
.Form__section__title {
  font-size: 2.4rem;
  font-weight: bold;
  border-left: 4px solid #f5c400;
  margin-top: 4rem;
  margin-bottom: 4.6rem;
  position: relative;
  padding: 0.5rem 0;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .Form__section__title {
    font-size: 2rem;
    margin-top: 3.2rem;
    margin-bottom: 3.6rem;
  }
}
.Form__section__title::before {
  position: absolute;
  content: "";
  bottom: -2.6rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #000;
}
.Form__memberCount {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.Form__memberCount__row {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.Form__memberCount__row__dept {
  font-size: 1.5rem;
  color: #333;
  width: 12rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .Form__memberCount__row__dept {
    width: 9rem;
    font-size: 1.4rem;
  }
}
.Form__memberCount__row__unit {
  font-size: 1.5rem;
  color: #333;
}
.Form__counter {
  display: inline-flex;
  align-items: center;
  border: 0.2rem solid #E8E8E8;
  border-radius: 0.8rem;
  overflow: hidden;
  background-color: #F6F6F6;
}
.Form__counter__btn {
  width: 4.4rem;
  height: 4.4rem;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s, color 0.15s;
  flex-shrink: 0;
  user-select: none;
}
.Form__counter__btn:hover {
  background-color: #e0e0e0;
}
.Form__counter__btn:active {
  background-color: #ccc;
}
.Form__counter__btn:disabled {
  color: #ccc;
  cursor: default;
}
.Form__counter__btn:disabled:hover {
  background-color: transparent;
}
.Form__counter input[type=number] {
  width: 7rem !important;
  height: 4.4rem;
  border: none !important;
  border-left: 0.1rem solid #E8E8E8 !important;
  border-right: 0.1rem solid #E8E8E8 !important;
  border-radius: 0 !important;
  background-color: #fff !important;
  text-align: center !important;
  font-size: 2rem !important;
  font-weight: bold !important;
  padding: 0 !important;
  box-shadow: none !important;
  -moz-appearance: textfield;
}
.Form__counter input[type=number]:focus {
  border-color: #E8E8E8 !important;
  box-shadow: none !important;
  background-color: #fff !important;
}
.Form__counter input[type=number]::-webkit-outer-spin-button, .Form__counter input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.Form__radio {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.Form__radio__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
.Form__radio__item input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 2.6rem;
  height: 2.6rem;
  flex-shrink: 0;
  cursor: pointer;
  border: 0.2rem solid #E8E8E8;
  border-radius: 50%;
  background-color: #F6F6F6;
  position: relative;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
.Form__radio__item input[type=radio]:hover {
  border-color: #aaa;
  box-shadow: 0 0 0 0.3rem rgba(0, 0, 0, 0.06);
}
.Form__radio__item input[type=radio]::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.Form__radio__item input[type=radio]:checked {
  border-color: #000;
  box-shadow: 0 0 0 0.3rem rgba(0, 0, 0, 0.08);
}
.Form__radio__item input[type=radio]:checked::after {
  animation: checkBounce 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.Form__radio__item input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  cursor: pointer;
  border: 0.2rem solid #E8E8E8;
  border-radius: 0.5rem;
  background-color: #F6F6F6;
  position: relative;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
.Form__radio__item input[type=checkbox]:hover {
  border-color: #aaa;
  box-shadow: 0 0 0 0.3rem rgba(0, 0, 0, 0.06);
}
.Form__radio__item input[type=checkbox]::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.7rem;
  border-left: 0.22rem solid #fff;
  border-bottom: 0.22rem solid #fff;
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg) scale(0);
  transition: transform 0.18s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.Form__radio__item input[type=checkbox]:checked {
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 0.3rem rgba(0, 0, 0, 0.08);
}
.Form__radio__item input[type=checkbox]:checked::after {
  transform: translate(-50%, -50%) rotate(-45deg) scale(1);
}
.Form__radio__item span {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5;
}
.Form__radio__note {
  font-size: 1.3rem;
  color: #888;
  margin-top: 0.2rem;
}
.Form__payment {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .Form__payment {
    flex-direction: column;
  }
}
.Form__payment__item {
  flex: 1;
  cursor: pointer;
}
.Form__payment__item__box {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  border: 0.2rem solid #E8E8E8;
  border-radius: 0.8rem;
  padding: 2.2rem 2.4rem;
  background-color: #F6F6F6;
  transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  height: 100%;
  box-sizing: border-box;
}
.Form__payment__item__box:hover {
  border-color: #bbb;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.08);
  transform: translateY(-0.2rem);
}
@media (max-width: 768px) {
  .Form__payment__item__box {
    padding: 1.6rem;
  }
}
.Form__payment__item__box input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 2.6rem;
  height: 2.6rem;
  flex-shrink: 0;
  cursor: pointer;
  border: 0.2rem solid #E8E8E8;
  border-radius: 50%;
  background-color: #F6F6F6;
  position: relative;
  transition: border-color 0.2s ease;
}
.Form__payment__item__box input[type=radio]::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.Form__payment__item__box input[type=radio]:checked {
  border-color: #000;
}
.Form__payment__item__box input[type=radio]:checked::after {
  animation: checkBounce 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.Form__payment__item__box__content {
  flex: 1;
}
.Form__payment__item__box__title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .Form__payment__item__box__title {
    font-size: 1.6rem;
  }
}
.Form__payment__item__box__desc {
  font-size: 1.8rem;
  color: #555;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .Form__payment__item__box__desc {
    font-size: 1.4rem;
  }
}
.Form__payment__item__box__bank {
  font-size: 1.8rem;
  color: #555;
  line-height: 2;
}
@media (max-width: 768px) {
  .Form__payment__item__box__bank {
    font-size: 1.4rem;
  }
}
.Form__payment__item:has(input[type=radio]:checked) .Form__payment__item__box {
  background-color: #FFD500;
  border-color: #000;
}
.Form__payment__item:has(input[type=radio]:checked) .Form__payment__item__box input[type=radio] {
  border-color: #000;
  background-color: #FFD500;
}
.Form__payment__item:has(input[type=radio]:checked) .Form__payment__item__box input[type=radio]::after {
  background-color: #000;
}
.Form__payment__item:has(input[type=radio]:checked) .Form__payment__item__box .Form__payment__item__box__title,
.Form__payment__item:has(input[type=radio]:checked) .Form__payment__item__box .Form__payment__item__box__desc,
.Form__payment__item:has(input[type=radio]:checked) .Form__payment__item__box .Form__payment__item__box__bank p {
  color: #000;
}
.Form__fee {
  margin-top: 2.4rem;
  padding: 2.4rem 3rem;
  background-color: #F6F6F6;
  border-radius: 1rem;
  border-left: 0.4rem solid #FFD500;
}
@media (max-width: 768px) {
  .Form__fee {
    padding: 2rem;
  }
}
.Form__fee__label {
  font-size: 2.4rem;
  font-weight: bold;
  color: #111;
  margin-bottom: 2rem;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #ddd;
}
@media (max-width: 768px) {
  .Form__fee__label {
    font-size: 2rem;
  }
}
.Form__fee__detail {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  margin-bottom: 2rem;
}
.Form__fee__detail p {
  font-size: 1.5rem;
  color: #555;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.Form__fee__detail p span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .Form__fee__detail p span {
    font-size: 2rem;
  }
}
.Form__fee__total {
  font-size: 2rem;
  font-weight: bold;
  color: #111;
  border-top: 0.1rem solid #ddd;
  padding-top: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Form__fee__total span {
  font-size: 2.8rem;
  color: #E4151B;
}
@media (max-width: 768px) {
  .Form__fee__total span {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .Form__fee__total {
    font-size: 1.8rem;
  }
}
.Form__fee__note {
  font-size: 1.3rem;
  color: #888;
  margin-top: 1rem;
}
.Form__footer {
  text-align: center;
  padding: 4rem 0 2rem;
  background-color: #fff;
  border-top: 0.1rem solid #000;
}
.Form__footer__checks {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 9rem;
  text-align: left;
}
.Form__footer__checks__item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  cursor: pointer;
}
.Form__footer__checks__item input[type=checkbox] {
  display: none;
}
.Form__footer__checks__item__box {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  border: 0.1rem solid #E8E8E8;
  border-radius: 0.4rem;
  background-color: #F6F6F6;
  position: relative;
  transition: background-color 0.15s, border-color 0.15s;
}
.Form__footer__checks__item__box::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.7rem;
  border-left: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg) scale(0);
  transition: transform 0.15s;
}
input[type=checkbox]:checked + .Form__footer__checks__item__box {
  background-color: #000;
  border-color: #000;
}
input[type=checkbox]:checked + .Form__footer__checks__item__box::after {
  transform: translate(-50%, -50%) rotate(-45deg) scale(1);
}
.Form__footer__checks__item__text {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.6;
}
.Form__footer__checks__item__text a {
  color: #0066FF;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.Form__footer__btnWrap {
  display: inline-block;
  position: relative;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .Form__footer__btnWrap {
    display: block;
    width: 100%;
  }
}
.Form__footer__btnWrap.is-invalid {
  cursor: not-allowed;
}
.Form__footer__btnWrap__tooltip {
  position: absolute;
  bottom: calc(100% + 1.4rem);
  left: 50%;
  transform: translateX(-50%) translateY(0.8rem);
  background-color: #222;
  color: #fff;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1.7;
  padding: 1rem 1.8rem;
  border-radius: 0.8rem;
  max-width: 44rem;
  width: max-content;
  white-space: normal;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 20;
}
@media (max-width: 768px) {
  .Form__footer__btnWrap__tooltip {
    width: 80vw;
    max-width: none;
    font-size: 1.25rem;
  }
}
.Form__footer__btnWrap__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 0.8rem solid transparent;
  border-top-color: #222;
}
.Form__footer__btnWrap__tooltip.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.Form__footer__btn {
  display: inline-block;
  background-color: #E4151B;
  color: #fff;
  border: none;
  border-radius: 0.6rem;
  cursor: pointer;
  margin-bottom: 0;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
  height: 7rem;
  width: 43rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .Form__footer__btn {
    width: 100%;
    height: 6rem;
  }
}
.Form__footer__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
}
.Form__footer__btn span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  line-height: 7rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .Form__footer__btn span {
    font-size: 1.6rem;
    line-height: 6rem;
  }
}
.Form__footer__btn:disabled {
  background-color: #aaa;
  pointer-events: none;
  box-shadow: none;
  transform: none;
}
.Form__footer__btn:not(:disabled):hover {
  opacity: 1;
  transform: translateY(-0.3rem);
  box-shadow: 0 0.8rem 2.5rem rgba(228, 21, 27, 0.5);
}
.Form__footer__btn:not(:disabled):hover::after {
  left: 150%;
}
.Form__footer__notes p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
}
@media (max-width: 768px) {
  .Form__footer__notes p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: left;
  }
}
.Form__line {
  background-color: #fff;
  border-radius: 2rem;
  padding: 4rem 4rem;
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-top: 4rem;
  border: 0.4rem solid #000;
}
@media (max-width: 768px) {
  .Form__line {
    flex-direction: column;
    align-items: center;
    padding: 2.4rem;
    gap: 2.4rem;
    border-radius: 1.2rem;
  }
}
.Form__line__logo {
  width: 15rem;
  height: 15rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .Form__line__logo {
    width: 10rem;
    height: 10rem;
  }
}
.Form__line__logo img {
  width: 100%;
}
.Form__line__content {
  flex: 1;
}
.Form__line__content__title {
  font-size: 5.2rem;
  font-weight: bold;
  color: #000;
  border-bottom: 0.1rem solid #000;
  font-family: "Roboto Condensed", sans-serif;
  width: 100%;
  margin-bottom: 1.6rem;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .Form__line__content__title {
    font-size: 3.2rem;
    text-align: center;
  }
}
.Form__line__content__desc {
  font-size: 2rem;
  color: #000;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .Form__line__content__desc {
    font-size: 1.6rem;
  }
}
.Form__line__content__link {
  font-size: 2rem;
  color: #000;
}
@media (max-width: 768px) {
  .Form__line__content__link {
    font-size: 1.6rem;
  }
}
.Form__line__content__link a {
  color: #000;
  text-decoration: underline;
}

.Follow {
  background-color: #000;
  position: relative;
}
.Follow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 24rem;
  width: 92.6rem;
  height: 26.9rem;
  background: url(../images/fllow_head.webp) no-repeat center/contain;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .Follow::before {
    width: 21rem;
    height: 6.2rem;
    right: 2rem;
  }
}
.Follow__container {
  padding: 10rem 0;
}
@media (max-width: 768px) {
  .Follow__container {
    padding: 5.2rem 0 3.2rem 0;
  }
}
.Follow__container .Title {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .Follow__container .Title {
    margin-bottom: 3.2rem;
  }
}
.Follow__container__content {
  display: flex;
  gap: 0 6rem;
}
@media (max-width: 768px) {
  .Follow__container__content {
    flex-direction: column;
    gap: 2rem 0;
  }
}
.Follow__container__content__item {
  width: calc((100% - 6rem) / 2);
  background-color: #fff;
  border-radius: 2rem;
  padding: 4rem;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 768px) {
  .Follow__container__content__item {
    width: 100%;
    padding: 2rem;
  }
}
.Follow__container__content__item__overlay {
  position: absolute;
  inset: 0;
  border-radius: 2rem;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  pointer-events: all;
  cursor: default;
  z-index: 10;
}
@media (max-width: 768px) {
  .Follow__container__content__item__overlay {
    font-size: 2.2rem;
  }
}
.Follow__container__content__item__img {
  width: 10.5rem;
  margin: 0 auto;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .Follow__container__content__item__img {
    width: 8rem;
    margin-bottom: 2rem;
  }
}
.Follow__container__content__item__img img {
  width: 100%;
}
.Follow__container__content__item__dis {
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .Follow__container__content__item__dis {
    margin-bottom: 2.4rem;
  }
}
.Follow__container__content__item__dis p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
  overflow-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 768px) {
  .Follow__container__content__item__dis p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.Follow__container__content__item__btn {
  border-radius: 0.6rem;
  border: 0.2rem solid #000;
  height: 7rem;
  width: 38rem;
  text-align: center;
  display: block;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  .Follow__container__content__item__btn {
    width: 100%;
    height: 5rem;
  }
}
.Follow__container__content__item__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
  z-index: 1;
}
.Follow__container__content__item__btn:hover {
  opacity: 1;
  background-color: #000;
  transform: translateY(-0.3rem);
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.35);
}
.Follow__container__content__item__btn:hover span {
  color: #fff;
}
.Follow__container__content__item__btn:hover::after {
  left: 150%;
}
.Follow__container__content__item__btn span {
  font-size: 2rem;
  line-height: 7rem;
  text-align: center;
  color: #000;
  font-weight: bold;
  transition: color 0.3s ease;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .Follow__container__content__item__btn span {
    font-size: 1.6rem;
    line-height: 5rem;
  }
}

.Footer {
  background-color: #000;
}
.Footer__container {
  border-top: 0.2rem solid #fff;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .Footer__container {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-top: 3.2rem;
    padding-bottom: 1.6rem;
  }
}
.Footer__container__logo {
  width: 45rem;
  height: 3rem;
  margin-bottom: 5.2rem;
}
@media (max-width: 768px) {
  .Footer__container__logo {
    width: 33.5rem;
    height: auto;
    margin-bottom: 2.3rem;
    margin: 0 auto;
  }
}
.Footer__container__logo img {
  width: 100%;
}
.Footer__container__menu {
  display: flex;
  border-bottom: 0.2rem solid #fff;
  padding: 3.4rem;
  gap: 0 3.2rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .Footer__container__menu {
    gap: 1.6rem 2rem;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1.6rem;
    gap: 1.7rem 0;
  }
}
@media (max-width: 768px) {
  .Footer__container__menu li {
    text-align: center;
  }
}
.Footer__container__menu li a {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: color 0.3s ease;
}
.Footer__container__menu li a::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 0;
  height: 0.15rem;
  background-color: #ffd500;
  transition: width 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.Footer__container__menu li a:hover {
  color: #ffd500;
  opacity: 1;
}
.Footer__container__menu li a:hover::after {
  width: 100%;
}
@media (max-width: 768px) {
  .Footer__container__menu li a {
    font-size: 1.4rem;
    text-align: center;
  }
}
.Footer__container__menu li:first-child {
  margin-left: -3.2rem;
}
@media (max-width: 768px) {
  .Footer__container__menu li:first-child {
    margin-left: 0;
  }
}
.Footer__container__menu li:last-child {
  margin-left: auto;
}
.Footer__container__menu li:last-child a {
  text-decoration: underline;
  font-weight: 400;
}
@media (max-width: 768px) {
  .Footer__container__menu li:last-child {
    margin-left: 0;
  }
}
.Footer__container__copy p {
  font-size: 1.2rem;
  color: #fff;
}
@media (max-width: 768px) {
  .Footer__container__copy p {
    font-size: 1rem;
    text-align: center;
  }
}

@keyframes thanksCheckCircle {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes thanksCheckMark {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0% 0 0);
  }
}
@keyframes thanksFadeUp {
  from {
    opacity: 0;
    transform: translateY(2.4rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.Thanks {
  background-color: #000;
}
.Thanks__hero {
  padding: 18rem 0 10rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .Thanks__hero {
    padding: 12rem 0 6rem;
  }
}
.Thanks__hero::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80rem;
  height: 80rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 213, 0, 0.07) 0%, transparent 70%);
  pointer-events: none;
}
@media (max-width: 768px) {
  .Thanks__hero::before {
    width: 40rem;
    height: 40rem;
  }
}
.Thanks__hero__check {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: #ffd500;
  margin: 0 auto 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: thanksCheckCircle 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@media (max-width: 768px) {
  .Thanks__hero__check {
    width: 8rem;
    height: 8rem;
    margin-bottom: 2.8rem;
  }
}
.Thanks__hero__check__icon {
  display: block;
  width: 4.2rem;
  height: 2.4rem;
  border-left: 0.5rem solid #000;
  border-bottom: 0.5rem solid #000;
  transform: rotate(-45deg) translate(0.2rem, -0.4rem);
  animation: thanksCheckMark 0.4s ease 0.4s both;
}
@media (max-width: 768px) {
  .Thanks__hero__check__icon {
    width: 3.2rem;
    height: 1.8rem;
    border-left-width: 0.4rem;
    border-bottom-width: 0.4rem;
  }
}
.Thanks__hero__en {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffd500;
  letter-spacing: 0.25em;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 1.6rem;
  animation: thanksFadeUp 0.5s ease 0.6s both;
}
@media (max-width: 768px) {
  .Thanks__hero__en {
    font-size: 1.2rem;
  }
}
.Thanks__hero__title {
  font-size: 5.2rem;
  font-weight: 900;
  color: #fff;
  margin: 0 0 3.2rem;
  line-height: 1.3;
  animation: thanksFadeUp 0.5s ease 0.75s both;
}
@media (max-width: 768px) {
  .Thanks__hero__title {
    font-size: 3rem;
    margin-bottom: 2.4rem;
  }
}
.Thanks__hero__sub {
  font-size: 2rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.9;
  animation: thanksFadeUp 0.5s ease 0.9s both;
}
@media (max-width: 768px) {
  .Thanks__hero__sub {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.Thanks__steps {
  padding: 10rem 0;
  background-color: #FFD500;
}
@media (max-width: 768px) {
  .Thanks__steps {
    padding: 5rem 0;
  }
}
.Thanks__steps .Title {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .Thanks__steps .Title {
    margin-bottom: 4rem;
  }
}
.Thanks__steps__flow {
  display: flex;
  gap: 4rem;
}
@media (max-width: 768px) {
  .Thanks__steps__flow {
    flex-direction: column;
    gap: 4rem;
  }
}
.Thanks__steps__item {
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
  width: calc((100% - 8rem) / 3);
  padding: 4.2rem 3.2rem 3.2rem;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .Thanks__steps__item {
    width: 100%;
    padding: 3.2rem 2rem 2.8rem;
  }
}
.Thanks__steps__item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -5.5rem;
  transform: translateY(-50%);
  background: url(../images/road_allow.webp) no-repeat center/contain;
  width: 6.6rem;
  height: 5.8rem;
  z-index: 3;
}
@media (max-width: 768px) {
  .Thanks__steps__item::before {
    top: auto;
    right: auto;
    bottom: -3.6rem;
    left: 50%;
    width: 5.3rem;
    height: 4.3rem;
    transform: translateX(-50%) rotate(90deg);
  }
}
.Thanks__steps__item:last-child::before {
  display: none;
}
.Thanks__steps__item__num {
  font-size: 5.2rem;
  font-weight: 900;
  font-family: "Roboto Condensed", sans-serif;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  color: #000;
}
@media (max-width: 768px) {
  .Thanks__steps__item__num {
    font-size: 4rem;
    left: 2rem;
    transform: translateY(-50%);
  }
}
.Thanks__steps__item__icon {
  width: 8rem;
  height: 8rem;
  margin: 0 auto 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .Thanks__steps__item__icon {
    margin-bottom: 2rem;
  }
}
.Thanks__steps__item__icon img {
  width: 100%;
  height: auto;
}
.Thanks__steps__item__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 2rem;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .Thanks__steps__item__title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.Thanks__steps__item__dis {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  color: #444;
}
@media (max-width: 768px) {
  .Thanks__steps__item__dis {
    font-size: 1.5rem;
  }
}
.Thanks__steps__item__dis a {
  color: #0066FF;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.Thanks__steps__item__dis small {
  font-size: 1.4rem;
  color: #888;
}
@media (max-width: 768px) {
  .Thanks__steps__item__dis small {
    font-size: 1.3rem;
  }
}
.Thanks__steps__item__btn {
  display: block;
  margin: 2.4rem auto 0;
  width: 100%;
  height: 5.4rem;
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 5.4rem;
  border-radius: 0.6rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.Thanks__steps__item__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
}
.Thanks__steps__item__btn:hover {
  opacity: 1;
  transform: translateY(-0.2rem);
  box-shadow: 0 0.6rem 2rem rgba(0, 0, 0, 0.3);
}
.Thanks__steps__item__btn:hover::after {
  left: 150%;
}
.Thanks__cta {
  padding: 0 0 12rem;
  text-align: center;
  background-color: #FFD500;
}
@media (max-width: 768px) {
  .Thanks__cta {
    padding-bottom: 6rem;
  }
}
.Thanks__cta__lead {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 4rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .Thanks__cta__lead {
    font-size: 1.5rem;
    margin-bottom: 2.4rem;
  }
}
.Thanks__cta__lead a {
  color: #06C755;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.Thanks__cta__btn {
  display: inline-block;
  height: 7rem;
  padding: 0 5rem;
  border: 0.2rem solid #000;
  border-radius: 0.6rem;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 6.6rem;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  .Thanks__cta__btn {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.6rem;
    height: 6rem;
    line-height: 5.6rem;
    box-sizing: border-box;
  }
}
.Thanks__cta__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 55%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
  transition: left 0.5s ease;
  pointer-events: none;
}
.Thanks__cta__btn:hover {
  opacity: 1;
  background-color: #FFD500;
  color: #000;
  transform: translateY(-0.3rem);
  box-shadow: 0 0.8rem 2rem rgba(255, 255, 255, 0.15);
}
.Thanks__cta__btn:hover::after {
  left: 150%;
}

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