@charset "UTF-8";
/*
* color
* --------------------------------------------------*/
/*
* color
* --------------------------------------------------*/
/*
* color
* --------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
* font
* --------------------------------------------------*/
html,
body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
}

body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

.en-primaryB {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.en-primaryM {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.en-secondary {
  font-family: "Anton", serif;
  font-weight: 400;
  font-style: normal;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  display: -ms-grid;
  display: grid;
}

button {
  margin: 0;
  border: none;
  background-color: transparent;
}

/* body
-----------------------------------------------------*/
body {
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0;
  padding-top: 0;
}

img {
  vertical-align: top;
  width: 100%;
  height: auto;
}

/*リンクテキスト
-----------------------------------------------------*/
a {
  color: #333333;
}

a,
input[type=submit],
input[type=button],
button {
  text-decoration: none;
  outline: none;
}

a:hover,
a:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=button]:hover,
input[type=button]:active,
button:hover,
button:active {
  outline: none;
  text-decoration: none;
  /*PC*/
}
@media screen and (min-width: 769px) {
  a:hover,
  a:active,
  input[type=submit]:hover,
  input[type=submit]:active,
  input[type=button]:hover,
  input[type=button]:active,
  button:hover,
  button:active {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
  }
}

a:focus,
a:active,
input[type=submit]:focus,
input[type=submit]:active,
input[type=button]:focus,
input[type=button]:active,
button:focus,
button:active {
  outline: none;
  text-decoration: none;
}

a:active:focus,
a:active.focus,
a.active:focus,
a.active.focus,
input[type=submit]:active:focus,
input[type=submit]:active.focus,
input[type=submit].active:focus,
input[type=submit].active.focus,
input[type=button]:active:focus,
input[type=button]:active.focus,
input[type=button].active:focus,
input[type=button].active.focus,
button:active:focus,
button:active.focus,
button.active:focus,
button.active.focus {
  outline: none;
  text-decoration: none;
}

/* img
-----------------------------------------------------*/
figure img {
  margin-bottom: 0;
}

img {
  margin-bottom: 0;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
* placeholder
-----------------------------------------------------*/
input:-moz-placeholder, .form-control:-moz-placeholder {
  color: #cdd6dd;
}
input:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #cdd6dd;
}
input:placeholder-shown,
.form-control:placeholder-shown {
  color: #cdd6dd;
}

input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #cdd6dd;
}

input:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #cdd6dd;
  opacity: 1;
}

input::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #cdd6dd;
  opacity: 1;
}

input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #cdd6dd;
}

input:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
}

.hr-dashed {
  border-top: 1px dashed #333333;
}

.text-link,
.entry-contents a {
  font-weight: bold;
  text-decoration: underline;
}

