@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("//use.fontawesome.com/releases/v6.5.1/css/all.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css");
@font-face {
  font-family: "UrawaRedsDisplay";
  src: url("../font/UrawaRedsDisplay_W_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UrawaRedsDisplayCd";
  src: url("../font/UrawaRedsDisplayCd_W_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UrawaRedsDisplaySmCd";
  src: url("../font/UrawaRedsDisplaySmCd_W_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UrawaRedsDisplayXCd";
  src: url("../font/UrawaRedsDisplayXCd_W_Rg.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------
タブ切り替え
--------------------------------------*/
.tab-area {
  display: flex;
  flex-wrap: wrap;
}
.tab-area__label {
  height: 65px;
  padding-bottom: 20px;
  color: white;
  order: -1;
  z-index: 1;
  position: relative;
  cursor: pointer;
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.3;
  display: grid;
  place-content: center;
  place-items: center;
  border-radius: 5px 5px 0 0;
  background: #aaa;
}
.tab-area__label span {
  width: 80%;
  margin-top: 3px;
  padding: 2px 10px;
  text-align: center;
  display: block;
  font-size: 1rem;
  color: #aaa;
  background: #fff;
}
@media (min-width: 1025px) {
  .tab-area__label {
    height: 120px;
    width: 100%;
    padding-bottom: 30px;
    font-size: 3rem;
    border-radius: 15px 15px 0 0;
    box-sizing: border-box;
  }
  .tab-area__label span {
    width: 100%;
    padding: 3px 10px;
    font-size: 60%;
  }
}
.tab-area__label::after {
  width: 60px;
  height: 20px;
  content: "";
  display: inline-block;
  background: url("../images/icon_menu.png") no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .tab-area__label::after {
    width: 60px;
    height: 20px;
    bottom: 15px;
  }
}
.tab-area__label:hover::after {
  bottom: 5px;
}
.tab-area__content {
  width: 100%;
  padding: 20px 20px 0 20px;
  display: none;
  clear: both;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 1025px) {
  .tab-area__content {
    padding: 40px 40px 0 40px;
  }
}
.tab-area {
  /* アクティブなタブ */
}
.tab-area__switch:checked + .tab-area__label {
  color: white;
  background: #E6002D;
}
.tab-area__switch:checked + .tab-area__label span {
  color: #E6002D;
}
.tab-area {
  /* ラジオボタン非表示 */
}
.tab-area__switch {
  display: none;
}

/*選択されているタブのコンテンツのみを表示*/
#tab-01:checked ~ #tab_content1,
#tab-02:checked ~ #tab_content2,
#tab-03:checked ~ #tab_content3 {
  display: block;
}

/*-----------------------------------

ticket/2025season/assets/css/style.scss　　引用

------------------------------------*/
.oswald {
  font-family: "Oswald", sans-serif;
}

.noto {
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) {
  .pc {
    display: block;
    /* PCのみ改行 */
  }
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .sp {
    display: none;
    /* SPのみ改行 */
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}
@media (min-width: 1025px) {
  body {
    font-size: 1.6rem;
  }
}

:root {
  scroll-padding-top: 0;
  /* どの要素にスクロールしても100pxは空く */
}

@media (min-width: 1025px) {
  :root {
    scroll-padding-top: 50px;
  }
}
.note-area {
  scroll-margin-top: 0px;
}
@media (min-width: 1025px) {
  .note-area {
    scroll-margin-top: 100px;
  }
}

header h1 {
  line-height: 0;
  position: relative;
}
header img {
  width: 100%;
  margin: 0;
  padding: 0;
}
header .ttl {
  animation: titlesp 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
}
@media (min-width: 1025px) {
  header .ttl {
    animation: titlepc 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@keyframes titlesp {
  0% {
    transform: translate(-50%, 0%);
    top: 15%;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%);
    top: 10%;
  }
}
@keyframes titlepc {
  0% {
    transform: translate(-50%, 0%);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1025px) {
  nav {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.note {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}

.mt_20 {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .mt_20 {
    margin-top: 20px;
  }
}

.link-txt {
  color: #E6002D;
}
.link-txt:hover {
  text-decoration: none;
}

.txt_xl {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .txt_xl {
    font-size: 2.6rem;
  }
}

.txt_l, .desc-list dt,
.desc-list_lgray dt,
.desc-list_red dt, .app-schedule-area__box h3, .txt_underline {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .txt_l, .desc-list dt,
  .desc-list_lgray dt,
  .desc-list_red dt, .app-schedule-area__box h3, .txt_underline {
    font-size: 1.8rem;
  }
}

.txt_m, .app-web-area__title span {
  font-size: 1.4rem;
}
@media (min-width: 1025px) {
  .txt_m, .app-web-area__title span {
    font-size: 1.6rem;
  }
}

.txt_s, footer p {
  font-size: 1.2rem;
}
@media (min-width: 1025px) {
  .txt_s, footer p {
    font-size: 1.4rem;
  }
}

.txt_c-red {
  color: #E6002D;
}

.txt_underline {
  margin-bottom: 10px;
  display: inline;
  background-position: left -100% center;
  padding-bottom: 0.6em;
  font-weight: 500;
  background-size: 200% 0.6em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 102) 50%);
}

.txt_underline_nomal {
  display: inline;
  background-position: left -100% center;
  padding-bottom: 0.6em;
  font-weight: 500;
  background-size: 200% 0.6em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 102) 50%);
}

.txt-center_p20 {
  padding: 20px;
  text-align: center;
}

.list-disc {
  margin-top: 10px;
}
.list-disc li {
  position: relative;
  padding-left: 15px;
}
.list-disc li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: black;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .list-disc {
    margin-top: 20px;
  }
}

.list-number {
  counter-reset: number;
}
.list-number li {
  position: relative;
  padding-left: 1em;
}
.list-number li:before {
  counter-increment: number;
  content: "" counter(number) "";
  position: absolute;
  left: 0;
}

.btn {
  height: 50px;
  padding: 5px 50px 5px 30px;
  box-sizing: border-box;
  display: inline-block;
  color: black;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  border-radius: 100000px;
  border: solid 2px #E6002D;
  background: white url(../images/icon_btn.png) no-repeat center right 20px;
  transition: all 0.3s;
  display: grid;
  place-content: center;
  place-items: center;
}
.btn:hover {
  color: #E6002D;
  background: white url(../images/icon_btn.png) no-repeat center right 10px;
}
@media (min-width: 1025px) {
  .btn {
    height: 60px;
    padding: 0 60px 0 30px;
    display: inline-block;
    line-height: 50px;
    white-space: nowrap;
    font-size: 2.1rem;
  }
}

.btn-s {
  width: fit-content;
  height: 40px;
  padding: 5px 50px 5px 30px;
  box-sizing: border-box;
  display: inline-block;
  color: black;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 100000px;
  border: solid 2px #E6002D;
  background: white url(../images/icon_btn.png) no-repeat center right 20px;
  background-size: 20px 20px;
  transition: all 0.3s;
  display: grid;
  place-content: center;
  place-items: center;
}
.btn-s:hover {
  color: #E6002D;
  background: white url(../images/icon_btn.png) no-repeat center right 10px;
  background-size: 20px 20px;
}
@media (min-width: 1025px) {
  .btn-s {
    height: 40px;
    padding: 0 50px 0 30px;
    display: inline-block;
    white-space: nowrap;
    font-size: 2.1rem;
  }
}

.btn_black {
  background-color: #000;
  color: #fff;
  border: solid 2px #fff;
}

.btn_red {
  color: #fff;
  border: solid 2px #fff;
  background: white url(../images/icon_btn_w.png) no-repeat center right 20px;
  background-size: 20px 20px;
  background-color: #E6002D;
}
.btn_red:hover {
  border: solid 2px #E6002D;
  background-size: 20px 20px;
}

.btn_yellow {
  border: solid 2px #E6002D;
  background-color: #fdd000;
  color: #E6002D;
}
.btn_yellow:hover {
  color: #fff;
  background: white url(../images/icon_btn_w.png) no-repeat center right 10px;
  background-color: #E6002D;
}

.link-cap {
  width: 100%;
  margin: 5px auto 0;
  display: inline-block;
  text-align: center;
  font-size: clamp(1rem, 1vw, 1.2rem);
}

h2 {
  font-size: 1.8rem;
  color: #E6002D;
  font-weight: 600;
  line-height: 1.3;
}
h2 .txt_l, h2 .desc-list dt, .desc-list h2 dt,
h2 .desc-list_lgray dt,
.desc-list_lgray h2 dt,
h2 .desc-list_red dt,
.desc-list_red h2 dt, h2 .app-schedule-area__box h3, .app-schedule-area__box h2 h3, h2 .txt_underline {
  font-size: 2.5rem;
  font-weight: inherit;
}
@media (min-width: 1025px) {
  h2 {
    font-size: 3rem;
  }
  h2 .txt_l, h2 .desc-list dt, .desc-list h2 dt,
  h2 .desc-list_lgray dt,
  .desc-list_lgray h2 dt,
  h2 .desc-list_red dt,
  .desc-list_red h2 dt, h2 .app-schedule-area__box h3, .app-schedule-area__box h2 h3, h2 .txt_underline {
    font-size: 6rem;
  }
}

.fade-up,
.fade-from-left,
.fade-from-right {
  transition: opacity 0.7s;
  transition: transform 0.5s;
}

footer {
  padding: 30px 0 70px;
  background: black;
  color: white;
}
@media (min-width: 1025px) {
  footer {
    padding: 50px 0 20px;
  }
}
footer .footer-area {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 30px;
}
@media (min-width: 1025px) {
  footer .footer-area {
    display: flex;
    justify-content: space-between;
  }
}
footer .footer-area > div:first-child {
  margin-bottom: 10px;
  display: flex;
  place-content: center;
}
footer .footer-area > div:first-child img {
  width: 50px;
  margin-right: 20px;
}
@media (min-width: 1025px) {
  footer .footer-area > div:first-child {
    width: 50%;
    margin-bottom: 0;
    display: flex;
  }
  footer .footer-area > div:first-child img {
    width: 80px;
    margin-right: 20px;
  }
}
footer .footer-area > div:last-child {
  align-items: center;
}
footer .footer-area > div:last-child p {
  text-align: center;
}
footer .footer-area > div:last-child p span {
  width: 100%;
  margin: 5px 10px 5px 0;
  display: inline-block;
  border: solid 1px white;
}
@media (min-width: 1025px) {
  footer .footer-area > div:last-child {
    width: 50%;
    display: flex;
    align-items: center;
  }
  footer .footer-area > div:last-child p {
    text-align: left;
    display: flex;
  }
  footer .footer-area > div:last-child p span {
    width: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
footer p {
  text-align: center;
  font-size: 1.4rem;
}
footer .tel {
  padding-left: 50px;
  background: url(../images/icon_tel_w.png) no-repeat center left;
  background-size: 10%;
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: white;
  display: block;
}
@media (min-width: 1025px) {
  footer .tel {
    font-size: 5rem;
  }
}

.popupinner {
  background: #fff;
  border-radius: 20px;
  width: 80%;
  max-width: 780px;
  margin: 100px auto;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 1025px) {
  .popupinner {
    width: 100%;
    margin: 100px auto 150px;
  }
}
.popupinner .mfp-close {
  display: none;
}
.popupinner .img {
  border-radius: 20px 20px 0 0;
  width: 100%;
}
.popupinner .txt {
  padding: 10%;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .popupinner .txt {
    padding: 50px;
  }
}
.popupinner .txt strong {
  font-weight: bold;
  display: block;
}
.popupinner .popup-modal-dismiss a {
  width: 100px;
  margin: 0 auto;
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  bottom: -50px;
  border-radius: 10000px;
  line-height: 1;
  padding: 1rem 0;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
}
@media (min-width: 1025px) {
  .popupinner .popup-modal-dismiss a:hover {
    opacity: 0.6;
  }
}
@media (min-width: 1025px) {
  .popupinner .popup-modal-dismiss a {
    transition: all 0.3s;
    width: 200px;
    font-size: 2rem;
    padding: 2rem 0;
    bottom: -100px;
  }
}

button.mfp-close,
button.mfp-arrow {
  -webkit-transform-origin: inherit;
  transform-origin: inherit;
  width: 13%;
}
@media (min-width: 1025px) {
  button.mfp-close,
  button.mfp-arrow {
    transform: scale(1.5);
  }
}
button.mfp-close:before, button.mfp-close:after,
button.mfp-arrow:before,
button.mfp-arrow:after {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slicklist {
  padding-bottom: 30px;
}
@media (min-width: 1025px) {
  .slicklist {
    padding-bottom: 100px;
  }
}
.slicklist .slick-dots {
  display: flex;
  bottom: -30px;
  position: relative;
  justify-content: center;
}
.slicklist .slick-dots li {
  margin: 0 4px;
  width: 46px;
  height: 5px;
  background: #c6c6c6;
}
@media (min-width: 1025px) {
  .slicklist .slick-dots li {
    width: 80px;
    height: 8px;
  }
}
.slicklist .slick-dots li.slick-active {
  background: #E6002D;
}
.section-c_red .slicklist .slick-dots li.slick-active {
  background: #000;
}
.slicklist .slick-dots li button:before {
  content: none;
}

@media (max-width: 768px) {
  .floating-banner {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #FDD000;
    z-index: 100;
    border-top: solid 3px #E6002D;
  }
  .floating-banner a {
    width: 12em;
    height: 50px;
    margin-left: 30px;
    display: block;
    font-size: 2.5rem;
    font-weight: 600;
    color: #E6002D;
    text-decoration: none;
    z-index: 100;
    position: absolute;
    background: url(../images/icon_link.svg) no-repeat center right;
    background-size: 25px;
    display: grid;
    place-content: center;
  }
}
@media (min-width: 1025px) {
  .floating-banner {
    width: 60px;
    height: 280px;
    padding: 0 0 20px;
    position: fixed;
    bottom: 100px;
    right: -10px;
    transition: all 0.3s;
    z-index: 1;
    background: #FDD000;
    border-top: solid 3px #E6002D;
    border-left: solid 3px #E6002D;
    border-bottom: solid 3px #E6002D;
  }
  .floating-banner:hover {
    right: 0;
  }
  .floating-banner a {
    width: 50px;
    height: 260px;
    margin: 0;
    padding-bottom: 40px;
    display: block;
    font-size: 2.5rem;
    font-weight: 500;
    color: #E6002D;
    text-decoration: none;
    z-index: 100;
    writing-mode: vertical-rl;
    position: absolute;
    background: url(../images/icon_link.svg) no-repeat bottom 20px center;
    background-size: 50%;
    display: grid;
    place-content: center;
  }
}

/*--------------------------------------
アコーディオン
--------------------------------------*/
/*アコーディオンタイトル*/
.accordion-area li {
  margin: 20px 0 10px 0;
}
.accordion-area__title {
  margin: 0px auto;
  padding: 20px;
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  transition: all 0.5s ease;
  display: flex;
  background: #000;
}
@media (min-width: 1025px) {
  .accordion-area__title {
    padding: 20px;
    font-size: 2.1rem;
    align-items: center;
  }
}
.accordion-area__title span:first-child {
  width: 3em;
}
.accordion-area__title span:last-child {
  width: calc(100% - 3em);
}
.accordion-area__title::before, .accordion-area__title::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s ease;
}
.accordion-area__title::before {
  top: 48%;
  right: 20px;
  transform: rotate(0deg);
}
.accordion-area__title::after {
  top: 48%;
  right: 20px;
  transform: rotate(90deg);
}
.accordion-area__title.close::before {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.accordion-area__title.close::after {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.accordion-area__box {
  display: none;
}
@media (min-width: 1025px) {
  .accordion-area__box {
    padding: 0;
  }
}

.episode-area .accordion-up {
  margin: 0 auto;
}
.episode-area {
  /* ボタン */
}
.episode-area .accordion-up__btn {
  width: 80%;
  margin: 0 auto -30px;
  padding: 10px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  display: block;
  font-size: 1.8rem;
  position: relative;
}
@media (min-width: 1025px) {
  .episode-area .accordion-up__btn {
    width: 30%;
    margin: 0 auto -60px;
    padding: 15px;
    font-size: 2.1rem;
  }
}
.episode-area .accordion-up__btn::before, .episode-area .accordion-up__btn::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s ease;
}
.episode-area .accordion-up__btn::before {
  top: 48%;
  right: 20px;
  transform: rotate(0deg);
}
.episode-area .accordion-up__btn::after {
  top: 48%;
  right: 20px;
  transform: rotate(90deg);
}
.episode-area .accordion-up__btn.is-open::before {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.episode-area .accordion-up__btn.is-open::after {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.episode-area {
  /* コンテンツ */
}
.episode-area .accordion-up__content {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.episode-area {
  /* 開いた状態 */
}
.episode-area .accordion-up__content.is-open {
  height: auto;
  max-height: 800px;
  /* 適当に大きめ */
}

.faq-area .accordion-area li {
  border: solid 2px #E6002D;
}
.faq-area .accordion-area__title {
  width: auto;
  background: #fff;
  color: #E6002D;
}
.faq-area .accordion-area__title::before, .faq-area .accordion-area__title::after {
  background-color: #E6002D;
}
.faq-area .accordion-area__title span:first-child {
  width: 2em;
}
.faq-area .accordion-area__title span:last-child {
  width: calc(100% - 4em);
}
.faq-area .accordion-area__box {
  padding: 20px;
}
@media (min-width: 1025px) {
  .gnav-mobile {
    display: none;
  }
}

#gnav-mobile-btn {
  width: 30px;
  height: 40px;
  padding: 10px;
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: #E6002D;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  z-index: 1000;
}
#gnav-mobile-btn > div {
  width: 30px;
  height: 25px;
  position: absolute;
  top: 13px;
}
#gnav-mobile-btn > div p {
  color: white;
  font-size: 12px;
  line-height: 1em;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
#gnav-mobile-btn span {
  width: 80%;
  height: 3px;
  left: 10%;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#gnav-mobile-btn span:nth-child(1) {
  top: 5px;
}
#gnav-mobile-btn span:nth-child(2) {
  top: 15px;
}
#gnav-mobile-btn span:nth-child(3) {
  top: 25px;
}

.open #gnav-mobile-btn span {
  background: #fff;
}

.open #gnav-mobile-btn span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}

.open #gnav-mobile-btn span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #gnav-mobile-btn span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

#gnav-list {
  background: #E6002D;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
  font-size: 2.1rem;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  color: white;
  letter-spacing: 0.05em;
  pointer-events: none;
  font-weight: 600;
}
#gnav-list ul {
  width: 100%;
}
#gnav-list ul li {
  margin-bottom: 15px;
}
#gnav-list a {
  color: white;
  text-decoration: none;
}
@media (min-width: 1025px) {
  #gnav-list {
    position: static;
    opacity: 1;
    background: #E6002D;
    font-size: 1.8rem;
    line-height: 1;
    display: block;
    pointer-events: auto;
  }
  #gnav-list ul {
    max-width: 1080px;
    margin: 0 auto;
    padding: 27px 0 43px;
    display: flex;
    justify-content: space-between;
  }
  #gnav-list ul li {
    margin-bottom: 0;
  }
  #gnav-list a {
    height: 2em;
    display: block;
    display: grid;
    place-content: center;
    place-items: center;
    position: relative;
  }
  #gnav-list a::after {
    font-size: 1.8rem;
    content: "";
    display: inline-block;
    width: 60px;
    height: 20px;
    background: url("../images/icon_menu.png") no-repeat;
    background-position: center center;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
  }
  #gnav-list a:hover::after {
    bottom: -35px;
  }
}

