@charset "UTF-8";
/****************************************

common

*****************************************/
/* layout */
.contents {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
.inner {
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .contents {
    width: 100%;
  }
  .inner {
    width: 96%;
  }
}
.marginT80 {
  margin-top: 80px !important;
}
.marginT64 {
  margin-top: 64px !important;
}
.marginT48 {
  margin-top: 48px !important;
}
.marginT40 {
  margin-top: 40px !important;
}
.marginT32 {
  margin-top: 32px !important;
}
.marginT24 {
  margin-top: 24px !important;
}
.marginT16 {
  margin-top: 16px !important;
}
.marginT08 {
  margin-top: 8px !important;
}
/* 見出し */
h2.funclub_h2 {
  border-radius: 24px 24px 0 0;
  background: #e61d1e;
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 4px 8px;
}
@media only screen and (max-width: 768px) {
  h2.funclub_h2 {
    border-radius: 0;
    font-size: 20px;
    padding: 14px 8px;
  }
}
/* font */
.color_red {
  color: #e61d1e;
}
.color_gray {
  color: #6e6e6e;
}
/* 非活性ボタン */
.is-disable {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}
/****************************************

page

*****************************************/
/* お名前掲出ボタン ********************/
.page__link__area .round-button {
  font-size: 16px;
}
.page__link__area .round-button.disable span {
  border: none;
  background: #ccc;
  padding-top: 16px;
}
/* main_visual */
.main_visual {
  text-align: center;
  background: linear-gradient(
    to right,
    #8d1100 0%,
    #8d1100 50%,
    #0060a7 50%,
    #0060a7 50%,
    #0060a7 100%
  );
}
.main_visual img {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
/* leaflet ********************/
.leaflet a {
  color: #f00;
  font-size: 20px;
  font-weight: 700;
}
/* 2025-26シーズンについて ********************/
.season .inner {
  width: 96%;
  margin: 0 auto;
}
.season .season_lead {
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
}
.season p {
  margin-top: 16px;
  margin-bottom: 0;
  position: relative;
}
.season ul li {
  padding-left: 16px;
  position: relative;
}
.season ul li span,
.season p span {
  position: absolute;
  left: 160px;
  top: 0;
}
.season ul li span::before,
.season p span::before {
  content: "：";
}
@media only screen and (max-width: 768px) {
  .season ul li span,
  .season p span {
    position: relative;
    left: 0;
    top: 0;
    display: block;
  }
  .season ul li span::before,
  .season p span::before {
    content: "　";
  }
}
/* ファンクラブの特長 ********************/
.benefits .benefits_bg {
  border-radius: 20px;
  background: #fff9f9;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.45);
  padding: 16px;
  position: relative;
}
.benefits .benefits_bg h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .benefits .benefits_bg h3 {
    font-size: 20px;
  }
}
.benefits .benefits_bg.benefits_01 h3 span {
  background: url("../img/fanclub/2025/benefits_01-1.png") no-repeat bottom
    center;
  background-size: contain;
  padding: 0 32px;
}
.benefits .benefits_bg.benefits_02 h3 span {
  background: url("../img/fanclub/2025/benefits_02-1.png") no-repeat bottom
    center;
  background-size: contain;
  padding: 0 32px;
}
.benefits .benefits_bg.benefits_03 h3 span {
  background: url("../img/fanclub/2025/benefits_03-1.png") no-repeat bottom
    center;
  background-size: contain;
  padding: 0 32px;
}
.benefits .benefits_bg.benefits_04 h3 span {
  background: url("../img/fanclub/2025/benefits_04-1.png") no-repeat bottom
    center;
  background-size: contain;
  padding: 0 32px;
}
.benefits .benefits_bg p {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}
.benefits .benefits_bg ul li {
  font-size: 24px;
  font-weight: 700;
  list-style: disc;
  margin-left: 1.5em;
}
.benefits .benefits_bg.benefits_02 img {
  margin-top: -24px;
}
@media only screen and (max-width: 768px) {
  .benefits .benefits_bg ul li {
    font-size: 16px;
  }
  .benefits .benefits_bg.benefits_02 img {
    margin-top: 0;
  }
}
.benefits .benefits_2col {
  display: table;
  border-collapse: separate;
  border-spacing: 24px;
  width: calc(100% + 48px);
  margin-left: -24px;
}
.benefits .benefits_bg.benefits_03,
.benefits .benefits_bg.benefits_04 {
  display: table-cell;
}
.benefits .benefits_bg.benefits_03 {
  width: 58%;
}
.benefits .benefits_bg.benefits_03 img {
  position: absolute;
  right: 0;
  bottom: calc(50% - 100px);
  width: 40%;
}
.benefits .benefits_bg.benefits_04 img {
  position: absolute;
  right: 10px;
  bottom: calc(50% - 110px);
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .benefits .benefits_2col {
    display: block;
    width: auto;
    margin-left: 0;
  }
  .benefits .benefits_bg.benefits_03,
  .benefits .benefits_bg.benefits_04 {
    display: block;
  }
  .benefits .benefits_bg.benefits_03 {
    width: auto;
  }
  .benefits .benefits_bg.benefits_03 img {
    bottom: calc(50% - 60px);
    width: 40%;
  }
  .benefits .benefits_bg.benefits_04 img {
    bottom: calc(50% - 80px);
    width: 30%;
  }
}
/* 会員コースのご案内 ********************/
.member_type .Hide_pc {
  display: none !important;
}
@media only screen and (max-width: 860px) {
  .member_type .Hide_sp {
    display: none !important;
  }
  .member_type .Hide_pc {
    display: block !important;
  }
}
.member_type .howto a {
  color: #000;
}
.member_type .howto .pdf_link {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.member_type ol > li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.member_type ol > li > span {
  position: absolute;
  left: 0;
  top: 0;
}
.acd-box {
  margin-bottom: 24px;
  position: relative;
  color: #fff;
}
.acd-box h3 {
  font-size: 24px;
  padding-top: 16px;
  padding-left: 100px;
}
.acd-box h3 span {
  font-size: 0.6em;
}
.acd-box .fee {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
  padding-left: 100px;
}
.acd-box#member_type_ticket .fee,
.acd-box#member_type_free .fee {
  color: #494949;
}
.acd-box .fee span {
  font-size: 0.7em;
}
.acd-box .note {
  background: #be0207;
  border: 1px solid #be0207;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  left: 400px;
  top: 16px;
  width: 130px;
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
}
.acd-box .note.end {
  background: #a7a7a7;
  border: 1px solid #000;
  color: #494949;
}
.acd-box .apply_btn_s {
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  right: 184px;
  top: 28px;
  width: 120px;
  height: 40px;
  background: #494949;
  border: 2px solid #fff;
  border-radius: 22px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.acd-box .apply_btn_s:hover {
  background: #787878;
}
.acd-box::before {
  content: "";
  display: block;
  width: 70px;
  height: 100%;
  position: absolute;
  left: 16px;
  top: 16px;
}
.acd-box#member_type_s-premium {
  background: url("../img/fanclub/2025/member_type_bg_premium.png") no-repeat
    left top;
  background-size: cover;
  color: #ccb05c;
}
.acd-box#member_type_s-premium::before {
  background: url("../img/fanclub/2025/member_type_icon_s-premium.png")
    no-repeat left top;
  background-size: contain;
}
.acd-box#member_type_premium {
  background: url("../img/fanclub/2025/member_type_bg_premium.png") no-repeat
    left top;
  background-size: cover;
  color: #f57275;
}
.acd-box#member_type_premium::before {
  background: url("../img/fanclub/2025/member_type_icon_premium.png") no-repeat
    left top;
  background-size: contain;
}
.acd-box#member_type_gold {
  background: url("../img/fanclub/2025/member_type_bg_gold.png") no-repeat left
    top;
  background-size: cover;
  color: #fff;
}
.acd-box#member_type_regular {
  background: url("../img/fanclub/2025/member_type_bg_regular.png") no-repeat
    left top;
  background-size: cover;
  color: #fff;
}
.acd-box#member_type_u18 {
  background: url("../img/fanclub/2025/member_type_bg_u18.png") no-repeat left
    top;
  background-size: cover;
  color: #fff;
}
.acd-box#member_type_ticket {
  background: #96d49f;
  color: #494949;
}
.acd-box#member_type_free {
  background: #d6d6d6;
  color: #494949;
}
.acd-box#member_type_gold::before,
.acd-box#member_type_regular::before,
.acd-box#member_type_u18::before,
.acd-box#member_type_ticket::before,
.acd-box#member_type_free::before {
  background: url("../img/fanclub/2025/member_type_icon.png") no-repeat left top;
  background-size: contain;
}
@media only screen and (max-width: 860px) {
  .acd-box h3 {
    font-size: 20px;
    padding-top: 16px;
    padding-left: 16px;
  }
  .acd-box .fee {
    font-size: 16px;
    padding-left: 16px;
  }
  .acd-box#member_type_regular .fee,
  .acd-box#member_type_ticket .fee,
  .acd-box#member_type_free .fee {
    margin-bottom: 69px;
  }
  .acd-box .note {
    position: relative;
    left: auto;
    top: auto;
    padding: 8px 16px;
    margin: 0 0 16px 16px;
  }
  .acd-box .apply_btn_s {
    position: absolute;
    right: 16px;
    top: 20px;
  }
  .acd-box#member_type_s-premium::before,
  .acd-box#member_type_premium::before,
  .acd-box#member_type_gold::before,
  .acd-box#member_type_regular::before,
  .acd-box#member_type_u18::before,
  .acd-box#member_type_ticket::before,
  .acd-box#member_type_free::before {
    background: none;
  }
}
.acd-check {
  display: none;
}
/* 詳細ボタン */
.acd-label {
  box-sizing: border-box;
  color: #fff;
  background: url("../img/fanclub/2025/acd_arw_dwn.png") no-repeat right 30px
    center #494949;
  background-size: 16px;
  position: absolute;
  right: 40px;
  top: 28px;
  width: 120px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 22px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  font-weight: 700;
  padding-right: 14px;
  text-decoration: none;
  letter-spacing: 0.2em;
}
.acd-label:hover {
  background: url("../img/fanclub/2025/acd_arw_dwn.png") no-repeat right 30px
    center #787878;
  background-size: 16px;
}
.acd-check:checked + .acd-label {
  background: url("../img/fanclub/2025/acd_arw_up.png") no-repeat right 30px
    center #787878;
  background-size: 16px;
}
@media only screen and (max-width: 860px) {
  .acd-label {
    right: 16px;
    top: 76px;
  }
}
/* アコーディオン開 */
.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  color: #000;
  overflow: hidden;
}
.acd-check:checked + .acd-label + .acd-content {
  box-sizing: border-box;
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 16px;
}
.acd-box#member_type_s-premium .acd-check:checked + .acd-label + .acd-content {
  background: #494949;
  border: 8px solid #deb15b;
  padding: 8px;
}
.acd-box#member_type_premium .acd-check:checked + .acd-label + .acd-content {
  background: #494949;
  border: 8px solid #f57275;
  padding: 8px;
}
.acd-box#member_type_gold .acd-check:checked + .acd-label + .acd-content {
  background: #f6e7ca;
}
.acd-box#member_type_regular .acd-check:checked + .acd-label + .acd-content {
  background: #ffe9ea;
}
.acd-box.acd-box#member_type_u18
  .acd-check:checked
  + .acd-label
  + .acd-content {
  background: #e4f2ff;
}
.acd-box#member_type_ticket .acd-check:checked + .acd-label + .acd-content {
  background: #e3f7e6;
}
.acd-box#member_type_free .acd-check:checked + .acd-label + .acd-content {
  background: #d2d2d2;
}
.acd-content_box {
  background: #fff;
  padding: 32px 40px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 860px) {
  .acd-content_box {
    padding: 16px;
  }
}
.acd-content_box h4 {
  font-size: 20px;
  font-weight: bold;
  color: #be0008;
  margin-bottom: 8px;
}
.acd-content_box ul li {
  list-style: disc;
  margin-left: 1.5em;
}
.acd-content_box .col_area {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.acd-content_box .col_item {
  display: table-cell;
  vertical-align: top;
}
.acd-content_box .col_item.col_item_img {
  text-align: right;
}
@media only screen and (max-width: 860px) {
  .acd-content_box .col_area {
    display: block;
    width: auto;
    vertical-align: top;
  }
  .acd-content_box .col_item {
    display: block;
  }
  .acd-content_box .col_item.col_item_img {
    text-align: center;
  }
}
.acd-content_box.member_type_card img,
.acd-content_box.member_type_ticket img,
.acd-content_box.member_type_ticket_memorial img {
  width: 160px;
}
.acd-content_box.member_type_other img {
  width: 280px;
}
#member_type_ticket .acd-content_box.member_type_other img,
#member_type_free .acd-content_box.member_type_other img {
  width: 160px;
}
.acd-content_box.member_type_goods .goods_img {
  text-align: center;
  margin: 16px 0 0 0;
}
.acd-content_box.member_type_goods .col_item.col_item_img {
  text-align: right;
  margin: 16px 0 0 0;
}
.acd-content_box.member_type_goods .goods_img p {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
  font-size: 0;
}
#member_type_s-premium .acd-content_box.member_type_event .event_img,
#member_type_premium .acd-content_box.member_type_event .event_img {
  width: 570px;
}
#member_type_gold .acd-content_box.member_type_event .event_img,
#member_type_regular .acd-content_box.member_type_event .event_img,
#member_type_u18 .acd-content_box.member_type_event .event_img {
  width: 380px;
}
.acd-content_box.member_type_event .event_img ul {
  font-size: 0;
}
.acd-content_box.member_type_event .event_img ul li {
  display: inline-block;
  padding: 0 8px 16px 8px;
  list-style: none;
  max-width: 190px;
}
@media only screen and (max-width: 860px) {
  .acd-content_box img {
    display: block;
    margin: 0 auto;
    margin-top: 16px;
  }
  .acd-content_box.member_type_card img,
  .acd-content_box.member_type_ticket img {
    width: 50%;
  }
  .acd-content_box.member_type_goods .goods_img {
    text-align: center;
  }
  .acd-content_box.member_type_goods .goods_img p {
    width: 42%;
  }
  .acd-content_box.member_type_goods .col_item.col_item_img {
    text-align: center;
  }
  #member_type_s-premium .acd-content_box.member_type_event .event_img,
  #member_type_premium .acd-content_box.member_type_event .event_img {
    width: auto;
  }
  #member_type_gold .acd-content_box.member_type_event .event_img,
  #member_type_regular .acd-content_box.member_type_event .event_img,
  #member_type_u18 .acd-content_box.member_type_event .event_img {
    width: auto;
  }
  .acd-content_box.member_type_event .event_img ul li {
    width: 50%;
    padding: 0 8px;
  }
}
/* 申し込みボタン */
.acd-content .apply_btn {
  box-sizing: border-box;
  width: 100%;
  max-width: 368px;
  height: 72px;
  display: block;
  border-radius: 36px;
  border: 4px solid #494949;
  color: #494949;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 40px auto;
  text-decoration: none;
  line-height: 1.2em;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.acd-content .apply_btn span {
  font-size: 16px;
  display: block;
}
.acd-box#member_type_s-premium .acd-content .apply_btn {
  border: 4px solid #e6cfa2;
  background: #deb15b;
  color: #494949;
}
.acd-box#member_type_premium .acd-content .apply_btn {
  border: 4px solid #f4c1c4;
  background: #f57275;
  color: #494949;
}
.acd-box#member_type_gold .acd-content .apply_btn {
  background: #deb15b;
}
.acd-box#member_type_regular .acd-content .apply_btn {
  background: #f57275;
}
.acd-box#member_type_u18 .acd-content .acd-content_btn {
  text-align: center;
  margin: 40px 0;
}
.acd-box#member_type_u18 .acd-content .apply_btn {
  background: #92ccfe;
  display: inline-block;
  margin: 0 20px;
}
@media only screen and (max-width: 860px) {
  .acd-box#member_type_u18 .acd-content .apply_btn {
    margin: 20px 0;
  }
  .acd-box#member_type_u18 .acd-content .apply_btn;
}
.acd-box#member_type_ticket .acd-content .apply_btn {
  background: #96d49f;
}
.acd-box#member_type_free .acd-content .apply_btn {
  background: #d6d6d6;
}
/* 会員特典の一覧 ********************/
.benefits_table table {
  width: 100%;
  box-sizing: border-box;
  line-height: 1.4em;
  font-size: 16px;
}
.benefits_table table .font_s {
  font-size: 0.75em;
}
.benefits_table table sub {
  font-size: 0.75em;
  font-weight: 400;
  margin-left: 4px;
}
.benefits_table table thead th,
.benefits_table table th,
.benefits_table table thead td,
.benefits_table table td {
  border: 2px solid #fff;
  background: #d6d6d6 !important;
  color: #000;
  font-weight: 700 !important;
  text-align: center !important;
  padding: 8px !important;
}
.benefits_table table thead td,
.benefits_table table td {
  background: #f2f2f2 !important;
  width: 150px;
}
@media only screen and (max-width: 1140px) {
  .benefits_table table thead td,
  .benefits_table table td {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .benefits_table table thead th,
  .benefits_table table th,
  .benefits_table table thead td,
  .benefits_table table td {
    padding: 8px 4px !important;
  }
  .benefits_table table thead td,
  .benefits_table table td {
    width: 45%;
  }
}
.benefits_table table thead td,
.benefits_table table thead th {
  height: 80px;
}
.benefits_table table th.vertical {
  width: 36px !important;
}
.benefits_table table th.vertical span {
  display: inline-block;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
.benefits_table table .s-premium {
  color: #937437;
}
.benefits_table table thead .s-premium {
  background: linear-gradient(to bottom, #494949 85%, #deb15b 85%) !important;
  color: #fff;
}
.benefits_table table .premium {
  color: #be0008;
}
.benefits_table table thead .premium {
  background: linear-gradient(to bottom, #494949 85%, #f57275 85%) !important;
  color: #fff;
}
.benefits_table table .gold {
  background: #f6e7ca !important;
}
.benefits_table table thead .gold {
  background: #e6cfa2 !important;
}
.benefits_table table .regular {
  background: #ffe9ea !important;
}
.benefits_table table thead .regular {
  background: #f4c1c4 !important;
}
.benefits_table table .u18 {
  background: #e4f2ff !important;
}
.benefits_table table thead .u18 {
  background: #92ccfe !important;
}
.benefits_table table .ticket {
  background: #e3f7e6 !important;
}
.benefits_table table thead .ticket {
  background: #96d49f !important;
}
.benefits_table ul.note li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 400;
  color: #494949;
}
.benefits_table ul.note li span {
  position: absolute;
  left: 0;
  top: 0;
}
/* 会員特典の一覧 表示切り替え */
.tabs {
  display: none;
}
@media only screen and (max-width: 1140px) {
  .benefits_table .benefits_table_pc {
    display: none;
  }
  .tabs {
    display: block;
  }
}
/* 会員特典の一覧 SP */
.tabs {
  width: 100%;
}
.tab_area {
  position: sticky;
  top: 43px;
  font-size: 0;
  background: #fff;
  padding: 8px 4px 0 4px;
  z-index: 9999;
}
.tab_item {
  box-sizing: border-box;
  width: calc(33.33% - 8px);
  height: 72px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  transition: all 0.2s ease;
  margin: 0 4px 8px 4px;
  vertical-align: middle;
  border-radius: 8px;
  padding: 16px 0 0 0;
  font-size: 14px;
  line-height: 1.3em;
  opacity: 0.5;
}
.tabs input:checked + .tab_item {
  opacity: 1;
}
.tab_item.s-premium {
  background: linear-gradient(to bottom, #494949 90%, #deb15b 90%) !important;
  color: #fff;
  padding: 4px 0 0 0;
}
.tab_item.premium {
  background: linear-gradient(to bottom, #494949 90%, #f57275 90%) !important;
  color: #fff;
}
.tab_item.gold {
  background: #e6cfa2 !important;
}
.tab_item.regular {
  background: #f4c1c4 !important;
}
.tab_item.u18 {
  background: #92ccfe !important;
}
.tab_item.ticket {
  background: #96d49f !important;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  overflow: hidden;
  width: 100vw;
}
.tabs:has(#s-premium:checked) #s-premium_content,
.tabs:has(#premium:checked) #premium_content,
.tabs:has(#gold:checked) #gold_content,
.tabs:has(#regular:checked) #regular_content,
.tabs:has(#u18:checked) #u18_content,
.tabs:has(#ticket:checked) #ticket_content {
  display: block;
}
/* お問い合わせ ********************/
.contact {
  margin-bottom: 80px;
}
.contact div {
  background: url("../img/fanclub/2025/contact.png") no-repeat bottom right;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .contact div {
    background: none;
  }
  .contact div::after {
    content: "";
    display: block;
    height: 200px;
    background: url("../img/fanclub/2025/contact.png") no-repeat bottom right;
    background-size: contain;
  }
}
.contact div a {
  color: #000;
}
.contact h3 {
  font-size: 20px;
  font-weight: 700;
  padding-left: 32px;
  margin-bottom: 16px;
}
.contact h3.faq {
  background: url("../img/fanclub/2025/icon_faq.png") no-repeat left center;
  background-size: contain;
}
.contact h3.contact_form {
  background: url("../img/fanclub/2025/icon_mail.png") no-repeat left center;
  background-size: contain;
}
