html {
  overflow-x: hidden;
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Oswald:wght@700&display=swap");
:root {
  --transition: 0.3s ease-in-out;
  --ft-en: "Oswald", sans-serif;
  --ft-en-ja: "Oswald", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  --cl-black: #000;
  --cl-white: #fff;
  --cl-gray01: #999;
  --cl-gray02: #ccc;
  --cl-gray03: #f0f0f0;
  --cl-accent: #cc172b;
}

body {
  padding: 0;
  margin: 0 auto;
  padding-top: 0 !important;
  /* background-color: #eaeaea !important; */
  overflow-x: hidden !important;
  background-image: url(../img/bg.jpg);
}

/* main {
  background-image: url(../img/bg-img.png);
  background-color: #aaaaaa;
  background-size: cover;
  background-position: center;
} */

/* @media only screen and (min-width: 600px) {
  main {
    background-size: cover;
    margin: 120px auto 0 auto;
  }
} */

section {
  background-repeat: no-repeat;
  background-position-x: center;
}

section:first-child {
  margin-top: 64px;
}

@media only screen and (min-width: 600px) {
  section {
    margin: 40px auto 0 auto;
  }

  section:first-child {
    margin: 120px auto 0 auto;
  }
}

.sp {
  display: block;
}

@media only screen and (min-width: 600px) {
  .sp {
    display: none;
  }
}

.max-w800 {
  position: relative;
  max-width: 800px;
  margin: 15px 25px 0;
}

@media only screen and (min-width: 600px) {
  .max-w800 {
    position: relative;
    max-width: 800px;
    margin: 35px auto 0 auto;
  }
}

.max-w {
  position: relative;
  margin: 15px 10px 0;
}

@media only screen and (min-width: 600px) {
  .max-w {
    position: relative;
    max-width: 940px;
    margin: 35px auto 0 auto;
    width: 95vw;
  }
}

.kv-wrapper {
  max-width: 100% !important;
}

.kv-wrapper img{
  width: 100%;
}

.c-frame {
  background-color: rgba(0, 0, 0, 0.7);
  /* background-image: linear-gradient(130deg, rgb(0 0 0) 37%, rgb(150 150 150)); */
}

.c-frame::before, .c-frame::after {
  content: "";
  border: solid black;
  position: absolute;
  pointer-events: none;
  width: min(100px, 7.5757575758vw);
  height: min(100px, 7.5757575758vw);
}

.c-frame::before {
  border-width: 4px 0 0 4px;
  top: -4px;
  left: -4px;
  border-color: #fff;
}

.c-frame::after {
  border-width: 0 4px 4px 0;
  bottom: -4px;
  right: -4px;
  border-color: #fff;
}

.btn:hover {
  opacity: 0.7;
  transition: 0.2s;
}

.btn02:hover {
  border: solid 8px #DC000C;
  transition: 0.2s;
}

strong {
  color: #DC000C;
  font-weight: bold;
}

.txt {
  font-size: 11px;
  color: #fff;
  line-height: 1.5rem;
  font-weight: 500 !important;
  font-family: 'Noto Sans JP', sans-serif;
}

.txt .txt_small {
  font-size: 10px;
}

.txt-smaller {
  text-align: center;
  font-size: 8px;
  color: #fff;
  margin-top: 10px !important;
  padding-bottom: 25px;
}

@media only screen and (min-width: 600px) {
  .txt {
    font-size: 20px;
    line-height: 2.5rem;
    font-weight: 500;
  }
}

@media only screen and (min-width: 600px) {
  .txt .txt_small {
    font-size: 18px;
  }
}

@media only screen and (min-width: 600px) {
  .txt-smaller {
    font-size: 14px;
    line-height: 1.5rem;
    text-align: center;
    padding-bottom: 25px;
  }
}

.content a {
  display: block;
  border: solid 4px #DC000C;
  color: #ffffff;
  text-decoration: underline;
  text-align: center;
  position: relative;
  font-size: 13px;
  margin: 40px 20px 25px 20px;
  padding: 15px 0;
  font-weight: bold;
}

@media only screen and (min-width: 600px) {
  .content a {
    font-size: 26px;
  }
}

.content a[target="_blank"]::before {
  content: "";
  background: url(../img/icon_external_link_w.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 600px) {
  .content a[target="_blank"]::before {
    width: 24px;
    height: 24px;
  }
}

.attention {
  font-weight: bold;
  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;
  font-size: 13px;
  color: #fff;
}

@media only screen and (min-width: 600px) {
  .attention {
    font-size: 22px;
  }
}

.attention i {
  display: block;
  margin-right: 10px;
  width: 16px;
  height: auto;
}

@media only screen and (min-width: 600px) {
  .attention i {
    width: 26px;
    margin-top: 4px;
  }
}

/* シーズンシートとは？ */
.section-kv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.section-kv::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  position: absolute;
  top: 0;
  left: 0;
}

.section-kv img {
  height: min(300px, 32.2727272727vw);
  object-fit: cover;
  width: 100%;
}

.about {
  margin-top: 0px;
  position: relative;
  margin-bottom: 30px;
}

.section-ttl {
  text-align: center;
  font-size: 18px;
  font-weight: black;
}

.section-ttl {
  display: grid;
  font-size: 0;
  font-weight: bold;
  line-height: 1;
  margin: 0 -50vw min(70px, 5.303030303vw);
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
}

.section-ttl .ja {
  color: #fff;
  font-size: min(30px, 16vw);
  margin-top: min(20px, 5vw);
  text-shadow: black 2px 2px;
}

.section-ttl .en {
  color: #fff;
  font-size: min(16px, 4.8vw);
  margin-top: min(10px, 2.6515151515vw);
  font-family: "Oswald", sans-serif;
  text-shadow: black 2px 2px;
  text-transform: uppercase;
}

@media only screen and (min-width: 600px) {
  .section-ttl .ja {
    font-size: min(85px, 15.1515151515vw);
    margin-top: 0.5em;
    white-space: nowrap;
    text-shadow: black 5px 5px;
  }

  .section-ttl .en {
    font-size: min(50px, 3vw);
    font-weight: bold;
    margin-top: min(15px, 2.6515151515vw);
    font-family: "Oswald", sans-serif;
    text-shadow: black 5px 5px;
  }
}

.about .txt {
  padding: 25px 25px 0;
  margin: 15px 0 0;
  text-align: center;
  font-weight: 500 !important;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

/* シーズンシートの魅力 */
.border {
  position: relative;
  margin-bottom: 35px;
}

@media only screen and (min-width: 600px) {
  .border {
    position: relative;
  }
}

.border .section-ttl {
  position: relative;
  /* padding: 25px 0 20px 0; */
}


@media only screen and (min-width: 600px) {
  .border .section-ttl {
    /* padding: 40px 0; */
  }
}
/* .border .section-ttl::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  border-width: 0px !important;
}

@media only screen and (min-width: 600px) {
  .border .section-ttl::before {
    content: "";
    width: 80px;
    height: 4px;
  }
} */

.charm-detail {
  padding: 30px 10px;
}

.charm-detail table {
  margin-bottom: 10px;
  margin-top: 0px !important;
  width: 100%;
}

/* @media only screen and (min-width: 600px) {
  .charm-detail table {
    margin: 0 30px;
    margin-bottom: 10px;
  }
} */

.charm-detail td {
  background-color: #D2A365 !important;
}

.charm-detail th, .charm-detail td {
  border: none !important;
  padding: 12px 0;
}

.charm-detail table:last-child {
  /* margin-bottom: 40px; */
}

@media only screen and (min-width: 600px) {
  .charm-detail table:last-child {
    /* margin-bottom: 60px; */
  }
}

.number {
  width: 36px;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-family: Oswald;
  vertical-align: inherit !important;
}

@media only screen and (min-width: 600px) {
  .number {
    font-size: 48px;
    width: 72px;
  }
}

.charm-detail-ttl {
  font-size: 13px;
  font-weight: bold;
  color: black;
  /* padding: 12px 0; */
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .charm-detail-ttl {
    font-size: 26px;
  }
}

.charm-detail-ttl > p {
  padding-bottom: 3px;
  font-family: 'Noto Sans JP', sans-serif;
}

.charm-detail-inner {
  display: flex;
  margin: 0 10px;
  align-items: center;
}

@media only screen and (min-width: 600px) {
  .charm-detail-inner {
    margin: 0 10px 0 30px;
  }
}

.charm-detail-inner p {
  text-align: left;
  font-weight: 500 !important;
  font-size: 11px;
  width: 75%;
  color: black;
  font-family: 'Noto Sans JP', sans-serif;
}

@media only screen and (min-width: 600px) {
  .charm-detail-inner p {
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
  }
}

.charm-detail-inner img {
  /* width: 30%;
  margin-left: 10px; */
}

.charm1 {
  width: 25% !important;
  /* margin-left: 25px !important; */
}

.charm2 {
  width: 17% !important;
  /* margin-left: 25px !important; */
}

.charm3 {
  width: 18% !important;
  /* margin-left: 60px  !important; */
}

/* 購入者対象 */
.ramove {
  text-align: center;
}

.ramove img {
  width: 60%;
  padding: 30px 0 0;
}

@media only screen and (min-width: 600px) {
  .ramove img {
    width: 50%;
  }
}

.pb20 {
  padding-bottom: 20px;
}

.ramove .txt {
  margin: 15px 0 40px 0;
  color: #fff;
  font-weight: 500 !important;
  font-family: 'Noto Sans JP', sans-serif;
}

.entry {
  padding-bottom: 25px;
}

@media only screen and (min-width: 600px) {
  .entry {
    padding-bottom: 30px;
  }
}

.entry a {
  display: block;
  border-radius: 40px;
  background-color: #dc000c;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 16px;
  margin: 0 20px;
  padding: 10px 0;
  font-weight: bold;
}

@media only screen and (min-width: 600px) {
  .entry a {
    font-size: 32px;
  }
}

.entry a[target="_blank"]::before {
  content: "";
  background: url(../img/icon_external_link_w.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 600px) {
  .entry a[target="_blank"]::before {
    width: 24px;
    height: 24px;
  }
}

/* 対象試合・席種 */
.subject .txt {
  text-align: center;
  padding: 30px 0 0;
}

.stadium {
  text-align: center;
}

.stadium-name {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0 15px 0;
  color: #fff !important;
}
.stadium img{
  width: 90%;
}

@media only screen and (min-width: 600px) {
  .stadium img {
    width: 80%;
  }
}

@media only screen and (min-width: 600px) {
  .stadium-name {
    font-size: 25px;
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

.caption {
  margin: 30px 20px 40px 20px;
  font-size: 10px;
  color: #fff;
  padding-bottom: 30px;
}

@media only screen and (min-width: 600px) {
  .caption {
    margin: 30px 20px 80px 20px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 30px;
  }

  .caption li {
    margin-bottom: 5px;
  }
}

/* シーズンシート販売価格 */
.seat_table {
  margin-top: 0px !important;
}

.price_seat {
  /* margin: 0 10px 20px 10px !important; */
}

.seat_tablewrap{
  display: flex;
  justify-content: center;
  align-items: center;
}

.seat_tablewrap .--arrow{
  color: red;
  font-weight: 700;
  text-align: center;
  flex-shrink: 0;
  height: 260px;
  position: relative;
  padding: 0 10px;
}

.seat_tablewrap .--arrow p{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding-left: 17px;
}

.seat_tablewrap .--arrow img{
  width: auto;
  height: 100%;
}

@media only screen and (max-width: 599px) {
  .seat_tablewrap{
    flex-direction: column;
  } 

  .seat_tablewrap .--arrow{
    transform: rotate(90deg);
    margin: -70px auto;
  }

  .seat_tablewrap .--arrow p{
    right: 0px;
    transform: rotate(-90deg) translateX(10%);
    padding: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 600px) {
  .price_seat {
    margin: 30px 30px 60px !important;
    font-size: 20px !important;
  }

  .seat_table.--02{
    width: 300px;
  }
}

.price_seat table {
  /* width: 100% !important; */
}

.price_seat tr, .price_seat td {
  border: 1px solid #3d3d3d !important;
  vertical-align: inherit !important;
}

.color_SS,
.--normal td {
  width: 16px !important;
  height: 28px !important;
  /* background-color: #fbea71; */
}

.classSS +.classSS .color_SS {
  background-color: #c2a878 !important;
}


@media only screen and (min-width: 600px) {
  .color_SS,
  .--normal td {
    height: 70px !important;
  }
}

.color_S {
  height: 28px !important;
  /* background-color: #f37961; */
}

.classS + .classS .color_S {
  /* background-color: #b0353f !important; */
}

@media only screen and (min-width: 600px) {
  .color_S {
  height: 70px !important;
  }
}

.color_A {
  width: 16px !important;
  height: 28px !important;
  background-color: #333333 !important;
}

@media only screen and (min-width: 600px) {
  .color_A {
  height: 70px !important;
  }
}

.seat_area {
  color: #333 !important;
  background-color: #fff !important;
  font-size: 10px;
  font-weight: bold !important;
  width: 40px !important;
  /* padding: 0 0 0 7px !important; */
  padding: 5px;
}

@media only screen and (min-width: 600px) {
  .seat_area {
    font-size: 16px;
    padding: 10px;
    width: 125px !important;
  }
}

.seat_title {
  background-color: #ddd !important;
  text-align: center !important;
  font-size: 11px !important;
  font-weight: bold !important;
  height: 40px !important;
  color: #333 !important;
  padding: 5px !important;
}

@media only screen and (min-width: 600px) {
  .seat_title {
    font-size: 18px !important;
    padding: 10px !important;
    width: 5% !important;
  }
}

.stadium_name, .adult, .kids {
  background-color: #333 !important;
  text-align: center !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 5px 0 !important;
  color: #fff !important;
}

@media only screen and (min-width: 600px) {
  .stadium_name, .adult, .kids {
    font-size: 20px !important;
  }
}

.price_SS {
  font-size: 10px !important;
  /* color: #dc000c !important; */
  text-align: center !important;
  font-weight: bold !important;
  /* background-color: #eee5cc !important; */
}

.price_S {
  font-size: 10px !important;
  /* color: #dc000c !important; */
  text-align: center !important;
  font-weight: bold !important;
  /* background-color: #f9cad1 !important; */
}

.price_SS,
.price_S{
  padding: 5px!important;
  white-space: nowrap;
}

@media only screen and (min-width: 600px) {
  .price_SS,
  .price_S {
    font-size: 18px !important;
    padding: 10px!important;
    width: 1%;
  }
}

/* @media only screen and (min-width: 600px) {
  .price_S {
    font-size: 20px !important;
  }
} */

.price_A {
  font-size: 10px !important;
  color: #dc000c !important;
  text-align: center !important;
  font-weight: bold !important;
  background-color: #ddd !important;
}

@media only screen and (min-width: 600px) {
  .price_A {
    font-size: 20px !important;
  }
}

.member, .adult_general, .kids_general, .stadium_name_general {
  background-color: #434444 !important;
  text-align: center !important;
  font-size: 10px !important;
  font-weight: bold !important;
  padding: 5px 0 !important;
}

@media only screen and (min-width: 600px) {
  .member,
    .adult_general,
    .kids_general,
    .stadium_name_general {
      font-size: 20px !important;
      color: #fff;
    }
}

.price_general
{
  font-size: 10px !important;
  color: #212222 !important;
  text-align: center !important;
  background-color: #dddddd !important;
  font-weight: bold !important;
}

@media only screen and (min-width: 600px) {
  .price_general {
    font-size: 20px !important;
  }
}

.price_seat > p {
  font-size: 12px !important;
  font-weight: bold !important;
  color: #fff !important;
  padding: 15px 0 0;
}

@media only screen and (min-width: 600px) {
  .price_seat > p {
    font-size: 24px !important;
    padding: 30px 0 15px !important;
  }
}

.color_SS, .color_S, .color_A, .price_SS, .price_S, .price_A {
  padding: 0;
}

#show-btn {
  color: yellow;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}

#show-btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.comparison {
  overflow-x: scroll !important;
  margin: 0 10px !important;
}
.comparison_inner {
  color: #fff;
}

.comparison tr, .comparison td {
  border: 1px solid #3d3d3d !important;
  vertical-align: inherit !important;
}

.comparison td {
  padding: 0% !important;
}

.comparison .seat_area {
  color: #333 !important;
  background-color: #fff !important;
  font-weight: bold !important;
  width: 84px !important;
  padding: 0 !important;
}

.comparison .seat_area {
  padding: 0;
}

.comparison table {
  min-width: 850px;
  border-collapse: collapse !important;
}

@media only screen and (min-width: 600px) {
  .comparison table {
      min-width: 1200px;
      margin: 0 auto !important;
  }
}

.comparison_inner > p {
  font-size: 14px !important;
  margin-left: 10px !important;
  line-height: 1.5rem;
}

@media only screen and (min-width: 600px) {
  .comparison_inner >p {
    font-size: 20px !important;
    margin: 0 0 10px 0 !important;
    line-height: 2.0rem;
  }
}

.service {
  margin-bottom: 20px;
  padding-left: 15px;
  margin-top: 10px;
}

.service>li {
  list-style-type: "※";
  padding-left: 3px;
  font-size: 12px;
  margin-bottom: 3px;
}

@media only screen and (min-width: 600px) {
  .service>li {
    list-style-type: "※";
    padding-left: 3px;
    font-size: 16px;
  }
}


/* ポップアップ */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  padding: 30px;
  /* background-color: ; */
  z-index: 2;
}

@media only screen and (min-width: 600px) {
  .popup-inner {
    max-width: 100%;
  }
}

.popup-inner img {
  width: 100%;
}

.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
}

.bg-black {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 1;
  cursor: pointer;
}

.popup_btn {
  display: block;
  border-radius: 25px;
  background-color: #D2A365;
  color: #000;
  text-align: center;
  position: relative;
  font-size: 16px;
  margin: 0 20px 40px 20px;
  padding: 10px 0;
  font-weight: bold;
 cursor: pointer; 
}

@media only screen and (min-width: 600px) {
  .popup_btn {
    font-size: 30px;
    margin: 0 30px 80px;
  }
}

.btn-primary ::before {
  content: "";
  background: url(../img/icon_arrow.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 600px) {
  .btn-primary ::before {
    width: 30px;
    height: 30px;
  }
}

.price_detail_inner {
  display: flex;
  margin: 0 20px;
}

.card {
  text-align: center;
  width: 50%;
}

.card01 {
  width: 80%;
}

.card02 {
  width: 65%;
}

.card .ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (min-width: 600px) {
  .card .ttl {
    font-size: 24px;
  }
}

.card .txt {
  font-size: 10px;
  margin: 10px 0 20px 0;
}

@media only screen and (min-width: 600px) {
  .card .txt {
    font-size: 20px;
    margin: 10px 0 60px 0;
  }
}

.benefits > p {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: 30px;
  color: #fff !important;
}

@media only screen and (min-width: 600px) {
  .benefits > p {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.benefits_inner {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

@media only screen and (min-width: 600px) {
  .benefits_inner {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
}

.benefits_ttl {
  display: inline-block;
  font-size: 16px;
  background-color: #D2A365;
  color: #000;
  padding: 3px 15px;
  border-radius: 5px;
  font-weight: 600;
}

@media only screen and (min-width: 600px) {
  .benefits_ttl {
    font-size: 20px;
  }
}

.benefits_txt {
  font-size: 14px;
  margin: 10px 0 25px;
  color: #fff !important;
}

.benefits_pct{
  margin: 0 auto;
  padding: 0 30px;
}

.benefits_desc{
  color: #fff;
  text-align: left;
  padding: 0 40px;
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 12px;
}

.benefits_desc span{
  font-size: 13px;
  display: block;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.benefits_pct + .benefits_desc{
  margin-top: 10px;
  margin-bottom: 30px;
}
 
@media only screen and (min-width: 600px) {
  .benefits_txt {
    font-size: 20px;
    margin: 20px 0 40px 0;
    font-weight: 500;
  }

  .benefits_desc{
    font-size: 14px;
    margin: 20px auto 40px;
  }

  .benefits_desc span{
    font-size: 16px;
  }

  .benefits_pct{
    /* margin-bottom: 50px; */
  }
}

.refund {
  padding-bottom: 5px;
}

@media only screen and (min-width: 600px) {
  .refund {
    padding-bottom: 30px;
  }
}

.refund_txt {
  font-size: 10px;
  margin: 10px 20px;
  color: #fff;
}

@media only screen and (min-width: 600px) {
  .refund_txt {
    font-size: 18px;
    margin: 40px 30px;
    font-weight: 500;
  }
}

.ramumaru {
  margin: 20px 20px 40px 20px;
  position: relative;
}

@media only screen and (min-width: 600px) {
  .ramumaru {
    margin: 20px 20px 80px 20px;
    position: relative;
  }
}

.ramumaru p {
  font-size: 10px;
  position: absolute;
  top: 16%;
  left: 41%;
  color: #000;
  text-align: center;
}

.ramumaru_inner {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

/* お申し込みの流れ */
.application {
  margin: 0 20px;
  text-align: center;
  padding: 15px 0;
}

@media only screen and (min-width: 600px) {
  .application {
    margin: 0 20px;
    text-align: center;
    padding: 30px;
  }
}

.application_inner img {
  padding: 10px 0 15px 0;
  width: 10vw;
}

@media only screen and (min-width: 600px) {
  .application_inner img {
    width: 60px;
  }
}

.step {
  padding: 10px 0;
  background-color: #000;
  border: 1px solid #fff;
}


.step_done {
  padding: 10px 0;
  background-color: #000000;
  border: 1px solid #fff;
}

.step_txt {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
}

@media only screen and (min-width: 600px) {
  .step_txt {
    font-size: 20px;
  }
}

.step_txt a {
  color: white;
  text-decoration: underline;
}

.step_txt a:hover {
  color: yellow;
}

.step_caption {
  margin-top: 10px;
  font-size: 10px;
  color: #DC000C;
  font-weight: bold;
}

@media only screen and (min-width: 600px) {
  .step_caption {
    font-size: 16px;
    line-height: 1.75rem;
  }
}

.application_detail {
  margin: 30px 20px;
}

@media only screen and (min-width: 600px) {
  .application_detail {
    margin: 50px 30px;
  }
}

.application_head{
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  margin: 20px auto 10px;
}

.application_detail_txt {
  font-size: 11px;
  color: #fff !important;
  margin-top: 5px !important;
}

@media only screen and (min-width: 600px) {
  .application_detail_txt {
    font-size: 11px;
    color: #fff !important;
  }
  .application_head{
    font-size: 20px;
    margin: 30px auto 15px;
  }
}

@media only screen and (min-width: 600px) {
  .application_detail_txt {
      font-size: 16px;
      font-weight: 500;
      margin-top: 5px !important;
    }
}

/* 注意事項・FAQ */
.faq_inner {
  font-size: 12px;
}

.accordion {
  margin-top: 10px;
  padding: 20px 10px;
}

@media only screen and (min-width: 600px) {
  .accordion {
    margin-top: 10px;
    padding: 30px;
  }
}

.accordion__title {
  background-color: #000;
  border: 1px solid transparent;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 600px) {
  .accordion__title {
    font-size: 20px;
    padding: 20px 20px;
  }
}

.accordion__title::before,
.accordion__title::after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 2px;
  right: 25px;
}

.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: .3s;
}

.accordion__title:active,
.accordion__title.is-active {
  background-color: #000;
}

.accordion__title.is-active::before {
  opacity: 0;
}

.accordion__title.is-active::after {
  transform: rotate(0);
}

.accordion__content {
  font-size: 12px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 600px) {
  .accordion__content {
    font-size: 20px;
    line-height: 1.5rem;
  }
}

.accordion__content.is-open {
  padding: 10px 10px 10px 16px;
  line-height: normal;
  /* numberに書き換える*/
  height: auto;
  opacity: 1;
}

.answer {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #DC000C;
  text-align: center;
  line-height: 18px;
}

@media only screen and (min-width: 600px) {
  .answer {
    width: 36px;
    height: 36px;
    line-height: 35px;
  }
}

.faq_set {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.accordion__title h4 {
  margin-left: 10px;
  font-weight: normal;
  color: #fff !important;
  margin-top: 0 !important;
  /* padding: 0 !important; */
  padding: 0;
  padding-right: 30px;
  font-size: 12px;
}

.accordion__content h4 {
  margin-left: 10px;
  font-weight: normal;
  line-height: 1.3rem;
  color: #fff !important;
  margin-top: 0 !important;
  padding: 0 !important;
  font-size: 12px;
}

@media only screen and (min-width: 600px) {
  .accordion__title h4 {
    line-height: 2.0rem;
    font-size: 18px;
    font-weight: 500;
  }
}

@media only screen and (min-width: 600px) {
  .accordion__content h4 {
    line-height: 2.0rem;
    font-size: 18px;
    font-weight: 500;
  }
}

.entry_footer {
  position: fixed;
}

.float-button__wrap {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 45px;
  position: fixed;
  bottom: 0px;
  z-index: 10;
  padding: 25px 0;
  margin: 0;
}

@media only screen and (min-width: 600px) {
  .float-button__wrap {
    width: 100%;
    height: 70px;
    max-width: 940px;
  }
}

.float-button__wrap a {
  display: block;
  border-radius: 40px;
  background-color: #dc000c;
  color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 16px;
  margin: 0 20px;
  padding: 10px 0;
  font-weight: bold;
}

@media only screen and (min-width: 600px) {
  .float-button__wrap a {
    font-size: 32px;
  }
}

.float-button__wrap a[target="_blank"]::before {
  content: "";
  background: url(../img/icon_external_link_w.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 600px) {
  .float-button__wrap a[target="_blank"]::before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}

.accordion__content a {
  color: #D2A365;
}

.c-header {
  background-color: #000;
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
}

.site-title {
  /* padding-top: 15px; */
  padding-left: 20px;
}

.site-title a {
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
}

.site-title__logo {
  width: 145px;
  height: 38px;
}

.site-title__text {
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0;
}

.site-title__text em{
  font-family: var(--ft-en);
}

.site-title__text span {
  font-size: 1.125rem;
}

.btn-menu {
  position: absolute;
  /* top: 28px; */
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
  z-index: 11;
  width: 26px;
  height: 26px;
  transition: .4s;
  cursor: pointer;
  background: transparent;
}

.btn-menu span {
  display: inline-block;
  position: absolute;
  left: 0px;
  height: 3px;
  background-color: #fff;
  width: 100%;
  transition: 0.4s;
}

.btn-menu span:nth-of-type(1) {
  top: 0px;
}

.btn-menu span:nth-of-type(2) {
  top: 9px;
}

.btn-menu span:nth-of-type(3) {
  top: 18px;
}

.btn-menu.open span:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 9px;
}

.btn-menu.open span:nth-of-type(2) {
  opacity: 0;
}

.btn-menu.open span:nth-of-type(3) {
  transform: rotate(45deg);
  top: 9px;
}

#menu-panel {
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 11;
  width: 75.5%;
  height: 100vh;
  transform: translateX(100%);
  background-color: #000;
  opacity: .95;
  padding-top: 43px;
  padding-left: 32px;
  padding-right: 32px;
  overflow-y: auto;
  transition: .3s;
}

#menu-panel.show{
  transform: translateX(0);
}

#menu-overlay {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  visibility: hidden;
  transition: background-color 0.4s ease, visibility 0.4s ease;
  z-index: 10;
}

/* メニューが開いているときに黒背景を表示 */
#menu-overlay.show {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
}

.menu-list li a {
  display: block;
  border-top: 1px solid #fff;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.menu-list li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.menu-list li a[target="_blank"]::before{
  background: url(../img/icon_blank_link.svg) no-repeat;
  border: none;
  transform: rotate(0);
  width: 25px;
  height: 25px;
}

.menu-list li:last-of-type a {
  border-bottom: 1px solid #00000080;
}

.menu-link {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  width: 100%;
}

.menu-link li {
  width: 60px;
  height: 60px;
}

@media only screen and (min-width: 600px){
  .c-header {
    height: 110px;
  }

  .site-title {
    /* padding-top: 15px; */
    padding-left: 48px;
  }

  .site-title__logo {
    width: 241px;
    height: 39px;
  }

  .site-title__text {
    font-size: 1rem;
  }

  .site-title__text span {
    font-size: 1.75rem;
    padding-top: 20px;
    display: block;
  }

  .btn-menu {
    right: 40px;
    width: 38px;
    height: 38px;
  }

  .btn-menu span {
    height: 4.8px;
  }

  .btn-menu span:nth-of-type(2) {
    top: 14.4px;
  }

  .btn-menu span:nth-of-type(3) {
    top: 28.8px;
  }

  .btn-menu.open span:nth-of-type(1) {
    top: 14.4px;
  }

  .btn-menu.open span:nth-of-type(3) {
    top: 14.4px;
  }

  #menu-panel {
    top: 90px;
  }

  #menu-overlay {
    top: 90px;
  }

  .menu-list li a {
    font-size: 1.125rem;
  }

}

.c-footer {
  background: url(../img/bg-pattern03.png) repeat-x top center;
}
.c-footer .inner-block {
  padding-top: min(70px, 5.303030303vw);
  padding-bottom: min(60px, 4.5454545455vw);
}
.c-footer .pagetop {
  color: #fff;
  display: grid;
  gap: min(18px, 1.3636363636vw);
  place-content: center;
  line-height: 1;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  fill: #fff;
  text-decoration: none;
}
.c-footer .pagetop .c-svg {
  margin: auto;
  width: min(30px, 2.2727272727vw);
  height: min(30px, 2.2727272727vw);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.c-footer .pagetop .txt {
  font-size: min(40px, 3.0303030303vw);
  font-family: var(--ft-en);
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.c-footer .sponsor-area {
  background: var(--cl-gray03);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: min(70px, 5.303030303vw) auto min(120px, 9.0909090909vw);
  padding: min(40px, 3.0303030303vw) min(50px, 3.7878787879vw);
}
.c-footer .sponsor-area .head {
  font-size: min(18px, 1.3636363636vw);
  font-family: var(--ft-en);
  font-weight: bold;
  line-height: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: min(120px, 9.0909090909vw);
  position: relative;
}
.c-footer .sponsor-area .head::before {
  content: "";
  background: currentColor;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  height: min(18px, 1.3636363636vw);
}
.c-footer .sponsor-area .body {
  padding-left: min(50px, 3.7878787879vw);
}
.c-footer .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-footer .sns img {
  width: min(100px, 7.5757575758vw);
}
.c-footer .sns a {
  display: block;
}
.c-footer .logo {
  margin: min(60px, 4.5454545455vw) auto min(120px, 9.0909090909vw);
  text-align: center;
}
.c-footer .logo img {
  height: min(94px, 7.1212121212vw);
}
.c-footer .copyright {
  color: var(--cl-white);
  font-size: 14px;
  font-family: var(--ft-en);
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (min-width: 600px){
  .c-footer .pagetop:hover .c-svg {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .c-footer .sns a:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media only screen and (max-width: 599px){
  .c-footer {
    background-size: 960px auto;
  }
  .c-footer .inner-block {
    padding-top: min(30px, 8vw);
    padding-bottom: min(80px, 21.3333333333vw);
  }
  .c-footer .pagetop {
    gap: min(8px, 2.1333333333vw);
  }
  .c-footer .pagetop .c-svg {
    width: min(30px, 8vw);
    height: min(30px, 8vw);
  }
  .c-footer .pagetop .txt {
    font-size: min(20px, 5.3333333333vw);
  }
  .c-footer .sponsor-area {
    margin: min(30px, 8vw) auto min(60px, 16vw);
    padding: min(20px, 5.3333333333vw);
  }
  .c-footer .sponsor-area .head {
    font-size: min(16px, 4.2666666667vw);
    width: min(80px, 21.3333333333vw);
  }
  .c-footer .sponsor-area .head::before {
    height: min(16px, 4.2666666667vw);
  }
  .c-footer .sponsor-area .body {
    padding-left: min(20px, 5.3333333333vw);
  }
  .c-footer .sns img {
    width: min(55px, 14.6666666667vw);
  }
  .c-footer .logo {
    margin: min(20px, 5.3333333333vw) auto min(60px, 16vw);
  }
  .c-footer .logo img {
    height: min(50px, 13.3333333333vw);
  }
  .c-footer .copyright {
    font-size: 12px;
  }
}

.merit{
  position: relative;
}

.merit-box{
  display: flex;
  justify-content: center;
  background: #fff;
  border: 2px solid #000;
  margin: 0 auto;
  width: 80%;
  position: relative;
  z-index: 1;
}

.merit-box{}

.merit-box-txt em{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
}

.merit-box-txt p{
  text-align: center;
}

.merit-box-img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 10px;
}

.merit-box-txt em{
  font-size: 15px;
  padding: 0 10px;
  text-align: left;
}

.merit-box + .merit-box{
  margin-top: 30px;
}

.merit-box-txt p{
  font-size: 13px;
  margin: 5px auto;
}

@media only screen and (min-width: 600px){
  .merit-box{
    width: 800px;
  }

  .merit-box + .merit-box{
    margin-top: 40px;
  }

  .merit-box-img{
    width: 200px;
    min-height: 150px;
    border-right: 1px solid #000;
  }

  .merit-box-txt{
    width: 600px;
  }

  .merit-box-txt em{
    height: 60px;
    font-size: 22px;
    text-align: center;
  }

  .merit-box-txt p{
    font-size: 17px;
    margin-top: 25px;
  }
}

.seat-table td,
.seat-table th{
  font-size: 14px;
  padding: 5px;
}
.seat-table .sec{
  width: 17%;
}

.seat-table .place{
  width: 30%;
}

.howto-table td,
.howto-table th{
  padding: 5px;
  vertical-align: middle;
}

@media only screen and (max-width: 599px){
  .howto-table td,
  .howto-table th{
    font-size: 12px;
  }
}

.is-disabled{
  background: #666!important;
  pointer-events: none!important;
}