#gnav-list a {
  color: #fff;
}

.open #gnav-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gnav-list-logo {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 1025px) {
  .gnav-list-logo {
    height: 50px;
    padding: 0 0 0 20px;
    text-align: left;
  }
  .gnav-list-logo a {
    display: inline-block;
  }
  .gnav-list-logo a img {
    height: 50px;
    width: auto;
    margin: 0 0 0 auto;
  }
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 30px;
  height: 50px;
  z-index: 1;
  background: #E6002D;
  display: none;
  opacity: 1;
}
@media (min-width: 768px) {
  .slick-arrow {
    width: 50px;
  }
}

.slick-arrow:hover {
  opacity: 1;
  background: #E6002D;
}

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.slick-next::before,
.slick-prev::before {
  width: 0;
  height: 0;
  background: #fff;
}
@media (min-width: 768px) {
  .slick-next::before,
  .slick-prev::before {
    width: 30px;
    height: 2px;
  }
}

.slick-next::after,
.slick-prev::after {
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* next */
.slick-next {
  top: 50px;
  right: -30px;
}
@media (min-width: 768px) {
  .slick-next {
    right: 0px;
  }
}

.slick-next::before {
  right: 10px;
}

.slick-next::after {
  right: 10px;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .slick-next::after {
    right: 14px;
  }
}

/* prev */
.slick-prev {
  top: 50px;
  left: -30px;
}
@media (min-width: 768px) {
  .slick-prev {
    left: 0px;
  }
}

.slick-prev::before {
  left: 10px;
}

.slick-prev::after {
  left: 10px;
  transform: rotate(-135deg);
}
@media (min-width: 768px) {
  .slick-prev::after {
    left: 14px;
  }
}

.slide-ticket .slick-slide {
  padding: 0 10px;
}
.slide-ticket .slick-list {
  margin: 0 -10px;
}
.slide-ticket .slick-prev {
  left: -10px;
}
.slide-ticket .slick-next {
  right: -10px;
}
@media (min-width: 1025px) {
  .slide-ticket .slick-prev {
    left: -30px;
  }
  .slide-ticket .slick-next {
    right: -30px;
  }
}

.section-c_white {
  padding: 50px 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
}
.section-c_red {
  padding: 50px 0;
  background: #E6002D;
  background: url(../images/bg/benefits-bg.jpg) no-repeat center top;
  background-size: cover;
  font-weight: 500;
}
.section-c_red h2 {
  color: white;
}
.section-c_stadium {
  padding: 50px 5%;
  text-align: center;
  background: url(../images/bg/stadium_bg_sp.jpg) no-repeat center top;
  background-size: cover;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .section-c_stadium {
    background: url(../images/bg/stadium_bg_pc.jpg) no-repeat center top;
    background-size: cover;
    background-position: bottom;
  }
}
@media (min-width: 1025px) {
  .section-c_white {
    padding: 100px 0;
  }
  .section-c_red {
    padding: 100px 0;
  }
  .section-c_stadium {
    padding: 100px 0;
  }
}

.bodyBG {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.bodyBG .video_wrapper_bg {
  width: 100%;
  height: 100%;
}
.bodyBG video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.kimete-area,
.tokuten-area,
.episode-area,
.campaign-area,
.seat-price-area,
.benefits-area,
.schedule-area,
.faq-area {
  margin: 0 auto;
}
.kimete-area__title,
.tokuten-area__title,
.episode-area__title,
.campaign-area__title,
.seat-price-area__title,
.benefits-area__title,
.schedule-area__title,
.faq-area__title {
  min-height: 50px;
  height: auto;
  margin-left: 5%;
  padding-left: 60px;
  display: flex;
  align-items: center;
}
@media (min-width: 1025px) {
  .kimete-area__title,
  .tokuten-area__title,
  .episode-area__title,
  .campaign-area__title,
  .seat-price-area__title,
  .benefits-area__title,
  .schedule-area__title,
  .faq-area__title {
    height: 150px;
    margin-left: 180px;
    padding-left: 180px;
  }
}

.lead-area {
  padding: 50px 0;
  background: url(../images/bg/lead-bg.jpg) no-repeat center center;
  background-size: cover;
}
@media (min-width: 1025px) {
  .lead-area {
    padding: 100px 0;
    background: url(../images/bg/lead-bg.jpg) no-repeat center left;
    background-size: cover;
  }
}
.lead-area__inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.lead-area__inner h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: clamp(2.4rem, 5vw, 4rem);
  display: flex;
  align-items: center;
}
.lead-area__inner h2 span {
  margin-right: 10px;
  font-size: 70%;
  display: inline-block;
}
@media (min-width: 1025px) {
  .lead-area__inner h2 {
    margin-bottom: 20px;
  }
}
.lead-area__inner > div {
  line-height: 2;
  margin-top: 20px;
}
.lead-area__inner > div h3 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #E6002D;
  font-size: clamp(1.6rem, 2vw, 2rem);
}
.lead-area__inner > div h3 span {
  margin-left: 10px;
  padding: 0 10px;
  display: inline-block;
  background: #E6002D;
  color: #fff;
  font-size: 80%;
}
.lead-area__inner > div p:nth-child(3) {
  width: 90%;
}
.lead-area__inner > div p + p {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .lead-area__inner > div {
    margin-top: 30px;
  }
}