/*
* color
* --------------------------------------------------*/
/*
* header
* --------------------------------------------------*/
.lp-header {
  background-color: #000000;
  height: 57px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1005;
}
.lp-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  height: 57px;
}
.lp-header .inner .site-logo {
  width: 39px;
  height: 39px;
}
.lp-header .inner .header-nav {
  max-width: calc(100% - 150px);
  -webkit-box-flex: calc(100% - 150px);
      -ms-flex: calc(100% - 150px);
          flex: calc(100% - 150px);
}
.lp-header .header-nav {
  display: none;
}
.lp-header .header-nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 28px;
  margin-bottom: 0;
}
.lp-header .header-nav .nav-list .list-item .link {
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (min-width: 769px) {
  .lp-header {
    height: 70px;
  }
  .lp-header .inner {
    padding: 7px 190px 8px 32px;
    height: 70px;
  }
  .lp-header .inner .site-logo {
    width: 55px;
    height: 55px;
  }
  .lp-header .header-nav {
    display: block;
  }
}
.lp-header .drawer-nav {
  display: none;
  visibility: hidden;
  max-width: 400px;
  width: calc(100% - 15px);
  height: calc(100% - 57px);
  background-color: #000000;
  padding: 10px 30px 70px;
  position: fixed;
  top: 57px;
  right: 0;
  -webkit-transition-property: -webkit-transform visibility;
  transition-property: -webkit-transform visibility;
  transition-property: transform visibility;
  transition-property: transform visibility, -webkit-transform visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translateX(calc(100% + 30px));
  transform: translateX(calc(100% + 30px));
  z-index: 1000;
}
.lp-header .drawer-nav.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
.lp-header .drawer-nav .nav-list {
  margin-bottom: 0;
  max-height: 100%;
  overflow-y: auto;
}
.lp-header .drawer-nav .nav-list .list-item {
  margin-right: 10px;
}
.lp-header .drawer-nav .nav-list .link {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 18px 10px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .lp-header .drawer-nav {
    display: block;
  }
}
.lp-header .drawer-btn {
  font-size: 11px;
  display: none;
  font-family: "Anton", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
  color: #fff;
  width: 73px;
  height: 57px;
  border: 0;
  background: none;
  position: fixed;
  top: 0;
  right: 0;
  text-align: left;
  padding: 10px;
  z-index: 1010;
}
.lp-header .drawer-btn:hover,
.lp-header .drawer-btn:active {
  opacity: 1;
  color: #fff;
}
.lp-header .drawer-btn.active {
  opacity: 1;
}
.lp-header .drawer-btn .icon-bar {
  position: absolute;
  display: block;
  background-color: #fff;
  width: 22px;
  height: 3px;
  right: 10px;
  top: 27px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: center;
}
.lp-header .drawer-btn .icon-bar::before,
.lp-header .drawer-btn .icon-bar::after {
  content: "";
  -webkit-transition-property: -webkit-transform top bottom;
  transition-property: -webkit-transform top bottom;
  transition-property: transform top bottom;
  transition-property: transform top bottom, -webkit-transform top bottom;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
  position: absolute;
  height: 3px;
  width: 22px;
  right: 50%;
  top: 50%;
  background-color: #fff;
  margin: 0;
}
.lp-header .drawer-btn .icon-bar::before {
  -webkit-transform: translate(50%, -8px) rotate(0);
  transform: translate(50%, -8px) rotate(0);
}
.lp-header .drawer-btn .icon-bar::after {
  -webkit-transform: translate(50%, 4px) rotate(0);
  transform: translate(50%, 4px) rotate(0);
}
.lp-header .drawer-btn.active .icon-bar {
  background-color: transparent;
}
.lp-header .drawer-btn.active .icon-bar::before {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}
.lp-header .drawer-btn.active .icon-bar::after {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .lp-header .drawer-btn {
    display: block;
  }
}

.lp-ticket {
  position: fixed;
  width: 121px;
  height: 57px;
  top: 0;
  right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  z-index: 1010;
}
.lp-ticket .ticket-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 121px;
  height: 31px;
}

@media (min-width: 769px) {
  .lp-ticket {
    bottom: auto;
    top: 0;
    right: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: 170px;
    height: 70px;
  }
  .lp-ticket .ticket-btn {
    max-width: 170px;
    width: 100%;
    height: 70px;
  }
}
/*
* color
* --------------------------------------------------*/
/*
* footer
* --------------------------------------------------*/
.lp-footer {
  background-color: #000;
  padding: 20px 0;
  color: #fff;
}

.lp-footer .footer-logo {
  width: 40px;
  margin-bottom: 10px;
  margin-inline: auto;
}

.lp-footer .footer-logo .logo-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}

.lp-footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.lp-footer .footer-menu .item {
  margin-left: 10px;
  margin-right: 10px;
}

.lp-footer .footer-menu .link {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.lp-footer .copyright {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

/*
* color
* --------------------------------------------------*/
/* グリッドシステムやレイアウトのユーティリティ
-----------------------------------------------------*/
.wrap {
  padding-top: 70px;
  overflow: hidden;
  background-color: #000;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-top: 57px;
    padding-bottom: 70px;
  }
}

.container {
  position: relative;
  max-width: initial;
  max-width: 1440px;
  width: 100%;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 525px;
  }
}

.inner-wrap-large {
  position: relative;
  max-width: initial;
  max-width: 1084px;
  width: 90%;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .inner-wrap-large {
    width: calc(100% - 60px);
  }
}

.inner-wrap-small {
  position: relative;
  max-width: initial;
  max-width: 996px;
  width: 90%;
  margin-inline: auto;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .inner-wrap-small {
    width: calc(100% - 30px);
  }
}

