@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800;900&display=swap");

/*デザインスタイルファイル*/

/*
  Basic Setting
*/

/* base --------------------------------------------------------------------- */
html {
  box-sizing: border-box;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}
body {
  color: #272727;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0;
  min-width: 320px;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}
*,*::before,*::after {
  box-sizing: inherit;
}
button,input,select,textarea {
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: none;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
button:focus,input:focus,select:focus,textarea:focus {
  outline: dotted 1px;
}
button {
  cursor: pointer;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
img {
  max-width: 100%;
  vertical-align: top;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0 0 30px;
}
ul,ol {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
ol ol,ul ul,ol ul,ul ol {
  margin-bottom: 0;
}
hr {
  border: none;
  border-bottom: #d7d7d7 1px solid;
  margin-bottom: 50px;
}
h1 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  margin-top: 0;
}
h2 {
  font-size: 2.2rem;
  margin-bottom: 30px;
  margin-top: 0;
}
h3 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  margin-top: 0;
}
h4 {
  font-size: 1.6rem;
  margin-bottom: 30px;
  margin-top: 0;
}
h5 {
  font-size: 1.4rem;
  margin-bottom: 30px;
  margin-top: 0;
}
h6 {
  font-size: 1.4rem;
  margin-bottom: 30px;
  margin-top: 0;
}
table {
  border-collapse: collapse;
}
th {
  font-weight: bold;
}
thead,tbody,tfoot,tr,td,th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
sub {
  vertical-align: -2px;
}

/* utilities --------------------------------------------------------------------- */
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media all and (max-width: 767px) {
  .text-sp-left {
    text-align: left !important;
  }
  .text-sp-right {
    text-align: right !important;
  }
  .text-sp-center {
    text-align: center !important;
  }
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-icon {
  vertical-align: 0;
}
.align-icon-pdf {
  vertical-align: -3px;
}
@media all and (max-width: 767px) {
  .align-sp-top {
    vertical-align: top !important;
  }
  .align-sp-middle {
    vertical-align: middle !important;
  }
  .align-sp-bottom {
    vertical-align: bottom !important;
  }
}
.text-primary {
  color: #272727 !important;
}
.text-reset {
  color: inherit !important;
}
.text-red {
  color: #dc0024 !important;
}
.text-green {
  color: #094 !important;
}
.text-pink {
  color: #e66f89 !important;
}
.text-white {
  color: #fff !important;
}
.text-dark {
  color: #272727 !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
@media all and (min-width: 768px) {
  .d-pc-inline-block {
    display: inline-block !important;
  }
}
.d-none {
  display: none !important;
}
@media all and (min-width: 768px) {
  .d-pc-none {
    display: none !important;
  }
}
@media all and (min-width: 1025px) {
  .d-pc-none2 {
    display: none !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .d-tab-none {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .d-sp-none {
    display: none !important;
  }
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.sr-only-focusable:active,.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-block {
    display: block !important;
  }
}
.d-flex {
  display: flex;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
.fs-10 {
  font-size: 1rem;
}
.fs-12 {
  font-size: 1.2rem;
}
.fs-14 {
  font-size: 1.4rem;
}
.fs-16 {
  font-size: 1.6rem;
}
.fs-20 {
  font-size: 2.0rem;
}
.fs-24 {
  font-size: 2.4rem;
}
.fs-26 {
  font-size: 2.6rem;
}
.fs-28 {
  font-size: 2.8rem;
}
.fs-30 {
  font-size: 3.0rem;
}
.fs-40 {
  font-size: 4.0rem;
}
@media all and (max-width: 767px) {
  .fs-sp-10 {
    font-size: 1rem;
  }
  .fs-sp-12 {
    font-size: 1.2rem;
  }
  .fs-sp-14 {
    font-size: 1.4rem;
  }
  .fs-sp-16 {
    font-size: 1.6rem;
  }
  .fs-sp-20 {
    font-size: 2rem;
  }
  .fs-sp-24 {
    font-size: 2.4rem;
  }
}
.lh-ss {
  line-height: 1.25 !important;
}
.lh-s {
  line-height: 1.43 !important;
}
.font-weight-normal {
  font-weight: normal !important;
}
.font-weight-bold {
  font-weight: bold !important;
}
.font-italic {
  font-style: italic !important;
}
.ff-en {
  font-family: "Montserrat", sans-serif !important;
}
.position-relative {
  position: relative !important;
}
.position-static {
  position: static !important;
}
.stretched-link::after {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.text-link {
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}
.w-0 {
  width: 0 !important;
}
.w-5 {
  width: 5% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.w-1em {
  width: 1em !important;
}
.w-2em {
  width: 2em !important;
}
.w-3em {
  width: 3em !important;
}
.h-0 {
  height: 0 !important;
}
.h-5 {
  height: 5% !important;
}
.h-10 {
  height: 10% !important;
}
.h-15 {
  height: 15% !important;
}
.h-20 {
  height: 20% !important;
}
.h-25 {
  height: 25% !important;
}
.h-30 {
  height: 30% !important;
}
.h-35 {
  height: 35% !important;
}
.h-40 {
  height: 40% !important;
}
.h-45 {
  height: 45% !important;
}
.h-50 {
  height: 50% !important;
}
.h-55 {
  height: 55% !important;
}
.h-60 {
  height: 60% !important;
}
.h-65 {
  height: 65% !important;
}
.h-70 {
  height: 70% !important;
}
.h-75 {
  height: 75% !important;
}
.h-80 {
  height: 80% !important;
}
.h-85 {
  height: 85% !important;
}
.h-90 {
  height: 90% !important;
}
.h-95 {
  height: 95% !important;
}
.h-100 {
  height: 100% !important;
}
.h-100 {
  height: 100%;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pr-55 {
  padding-right: 55px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pl-55 {
  padding-left: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mr-65 {
  margin-right: 65px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.ml-65 {
  margin-left: 65px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pr-65 {
  padding-right: 65px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pl-65 {
  padding-left: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mr-85 {
  margin-right: 85px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.ml-85 {
  margin-left: 85px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pr-85 {
  padding-right: 85px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pl-85 {
  padding-left: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mr-95 {
  margin-right: 95px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.ml-95 {
  margin-left: 95px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pr-95 {
  padding-right: 95px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pl-95 {
  padding-left: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.mb-110 {
  margin-bottom: 100px !important;
}
@media all and (min-width: 768px) {
  .mt-pc-0 {
    margin-top: 0 !important;
  }
  .mr-pc-0 {
    margin-right: 0 !important;
  }
  .mb-pc-0 {
    margin-bottom: 0 !important;
  }
  .ml-pc-0 {
    margin-left: 0 !important;
  }
  .pt-pc-0 {
    padding-top: 0 !important;
  }
  .pr-pc-0 {
    padding-right: 0 !important;
  }
  .pb-pc-0 {
    padding-bottom: 0 !important;
  }
  .pl-pc-0 {
    padding-left: 0 !important;
  }
  .mt-pc-5 {
    margin-top: 5px !important;
  }
  .mr-pc-5 {
    margin-right: 5px !important;
  }
  .mb-pc-5 {
    margin-bottom: 5px !important;
  }
  .ml-pc-5 {
    margin-left: 5px !important;
  }
  .pt-pc-5 {
    padding-top: 5px !important;
  }
  .pr-pc-5 {
    padding-right: 5px !important;
  }
  .pb-pc-5 {
    padding-bottom: 5px !important;
  }
  .pl-pc-5 {
    padding-left: 5px !important;
  }
  .mt-pc-10 {
    margin-top: 10px !important;
  }
  .mr-pc-10 {
    margin-right: 10px !important;
  }
  .mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .ml-pc-10 {
    margin-left: 10px !important;
  }
  .pt-pc-10 {
    padding-top: 10px !important;
  }
  .pr-pc-10 {
    padding-right: 10px !important;
  }
  .pb-pc-10 {
    padding-bottom: 10px !important;
  }
  .pl-pc-10 {
    padding-left: 10px !important;
  }
  .mt-pc-15 {
    margin-top: 15px !important;
  }
  .mr-pc-15 {
    margin-right: 15px !important;
  }
  .mb-pc-15 {
    margin-bottom: 15px !important;
  }
  .ml-pc-15 {
    margin-left: 15px !important;
  }
  .pt-pc-15 {
    padding-top: 15px !important;
  }
  .pr-pc-15 {
    padding-right: 15px !important;
  }
  .pb-pc-15 {
    padding-bottom: 15px !important;
  }
  .pl-pc-15 {
    padding-left: 15px !important;
  }
  .mt-pc-20 {
    margin-top: 20px !important;
  }
  .mr-pc-20 {
    margin-right: 20px !important;
  }
  .mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .ml-pc-20 {
    margin-left: 20px !important;
  }
  .pt-pc-20 {
    padding-top: 20px !important;
  }
  .pr-pc-20 {
    padding-right: 20px !important;
  }
  .pb-pc-20 {
    padding-bottom: 20px !important;
  }
  .pl-pc-20 {
    padding-left: 20px !important;
  }
  .mt-pc-25 {
    margin-top: 25px !important;
  }
  .mr-pc-25 {
    margin-right: 25px !important;
  }
  .mb-pc-25 {
    margin-bottom: 25px !important;
  }
  .ml-pc-25 {
    margin-left: 25px !important;
  }
  .pt-pc-25 {
    padding-top: 25px !important;
  }
  .pr-pc-25 {
    padding-right: 25px !important;
  }
  .pb-pc-25 {
    padding-bottom: 25px !important;
  }
  .pl-pc-25 {
    padding-left: 25px !important;
  }
  .mt-pc-30 {
    margin-top: 30px !important;
  }
  .mr-pc-30 {
    margin-right: 30px !important;
  }
  .mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .ml-pc-30 {
    margin-left: 30px !important;
  }
  .pt-pc-30 {
    padding-top: 30px !important;
  }
  .pr-pc-30 {
    padding-right: 30px !important;
  }
  .pb-pc-30 {
    padding-bottom: 30px !important;
  }
  .pl-pc-30 {
    padding-left: 30px !important;
  }
  .mt-pc-35 {
    margin-top: 35px !important;
  }
  .mr-pc-35 {
    margin-right: 35px !important;
  }
  .mb-pc-35 {
    margin-bottom: 35px !important;
  }
  .ml-pc-35 {
    margin-left: 35px !important;
  }
  .pt-pc-35 {
    padding-top: 35px !important;
  }
  .pr-pc-35 {
    padding-right: 35px !important;
  }
  .pb-pc-35 {
    padding-bottom: 35px !important;
  }
  .pl-pc-35 {
    padding-left: 35px !important;
  }
  .mt-pc-40 {
    margin-top: 40px !important;
  }
  .mr-pc-40 {
    margin-right: 40px !important;
  }
  .mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .ml-pc-40 {
    margin-left: 40px !important;
  }
  .pt-pc-40 {
    padding-top: 40px !important;
  }
  .pr-pc-40 {
    padding-right: 40px !important;
  }
  .pb-pc-40 {
    padding-bottom: 40px !important;
  }
  .pl-pc-40 {
    padding-left: 40px !important;
  }
  .mt-pc-45 {
    margin-top: 45px !important;
  }
  .mr-pc-45 {
    margin-right: 45px !important;
  }
  .mb-pc-45 {
    margin-bottom: 45px !important;
  }
  .ml-pc-45 {
    margin-left: 45px !important;
  }
  .pt-pc-45 {
    padding-top: 45px !important;
  }
  .pr-pc-45 {
    padding-right: 45px !important;
  }
  .pb-pc-45 {
    padding-bottom: 45px !important;
  }
  .pl-pc-45 {
    padding-left: 45px !important;
  }
  .mt-pc-50 {
    margin-top: 50px !important;
  }
  .mr-pc-50 {
    margin-right: 50px !important;
  }
  .mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .ml-pc-50 {
    margin-left: 50px !important;
  }
  .pt-pc-50 {
    padding-top: 50px !important;
  }
  .pr-pc-50 {
    padding-right: 50px !important;
  }
  .pb-pc-50 {
    padding-bottom: 50px !important;
  }
  .pl-pc-50 {
    padding-left: 50px !important;
  }
  .mt-pc-55 {
    margin-top: 55px !important;
  }
  .mr-pc-55 {
    margin-right: 55px !important;
  }
  .mb-pc-55 {
    margin-bottom: 55px !important;
  }
  .ml-pc-55 {
    margin-left: 55px !important;
  }
  .pt-pc-55 {
    padding-top: 55px !important;
  }
  .pr-pc-55 {
    padding-right: 55px !important;
  }
  .pb-pc-55 {
    padding-bottom: 55px !important;
  }
  .pl-pc-55 {
    padding-left: 55px !important;
  }
  .mt-pc-60 {
    margin-top: 60px !important;
  }
  .mr-pc-60 {
    margin-right: 60px !important;
  }
  .mb-pc-60 {
    margin-bottom: 60px !important;
  }
  .ml-pc-60 {
    margin-left: 60px !important;
  }
  .pt-pc-60 {
    padding-top: 60px !important;
  }
  .pr-pc-60 {
    padding-right: 60px !important;
  }
  .pb-pc-60 {
    padding-bottom: 60px !important;
  }
  .pl-pc-60 {
    padding-left: 60px !important;
  }
  .mt-pc-65 {
    margin-top: 65px !important;
  }
  .mr-pc-65 {
    margin-right: 65px !important;
  }
  .mb-pc-65 {
    margin-bottom: 65px !important;
  }
  .ml-pc-65 {
    margin-left: 65px !important;
  }
  .pt-pc-65 {
    padding-top: 65px !important;
  }
  .pr-pc-65 {
    padding-right: 65px !important;
  }
  .pb-pc-65 {
    padding-bottom: 65px !important;
  }
  .pl-pc-65 {
    padding-left: 65px !important;
  }
  .mt-pc-70 {
    margin-top: 70px !important;
  }
  .mr-pc-70 {
    margin-right: 70px !important;
  }
  .mb-pc-70 {
    margin-bottom: 70px !important;
  }
  .ml-pc-70 {
    margin-left: 70px !important;
  }
  .pt-pc-70 {
    padding-top: 70px !important;
  }
  .pr-pc-70 {
    padding-right: 70px !important;
  }
  .pb-pc-70 {
    padding-bottom: 70px !important;
  }
  .pl-pc-70 {
    padding-left: 70px !important;
  }
  .mt-pc-75 {
    margin-top: 75px !important;
  }
  .mr-pc-75 {
    margin-right: 75px !important;
  }
  .mb-pc-75 {
    margin-bottom: 75px !important;
  }
  .ml-pc-75 {
    margin-left: 75px !important;
  }
  .pt-pc-75 {
    padding-top: 75px !important;
  }
  .pr-pc-75 {
    padding-right: 75px !important;
  }
  .pb-pc-75 {
    padding-bottom: 75px !important;
  }
  .pl-pc-75 {
    padding-left: 75px !important;
  }
  .mt-pc-80 {
    margin-top: 80px !important;
  }
  .mr-pc-80 {
    margin-right: 80px !important;
  }
  .mb-pc-80 {
    margin-bottom: 80px !important;
  }
  .ml-pc-80 {
    margin-left: 80px !important;
  }
  .pt-pc-80 {
    padding-top: 80px !important;
  }
  .pr-pc-80 {
    padding-right: 80px !important;
  }
  .pb-pc-80 {
    padding-bottom: 80px !important;
  }
  .pl-pc-80 {
    padding-left: 80px !important;
  }
  .mt-pc-85 {
    margin-top: 85px !important;
  }
  .mr-pc-85 {
    margin-right: 85px !important;
  }
  .mb-pc-85 {
    margin-bottom: 85px !important;
  }
  .ml-pc-85 {
    margin-left: 85px !important;
  }
  .pt-pc-85 {
    padding-top: 85px !important;
  }
  .pr-pc-85 {
    padding-right: 85px !important;
  }
  .pb-pc-85 {
    padding-bottom: 85px !important;
  }
  .pl-pc-85 {
    padding-left: 85px !important;
  }
  .mt-pc-90 {
    margin-top: 90px !important;
  }
  .mr-pc-90 {
    margin-right: 90px !important;
  }
  .mb-pc-90 {
    margin-bottom: 90px !important;
  }
  .ml-pc-90 {
    margin-left: 90px !important;
  }
  .pt-pc-90 {
    padding-top: 90px !important;
  }
  .pr-pc-90 {
    padding-right: 90px !important;
  }
  .pb-pc-90 {
    padding-bottom: 90px !important;
  }
  .pl-pc-90 {
    padding-left: 90px !important;
  }
  .mt-pc-95 {
    margin-top: 95px !important;
  }
  .mr-pc-95 {
    margin-right: 95px !important;
  }
  .mb-pc-95 {
    margin-bottom: 95px !important;
  }
  .ml-pc-95 {
    margin-left: 95px !important;
  }
  .pt-pc-95 {
    padding-top: 95px !important;
  }
  .pr-pc-95 {
    padding-right: 95px !important;
  }
  .pb-pc-95 {
    padding-bottom: 95px !important;
  }
  .pl-pc-95 {
    padding-left: 95px !important;
  }
  .mt-pc-100 {
    margin-top: 100px !important;
  }
  .mr-pc-100 {
    margin-right: 100px !important;
  }
  .mb-pc-100 {
    margin-bottom: 100px !important;
  }
  .ml-pc-100 {
    margin-left: 100px !important;
  }
  .pt-pc-100 {
    padding-top: 100px !important;
  }
  .pr-pc-100 {
    padding-right: 100px !important;
  }
  .pb-pc-100 {
    padding-bottom: 100px !important;
  }
  .pl-pc-100 {
    padding-left: 100px !important;
  }
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .mt-tab-0 {
    margin-top: 0 !important;
  }
  .mr-tab-0 {
    margin-right: 0 !important;
  }
  .mb-tab-0 {
    margin-bottom: 0 !important;
  }
  .ml-tab-0 {
    margin-left: 0 !important;
  }
  .mt-tab-5 {
    margin-top: 5px !important;
  }
  .mr-tab-5 {
    margin-right: 5px !important;
  }
  .mb-tab-5 {
    margin-bottom: 5px !important;
  }
  .ml-tab-5 {
    margin-left: 5px !important;
  }
  .mt-tab-10 {
    margin-top: 10px !important;
  }
  .mr-tab-10 {
    margin-right: 10px !important;
  }
  .mb-tab-10 {
    margin-bottom: 10px !important;
  }
  .ml-tab-10 {
    margin-left: 10px !important;
  }
  .mt-tab-15 {
    margin-top: 15px !important;
  }
  .mr-tab-15 {
    margin-right: 15px !important;
  }
  .mb-tab-15 {
    margin-bottom: 15px !important;
  }
  .ml-tab-15 {
    margin-left: 15px !important;
  }
  .mt-tab-20 {
    margin-top: 20px !important;
  }
  .mr-tab-20 {
    margin-right: 20px !important;
  }
  .mb-tab-20 {
    margin-bottom: 20px !important;
  }
  .ml-tab-20 {
    margin-left: 20px !important;
  }
  .mt-tab-25 {
    margin-top: 25px !important;
  }
  .mr-tab-25 {
    margin-right: 25px !important;
  }
  .mb-tab-25 {
    margin-bottom: 25px !important;
  }
  .ml-tab-25 {
    margin-left: 25px !important;
  }
  .mt-tab-30 {
    margin-top: 30px !important;
  }
  .mr-tab-30 {
    margin-right: 30px !important;
  }
  .mb-tab-30 {
    margin-bottom: 30px !important;
  }
  .ml-tab-30 {
    margin-left: 30px !important;
  }
  .mt-tab-35 {
    margin-top: 35px !important;
  }
  .mr-tab-35 {
    margin-right: 35px !important;
  }
  .mb-tab-35 {
    margin-bottom: 35px !important;
  }
  .ml-tab-35 {
    margin-left: 35px !important;
  }
  .mt-tab-40 {
    margin-top: 40px !important;
  }
  .mr-tab-40 {
    margin-right: 40px !important;
  }
  .mb-tab-40 {
    margin-bottom: 40px !important;
  }
  .ml-tab-40 {
    margin-left: 40px !important;
  }
  .mt-tab-45 {
    margin-top: 45px !important;
  }
  .mr-tab-45 {
    margin-right: 45px !important;
  }
  .mb-tab-45 {
    margin-bottom: 45px !important;
  }
  .ml-tab-45 {
    margin-left: 45px !important;
  }
  .mt-tab-50 {
    margin-top: 50px !important;
  }
  .mr-tab-50 {
    margin-right: 50px !important;
  }
  .mb-tab-50 {
    margin-bottom: 50px !important;
  }
  .ml-tab-50 {
    margin-left: 50px !important;
  }
  .mt-tab-55 {
    margin-top: 55px !important;
  }
  .mr-tab-55 {
    margin-right: 55px !important;
  }
  .mb-tab-55 {
    margin-bottom: 55px !important;
  }
  .ml-tab-55 {
    margin-left: 55px !important;
  }
  .mt-tab-60 {
    margin-top: 60px !important;
  }
  .mr-tab-60 {
    margin-right: 60px !important;
  }
  .mb-tab-60 {
    margin-bottom: 60px !important;
  }
  .ml-tab-60 {
    margin-left: 60px !important;
  }
  .mt-tab-65 {
    margin-top: 65px !important;
  }
  .mr-tab-65 {
    margin-right: 65px !important;
  }
  .mb-tab-65 {
    margin-bottom: 65px !important;
  }
  .ml-tab-65 {
    margin-left: 65px !important;
  }
  .mt-tab-70 {
    margin-top: 70px !important;
  }
  .mr-tab-70 {
    margin-right: 70px !important;
  }
  .mb-tab-70 {
    margin-bottom: 70px !important;
  }
  .ml-tab-70 {
    margin-left: 70px !important;
  }
  .mt-tab-75 {
    margin-top: 75px !important;
  }
  .mr-tab-75 {
    margin-right: 75px !important;
  }
  .mb-tab-75 {
    margin-bottom: 75px !important;
  }
  .ml-tab-75 {
    margin-left: 75px !important;
  }
  .mt-tab-80 {
    margin-top: 80px !important;
  }
  .mr-tab-80 {
    margin-right: 80px !important;
  }
  .mb-tab-80 {
    margin-bottom: 80px !important;
  }
  .ml-tab-80 {
    margin-left: 80px !important;
  }
  .mt-tab-85 {
    margin-top: 85px !important;
  }
  .mr-tab-85 {
    margin-right: 85px !important;
  }
  .mb-tab-85 {
    margin-bottom: 85px !important;
  }
  .ml-tab-85 {
    margin-left: 85px !important;
  }
  .mt-tab-90 {
    margin-top: 90px !important;
  }
  .mr-tab-90 {
    margin-right: 90px !important;
  }
  .mb-tab-90 {
    margin-bottom: 90px !important;
  }
  .ml-tab-90 {
    margin-left: 90px !important;
  }
  .mt-tab-95 {
    margin-top: 95px !important;
  }
  .mr-tab-95 {
    margin-right: 95px !important;
  }
  .mb-tab-95 {
    margin-bottom: 95px !important;
  }
  .ml-tab-95 {
    margin-left: 95px !important;
  }
  .mt-tab-100 {
    margin-top: 100px !important;
  }
  .mr-tab-100 {
    margin-right: 100px !important;
  }
  .mb-tab-100 {
    margin-bottom: 100px !important;
  }
  .ml-tab-100 {
    margin-left: 100px !important;
  }
}
@media all and (max-width: 767px) {
  .mt-sp-0 {
    margin-top: 0 !important;
  }
  .mr-sp-0 {
    margin-right: 0 !important;
  }
  .mb-sp-0 {
    margin-bottom: 0 !important;
  }
  .ml-sp-0 {
    margin-left: 0 !important;
  }
  .pt-sp-0 {
    padding-top: 0 !important;
  }
  .pr-sp-0 {
    padding-right: 0 !important;
  }
  .pb-sp-0 {
    padding-bottom: 0 !important;
  }
  .pl-sp-0 {
    padding-left: 0 !important;
  }
  .mt-sp-5 {
    margin-top: 5px !important;
  }
  .mr-sp-5 {
    margin-right: 5px !important;
  }
  .mb-sp-5 {
    margin-bottom: 5px !important;
  }
  .ml-sp-5 {
    margin-left: 5px !important;
  }
  .pt-sp-5 {
    padding-top: 5px !important;
  }
  .pr-sp-5 {
    padding-right: 5px !important;
  }
  .pb-sp-5 {
    padding-bottom: 5px !important;
  }
  .pl-sp-5 {
    padding-left: 5px !important;
  }
  .mt-sp-10 {
    margin-top: 10px !important;
  }
  .mr-sp-10 {
    margin-right: 10px !important;
  }
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .ml-sp-10 {
    margin-left: 10px !important;
  }
  .pt-sp-10 {
    padding-top: 10px !important;
  }
  .pr-sp-10 {
    padding-right: 10px !important;
  }
  .pb-sp-10 {
    padding-bottom: 10px !important;
  }
  .pl-sp-10 {
    padding-left: 10px !important;
  }
  .mt-sp-15 {
    margin-top: 15px !important;
  }
  .mr-sp-15 {
    margin-right: 15px !important;
  }
  .mb-sp-15 {
    margin-bottom: 15px !important;
  }
  .ml-sp-15 {
    margin-left: 15px !important;
  }
  .pt-sp-15 {
    padding-top: 15px !important;
  }
  .pr-sp-15 {
    padding-right: 15px !important;
  }
  .pb-sp-15 {
    padding-bottom: 15px !important;
  }
  .pl-sp-15 {
    padding-left: 15px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
  .mr-sp-20 {
    margin-right: 20px !important;
  }
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .ml-sp-20 {
    margin-left: 20px !important;
  }
  .pt-sp-20 {
    padding-top: 20px !important;
  }
  .pr-sp-20 {
    padding-right: 20px !important;
  }
  .pb-sp-20 {
    padding-bottom: 20px !important;
  }
  .pl-sp-20 {
    padding-left: 20px !important;
  }
  .mt-sp-25 {
    margin-top: 25px !important;
  }
  .mr-sp-25 {
    margin-right: 25px !important;
  }
  .mb-sp-25 {
    margin-bottom: 25px !important;
  }
  .ml-sp-25 {
    margin-left: 25px !important;
  }
  .pt-sp-25 {
    padding-top: 25px !important;
  }
  .pr-sp-25 {
    padding-right: 25px !important;
  }
  .pb-sp-25 {
    padding-bottom: 25px !important;
  }
  .pl-sp-25 {
    padding-left: 25px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .mr-sp-30 {
    margin-right: 30px !important;
  }
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .ml-sp-30 {
    margin-left: 30px !important;
  }
  .pt-sp-30 {
    padding-top: 30px !important;
  }
  .pr-sp-30 {
    padding-right: 30px !important;
  }
  .pb-sp-30 {
    padding-bottom: 30px !important;
  }
  .pl-sp-30 {
    padding-left: 30px !important;
  }
  .mt-sp-35 {
    margin-top: 35px !important;
  }
  .mr-sp-35 {
    margin-right: 35px !important;
  }
  .mb-sp-35 {
    margin-bottom: 35px !important;
  }
  .ml-sp-35 {
    margin-left: 35px !important;
  }
  .pt-sp-35 {
    padding-top: 35px !important;
  }
  .pr-sp-35 {
    padding-right: 35px !important;
  }
  .pb-sp-35 {
    padding-bottom: 35px !important;
  }
  .pl-sp-35 {
    padding-left: 35px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
  .mr-sp-40 {
    margin-right: 40px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .ml-sp-40 {
    margin-left: 40px !important;
  }
  .pt-sp-40 {
    padding-top: 40px !important;
  }
  .pr-sp-40 {
    padding-right: 40px !important;
  }
  .pb-sp-40 {
    padding-bottom: 40px !important;
  }
  .pl-sp-40 {
    padding-left: 40px !important;
  }
  .mt-sp-45 {
    margin-top: 45px !important;
  }
  .mr-sp-45 {
    margin-right: 45px !important;
  }
  .mb-sp-45 {
    margin-bottom: 45px !important;
  }
  .ml-sp-45 {
    margin-left: 45px !important;
  }
  .pt-sp-45 {
    padding-top: 45px !important;
  }
  .pr-sp-45 {
    padding-right: 45px !important;
  }
  .pb-sp-45 {
    padding-bottom: 45px !important;
  }
  .pl-sp-45 {
    padding-left: 45px !important;
  }
  .mt-sp-50 {
    margin-top: 50px !important;
  }
  .mr-sp-50 {
    margin-right: 50px !important;
  }
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .ml-sp-50 {
    margin-left: 50px !important;
  }
  .pt-sp-50 {
    padding-top: 50px !important;
  }
  .pr-sp-50 {
    padding-right: 50px !important;
  }
  .pb-sp-50 {
    padding-bottom: 50px !important;
  }
  .pl-sp-50 {
    padding-left: 50px !important;
  }
  .mt-sp-55 {
    margin-top: 55px !important;
  }
  .mr-sp-55 {
    margin-right: 55px !important;
  }
  .mb-sp-55 {
    margin-bottom: 55px !important;
  }
  .ml-sp-55 {
    margin-left: 55px !important;
  }
  .pt-sp-55 {
    padding-top: 55px !important;
  }
  .pr-sp-55 {
    padding-right: 55px !important;
  }
  .pb-sp-55 {
    padding-bottom: 55px !important;
  }
  .pl-sp-55 {
    padding-left: 55px !important;
  }
  .mt-sp-60 {
    margin-top: 60px !important;
  }
  .mr-sp-60 {
    margin-right: 60px !important;
  }
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .ml-sp-60 {
    margin-left: 60px !important;
  }
  .pt-sp-60 {
    padding-top: 60px !important;
  }
  .pr-sp-60 {
    padding-right: 60px !important;
  }
  .pb-sp-60 {
    padding-bottom: 60px !important;
  }
  .pl-sp-60 {
    padding-left: 60px !important;
  }
  .mt-sp-65 {
    margin-top: 65px !important;
  }
  .mr-sp-65 {
    margin-right: 65px !important;
  }
  .mb-sp-65 {
    margin-bottom: 65px !important;
  }
  .ml-sp-65 {
    margin-left: 65px !important;
  }
  .pt-sp-65 {
    padding-top: 65px !important;
  }
  .pr-sp-65 {
    padding-right: 65px !important;
  }
  .pb-sp-65 {
    padding-bottom: 65px !important;
  }
  .pl-sp-65 {
    padding-left: 65px !important;
  }
  .mt-sp-70 {
    margin-top: 70px !important;
  }
  .mr-sp-70 {
    margin-right: 70px !important;
  }
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .ml-sp-70 {
    margin-left: 70px !important;
  }
  .pt-sp-70 {
    padding-top: 70px !important;
  }
  .pr-sp-70 {
    padding-right: 70px !important;
  }
  .pb-sp-70 {
    padding-bottom: 70px !important;
  }
  .pl-sp-70 {
    padding-left: 70px !important;
  }
  .mt-sp-75 {
    margin-top: 75px !important;
  }
  .mr-sp-75 {
    margin-right: 75px !important;
  }
  .mb-sp-75 {
    margin-bottom: 75px !important;
  }
  .ml-sp-75 {
    margin-left: 75px !important;
  }
  .pt-sp-75 {
    padding-top: 75px !important;
  }
  .pr-sp-75 {
    padding-right: 75px !important;
  }
  .pb-sp-75 {
    padding-bottom: 75px !important;
  }
  .pl-sp-75 {
    padding-left: 75px !important;
  }
  .mt-sp-80 {
    margin-top: 80px !important;
  }
  .mr-sp-80 {
    margin-right: 80px !important;
  }
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .ml-sp-80 {
    margin-left: 80px !important;
  }
  .pt-sp-80 {
    padding-top: 80px !important;
  }
  .pr-sp-80 {
    padding-right: 80px !important;
  }
  .pb-sp-80 {
    padding-bottom: 80px !important;
  }
  .pl-sp-80 {
    padding-left: 80px !important;
  }
  .mt-sp-85 {
    margin-top: 85px !important;
  }
  .mr-sp-85 {
    margin-right: 85px !important;
  }
  .mb-sp-85 {
    margin-bottom: 85px !important;
  }
  .ml-sp-85 {
    margin-left: 85px !important;
  }
  .pt-sp-85 {
    padding-top: 85px !important;
  }
  .pr-sp-85 {
    padding-right: 85px !important;
  }
  .pb-sp-85 {
    padding-bottom: 85px !important;
  }
  .pl-sp-85 {
    padding-left: 85px !important;
  }
  .mt-sp-90 {
    margin-top: 90px !important;
  }
  .mr-sp-90 {
    margin-right: 90px !important;
  }
  .mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .ml-sp-90 {
    margin-left: 90px !important;
  }
  .pt-sp-90 {
    padding-top: 90px !important;
  }
  .pr-sp-90 {
    padding-right: 90px !important;
  }
  .pb-sp-90 {
    padding-bottom: 90px !important;
  }
  .pl-sp-90 {
    padding-left: 90px !important;
  }
  .mt-sp-95 {
    margin-top: 95px !important;
  }
  .mr-sp-95 {
    margin-right: 95px !important;
  }
  .mb-sp-95 {
    margin-bottom: 95px !important;
  }
  .ml-sp-95 {
    margin-left: 95px !important;
  }
  .pt-sp-95 {
    padding-top: 95px !important;
  }
  .pr-sp-95 {
    padding-right: 95px !important;
  }
  .pb-sp-95 {
    padding-bottom: 95px !important;
  }
  .pl-sp-95 {
    padding-left: 95px !important;
  }
  .mt-sp-100 {
    margin-top: 100px !important;
  }
  .mr-sp-100 {
    margin-right: 100px !important;
  }
  .mb-sp-100 {
    margin-bottom: 100px !important;
  }
  .ml-sp-100 {
    margin-left: 100px !important;
  }
  .pt-sp-100 {
    padding-top: 100px !important;
  }
  .pr-sp-100 {
    padding-right: 100px !important;
  }
  .pb-sp-100 {
    padding-bottom: 100px !important;
  }
  .pl-sp-100 {
    padding-left: 100px !important;
  }
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*
  Layouts
*/
#header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 19;
}
#header .logo {
  left: -42px;
  position: absolute;
  top: 14px;
}
@media all and (max-width: 767px) {
  #header .logo {
    left: -26px;
    top: 20px;
  }
  #header .logo img {
    max-width: 294px;
  }
}
#header .logo > a {
  display: block;
  height: 64px;
  overflow: hidden;
  position: relative;
  transition: padding 0.2s ease-in;
  width: 437px;
}
@media all and (max-width: 767px) {
  #header .logo > a {
    height: 51px;
    width: 314px;
  }
}
#header .logo > a > span {
  display: block;
  height: 56px;
  width: 426px;
}
@media all and (max-width: 767px) {
  #header .logo > a > span {
    width: auto;
  }
}
#header .logo > a > span::after {
  background: url(../../common2025/images/header_logo_hover.svg) no-repeat right bottom;
  border-radius: 120px 0 0 0;
  clip-path: inset(0 0 0 0);
  content: "";
  display: block;
  height: 64px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: clip-path 0.2s ease-in;
  width: 437px;
  z-index: -1;
}
@media all and (max-width: 767px) {
  #header .logo > a > span::after {
    background-size: cover;
    height: 51px;
    width: 304px;
  }
}
#header .logo > a:hover {
  padding-left: 6px;
  padding-top: 6px;
}
#header .logo > a:hover > span::after {
  clip-path: inset(10px 0 0 10px);
}
#header .header-button {
  display: flex;
  height: 74px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 7px;
  transition: padding 0.2s ease-in, opacity 0.3s, visibility 0.3s, top 0.2s ease-in;
  width: 74px;
  z-index: 1;
}
@media all and (max-width: 767px) {
  #header .header-button {
    height: 50px;
    top: 20px;
    width: 50px;
  }
}
#header .header-button:focus:not(:focus-visible) {
  outline: 0;
}
#header .header-button::after {
  background: url(../../common2024/images/header_button_hover.svg) no-repeat right bottom;
  border-radius: 120px 0 0 0;
  clip-path: inset(0 0 0 0);
  content: "";
  display: block;
  height: 74px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: clip-path 0.2s ease-in;
  width: 74px;
  z-index: -1;
}
@media all and (max-width: 767px) {
  #header .header-button::after {
    background-size: contain;
    height: 50px;
    width: 50px;
  }
}
#header .header-button-inner {
  background: #fff;
  border: 3px solid #272727;
  border-radius: 100%;
  display: block;
  height: 62px;
  position: relative;
  width: 62px;
}
@media all and (max-width: 767px) {
  #header .header-button-inner {
    border-width: 2px;
    height: 42px;
    width: 42px;
  }
}
#header .header-button-inner span::before,#header .header-button-inner span::after {
  background: #272727;
  border-radius: 2px;
  content: "";
  display: block;
  height: 3px;
  left: calc(50% - 12px);
  position: absolute;
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
  width: 24px;
}
@media all and (max-width: 767px) {
  #header .header-button-inner span::before,#header .header-button-inner span::after {
    height: 2px;
    left: calc(50% - 8px);
    width: 16px;
  }
}
#header .header-button-inner span:nth-child(1)::before {
  bottom: 34px;
}
@media all and (max-width: 767px) {
  #header .header-button-inner span:nth-child(1)::before {
    bottom: 24px;
  }
}
.is-navi-open #header .header-button-inner span:nth-child(1)::before {
  opacity: 0;
}
#header .header-button-inner span:nth-child(1)::after {
  bottom: 17px;
}
@media all and (max-width: 767px) {
  #header .header-button-inner span:nth-child(1)::after {
    bottom: 12px;
  }
}
.is-navi-open #header .header-button-inner span:nth-child(1)::after {
  opacity: 0;
}
#header .header-button-inner span:nth-child(2)::before {
  bottom: 26px;
}
@media all and (max-width: 767px) {
  #header .header-button-inner span:nth-child(2)::before {
    bottom: 18px;
  }
}
.is-navi-open #header .header-button-inner span:nth-child(2)::before {
  transform: rotate(45deg);
}
#header .header-button-inner span:nth-child(2)::after {
  bottom: 26px;
}
@media all and (max-width: 767px) {
  #header .header-button-inner span:nth-child(2)::after {
    bottom: 18px;
  }
}
.is-navi-open #header .header-button-inner span:nth-child(2)::after {
  transform: rotate(-45deg);
}
#header .header-button:hover,.is-navi-open #header .header-button {
  padding-left: 6px;
  padding-top: 6px;
}
#header .header-button:hover::after,.is-navi-open #header .header-button::after {
  clip-path: inset(12px 0 0 10px);
}
#header .header-menu {
  max-height: calc(100vh - 80px);
  max-width: 346px;
  position: absolute;
  right: 45px;
  top: 48px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out, visibility 0.3s;
  visibility: hidden;
  width: 100%;
}
@media all and (max-width: 767px) {
  #header .header-menu {
    max-width: calc(100% - 40px - 12px);
    right: 32px;
  }
}
.is-navi-open #header .header-menu {
  transform: translateX(0);
  visibility: visible;
}
#header .header-menu::before {
  background: #272727;
  border-radius: 20px 28px 15px 40px;
  bottom: -12px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: -12px;
  top: 0;
  z-index: -1;
}
#header .header-menu .header-menu-scroll {
  margin: 0 auto;
  max-width: 378px;
}
#header .header-menu-inner {
  background: #fff;
  border: 4px solid #272727;
  border-radius: 16px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  padding: 30px 45px 35px 65px;
  position: relative;
}
@media all and (max-width: 767px) {
  #header .header-menu-inner {
    padding-left: 55px;
  }
}
#header .header-menu-inner .header-menu-scroll > ul {
  margin-bottom: 28px;
  padding-left: 10px;
}
@media all and (max-width: 767px) {
  #header .header-menu-inner .header-menu-scroll > ul {
    margin-bottom: 30px;
  }
}
#header .header-menu-inner .header-menu-scroll > ul > li {
  margin-top: 9px;
}
#header .header-menu-inner .header-menu-scroll > ul > li > a {
  display: block;
  font-weight: bold;
  padding-left: 22px;
  position: relative;
  transition: color 0.2s;
}
#header .header-menu-inner .header-menu-scroll > ul > li > a::before {
  background: url(../../common2024/images/ic_star.svg) no-repeat center center;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: calc(50% - 9px);
  transition: transform 0.2s ease-in-out;
  width: 16px;
}
#header .header-menu-inner .header-menu-scroll > ul > li > a:hover {
  color: #094;
  text-decoration: none;
}
#header .header-menu-inner .header-menu-scroll > ul > li > a:hover::before {
  transform: rotate(180deg);
}
#header .header-menu-logo a {
  transition: opacity 0.3s;
}
#header .header-menu-logo a:hover {
  opacity: 0.7;
}
#header .header-menu-logo {
  margin: 0 0 0 20px;
  width: 179px;
}
#header .header-close {
  background: url(../../common2023/images/icon_close.svg) no-repeat center center;
  height: 30px;
  position: absolute;
  right: 35px;
  top: 5px;
  transition: opacity 0.3s;
  width: 30px;
  z-index: 10;
}
#header .header-close:hover {
  opacity: 0.7;
}
.top #header .logo {
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
}
.top #header .header-button {
  opacity: 0;
  transition: opacity 0.5s visibility 0.5s, padding 0.2s ease-in;
  visibility: hidden;
}
.top.is-scroll #header .logo,.top.is-scroll #header .header-button {
  opacity: 1;
  visibility: visible;
}
#footer {
  background: #fff;
  position: relative;
  z-index: 11;
}
.footer-button {
  background: #fff;
  padding-bottom: 80px;
  padding-top: 15px;
  position: relative;
}
.entry .footer-button {
  display: none;
}
@media all and (max-width: 767px) {
  .footer-button {
    padding-bottom: 90px;
  }
}
.footer-button .section-inner {
  max-width: 1000px;
}
.footer-button::before {
  background: url(../../common2023/images/shape_footer_white.svg) no-repeat center center;
  background-size: 1366px 200px;
  content: "";
  display: block;
  height: 200px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -200px;
}
@media all and (min-width: 1351px) {
  .footer-button::before {
    background-size: 100% 100%;
  }
}
@media all and (max-width: 767px) {
  .footer-button::before {
    background: url(../../common2023/images/shape_footer_white_sp.svg) no-repeat center center;
    background-size: 100% 100%;
    height: 60px;
    top: -60px;
  }
}
.footer-partners {
  background: #f2f2f2;
  padding-bottom: 120px;
  padding-top: 100px;
  position: relative;
}
@media all and (max-width: 767px) {
  .footer-partners {
    padding: 60px 0;
  }
}
.partners-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 2.0rem;
  margin: 0 0 20px;
  position: relative;
  text-align: center;
}
@media all and (max-width: 767px) {
  .partners-heading {
    font-size: 1.6rem;
  }
}
.partners-heading::before {
  background: #333;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
}
.partners-heading span {
  background: #f2f2f2;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.banner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 767px) {
  .banner-list {
    gap: 10px;
  }
}
.banner-list__left {
  justify-content: flex-start;
}
.banner-list > li {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
  width: calc(25% - 16px);
}
@media all and (max-width: 767px) {
  .banner-list > li {
    width: calc(50% - 8px);
  }
}
.banner-list__large {
  justify-content: center;
}
.banner-list__large > li {
  max-width: 380px;
  width: auto;
}
@media all and (max-width: 767px) {
  .banner-list__large > li {
    width: 100%;
  }
}
.banner-list a {
  transition: opacity 0.3s;
}
.banner-list a:hover {
  opacity: 0.5;
}
.banner-list + .partners-heading {
  margin-top: 44px;
}
@media all and (max-width: 767px) {
  .banner-list + .partners-heading {
    margin-top: 32px;
  }
}
.footer-sns {
  background: #dc0024;
  padding-bottom: 170px;
  padding-top: 30px;
  position: relative;
}
@media all and (max-width: 767px) {
  .footer-sns {
    background: none;
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media all and (max-width: 767px) {
  .footer-sns .section-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-sns .section-inner::after {
  background: #dc0024;
  bottom: 0;
  content: "";
  display: block;
  left: calc(50% - 1px);
  pointer-events: none;
  position: absolute;
  top: -47px;
  width: 50%;
}
@media all and (max-width: 767px) {
  .footer-sns .section-inner::after {
    display: none;
  }
}
.footer-sns .section-inner::before {
  background: #005fac;
  bottom: 0;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 50%;
  top: 0;
  width: 50vw;
}
@media all and (max-width: 767px) {
  .footer-sns .section-inner::before {
    display: none;
  }
}
.footer-sns::before {
  background: url(../../common2023/images/shape_footer_sns.svg) no-repeat center center;
  background-size: 1366px 200px;
  content: "";
  display: block;
  height: 200px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -200px;
}
@media all and (min-width: 1351px) {
  .footer-sns::before {
    background-size: 100% 100%;
  }
}
@media all and (max-width: 767px) {
  .footer-sns::before {
    display: none;
  }
}
.footer-sns-row {
  display: flex;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .footer-sns-row {
    flex-direction: column;
  }
}
.footer-sns-row .col {
  display: flex;
  flex: 0 0 auto;
  width: 50%;
}
@media all and (max-width: 767px) {
  .footer-sns-row .col {
    flex: 1 1 auto;
    padding: 25px 20px 65px !important;
    position: relative;
    width: 100%;
  }
  .footer-sns-row .col::before {
    background: url(../../common2023/images/shape_footer_sns_blue_sp.svg) no-repeat center center;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 60px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -60px;
  }
}
.footer-sns-row .col > * {
  width: 100%;
}
.footer-sns-row .col:first-child {
  padding-right: 60px;
}
@media all and (max-width: 767px) {
  .footer-sns-row .col:first-child {
    background: #005fac;
    padding-bottom: 70px !important;
    padding-top: 25px !important;
  }
}
.footer-sns-row .col:last-child {
  padding-left: 60px;
}
@media all and (max-width: 767px) {
  .footer-sns-row .col:last-child {
    background: #dc0024;
  }
  .footer-sns-row .col:last-child::before {
    background: url(../../common2023/images/shape_footer_sns_red_sp.svg) no-repeat center center;
    background-size: 100% 100%;
  }
}
.footer-tel {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 12px;
  text-align: center;
}
.sns-list-wrapper {
  display: flex;
  flex-direction: column;
}
.sns-list-wrapper .sns-list {
  flex-grow: 1;
  margin-bottom: 0;
}
.sns-list {
  display: flex;
  flex-wrap: wrap;
}
.sns-list > li {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  justify-content: center;
  width: 50%;
}
.sns-list > li a {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.3s;
}
.sns-list > li a:hover {
  opacity: 0.7;
}
.sns-list > li:nth-child(odd) {
  border-right: 1px solid #e0e0e0;
  padding-right: 18px;
}
.sns-list > li.border-bottom {
  border-bottom: 1px solid #e0e0e0;
}
.sns-list > li:nth-child(3),.sns-list > li:nth-child(4) {
  padding-top: 10px;
}
.footer-map {
  background: #094;
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
}
@media all and (max-width: 767px) {
  .footer-map {
    padding-bottom: 50px;
    padding-top: 50px;
    z-index: 1;
  }
}
.footer-map-image {
  padding-left: 80px;
  padding-right: 20px;
  text-align: center;
}
.footer-map-image img {
  max-width: 1360px;
  width: 100%;
}
@media all and (max-width: 1220px) {
  .footer-map-image {
    padding-left: 20px;
  }
}
@media all and (max-width: 767px) {
  .footer-map-image {
    margin: 0 auto -50px;
    max-width: 460px;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-map .section-inner {
  display: flex;
  justify-content: center;
}
.footer-map-row {
  display: flex;
  margin-bottom: 40px;
  padding-left: 30px;
}
@media all and (max-width: 767px) {
  .footer-map-row {
    flex-direction: column;
    margin-bottom: 50px;
    padding-left: 0;
  }
}
.footer-map-row .logo {
  margin-right: 28px;
  width: 334px;
}
@media all and (max-width: 767px) {
  .footer-map-row .logo {
    margin: 0 auto 35px;
    transform: none;
    width: 248px;
  }
}
.footer-map-row .links {
  align-items: center;
  display: flex;
}
.footer-map-row .links ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: -10px;
  max-width: 388px;
}
.footer-map-row .links ul > li {
  margin-top: 10px;
  width: 50%;
}
@media all and (max-width: 767px) {
  .footer-map-row .links ul > li {
    align-items: center;
    display: flex;
    padding-left: 10px;
  }
}
.footer-map-row .links ul > li > a {
  color: #fff;
  display: block;
  font-weight: bold;
  padding-left: 22px;
  position: relative;
  transition: color 0.2s;
}
.footer-map-row .links ul > li > a::before {
  background: url(../../common2024/images/ic_star.svg) no-repeat center center;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: calc(50% - 9px);
  transition: transform 0.2s ease-in-out;
  width: 16px;
}
.footer-map-row .links ul > li > a:hover {
  color: #fff000;
  text-decoration: none;
}
.footer-map-row .links ul > li > a:hover::before {
  transform: rotate(180deg);
}
.footer-organizer {
  align-items: center;
  display: flex;
  flex-grow: 1;
}
.footer-organizer .heading {
  flex: 0 0 auto;
  font-weight: bold;
  margin: 0;
}
.footer-organizer .contents {
  border-left: 1px solid #333;
  flex: 1 1 auto;
  margin: 0 0 0 20px;
  max-width: 900px;
  padding-left: 20px;
}
@media all and (max-width: 767px) {
  .footer-organizer .contents {
    margin-left: 15px;
    padding-left: 15px;
  }
}
.footer-copy {
  padding-bottom: 35px;
  padding-top: 35px;
}
@media all and (max-width: 767px) {
  .footer-copy {
    padding: 40px 0;
  }
}
@media all and (min-width: 768px) {
  .footer-copy .section-inner:first-child {
    align-items: center;
    display: flex;
  }
}
@media all and (max-width: 767px) {
  .footer-copy {
    text-align: left;
  }
}
.footer-copy small {
  font-size: 1rem;
}
.footer-contact {
  background: #094;
  padding: 80px 0 0;
}
@media all and (max-width: 767px) {
  .footer-contact {
    padding: 50px 0 0;
  }
}
.footer-contact-heading {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.footer-contact-heading .en {
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 0 40px 0 50px;
  position: relative;
  text-shadow: #272727 2px 0, #272727 -2px 0, #272727 0 -2px, #272727 0 2px, #272727 2px 2px, #272727 -2px 2px, #272727 2px -2px, #272727 -2px -2px, #272727 1px 2px, #272727 -1px 2px, #272727 1px -2px, #272727 -1px -2px, #272727 2px 1px, #272727 -2px 1px, #272727 2px -1px, #272727 -2px -1px;
}
@media all and (max-width: 767px) {
  .footer-contact-heading .en {
    font-size: 3rem;
  }
}
.footer-contact-heading .en::before {
  background: url(../../common2024/images/ic_contact_l.svg) no-repeat center center;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: calc(50% - 15px);
  width: 32px;
}
.footer-contact-heading .en::after {
  background: url(../../common2024/images/ic_contact_r.svg) no-repeat center center;
  content: "";
  height: 27px;
  position: absolute;
  right: 0;
  top: calc(50% - 14px);
  width: 27px;
}
.footer-contact-heading .jp {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.footer-contact-tel {
  color: #fff;
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  text-shadow: #272727 2px 0, #272727 -2px 0, #272727 0 -2px, #272727 0 2px, #272727 2px 2px, #272727 -2px 2px, #272727 2px -2px, #272727 -2px -2px, #272727 1px 2px, #272727 -1px 2px, #272727 1px -2px, #272727 -1px -2px, #272727 2px 1px, #272727 -2px 1px, #272727 2px -1px, #272727 -2px -1px;
}
@media all and (max-width: 767px) {
  .footer-contact-tel {
    font-size: 4.2rem;
    margin-bottom: 10px;
  }
}
.footer-sns-list {
  display: flex;
  flex-shrink: 0;
}
@media all and (max-width: 767px) {
  .footer-sns-list {
    justify-content: center;
    margin-top: 25px;
  }
}
.footer-sns-list > li {
  margin-left: 18px;
}
@media all and (max-width: 767px) {
  .footer-sns-list > li:first-child {
    margin-left: 0;
  }
}
.footer-sns-list > li a {
  opacity: 1;
  transition: 0.2s;
}
.footer-sns-list > li a:hover {
  opacity: 0.7;
}
.section:last-child {
  margin-bottom: 0;
}
.section-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding-left: 60px;
  padding-right: 60px;
}
.section-inner > *:last-child {
  margin-bottom: 0;
}
.section-inner.wide {
  max-width: 1320px;
}
.section-inner.middle {
  max-width: 1120px;
}
.section-inner.semi-middle {
  max-width: 1220px;
}
.section-inner.semi-small {
  max-width: 984px;
}
.section-inner.small {
  max-width: 900px;
}
.section-inner._col3 {
  max-width: 1026px;
}
@media all and (max-width: 767px) {
  .section-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#contents {
  overflow: hidden;
  position: relative;
}
#contents .frames {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}
#contents .frames::before {
  border: 2px solid #333;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#contents .frames .top {
  animation: frameTop 3s linear 0s infinite;
  background-color: #fff;
  background-image: url(../../common2023/images/frame_bg_top.svg);
  background-position: 0 50%;
  background-repeat: repeat-x;
  border-bottom: 2px solid #333;
  border-top: 2px solid #333;
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#contents .frames .bottom {
  animation: frameBottom 4.59s linear 0s infinite;
  background-color: #fff;
  background-image: url(../../common2023/images/frame_bg_bottom.svg);
  background-position: 0 50%;
  background-repeat: repeat-x;
  border-bottom: 2px solid #333;
  border-top: 2px solid #333;
  bottom: 0;
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
  z-index: 1;
}
#contents .frames .left {
  animation: frameLeft 10.5s linear 0s infinite;
  background-color: #fff;
  background-image: url(../../common2023/images/frame_bg_lr.svg?ver1.1);
  background-position: 50% 0;
  background-repeat: repeat-y;
  border-left: 2px solid #333;
  border-right: 2px solid #333;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 0;
}
@media all and (max-width: 767px) {
  #contents .frames .left {
    display: none;
  }
}
#contents .frames .right {
  animation: frameRight 10.5s linear 0s infinite;
  background-color: #fff;
  background-image: url(../../common2023/images/frame_bg_lr.svg?ver1.1);
  background-position: 50% 0;
  background-repeat: repeat-y;
  border-left: 2px solid #333;
  border-right: 2px solid #333;
  bottom: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  z-index: 0;
}
@media all and (max-width: 767px) {
  #contents .frames .right {
    display: none;
  }
}
@keyframes frameTop {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: -168px 50%;
  }
}
@keyframes frameBottom {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 258px 50%;
  }
}
@keyframes frameLeft {
  0% {
    background-position: 50% 0;
  }
  100% {
    background-position: 50% 592px;
  }
}
@keyframes frameRight {
  0% {
    background-position: 50% 0;
  }
  100% {
    background-position: 50% -592px;
  }
}
#main > *:last-child {
  padding-bottom: 80px;
}
@media all and (max-width: 767px) {
  #main > *:last-child {
    padding-bottom: 60px;
  }
}
.fixed-entry {
  bottom: 20px;
  opacity: 0;
  position: fixed;
  right: 20px;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  z-index: 19;
}
.is-scroll .fixed-entry {
  opacity: 1;
  visibility: visible;
}
.is-scrollEnd .fixed-entry {
  opacity: 0;
  visibility: hidden;
}
.entry .fixed-entry {
  display: none;
}
@media all and (max-width: 767px) {
  .fixed-entry {
    right: 10px;
    transform: scale(0.7);
    transform-origin: bottom right;
  }
  .is-navi-open .fixed-entry {
    opacity: 0;
    visibility: hidden;
  }
}
.fixed-entry a {
  display: block;
  height: 101px;
  transition: padding 0.2s ease-in;
  width: 101px;
}
.fixed-entry a::after {
  background: url(../../common2024/images/header_button_hover.svg) no-repeat right bottom/100% auto;
  border-radius: 120px 0 0 0;
  clip-path: inset(14px 0 0 12px);
  content: "";
  display: block;
  height: 108px;
  left: -3px;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: clip-path 0.2s ease-in;
  width: 112px;
  z-index: -1;
}
.fixed-entry a .inner {
  background-color: #fff000;
  background-image: url(../../common2024/images/fixed_entry_text.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border: 3px solid #272727;
  border-radius: 100%;
  display: block;
  height: 95px;
  width: 95px;
}
.fixed-entry a:hover {
  padding-left: 6px;
  padding-top: 6px;
}
.fixed-entry a:hover::after {
  clip-path: inset(20px 0 0 18px);
}
.fixed-entry a:hover .inner {
  background-color: #e85298;
  background-image: url(../../common2024/images/fixed_entry_text_white.svg);
}
.fixed-entry a .txt {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.fixed-entered {
  bottom: -4px;
  opacity: 0;
  position: fixed;
  right: -4px;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  z-index: 19;
}
.is-scroll .fixed-entered {
  opacity: 1;
  visibility: visible;
}
.is-scrollEnd .fixed-entered {
  opacity: 0;
  visibility: hidden;
}
.fixed-entered a,.fixed-entered button {
  background: #fff000;
  border: 4px solid #272727;
  border-radius: 14px 0 0 0;
  color: #272727;
  display: block;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  max-width: 214px;
  padding: 18px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: transform 0.2s ease-in;
  width: 100vw;
}
@media all and (max-width: 767px) {
  .fixed-entered a,.fixed-entered button {
    font-size: 1.2rem;
    max-width: 170px;
    padding: 14px;
  }
}
.fixed-entered a::before,.fixed-entered button::before {
  background: #272727;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
}
@media all and (max-width: 767px) {
  .fixed-entered a::before,.fixed-entered button::before {
    right: 10px;
  }
}
.fixed-entered a::after,.fixed-entered button::after {
  background: #fff;
  border: 2px solid #272727;
  border-radius: 100%;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 41px;
  top: calc(50% - 4px);
  transition: right 0.2s;
  width: 10px;
}
@media all and (max-width: 767px) {
  .fixed-entered a::after,.fixed-entered button::after {
    right: 31px;
  }
}
.fixed-entered a:hover,.fixed-entered button:hover {
  transform: translate(4px, 4px);
}
.fixed-entered a:hover::after,.fixed-entered button:hover::after {
  right: 18px;
}
@media all and (max-width: 767px) {
  .fixed-entered a:hover::after,.fixed-entered button:hover::after {
    right: 8px;
  }
}
.fixed-info {
  bottom: 40px;
  left: 40px;
  opacity: 0;
  position: fixed;
  transition: opacity 0.5s, visibility 0.5s;
  visibility: hidden;
  z-index: 19;
}
.is-scroll .fixed-info {
  opacity: 1;
  visibility: visible;
}
.is-scrollEnd .fixed-info {
  opacity: 0;
  visibility: hidden;
}
.info .fixed-info {
  display: none;
}
@media all and (max-width: 767px) {
  .fixed-info {
    bottom: 20px;
    left: 20px;
    transform: scale(0.65);
    transform-origin: bottom left;
  }
  .is-navi-open .fixed-info {
    opacity: 0;
    visibility: hidden;
  }
}
.fixed-info a {
  display: block;
  height: 156px;
  transition: padding 0.2s ease-in;
  width: 156px;
}
.fixed-info a::after {
  background: url(../../common2024/images/header_button_hover.svg) no-repeat right bottom/100% auto;
  border-radius: 120px 0 0 0;
  clip-path: inset(14px 0 0 20px);
  content: "";
  display: block;
  height: 170px;
  left: -6px;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: clip-path 0.2s ease-in;
  width: 176px;
  z-index: -1;
}
.fixed-info a .inner {
  background-color: #fff000;
  background-image: url(../../common2025/images/fixed_event_info.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% auto;
  border: 3px solid #272727;
  border-radius: 100%;
  display: block;
  height: 150px;
  width: 150px;
}
.fixed-info a .inner._pamph {
  background-image: url(../../common2024/images/fixed_event_pamph.svg);
  background-position: center 40%;
}
.fixed-info a:hover {
  padding-left: 6px;
  padding-top: 6px;
}
.fixed-info a:hover::after {
  clip-path: inset(20px 0 0 30px);
}
.fixed-info a .txt {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*
  Components
*/
.around-box {
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .around-box > div:first-child {
    float: left;
    margin-right: 40px;
    max-width: 30%;
  }
  .around-box > div:first-child .media-box {
    margin-bottom: 20px;
  }
  .around-box::after {
    clear: both;
    content: "";
    display: block;
  }
  .around-box.box-right > div:first-child {
    float: right;
    margin-left: 40px;
    margin-right: 0;
  }
}
.around-box > div:last-child > p:last-child {
  margin-bottom: 0;
}

/* box */
.contents-box {
  background: #fff;
  border: 4px solid #272727;
  border-radius: 10px;
  padding: 40px 20px 40px 20px;
  position: relative;
}
.contents-box.narrow {
  margin: 0 auto;
  max-width: 694px;
}
.contents-box.semi-narrow {
  margin: 0 auto;
  max-width: 766px;
  padding: 26px;
}
.contents-box.has-shadow {
  box-shadow: 5px 6px 0 #333;
}
@media all and (max-width: 767px) {
  .contents-box.has-shadow {
    padding-bottom: 20px;
  }
}
.contents-box.has-cornerBorder {
  border-color: #fff;
  border-radius: 0;
}
.contents-box.has-cornerBorder::before,.contents-box.has-cornerBorder::after,.contents-box.has-cornerBorder .contents-box-body::before,.contents-box.has-cornerBorder .contents-box-body::after {
  content: "";
  display: block;
  height: 20px;
  pointer-events: none;
  position: absolute;
  width: 20px;
}
.contents-box.has-cornerBorder::before {
  border-left: 2px solid #333;
  border-top: 2px solid #333;
  left: -3px;
  top: -3px;
}
.contents-box.has-cornerBorder::after {
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  bottom: -3px;
  left: -3px;
}
.contents-box.has-cornerBorder .contents-box-body::before {
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  right: -3px;
  top: -3px;
}
.contents-box.has-cornerBorder .contents-box-body::after {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  bottom: -3px;
  right: -3px;
}
.contents-box + .contents-box {
  margin-top: 20px;
}
.contents-box.is-toggle {
  padding-bottom: 20px;
  padding-top: 20px;
}
.contents-box.is-toggle .contents-box-body {
  display: none;
  padding-bottom: 20px;
  padding-top: 40px;
}
@media all and (max-width: 767px) {
  .contents-box.is-toggle .contents-box-body {
    padding-top: 30px;
  }
}
.contents-box-head {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  transition: opacity 0.3s;
  width: 100%;
}
@media all and (max-width: 767px) {
  .contents-box-head {
    font-size: 1.6rem;
  }
}
.contents-box-head:hover {
  opacity: 0.7;
}
.contents-box-head::before {
  bottom: -20px;
  content: "";
  display: block;
  left: -20px;
  position: absolute;
  right: -20px;
  top: -20px;
}
.contents-box-head::after {
  background: #272727;
  border-radius: 100%;
  content: "";
  display: block;
  height: 21px;
  position: absolute;
  right: 0;
  top: calc(50% - 11px);
  width: 21px;
}
.contents-box-head .inner {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}
.contents-box-head .inner::after {
  background: #fff;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
  transition: opacity 0.3s;
  width: 1px;
  z-index: 1;
}
.contents-box-head .inner::before {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 5px;
  top: calc(50% - 1px);
  width: 11px;
  z-index: 1;
}
.contents-box-head.is-open .inner::after {
  opacity: 0;
}
.contents-box-heading {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  margin-bottom: 30px;
  margin-top: -40px;
}
@media all and (max-width: 767px) {
  .contents-box-heading {
    margin-bottom: 15px;
  }
}
.contents-box-heading._center {
  align-items: center;
}
.contents-box-heading .image {
  margin-bottom: 4px;
}
@media all and (max-width: 767px) {
  .contents-box-heading .image img {
    height: 32px;
    width: auto;
  }
}
.footer-sns-row .contents-box-heading {
  font-size: 1.4rem;
}
.contents-box-body {
  margin: 0 auto;
  max-width: 1000px;
}
.contents-box-body > *:last-child {
  margin-bottom: 0;
}
.contents-box .inner-hr {
  background: #e0e0e0;
  border: none;
  height: 1px;
  margin: 35px 0;
}
.contents-box .inner-heading {
  font-size: 2.4rem;
  margin-bottom: 30px;
  margin-top: 10px;
  text-align: center;
}
.contents-box dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.contents-box dl dt {
  flex-grow: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 150px;
}
@media all and (max-width: 767px) {
  .contents-box dl dt {
    width: 66px;
  }
}
.contents-box dl dd {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  width: calc(100% - 150px);
}
@media all and (max-width: 767px) {
  .contents-box dl dd {
    width: calc(100% - 66px);
  }
}
.contents-box dl dd > *:last-child {
  margin-bottom: 0;
}
.contents-box dl .full-wide {
  width: 100% !important;
}
.contents-box dl + dl {
  border-top: 1px solid #e0e0e0;
  margin-top: 15px;
  padding: 15px 0 0;
}
@media all and (max-width: 767px) {
  .contents-box dl + dl {
    margin-top: 14px;
    padding-top: 14px;
  }
}
@media all and (max-width: 767px) {
  .contents-box dl.sp-column {
    flex-direction: column;
  }
  .contents-box dl.sp-column dt {
    margin-bottom: 10px;
    width: 100%;
  }
  .contents-box dl.sp-column dd {
    width: 100%;
  }
}
.contents-box .time-table {
  margin-left: -22px;
  margin-right: -22px;
}
@media all and (max-width: 767px) {
  .contents-box .time-table {
    margin-left: -20px;
    margin-right: -20px;
    overflow-x: auto;
  }
  .contents-box .time-table img {
    min-width: 814px;
  }
}
.contents-box .inner-tokuten {
  align-items: center;
  display: flex;
}
.contents-box .inner-tokuten .col-tokuten {
  align-items: center;
  align-self: center;
  background: #87caac;
  border-radius: 100%;
  display: flex;
  flex: 0 0 90px;
  height: 90px;
  justify-content: center;
  margin-right: 20px;
  text-align: center;
  width: 90px;
}
.contents-box .inner-tokuten .col-tokuten p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}
.contents-box-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .contents-box-title {
    font-size: 1.6rem;
  }
}
.common-box {
  padding-bottom: 14px;
  padding-right: 14px;
  position: relative;
  z-index: 0;
}
.common-box.no-shadow {
  padding-bottom: 0;
  padding-right: 0;
}
.common-box.no-shadow > .common-box-inner {
  border: 2px solid #272727;
}
.common-box.no-shadow::before {
  display: none;
}
.common-box::before {
  background: #272727;
  border-radius: 15px 40px 15px 40px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.common-box-inner {
  background: #fff;
  border: 4px solid #272727;
  border-radius: 15px;
  height: 100%;
  padding: 30px 30px 40px;
  position: relative;
  width: 100%;
}
@media all and (max-width: 767px) {
  .common-box__type2 .common-box-inner {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 45px;
  }
}
.common-box__hasButton .common-box-inner {
  padding-bottom: 60px;
}
.common-box-inner.bg-pink {
  background: #e66f89;
}
.common-box-inner.bg-green {
  background: #87caac;
}
.common-box-inner.bg-orange {
  background: #f49709;
}
.common-box-inner > *:last-child {
  margin-bottom: 0;
}
.common-box h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.common-box .button-wrapper {
  bottom: 2px;
  left: 50%;
  position: absolute;
  transform: translateY(50%) translateX(-50%);
}
.common-box.is-boxHeading {
  font-size: 2rem;
  left: 50%;
  min-width: 190px;
  padding-bottom: 10px;
  padding-right: 0;
  position: absolute;
  text-align: center;
  top: -5px;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.common-box.is-boxHeading.common-box__type3 {
  bottom: 14px;
  font-size: 1.4rem;
  min-width: 115px;
  padding-bottom: 10px;
  top: auto;
  transform: translateY(50%) translateX(-50%);
}
@media all and (max-width: 767px) {
  .common-box.is-boxHeading.common-box__type3 {
    bottom: 10px;
    font-size: 1.2rem;
  }
}
.no-shadow .common-box.is-boxHeading.common-box__type3 {
  bottom: -12px;
}
.no-shadow .common-box.is-boxHeading.common-box__type3._multi {
  bottom: -41px;
}
@media all and (max-width: 767px) {
  .no-shadow .common-box.is-boxHeading.common-box__type3._multi {
    bottom: -25px;
  }
}
@media all and (max-width: 767px) {
  .no-shadow .common-box.is-boxHeading.common-box__type3 {
    bottom: 0;
  }
  .no-shadow .common-box.is-boxHeading.common-box__type3::after {
    border-radius: 20px 40px 30px 0;
    left: -8px;
  }
}
.common-box.is-boxHeading.common-box__type3::after {
  background-size: auto 60px, auto 44px;
  border-radius: 20px 0 20px 0;
  left: -8px;
  right: -10px;
}
@media all and (max-width: 767px) {
  .common-box.is-boxHeading.common-box__type3::after {
    left: -10px;
  }
}
.common-box.is-boxHeading.common-box__type3 p {
  line-height: 2.15;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .no-shadow .common-box.is-boxHeading.common-box__type3 p {
    font-size: 1rem;
    line-height: 2.55;
    min-height: 26px;
  }
}
.common-box.is-boxHeading.common-box__type3 .common-box-inner {
  border-width: 2px;
}
.common-box.is-boxHeading::before {
  border-radius: 0;
  left: 30px;
  right: 20px;
}
.common-box.is-boxHeading::after {
  background-image: url(../../common2024/images/box_bl.svg), url(../../common2024/images/box_tr.svg);
  background-position: left bottom, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 60px, auto 60px;
  border-radius: 20px 0 20px 0;
  bottom: 0;
  clip-path: inset(7px 0 0 12px);
  content: "";
  display: block;
  left: -5px;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: -1;
}
.common-box.is-boxHeading .common-box-inner {
  border-radius: 40px;
  padding: 0 14px;
}
.common-box.is-boxHeading p {
  line-height: 1.8;
}
.common-box__prize {
  margin-left: auto;
  margin-right: auto;
  max-width: 848px;
}
@media all and (max-width: 767px) {
  .common-box__prize {
    margin-left: 30px;
  }
}
.common-box__prize > .common-box-inner {
  display: flex;
  padding-bottom: 10px;
  padding-top: 40px;
}
@media all and (max-width: 1024px) {
  .common-box__prize > .common-box-inner {
    flex-direction: column;
    padding-bottom: 15px;
    padding-top: 30px;
  }
}
.common-box__prize > .common-box-inner .col {
  align-items: flex-end;
  display: flex;
  flex: 0 0 50%;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media all and (max-width: 1024px) {
  .common-box__prize > .common-box-inner .col {
    flex: 1 1 auto;
    justify-content: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
}
.common-box__prize > .common-box-inner .col__gold {
  padding-right: 40px;
  position: relative;
}
@media all and (max-width: 1024px) {
  .common-box__prize > .common-box-inner .col__gold {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.common-box__prize > .common-box-inner .col__gold::before {
  background: #333;
  bottom: 12px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -14px;
  width: 2px;
}
@media all and (max-width: 1024px) {
  .common-box__prize > .common-box-inner .col__gold::before {
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    top: auto;
    width: auto;
  }
}
.common-box__prize > .common-box-inner .col__silver {
  padding-left: 40px;
}
.common-box__prize > .common-box-inner .col .icon {
  align-self: center;
  flex-shrink: 0;
  margin-right: 25px;
}
@media all and (max-width: 1024px) {
  .common-box__prize > .common-box-inner .col .icon {
    margin-bottom: 25px;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}
.common-box__prize > .common-box-inner .col .price,.common-box__prize > .common-box-inner .col .text {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
}
@media all and (max-width: 1220px) {
  .common-box__prize > .common-box-inner .col .price,.common-box__prize > .common-box-inner .col .text {
    font-size: 2.13vw;
  }
}
@media all and (max-width: 1024px) {
  .common-box__prize > .common-box-inner .col .price,.common-box__prize > .common-box-inner .col .text {
    font-size: 2rem;
  }
}
.common-box__prize > .common-box-inner .col .text {
  margin-right: 0.1em;
}
.common-box__prize > .common-box-inner .col .number {
  font-size: 6rem;
  font-weight: 700;
  line-height: 0;
  text-shadow: #272727 2px 0,  #272727 -2px 0,
  #272727 0 -2px, #272727 0 2px,
  #272727 2px 2px , #272727 -2px 2px,
  #272727 2px -2px, #272727 -2px -2px,
  #272727 1px 2px,  #272727 -1px 2px,
  #272727 1px -2px, #272727 -1px -2px,
  #272727 2px 1px,  #272727 -2px 1px,
  #272727 2px -1px, #272727 -2px -1px;
}
@media all and (max-width: 1220px) {
  .common-box__prize > .common-box-inner .col .number {
    font-size: 4.92vw;
  }
}
@media all and (max-width: 1024px) {
  .common-box__prize > .common-box-inner .col .number {
    font-size: 6rem;
  }
}
.common-box__prize > .common-box-inner .col .tokuten {
  align-self: center;
  background: #333;
  border-radius: 5px;
  color: #fff;
  flex-shrink: 0;
  font-weight: bold;
  line-height: 1.428;
  margin-left: 20px;
  margin-top: -14px;
  padding: 5px 20px;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .common-box__prize > .common-box-inner .col .tokuten {
    margin-left: 0;
    margin-top: 20px;
    position: static;
    width: 100%;
  }
  .common-box__prize > .common-box-inner .col .tokuten br {
    display: none;
  }
}
.common-box__prize.is-full {
  max-width: inherit;
}
.common-box__prize.is-full > .common-box-inner {
  display: flex;
}
.common-box__prize.is-full > .common-box-inner .col {
  flex: 0 1 auto;
}
.common-box__prize.is-full > .common-box-inner .col__gold {
  padding-left: 20px;
  padding-right: 20px;
}
.common-box__prize.is-full > .common-box-inner .col__silver {
  flex-grow: 1;
  justify-content: flex-start;
  padding-left: 20px;
}
.common-box .adjustment {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.common-box .adjustment p {
  color: #ef7700;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .common-box .adjustment p {
    font-size: 2rem;
  }
}
.section-inner > .inner-box {
  margin-left: 20px;
  margin-right: 20px;
}
.inner-box {
  background: #f2f2f2;
  padding: 25px;
  position: relative;
}
.inner-box.bg-pink {
  background-color: #fffff0;
}
.inner-box > *:last-child {
  margin-bottom: 0;
}
.inner-box .deco {
  position: absolute;
  width: 12px;
}
.inner-box .deco::before,.inner-box .deco::after {
  border-left: 2px solid #272727;
  border-top: 2px solid #272727;
  content: "";
  display: block;
  height: 12px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 12px;
}
.inner-box .deco::after {
  border-bottom: 2px solid #272727;
  border-top: none;
  bottom: -1px;
  top: auto;
}
.inner-box .deco.left {
  bottom: 0;
  left: 0;
  top: 0;
}
.inner-box .deco.right {
  bottom: 0;
  right: 0;
  top: 0;
}
.inner-box .deco.right::before,.inner-box .deco.right::after {
  border-left: none;
  border-right: 2px solid #272727;
  left: 1px;
}
.inner-box-heading {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
.inner-box-heading::before {
  background: #272727;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 18px);
  line-height: 1.333;
  position: absolute;
  width: 36px;
}
.price-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  max-width: 360px;
}
.price-box .row {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  padding-right: 0;
}
@media all and (max-width: 767px) {
  .price-box .row .col6-tab6-sp6 {
    padding-right: 0;
  }
}
.price-box-text {
  color: #f52121;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .price-box-text {
    font-size: 4.8rem;
  }
}
.price-box-text span {
  font-size: 4rem;
}
@media all and (max-width: 767px) {
  .price-box-text span {
    font-size: 2rem;
  }
}
.common-box-image {
  aspect-ratio: 233/154;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}
.common-box-image img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.border-box {
  border: 2px solid #000;
  border-radius: 12px;
  padding: 36px 60px 40px;
}
@media all and (max-width: 767px) {
  .border-box {
    padding: 30px 20px 40px;
  }
}
.border-box._white {
  border-color: #fff;
}
.button-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}
.button-wrapper.align-right {
  justify-content: flex-end;
}
.button-wrapper.align-left {
  justify-content: flex-start;
}
.common-button {
  font-weight: bold;
  height: 47px;
  min-width: 165px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 1px;
  padding-top: 8px;
  position: relative;
  text-decoration: none !important;
  transition: padding 0.2s ease-in;
  z-index: 0;
}
.common-button::before {
  background-image: url(../../common2023/images/common_button_bg_l.svg), url(../../common2023/images/common_button_bg_r.svg);
  background-position: left top, right 0 top;
  background-repeat: no-repeat, no-repeat;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 1px;
  top: -1px;
  transition: bottom 0.2s ease-in, background 0.2s ease-in;
  z-index: -1;
}
.common-button::after {
  background: #333;
  bottom: 5px;
  content: "";
  display: block;
  left: 15px;
  position: absolute;
  right: 20px;
  top: 0;
}
.common-button .common-button-inner {
  align-items: center;
  background: #fff;
  border: 2px solid #333;
  border-radius: 5px;
  display: flex;
  padding: 5px 40px 5px 10px;
  position: relative;
  z-index: 1;
}
.common-button .common-button-inner::before {
  background: #333;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 15px;
}
.common-button .common-button-inner::after {
  background: #333;
  border-radius: 100%;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  right: 22px;
  top: calc(50% - 2px);
  transition: right 0.2s;
  width: 5px;
}
.common-button:hover {
  padding-bottom: 4px;
  padding-left: 6px;
  padding-right: 5px;
  padding-top: 4px;
}
.common-button:hover::before {
  background-position: left top, right 4px top -4px;
  bottom: 6px;
}
.common-button:hover .common-button-inner::after {
  right: 6px;
}
.common-button.time-table-button {
  height: auto;
}
.common-button.time-table-button .common-button-inner {
  align-items: center;
  display: flex;
  padding-bottom: 16px;
  padding-right: 64px;
}
.common-button.time-table-button .common-button-inner::before,.common-button.time-table-button .common-button-inner::after {
  transform: translateX(-30px) translateY(-5px);
}
.common-button.time-table-button .now {
  color: #094;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 15px;
}
.common-button.time-table-button .text-wrapper {
  font-size: 1.2rem;
}
.common-button.time-table-button .text {
  display: flex;
}
.common-button.time-table-button .text .time {
  flex: 0 0 auto;
  margin-right: 0.5em;
}
.common-button.time-table-button::before {
  background-image: url(../../common2023/images/event/time_table_button_l.svg);
}
.common-button.time-table-button::after {
  background-color: #dc0024;
}
.large-button {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 2rem;
  font-weight: bold;
  justify-content: center;
  max-width: 410px;
  padding-bottom: 26px;
  padding-right: 22px;
  position: relative;
  text-decoration: none;
  text-decoration: none !important;
  transition: padding 0.2s ease-in;
  width: 100%;
}
@media all and (max-width: 767px) {
  .large-button {
    font-size: 1.4rem;
    padding-bottom: 12px;
    padding-right: 18px;
  }
}
.large-button:hover {
  padding-bottom: 16px;
  padding-left: 6px;
  padding-right: 12px;
  padding-top: 10px;
}
@media all and (max-width: 767px) {
  .large-button:hover {
    padding-bottom: 7px;
    padding-right: 8px;
    padding-top: 5px;
  }
}
.large-button:hover::after {
  clip-path: inset(0 0 0 15px);
}
@media all and (max-width: 767px) {
  .large-button:hover::after {
    clip-path: inset(15px 0 0 15px);
  }
}
.large-button:hover .button-inner::after {
  right: 22px;
}
.large-button::before {
  background: #272727;
  bottom: 0;
  content: "";
  display: block;
  left: 70px;
  position: absolute;
  right: 48px;
  top: 16px;
}
@media all and (max-width: 767px) {
  .large-button::before {
    left: 40px;
    right: 40px;
  }
}
.large-button::after {
  background-image: url(../../common2024/images/button_l.svg), url(../../common2024/images/button_r.svg);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 116px, auto 116px;
  border-radius: 45px 0 0 0;
  bottom: 0;
  clip-path: inset(0 0 0 0);
  content: "";
  display: block;
  left: 1px;
  position: absolute;
  right: 0;
  top: 20px;
  transition: clip-path 0.2s ease-in;
}
@media all and (max-width: 767px) {
  .large-button::after {
    background-size: auto 70px, auto 70px;
    right: 2px;
    top: 0;
  }
}
.large-button .button-inner {
  align-items: center;
  background: #ccc;
  border: 4px solid #272727;
  border-radius: 90px;
  display: flex;
  justify-content: flex-start;
  min-height: 90px;
  padding: 15px 60px 15px 40px;
  position: relative;
  transition: background 0.2s;
  width: 100%;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .large-button .button-inner {
    min-height: 62px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
  }
}
.large-button .button-inner::before {
  background: #272727;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 24px;
  top: 50%;
  width: 30px;
}
.large-button .button-inner::after {
  background: #fff;
  border: 2px solid #272727;
  border-radius: 100%;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 45px;
  top: calc(50% - 4px);
  transition: right 0.2s;
  width: 10px;
}
.large-button.color-red .button-inner {
  background: #e85298;
}
.large-button.color-red:hover .button-inner {
  background: #ff84c9;
}
.large-button.color-blue .button-inner {
  background: #00a0e9;
}
.large-button.color-blue:hover .button-inner {
  background: #43b7ff;
}
.large-button.color-yellow {
  color: #272727;
}
.large-button.color-yellow .button-inner {
  background: #fff000;
}
.large-button.color-yellow:hover .button-inner {
  background: #fff000;
}
.large-button.color-white {
  color: #272727;
}
.large-button.color-white .button-inner {
  background: #fff;
}
.large-button.color-white .button-inner::after {
  background-color: #fff000;
}
.large-button.color-white:hover .button-inner {
  background: #fff;
}
.large-button.is-disabled {
  pointer-events: none;
}
.large-button.is-disabled .button-inner {
  background-color: #f2f2f2;
  color: #333;
}
.large-button.is-disabled .button-inner::before {
  display: none;
}
.large-button.is-disabled .button-inner::after {
  display: none;
}
.large-button.text-wide .button-inner {
  padding-right: 44px;
}
.large-button.text-wide .button-inner::before {
  transform: translateX(20px);
}
.large-button.text-wide .button-inner::after {
  transform: translateX(20px);
}
.large-button.has-entry {
  margin-top: 40px;
}
.large-button.has-entry .text-entry {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: -40px;
  transition: top 0.2s ease-in, left 0.2s ease-in;
  z-index: 10;
}
@media all and (max-width: 767px) {
  .large-button.has-entry .text-entry {
    top: -25px;
  }
  .large-button.has-entry .text-entry img {
    width: 156px;
  }
}
.large-button.has-entry:hover .text-entry {
  left: 6px;
  top: -30px;
}
@media all and (max-width: 767px) {
  .large-button.has-entry:hover .text-entry {
    top: -20px;
  }
}
.large-button.has-entry:hover .img-normal {
  display: none;
}
.large-button.has-entry:hover .img-hover {
  display: inline;
}
.large-button.has-entry .img-hover {
  display: none;
}
.large-button._middle {
  font-size: 1.6rem;
  max-width: 302px;
  padding-bottom: 12px;
  padding-right: 12px;
}
.large-button._middle::before {
  left: 40px;
  right: 40px;
}
.large-button._middle::after {
  background-image: url(../../common2024/images/button_m_l.svg), url(../../common2024/images/button_m_r.svg);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 74px, auto 74px;
  top: 0;
}
.large-button._middle .button-inner {
  border-radius: 56px;
  min-height: 56px;
  padding: 13px 60px 13px 24px;
}
.large-button._middle:hover {
  padding-bottom: 6px;
  padding-right: 2px;
  padding-top: 6px;
}
.large-button._middle:hover::after {
  clip-path: inset(15px 0 0 15px);
}
.large-button.color-entry {
  color: #272727;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .large-button.color-entry {
    font-size: 2.4rem;
    max-width: 570px;
  }
  .large-button.color-entry::after {
    background-size: auto 136px, auto 136px;
  }
  .large-button.color-entry::before {
    left: 80px;
    right: 58px;
  }
}
.large-button.color-entry .button-inner {
  background: #fff000;
}
@media all and (min-width: 768px) {
  .large-button.color-entry .button-inner {
    border-radius: 110px;
    min-height: 110px;
  }
}
.large-button.color-entry .entry {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.large-button.color-entry .entry::before,.large-button.color-entry .entry::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 64px;
  position: absolute;
  width: 252px;
}
@media all and (max-width: 767px) {
  .large-button.color-entry .entry::before,.large-button.color-entry .entry::after {
    height: 32px;
    width: 126px;
  }
}
.large-button.color-entry .entry::before {
  background-image: url(../../common2025/images/text_entry_blue.svg);
  left: -114px;
  top: -54px;
}
@media all and (max-width: 767px) {
  .large-button.color-entry .entry::before {
    left: -6px;
    top: -27px;
  }
}
.large-button.color-entry .entry::after {
  background-image: url(../../common2024/images/text_entry_light_pink.svg);
  bottom: -54px;
  right: -138px;
}
@media all and (max-width: 767px) {
  .large-button.color-entry .entry::after {
    bottom: -29px;
    right: -16px;
  }
}
.large-button.color-entry:hover .entry::before {
  background-image: url(../../common2025/images/text_entry_pink_hover.svg);
}
.large-button.color-entry:hover .entry::after {
  background-image: url(../../common2025/images/text_entry_blue_hover.svg);
}
.large-button._small {
  border-radius: 40px;
  display: inline-block;
  font-size: 1.6rem;
  padding-bottom: 10px;
  padding-right: 6px;
  width: auto;
}
.large-button._x-small {
  font-size: 1.4rem;
  max-width: 295px;
  padding-bottom: 10px;
  padding-right: 10px;
}
.large-button._x-small::before {
  left: 30px;
  right: 30px;
}
.large-button._x-small::after {
  background-image: url(../../common2024/images/button_m_l.svg), url(../../common2024/images/button_m_r.svg);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 54px, auto 54px;
  top: 0;
}
.large-button._x-small .button-inner {
  border-radius: 44px;
  min-height: 44px;
  padding: 5px 60px 2px 24px;
}
.large-button._x-small:hover {
  padding-bottom: 5px;
  padding-right: 2px;
  padding-top: 5px;
}
.large-button._x-small:hover::after {
  clip-path: inset(15px 0 0 15px);
}
.large-button._no-hover {
  pointer-events: none;
}
.large-button._no-hover::before {
  left: 40px;
}
.large-button._no-hover::after {
  background-image: url(../../common2024/images/box_bl.svg), url(../../common2024/images/box_tr.svg);
  background-position: left bottom, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 60px, auto 60px;
  border-radius: 20px 0 20px 0;
  clip-path: inset(10px 0 0 5px);
  left: -2px;
  right: -8px;
  top: 1px;
}
.large-button._no-hover .button-inner {
  border-radius: 44px;
  min-height: 44px;
  padding: 0 20px;
}
.large-button._no-hover .button-inner::before {
  display: none;
}
.large-button._no-hover .button-inner::after {
  display: none;
}
.footer-entry {
  overflow: hidden;
  padding: 60px 0 90px;
}
@media all and (max-width: 767px) {
  .footer-entry {
    padding: 60px 0;
  }
}
.white-label {
  background: #fff;
  border-radius: 18px;
  display: inline-block;
  font-weight: bold;
  line-height: 1.35;
  padding: 10px 20px;
}
.black-label {
  background: #272727;
  border-radius: 18px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.35;
  padding: 10px 20px;
}
.black-label.fs-24 {
  border-radius: 32px;
  padding-left: 44px;
  padding-right: 44px;
}
@media all and (max-width: 767px) {
  .black-label.fs-24 {
    min-width: calc(100% - 40px);
    padding-left: 16px;
    padding-right: 16px;
  }
}
.time-table-button {
  background: #fff;
  border: 4px solid #272727;
  border-radius: 14px 0 0 0;
  display: block;
  max-width: 335px;
  padding: 16px 10px 16px 20px;
  text-decoration: none !important;
  width: 100vw;
}
.time-table-button:hover .time-table-button-inner {
  opacity: 0.7;
}
.time-table-button-inner {
  align-items: center;
  display: flex;
  transition: opacity 0.2s;
}
.time-table-button-inner .now {
  color: #094;
  flex: 0 0 auto;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 10px;
  position: relative;
}
.is-next .time-table-button-inner .now {
  color: #fff;
}
.is-next .time-table-button-inner .now::before {
  color: #f52121;
  content: "NEXT";
  display: inline-block;
  font-size: 2rem;
  left: 0;
  position: absolute;
  top: 0;
}
.time-table-button-inner .text-wrapper {
  flex: 1 1 auto;
}
.time-table-button-inner .text-wrapper > div {
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
@media all and (max-width: 767px) {
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media all and (max-width: 1024px) {
  .justify-content-tab-start {
    justify-content: flex-start !important;
  }
}
.form-contents {
  display: flex;
}
.form-contents + .form-contents {
  margin-top: 30px;
}
.form-contents > div:first-child {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 30px;
  padding: 10px 0;
  width: 300px;
}
.form-contents > div:first-child label {
  display: block;
  width: 100%;
}
.form-contents > div:last-child {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
}
.form-input {
  background: #fff;
  border: 1px solid #000;
  padding: 10px;
  width: 100%;
}
.form-select {
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%3E%3Cpolygon%20points%3D%226%207%200%200.61%200.57%200%206%205.78%2011.43%200%2012%200.61%206%207%22%20style%3D%22fill%3A%23231815%22%2F%3E%3C%2Fsvg%3E");
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 12px auto;
  border: 1px solid #000;
  padding: 10px 30px 10px 10px;
  width: 100%;
}
.form-check {
  display: inline-flex;
  position: relative;
}
.form-check input {
  height: 0;
  left: -100%;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: -100%;
  width: 0;
}
.form-check-label {
  padding-left: 20px;
  position: relative;
}
.form-check input[type="radio"] + .form-check-label::before {
  background: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: calc(2.52rem/2 - 8px);
  width: 16px;
}
.form-check input[type="radio"] + .form-check-label::after {
  background: #000;
  border-radius: 100%;
  content: "";
  display: block;
  height: 10px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: calc(2.52rem/2 - 5px);
  width: 10px;
}
.form-check input[type="radio"]:checked + .form-check-label::after {
  opacity: 1;
}
.form-check input[type="checkbox"] + .form-check-label::before {
  background: #fff;
  border: 1px solid #000;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: calc(2.52rem/2 - 8px);
  width: 16px;
}
.form-check input[type="checkbox"] + .form-check-label::after {
  backface-visibility: hidden;
  border: 2px solid #002b62;
  border-width: 0 0 2px 2px;
  content: "";
  display: block;
  height: 6px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: calc(2.52rem/2 - 3px);
  transform: rotate(-45deg) translate(0, -2px);
  width: 12px;
  z-index: 2;
}
.form-check input[type="checkbox"]:checked + .form-check-label::after {
  opacity: 1;
}
.row-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px;
  padding-left: 15px;
  padding-right: 15px;
}
.row > * {
  margin-top: 30px;
  padding: 0 15px;
}
.row.gap-xs {
  margin-top: -10px;
  padding-left: 5px;
  padding-right: 5px;
}
@media all and (max-width: 767px) {
  .row.gap-xs {
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 0;
    padding-right: 0;
  }
}
.row.gap-xs > * {
  margin-top: 10px;
  padding: 0 5px;
}
@media all and (max-width: 767px) {
  .row.gap-sm {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.gap-sm > * {
    padding: 0 8px;
  }
}
.row.gap-sm {
  margin-top: -24px;
  padding-left: 12px;
  padding-right: 12px;
}
@media all and (max-width: 767px) {
  .row.gap-sm {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 0;
    padding-right: 0;
  }
}
.row.gap-sm > * {
  margin-top: 24px;
  padding: 0 12px;
}
@media all and (max-width: 767px) {
  .row.gap-sm {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.gap-sm > * {
    padding: 0 8px;
  }
}
.row.gap-md {
  margin-top: -30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (max-width: 767px) {
  .row.gap-md {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
  }
}
.row.gap-md > * {
  margin-top: 30px;
  padding: 0 15px;
}
@media all and (max-width: 767px) {
  .row.gap-sm {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.gap-sm > * {
    padding: 0 8px;
  }
}
.row.gap-lg {
  margin-top: -40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (max-width: 767px) {
  .row.gap-lg {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
  }
}
.row.gap-lg > * {
  margin-top: 40px;
  padding: 0 20px;
}
@media all and (max-width: 767px) {
  .row.gap-sm {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.gap-sm > * {
    padding: 0 8px;
  }
}
.row.gap-xl {
  margin-top: -50px;
  padding-left: 25px;
  padding-right: 25px;
}
@media all and (max-width: 767px) {
  .row.gap-xl {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 0;
    padding-right: 0;
  }
}
.row.gap-xl > * {
  margin-top: 50px;
  padding: 0 25px;
}
@media all and (max-width: 767px) {
  .row.gap-sm {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.gap-sm > * {
    padding: 0 8px;
  }
}
.row.gap-xxl {
  margin-top: -60px;
  padding-left: 30px;
  padding-right: 30px;
}
@media all and (max-width: 767px) {
  .row.gap-xxl {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 0;
    padding-right: 0;
  }
}
.row.gap-xxl > * {
  margin-top: 60px;
  padding: 0 30px;
}
@media all and (max-width: 767px) {
  .row.gap-sm {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.gap-sm > * {
    padding: 0 8px;
  }
}
.row [class*="col1-"] {
  width: 8.33333%;
}
.row [class*="col2-"] {
  width: 16.66667%;
}
.row [class*="col3-"] {
  width: 25%;
}
.row [class*="col4-"] {
  width: 33.33333%;
}
.row [class*="col5-"] {
  width: 41.66667%;
}
.row [class*="col6-"] {
  width: 50%;
}
.row [class*="col7-"] {
  width: 58.33333%;
}
.row [class*="col8-"] {
  width: 66.66667%;
}
.row [class*="col9-"] {
  width: 75%;
}
.row [class*="col10-"] {
  width: 83.33333%;
}
.row [class*="col11-"] {
  width: 91.66667%;
}
.row [class*="col12-"] {
  width: 100%;
}
@media all and (max-width: 1024px) {
  .row [class*="tab1"] {
    width: 8.33333%;
  }
  .row [class*="tab2"] {
    width: 16.66667%;
  }
  .row [class*="tab3"] {
    width: 25%;
  }
  .row [class*="tab4"] {
    width: 33.33333%;
  }
  .row [class*="tab5"] {
    width: 41.66667%;
  }
  .row [class*="tab6"] {
    width: 50%;
  }
  .row [class*="tab7"] {
    width: 58.33333%;
  }
  .row [class*="tab8"] {
    width: 66.66667%;
  }
  .row [class*="tab9"] {
    width: 75%;
  }
  .row [class*="tab10"] {
    width: 83.33333%;
  }
  .row [class*="tab11"] {
    width: 91.66667%;
  }
  .row [class*="tab12"] {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .row [class*="sp1"] {
    width: 8.33333%;
  }
  .row [class*="sp2"] {
    width: 16.66667%;
  }
  .row [class*="sp3"] {
    width: 25%;
  }
  .row [class*="sp4"] {
    width: 33.33333%;
  }
  .row [class*="sp5"] {
    width: 41.66667%;
  }
  .row [class*="sp6"] {
    width: 50%;
  }
  .row [class*="sp7"] {
    width: 58.33333%;
  }
  .row [class*="sp8"] {
    width: 66.66667%;
  }
  .row [class*="sp9"] {
    width: 75%;
  }
  .row [class*="sp10"] {
    width: 83.33333%;
  }
  .row [class*="sp11"] {
    width: 91.66667%;
  }
  .row [class*="sp12"] {
    width: 100%;
  }
}
.col-inner > *:last-child {
  margin-bottom: 0;
}
.page-title {
  margin-bottom: 70px;
  padding-top: 90px;
}
@media all and (max-width: 767px) {
  .page-title {
    margin-bottom: 35px;
    padding-top: 100px;
  }
}
.page-title h1 {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 2.8rem;
}
@media all and (max-width: 767px) {
  .page-title h1 {
    font-size: 2rem;
  }
}
.page-title h1 .image {
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .page-title h1 .image {
    margin-bottom: 6px;
  }
}
@media all and (max-width: 767px) {
  .page-title h1 .image img {
    height: 45px;
    width: auto;
  }
}
.page-title h1 .text {
  font-weight: bold;
}
.page-title__event {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media all and (max-width: 767px) {
  .page-title__event {
    margin-bottom: 40px;
  }
}
.page-title-col {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media all and (min-width: 768px) {
  .page-title-col .image {
    flex: 0 0 50%;
    padding-right: 40px;
  }
  .page-title-col .image img {
    max-width: 441px;
    width: 100%;
  }
  .page-title-col .inner {
    flex: 0 0 50%;
  }
  .page-title-col .inner h2 {
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .page-title-col {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .page-title-col .image {
    margin-top: 20px;
  }
  .page-title-col .image img {
    max-width: 382px;
  }
}
.event-heading {
  font-size: 2rem;
  margin-bottom: 15px;
  text-align: center;
}
.section-heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .section-heading {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
}
input,button,select,optgroup,textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.form input[type="text"] {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
  padding: 8px;
  width: 100%;
}
.form textarea {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #000;
  border-radius: 0;
  padding: 8px;
  width: 100%;
}
.form select {
  -webkit-appearance: none;
  background: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.31%22%20height%3D%227.07%22%20viewBox%3D%220%200%2011.31%207.07%22%3E%3Cpolygon%20points%3D%2211.31%201.41%209.9%200%205.66%204.24%201.41%200%200%201.41%205.66%207.07%207.07%205.66%207.07%205.66%2011.31%201.41%22%2F%3E%3C%2Fsvg%3E");
  background-position: right 6px center;
  background-repeat: no-repeat;
  border: 1px solid #000;
  border-radius: 0;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  width: 100%;
}
.form label {
  cursor: pointer;
  display: inline-block;
}
.form label .input-radio {
  opacity: 0;
}
.form label .input-radio + .label-text:before {
  background-clip: content-box;
  border-color: currentColor;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 6px;
  padding: 2px;
  vertical-align: -2px;
  width: 1em;
}
.form label .input-radio:focus-visible:not(:hover) + .label-text {
  outline: -webkit-focus-ring-color auto;
}
.form label .input-radio:checked + .label-text:before {
  background-color: currentColor;
  border-color: currentColor;
}
.form label .input-checkbox {
  opacity: 0;
}
.form label .input-checkbox + .label-text:before {
  background-clip: content-box;
  background-clip: content-box;
  border-color: currentColor;
  border-style: solid;
  border-width: 1px;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 6px;
  padding: 1px;
  vertical-align: -2px;
  width: 1em;
}
.form label .input-checkbox:focus-visible:not(:hover) + .label-text {
  outline: -webkit-focus-ring-color auto;
}
.form label .input-checkbox:checked + .label-text:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.19%22%20height%3D%227.07%22%20viewBox%3D%220%200%209.19%207.07%22%3E%3Cpolygon%20points%3D%227.78%200%203.54%204.24%201.41%202.12%200%203.54%202.12%205.66%203.54%207.07%209.19%201.41%207.78%200%22%2F%3E%3C%2Fsvg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.disc-list > li {
  padding-left: 1em;
  position: relative;
}
.disc-list > li:last-child {
  margin-bottom: 0;
}
.disc-list > li::before {
  background: #272727;
  border-radius: 100%;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 8px;
}
.disc-list-blue > li::before {
  background-color: #00a0e9;
}
.disc-list-green > li::before {
  background-color: #00a0e9;
}
.disc-list-purpole > li::before {
  background-color: #a5308c;
}
.disc-list-orange > li::before {
  background-color: #ef7700;
}
.disc-list-red > li::before {
  background-color: #094;
}
.disc-list-pink > li::before {
  background-color: #e85298;
}
.disc-list-gray > li::before {
  background-color: #e0e0e0;
}
.indent-list {
  line-height: 1.7;
}
.indent-list > li {
  display: flex;
}
.indent-list > li > span:first-child {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 0.1em;
  min-width: 1em;
}
.indent-list > li > span:last-child {
  flex: 1 1 auto;
}
.media-box {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .media-box.align-right {
    justify-content: flex-end;
  }
}
@media all and (min-width: 768px) {
  .media-box.align-left {
    justify-content: flex-start;
  }
}
.media-box > div {
  display: table;
}
.media-box > div > :last-child {
  margin-bottom: 0;
}
.media-box .media {
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.media-box .media a {
  display: block;
  overflow: hidden;
}
.media-box .media img {
  backface-visibility: hidden;
  max-width: 100%;
  width: 100%;
}
.media-box .caption {
  caption-side: bottom;
  display: table-caption;
}
@media all and (min-width: 768px) {
  .media-box .caption {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  .media-box .caption {
    font-size: 1.2rem;
  }
}
.media-box .caption a {
  text-decoration: none;
}
.media-box .caption a:hover {
  text-decoration: underline;
}
.media-box > :last-child {
  margin-bottom: 0;
}
.modal__overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: auto;
  padding: 40px 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal {
  opacity: 0;
  position: relative;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
  z-index: 100;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal .modal__container,.modal .modal__overlay {
  will-change: transform;
}
.modal__container {
  background: #fff;
  margin: auto;
  max-width: 1000px;
  padding: 60px;
  position: relative;
  width: 100%;
}
@media all and (max-width: 767px) {
  .modal__container {
    padding: 60px 20px;
  }
}
.modal__container--small {
  max-width: 570px;
  padding: 0;
}
.modal__container--small a:has(img) {
  transition: opacity 0.3s;
}
.modal__container--small a:has(img):hover {
  opacity: 0.7;
}
.modal__container--small .modal__close {
  right: 0;
  top: -16px;
}
.modal__container--small .modal__close::before,.modal__container--small .modal__close::after {
  background: #fff;
}
.modal__header {
  margin-bottom: 24px;
}
.modal__header h2 {
  font-size: 2rem;
  margin-bottom: 0;
  text-align: center;
}
.modal__content {
  margin: 0 auto;
  max-width: 780px;
}
.price-table-heading {
  border-bottom: 2px solid #e0e0e0;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .price-table-heading {
    font-size: 2rem;
  }
}
.price-table-heading.is-pink {
  color: #e85298;
}
.price-table-heading.is-blue {
  color: #00a0e9;
}
.price-table-heading.is-green {
  color: #094;
}
.price-table-heading.is-purple {
  color: #a5308c;
}
.price-table-heading.is-orange {
  color: #ef7700;
}
.price-table-row {
  display: grid;
  gap: 50px 60px;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (max-width: 767px) {
  .price-table-row {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.modal__close {
  height: 16px;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 16px;
}
.modal__close::before,.modal__close::after {
  background: #272727;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 8px);
  position: absolute;
  top: calc(50% - 8px);
  width: 16px;
}
.modal__close::before {
  transform: rotate(45deg);
}
.modal__close::after {
  transform: rotate(-45deg);
}
#modal-video,#modal-entry,#modal-image {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
}
#modal-video .section-inner,#modal-entry .section-inner,#modal-image .section-inner {
  margin: auto;
  max-width: 1000px;
  padding-bottom: 25px;
  padding-top: 65px;
  position: relative;
  width: 100%;
}
@media all and (max-width: 767px) {
  #modal-entry .modal-inner {
    padding: 40px 20px;
  }
}
.modal-inner {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  justify-content: center;
  left: 0;
  overflow: auto;
  padding: 55px;
  position: relative;
  right: 0;
  top: 0;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .modal-inner {
    min-height: inherit !important;
    padding: 55px 0 35px;
  }
}
.modal-close {
  height: 30px;
  position: absolute !important;
  right: 15px;
  top: 15px;
  width: 50px;
}
#modal-image .modal-close {
  right: 25px;
  top: 5px;
}
.modal-close::after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 22px);
  position: absolute;
  top: 50%;
  transform: rotate(-19deg);
  width: 44px;
}
.modal-center .modal-close::after {
  background: #333;
}
.modal-close::before {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 22px);
  position: absolute;
  top: 50%;
  transform: rotate(19deg);
  width: 44px;
}
.modal-center .modal-close::before {
  background: #333;
}
.video-box {
  margin: 0 auto 40px;
  max-width: 100%;
  position: relative;
  width: 940px;
}
.video-box .modal-close {
  right: 0;
  top: -40px;
}
.video-box .modal-close::before {
  background: #000;
}
.video-box .modal-close::after {
  background: #000;
}
.video-box .video {
  margin: 0 auto 10px;
  padding-top: 56.25%;
  position: relative;
}
.video-box .video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.modal-center {
  background: #fff;
  margin: auto;
  max-width: 900px;
  min-height: 100%;
  padding: 30px 20px;
  position: relative;
  width: 100%;
}
#modal-image .modal-center {
  align-items: center;
  background: transparent;
  display: flex;
  justify-content: center;
  min-height: inherit;
  padding: 0 20px;
  text-align: center;
  width: auto;
}
.entry-box {
  background: #fff;
  margin: auto;
  max-width: 100%;
  position: relative;
  width: 1000px;
}
.entry-box .modal-close {
  right: 5px;
  top: 10px;
}
.entry-box .modal-close::before {
  background: #000;
  left: calc(50% - 11px);
  transform: rotate(45deg);
  width: 22px;
}
.entry-box .modal-close::after {
  background: #000;
  left: calc(50% - 11px);
  transform: rotate(-45deg);
  width: 22px;
}
.entry-box .inner {
  margin: 0 auto;
  max-width: 796px;
}
.entry-box .heading {
  border-bottom: 1px solid #707070;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 16px;
  text-align: center;
}
.entry-box .desc {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.entry-box ol {
  margin: 0 auto;
  max-width: 500px;
}
.entry-box ol > li + li {
  margin-top: 32px;
}
.entry-box ol > li > p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
}
.entry-box ol > li .buttons {
  display: grid;
  gap: 10px 14px;
  grid-template-columns: repeat(2, 1fr);
  max-width: calc(1rem + 390px);
  padding-left: 1rem;
}
@media all and (max-width: 480px) {
  .entry-box ol > li .buttons {
    grid-template-columns: repeat(1, 1fr);
  }
}
.entry-box ol > li .buttons > a {
  align-items: center;
  border: 1px solid #333;
  border-radius: 27px;
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  min-height: 27px;
  padding: 3px 10px 2px;
  transition: opacity 0.3s;
}
@media all and (max-width: 767px) {
  .entry-box ol > li .buttons > a {
    max-width: 200px;
  }
}
.entry-box ol > li .buttons > a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.entry-box ol > li .buttons > a.icon-pdf {
  padding-right: 20px;
  position: relative;
}
.entry-box ol > li .buttons > a.icon-pdf::after {
  background: url(../../common2023/images/icon_pdf.png) no-repeat center center/contain;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 8px;
  top: calc(50% - 8px);
  width: 16px;
}
.entry-box__heading {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  left: 0;
  line-height: calc(32/20);
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: -10px;
  transform: translateY(-100%);
}
@media all and (max-width: 767px) {
  .entry-box__heading {
    font-size: 1.8rem;
  }
}

/*
  Pages
*/

/* about */
.bg-about {
  background: #094;
}
.bg-ajta {
  background: #00a0e9;
}

/* entry */
.bg-entry {
  background: #094;
}
.bg-event-info {
  background: #ef7700;
  padding-bottom: 0 !important;
}
.bg-event-info.bg-blue {
  background: #00a0e9;
}
.bg-event-info .border-box {
  background: #f52121;
}
.bg-event-info .section {
  padding: 80px 0;
  position: relative;
}
.bg-event-info .section-inner {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .bg-event-info .section {
    padding: 50px 0;
  }
}
.bg-event-info .bg-blue {
  background: #00a0e9;
  padding-top: 60px;
}
@media all and (max-width: 767px) {
  .bg-event-info .bg-blue {
    padding-top: 40px;
  }
}
.bg-event-info .bg-yellow {
  background: #fff000;
}
.bg-event-info .bg-green {
  background: #094;
}
@media all and (min-width: 768px) {
  .bg-event-info .bg-green {
    padding-bottom: 120px;
  }
}
@media all and (max-width: 1220px) {
  .bg-event-info .mv-title {
    width: calc(47vw - 30px);
  }
}
@media all and (max-width: 767px) {
  .bg-event-info .mv-title {
    width: auto;
  }
}
@media all and (min-width: 768px) {
  .bg-event-info .mv-title img {
    max-width: 569px;
    width: 100%;
  }
}
.bg-event-info .mv-guest {
  position: relative;
}
@media all and (max-width: 767px) {
  .bg-event-info .mv-guest {
    padding-bottom: 40px;
  }
}
.bg-event-info .mv-guest h2 {
  margin-inline: auto;
  max-width: 70vw;
}
@media all and (max-width: 767px) {
  .bg-event-info .mv-guest h2 {
    max-width: unset;
  }
}
.bg-event-info .mv-guest .section-inner {
  max-width: 1120px;
}
.bg-event-info .mv-guest .common-box:has(.is-boxHeading) {
  margin-left: 70px;
}
@media all and (max-width: 1024px) {
  .bg-event-info .mv-guest .common-box:has(.is-boxHeading) {
    margin-left: 20px;
  }
}
@media all and (max-width: 1024px) {
  .bg-event-info .mv-guest .common-box:has(.common-box) {
    margin-bottom: 40px;
    margin-top: 50px;
  }
}
@media all and (max-width: 767px) {
  .bg-event-info .mv-guest .common-box:has(.common-box) {
    margin: 0;
  }
}
.bg-event-info .mv-guest .common-box .common-box.is-boxHeading {
  left: 0;
  top: -15px;
  transform: translateY(-50%) translateX(-70px);
}
@media all and (min-width: 1025px) {
  .bg-event-info .mv-guest .common-box .common-box.is-boxHeading {
    padding-bottom: 12px;
  }
}
@media all and (min-width: 1025px) {
  .bg-event-info .mv-guest .common-box .common-box.is-boxHeading::before {
    left: 40px;
    top: 5px;
  }
  .bg-event-info .mv-guest .common-box .common-box.is-boxHeading::after {
    background-size: auto 80px, auto 80px;
    border-radius: 50px 0 30px 0;
  }
  .bg-event-info .mv-guest .common-box .common-box.is-boxHeading p {
    font-size: 2.4rem;
    line-height: 2;
    padding: 4px 0;
  }
}
@media all and (max-width: 767px) {
  .bg-event-info .mv-guest .common-box .common-box.is-boxHeading {
    top: -5px;
    transform: translateY(-50%) translateX(-10px);
  }
  .bg-event-info .mv-guest .common-box .common-box.is-boxHeading::after {
    background-size: auto 60px, auto 64px;
  }
  .bg-event-info .mv-guest .common-box .common-box.is-boxHeading p {
    font-size: 1.8rem;
    padding: 4px 0;
  }
}
@media all and (min-width: 1025px) {
  .bg-event-info .mv-guest.bg-blue .common-box .common-box.is-boxHeading p {
    padding: 4px 20px;
  }
}
.bg-event-info .mv-guest-row {
  align-items: center;
  display: grid;
  gap: 0 20px;
  grid-template-columns: 1fr 460px;
}
@media all and (max-width: 1024px) {
  .bg-event-info .mv-guest-row {
    grid-template-columns: 60% 1fr;
  }
}
@media all and (max-width: 767px) {
  .bg-event-info .mv-guest-row {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media all and (min-width: 768px) {
  .bg-event-info .mv-guest-col._image {
    align-self: flex-end;
    margin-right: -100px;
  }
}
@media all and (min-width: 768px) {
  .bg-event-info .bg-blue .mv-guest-row {
    grid-row: 2;
    grid-template-columns: 460px 1fr;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .bg-event-info .bg-blue .mv-guest-row {
    grid-template-columns: 1fr 60%;
  }
}
@media all and (min-width: 768px) {
  .bg-event-info .bg-blue .mv-guest-col._image {
    grid-row: 1;
    margin-left: -100px;
    margin-right: unset;
  }
}
.cloud-timer {
  display: flex;
}
@media all and (max-width: 767px) {
  .cloud-timer {
    flex-direction: column;
  }
}
.cloud-timer-image {
  flex: 0 0 48%;
  margin-right: 30px;
}
@media all and (max-width: 767px) {
  .cloud-timer-image {
    flex: 1 1 auto;
    margin: 0 auto 20px;
    max-width: 220px;
    width: 100%;
  }
}
.cloud-timer-image img {
  border-radius: 12px;
}
.cloud-timer-contents {
  align-self: center;
  flex: 1 1 auto;
}
.cloud-timer-title {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  margin-bottom: 16px;
}
@media all and (max-width: 767px) {
  .cloud-timer-title {
    margin-bottom: 10px;
  }
}
.cloud-timer-title .image {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 6px;
  width: 116px;
}
.deco-heading {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: bold;
}
.deco-heading span {
  padding: 0 30px 0 30px;
  position: relative;
}
.deco-heading span::before {
  background: url(../../common2024/images/ic_contact_l.svg) no-repeat center center/contain;
  content: "";
  height: 19px;
  left: 0;
  position: absolute;
  top: calc(50% - 9px);
  width: 20px;
}
.deco-heading span::after {
  background: url(../../common2024/images/ic_contact_r.svg) no-repeat center center/contain;
  content: "";
  height: 16px;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  width: 16px;
}
.event-info-deco {
  position: absolute;
  z-index: -1;
}
.event-info-deco img {
  width: 218px;
}
@media all and (max-width: 767px) {
  .event-info-deco img {
    width: 120px;
  }
}
.event-info-deco__01 {
  right: 0;
  top: -230px;
}
@media all and (max-width: 767px) {
  .event-info-deco__01 {
    top: -110px;
  }
}
.event-info-deco__02 {
  left: 20px;
  top: -120px;
}
@media all and (max-width: 767px) {
  .event-info-deco__02 {
    left: auto;
    right: 0;
    top: -110px;
  }
}
.event-info-deco__03 {
  right: 0;
  top: -170px;
}
@media all and (max-width: 767px) {
  .event-info-deco__03 {
    top: -110px;
  }
}
.pc-deco {
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.pc-deco__01 {
  bottom: 0;
  left: 0;
  transform: translateY(50%);
}
.pc-deco__01 img {
  width: 300px;
}
.pc-deco__02 {
  left: 0;
  top: -150px;
}
.pc-deco__02 img {
  width: 300px;
}
.pc-deco__03 {
  right: 0;
  top: -170px;
}
.pc-deco__03 img {
  width: 360px;
}
.pc-deco__04 {
  right: 0;
  top: 40px;
}
.pc-deco__04 img {
  width: 300px;
}
.pc-deco__05 {
  right: 0;
  top: -150px;
}
.pc-deco__05 img {
  width: 360px;
}
.pc-deco__06 {
  right: 0;
  top: 137px;
}
.pc-deco__06 img {
  width: 300px;
}
.pc-deco__07 {
  bottom: -80px;
  left: 0;
}
.pc-deco__07 img {
  width: 300px;
}
@media all and (max-width: 1024px) {
  .pc-deco {
    display: none;
  }
}

/* faq */
.bg-faq {
  background: #e0e0e0;
}
.faq + .faq {
  margin-top: 35px;
}
.faq-heading {
  align-items: center;
  background: #fff;
  border: 4px solid #272727;
  border-radius: 10px;
  display: flex;
  font-weight: bold;
  font-weight: bold;
  margin-left: 25px;
  min-height: 66px;
  padding: 10px 60px;
  position: relative;
  transition: opacity 0.3s;
}
.faq-heading:hover {
  opacity: 0.7;
}
.faq-heading > span {
  background: #272727;
  border-radius: 100%;
  content: "";
  display: block;
  height: 21px;
  position: absolute;
  right: 30px;
  top: calc(50% - 11px);
  width: 21px;
}
@media all and (max-width: 767px) {
  .faq-heading > span {
    right: 20px;
  }
}
.faq-heading > span::before {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 5px;
  top: calc(50% - 1px);
  width: 11px;
  z-index: 1;
}
.faq-heading > span::after {
  background: #fff;
  content: "";
  display: block;
  height: 11px;
  position: absolute;
  right: 10px;
  top: calc(50% - 6px);
  transition: opacity 0.3s;
  width: 1px;
  z-index: 1;
}
.faq-heading:hover {
  text-decoration: none;
}
.faq-heading::before {
  background: #e85298 url(../../common2024/images/text_q.svg) no-repeat center center;
  border: 3px solid #272727;
  border-radius: 100%;
  content: "";
  height: 62px;
  left: -32px;
  margin-right: 16px;
  position: absolute;
  top: -28px;
  width: 62px;
  z-index: 1;
}
.is-blue .faq-heading::before {
  background-color: #00a0e9;
}
.is-light-green .faq-heading::before {
  background-color: #87caac;
}
.is-green .faq-heading::before {
  background-color: #094;
}
.is-purple .faq-heading::before {
  background-color: #a5308c;
}
.is-yellow .faq-heading::before {
  background-color: #fff000;
}
.faq-heading::after {
  background: url(../../common2024/images/faq_shadow.svg) no-repeat left top;
  content: "";
  height: 74px;
  left: -32px;
  margin-right: 16px;
  position: absolute;
  top: -28px;
  width: 74px;
  z-index: 0;
}
.faq-heading.is-open > span::after {
  opacity: 0;
}
.faq-body {
  display: none;
}
.faq-body-inner {
  display: flex;
  font-weight: bold;
  min-height: 130px;
  padding-top: 20px;
}
.faq-body-inner > div > *:last-child {
  margin-bottom: 0;
}
.faq-body-inner > span {
  flex-grow: 0;
  flex-shrink: 0;
  height: 62px;
  margin-right: 25px;
  position: relative;
  width: 62px;
}
.faq-body-inner > span::before {
  background: #f52121 url(../../common2024/images/text_a.svg) no-repeat center center;
  border: 3px solid #272727;
  border-radius: 100%;
  content: "";
  display: block;
  height: 62px;
  left: 0;
  margin-right: 16px;
  position: absolute;
  top: 0;
  width: 62px;
  z-index: 1;
}
.faq-body-inner > span::after {
  background: url(../../common2024/images/faq_shadow.svg) no-repeat left top;
  content: "";
  height: 74px;
  left: 0;
  margin-right: 16px;
  position: absolute;
  top: 0;
  width: 74px;
  z-index: 0;
}

/* history */
.bg-history {
  background: #9a7a3e;
  padding-bottom: 0 !important;
}
@media all and (max-width: 767px) {
  .bg-history {
    overflow: hidden;
  }
}
.history-line {
  padding-bottom: 85px;
  position: relative;
}
@media all and (max-width: 767px) {
  .history-line {
    padding-bottom: 25px;
  }
}
.history-line .history-row__2019::after {
  background: #fff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 11px;
  left: calc(50% - 5.5px);
  position: absolute;
  top: 0;
  width: 11px;
}
@media all and (max-width: 767px) {
  .history-line .history-row__2019::after {
    left: 1px;
    top: 12px;
  }
}
.history-line .history-row__2020,.history-line .history-row__2021,.history-line .history-row__2022 {
  position: relative;
}
.history-line .history-row__2020::after,.history-line .history-row__2021::after,.history-line .history-row__2022::after {
  background: #fff;
  border-radius: 100%;
  content: "";
  display: block;
  height: 11px;
  left: calc(50% - 5.5px);
  position: absolute;
  top: 20px;
  width: 11px;
}
@media all and (max-width: 767px) {
  .history-line .history-row__2020::after,.history-line .history-row__2021::after,.history-line .history-row__2022::after {
    left: 1px !important;
    top: 15px !important;
  }
}
.history-line .history-row__2021::after,.history-line .history-row__2022::after {
  top: 4px;
}
.history-line::before {
  background: #fff;
  bottom: 20px;
  content: "";
  display: block;
  left: calc(50% - 1.5px);
  position: absolute;
  top: 4px;
  width: 3px;
}
@media all and (max-width: 767px) {
  .history-line::before {
    bottom: -25px;
    left: 5px;
    top: 18px;
  }
}
.history-line::after {
  background: #fff;
  border-radius: 100%;
  bottom: 16px;
  content: "";
  display: block;
  height: 11px;
  left: calc(50% - 5.5px);
  position: absolute;
  width: 11px;
}
@media all and (max-width: 767px) {
  .history-line::after {
    bottom: -30px;
    left: 1px;
  }
}
.history-row {
  display: flex;
}
.history-row .history-col {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  width: 50%;
}
.history-row .history-col:first-child {
  padding-right: 30px;
}
.history-row .history-col:last-child {
  padding-left: 30px;
}
.history-row .history-col img {
  max-width: 441px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .history-row .common-box {
    margin-right: -34px;
  }
}
@media all and (max-width: 767px) {
  .history-row .common-box {
    margin-top: 20px;
  }
  .history-row .common-box h2 {
    font-size: 1.6rem;
  }
  .history-row .common-box .common-box-inner {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
  }
}
.history-row__image {
  justify-content: center;
}
@media all and (max-width: 767px) {
  .history-row__image {
    margin-top: 20px;
    padding-left: 20px;
  }
}
.history-row__image .history-col {
  width: auto;
}
.history-row__image .history-col img {
  max-width: 233px;
}
@media all and (max-width: 767px) {
  .history-row__image .history-col {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .history-row__image .history-col-sp {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .history-row__2019 {
    margin-bottom: -42px;
  }
}
@media all and (min-width: 768px) {
  .history-row__2020 {
    margin-bottom: -50px;
  }
}
@media all and (min-width: 768px) {
  .history-row__re {
    flex-direction: row-reverse;
  }
  .history-row__re .common-box {
    margin-left: -34px;
    margin-right: 0;
  }
  .history-row__re .history-col:first-child {
    padding-left: 30px;
    padding-right: 0;
  }
  .history-row__re .history-col:last-child {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media all and (max-width: 767px) {
  .history-row:not(.history-row__image) {
    flex-direction: column;
    padding-left: 20px;
  }
  .history-row:not(.history-row__image) .history-col {
    padding: 0;
    width: 100%;
  }
}
.history-date {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 14px;
  text-shadow: #333 2px 0,  #333 -2px 0,
  #333 0 -2px, #333 0 2px,
  #333 2px 2px , #333 -2px 2px,
  #333 2px -2px, #333 -2px -2px,
  #333 1px 2px,  #333 -1px 2px,
  #333 1px -2px, #333 -1px -2px,
  #333 2px 1px,  #333 -2px 1px,
  #333 2px -1px, #333 -2px -1px;
}
@media all and (max-width: 767px) {
  .history-date {
    font-size: 4rem;
    margin-bottom: 10px;
    text-align: left;
  }
}
@media all and (min-width: 768px) {
  .history-date__absolute {
    position: absolute;
    right: 30px;
    top: -13px;
  }
  .history-row__re .history-date__absolute {
    left: 30px;
    right: auto;
  }
}
.hisotry2023 {
  text-align: center;
}
.hisotry2023 .history-date {
  font-size: 6rem;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .hisotry2023 .history-date {
    font-size: 4.5rem;
    text-align: center;
  }
}
.hisotry2023-heading {
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .hisotry2023-heading {
    font-size: 2rem;
  }
}
.hisotry2023-logo {
  margin: 0 auto 40px;
  max-width: 348px;
}
@media all and (max-width: 767px) {
  .hisotry2023-logo {
    margin-bottom: 120px;
    max-width: 248px;
  }
}
@media all and (max-width: 767px) {
  .hisotry2023-dome {
    background: url(../../common2023/images/history_dome_sp.png) no-repeat center center/484px auto;
    bottom: -30px;
    height: 140px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
  }
  .hisotry2023-dome img {
    display: none;
  }
}
.bg-red {
  background-color: #094;
}
.bg-blue {
  background-color: #005fac;
}
.bg-white {
  background-color: #fff;
}
.bg-pink {
  background-color: #e85298;
}
.bg-orange {
  background-color: #f49709;
}
.bg-yellow {
  background-color: #fff000;
}
.bg-round-before {
  margin-bottom: 0 !important;
}
.bg-round-before .section-inner {
  padding-bottom: 110px;
}
@media all and (max-width: 767px) {
  .bg-round-before .section-inner {
    padding-bottom: 70px;
  }
}
.bg-round {
  padding-top: 20px;
  position: relative;
  z-index: 0;
}
.bg-round::before {
  background-position: center center;
  background-size: 1366px 200px;
  content: "";
  display: block;
  height: 200px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -200px;
}
@media all and (min-width: 1351px) {
  .bg-round::before {
    background-size: 100% 100%;
  }
}
@media all and (max-width: 767px) {
  .bg-round::before {
    background-size: 100% 100%;
    height: 60px;
    top: -60px;
  }
}
@media all and (max-width: 767px) {
  .bg-round.sp-top-small::before {
    top: -50px;
  }
}
.bg-round.bg-blue::before {
  background-image: url(../../common2023/images/shape_top_ambassador.svg);
}
@media all and (max-width: 767px) {
  .bg-round.bg-blue::before {
    background-image: url(../../common2023/images/shape_top_ambassador_sp.svg);
  }
}
.bg-round.bg-red::before {
  background-image: url(../../common2023/images/shape_top_movie.svg);
}
@media all and (max-width: 767px) {
  .bg-round.bg-red::before {
    background-image: url(../../common2023/images/shape_top_movie_sp.svg);
  }
}
.bg-round.bg-white::before {
  background-image: url(../../common2023/images/shape_footer_white.svg);
}
@media all and (max-width: 767px) {
  .bg-round.bg-white::before {
    background-image: url(../../common2023/images/shape_footer_white_sp.svg);
  }
}
.bg-round.bg-pink::before {
  background-image: url(../../common2023/images/shape_pink.svg);
}
@media all and (max-width: 767px) {
  .bg-round.bg-pink::before {
    background-image: url(../../common2023/images/shape_pink_sp.svg);
  }
}
.bg-round.bg-orange::before {
  background-image: url(../../common2023/images/shape_orange.svg);
}
@media all and (max-width: 767px) {
  .bg-round.bg-orange::before {
    background-image: url(../../common2023/images/shape_orange_sp.svg);
  }
}
@media all and (min-width: 768px) {
  .bg-round.has-nawatobi .section-inner {
    position: relative;
  }
  .bg-round.has-nawatobi .section-inner::after {
    background: url(../../common2023/images/top_event_deco02.png) no-repeat center center/contain;
    content: "";
    display: block;
    height: 252px;
    pointer-events: none;
    position: absolute;
    right: calc(100% - 160px);
    top: -20px;
    width: 438px;
  }
}
@media all and (min-width: 768px) {
  .bg-round.has-ajta .section-inner {
    position: relative;
  }
  .bg-round.has-ajta .section-inner::after {
    background: url(../../common2023/images/top_event_deco03.png) no-repeat center center/contain;
    content: "";
    display: block;
    height: 266px;
    left: calc(100% - 158px);
    pointer-events: none;
    position: absolute;
    top: -194px;
    width: 298px;
  }
}
@media all and (min-width: 768px) {
  .bg-round.has-tsunahiki {
    padding-top: 60px;
  }
  .bg-round.has-tsunahiki::after {
    background: url(../../common2023/images/deco_tsunahiki.png) no-repeat center center;
    content: "";
    display: block;
    height: 152px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -114px;
  }
}
@media all and (min-width: 768px) {
  .bg-round.has-run .section-inner {
    position: relative;
  }
  .bg-round.has-run .section-inner::after {
    background: url(../../common2023/images/top_event_deco01.png) no-repeat center center/contain;
    content: "";
    display: block;
    height: 336px;
    pointer-events: none;
    position: absolute;
    right: calc(100% - 166px);
    top: 130px;
    transform: scaleX(-1);
    width: 510px;
  }
}
.info-titles {
  margin-bottom: -65px !important;
  position: relative;
  z-index: 0;
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .info-titles h2 {
    text-align: center !important;
  }
}
.info-titles .desc {
  margin-bottom: -20px;
  max-width: 396px;
}
@media all and (max-width: 1024px) and (min-width: 768px) {
  .info-titles .desc {
    margin: 0 auto 15px;
    max-width: 440px;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .info-titles .desc {
    margin-bottom: 15px;
  }
}
.info-titles .info-girls {
  margin-left: auto;
  margin-right: auto;
  max-width: 523px;
}
@media all and (min-width: 1025px) {
  .info-titles .info-girls {
    max-width: 523px;
    position: absolute;
    right: 0;
    top: -8px;
    width: calc(100vw - 590px);
    z-index: -1;
  }
}
@media all and (max-width: 1024px) {
  .info-titles .info-girls {
    text-align: center;
  }
}
.info-titles .info-girls .copy {
  margin-top: 4px;
  text-align: right;
}
.info-titles .info-yoshimoto {
  margin-left: 20px;
  max-width: 630px;
  position: relative;
}
@media all and (max-width: 1024px) {
  .info-titles .info-yoshimoto {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  .info-titles .info-yoshimoto {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.info-titles .info-yoshimoto .copy {
  bottom: -4px;
  position: absolute;
  right: 154px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .info-titles .info-yoshimoto .copy {
    bottom: 6px;
    right: 50%;
    transform: translateX(100%);
  }
}
.border-heading {
  color: #fff;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: #333 2px 0, #333 -2px 0, #333 0 -2px, #333 0 2px, #333 2px 2px, #333 -2px 2px, #333 2px -2px, #333 -2px -2px, #333 1px 2px, #333 -1px 2px, #333 1px -2px, #333 -1px -2px, #333 2px 1px, #333 -2px 1px, #333 2px -1px, #333 -2px -1px;
}
@media all and (max-width: 1024px) {
  .border-heading {
    font-size: 5.86vw;
    line-height: 1.333;
  }
}
@media all and (max-width: 767px) {
  .border-heading {
    font-size: 3rem;
  }
}
.round-heading {
  margin-bottom: 20px;
  text-align: center;
}
.round-heading span {
  align-items: center;
  background: #fff;
  border: 2px solid #333;
  border-radius: 30px;
  display: inline-flex;
  font-size: 2.4rem;
  justify-content: center;
  line-height: 1.4;
  min-height: 62px;
  min-width: 300px;
  padding: 4px 10px;
}
.small-round-heading {
  margin-bottom: 20px;
  text-align: center;
}
.small-round-heading span {
  align-items: center;
  background: #333;
  border-radius: 30px;
  color: #fff;
  display: inline-flex;
  font-size: 1.6rem;
  justify-content: center;
  line-height: 1.4;
  min-height: 40px;
  min-width: 300px;
  padding: 4px 10px;
}
.info-box {
  display: flex;
}
@media all and (max-width: 767px) {
  .info-box {
    flex-direction: column;
  }
}
.info-box-image {
  align-self: center;
  margin-right: 36px;
  max-width: 220px;
}
@media all and (max-width: 767px) {
  .info-box-image {
    margin-bottom: 16px;
    margin-right: 0;
    max-width: 146px;
    text-align: center;
  }
}
.info-box-info {
  flex: 1 1 auto;
  margin-right: 18px;
  max-width: 340px;
}
.info-box-info .heading {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}
@media all and (max-width: 767px) {
  .info-box-info .heading {
    font-size: 1.8rem;
    text-align: center;
  }
}
.info-box-info .time-label {
  align-items: baseline;
  display: flex;
}
@media all and (max-width: 767px) {
  .info-box-info .time-label {
    justify-content: center;
  }
}
.info-box-info .time-label .label {
  background: #323332;
  border-radius: 6px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 5px;
  padding: 4px 7px;
}
.info-box-info .time-label .label:first-child {
  margin-left: 0;
}
.info-box-info .time-label .time {
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 5px;
}
.info-box-labels {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 78px;
}
@media all and (max-width: 767px) {
  .info-box-labels {
    flex-direction: row;
    justify-content: center;
    margin-top: 16px;
    width: auto;
  }
}
.info-box-labels .label {
  align-items: center;
  background: #333;
  border-radius: 100%;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 78px;
  justify-content: center;
  line-height: 1.35;
  text-align: center;
  width: 78px;
}
@media all and (max-width: 767px) {
  .info-box-labels .label {
    font-size: 1.4rem;
    height: 62px;
    width: 62px;
  }
}
.info-box-labels .label.is-free {
  background-color: #dc000c;
}
.info-box-labels .label + .label {
  margin-top: -8px;
}
@media all and (max-width: 767px) {
  .info-box-labels .label + .label {
    margin-left: -8px;
    margin-top: 0;
  }
}
.present-box {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 767px) {
  .present-box {
    flex-direction: column-reverse;
  }
}
.present-box-image {
  max-width: 367px;
}
@media all and (max-width: 767px) {
  .present-box-image {
    margin-bottom: 16px;
  }
}
.present-box-info {
  flex-shrink: 0;
  margin-right: 15px;
}
.present-box-title {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  line-height: 1.45;
}
.present-box .line-text {
  border-bottom: 4px solid #f00;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
.bg-onawatobi {
  background: #00a0e9;
}
.bg-runRelay {
  background: #e85298;
}
.bg-runRelay .page-title-col {
  padding-top: 190px;
  position: relative;
  z-index: 0;
}
@media all and (max-width: 767px) {
  .bg-runRelay .page-title-col {
    padding-top: 0;
  }
}
.bg-runRelay .page-title-col::before {
  background: url(../../common2023/images/run_relay_fv_bg_pc.png) no-repeat center center/cover;
  content: "";
  height: 430px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: -155px;
  transform: translateX(-50%);
  width: 1024px;
  z-index: -1;
}
@media all and (max-width: 767px) {
  .bg-runRelay .page-title-col::before {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .bg-runRelay .page-title-col .inner {
    padding-top: 40px;
  }
}
.bg-runRelay .page-title .inner {
  position: relative;
}
.run-box {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}
@media all and (max-width: 1024px) {
  .run-box {
    flex-direction: column;
  }
}
.run-box::before {
  align-items: center;
  background: #272727;
  border-radius: 100%;
  color: #fff;
  content: "OR";
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  height: 45px;
  justify-content: center;
  left: calc(50% - 22px);
  position: absolute;
  text-align: center;
  top: calc(50% - 22px);
  width: 45px;
  z-index: 1;
}
@media all and (max-width: 1024px) {
  .run-box::before {
    top: calc(50% - 32px);
  }
}
.run-box .col {
  display: flex;
  flex-basis: calc(50% - 25px);
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 0;
}
.run-box .col::before {
  background: #272727;
  border-radius: 0 0 16px 0;
  bottom: -15px;
  content: "";
  display: block;
  left: 40px;
  position: absolute;
  right: -15px;
  top: 30px;
  z-index: -1;
}
.run-box .col::after {
  background-image: url(../../common2024/images/box_bl.svg), url(../../common2024/images/box_tr.svg);
  background-position: left bottom, right top;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 60px, auto 60px;
  bottom: -15px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: -1;
}
.run-box .col:first-child {
  margin-right: 25px;
}
@media all and (max-width: 1024px) {
  .run-box .col:first-child {
    margin: 0 0 40px 0;
  }
}
@media all and (min-width: 1025px) {
  .run-box .col:last-child {
    margin-left: 25px;
  }
}
.run-box .col-inner {
  background: #fff;
  border: 4px solid #272727;
  border-radius: 20px;
  height: 100%;
  padding: 40px 40px;
  position: relative;
  width: 100%;
}
.run-box .col-inner .text-wrapper {
  margin: 0 auto;
  max-width: 300px;
}
.run-box .col-inner .text-wrapper > *:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .run-box .col-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.run-box .col-inner > *:last-child {
  margin-bottom: 0;
}
.run-box-sub {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}
.run-box h3 {
  color: #f52121;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}

/* top page */
.top-kv {
  height: 100vh;
  height: 100dvh;
  min-height: 713px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 767px) {
  .top-kv {
    height: 704px;
    margin-top: 0;
    min-height: inherit;
  }
}
.top-kv .section-inner {
  height: 713px;
  left: calc(50% - 1325px/2);
  max-width: inherit;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 713px/2);
  transform-origin: center center;
  width: 1325px;
}
@media all and (max-width: 767px) {
  .top-kv .section-inner {
    height: 704px;
    left: calc(50% - 704px/2);
    top: 0;
    width: 704px;
  }
}
.top-kv .section-inner h1 {
  left: calc(50% - 432px/2);
  opacity: 0;
  position: absolute;
  top: -22px;
  transform: scale(0.3);
  transition: opacity 0.5s linear 2s, transform 0.75s cubic-bezier(0, 0.37, 0.36, 0.99) 2s;
  width: 432px;
  z-index: 11;
}
@media all and (max-width: 767px) {
  .top-kv .section-inner h1 {
    left: calc(50% - 276px/2);
    top: 200px;
    width: 276px;
  }
}
.is-init .top-kv .section-inner h1 {
  opacity: 1;
  transform: scale(1);
}
.top-kv .section-inner .top-kv-date {
  bottom: 152px;
  left: calc(50% - 311px/2);
  opacity: 0;
  position: absolute;
  transition: opacity 0.75s linear 2s;
  z-index: 11;
}
@media all and (max-width: 767px) {
  .top-kv .section-inner .top-kv-date {
    bottom: auto;
    left: calc(50% - 226px/2);
    top: 538px;
    width: 226px;
  }
}
.is-init .top-kv .section-inner .top-kv-date {
  opacity: 1;
}
.top-kv .section-inner .sp-txt {
  left: calc(50% - 76px/2);
  opacity: 0;
  position: absolute;
  top: 78px;
  transform: scale(0.3);
  transition: opacity 0.5s linear 2s, transform 0.75s cubic-bezier(0, 0.37, 0.36, 0.99) 2s;
  z-index: 11;
}
.is-init .top-kv .section-inner .sp-txt {
  opacity: 1;
  transform: scale(1);
}
@media all and (min-width: 768px) {
  .top-kv .section-inner .sp-txt {
    display: none;
  }
}
.top-kv .section-inner .top-kv-line {
  left: calc(50% - 405px);
  position: absolute;
  top: 25px;
  transform: scale(0);
  transition: opacity 0.5s linear 0.2s, transform 0.5s cubic-bezier(0, 0.37, 0.36, 0.99) 0.2s;
  z-index: 7;
}
@media all and (max-width: 767px) {
  .top-kv .section-inner .top-kv-line {
    left: 50%;
    transform: translateX(-50%) scale(0);
  }
}
.is-init .top-kv .section-inner .top-kv-line {
  animation: lineRotate 2s steps(11) 3s infinite;
  transform: scale(1);
}
@media all and (max-width: 767px) {
  .is-init .top-kv .section-inner .top-kv-line {
    animation: lineRotateSP 2s steps(11) 3s infinite;
    transform: translateX(-50%) scale(0.58);
  }
}
.top-kv .section-inner .top-kv-gif {
  display: block;
  position: absolute;
  z-index: 9;
}
.top-kv .section-inner .top-kv-gif.tsunahiki {
  backface-visibility: hidden;
  bottom: -20px;
  left: 50%;
  min-width: 2046px;
  opacity: 0;
  transform: translate(-50%, 200px) scale(0.71);
  transition: opacity 0.5s linear 0.5s, transform 1s cubic-bezier(0, 0.37, 0.36, 0.99) 0.5s;
}
@media all and (max-width: 767px) {
  .top-kv .section-inner .top-kv-gif.tsunahiki {
    bottom: 87px;
    transform: translate(-50%, 50px) scale(0.38);
  }
}
.is-init .top-kv .section-inner .top-kv-gif.tsunahiki {
  opacity: 1;
  transform: translate(-50%, 0) scale(0.71);
}
@media all and (max-width: 767px) {
  .is-init .top-kv .section-inner .top-kv-gif.tsunahiki {
    transform: translate(-50%, 0) scale(0.38);
  }
}
.top-kv .section-inner .top-kv-gif.nawatobi {
  backface-visibility: hidden;
  bottom: 75px;
  left: 50%;
  min-width: 1914px;
  opacity: 0;
  transform: translate(-50%, 200px) scale(0.71);
  transition: opacity 0.5s linear 0.75s, transform 1s cubic-bezier(0, 0.37, 0.36, 0.99) 0.75s;
}
@media all and (max-width: 767px) {
  .top-kv .section-inner .top-kv-gif.nawatobi {
    bottom: 80px;
    transform: translate(-50%, 50px) scale(0.38);
  }
}
.is-init .top-kv .section-inner .top-kv-gif.nawatobi {
  opacity: 1;
  transform: translate(-50%, 0) scale(0.71);
}
@media all and (max-width: 767px) {
  .is-init .top-kv .section-inner .top-kv-gif.nawatobi {
    transform: translate(-50%, 0) scale(0.38);
  }
}
.top-kv .section-inner .top-kv-gif.ajta {
  backface-visibility: hidden;
  left: 50%;
  min-width: 1408px;
  opacity: 0;
  top: -35px;
  transform: translate(-50%, 200px) scale(0.71);
  transition: opacity 0.5s linear 1s, transform 1s cubic-bezier(0, 0.37, 0.36, 0.99) 1s;
}
@media all and (max-width: 767px) {
  .top-kv .section-inner .top-kv-gif.ajta {
    top: 40px;
    transform: translate(-50%, 50px) scale(0.38);
  }
}
.is-init .top-kv .section-inner .top-kv-gif.ajta {
  opacity: 1;
  transform: translate(-50%, 0) scale(0.71);
}
@media all and (max-width: 767px) {
  .is-init .top-kv .section-inner .top-kv-gif.ajta {
    transform: translate(-50%, 0) scale(0.38);
  }
}
.top-kv .section-inner .top-kv-gif.run {
  backface-visibility: hidden;
  left: 50%;
  opacity: 0;
  top: -34px;
  transform: translate(-50%, 200px) scale(0.71);
  transition: opacity 0.5s linear 1.25s, transform 1s cubic-bezier(0, 0.37, 0.36, 0.99) 1.25s;
}
@media all and (max-width: 767px) {
  .top-kv .section-inner .top-kv-gif.run {
    top: 148px;
    transform: translate(-50%, 50px) scale(0.54);
  }
}
.is-init .top-kv .section-inner .top-kv-gif.run {
  opacity: 1;
  transform: translate(-50%, 0) scale(0.71);
}
@media all and (max-width: 767px) {
  .is-init .top-kv .section-inner .top-kv-gif.run {
    transform: translate(-50%, 0) scale(0.46);
  }
}
.top-kv .section-inner::before {
  background: url(../../common2023/images/top_kv_bg_top.png) no-repeat center bottom;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media all and (max-width: 767px) {
  .top-kv .section-inner::before {
    background: url(../../common2023/images/top_kv_bg_top_sp.png) no-repeat center bottom;
    background-size: 704px 704px;
  }
}
.top-kv .section-inner::after {
  background: url(../../common2023/images/top_kv_bg_bottom.png) no-repeat center bottom;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
}
@media all and (max-width: 767px) {
  .top-kv .section-inner::after {
    background: url(../../common2023/images/top_kv_bg_bottom_sp.png) no-repeat center bottom;
    background-size: 704px 704px;
  }
}
.top-kv._teaser {
  background: url(../../common2024/images/pc_kv.webp) no-repeat top center/cover;
  min-height: 800px;
  padding: 0 !important;
  width: 100vw;
  width: 100dvw;
}
@media all and (max-width: 767px) {
  .top-kv._teaser {
    background: url(../../common2024/images/kv_sp.webp) no-repeat top center/cover;
    height: 100vh;
    height: 100dvh;
    min-height: inherit;
  }
}
@media all and (max-width: 767px) and (orientation: landscape) {
  .top-kv._teaser {
    min-height: 200vw;
  }
}
.top-kv._teaser h1 {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.top-kv._teaser .section-inner {
  transform: none !important;
}
@media all and (max-width: 767px) {
  .top-kv._teaser .section-inner {
    height: 100vh;
    height: 100dvh;
    width: auto;
  }
}
.top-kv._teaser .section-inner::after,.top-kv._teaser .section-inner::before {
  display: none;
}
.top-kv._2024 {
  height: 56.2957vw;
}
@media all and (max-width: 767px) {
  .top-kv._2024 {
    height: 186.6666vw;
  }
}
.top-kv._2024 .section-inner {
  height: inherit;
  min-height: 769px;
  padding: 0 !important;
  position: static;
  transform: none !important;
  width: 100vw;
}
@media all and (max-width: 767px) {
  .top-kv._2024 .section-inner {
    min-height: inherit;
  }
}
.top-kv._2024 .section-inner::before {
  display: none;
}
.top-kv._2024 .section-inner::after {
  display: none;
}
.top-kv._2024 .section-inner h1 {
  bottom: 0;
  height: auto;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transform: none;
  transition: none;
  width: auto;
}
.top-kv._2024 .section-inner h1 img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
  position: absolute;
  width: 100%;
}
#lottie {
  background: #094;
  height: 56.25vw;
  min-height: 713px;
  position: relative;
  width: 100vw;
}
#lottie::before {
  background: #094;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
#lottie svg {
  left: 50%;
  min-height: 713px;
  position: absolute;
  top: 0;
  transform: translateX(-50%) !important;
  width: auto !important;
}
@media all and (max-width: 767px) {
  #lottie {
    height: 186.6666vw;
  }
}
@keyframes lineRotate {
  0% {
    transform: scale(1) rotate(0);
  }
  100% {
    transform: scale(1) rotate(-360deg);
  }
}
@keyframes lineRotateSP {
  0% {
    transform: translateX(-50%) scale(0.58) rotate(0);
  }
  100% {
    transform: translateX(-50%) scale(0.58) rotate(-360deg);
  }
}
.top-about {
  align-items: center;
  background-image: url(../../common2025/images/top_about_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding: 203px 0 170px;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .top-about {
    padding: 140px 0 130px;
  }
}
.top-about .section-inner {
  align-items: center;
  display: flex;
  justify-content: center;
}
.top-about .common-box {
  max-width: 506px;
}
.top-about .common-box.is-boxHeading {
  font-size: 2.4rem;
  left: 0;
  padding-bottom: 12px;
  padding-right: 12px;
  text-wrap: nowrap;
  top: -20px;
  transform: translateX(-50%) translateY(-50%);
}
@media all and (max-width: 1024px) {
  .top-about .common-box.is-boxHeading {
    left: -100px;
    transform: translateX(0) translateY(-50%);
  }
}
@media all and (max-width: 767px) {
  .top-about .common-box.is-boxHeading {
    font-size: 1.6rem;
    left: -12px;
    top: -5px;
  }
}
.top-about .common-box.is-boxHeading::before {
  left: 40px;
  right: 40px;
}
@media all and (max-width: 767px) {
  .top-about .common-box.is-boxHeading::before {
    left: 30px;
  }
}
.top-about .common-box.is-boxHeading::after {
  background-image: url(../../common2024/images/button_m_l.svg), url(../../common2024/images/button_m_r.svg);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 74px, auto 74px;
  left: 0;
  right: 0;
  top: 0;
}
@media all and (max-width: 767px) {
  .top-about .common-box.is-boxHeading::after {
    background-size: auto 56px, auto 56px;
    right: 2px;
  }
}
.top-about .common-box.is-boxHeading .common-box-inner {
  align-items: center;
  border-radius: 60px;
  display: flex;
  min-height: 60px;
  padding-left: 24px;
}
@media all and (max-width: 767px) {
  .top-about .common-box.is-boxHeading .common-box-inner {
    border-radius: 44px;
    border-width: 3px;
    min-height: 44px;
  }
}
.top-about .common-box .large-button {
  bottom: -10px;
  position: absolute;
  right: -150px;
}
@media all and (max-width: 1024px) {
  .top-about .common-box .large-button {
    right: -100px;
  }
}
@media all and (max-width: 767px) {
  .top-about .common-box .large-button {
    right: -12px;
  }
}
.top-about .common-box-inner {
  padding: 55px 45px 70px;
}
@media all and (max-width: 767px) {
  .top-about .common-box-inner {
    padding: 45px 15px 60px;
  }
}
.top-about-line {
  display: flex;
  pointer-events: none;
  position: absolute;
}
.top-about-line._top {
  left: 0;
  overflow: hidden;
  top: 12px;
  width: 100vw;
}
.top-about-line._top img {
  animation: aboutTop 25s linear infinite;
  backface-visibility: hidden;
  height: 100%;
  min-width: 2379px;
  transform-style: preserve-3d;
  width: auto;
  will-change: transform;
}
.top-about-line._top img:nth-child(2) {
  animation: aboutTop2 25s -12.5s linear infinite;
}
@media all and (max-width: 767px) {
  .top-about-line._top img {
    max-width: 1189px;
    min-width: 1189px;
  }
}
.top-about-line._bottom {
  bottom: -26px;
  justify-content: flex-end;
  overflow: hidden;
  right: 0;
  width: 100vw;
}
.top-about-line._bottom img {
  animation: aboutBottom2 28s -14s linear infinite;
  backface-visibility: hidden;
  height: 100%;
  min-width: 2918px;
  transform-style: preserve-3d;
  width: auto;
  will-change: transform;
}
.top-about-line._bottom img:nth-child(2) {
  animation: aboutBottom 28s linear infinite;
}
@media all and (max-width: 767px) {
  .top-about-line._bottom img {
    max-width: 1459px;
    min-width: 1459px;
  }
}
.top-about-line img {
  flex-shrink: 0;
}
@keyframes aboutTop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes aboutBottom {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes aboutTop2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes aboutBottom2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(200%);
  }
}
.top-guest {
  background: #ef7700;
  overflow: hidden;
  padding-top: 80px;
}
@media all and (max-width: 767px) {
  .top-guest {
    padding-top: 50px;
  }
}
@media all and (max-width: 767px) {
  .top-guest .section-inner {
    padding: 0;
  }
}
.top-guest h2 {
  color: #00a0e9;
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
  text-shadow: #333 2px 0, #333 -2px 0, #333 0 -2px, #333 0 2px, #333 2px 2px, #333 -2px 2px, #333 2px -2px, #333 -2px -2px, #333 1px 2px, #333 -1px 2px, #333 1px -2px, #333 -1px -2px, #333 2px 1px, #333 -2px 1px, #333 2px -1px, #333 -2px -1px;
}
@media all and (max-width: 767px) {
  .top-guest h2 {
    font-size: 4rem;
  }
}
.top-guest h3 {
  color: #fff;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.166;
  margin: 0 0 10px;
  text-align: center;
  text-shadow: #333 2px 0,  #333 -2px 0,
  #333 0 -2px, #333 0 2px,
  #333 2px 2px , #333 -2px 2px,
  #333 2px -2px, #333 -2px -2px,
  #333 1px 2px,  #333 -1px 2px,
  #333 1px -2px, #333 -1px -2px,
  #333 2px 1px,  #333 -2px 1px,
  #333 2px -1px, #333 -2px -1px;
}
@media all and (max-width: 767px) {
  .top-guest h3 {
    font-size: 5rem;
  }
}
.top-guest2 {
  background: #00a0e9;
  overflow: hidden;
  padding-top: 40px;
}
@media all and (max-width: 767px) {
  .top-guest2 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media all and (max-width: 767px) {
  .top-guest2 .section-inner {
    padding: 0;
  }
}
.top-guest-row {
  display: flex;
}
@media all and (max-width: 767px) {
  .top-guest-row {
    flex-direction: column;
  }
}
@media all and (min-width: 768px) {
  .top-guest-col._text {
    align-self: center;
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    padding: 0 0 60px 30px;
    width: 47.5%;
  }
}
@media all and (min-width: 768px) and (max-width: 1220px) {
  .top-guest-col._text {
    margin-left: -30px;
    padding-left: 0;
  }
}
@media all and (min-width: 768px) {
  .top-guest-col._text img {
    width: 478px;
  }
}
@media all and (max-width: 767px) {
  .top-guest-col._text {
    margin: 0 auto calc(16/375*100vw*-1);
    width: calc(337/375*100vw);
  }
}
.top-guest-col._text .image-wrapper {
  position: relative;
}
.top-guest-col._text .image-dec {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  top: 0;
}
.top-guest-col._text:has(.large-button) {
  align-items: center;
  flex-direction: column;
}
.top-guest-col._image {
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .top-guest-col._image {
    align-self: flex-end;
    flex: 0 0 auto;
    width: 52.5%;
  }
  .top-guest-col._image img {
    max-width: 614px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  .top-guest-col._image img {
    max-width: 60vw;
  }
}
@media all and (max-width: 767px) {
  .top-guest-col._image {
    margin: 0 auto;
    max-width: 100%;
  }
}
.top-guest-col._image .image-baloon {
  aspect-ratio: 163 / 155;
  left: 0;
  position: absolute;
  top: 60px;
  width: 163px;
}
@media all and (max-width: 1024px) {
  .top-guest-col._image .image-baloon {
    width: calc(163/1024*100vw);
  }
  .top-guest-col._image .image-baloon img {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .top-guest-col._image .image-baloon {
    aspect-ratio: 102 / 97;
    left: calc(18/375*100vw);
    top: calc(60/375*100vw);
    width: calc(102/375*100vw);
  }
}
.top-guest-col._image .image-shadow {
  left: 182px;
  position: absolute;
  top: 2px;
  z-index: -1;
}
.top-guest2 .top-guest-col._image .image-shadow {
  left: 0;
}
@media all and (max-width: 1024px) {
  .top-guest-col._image .image-shadow {
    left: calc(182/1024*100vw);
    width: 46.24vw;
  }
  .top-guest2 .top-guest-col._image .image-shadow {
    left: 0;
    width: calc(614/1024*100vw);
  }
  .top-guest-col._image .image-shadow img {
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  .top-guest-col._image .image-shadow {
    left: 0;
    width: 100% !important;
  }
  .top-guest-col._image .image-shadow img {
    max-width: 100%;
    width: 100%;
  }
}
.top-guest-col._image .image-shadow--2 {
  left: 212px;
  z-index: -2;
}
.top-guest2 .top-guest-col._image .image-shadow--2 {
  left: 30px;
}
@media all and (max-width: 1024px) {
  .top-guest-col._image .image-shadow--2 {
    left: calc(212/1024*100vw);
  }
  .top-guest2 .top-guest-col._image .image-shadow--2 {
    left: calc(30/1024*100vw);
  }
}
@media all and (max-width: 767px) {
  .top-guest-col._image .image-shadow--2 {
    left: calc(25/375*100vw);
  }
}
.top-ambassador {
  background: #005fac;
  padding-top: 5px;
  position: relative;
}
@media all and (max-width: 767px) {
  .top-ambassador {
    padding-bottom: 18px;
    padding-top: 20px;
  }
}
@media all and (min-width: 768px) {
  .top-ambassador .section-inner {
    display: flex;
    max-width: 1240px;
    padding-left: 160px;
    padding-right: 160px;
    position: relative;
    width: 100%;
  }
}
@media all and (min-width: 768px) {
  .top-ambassador .section-inner .label {
    left: 20px;
    position: absolute;
    top: 0;
  }
}
@media all and (max-width: 767px) {
  .top-ambassador .section-inner .label {
    margin-bottom: 20px;
  }
}
.top-ambassador .text-col {
  max-width: 484px;
  padding-bottom: 125px;
}
@media all and (max-width: 1220px) {
  .top-ambassador .text-col {
    max-width: 39.68vw;
  }
}
@media all and (max-width: 767px) {
  .top-ambassador .text-col {
    margin-bottom: 15px;
    max-width: inherit;
    padding-bottom: 0;
  }
}
.top-ambassador .image-col {
  flex: 1 1 auto;
  margin-right: -100px;
  position: relative;
}
@media all and (max-width: 767px) {
  .top-ambassador .image-col {
    margin-left: auto;
    margin-right: auto;
  }
}
.top-ambassador .image-col .image-wrapper {
  bottom: 30px;
  left: -30px;
  position: absolute;
}
@media all and (max-width: 767px) {
  .top-ambassador .image-col .image-wrapper {
    bottom: 0;
    left: 0;
    padding-left: 40px;
    position: relative;
  }
}
.top-ambassador .image-col .image-wrapper .text {
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.4;
  position: absolute;
  right: 0;
  top: 20%;
  writing-mode: vertical-rl;
}
@media all and (max-width: 1024px) {
  .top-ambassador .image-col .image-wrapper .text {
    left: 40px;
    right: auto;
  }
}
@media all and (max-width: 767px) {
  .top-ambassador .image-col .image-wrapper .text {
    font-size: 3rem;
    left: auto;
    right: 10px;
    top: 30px;
  }
}
.top-ambassador .image-col .image-wrapper img {
  max-width: 404px;
}
@media all and (max-width: 767px) {
  .top-ambassador .image-col .image-wrapper img {
    max-width: 260px;
  }
}
.top-ambassador .image-col .en {
  bottom: 130px;
  color: #dc0024;
  font-size: 6rem;
  font-weight: 800;
  left: 100px;
  line-height: 1;
  margin: 0;
  position: absolute;
  text-shadow: #333 2px 0,  #333 -2px 0,
  #333 0 -2px, #333 0 2px,
  #333 2px 2px , #333 -2px 2px,
  #333 2px -2px, #333 -2px -2px,
  #333 1px 2px,  #333 -1px 2px,
  #333 1px -2px, #333 -1px -2px,
  #333 2px 1px,  #333 -2px 1px,
  #333 2px -1px, #333 -2px -1px;
  z-index: 1;
}
@media all and (max-width: 1220px) {
  .top-ambassador .image-col .en {
    bottom: 60px;
    display: flex;
    flex-direction: column;
    font-size: 4.92vw;
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .top-ambassador .image-col .en {
    bottom: 40px;
    font-size: 4.5rem;
  }
}
.top-ambassador .logo {
  margin-bottom: 20px;
}
.top-ambassador h2 {
  color: #fff;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
  text-shadow: #333 2px 0,  #333 -2px 0,
  #333 0 -2px, #333 0 2px,
  #333 2px 2px , #333 -2px 2px,
  #333 2px -2px, #333 -2px -2px,
  #333 1px 2px,  #333 -1px 2px,
  #333 1px -2px, #333 -1px -2px,
  #333 2px 1px,  #333 -2px 1px,
  #333 2px -1px, #333 -2px -1px;
}
@media all and (max-width: 1220px) {
  .top-ambassador h2 {
    font-size: 6.55vw;
  }
}
@media all and (max-width: 767px) {
  .top-ambassador h2 {
    font-size: 5.5rem;
  }
}
.top-ambassador::before {
  background: url(../../common2023/images/shape_top_ambassador.svg) no-repeat center center;
  background-size: 1366px 200px;
  content: "";
  display: block;
  height: 200px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -200px;
}
@media all and (min-width: 1351px) {
  .top-ambassador::before {
    background-size: 100% 100%;
  }
}
@media all and (max-width: 767px) {
  .top-ambassador::before {
    background: url(../../common2023/images/shape_top_ambassador_sp.svg) no-repeat center center;
    background-size: 100% 100%;
    height: 60px;
    top: -60px;
  }
}
.top-event {
  display: flex;
  padding: 60px 0;
}
@media all and (max-width: 767px) {
  .top-event {
    padding: 50px 0;
  }
}
.top-event .section-inner {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
@media all and (max-width: 894px) {
  .top-event .section-inner {
    flex-direction: column-reverse !important;
  }
}
.top-event .section-inner .top-deco {
  position: absolute;
}
.top-runRelay .top-deco {
  left: -28px;
  top: -180px;
}
@media all and (max-width: 1350px) {
  .top-runRelay .top-deco {
    left: 10px;
  }
}
@media all and (max-width: 767px) {
  .top-runRelay .top-deco {
    left: auto;
    right: 10px;
    top: -130px;
  }
}
.top-ajta .top-deco {
  right: 22px;
  top: -175px;
}
@media all and (max-width: 1350px) {
  .top-ajta .top-deco {
    right: 10px;
  }
}
@media all and (max-width: 767px) {
  .top-ajta .top-deco {
    left: 10px;
    right: auto;
    top: -110px;
  }
}
.top-tsunahiki .top-deco {
  left: 36px;
  top: -180px;
}
@media all and (max-width: 767px) {
  .top-tsunahiki .top-deco {
    left: auto;
    right: 10px;
    top: -120px;
    transform: rotate(90deg);
  }
}
.top-trex .top-deco {
  right: 152px;
  top: -150px;
}
.top-trex .top-deco img {
  width: 350px !important;
}
@media all and (max-width: 894px) {
  .top-trex .top-deco {
    right: 10px;
  }
}
@media all and (max-width: 767px) {
  .top-trex .top-deco {
    left: 10px;
    right: auto;
    top: -120px;
  }
  .top-trex .top-deco img {
    width: 200px !important;
  }
}
.top-event .section-inner .top-deco img {
  width: 250px;
}
@media all and (max-width: 767px) {
  .top-event .section-inner .top-deco img {
    width: 150px;
  }
}
.top-event .text-col {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  margin-right: 20px;
  width: 400px;
}
@media all and (max-width: 767px) {
  .top-event .text-col {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }
}
.top-event .image-col {
  flex-grow: 1;
  position: relative;
}
@media all and (max-width: 767px) {
  .top-event .image-col {
    margin-bottom: 10px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.top-event .image-wrapper {
  position: relative;
}
.top-event .image-wrapper .image-gif {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.top-event h2 {
  color: #fff;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.166;
  margin: 0 0 15px -0.1em;
  text-shadow: #333 2px 0,  #333 -2px 0,
  #333 0 -2px, #333 0 2px,
  #333 2px 2px , #333 -2px 2px,
  #333 2px -2px, #333 -2px -2px,
  #333 1px 2px,  #333 -1px 2px,
  #333 1px -2px, #333 -1px -2px,
  #333 2px 1px,  #333 -2px 1px,
  #333 2px -1px, #333 -2px -1px;
}
.top-event h2 + p {
  position: relative;
}
@media all and (max-width: 767px) {
  .top-event h2 {
    font-size: 5rem;
  }
}
.top-event .heading-sub {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
}
@media all and (max-width: 767px) {
  .top-event .heading-sub {
    font-size: 2rem;
    margin-top: 10px;
  }
}
.top-event__re .section-inner {
  flex-direction: row-reverse;
}
.top-event__re .text-col {
  margin-left: 20px;
  margin-right: 0;
}
.top-event._page {
  min-height: 580px;
  padding-top: 0;
}
.top-event._page .image-wrapper {
  margin-left: auto;
  margin-right: 0;
  max-width: 700px;
}
.top-event._page .heading-sub {
  font-size: 2.4rem;
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .top-event._page .heading-sub {
    font-size: 2rem;
  }
}
.top-event._page .heading-sub2 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.78;
  margin-bottom: 24px;
}
@media all and (max-width: 767px) {
  .top-event._page .heading-sub2 {
    font-size: 2rem;
  }
}
.top-runRelay {
  background: #e85298;
}
.top-onawatobi {
  background: #00a0e9;
}
.top-ajta {
  background: #00a0e9;
}
.top-tsunahiki {
  background: #a5308c;
}
.top-trex {
  background: #ef7700;
}
.top-trex h2 {
  letter-spacing: -0.1em;
}
.top-news {
  background: #fff;
  padding: 90px 0;
  position: relative;
}
@media all and (max-width: 767px) {
  .top-news {
    padding: 50px 0;
  }
}
.top-news h2 {
  color: #00a0e9;
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 25px;
  text-align: center;
  text-shadow: #333 2px 0, #333 -2px 0, #333 0 -2px, #333 0 2px, #333 2px 2px, #333 -2px 2px, #333 2px -2px, #333 -2px -2px, #333 1px 2px, #333 -1px 2px, #333 1px -2px, #333 -1px -2px, #333 2px 1px, #333 -2px 1px, #333 2px -1px, #333 -2px -1px;
}
@media all and (max-width: 767px) {
  .top-news h2 {
    font-size: 4rem;
  }
}
.news-list {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.news-list > li:nth-child(odd) > a,.news-list > li:nth-child(odd) > span,.news-list > li:nth-child(odd) > div {
  background: #fff;
}
.news-list > li:nth-child(even) > a,.news-list > li:nth-child(even) > span,.news-list > li:nth-child(even) > div {
  background: #ededed;
}
.news-list > li > a,.news-list > li > span,.news-list > li > div {
  border-radius: 66px;
  display: flex;
  padding: 20px 40px;
  text-decoration: none;
}
@media all and (max-width: 767px) {
  .news-list > li > a,.news-list > li > span,.news-list > li > div {
    padding: 20px;
  }
}
.news-list > li > a .date,.news-list > li > span .date,.news-list > li > div .date {
  flex: 0 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  margin-right: 44px;
}
@media all and (max-width: 767px) {
  .news-list > li > a .date,.news-list > li > span .date,.news-list > li > div .date {
    font-size: 1.4rem;
    margin-right: 16px;
  }
}
.news-list > li > a {
  transition: opacity 0.2s;
}
.news-list > li > a:hover {
  opacity: 0.7;
}
.top-history {
  background: #9a7a3e;
  padding-bottom: 150px !important;
  padding-top: 70px;
  position: relative;
}
@media all and (max-width: 767px) {
  .top-history {
    padding-bottom: 85px !important;
    padding-top: 20px;
  }
}
.top-history::before {
  background: url(../../common2023/images/shape_top_history.svg) no-repeat center center;
  background-size: 1366px 200px;
  content: "";
  display: block;
  height: 200px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -200px;
}
@media all and (min-width: 1351px) {
  .top-history::before {
    background-size: 100% 100%;
  }
}
@media all and (max-width: 767px) {
  .top-history::before {
    background: url(../../common2023/images/shape_top_history_sp.svg) no-repeat center center;
    background-size: 100% 100%;
    height: 60px;
    top: -60px;
  }
}
.top-history::after {
  background: url(../../common2023/images/top_event_deco04.png) no-repeat center center;
  content: "";
  display: block;
  height: 166px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -165px;
}
@media all and (max-width: 767px) {
  .top-history::after {
    display: none;
  }
}
.top-history .section-inner {
  margin: 0 auto;
  max-width: 502px;
  position: relative;
  width: 100%;
}
.top-history .section-inner::before {
  background: url(../../common2023/images/top_history01.png) no-repeat center center/cover;
  content: "";
  display: block;
  height: 370px;
  left: 40px;
  position: absolute;
  top: -40px;
  transform: translateX(-100%);
  width: 369px;
}
@media all and (max-width: 767px) {
  .top-history .section-inner::before {
    display: none;
  }
}
.top-history .section-inner::after {
  background: url(../../common2023/images/top_history02.png) no-repeat center center/cover;
  content: "";
  display: block;
  height: 370px;
  position: absolute;
  right: 40px;
  top: -40px;
  transform: translateX(100%);
  width: 372px;
}
@media all and (max-width: 767px) {
  .top-history .section-inner::after {
    display: none;
  }
}
.top-history h2 {
  color: #fff;
  font-size: 7.5rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  text-align: center;
  text-shadow: #333 2px 0,  #333 -2px 0,
  #333 0 -2px, #333 0 2px,
  #333 2px 2px , #333 -2px 2px,
  #333 2px -2px, #333 -2px -2px,
  #333 1px 2px,  #333 -1px 2px,
  #333 1px -2px, #333 -1px -2px,
  #333 2px 1px,  #333 -2px 1px,
  #333 2px -1px, #333 -2px -1px;
}
@media all and (max-width: 767px) {
  .top-history h2 {
    font-size: 5rem;
  }
}
.top-history .sub {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
@media all and (max-width: 767px) {
  .top-history .sub {
    font-size: 1.6rem;
  }
}
.top-history p {
  color: #fff;
}
.top-history-top {
  margin-bottom: 20px;
}
@media all and (min-width: 768px) {
  .top-history-top {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .top-history-bottom {
    display: none;
  }
}
.top-movie {
  background: #dc0024;
  padding-top: 5px;
  position: relative;
}
.top-movie .section-inner {
  padding-bottom: 110px;
}
.top-movie-text {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .top-movie-text {
    font-size: 1.8rem;
  }
}
.top-movie-modal {
  margin: 0 auto;
  max-width: 458px;
  position: relative;
}
.top-movie-modal a {
  display: block;
  position: relative;
}
.top-movie-modal a::before {
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
}
.top-movie-modal a:hover::before {
  opacity: 1;
}
.top-movie-modal a:hover .play-button {
  padding-left: 6px;
  padding-top: 6px;
}
.top-movie-modal a:hover .play-button::before {
  transform: translate(4px, 4px);
}
.top-movie-modal .play-top {
  color: #005fac;
  font-size: 6rem;
  font-weight: bold;
  left: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  text-align: center;
  text-shadow: #333 2px 0, #333 -2px 0, #333 0 -2px, #333 0 2px, #333 2px 2px, #333 -2px 2px, #333 2px -2px, #333 -2px -2px, #333 1px 2px, #333 -1px 2px, #333 1px -2px, #333 -1px -2px, #333 2px 1px, #333 -2px 1px, #333 2px -1px, #333 -2px -1px;
  top: -21px;
}
@media all and (max-width: 767px) {
  .top-movie-modal .play-top {
    font-size: 4.5rem;
  }
}
.top-movie-modal .play-bottom {
  align-items: center;
  bottom: -34px;
  color: #005fac;
  display: flex;
  font-size: 6rem;
  font-weight: bold;
  left: -8px;
  line-height: 1;
  position: absolute;
  text-shadow: #333 2px 0, #333 -2px 0, #333 0 -2px, #333 0 2px, #333 2px 2px, #333 -2px 2px, #333 2px -2px, #333 -2px -2px, #333 1px 2px, #333 -1px 2px, #333 1px -2px, #333 -1px -2px, #333 2px 1px, #333 -2px 1px, #333 2px -1px, #333 -2px -1px;
}
@media all and (max-width: 767px) {
  .top-movie-modal .play-bottom {
    font-size: 4.5rem;
  }
}
.top-movie-modal .play-bottom .play-button {
  margin-left: 12px;
}
.top-movie-modal .play-button {
  display: flex;
  height: 74px;
  overflow: hidden;
  position: absolute;
  right: calc(50% - 39px);
  top: calc(50% - 39px);
  transition: padding 0.2s ease-in, opacity 0.3s, visibility 0.3s, top 0.2s ease-in;
  width: 74px;
  z-index: 1;
}
.top-movie-modal .play-button::after {
  background: url(../../common2024/images/header_button_hover.svg) no-repeat right bottom;
  border-radius: 120px 0 0 0;
  clip-path: inset(0 0 0 0);
  content: "";
  display: block;
  height: 72px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: clip-path 0.2s ease-in;
  width: 72px;
  z-index: -1;
}
.top-movie-modal .play-button-inner {
  background: #fff;
  background-image: url(../../common2025/images/icon_play.svg);
  background-position: 20px center;
  background-repeat: no-repeat;
  border: 3px solid #272727;
  border-radius: 100%;
  display: block;
  height: 62px;
  position: relative;
  width: 62px;
}
.top-movie::before {
  background: url(../../common2023/images/shape_top_movie.svg) no-repeat center center;
  background-size: 1366px 200px;
  content: "";
  display: block;
  height: 200px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -200px;
}
@media all and (min-width: 1351px) {
  .top-movie::before {
    background-size: 100% 100%;
  }
}
@media all and (max-width: 767px) {
  .top-movie::before {
    background: url(../../common2023/images/shape_top_movie_sp.svg) no-repeat center center;
    background-size: 100% 100%;
    height: 60px;
    top: -60px;
  }
}
.top-movie-modal.color-run_relay .play-top,.top-movie-modal.color-run_relay .play-bottom {
  color: #87caac;
}
@media all and (min-width: 768px) {
  .top-100vh {
    min-height: 100vh;
    min-height: 100dvh;
  }
}
.top-links {
  background: #00a0e9;
  padding: 90px 0;
}
.top-links h2 {
  color: #fff000;
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 25px;
  text-align: center;
  text-shadow: #333 2px 0, #333 -2px 0, #333 0 -2px, #333 0 2px, #333 2px 2px, #333 -2px 2px, #333 2px -2px, #333 -2px -2px, #333 1px 2px, #333 -1px 2px, #333 1px -2px, #333 -1px -2px, #333 2px 1px, #333 -2px 1px, #333 2px -1px, #333 -2px -1px;
}
@media all and (max-width: 767px) {
  .top-links h2 {
    font-size: 4rem;
  }
}
@media all and (max-width: 767px) {
  .top-links {
    padding: 50px 0;
  }
  .top-links .common-box {
    margin: 0 auto;
    max-width: 506px;
  }
}
.top-links .button-wrapper {
  flex-wrap: wrap;
  gap: 20px 40px;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 686px;
}
.top-links .button-wrapper > * {
  width: calc(50% - 40px);
}
@media all and (max-width: 767px) {
  .top-links .button-wrapper {
    flex-direction: column;
  }
  .top-links .button-wrapper > * {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.top-links-image {
  margin: 0 auto;
  margin-bottom: -30px;
  position: relative;
  top: -55px;
  width: 100%;
}
@media all and (min-width: 768px) {
  .top-links-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 254px;
    position: relative;
  }
  .top-links-grid-image {
    position: absolute;
    width: 184px;
  }
  .col12-tab12-sp12 .top-links-grid-image {
    aspect-ratio: 553/233;
    max-width: 553px;
    width: calc(50% - 60px);
  }
  .col12-tab12-sp12 .top-links-grid-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .top-links-grid-title {
    margin-bottom: 10px;
    padding-left: 194px;
  }
  .col12-tab12-sp12 .top-links-grid-title {
    padding-left: calc(50% - 10px);
  }
  .top-links-grid-desc {
    padding-left: 194px;
  }
  .col12-tab12-sp12 .top-links-grid-desc {
    padding-left: calc(50% - 10px);
  }
}
@media all and (max-width: 767px) {
  .top-links-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: 90px auto;
    grid-template-rows: auto 1fr;
  }
  .col12-tab12-sp12 .top-links-grid {
    grid-template-columns: 1fr;
  }
  .top-links-grid-image {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
  .col12-tab12-sp12 .top-links-grid-image {
    grid-column: initial;
    grid-row: initial;
  }
  .top-links-grid-title {
    align-self: center;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .col12-tab12-sp12 .top-links-grid-title {
    grid-column: initial;
    grid-row: initial;
  }
  .top-links-grid-desc {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    margin-top: 10px;
  }
  .col12-tab12-sp12 .top-links-grid-desc {
    grid-column: initial;
    grid-row: initial;
  }
}
.read-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
#loading {
  align-items: center;
  background: #094;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 99;
}
.is-load-end #loading {
  opacity: 0;
  visibility: hidden;
}
#loading .logo {
  width: 200px;
}
#loading .gif {
  width: 400px;
}
@media all and (max-width: 767px) {
  #loading .gif {
    width: 255px;
  }
}
.top-recruitment {
  background: #fff000;
}
@media all and (min-width: 768px) {
  .top-recruitment-frame {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 35px 0;
  }
}
@media all and (max-width: 767px) {
  .top-recruitment-frame {
    padding: 25px 0;
  }
}
@media all and (max-width: 767px) {
  .top-recruitment-frame .text {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}
.top-recruitment-frame .button {
  flex-shrink: 0;
  margin-left: 48px;
  width: 300px;
}
@media all and (max-width: 1220px) {
  .top-recruitment-frame .button {
    margin-left: 20px;
    width: 260px;
  }
}
@media all and (max-width: 767px) {
  .top-recruitment-frame .button {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    width: 100%;
  }
}
.top-recruitment-heading {
  font-size: 6rem;
  line-height: 1.3334;
}
@media all and (max-width: 1220px) {
  .top-recruitment-heading {
    font-size: 5rem;
  }
}
@media all and (max-width: 767px) {
  .top-recruitment-heading {
    font-size: 5.2rem;
  }
}
@media all and (max-width: 321px) {
  .top-recruitment-heading {
    font-size: 4.2rem;
  }
}
@media all and (max-width: 767px) {
  .top-recruitment-heading--late {
    font-size: 4rem;
    line-height: calc(47/40);
    margin-bottom: 12px !important;
    text-align: center;
  }
}
.top-recruitment-label {
  background: #272727;
  border-radius: 36px;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3334;
  padding: 10px 20px;
}
@media all and (max-width: 1220px) and (min-width: 768px) {
  .top-recruitment-label {
    font-size: 1rem;
    padding: 10px 15px;
  }
}
.top-recruitment-date {
  align-items: baseline;
  display: inline-flex;
  font-size: 3.9rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}
@media all and (max-width: 1220px) {
  .top-recruitment-date {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 767px) {
  .top-recruitment-date {
    font-size: 3.5rem;
  }
}
.top-recruitment-date span {
  font-size: 1.3rem;
}
@media all and (max-width: 767px) {
  .top-recruitment-date span {
    font-size: 1.4rem;
  }
}
.top-recruitment-date._type2 {
  font-size: 2.8rem;
  font-weight: bold;
}
.top-recruitment-date._type2 .ff-en {
  font-size: 4rem;
}
.top-recruitment-date._type2 .date {
  align-items: center;
  background: #272727;
  border-radius: 100%;
  color: #fff;
  display: inline-flex;
  font-size: 1.2rem;
  height: 24px;
  justify-content: center;
  line-height: 1;
  text-align: center;
  transform: translateY(-7px);
  width: 24px;
}
.top-recruitment-flex {
  align-items: flex-start;
  display: flex;
  margin-top: 6px;
}
@media all and (max-width: 767px) {
  .top-recruitment-flex {
    align-items: center;
    flex-direction: column;
    margin-top: 12px;
  }
}
.top-recruitment-flex .top-recruitment-label {
  min-width: 148px;
  text-align: center;
}
@media all and (max-width: 1220px) and (min-width: 768px) {
  .top-recruitment-flex .top-recruitment-label {
    min-width: 120px;
  }
}
.top-recruitment-text {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: calc(35/22);
}
@media all and (max-width: 767px) {
  .top-recruitment-text {
    text-align: center;
  }
}
.bg-trex {
  background: #ef7700;
}
.bg-tsunahiki {
  background: #a5308c;
}
.bg-tsunahiki .page-title-col {
  padding-top: 150px;
  position: relative;
  z-index: 0;
}
@media all and (max-width: 767px) {
  .bg-tsunahiki .page-title-col {
    padding-top: 0;
  }
}
.bg-tsunahiki .page-title-col::before {
  background: url(../../common2023/images/tsunahiki_fv_bg_pc.png) no-repeat center center/cover;
  content: "";
  height: 219px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: -33px;
  transform: translateX(-50%);
  width: 1756px;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .bg-tsunahiki .page-title-col::before {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .bg-tsunahiki .page-title-col .inner {
    padding-top: 40px;
  }
}
.bg-tsunahiki .page-title .inner {
  position: relative;
}
.bg-tsunahiki .page-title .sp-image {
  margin-left: -20px;
  margin-right: -20px;
}
.bg-tsunahiki .page-title .sp-image img {
  max-width: inherit;
}

/*
  Animation
*/
.js-scroll.top-about {
  position: relative;
}
.js-scroll.top-about::before {
  backface-visibility: hidden;
  background: #094;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 1s;
  z-index: 10;
}
.js-scroll.top-about .section-inner {
  opacity: 0;
  transform: translateZ(0.001px);
  transition: opacity 0.5s linear 0.5s;
}
.js-scroll.top-about .common-box:not(.is-boxHeading) {
  transform: translateY(40px);
  transition: transform 0.5s cubic-bezier(0, 0.32, 0.04, 0.99) 0.5s;
}
.js-scroll.top-about.is-animated::before {
  opacity: 0;
}
.js-scroll.top-about.is-animated .section-inner {
  opacity: 1;
}
.js-scroll.top-about.is-animated .common-box:not(.is-boxHeading) {
  transform: translateY(0);
}
.js-scroll.top-news .section-inner {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0, 0.32, 0.04, 0.99);
}
.js-scroll.top-news.is-animated .section-inner {
  opacity: 1;
  transform: translateY(0);
}
.js-scroll.top-event .text-col {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.5s linear 0.5s, transform 0.5s cubic-bezier(0, 0.32, 0.04, 0.99) 0.5s;
}
.js-scroll.top-event .image-wrapper {
  opacity: 0;
  transform: scale(0) rotate3d(0, 0, 1, 45deg);
  transition: opacity 0.5s linear 0.5s, transform 1s cubic-bezier(0.64, -0.01, 0.42, 1);
}
.js-scroll.top-event.is-animated .text-col {
  opacity: 1;
  transform: translateX(0);
}
.js-scroll.top-event.is-animated .image-wrapper {
  opacity: 1;
  transform: scale(1) rotate3d(0, 0, 0, 0) !important;
}
.js-scroll.top-event__re .text-col {
  transform: translateX(40px);
}
.js-scroll.top-event__re .image-wrapper {
  transform: scale(0) rotate3d(0, 0, 1, -45deg);
}
.js-scroll.top-event__re.is-animated .text-col {
  transform: translateX(0);
}
.js-scroll.top-history::after {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0, 0.32, 0.04, 0.99);
}
.js-scroll.top-history .section-inner {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s linear 0.5s, transform 0.5s cubic-bezier(0, 0.32, 0.04, 0.99) 0.5s;
}
.js-scroll.top-history.is-animated::after {
  opacity: 1;
  transform: translateY(0);
}
.js-scroll.top-history.is-animated .section-inner {
  opacity: 1;
  transform: translateY(0);
}
.js-scroll .top-deco {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s linear 0.5s, transform 0.5s cubic-bezier(0.64, -0.01, 0.42, 1) 0.5s;
}
.js-scroll.is-animated .top-deco {
  opacity: 1;
  transform: scale(1);
}
.js-scroll.top-links .section-inner {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s linear, transform 0.5s cubic-bezier(0.64, -0.01, 1, 0.99);
}
.js-scroll.top-links .section-inner .top-links-image {
  opacity: 0;
  transform: scale(1.5);
  transition: opacity 0.3s linear 0.5s, transform 0.3s cubic-bezier(0.64, -0.01, 1, 0.99) 0.5s;
}
.js-scroll.top-links .section-inner .common-box-inner > *:not(.top-links-image) {
  opacity: 0;
  transition: opacity 0.3s linear 0.8s;
}
.js-scroll.top-links.is-animated .section-inner {
  opacity: 1;
  transform: translateY(0);
}
.js-scroll.top-links.is-animated .section-inner .top-links-image {
  opacity: 1;
  transform: scale(1);
}
.js-scroll.top-links.is-animated .section-inner .common-box-inner > *:not(.top-links-image) {
  opacity: 1;
}
.js-scroll.top-recruitment .section-inner {
  opacity: 0;
  transition: opacity 0.5s;
}
.js-scroll.top-recruitment.is-animated .section-inner {
  opacity: 1;
}
.js-scroll.top-guest .top-guest-col._text,.js-scroll.top-guest2 .top-guest-col._text {
  opacity: 0;
  transform: scale(0.6) rotate3d(0, 0, 0, 0);
  transition: opacity 0.5s linear, transform 0.5s cubic-bezier(0.46, 0, 0.76, 1.28);
}
.js-scroll.top-guest .image-dec,.js-scroll.top-guest2 .image-dec {
  opacity: 0;
  transform: scale(0.8) rotate3d(0, 0, 0, 0);
  transition: opacity 0.3s linear 0.3s, transform 0.3s cubic-bezier(0.46, 0, 0.76, 1.28) 0.3s;
}
.js-scroll.top-guest .top-guest-col._image,.js-scroll.top-guest2 .top-guest-col._image {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.4s linear 0.5s, transform 0.4s cubic-bezier(0.43, 0, 0.42, 0.76) 0.5s;
}
.js-scroll.top-guest .image-shadow,.js-scroll.top-guest2 .image-shadow {
  opacity: 0;
  transition: opacity 0.3s linear 0.6s;
}
.js-scroll.top-guest .image-shadow2,.js-scroll.top-guest2 .image-shadow2 {
  opacity: 0;
  transition: opacity 0.3s linear 0.8s;
}
.js-scroll.top-guest .image-baloon,.js-scroll.top-guest2 .image-baloon {
  opacity: 0;
  transform: translate(100px, 20px) scale(0) rotate(320deg);
  transition: opacity 0.4s linear 0.5s, transform 0.4s cubic-bezier(0.64, -0.01, 1, 0.99) 0.5s;
}
.js-scroll.top-guest.is-animated .top-guest-col._text,.js-scroll.top-guest2.is-animated .top-guest-col._text {
  opacity: 1;
  transform: scale(1) rotate3d(0, 0, 0, 0);
}
.js-scroll.top-guest.is-animated .top-guest-col._image,.js-scroll.top-guest2.is-animated .top-guest-col._image {
  opacity: 1;
  transform: translateX(0);
}
.js-scroll.top-guest.is-animated .image-baloon,.js-scroll.top-guest2.is-animated .image-baloon {
  opacity: 1;
  transform: translate(0, 0) scale(1) rotate(0);
}
.js-scroll.top-guest.is-animated .image-dec,.js-scroll.top-guest2.is-animated .image-dec {
  opacity: 1;
  transform: translateY(0);
}
.js-scroll.top-guest.is-animated .image-shadow,.js-scroll.top-guest2.is-animated .image-shadow {
  opacity: 1;
}
.js-scroll.top-guest.is-animated .image-shadow2,.js-scroll.top-guest2.is-animated .image-shadow2 {
  opacity: 1;
}

/*
  Event
*/
@media all and (min-width: 768px) {
  .is-eventPage::before {
    background-image: url(../../common2025/images/event_pc_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
}
.is-eventPage #main > *:last-child {
  padding-bottom: 100px;
}
.is-eventPage #main > *:last-child.bg-round-before {
  padding-bottom: 0;
}
.is-eventPage #wrapper {
  margin: 0 auto;
  max-width: 375px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .is-eventPage #wrapper {
    max-width: inherit;
  }
}
.is-eventPage .section-inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (max-width: 767px) {
  .is-eventPage #header .header-menu {
    left: 20px;
    max-width: inherit;
    right: 20px;
    width: auto;
  }
}
@media all and (max-width: 767px) {
  .is-eventPage #header .header-menu::before {
    display: none;
  }
}
.is-eventPage #header .header-menu-inner {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
}
.is-eventPage .page-title {
  margin-bottom: 22px;
  padding-top: 95px;
}
.is-eventPage .page-title h1 {
  font-size: 1.6rem;
}
.is-eventPage .page-title h1 .image {
  margin-bottom: 6px;
}
.is-eventPage .page-title h1 .image img {
  height: 45px;
  width: auto;
}
.is-eventPage .section + .page-title {
  padding-top: 60px;
}
.is-eventPage .bg-round-before .section-inner {
  padding-bottom: 70px;
}
.is-eventPage .bg-round::before {
  background-size: 100% 100%;
  height: 60px;
  top: -60px;
}
.is-eventPage .bg-round.sp-top-small::before {
  top: -50px;
}
.is-eventPage .bg-round.bg-blue::before {
  background-image: url(../../common2023/images/shape_top_ambassador_sp.svg);
}
.is-eventPage .bg-round.bg-red::before {
  background-image: url(../../common2023/images/shape_top_movie_sp.svg);
}
.is-eventPage .bg-round.bg-white::before {
  background-image: url(../../common2023/images/shape_footer_white_sp.svg);
}
.is-eventPage .bg-round.bg-pink::before {
  background-image: url(../../common2023/images/shape_pink_sp.svg);
}
.is-eventPage .bg-round.bg-orange::before {
  background-image: url(../../common2023/images/shape_orange_sp.svg);
}
.is-eventPage .footer-button {
  padding-bottom: 90px;
}
.is-eventPage .footer-button::before {
  background: url(../../common2023/images/shape_footer_white_sp.svg) no-repeat center center;
  background-size: 100% 100%;
  height: 60px;
  top: -60px;
}
.is-eventPage .footer-partners {
  padding-bottom: 50px;
  padding-top: 60px;
}
.is-eventPage .banner-list.justify-content-sm-start {
  justify-content: flex-start;
}
.is-eventPage .partners-heading {
  font-size: 1.6rem;
}
.is-eventPage .banner-list {
  gap: 10px;
}
.is-eventPage .banner-list > li {
  width: calc(50% - 8px);
}
.is-eventPage .banner-list__large {
  width: 100%;
}
.is-eventPage .banner-list__large > li {
  width: calc(100% - 8px);
}
.is-eventPage .banner-list + .partners-heading {
  margin-top: 32px;
}
.is-eventPage .footer-sns {
  background: none;
  padding-bottom: 0;
  padding-top: 0;
}
.is-eventPage .footer-sns .section-inner {
  padding-left: 0;
  padding-right: 0;
}
.is-eventPage .footer-sns .section-inner::after {
  display: none;
}
.is-eventPage .footer-sns .section-inner::before {
  display: none;
}
.is-eventPage .footer-sns::before {
  display: none;
}
.is-eventPage .footer-sns-row {
  flex-direction: column;
}
.is-eventPage .footer-sns .col {
  flex: 1 1 auto;
  padding: 25px 20px 65px !important;
  position: relative;
  width: 100%;
}
.is-eventPage .footer-sns .col::before {
  background: url(../../common2023/images/shape_footer_sns_blue_sp.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 60px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -60px;
}
.is-eventPage .footer-sns .col:first-child {
  background: #005fac;
  padding-bottom: 70px !important;
  padding-top: 25px !important;
}
.is-eventPage .footer-sns .col:last-child {
  background: #dc0024;
}
.is-eventPage .footer-sns .col:last-child::before {
  background: url(../../common2023/images/shape_footer_sns_red_sp.svg) no-repeat center center;
  background-size: 100% 100%;
}
.is-eventPage .footer-copy {
  padding: 40px 0;
  text-align: left;
}
.is-eventPage .footer-copy .section-inner:first-child {
  display: block;
}
.is-eventPage .footer-map {
  background: #fff;
  padding: 40px 0 0;
  z-index: 1;
}
.is-eventPage .footer-map .footer-map-row {
  padding: 0;
}
.is-eventPage .footer-map .logo {
  margin: 0 auto;
  width: 248px;
}
.is-eventPage .footer-map-image {
  margin: 0 auto -50px;
  max-width: 460px;
  padding-left: 0;
  padding-right: 0;
}
.is-eventPage .footer-contact {
  padding: 50px 0 0;
}
.is-eventPage .footer-contact-heading {
  margin-left: -20px;
  margin-right: -20px;
}
.is-eventPage .footer-contact-heading .en {
  font-size: 2.8rem;
  padding-left: 34px;
  padding-right: 32px;
}
.is-eventPage .footer-contact-heading .en::before {
  background-size: contain;
  height: 24px;
  top: calc(50% - 12px);
  width: 24px;
}
.is-eventPage .footer-contact-heading .en::after {
  background-size: contain;
  height: 20px;
  top: calc(50% - 10px);
  width: 20px;
}
.is-eventPage .footer-contact-tel {
  font-size: 4.2rem;
  margin-bottom: 10px;
}
.is-eventPage .footer-contact .d-pc-none {
  display: block !important;
}
.is-eventPage .footer-sns-list {
  justify-content: center;
  margin-top: 25px;
}
.is-eventPage .footer-sns-list > li:first-child {
  margin-left: 0;
}
.is-eventPage .large-button {
  font-size: 1.6rem;
}
.is-eventPage .large-button.lh-ss .button-inner {
  padding-bottom: 10px;
  padding-top: 10px;
}
@media all and (max-width: 321px) {
  .is-eventPage .large-button.lh-ss .button-inner {
    padding-bottom: 12px;
    padding-left: 15px;
    padding-top: 12px;
  }
  .is-eventPage .large-button.lh-ss .button-inner span {
    font-size: 1.1rem !important;
  }
}
.is-eventPage .large-button.color-red .button-inner {
  background: #094;
}
.is-eventPage .contents-box {
  border-radius: 14px;
  padding-left: 16px;
  padding-right: 16px;
}
.is-eventPage .footer-map-row .logo {
  transform: none;
}
.js-sort.is-active {
  opacity: 1 !important;
}
.js-sort.is-disabled {
  opacity: 0.5;
}
#event-pc-menu {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 0;
}
#event-pc-menu .left {
  max-width: 342px;
  position: absolute;
  right: calc(50% + 190px + 63px);
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#event-pc-menu .right {
  align-items: center;
  display: flex;
  left: calc(50% + 185px + 65px);
  max-width: 345px;
  position: absolute;
  top: 0;
  transform: translateY(calc(50vh - 358px/2));
}
@media all and (max-width: 1220px) {
  #event-pc-menu {
    display: none;
  }
}
.js-sponser,.js-sponser2 {
  min-height: 180px;
}
.js-sponser ul li,.js-sponser2 ul li {
  display: none;
}
.js-sponser2 ul li + li {
  margin-top: 20px;
}
.map {
  position: relative;
}
#modal-image .map {
  max-width: 860px;
  width: calc(100vw - 40px);
}
.image-map-wrapper {
  display: flex;
  overflow: auto;
  overscroll-behavior: none;
  position: relative;
}
.image-map-wrapper::before {
  content: "";
  display: inline-block;
  padding-top: 100%;
}
.image-map {
  font-size: 0;
  height: 100%;
  line-height: 1;
  position: absolute;
  width: 100%;
}
.image-map .svg {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.image-map img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.js-map-zoom {
  background: url(../../common2023/images/icon_map_zoom.svg) no-repeat center center/contain;
  bottom: 0;
  height: 40px;
  position: absolute;
  right: 20px;
  width: 40px;
  z-index: 2;
}
.js-map-zoom.is-zoom {
  background: url(../../common2023/images/icon_map_reset.svg) no-repeat center center/contain;
}
.js-map-zoom.is-zoom + .image-map-wrapper .image-map {
  height: 180%;
  width: 180%;
}
.fixed-timeTable {
  bottom: -4px;
  position: fixed;
  right: -4px;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 19;
}
.is-scrollEnd .fixed-timeTable {
  opacity: 0;
  visibility: hidden;
}
.round-button {
  text-align: center;
}
.round-button > a {
  align-items: center;
  background: #fff;
  border: 1px solid #333;
  border-radius: 27px;
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  max-width: 170px;
  min-height: 27px;
  padding: 3px 10px 2px;
  transition: opacity 0.3s;
  width: 100%;
}
.round-button > a.icon-pdf {
  padding-right: 40px;
  position: relative;
}
.round-button > a.icon-pdf::after {
  background: url(../../common2023/images/icon_pdf.png) no-repeat center center/contain;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 8px;
  top: calc(50% - 8px);
  width: 16px;
}
.section-ad {
  padding: 40px 0 !important;
}
.section-ad + .section-ad {
  margin-top: -20px;
  padding-top: 0 !important;
}
.section-attention {
  padding: 40px 0;
}
.section-runnews {
  padding: 40px 0;
}
.section-topMenu {
  padding: 40px 0;
}
.section-insta {
  padding: 40px 0;
}
.section-insta .image {
  margin: 0 -20px -60px;
}
.bg-competition {
  background-color: #094;
}
.bg-competition .contents-box {
  padding-top: 16px;
}
.event-box:not(.is-hide) ~ .event-box {
  border-top: 1px solid #707070;
  margin-top: 36px;
  padding-top: 24px;
}
.event-box > *:last-child {
  margin-bottom: 0;
}
.event-box .image {
  margin-bottom: 16px;
  text-align: center;
}
.event-box .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.event-box .title.color-run {
  color: #f28431;
}
.event-box .title.color-nawatobi {
  color: #89ba40;
}
.event-box .title.color-ajta {
  color: #e66f89;
}
.event-box .title.color-tsunahiki {
  color: #87caac;
}
.event-box .title.color-red {
  color: #e02d4b;
}
.event-box .title.color-pink {
  color: #ea75a6;
}
.event-box .title.color-purple {
  color: #a65dbc;
}
.event-box .title.color-light-blue {
  color: #6fc3cc;
}
.event-box .title.color-yellow {
  color: #dbb716;
}
.event-box .title.color-green {
  color: #52aa7d;
}
.event-box .title.color-blue {
  color: #3b86c7;
}
.event-box .info {
  margin-bottom: 10px;
  position: relative;
}
.event-box .info p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.78;
  margin: 0;
}
.event-box .info .modal-map {
  float: right;
  margin-left: 10px;
}
.event-box .desc {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.78;
}
.modal-map {
  align-items: center;
  background: #fff;
  border: 2px solid #dc0024;
  border-radius: 8px;
  color: #dc0024;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  height: 40px;
  justify-content: flex-end;
  line-height: 1;
  padding: 10px 10px;
  width: 85px;
}
.modal-map::before {
  background: url(../../common2023/images/icon_map.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 6px;
  width: 13px;
}
.bg-guest {
  background-color: #094;
}
.guest-box {
  position: relative;
}
.guest-box + .guest-box {
  border-top: 1px solid #707070;
  margin-top: 36px;
  padding-top: 24px;
}
.guest-box .image {
  margin-bottom: 16px;
  text-align: center;
}
.guest-box .position {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 10px;
  text-align: center;
}
.guest-box .name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.35;
  margin: 0 0 10px;
  text-align: center;
}
.guest-box .profile {
  font-size: 1.4rem;
  line-height: 1.78;
  margin-bottom: 36px;
}
.guest-box > *:last-child {
  margin-bottom: 0;
}
.guest-box .insta {
  padding-right: 40px;
  position: relative;
}
.guest-box .insta::after {
  background-image: url(../../common2024/images/ic_ig.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 34px;
  position: absolute;
  right: 0;
  top: -6px;
  width: 34px;
}
.keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 6px;
}
.keyword-list > li {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.333;
}
.keyword-list > li .keyword {
  align-items: center;
  background: #e0e0e0;
  border-radius: 67px;
  display: flex;
  padding: 8px 11px;
}
.keyword-list > li .keyword.is-disabled {
  opacity: 0.5;
}
.keyword-list > li .keyword.bg-red {
  background: #094;
  color: #fff;
}
.keyword-list > li .keyword.bg-red2 {
  background: #ea75a6;
  color: #fff;
}
.keyword-list > li .keyword.bg-pink {
  background: #e85298;
  color: #fff;
}
.keyword-list > li .keyword.bg-pink2 {
  background: #ea75a6;
  color: #fff;
}
.keyword-list > li .keyword.bg-purple {
  background: #a65dbc;
  color: #fff;
}
.keyword-list > li .keyword.bg-light-blue {
  background: #6fc3cc;
  color: #fff;
}
.keyword-list > li .keyword.bg-yellow {
  background: #dbb716;
  color: #fff;
}
.keyword-list > li .keyword.bg-orange {
  background: #f49709;
  color: #fff;
}
.keyword-list > li .keyword.bg-green {
  background: #094;
}
.keyword-list > li .keyword.bg-green2 {
  background: #52aa7d;
  color: #fff;
}
.keyword-list > li .keyword.bg-green3 {
  background: #00a0e9;
  color: #fff;
}
.keyword-list > li .keyword.bg-blue {
  background: #00a0e9;
  color: #fff;
}
.keyword-list > li .keyword.bg-blue2 {
  background: #3b86c7;
  color: #fff;
}
.keyword-list > li .keyword.bg-furesupo {
  background: #14b5ba;
  color: #fff;
}
.keyword-list > li .keyword.bg-suposta {
  background: #f46565;
  color: #fff;
}
.keyword-list > li .keyword.bg-kyosan {
  background: #1a7dc6;
  color: #fff;
}
.keyword-list > li .keyword.bg-gx {
  background: #094;
  color: #fff;
}
.keyword-list > li .keyword.bg-pan {
  background: #cea705;
  color: #fff;
}
.keyword-list > li .keyword.bg-store {
  background: #a65dbc;
  color: #fff;
}
.keyword-list > li .keyword.bg-chara {
  background: #ed78a9;
  color: #fff;
}
.keyword-list > li a.keyword {
  text-decoration: none !important;
  transition: opacity 0.3s;
}
.keyword-list > li a.keyword:hover {
  opacity: 0.8;
}
.event-lottery-heading {
  margin-bottom: 24px;
  margin-left: -20px;
  margin-right: -20px;
  text-align: center;
}
.event-lottery-heading img {
  max-width: 500px;
  width: 100%;
}
.footer-lottery {
  padding-bottom: 36px !important;
}
.footer-lottery .desc {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.78;
  margin-bottom: 25px;
  text-align: center;
}
.footer-lottery .box-wrapper {
  margin: 0 auto;
  max-width: 335px;
}
.footer-lottery .common-box {
  margin-left: 42px;
}
.footer-lottery .common-box .common-box-inner {
  padding: 20px 30px 20px 50px;
}
.footer-lottery .common-box .time {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.78;
  margin-bottom: 7px;
}
.footer-lottery .common-box .caution {
  font-size: 1.2rem;
  line-height: 1.43;
  margin-bottom: 0;
  padding-left: 1rem;
  text-indent: -1rem;
}
.footer-lottery .common-box .box-heading {
  align-items: center;
  background: #272727;
  border-radius: 40px;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  height: 74px;
  justify-content: center;
  left: -42px;
  line-height: 1.5;
  position: absolute;
  text-align: center;
  top: calc(50% - 37px);
  width: 84px;
  z-index: 1;
}
.bg-map {
  background-color: #094;
}
.app-menu {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  max-width: 295px;
}
@media all and (max-width: 321px) {
  .app-menu {
    grid-template-columns: repeat(2, 1fr);
    max-width: 195px;
  }
}
.app-menu-button {
  display: flex;
}
.app-menu-button a {
  background: url(../../common2024/images/app-bg.svg) no-repeat right bottom;
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  height: 94px;
  line-height: 1.33;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 6px;
  padding-top: 0;
  text-decoration: none;
  transition: padding 0.2s ease-in;
  width: 94px;
}
.app-menu-button a .inner {
  align-items: center;
  background: #094;
  border: 4px solid #272727;
  border-radius: 14px;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  transition: background 0.2s;
  width: 100%;
}
.app-menu-button a:hover {
  padding-bottom: 3px;
  padding-left: 4px;
  padding-right: 2px;
  padding-top: 4px;
}
.app-menu-button.color-red a .inner {
  background-color: #fff000;
  color: #272727;
}
.app-menu.has-run {
  position: relative;
  z-index: 0;
}
.app-menu.has-run::after {
  background: url(../../common2023/images/top_event_deco01.png) no-repeat center center/contain;
  bottom: -130px;
  content: "";
  display: block;
  height: 223px;
  pointer-events: none;
  position: absolute;
  right: -275px;
  width: 338px;
  z-index: -1;
}
.bg-schedule {
  background-color: #094;
}
.bg-schedule > .section:last-child {
  padding-bottom: 40px;
}
.bg-schedule .contents-box {
  padding-top: 25px;
}
.contents-box-tab {
  margin-bottom: -8px;
}
.contents-box-tab > ul {
  display: flex;
  margin: 0;
}
.contents-box-tab > ul > li {
  display: flex;
  flex: 0 0 auto;
  width: 50%;
}
.contents-box-tab > ul > li + li {
  margin-left: -2px;
  width: calc(50% + 2px);
}
.contents-box-tab > ul > li > a {
  align-items: center;
  background: #fff;
  border: 2px solid #333;
  border-radius: 10px 10px 0 0;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  height: 46px;
  justify-content: center;
  padding-bottom: 6px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.contents-box-tab > ul > li > a:not(.is-active) {
  opacity: 0.7;
  position: relative;
  transform: translateY(5px);
}
.contents-box-tab > ul > li > a.is-active::before {
  background: #fff;
  bottom: -5px;
  content: "";
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.contents-box-tabBody:not(.is-active) {
  display: none;
}
.schedule-wrapper.is-scroll {
  display: flex;
}
.schedule-wrapper.is-scroll .fixed {
  flex: 0 0 auto;
  padding-bottom: 10px;
}
.schedule-wrapper.is-scroll .scroll {
  overflow: auto;
  padding-bottom: 10px;
}
.schedule-wrapper.is-scroll .scroll img {
  min-width: 391px;
}
.time-bale > li {
  background: #e0e0e0;
  border-radius: 10px;
  display: flex;
  line-height: 1.5;
  padding: 7px 0;
}
.time-bale > li.bg-yellow {
  background: #fff000;
}
.time-bale > li.bg-light-blue {
  background: #d5efff;
}
.time-bale > li.bg-blue {
  background: #00a0e9;
  color: #fff;
}
.time-bale > li.bg-red {
  background: #094;
  color: #fff;
}
.time-bale > li.bg-pink {
  background: #e85298;
  color: #fff;
}
.time-bale > li.bg-light-pink {
  background: #ffd5ec;
}
.time-bale > li + li {
  margin-top: 10px;
}
.time-bale > li .time {
  align-items: center;
  border-right: 1px solid #707070;
  display: flex;
  flex: 0 0 auto;
  font-size: 1.2rem;
  font-weight: bold;
  justify-content: center;
  margin-right: 10px;
  padding: 0 10px;
  width: 100px;
}
.time-bale > li .contents {
  flex: 1 1 auto;
  font-size: 1.2rem;
  font-weight: bold;
}
.is-eventPage.is-init .top-kv .section-inner .top-kv-line {
  animation: lineRotateSP 2s steps(11) 3s infinite;
}
.is-eventPage .top-kv {
  height: auto;
  margin-bottom: 0;
  min-height: inherit;
}
.is-eventPage .top-kv h1 {
  margin: 0;
}
.toggle-button {
  align-items: center;
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
  padding-right: 20px;
  position: relative;
  text-align: center;
  width: auto;
}
.toggle-button span {
  background: #333;
  border-radius: 100%;
  display: inline-block;
  height: 15px;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  width: 15px;
}
.toggle-button span::before {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 4px;
  top: 7px;
  width: 7px;
  z-index: 1;
}
.toggle-button span::after {
  background: #fff;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  right: 7px;
  top: 4px;
  transition: opacity 0.3s;
  width: 1px;
  z-index: 1;
}
.toggle-button.js-close span::after {
  display: none;
}
.toggle-body {
  display: none;
}
.runner-steps {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
  max-width: 295px;
  position: relative;
}
.runner-steps + .runner-steps {
  margin-top: 40px;
}
.runner-steps + .runner-steps:before {
  background: url(../../common2023/images/step-line.svg) no-repeat center center;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  right: 0;
  top: -21px;
}
.runner-steps .image {
  flex-shrink: 0;
  margin-right: 16px;
  max-width: 147px;
}
.runner-steps .step {
  flex: 1 1 auto;
  padding-top: 10px;
}
.runner-steps .step-heading {
  color: #094;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 5px;
}
.runner-steps .step .sub {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 2px;
}
.runner-steps .step .desc {
  font-size: 1.2rem;
  line-height: 1.375;
}
.runner-steps.step1 {
  position: relative;
}
.runner-steps.step1 > img {
  bottom: 6px;
  max-width: 259px;
  position: absolute;
  right: 0;
}
@media all and (max-width: 321px) {
  .runner-steps.step1 > img {
    width: 82%;
  }
}

.modal__container--small:has(.notice-box) {
  max-width: 630px;
  padding: 50px 20px 70px;
}

.modal__container--small:has(.notice-box) .modal__close {
  top: 10px;
  right: 10px;
}
.modal__container--small:has(.notice-box) .modal__close::before {
  background: #272727;
  width: 20px;
  top: 50%;
}
.modal__container--small:has(.notice-box) .modal__close::after {
  background: #272727;
  width: 20px;
  top: 50%;

}

.notice-box {
  background: #fff;
}

.notice-box__heading {
  font-size: 20px;
  max-width: 530px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin: 0 auto 24px;
  text-align: center;
  padding-bottom: 12px;
}
.notice-box__desc {
  font-size: 14px;
  font-weight: bold;
  line-height: calc(24.5/14);
  max-width: 530px;
  margin: 0 auto;
}


@media all and (max-width: 767px) {
  .notice-box__heading {
    font-size: 16px;
    padding-bottom: 22px;
    margin-bottom: 18px;
  }
  .modal__container--small:has(.notice-box) {
    padding: 50px 20px 60px;
  }
  .modal__container--small:has(.notice-box) .modal__close {
    top: 20px;
    right: 20px;
  }
}