.greetings-area {
  text-align: center;
}
.greetings-area video {
  width: 90%;
}
@media (min-width: 1025px) {
  .greetings-area video {
    width: 100%;
    max-width: 1080px;
  }
}

.tokuten-area__title {
  background: url(../images/ttl-01.svg) no-repeat center left;
  background-size: 50px 50px;
}
@media (min-width: 1025px) {
  .tokuten-area__title {
    background-size: 150px 150px;
  }
}
.tokuten-area__list {
  width: 90%;
  max-width: 1080px;
  margin: 20px auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1025px) {
  .tokuten-area__list {
    margin: 50px auto 0;
    margin-top: 50px;
    justify-content: space-between;
    flex-direction: row;
    gap: 30px;
  }
}
.tokuten-area__list > li {
  padding: 5%;
  background: #fff;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 1025px) {
  .tokuten-area__list > li {
    width: 100%;
    padding: 2%;
  }
}
.tokuten-area__list > li h3 {
  font-weight: 600;
  color: #E6002D;
  text-align: center;
  font-size: clamp(1.6rem, 2vw, 2rem);
}
.tokuten-area__list > li h3 span {
  width: 50%;
  margin: 0 auto 10px;
  display: block;
}
.tokuten-area__list > li p {
  margin-top: 20px;
  text-align: justify;
}