/* メインビジュアル
-----------------------------------------------------*/
.lp-mv {
  position: relative;
  background-color: #000000;
  z-index: 2;
}
.lp-mv .mv-wrap {
  text-align: center;
  margin: 0;
}
.lp-mv .mv-img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.section-mv {
  position: relative;
  z-index: 100;
}

.mv-noroshi {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 101;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
html.no-scroll a,
html.no-scroll button,
body.no-scroll a,
body.no-scroll button {
  pointer-events: none;
}

.kv {
  position: relative;
  overflow: hidden;
  /* KV画像 */
}
.kv__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ABOUT
-----------------------------------------------------*/
.section-about {
  position: relative;
  padding: 100px 0 212px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about {
    padding: 80px 0 100px;
  }
}
.section-about .container {
  margin-top: -48px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .container {
    margin: -80px auto 0;
  }
}
.section-about h2 {
  position: relative;
  margin: 0;
  left: -1%;
  width: 73.2%;
  max-width: 1053px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about h2 {
    left: -3%;
    width: 346px;
  }
}
.section-about .inner-wrap {
  max-width: 1328px;
  margin: 118px auto 0;
  padding: 0 64px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .inner-wrap {
    margin: 40px auto 0;
    max-width: none;
    width: 92%;
    padding: 0;
  }
}
.section-about .inner-wrap .about-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .inner-wrap .about-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.section-about .inner-wrap .about-textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*SP*/
}
@media (max-width: 768px) {
  .section-about .inner-wrap .about-textarea {
    width: 84.3478%;
    margin: 0 auto;
  }
}
.section-about .inner-wrap .about-copy {
  max-width: 480px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .inner-wrap .about-copy {
    max-width: 283px;
  }
}
.section-about .inner-wrap .about-text {
  margin-top: 20px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
  font-size: 18px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .inner-wrap .about-text {
    margin-top: 16px;
    max-width: none;
    font-size: 14px;
    line-height: 2.3;
  }
}
.section-about .inner-wrap .about-attention {
  margin-top: 18px;
  padding: 20px 22px;
  list-style: none;
  background-color: #a41326;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  font-size: 15px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .inner-wrap .about-attention {
    margin-top: 16px;
    padding: 14px 16px;
    font-size: 12px;
  }
}
.section-about .inner-wrap .about-attention li {
  padding-left: 1em;
  text-indent: -1em;
}
.section-about .inner-wrap .about-attention li + li {
  margin-top: 8px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .inner-wrap .about-attention li + li {
    margin-top: 6px;
  }
}
.section-about .inner-wrap .about-img {
  width: 50.90909091%;
  max-width: 560px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .inner-wrap .about-img {
    width: 100%;
    max-width: none;
  }
}
.section-about .inner-wrap .about-movie {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding-top: 56.25%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-about .inner-wrap .about-movie {
    margin-top: 20px;
  }
}
.section-about .inner-wrap .about-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-about .inner-wrap .about-enjoy {
  max-width: 996px;
  margin: 56px auto 0;
  /*SP*/
}
@media (max-width: 768px) {
  .section-about .inner-wrap .about-enjoy {
    margin-top: 32px;
  }
}
.section-about .inner-wrap .about-enjoy-main {
  padding: 25px 32px 34px;
  background-image: url("/files/user/_/common/img/raisethered/2026-27/bg_about-enjoy.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /*SP*/
}
@media (max-width: 768px) {
  .section-about .inner-wrap .about-enjoy-main {
    padding: 16px 20px 29px;
  }
}
.section-about .inner-wrap .about-enjoy-main h3 {
  width: 414px;
  margin: 0 auto;
  /*SP*/
}
@media (max-width: 768px) {
  .section-about .inner-wrap .about-enjoy-main h3 {
    width: 212px;
  }
}
.section-about .inner-wrap .about-enjoy-main .about-enjoy-list {
  margin-top: 8px;
  /*SP*/
}
@media (max-width: 768px) {
  .section-about .inner-wrap .about-enjoy-main .about-enjoy-list {
    margin-top: 12px;
  }
}
.section-about .inner-wrap .about-enjoy-main .about-enjoy-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 24px;
  background-color: #a41326;
  /*SP*/
}
@media (max-width: 768px) {
  .section-about .inner-wrap .about-enjoy-main .about-enjoy-list li {
    gap: 10px;
    padding: 16px 12px;
  }
}
.section-about .inner-wrap .about-enjoy-main .about-enjoy-list li:nth-of-type(n + 2) {
  margin-top: 12px;
  /*SP*/
}
.section-about .inner-wrap .about-enjoy-main .about-enjoy-list li div:nth-of-type(1) {
  width: 27px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /*SP*/
}
@media (max-width: 768px) {
  .section-about .inner-wrap .about-enjoy-main .about-enjoy-list li div:nth-of-type(1) {
    width: 21px;
  }
}
.section-about .inner-wrap .about-enjoy-main .about-enjoy-list li div:nth-of-type(2) {
  font-size: 20px;
  color: #eee;
  line-height: 1.6;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  /*SP*/
}
@media (max-width: 768px) {
  .section-about .inner-wrap .about-enjoy-main .about-enjoy-list li div:nth-of-type(2) {
    font-size: 14px;
  }
}
.section-about .inner-wrap .about-enjoy-main .about-enjoy-list li div:nth-of-type(2) span {
  margin: 0 2px;
  padding: 2px;
  background-color: #eee;
  color: #a41326;
  /*SP*/
}
@media (max-width: 768px) {
  .section-about .inner-wrap .about-enjoy-main .about-enjoy-list li div:nth-of-type(2) span {
    padding: 0 2px;
  }
}
.section-about .inner-wrap .about-enjoy-main .about-enjoy-list li:nth-of-type(2) div:nth-of-type(2) span {
  margin-left: 0;
}
.section-about .inner-wrap .about-enjoy-main ~ p {
  margin-top: 16px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 2;
  /*SP*/
}
@media (max-width: 768px) {
  .section-about .inner-wrap .about-enjoy-main ~ p {
    font-size: 12px;
  }
}

/* price
-----------------------------------------------------*/
.section-price {
  position: relative;
  padding: 212px 0 64px;
  background-image: url("/files/user/_/common/img/raisethered/2026-27/bg_price_pc.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-price {
    padding: 72px 0 0;
    background-image: url("/files/user/_/common/img/raisethered/2026-27/bg_price_sp.png");
  }
}
.section-price h2 {
  position: absolute;
  top: -282px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: -100px;
  padding-top: 100px;
  width: 100%;
  max-width: 899px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-price h2 {
    top: -99px;
    left: -3%;
    margin-top: 0;
    padding-top: 0;
    width: 296px;
    -webkit-transform: none;
            transform: none;
  }
}
.section-price .inner-wrap-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 996px;
  padding: 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-price .inner-wrap-small {
    width: calc(100% - 80px);
  }
}
.section-price .inner-wrap-small .price-tab .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  /*SP*/
}
@media (max-width: 768px) {
  .section-price .inner-wrap-small .price-tab .tab-buttons {
    display: block grid;
    -ms-grid-columns: 1fr 9px 1fr 9px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
  }
}
.section-price .inner-wrap-small .price-tab .tab-buttons .tab-button {
  position: relative;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 237px;
  height: 64px;
  border: 4px solid #a41326;
  background-color: #eee;
  /*SP*/
}
@media (max-width: 768px) {
  .section-price .inner-wrap-small .price-tab .tab-buttons .tab-button {
    width: auto;
    height: 40px;
    border: 2px solid #a41326;
  }
}
.section-price .inner-wrap-small .price-tab .tab-buttons .tab-button:hover {
  opacity: 1;
}
.section-price .inner-wrap-small .price-tab .tab-buttons .tab-button:hover::before {
  /*PC*/
}
@media (min-width: 769px) {
  .section-price .inner-wrap-small .price-tab .tab-buttons .tab-button:hover::before {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.section-price .inner-wrap-small .price-tab .tab-buttons .tab-button::before {
  position: absolute;
  inset: 0;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 125px;
  z-index: 2; /*SP*/
}
@media (max-width: 768px) {
  .section-price .inner-wrap-small .price-tab .tab-buttons .tab-button::before {
    background-size: 87px;
  }
}
.section-price .inner-wrap-small .price-tab .tab-buttons .tab-button::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/files/user/_/common/img/raisethered/2026-27/bg_tab-button.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.section-price .inner-wrap-small .price-tab .tab-buttons .tab-button:nth-of-type(1)::before {
  background-image: url("/files/user/_/common/img/raisethered/2026-27/txt_rank_low_r.svg");
}
.section-price .inner-wrap-small .price-tab .tab-buttons .tab-button:nth-of-type(2)::before {
  background-image: url("/files/user/_/common/img/raisethered/2026-27/txt_rank_middle_r.svg");
}
.section-price .inner-wrap-small .price-tab .tab-buttons .tab-button:nth-of-type(3)::before {
  background-image: url("/files/user/_/common/img/raisethered/2026-27/txt_rank_high_r.svg");
}
.section-price .inner-wrap-small .price-tab .tab-buttons .tab-button.active:hover::before {
  opacity: 1;
}
.section-price .inner-wrap-small .price-tab .tab-buttons .tab-button.active::after {
  opacity: 1;
}
.section-price .inner-wrap-small .price-tab .tab-buttons .tab-button.active:nth-of-type(1)::before {
  background-image: url("/files/user/_/common/img/raisethered/2026-27/txt_rank_low_w.svg");
}
.section-price .inner-wrap-small .price-tab .tab-buttons .tab-button.active:nth-of-type(2)::before {
  background-image: url("/files/user/_/common/img/raisethered/2026-27/txt_rank_middle_w.svg");
}
.section-price .inner-wrap-small .price-tab .tab-buttons .tab-button.active:nth-of-type(3)::before {
  background-image: url("/files/user/_/common/img/raisethered/2026-27/txt_rank_high_w.svg");
}
.section-price .inner-wrap-small .price-tab .tab-contents {
  margin-top: 10px;
  /*SP*/
}
@media (max-width: 768px) {
  .section-price .inner-wrap-small .price-tab .tab-contents {
    margin-top: 16px;
  }
}
.section-price .inner-wrap-small .price-flex,
.section-price .inner-wrap-small .price-fanclub {
  padding: 32px 56px 40px;
  background-color: rgba(0, 0, 0, 0.6);
  /*SP*/
}
@media (max-width: 768px) {
  .section-price .inner-wrap-small .price-flex,
  .section-price .inner-wrap-small .price-fanclub {
    padding: 24px 20px;
  }
}
.section-price .inner-wrap-small .price-flex {
  margin-top: 40px;
  /*SP*/
}
@media (max-width: 768px) {
  .section-price .inner-wrap-small .price-flex {
    margin-top: 33px;
  }
}
.section-price .inner-wrap-small .price-flex h3 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #eee;
  text-align: center;
  /*SP*/
}
@media (max-width: 768px) {
  .section-price .inner-wrap-small .price-flex h3 {
    font-size: 15px;
  }
}
.section-price .inner-wrap-small .price-flex p {
  margin-top: 20px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #eee;
  font-size: 14px;
  /*SP*/
}
@media (max-width: 768px) {
  .section-price .inner-wrap-small .price-flex p {
    margin-top: 12px;
    font-size: 12px;
  }
}
.section-price .inner-wrap-small .price-fanclub {
  margin-top: 40px;
  /*SP*/
}
@media (max-width: 768px) {
  .section-price .inner-wrap-small .price-fanclub {
    margin-top: 24px;
  }
}
.section-price .inner-wrap-small .price-fanclub h3 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #eee;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  /*SP*/
}
@media (max-width: 768px) {
  .section-price .inner-wrap-small .price-fanclub h3 {
    font-size: 15px;
  }
}
.section-price .inner-wrap-small .price-fanclub h3 span {
  color: #c19a2a;
}
.section-price .inner-wrap-small .price-fanclub h3 + a {
  display: block;
  margin-top: 20px;
  /*SP*/
}
@media (max-width: 768px) {
  .section-price .inner-wrap-small .price-fanclub h3 + a {
    margin-top: 12px;
  }
}
.section-price .inner-wrap-small .place {
  margin: 80px auto 0;
  max-width: 339px;
  width: 100%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-price .inner-wrap-small .place {
    margin-top: 40px;
    max-width: 229px;
  }
}