.episode-area {
  padding: 50px 0;
  background: url(../images/bg/episode-bg.jpg) no-repeat center left;
  background-size: cover;
}
@media (min-width: 1025px) {
  .episode-area {
    padding: 100px 0;
  }
}
.episode-area__title {
  background: url(../images/ttl-02.svg) no-repeat center left;
  background-size: 50px 50px;
}
@media (min-width: 1025px) {
  .episode-area__title {
    background-size: 150px 150px;
  }
}
.episode-area__title h2 {
  color: #fff;
}
.episode-area__inner {
  width: 90%;
  max-width: 1080px;
  margin: 20px auto 0;
  padding: 2%;
  background: #fff;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.episode-area__inner h3 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-family: "UrawaRedsDisplay";
  line-height: 1.2;
}
.episode-area__inner p {
  margin-top: 10px;
  padding: 10px 0 20px;
  border-top: solid 2px #000;
}
@media (min-width: 1025px) {
  .episode-area__inner {
    margin: 50px auto 0;
  }
  .episode-area__inner p {
    margin-top: 20px;
    padding: 10px 0 20px;
  }
}

.campaign-area__title {
  background: url(../images/ttl-05.svg) no-repeat center left;
  background-size: 50px 50px;
}
@media (min-width: 1025px) {
  .campaign-area__title {
    background-size: 150px 150px;
  }
}
.campaign-area__list {
  width: 90%;
  max-width: 1080px;
  margin: 20px auto 0;
}
@media (min-width: 1025px) {
  .campaign-area__list {
    margin: 50px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: top;
  }
}
.campaign-area__list li {
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 1025px) {
  .campaign-area__list li {
    width: 32%;
    margin-right: 2%;
    overflow: hidden;
  }
  .campaign-area__list li:nth-child(3n) {
    margin-right: 0;
  }
  .campaign-area__list li img {
    transition: all 0.3s;
  }
  .campaign-area__list li:hover img {
    transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .campaign-area__list li + li {
    margin-top: 5%;
  }
}

@media (min-width: 1025px) {
  .link-area {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
  }
}
.link-area__lead {
  padding-bottom: 30px;
  color: #fff;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .link-area__lead {
    max-width: 650px;
    padding-bottom: 70px;
  }
}
.link-area__img {
  margin-bottom: 30px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.link-area .btn + .btn {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .link-area .btn {
    width: 100%;
    display: block;
    max-width: 1080px;
    height: 80px;
    line-height: 80px;
  }
}
.link-area .btn.btn_black {
  border: 2px solid #000;
}
.link-area .btn.btn_black:hover {
  border: 2px solid #fff;
}

.seat-price-area {
  padding: 50px 0;
  background: #fff;
}
@media (min-width: 1025px) {
  .seat-price-area {
    padding: 100px 0;
  }
}
.seat-price-area__title {
  background: url(../images/ttl-03.svg) no-repeat center left;
  background-size: 50px 50px;
}
@media (min-width: 1025px) {
  .seat-price-area__title {
    background-size: 150px 150px;
  }
}
.seat-price-area__title h2 {
  color: #E6002D;
}
.seat-price-area__inner {
  width: 90%;
  max-width: 1080px;
  margin: 20px auto 0;
}
@media (min-width: 1025px) {
  .seat-price-area__inner {
    margin: 50px auto 0;
  }
}
.seat-price-area__inner .seat-price-area__map {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.seat-price-area__inner .seat-price-area__map div img + img {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .seat-price-area__inner .seat-price-area__map {
    gap: 50px;
    place-items: center;
    grid-template-columns: 1.3fr 1fr;
    gap: 50px;
  }
  .seat-price-area__inner .seat-price-area__map div img + img {
    margin-top: 50px;
  }
}
.seat-price-area__btn {
  margin-top: 50px;
  text-align: center;
}
.seat-price-area__note {
  margin-top: 20px;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

.ticket-area__recommend {
  margin-top: 50px;
  color: black;
}
.ticket-area__recommend h3 {
  padding: 10px 0;
  font-size: 2.1rem;
  font-weight: 600;
  color: white;
  background: #E6002D;
  line-height: 1em;
  text-align: center;
}
.ticket-area__recommend h3 span:first-child {
  position: relative;
  display: inline-block;
}
.ticket-area__recommend h3 span:first-child:before, .ticket-area__recommend h3 span:first-child:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 3px;
  background-color: #fff;
}
.ticket-area__recommend h3 span:first-child:before {
  left: -60px;
}
.ticket-area__recommend h3 span:first-child:after {
  right: -60px;
}
@media (min-width: 768px) {
  .ticket-area__recommend h3 {
    font-size: 3rem;
  }
  .ticket-area__recommend h3 span:first-child:before, .ticket-area__recommend h3 span:first-child:after {
    width: 100px;
    height: 5px;
  }
  .ticket-area__recommend h3 span:first-child:before {
    left: -110px;
  }
  .ticket-area__recommend h3 span:first-child:after {
    right: -110px;
  }
}
.ticket-area__recommend h3 span:last-child {
  font-size: 80%;
  font-weight: normal;
}
.ticket-area__recommend h4 {
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3em;
  text-align: center;
}
.ticket-area__recommend h4.black {
  color: #000;
}
@media (min-width: 768px) {
  .ticket-area__recommend h4 {
    font-size: 2rem;
  }
}
.ticket-area__recommend h4 span {
  font-weight: normal;
  font-size: 80%;
}
.ticket-area__recommend p {
  text-align: left;
}
.ticket-area__recommend p span {
  font-weight: bold;
  color: #E6002D;
}
.ticket-area__rec-bg {
  margin-top: 20px;
}
.ticket-area .sold-out {
  position: relative;
}
.ticket-area .sold-out::before {
  content: url("../images/icon-sold-out.png");
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%) rotate(-10deg) scale(0.7);
}
@media (min-width: 768px) {
  .ticket-area .sold-out::before {
    transform: translate(-50%, -50%) rotate(-10deg) scale(1);
  }
}
.ticket-area .sold-out::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
}
.ticket-area .soon {
  position: relative;
}
.ticket-area .soon::before {
  content: url("../images/icon-sold-out-soon.png");
  display: block;
  position: absolute;
  top: 0;
  left: -60px;
  z-index: 2;
  transform: scale(0.5) rotate(-10deg);
}
@media (min-width: 768px) {
  .ticket-area .soon::before {
    top: 20px;
    left: -20px;
    transform: scale(0.7) rotate(-10deg);
  }
}
.ticket-area__ttl-01 {
  background: #1d2088;
}
.ticket-area__ttl-02 {
  background: #00A5D5;
}
.ticket-area__ttl-03 {
  background: #e5006a;
}
.ticket-area__ttl-04 {
  background: #cc5c7e;
}
.ticket-area__ttl-05 {
  background: #e6002d;
}
.ticket-area__ttl-06 {
  background: #F7ED12;
}
.ticket-area__ttl-07 {
  background: #F7ED12;
}
.ticket-area__ttl-08 {
  background: #F7ED12;
}
.ticket-area__ttl-09 {
  background: url(../images/ttl-09_bg.png);
  background-size: 80%;
}
.ticket-area__ttl-10 {
  background: #009e96;
}
.ticket-area__ttl-11 {
  background: #00a0e9;
}
.ticket-area__ttl-12 {
  background: #BBB3D8;
}
.ticket-area__ttl-13 {
  background: #cc3aaa;
}
.ticket-area__ttl-14 {
  background: #cc3b57;
}
.ticket-area__ttl-15 {
  background: #BFDC98;
}
.ticket-area__ttl-16 {
  background: #ccb242;
}
.ticket-area__ttl-17 {
  background: #4acc6e;
}
.ticket-area__ttl-18 {
  background: #4eccc0;
}
.ticket-area__ttl-19 {
  background: #4e5dcc;
}
.ticket-area__btn-cta {
  margin-top: clamp(50px, 5vw, 100px);
  text-align: center;
}
.ticket-area__btn-cta .btn-border {
  padding: 20px 90px 20px 50px;
  border: solid 2px white;
}
.ticket-area__btn-cta .btn-border:hover {
  color: #E6002D;
  background: #FDD000;
  border: solid 2px #E6002D;
}
.ticket-area__btn-cta .btn-border:hover::after {
  border-left: 12px solid #E6002D !important;
}

.benefits-area {
  padding: 50px 0;
  background: url(../images/bg/benefits-bg.jpg) no-repeat center center;
  background-size: cover;
}
@media (min-width: 1025px) {
  .benefits-area {
    padding: 100px 0;
  }
}
.benefits-area__title {
  background: url(../images/ttl-04.svg) no-repeat center left;
  background-size: 50px 50px;
}
@media (min-width: 1025px) {
  .benefits-area__title {
    background-size: 150px 150px;
  }
}
.benefits-area__title h2 {
  color: #fff;
}
.benefits-area__inner {
  width: 90%;
  max-width: 1080px;
  margin: 20px auto 0;
  padding: 5%;
  background: #fff;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  .benefits-area__inner {
    margin: 50px auto 0;
    padding: 2%;
  }
}
.benefits-area__inner .benefits-area__inner-ttl {
  width: 100%;
  margin: -70px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  place-content: end;
  place-items: end;
  gap: 10px;
}
.benefits-area__inner .benefits-area__inner-ttl p {
  width: 100%;
}
.benefits-area__inner .benefits-area__inner-ttl p:first-child {
  order: 2;
}
.benefits-area__inner .benefits-area__inner-ttl p:last-child {
  order: 1;
  width: 50%;
}
.benefits-area__inner .benefits-area__inner-ttl img {
  width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  .benefits-area__inner .benefits-area__inner-ttl {
    width: 90%;
    margin: -120px auto 0;
    grid-template-columns: 1fr 400px;
    gap: 30px;
  }
  .benefits-area__inner .benefits-area__inner-ttl p {
    width: 100%;
  }
  .benefits-area__inner .benefits-area__inner-ttl p:first-child {
    order: 1;
    padding-bottom: 20px;
  }
  .benefits-area__inner .benefits-area__inner-ttl p:last-child {
    order: 2;
    width: 100%;
  }
}
.benefits-area__inner .benefits-area__list {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 2%;
}
@media (min-width: 1025px) {
  .benefits-area__inner .benefits-area__list {
    margin-top: 50px;
  }
}
.benefits-area__inner .benefits-area__list li {
  width: 100%;
  padding: 10px;
  border: solid 2px #000;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 1025px) {
  .benefits-area__inner .benefits-area__list li {
    width: 49%;
    padding: 20px;
  }
}
.benefits-area__inner .benefits-area__list li a {
  margin-top: 10px;
}
.benefits-area__inner .benefits-area__list li.full {
  width: 100%;
}
.benefits-area__inner .benefits-area__list li img {
  width: 100%;
  margin-top: 10px;
  object-fit: contain;
  position: static;
}
@media (min-width: 1025px) {
  .benefits-area__inner .benefits-area__list li img {
    margin-top: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
  }
}
@media (min-width: 1025px) {
  .benefits-area__inner .benefits-area__list li:nth-child(3) p {
    width: calc(100% - 200px);
  }
  .benefits-area__inner .benefits-area__list li:nth-child(3) img {
    width: 200px;
    height: 100%;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1025px) {
  .benefits-area__inner .benefits-area__list li:nth-child(4) p,
  .benefits-area__inner .benefits-area__list li:nth-child(4) a {
    margin-left: 250px;
  }
  .benefits-area__inner .benefits-area__list li:nth-child(4) img {
    width: 250px;
    height: calc(100% - 70px);
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  .benefits-area__inner .benefits-area__list li:nth-child(6) p {
    width: calc(100% - 320px);
  }
  .benefits-area__inner .benefits-area__list li:nth-child(6) img {
    width: 320px;
    height: auto;
    bottom: 0;
    right: 0;
    object-fit: contain;
  }
}
.benefits-area__inner .benefits-area__list li:nth-child(7) img {
  width: 50%;
}
@media (min-width: 1025px) {
  .benefits-area__inner .benefits-area__list li:nth-child(7) p {
    width: calc(100% - 140px);
  }
  .benefits-area__inner .benefits-area__list li:nth-child(7) img {
    width: auto;
    height: 100px;
    bottom: 10px;
    right: 10px;
  }
}
@media (min-width: 1025px) {
  .benefits-area__inner .benefits-area__list li:nth-child(8) p {
    width: calc(100% - 200px);
  }
  .benefits-area__inner .benefits-area__list li:nth-child(8) img {
    width: 200px;
    height: calc(100% - 70px);
    bottom: 0;
    right: 0;
  }
}
.benefits-area__inner .benefits-area__list li:nth-child(11) img {
  width: 50%;
}
@media (min-width: 1025px) {
  .benefits-area__inner .benefits-area__list li:nth-child(11) p {
    width: calc(100% - 200px);
  }
  .benefits-area__inner .benefits-area__list li:nth-child(11) img {
    width: auto;
    height: 100px;
    bottom: 20px;
    right: 20px;
  }
}
.benefits-area__inner .benefits-area__list li .item {
  width: 100%;
  margin-top: -50px;
  display: flex;
}
.benefits-area__inner .benefits-area__list li .number {
  width: 50px;
  height: 50px;
  margin: -20px 0 0 -20px;
  background: #fff;
  font-family: "UrawaRedsDisplaySmCd";
  font-size: clamp(3rem, 1.545rem + 7.27vw, 7rem);
  display: grid;
  place-content: center;
  place-items: center;
  float: left;
}
@media (min-width: 1025px) {
  .benefits-area__inner .benefits-area__list li .number {
    width: 90px;
    height: 90px;
    margin: -40px 0 0 -40px;
  }
}
.benefits-area__inner .benefits-area__list li h3 {
  margin-left: clamp(30px, 5vw, 60px);
  font-weight: 600;
  color: #E6002D;
  font-size: clamp(1.6rem, 2vw, 2rem);
}
.benefits-area__inner .benefits-area__list li h3 span {
  width: fit-content;
  padding: 5px 10px;
  display: block;
  background: #000;
  color: #fff;
  font-size: clamp(1rem, 0.855rem + 0.73vw, 1.4rem);
}
.benefits-area__inner .benefits-area__list li h3 span.c-red {
  background: #E6002D;
}
.benefits-area__inner .benefits-area__list li p {
  margin-top: clamp(10px, 2vw, 20px);
}
.benefits-area__inner .benefits-area__list li p span {
  margin-top: 10px;
  display: block;
  font-size: 90%;
}

.schedule-area {
  padding: 50px 0;
  background: url(../images/bg/schedule-bg.jpg) no-repeat center center;
  background-size: cover;
}
@media (min-width: 1025px) {
  .schedule-area {
    padding: 100px 0;
  }
}
.schedule-area__title {
  background: url(../images/ttl-06.svg) no-repeat center left;
  background-size: 50px 50px;
}
@media (min-width: 1025px) {
  .schedule-area__title {
    background-size: 150px 150px;
  }
}
.schedule-area__inner {
  width: 90%;
  max-width: 1080px;
  margin: 20px auto 0;
  background: #fff;
}
@media (min-width: 1025px) {
  .schedule-area__inner {
    margin: 50px auto 0;
  }
}
.schedule-area__btn {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 1025px) {
  .schedule-area__btn {
    margin-top: 50px;
  }
}

.faq-area {
  padding: 50px 0;
  background: #fff;
}
@media (min-width: 1025px) {
  .faq-area {
    padding: 100px 0;
  }
}
.faq-area__title {
  background: url(../images/ttl-qa.svg) no-repeat center left;
  background-size: 50px 50px;
}
@media (min-width: 1025px) {
  .faq-area__title {
    background-size: auto 150px;
    padding-left: 250px;
  }
}
.faq-area__inner {
  width: 90%;
  max-width: 1080px;
  margin: 20px auto 0;
  background: #fff;
}
@media (min-width: 1025px) {
  .faq-area__inner {
    margin: 50px auto 0;
  }
}

.attention-area {
  padding: 50px 0;
  background: #E6002D;
}
@media (min-width: 1025px) {
  .attention-area {
    padding: 100px 0;
  }
}
.attention-area__title h3 {
  margin: 0;
  padding: 10px 0 0 60px;
  height: auto;
  font-weight: 600;
  background: url(../images/icon_attention_w.png) no-repeat center left;
  background-size: 40px 40px;
  color: #fff;
  font-size: clamp(1.6rem, 1.091rem + 2.55vw, 3rem);
}
@media (min-width: 1025px) {
  .attention-area__title h3 {
    display: flex;
    align-items: center;
  }
}
.attention-area__title > p {
  padding: 0 10px;
  display: inline-block;
  background: #fff;
  font-weight: 600;
  color: #E6002D;
  font-size: clamp(1.4rem, 2vw, 2rem);
}
.attention-area__inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.attention-area__inner h4 {
  margin-top: 30px;
  font-weight: 600;
  font-size: clamp(1.4rem, 1.182rem + 1.09vw, 2rem);
  border-bottom: solid 2px #fff;
  color: #fff;
}
.attention-area__inner > p,
.attention-area__inner .list-disc {
  color: #fff;
}
.attention-area__inner > p li:before,
.attention-area__inner .list-disc li:before {
  background-color: #fff;
}
.attention-area__inner .list-number {
  color: #fff;
}

.desc-list,
.desc-list_lgray,
.desc-list_red {
  margin: 10px 0;
  border-top: solid 2px #000;
}
@media (min-width: 1025px) {
  .desc-list,
  .desc-list_lgray,
  .desc-list_red {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.desc-list dt,
.desc-list_lgray dt,
.desc-list_red dt {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #333;
  color: white;
  display: flex;
  place-content: center;
  place-items: center;
  border-bottom: solid 2px #000;
  box-sizing: border-box;
}
.desc-list dt.diamond,
.desc-list_lgray dt.diamond,
.desc-list_red dt.diamond {
  color: black;
  background: url(../images/desc-list_bg_diamond.png) repeat-y;
  background-size: 100%;
}
.desc-list dt.platinum,
.desc-list_lgray dt.platinum,
.desc-list_red dt.platinum {
  color: black;
  background: url(../images/desc-list_bg_platinum.png) repeat-y;
  background-size: 100%;
}
.desc-list dt.sapphire,
.desc-list_lgray dt.sapphire,
.desc-list_red dt.sapphire {
  background: url(../images/desc-list_bg_sapphire.png) repeat-y;
  background-size: 100%;
}
.desc-list dt.ruby,
.desc-list_lgray dt.ruby,
.desc-list_red dt.ruby {
  background: #E6002D;
}
@media (min-width: 1025px) {
  .desc-list dt,
  .desc-list_lgray dt,
  .desc-list_red dt {
    width: 200px;
  }
}
.desc-list dd,
.desc-list_lgray dd,
.desc-list_red dd {
  width: 100%;
  margin-left: 0;
  padding: 10px;
  border-bottom: solid 2px #000;
  box-sizing: border-box;
  background: #fff;
}
@media (min-width: 1025px) {
  .desc-list dd,
  .desc-list_lgray dd,
  .desc-list_red dd {
    width: calc(100% - 200px);
    place-content: start;
  }
}

.desc-list_lgray dt {
  background: #ccc;
  color: black;
}

.desc-list_red dt {
  background: #E6002D;
}

.app-schedule-area__box + .app-schedule-area__box {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .app-schedule-area__box + .app-schedule-area__box {
    margin-top: 50px;
  }
}
.app-schedule-area__box h3 {
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}
.app-schedule-area__box img {
  width: 100%;
}
.app-schedule-area__box .desc-list .dsp-flex p, .app-schedule-area__box .desc-list_red .dsp-flex p {
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  .app-schedule-area__box .desc-list .dsp-flex, .app-schedule-area__box .desc-list_red .dsp-flex {
    display: flex;
  }
  .app-schedule-area__box .desc-list .dsp-flex p, .app-schedule-area__box .desc-list_red .dsp-flex p {
    margin-right: 10px;
  }
}
.app-schedule-area__block h3 {
  margin-top: 30px;
  padding: 10px;
  background: #E6002D;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.6rem, 2vw, 2rem);
}
.app-schedule-area__block .cap {
  margin: 10px 0;
}
.app-schedule-area__block .btn-c {
  text-align: center;
}
.app-schedule-area__note {
  margin: 20px 0;
  padding: 10px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
@media (min-width: 1025px) {
  .app-schedule-area__note {
    margin-top: 30px;
  }
}
.app-schedule-area__attention {
  margin: 20px 0;
  padding: 10px;
  background: rgba(197, 0, 48, 0.1);
  border-radius: 10px;
  text-align: left;
}
.app-schedule-area__attention ul {
  margin: 0;
}
@media (min-width: 1025px) {
  .app-schedule-area__attention {
    margin: 50px 0;
    padding: 30px;
    display: flex;
    justify-content: space-between;
  }
  .app-schedule-area__attention div {
    width: 45%;
  }
  .app-schedule-area__attention ul {
    width: 54%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .app-schedule-area__attention ul li {
    width: 53%;
  }
  .app-schedule-area__attention ul li:nth-child(even) {
    width: 40%;
  }
}

.app-web-area {
  width: 100%;
  margin-top: 50px;
}
.app-web-area__title {
  padding-left: 0px;
}
.app-web-area__title h2 {
  font-size: 2.5rem;
  color: #E6002D;
}
@media (min-width: 1025px) {
  .app-web-area__title h2 {
    font-size: 4rem;
  }
}
.app-web-area__title span {
  margin-top: 10px;
  padding: 5px 5px 5px 40px;
  display: inline-block;
  border: solid 2px #E6002D;
  border-radius: 10px;
  background: url(../images/icon_excl_red.png) no-repeat center left 10px;
}
@media (min-width: 1025px) {
  .app-web-area__title span {
    padding: 10px 10px 10px 40px;
  }
}
.app-web-area__row-3 {
  margin-top: 20px;
}
.app-web-area__row-3 li {
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .app-web-area__row-3 li {
    border-bottom: solid 1px #000;
    box-sizing: border-box;
    border-left: solid 1px #000;
  }
  .app-web-area__row-3 li:nth-child(1), .app-web-area__row-3 li:nth-child(4) {
    border-left: none;
  }
}
.app-web-area__row-3 li h4 {
  padding: 10px;
  background: #ddd;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.app-web-area__row-3 li h4 span {
  margin-right: 5px;
  color: #E6002D;
  font-size: 150%;
  display: inline-block;
}
.app-web-area__row-3 li p {
  padding: 20px;
}
.app-web-area__row-3 li p img {
  margin-bottom: 10px;
}
.app-web-area__row-3 li.row-3_2block {
  width: 100%;
}
@media (min-width: 1025px) {
  .app-web-area__row-3 {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .app-web-area__row-3 li {
    width: 33.333%;
    margin-bottom: 0;
  }
  .app-web-area__row-3 li.row-3_2block {
    width: 66.666%;
  }
}
.app-web-area__row-4 {
  margin-top: 20px;
}
.app-web-area__row-4 li {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .app-web-area__row-4 li {
    border-bottom: solid 1px #000;
  }
  .app-web-area__row-4 li + li {
    border-left: solid 1px #000;
  }
}
.app-web-area__row-4 li h4 {
  padding: 10px;
  background: #ddd;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.app-web-area__row-4 li h4 span {
  margin-right: 5px;
  color: #E6002D;
  font-size: 150%;
  display: inline-block;
}
.app-web-area__row-4 li p {
  padding: 20px;
}
.app-web-area__row-4 li p img {
  margin-bottom: 10px;
}
.app-web-area__row-4 li .img-box {
  height: 150px;
  margin-bottom: 10px;
  text-align: center;
  display: grid;
  place-content: center;
  place-items: center;
}
@media (min-width: 1025px) {
  .app-web-area__row-4 {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  .app-web-area__row-4 li {
    width: 25%;
  }
}
.app-web-area__block .title-line {
  margin: 30px 0;
  padding-left: 10px;
  font-weight: 600;
  font-size: clamp(1.6rem, 2vw, 2rem);
  color: #E6002D;
  border-left: solid 5px #E6002D;
}
.app-web-area__block .title-line span {
  display: block;
  font-size: 80%;
  font-weight: normal;
}
.app-web-area__block .attention {
  margin-top: 10px;
  padding: 10px;
  background: #fff100;
}
.app-web-area__block .attention h5 {
  font-size: clamp(1.6rem, 2vw, 2rem);
}
.app-web-area__block .ttl-bg_red {
  margin-top: 30px;
  padding: 10px;
  background: #E6002D;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.6rem, 2vw, 2rem);
}

.app-mail-area {
  width: 100%;
  margin: 30px -20px 0;
  padding: 1px 20px 20px;
  background: #efefef;
}
@media (min-width: 1025px) {
  .app-mail-area {
    margin: 50px -40px 0;
    padding: 1px 40px 40px;
  }
}
.app-mail-area__title {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .app-mail-area__title {
    margin-top: 50px;
  }
}
.app-mail-area__title {
  padding-left: 0px;
}
.app-mail-area__title h2 {
  font-size: 2.5rem;
  color: #E6002D;
}
@media (min-width: 1025px) {
  .app-mail-area__title h2 {
    font-size: 4rem;
  }
}
.app-mail-area__title h3 {
  font-size: 2.5rem;
  color: #E6002D;
}
@media (min-width: 1025px) {
  .app-mail-area__title h3 {
    font-size: 4rem;
  }
}
.app-mail-area .title-s {
  margin-top: 30px;
  padding: 5px;
  text-align: center;
  background: #000;
  color: #fff;
}
.app-mail-area .title-ss {
  margin: 20px 0 -10px;
  font-weight: 600;
}
@media (min-width: 1025px) {
  .app-mail-area .title-ss {
    margin: 30px 0 -20px;
  }
}
.app-mail-area .attention-block {
  margin-top: 20px;
  padding: 10px;
  border: solid 1px #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #fff;
}
@media (min-width: 1025px) {
  .app-mail-area .attention-block {
    padding: 30px;
    flex-direction: row;
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .app-mail-area h3 {
    display: block;
    line-height: 1.1;
    font-weight: 600;
    font-size: clamp(1.6rem, 2vw, 2rem);
    color: #E6002D;
  }
  .app-mail-area h3 span {
    display: inline-block;
    line-height: 1;
  }
}
.app-mail-area h3.number {
  margin: 20px 0;
  font-weight: 600;
  font-size: clamp(1.6rem, 2vw, 2rem);
  color: #E6002D;
  display: flex;
  align-items: center;
}
.app-mail-area h3.number .large {
  min-width: 1.8em;
  height: 1.8em;
  margin-right: 0.4em;
  background: #E6002D;
  border-radius: 50%;
  color: white;
  line-height: 1;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.app-mail-area h3.number .small {
  min-width: 1.5em;
  height: 1.5em;
  margin-right: 0.4em;
  background: #E6002D;
  border-radius: 50%;
  color: white;
  line-height: 1;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.app-mail-area .border_w, .app-mail-area .border_b, .app-mail-area .border_r {
  padding: 0 5px;
  border-radius: 5px;
  display: inline-block;
}
.app-mail-area .border_w {
  display: block;
  border: solid 1px white;
  font-family: "Oswald", sans-serif;
  font-size: clamp(2rem, 2vw, 3rem);
}
.app-mail-area .border_b {
  margin: 0 5px 5px 0;
  border: solid 1px black;
}
.app-mail-area .border_r {
  margin: 5px 5px 5px 0;
  border: solid 1px #E6002D;
  color: #E6002D;
  font-family: "Oswald", sans-serif;
}
.app-mail-area .title-ribbon_s-line {
  margin-top: 50px;
}
.app-mail-area .title-border {
  margin-bottom: 20px;
}

.tel {
  margin-left: 10px;
  padding-left: 30px;
  background: url(../images/icon_tel.png) no-repeat center left;
  background-size: 10%;
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: black;
}

@media (min-width: 1025px) {
  .application-area {
    position: relative;
  }
}
.application-area {
  background-color: #E6002D;
  color: #fff;
  transition: all 0.3s;
  display: block;
  padding-bottom: 53vw;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .application-area {
    text-decoration: none;
    padding: 5vw;
    text-align: center;
  }
}
.application-area__ttl {
  width: 90%;
  margin: 0 auto 10px;
  padding-top: 40px;
}
@media (min-width: 1025px) {
  .application-area__ttl {
    width: 45vw;
    margin-top: 0;
    padding-top: 0;
  }
}
.application-area__ttl img {
  width: 100%;
}
.application-area__txt {
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media (min-width: 1025px) {
  .application-area__txt {
    font-size: 1.8vw;
    position: relative;
    display: inline-block;
  }
}
.application-area__txt .txt_l, .application-area__txt .desc-list dt, .desc-list .application-area__txt dt,
.application-area__txt .desc-list_lgray dt,
.desc-list_lgray .application-area__txt dt,
.application-area__txt .desc-list_red dt,
.desc-list_red .application-area__txt dt, .application-area__txt .app-schedule-area__box h3, .app-schedule-area__box .application-area__txt h3 {
  font-size: 2.6rem;
  font-weight: bold;
}
@media (min-width: 1025px) {
  .application-area__txt .txt_l, .application-area__txt .desc-list dt, .desc-list .application-area__txt dt,
  .application-area__txt .desc-list_lgray dt,
  .desc-list_lgray .application-area__txt dt,
  .application-area__txt .desc-list_red dt,
  .desc-list_red .application-area__txt dt, .application-area__txt .app-schedule-area__box h3, .app-schedule-area__box .application-area__txt h3 {
    font-size: 2.3vw;
  }
}
.application-area__txt img {
  transition: all 0.3s;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
@media (min-width: 1025px) {
  .application-area__txt img {
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.application-area__imglist li {
  position: absolute;
}
.application-area__imglist li:nth-child(1), .application-area__imglist li:nth-child(3), .application-area__imglist li:nth-child(5) {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.application-area__imglist li:nth-child(2), .application-area__imglist li:nth-child(4), .application-area__imglist li:nth-child(6) {
  animation: floating-y 1s ease-in-out infinite alternate-reverse;
}
.application-area__imglist li:nth-child(1) {
  width: 30vw;
  left: 25vw;
}
.application-area__imglist li:nth-child(2) {
  width: 23vw;
  left: 16vw;
  bottom: -5vw;
}
.application-area__imglist li:nth-child(3) {
  width: 18vw;
  left: 3vw;
  bottom: 17vw;
}
.application-area__imglist li:nth-child(4) {
  width: 20vw;
  right: 16vw;
}
.application-area__imglist li:nth-child(5) {
  width: 20vw;
  right: -4vw;
  bottom: 12vw;
}
.application-area__imglist li:nth-child(6) {
  width: 30vw;
  right: 22vw;
  bottom: -4vw;
}
@media (min-width: 1025px) {
  .application-area__imglist li {
    position: absolute;
  }
  .application-area__imglist li:nth-child(1), .application-area__imglist li:nth-child(3), .application-area__imglist li:nth-child(5) {
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  }
  .application-area__imglist li:nth-child(2), .application-area__imglist li:nth-child(4), .application-area__imglist li:nth-child(6) {
    animation: floating-y 1s ease-in-out infinite alternate-reverse;
  }
  .application-area__imglist li:nth-child(1) {
    width: 14vw;
    left: 11vw;
    bottom: 9vw;
  }
  .application-area__imglist li:nth-child(2) {
    width: 9vw;
    left: 7vw;
    bottom: 0vw;
  }
  .application-area__imglist li:nth-child(3) {
    width: 7vw;
    left: 0vw;
    bottom: 12vw;
  }
  .application-area__imglist li:nth-child(4) {
    width: 9vw;
    right: 7vw;
    bottom: 15vw;
  }
  .application-area__imglist li:nth-child(5) {
    width: 7vw;
    right: 0vw;
    bottom: 9vw;
  }
  .application-area__imglist li:nth-child(6) {
    width: 15vw;
    right: 11vw;
    bottom: 0vw;
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
@media (max-width: 768px) {
  .application-area .btn {
    width: 90%;
    margin-bottom: 20px;
    margin: 0 auto 20px;
  }
}