/* SPECIAL
-----------------------------------------------------*/
.section-special {
  position: relative;
  padding: 240px 0 154px;
  /*SP*/
}
.section-special h2 {
  position: absolute;
  top: -330px;
  right: -3%;
  margin-top: -100px;
  padding-top: 100px;
  width: 84.1%;
  max-width: 1212px;
}
.section-special .inner-wrap-small {
  margin: 0 auto;
  background-color: #bdbdbd;
  height: 526px;
}

/*RAISETHERED
-----------------------------------------------------*/
.section-raise {
  position: relative;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-raise {
    margin-top: 32px;
    padding-bottom: 77px;
  }
}
.section-raise .container {
  position: relative;
  max-width: none;
}
.section-raise .container h2.raise {
  position: absolute;
  top: 41%;
  left: 50%;
  -webkit-transform: translate(-50%, -41%);
          transform: translate(-50%, -41%);
  max-width: 680px;
  width: 47.1%;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-raise .container h2.raise {
    top: 39.5%;
    left: 50%;
    -webkit-transform: translate(-50%, -39.5%);
            transform: translate(-50%, -39.5%);
    max-width: 345px;
    width: 100%;
  }
}

/* ticket
-----------------------------------------------------*/
.section-ticket {
  position: relative;
  margin-top: -5%;
  padding: 100px 0 200px;
  background-image: url("/files/user/_/common/img/raisethered/2026-27/bg_ticket_pc.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket {
    padding: 72px 0 74px;
    background-image: url("/files/user/_/common/img/raisethered/2026-27/bg_ticket_sp.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
.section-ticket .container {
  /*SP*/
}
.section-ticket h2 {
  position: relative;
  top: 0;
  left: 0;
  margin: -48px 0 0 0;
  width: 73%;
  max-width: 1052px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket h2 {
    position: absolute;
    top: -8%;
    left: -2%;
    width: 348px;
    max-width: none;
  }
}
.section-ticket .inner-wrap-small {
  max-width: 1203px;
  margin: 120px auto 0;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-ticket .inner-wrap-small {
    margin-top: 0;
    padding-top: 56px;
    width: calc(100% - 80px);
    max-width: 293px;
  }
}
.section-ticket .inner-wrap-small .ticket-bnr {
  max-width: 800px;
  margin: 0 auto;
}

/*
* color
* --------------------------------------------------*/
.section-sns {
  padding: 113px 0 148px;
  background-color: #fff;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .section-sns {
    padding: 57px 0 96px;
  }
}
.section-sns h2 {
  margin: 0 auto;
  width: 18.5%;
  max-width: 267px;
}
@media screen and (max-width: 768px) {
  .section-sns h2 {
    width: 136px;
    max-width: none;
  }
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
  padding-top: 130px;
  /*SP*/
}
@media screen and (max-width: 768px) {
  .sns-list {
    margin: 0 21px;
    padding-top: 42px;
  }
}

.sns-list .sns-btn {
  max-width: 20%;
  -webkit-box-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  background-color: #eee;
  display: block;
  height: 0;
  padding-bottom: 13%;
  position: relative;
}

.sns-list .sns-btn .img {
  position: absolute;
  max-width: 100px;
  width: 55%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sns-list .sns-twi {
  background-color: #000;
}

.sns-list .sns-inst {
  background-image: url("https://nagoya-dolphins.jp/files/user/common/2021-22/game/sns-inst-bg.png");
  background-size: cover;
  background-position: center;
}

.sns-list .sns-youtube {
  background-color: #ff0000;
}

.sns-list .sns-tictok {
  background-color: #000;
}

.sns-list .sns-line {
  background-color: #06c755;
}

@media (max-width: 767px) {
  .sns-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sns-list .sns-btn {
    max-width: 50%;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    padding-bottom: 120px;
  }
  .sns-list .sns-line {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}
/*
* color
* --------------------------------------------------*/
/* 背景
-----------------------------------------------------*/
.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #f4f4f4;
}

/* PC,SPごとの表示切り替え
-----------------------------------------------------*/
.sp-break {
  display: inline;
}

/*SP*/
@media screen and (max-width: 768px) {
  .sp-break {
    display: block;
  }
}
.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

/*SP*/
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}