@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@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;
}
.anton {
  font-family: "Anton", sans-serif;
}

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

@media only screen and (max-width: 768px) {
  .pc-disp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .sp-disp {
    display: none !important;
  }
}
html {
  font-size: 62.5%;
  overflow-y: auto;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0 0 60px 0;
  width: 100%;
  overflow: hidden;
  background: white;
  background-size: 100% auto;
  font-size: clamp(1.4rem, 1.304rem + 0.4vw, 1.6rem);
  line-height: 1.75;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
  color: #000;
  text-size-adjust: 100%;
}
body img {
  vertical-align: top;
}
@media (min-width: 768px) {
  body {
    padding: 0;
  }
}

body * {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

.txt-bold-red {
  font-weight: bold;
  color: #e6002d;
}

.txt-bold-l {
  font-weight: bold;
  font-size: 120%;
}

.txt-s {
  font-size: 80%;
  line-height: 1.5em;
}

.c-black {
  color: black;
}

.c-red {
  color: #e6002d;
}

.c-green {
  color: #04d064;
}

.c-yellow {
  color: #fdd000;
}

a {
  color: #e6002d;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a.txt-link {
  color: black;
  text-decoration: underline;
}

a.no-link {
  pointer-events: none;
}

/*--------------------------------------
画像ホバー
--------------------------------------*/
@media (min-width: 1340px) {
  .grayscale {
    filter: grayscale(0%);
    transition: filter 0.3s ease;
  }
  .grayscale:hover {
    filter: grayscale(100%);
  }
  .zoom {
    transition: transform 0.3s ease;
  }
  .zoom:hover {
    transform: scale(1.1);
  }
}
.btn {
  width: 100%;
  padding: 10px 30px 10px 0;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
  display: inline-block;
  color: white;
  border: 3px solid #e6002d;
  border-radius: 25px;
  background: #e6002d;
  cursor: pointer;
  position: relative;
}
.btn::after {
  border: 12px solid transparent;
  border-left: 12px solid white !important;
  top: calc(50% - 12px);
  right: 15px;
  content: "";
  position: absolute;
}
@media (min-width: 768px) {
  .btn {
    width: 90%;
    height: 50px;
    padding: 0 30px 0 0;
    font-size: 26px;
  }
}
.btn:hover {
  color: #e6002d;
  background: white;
}
.btn:hover::after {
  border-left: 12px solid #e6002d !important;
}
.btn_cy {
  color: #e6002d;
  border: 3px solid #fdd000;
  background: #fdd000;
}
.btn_cy::after {
  border: 12px solid transparent;
  border-left: 12px solid #e6002d !important;
  top: calc(50% - 12px);
  right: 15px;
  content: "";
  position: absolute;
}
.btn_cy:hover {
  border: 3px solid #e6002d;
}

.btn-border {
  padding: 10px 60px 10px 20px;
  border: solid 2px white;
  color: white;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 800;
  font-size: clamp(1.6rem, 1.215rem + 1.58vw, 2.4rem);
  position: relative;
  background: rgba(255, 255, 255, 0.2);
}
.btn-border::after {
  border: 12px solid transparent;
  border-left: 12px solid white !important;
  top: calc(50% - 12px);
  right: 15px;
  content: "";
  position: absolute;
}
.btn-border:hover {
  background: rgba(230, 0, 45, 0.9);
}
@media (min-width: 1025px) {
  .btn-border {
    padding: 20px 60px 20px 20px;
  }
}

.fade-here,
.fade-scale,
.fade-up,
.fade-from-left,
.fade-from-right_up,
.fade-from-left_up,
.fade-from-right {
  transition: all 2s ease-in-out;
}

.fade-scale2 {
  transition: all 0.5s ease-in-out;
}

@media (min-width: 1025px) {
  .gnav-mobile {
    display: none;
  }
}

.gnav-mobile-ticket {
  width: 85%;
  height: 60px;
  padding: 5px 5px 0 5px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
  background: black;
  z-index: 1000;
  text-align: center;
}
.gnav-mobile-ticket a {
  width: 100%;
  height: 100%;
  line-height: 55px;
  color: black;
  display: block;
  background: #e6002d;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.gnav-mobile-ticket a img {
  width: auto;
  height: 100%;
  padding-right: 40px;
}
.gnav-mobile-ticket a span {
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #e6002d;
  display: block;
}
.gnav-mobile-ticket a span::after {
  border: 12px solid transparent;
  border-left: 12px solid white !important;
  top: calc(50% - 12px);
  left: 15px;
  content: "";
  position: absolute;
}

#gnav-mobile-btn {
  width: 15%;
  position: fixed;
  bottom: 0px;
  right: 0px;
  height: 60px;
  cursor: pointer;
  background: #000;
  z-index: 1000;
}
#gnav-mobile-btn > button {
  width: 100%;
  height: 100%;
  position: relative;
  all: unset;
  cursor: pointer;
}
#gnav-mobile-btn > button p {
  color: white;
  font-size: 12px;
  line-height: 1em;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
#gnav-mobile-btn span {
  width: 70%;
  height: 3px;
  left: 15%;
  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: 10px;
}
#gnav-mobile-btn span:nth-child(2) {
  top: 22px;
}
#gnav-mobile-btn span:nth-child(3) {
  top: 34px;
}

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

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

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

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

#gnav-list {
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.1em;
  color: white;
}
#gnav-list ul li {
  margin-top: 20px;
}
#gnav-list ul li a {
  height: 30px;
  padding: 0 10px;
  display: block;
  line-height: 30px;
  font-size: 2.8rem;
  text-transform: uppercase;
  position: relative;
  color: white;
}

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

.gnav-list-logo {
  width: 80%;
  margin: 0 auto 30px;
  padding: 0;
}

.gnav-list-ennichilogo {
  width: 40%;
  margin: 20px auto 30px;
}

@media (min-width: 1025px) {
  #gnav-list {
    height: 70px;
    padding: 10px 0;
    visibility: visible;
    flex-direction: row;
    bottom: auto;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
  }
  #gnav-list ul {
    width: 80%;
    margin-right: 10px;
    display: flex;
    justify-content: flex-end;
  }
  #gnav-list ul li {
    margin: 5px;
    line-height: 1;
    display: grid;
    place-content: center;
    place-items: center;
  }
  #gnav-list ul li a {
    margin: 0 10px;
    padding: 0;
    font-size: 2rem;
    position: relative;
  }
  #gnav-list ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease;
    transform: translateX(-50%);
  }
  #gnav-list ul li a:hover {
    color: #e6002d;
  }
  #gnav-list ul li a:hover::after {
    width: 100%;
  }
  #gnav-list.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  #gnav-mobile {
    display: none;
  }
  .gnav-list-logo {
    height: 50px;
    width: 20%;
    margin: 0 auto;
    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;
  }
}
/*--------------------------------------
スライド
--------------------------------------*/
.slide-items-p {
  width: 100%;
  height: 100%;
}
.slide-items-p li {
  margin: 0 10px;
}
.slick-dots {
  margin-bottom: -20px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

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

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

.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: #e6002d;
}
@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 #e6002d;
  border-right: 2px solid #e6002d;
}

/* 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;
  }
}

.slick-arrow_red .slick-arrow {
  background: #e6002d;
}
.slick-arrow_red .slick-arrow:hover {
  opacity: 1;
  background: #e6002d;
}
.slick-arrow_red .slick-next::before,
.slick-arrow_red .slick-prev::before {
  background: white;
}
.slick-arrow_red .slick-next::after,
.slick-arrow_red .slick-prev::after {
  border-top: 2px solid white;
  border-right: 2px solid white;
}

/* 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-prev {
  left: -30px;
}
.slide-ticket .slick-next {
  right: -30px;
}

@media (min-width: 768px) {
  .slide-column li {
    margin: 0 50px;
  }
}
.slide-column p {
  color: white;
}

.slide-gallery {
  /* スライドの基本調整 */
  /* 中央スライドだけ拡大 */
}
.slide-gallery .slick-slide {
  transition: transform 0.3s ease;
  opacity: 0.5;
  transform: scale(0.6);
}
.slide-gallery .slick-center {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}
.slide-gallery p {
  color: white;
}

.diamond_dots,
.diamond-b_dots {
  padding: 0;
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.diamond_dots li,
.diamond-b_dots li {
  margin: 0 5px;
}
.diamond_dots button,
.diamond-b_dots button {
  outline: none;
  border: none;
  background-color: #fff;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(45deg) skew(10deg, 10deg);
  overflow: hidden;
  text-indent: -10000px;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .diamond_dots,
  .diamond-b_dots {
    margin-top: 30px;
  }
  .diamond_dots li,
  .diamond-b_dots li {
    margin: 0 10px;
  }
  .diamond_dots button,
  .diamond-b_dots button {
    width: 20px;
    height: 20px;
  }
}

.diamond_dots button {
  background-color: #666;
}

.diamond_dots .slick-active button {
  background-color: #e6002d;
  color: #fff;
}

.diamond-b_dots .slick-active button {
  background-color: black;
  color: #fff;
}

.ennichi_dots {
  padding: 0;
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.ennichi_dots li {
  margin: 0 5px;
}
.ennichi_dots button {
  outline: none;
  border: none;
  width: 15px;
  height: 15px;
  background: url(../images/ennichi_dots.svg) no-repeat center center;
  opacity: 0.5;
  text-indent: -10000px;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .ennichi_dots {
    margin-top: 30px;
  }
  .ennichi_dots li {
    margin: 0 10px;
  }
  .ennichi_dots button {
    width: 20px;
    height: 20px;
  }
}

.ennichi_dots .slick-active button {
  opacity: 1;
}

.slick-dots_numbers {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.slick-dots_numbers li {
  margin: 0;
}
.slick-dots_numbers li button {
  margin: 0 5px;
  padding: 0 5px;
  font-size: initial;
  color: black;
  background: white;
  border: none;
  font-size: 2rem;
}
.slick-dots_numbers li button:before {
  content: none;
}
.slick-dots_numbers li.slick-active button {
  color: white;
  background: #e6002d;
}

.slick-dots_numbers-y {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.slick-dots_numbers-y li {
  margin: 0;
}
.slick-dots_numbers-y li button {
  margin: 0 5px;
  padding: 0 5px;
  font-size: initial;
  color: #e6002d;
  background: white;
  border: none;
  font-size: 2rem;
}
.slick-dots_numbers-y li button:before {
  content: none;
}
.slick-dots_numbers-y li.slick-active button {
  background: #fdd000;
}

.slick-dots_numbers-red {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.slick-dots_numbers-red li {
  margin: 0;
  padding: 0;
}
@media (min-width: 1025px) {
  .slick-dots_numbers-red li {
    padding: 0 5px;
  }
}
.slick-dots_numbers-red li button {
  width: 2em;
  margin: 0 2px;
  padding: 0 2px;
  font-size: initial;
  color: black;
  background: none;
  border: none;
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
  text-align: center;
  z-index: 100;
}
@media (min-width: 1025px) {
  .slick-dots_numbers-red li button {
    margin: 0 5px;
    padding: 0 5px;
    font-size: 1.6rem;
  }
}
.slick-dots_numbers-red li button:before {
  content: none;
}
.slick-dots_numbers-red li button::after {
  width: 20px;
  height: 20px;
  margin: 0 0 0 -18px;
  position: absolute;
  top: -4px;
  left: 20px;
  z-index: -1;
  content: "";
  display: block;
  transform: rotate(45deg) skew(8deg, 8deg);
  background: white;
}
@media (min-width: 1025px) {
  .slick-dots_numbers-red li button::after {
    width: 25px;
    height: 25px;
    margin: 0 0 0 -17px;
    transform: rotate(45deg) skew(8deg, 8deg);
  }
}
.slick-dots_numbers-red li.slick-active button::after {
  background: #e6002d;
}

.slick-dots_numbers-dia {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.slick-dots_numbers-dia li {
  margin: 0;
  padding: 0 5px;
}
.slick-dots_numbers-dia li button {
  width: 2em;
  margin: 0 5px;
  padding: 0 5px;
  font-size: initial;
  color: #e6002d;
  background: none;
  border: none;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  text-align: center;
  z-index: 100;
}
.slick-dots_numbers-dia li button:before {
  content: none;
}
.slick-dots_numbers-dia li button::after {
  position: absolute;
  top: -5px;
  left: 18px;
  z-index: -1;
  content: "";
  margin: 0 0px 0 -15px;
  display: block;
  width: 25px;
  height: 25px;
  background: white;
  transform: rotate(45deg) skew(8deg, 8deg);
}
.slick-dots_numbers-dia li.slick-active button::after {
  background: #fdd000;
}

.slider-container .slide-thumbnail p {
  margin-top: 5px;
  color: #fff;
  text-align: left;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: clamp(1.2rem, 4vw, 1.6rem);
}
.slider-container .slide-thumbnail .slick-slide {
  width: 100%;
  padding: 0 10px;
}
.slider-container .slide-thumbnail .slick-current img {
  border: solid 2px #e6002d;
  border-radius: 5px;
}
@media (min-width: 1025px) {
  .slider-container .slide-thumbnail .slick-current img {
    border: solid 3px #e6002d;
  }
}
.slider-container .slide-column {
  margin-top: 10px;
}
.slider-container .slide-column .slick-arrow {
  bottom: auto;
}
.slider-container .slide-column .slick-next {
  top: 200px;
  right: -20px;
}
.slider-container .slide-column .slick-prev {
  top: 200px;
  left: -20px;
}
@media (min-width: 768px) {
  .slider-container .slide-column {
    margin-top: 50px;
  }
  .slider-container .slide-column .slick-next {
    top: 350px;
    right: -50px;
  }
  .slider-container .slide-column .slick-prev {
    top: 350px;
    left: -50px;
  }
}

/*--------------------------------------
lightbox2
--------------------------------------*/
#lightbox .lb-container {
  padding: 0px;
  border-radius: 0;
}

/*--------------------------------------
アコーディオン
--------------------------------------*/
.accordion-header {
  position: relative;
  background: #000;
  color: white;
  padding: 1em;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 2em; /* アイコン分の余白 */ /* 横棒 */
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  /* 縦棒 */
  /* 開いたとき：縦棒を回転＋透明にする（＝−に見える） */
}
@media (min-width: 1025px) {
  .accordion-header {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
  }
}
.accordion-header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  width: 16px;
  height: 2px;
  background: white;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.accordion-header::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(1em + 7px); /* 横棒と重ねる */
  width: 2px;
  height: 16px;
  background: white;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.accordion-header.active::before {
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

.accordion-content {
  padding: 20px;
  text-align: left;
  display: none;
  background: #fff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}
.accordion-content p + p {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .accordion-content {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
  }
  .accordion-content p + p {
    margin-top: 20px;
  }
}

/*--------------------------------------
フローティングバナー
--------------------------------------*/
@media (min-width: 768px) {
  .floating-banner {
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 100;
  }
}
.floating-banner a {
  width: fit-content;
  padding: 0px;
  margin-right: -2px;
  border-radius: 10px 0 0 10px;
  border: 2px solid black;
  background: #e6002d;
  color: black;
  display: block;
  text-align: center;
  position: relative;
}
.floating-banner a:hover {
  background: #fdd000;
}
.floating-banner a img {
  border-radius: 8px 0 0 8px;
}

/*--------------------------------------
アコーディオン
--------------------------------------*/
.accordionIndex {
  width: 90%;
  max-width: 350px;
  height: 40px;
  padding: 0;
  margin: 0 auto;
  color: black;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  display: grid;
  place-content: center;
  place-items: center;
  background: white;
  border-radius: 30px;
  font-size: 1.6rem;
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .accordionIndex {
    height: 60px;
    font-size: 2.8rem;
  }
}
.accordionIndex p {
  width: 100%;
  margin: 0 auto;
}
.accordionIndex:before, .accordionIndex:after {
  content: "";
  position: absolute;
  border-radius: 0;
  background: black;
  border-radius: inherit;
  transition: 0.3s ease-in-out;
  z-index: 1;
  border-radius: 0;
}
.accordionIndex:before {
  top: 10px;
  right: 30px;
  width: 3px;
  height: 20px;
  transform: rotate(90deg);
}
@media (min-width: 1025px) {
  .accordionIndex:before {
    top: 15px;
    right: 30px;
    width: 5px;
    height: 30px;
  }
}
.accordionIndex:after {
  top: 10px;
  right: 30px;
  width: 3px;
  height: 20px;
}
@media (min-width: 1025px) {
  .accordionIndex:after {
    top: 15px;
    right: 30px;
    width: 5px;
    height: 30px;
  }
}
.accordionIndex.active:after {
  transform: rotate(90deg);
}

.accordionArticle {
  padding: 20px;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media (min-width: 1025px) {
  .accordionArticle {
    font-size: 1.6rem;
  }
}
.accordionArticle .inner {
  padding: 0 0 20px;
  color: white;
  line-height: 1.5;
}
.accordionArticle .inner p + p {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .accordionArticle .inner {
    padding: 0 0 50px;
  }
}

/*--------------------------------------
タブ切り替え
--------------------------------------*/
.tab-area {
  padding: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  background: #e6002d;
  /* アクティブなタブ */
  /* ラジオボタン非表示 */
}
@media (min-width: 768px) {
  .tab-area {
    padding: 50px 0 0;
  }
}
.tab-area:after {
  content: "";
  width: 100%;
  height: 5px;
  background: black;
  display: block;
  order: -1;
}
@media (min-width: 768px) {
  .tab-area:after {
    height: 10px;
  }
}
.tab-area__label {
  height: 90px;
  padding: 10px 0;
  color: black;
  background: white;
  line-height: 1.1em;
  order: -1;
  z-index: 1;
  position: relative;
  cursor: pointer;
  flex: 1;
  font-family: "Alfa Slab One", cursive;
  font-size: 28px;
  display: grid;
  place-content: center;
  place-items: center;
  border: 5px solid black;
}
@media (min-width: 768px) {
  .tab-area__label {
    height: 120px;
    margin-top: 30px;
    font-size: 45px;
    border: 10px solid black;
  }
}
@media (min-width: 1340px) {
  .tab-area__label {
    font-size: 60px;
  }
}
.tab-area__label_on {
  margin: 20px 0 -5px 10px;
}
@media (min-width: 768px) {
  .tab-area__label_on {
    margin: 30px 0px -10px 100px;
  }
}
.tab-area__label_off {
  margin: 20px 10px -5px -5px;
}
@media (min-width: 768px) {
  .tab-area__label_off {
    margin: 30px 100px -10px -10px;
  }
}
@media (min-width: 768px) {
  .tab-area__label:hover {
    color: #e6002d;
  }
}
.tab-area__content {
  width: 100%;
  display: none;
  clear: both;
  overflow: hidden;
}
.tab-area__switch:checked + .tab-area__label {
  height: 110px;
  margin-top: 0;
  color: white;
  background: black;
}
@media (min-width: 768px) {
  .tab-area__switch:checked + .tab-area__label {
    height: 150px;
  }
}
.tab-area__switch {
  display: none;
}

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

.footer {
  background: #f4f2f2;
  border-top: 5px solid #e6002d;
}
@media (min-width: 768px) {
  .footer {
    border-top: 10px solid #e6002d;
  }
}
.footer__sns {
  width: 90%;
  max-width: 600px;
  margin: auto;
  padding: 40px 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media (min-width: 768px) {
  .footer__sns {
    width: 500px;
    padding: 50px 0 30px;
    gap: 50px;
    font-size: 4rem;
  }
}
.footer__sns a {
  display: flex;
  justify-content: center; /* 水平方向の中央揃え */
  align-items: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .footer__sns a {
    transition: 0.3s all;
  }
  .footer__sns a:hover {
    transform: scale(1.2, 1.2);
  }
}
.footer__sns a svg {
  width: 30px;
  height: auto;
  fill: #e6002d;
}
@media (min-width: 768px) {
  .footer__sns a svg {
    width: 100%;
    height: auto;
  }
}
.footer__logo {
  width: 270px;
  margin: auto;
  padding: 20px 0 40px;
  display: block;
  transition: 0.2s all;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 420px;
    padding: 30px 0 50px;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__logo:hover {
  transform: scale(1.1);
}
.footer__copyright {
  width: 100%;
  background: black;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  height: 50px;
  line-height: 50px;
  color: white;
  text-align: center;
}

/*--------------------------------------
レイアウト
--------------------------------------*/
.title-main {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  font-size: 3rem;
  color: white;
  font-family: "UrawaRedsDisplay";
  text-transform: uppercase;
  text-align: center;
}
.title-main span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .title-main {
    font-size: 5rem;
  }
}
.title-main .title-ruby {
  position: absolute;
  margin-top: -10px;
  padding-left: 12px;
  letter-spacing: 0.1em;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .title-main .title-ruby {
    margin-top: -15px;
    padding-left: 30px;
    font-size: 1.6rem;
  }
}

.kv-area {
  width: 100%;
  min-width: 100%;
}
.kv-area img {
  width: 100%;
  min-width: 100%;
}

.leadtext-area {
  padding: clamp(50px, 10vw, 150px) 0;
  font-weight: bold;
  background: #e6002d url("../images/yuotube_bg.jpg") bottom center no-repeat;
  background-size: cover;
  text-align: center;
  font-weight: 500;
  color: white;
  letter-spacing: 0.1em;
  border-top: solid 10px black;
}
.leadtext-area div p {
  width: 90%;
  margin: 0 auto;
  font-size: clamp(1.6rem, 1.215rem + 1.58vw, 2.4rem);
  line-height: 2.2;
}
.leadtext-area div p + p {
  margin: 20px auto 0;
}

.countdown-area {
  text-align: center;
  padding: 10px 0 10px;
  color: white;
  font-weight: bold;
  font-size: 1.8rem;
  background: black;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .countdown-area {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.countdown-area h2 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .countdown-area h2 {
    font-size: 3.2rem;
    line-height: 1em;
  }
}
@media (min-width: 768px) {
  .countdown-area .countdown {
    font-size: 2.8rem;
  }
}
.countdown-area span {
  margin: 0 5px;
  font-size: 4.5rem;
  line-height: 1em;
  font-family: "Anton", sans-serif;
}
@media (min-width: 768px) {
  .countdown-area span {
    font-size: 7rem;
  }
}
@media (min-width: 768px) {
  .countdown-area div:first-child {
    margin: 5px 20px 0 0;
  }
}

.match-info-area {
  padding: 20px;
  background: #000;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/goods_bg.jpg") center center no-repeat;
}
.match-info-area .title-main {
  color: black;
}
@media (min-width: 1025px) {
  .match-info-area {
    padding: 20px 50px;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 10px;
    align-items: center;
  }
}
.match-info-area h2 {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 5px 10px;
  color: white;
  font-family: "UrawaRedsDisplay";
}
@media (min-width: 1025px) {
  .match-info-area h2 {
    grid-template-columns: 2fr 1fr;
    justify-self: end;
  }
}
.match-info-area h2 span {
  display: block;
}
.match-info-area h2 span:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
  line-height: 1;
  font-size: clamp(2rem, 0.074rem + 7.9vw, 6rem);
  font-size: 7rem;
  justify-self: end;
}
@media (min-width: 1025px) {
  .match-info-area h2 span:nth-child(1) {
    justify-self: start;
  }
}
.match-info-area h2 span:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: end;
  justify-self: start;
  line-height: 1;
  font-size: 2.4rem;
  color: #0068b7;
}
.match-info-area h2 span:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
  align-self: start;
  justify-self: start;
  line-height: 1;
  font-size: 2.4rem;
}
.match-info-area h3 {
  margin-top: 10px;
  color: white;
  font-size: clamp(1.6rem, 1.407rem + 0.79vw, 2rem);
  font-weight: 700;
  line-height: 1.3;
}
.match-info-area h3 span {
  display: block;
  font-size: clamp(2rem, 1.519rem + 1.98vw, 3rem);
}
@media (min-width: 1025px) {
  .match-info-area h3 {
    margin-top: 0;
  }
}
.match-info-area img {
  width: 80%;
  margin-top: 20px;
  justify-self: start;
}
@media (min-width: 1025px) {
  .match-info-area img {
    margin-top: 0;
  }
}

.cta-btn-area {
  padding: 30px 10px;
  text-align: center;
  background: linear-gradient(rgba(253, 208, 0, 0.8), rgba(253, 208, 0, 0.8)), url("../images/event-bg.jpg") center center no-repeat;
}
@media (min-width: 1025px) {
  .cta-btn-area {
    padding: 50px;
  }
}
.cta-btn-area .btn-border {
  width: fit-content;
  margin: 0 auto;
  padding: 10px 50px 10px 20px;
  border: solid 2px black;
  color: #fdd000;
  background: black;
  display: flex;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .cta-btn-area .btn-border {
    padding: 10px 100px 10px 70px;
  }
}
.cta-btn-area .btn-border::after {
  border-left: 12px solid #fdd000 !important;
}
.cta-btn-area .btn-border:hover {
  color: black;
  background: rgba(253, 208, 0, 0.2);
}
.cta-btn-area .btn-border:hover::after {
  border-left: 12px solid black !important;
}
.cta-btn-area .btn-border:hover span {
  color: black;
}
.cta-btn-area .btn-border div span {
  color: white;
  display: block;
  font-weight: 600;
  font-size: clamp(1.2rem, 1.007rem + 0.79vw, 1.6rem);
}

.column-area {
  background: black url("../images/column_bg.jpg") top center no-repeat;
  background-size: 100%;
}
@media (min-width: 768px) {
  .column-area {
    background: black url("../images/column_bg.jpg") top -50px center no-repeat;
    background-size: 100%;
  }
}
.column-area__block {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(50px, 10vw, 150px) 0;
}
.column-area__items {
  margin-top: clamp(20px, 4vw, 50px);
}
.column-area__item {
  margin-top: 20px;
  padding: 20px;
  color: #fff;
  text-shadow: 0 0 10px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
}
.column-area__item p + p {
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .column-area__item p + p {
    margin-top: 20px;
  }
}

.event-area {
  background: black url("../images/event-bg.jpg") top center repeat-y;
  background-size: 100%;
}
.event-area__block {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(50px, 10vw, 150px) 0;
}
.event-area__present-list {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .event-area__present-list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 43% 57%;
    gap: 80px 50px;
  }
}
.event-area__blanket, .event-area__sticker, .event-area__card {
  margin-top: 40px;
  padding: 70px 20px 20px;
  border: solid 6px #e6002d;
  border-radius: 30px;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.9));
}
@media (min-width: 1025px) {
  .event-area__blanket, .event-area__sticker, .event-area__card {
    margin-top: 0;
    padding: 50px;
    border: solid 8px #e6002d;
    border-radius: 60px;
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.9));
  }
}
.event-area__blanket .tittle, .event-area__sticker .tittle, .event-area__card .tittle {
  width: fit-content;
  height: 40px;
  margin: -95px auto 20px;
  padding: 0 20px;
  border-radius: 25px;
  border: solid 4px #e6002d;
  background: black;
  color: white;
  font-weight: bold;
  display: flex;
  vertical-align: center;
  align-items: center;
  font-size: clamp(1.6rem, 1.407rem + 0.79vw, 2rem);
}
@media (min-width: 1025px) {
  .event-area__blanket .tittle, .event-area__sticker .tittle, .event-area__card .tittle {
    height: 50px;
    margin: -78px auto 40px;
    padding: 0 30px;
    border: solid 5px #e6002d;
  }
}
.event-area__blanket .copyright, .event-area__sticker .copyright, .event-area__card .copyright {
  margin-top: 10px;
  text-align: right;
  font-size: clamp(1.2rem, 1.104rem + 0.4vw, 1.4rem);
}
.event-area__blanket {
  grid-column: 1/3;
  grid-row: 1/2;
}
.event-area__blanket div {
  position: relative;
}
.event-area__blanket div .balloon {
  width: 150px;
  position: absolute;
  top: -50px;
  right: -50px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.7));
}
@media (min-width: 1025px) {
  .event-area__blanket div .balloon {
    width: 300px;
    top: -80px;
    right: -50px;
  }
}
.event-area__sticker {
  grid-column: 1/2;
  grid-row: 2/3;
}
.event-area__sticker div {
  position: relative;
}
.event-area__sticker div .balloon {
  width: 130px;
  position: absolute;
  top: -60px;
  right: -50px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.7));
}
@media (min-width: 1025px) {
  .event-area__sticker div .balloon {
    width: 200px;
    top: -90px;
    right: -100px;
  }
}
.event-area__card {
  grid-column: 2/3;
  grid-row: 2/3;
}
.event-area__card div {
  margin-top: 30px;
  position: relative;
}
.event-area__card div .balloon {
  width: 130px;
  position: absolute;
  top: -50px;
  right: -50px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.7));
}
@media (min-width: 1025px) {
  .event-area__card div .balloon {
    width: 200px;
    top: -90px;
    right: -100px;
  }
}
.event-area__gourmet {
  margin-top: clamp(50px, 10vw, 150px);
}
.event-area__gourmet h3 {
  margin-bottom: clamp(20px, 4vw, 50px);
}
.event-area__gourmet-bnr {
  margin-top: clamp(20px, 4vw, 50px);
}
.event-area__gourmet-btn {
  margin-top: clamp(40px, 4vw, 70px);
  text-align: center;
}
.event-area__gourmet-btn .btn-border {
  width: 100%;
  height: fit-content;
  padding: 10px 50px 10px 20px;
  border: solid 2px #e6002d;
  background: #e6002d;
}
.event-area__gourmet-btn .btn-border:hover {
  background: black;
}
@media (min-width: 1025px) {
  .event-area__gourmet-btn .btn-border {
    padding: 20px 90px 20px 50px;
  }
}
.event-area__gourmet-slide {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.event-area__info {
  margin-top: clamp(50px, 10vw, 150px);
}
.event-area__info ul {
  margin-top: clamp(20px, 4vw, 50px);
}
.event-area__info ul li {
  margin-bottom: 10px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .event-area__info ul li {
    padding: 20px;
    display: flex;
    gap: 20px;
  }
}
.event-area__info ul li p:first-child {
  font-weight: bold;
}
.event-area__btn {
  margin-top: clamp(50px, 10vw, 150px);
  text-align: center;
}
.event-area__btn .btn-border {
  width: fit-content;
  margin: 0 auto;
  padding: 10px 50px 10px 20px;
  border: solid 2px #e6002d;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(230, 0, 45, 0.2)), url("../images/yuotube_bg.jpg") center center no-repeat;
  background-size: cover;
  display: flex;
  line-height: 1.5;
}
.event-area__btn .btn-border:hover {
  background: linear-gradient(rgba(230, 0, 45, 0.2), rgba(0, 0, 0, 0.4)), url("../images/yuotube_bg.jpg") bottom center no-repeat;
  background-size: cover;
}
.event-area__btn .btn-border div span {
  color: #fdd000;
  display: block;
  font-weight: 600;
  font-size: clamp(1.2rem, 1.007rem + 0.79vw, 1.6rem);
}
@media (min-width: 1025px) {
  .event-area__btn .btn-border {
    padding: 20px 100px 20px 70px;
  }
}
.event-area .title-main {
  color: #e6002d;
}
.event-area .img-shadow {
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.9));
}

.youtube-area {
  background: black url(../images/yuotube_bg.jpg) center center no-repeat;
  background-size: cover;
}
.youtube-area__block {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: clamp(50px, 10vw, 150px) 0;
}

.youtube-wrap {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.coming-soon {
  width: 90%;
  margin: 0 auto;
  transform: rotate(-5deg);
}
@media (min-width: 1025px) {
  .coming-soon {
    width: 40%;
  }
}

.ticket-area {
  margin: 0 auto;
  padding: clamp(50px, 10vw, 150px) 0;
  text-align: center;
  color: #fff;
  background: #e6002d;
  background: #e6002d url("../images/ticket_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.ticket-area__block {
  width: 90%;
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.ticket-area__main {
  margin-top: clamp(20px, 4vw, 50px);
  padding: 20px 20px 40px;
  background: white;
}
@media (min-width: 768px) {
  .ticket-area__main {
    padding: 70px;
  }
}
.ticket-area__main .btn-border {
  padding: 10px 70px 10px 30px;
  background: #e6002d;
}
.ticket-area__main .btn-border:hover {
  background: black;
}
@media (min-width: 1025px) {
  .ticket-area__main .btn-border {
    padding: 20px 90px 20px 50px;
  }
}
.ticket-area__map {
  width: 90%;
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.ticket-area__btn {
  margin: 20px auto;
  color: black;
}
@media (min-width: 768px) {
  .ticket-area__btn {
    margin: 50px auto;
  }
}
.ticket-area__btn p:nth-child(1) {
  font-size: 1.8rem;
  line-height: 1.3em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .ticket-area__btn p:nth-child(1) {
    font-size: 2.4rem;
  }
}
.ticket-area__btn p {
  margin-bottom: 20px;
}
.ticket-area__btn p:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .ticket-area__btn p {
    font-size: 1.8rem;
  }
}
@media (min-width: 1340px) {
  .ticket-area__btn ul {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1340px) {
  .ticket-area__btn ul li {
    width: 48%;
  }
}
.ticket-area__seat-type {
  margin-top: 20px;
}
.ticket-area__seat-type div:first-child {
  margin-bottom: 20px;
}
.ticket-area__seat-type div:last-child P {
  margin-top: 10px;
  color: black;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .ticket-area__seat-type {
    margin-top: 50px;
    display: flex;
  }
  .ticket-area__seat-type div:first-child {
    margin-right: 20px;
  }
  .ticket-area__seat-type div:last-child P {
    font-size: 1.2rem;
  }
}
.ticket-area__recommend {
  color: black;
  background: #eee;
}
.ticket-area__recommend h3 {
  padding: 10px 0;
  font-size: 2.1rem;
  font-weight: bold;
  color: white;
  background: #e6002d;
  line-height: 1em;
}
@media (min-width: 768px) {
  .ticket-area__recommend h3 {
    font-size: 2.6rem;
  }
  .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: 5px;
    background-color: white;
  }
  .ticket-area__recommend h3 span:first-child:before {
    left: -60px;
  }
  .ticket-area__recommend h3 span:first-child:after {
    right: -60px;
  }
}
.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: white;
  line-height: 1.3em;
}
@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__bnr {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .ticket-area__bnr {
    margin-top: 50px;
  }
}
.ticket-area__bnr a img {
  transition: transform 0.3s ease;
}
.ticket-area__bnr a:hover img {
  transform: scale(1.05);
}
.ticket-area__rec-bg {
  padding: 20px;
}
@media (min-width: 768px) {
  .ticket-area__rec-bg {
    padding: 50px;
  }
}
.ticket-area__benefits {
  margin-top: 20px;
  background: white;
}
@media (min-width: 1025px) {
  .ticket-area__benefits {
    margin-top: 50px;
  }
}
.ticket-area__benefits > div {
  padding: 20px;
}
.ticket-area__benefits > div > p span {
  font-weight: bold;
}
@media (min-width: 1025px) {
  .ticket-area__benefits > div {
    display: flex;
    place-items: center;
  }
  .ticket-area__benefits > div > p {
    width: 75%;
    padding: 0 10px;
  }
  .ticket-area__benefits > div > p:first-child {
    width: 25%;
  }
}
.ticket-area__benefits h4 {
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  line-height: 1.3em;
  background: #e6002d;
}
@media (min-width: 768px) {
  .ticket-area__benefits h4 {
    font-size: 2rem;
  }
}
.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: #920783;
}
.ticket-area__ttl-03 {
  background: #e5006a;
}
.ticket-area__ttl-04 {
  background: #cc5c7e;
}
.ticket-area__ttl-05 {
  background: #c50018;
}
.ticket-area__ttl-06 {
  background: #fcc800;
}
.ticket-area__ttl-07 {
  background: #e7ed00;
}
.ticket-area__ttl-08 {
  background: #8fc31f;
}
.ticket-area__ttl-09 {
  background: #094;
}
.ticket-area__ttl-10 {
  background: #009e96;
}
.ticket-area__ttl-11 {
  background: #00a0e9;
}
.ticket-area__ttl-12 {
  background: #0068b7;
}
.ticket-area__ttl-13 {
  background: #cc3aaa;
}
.ticket-area__ttl-14 {
  background: #cc3b57;
}
.ticket-area__ttl-15 {
  background: #c50018;
}
.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;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(230, 0, 45, 0.2)), url("../images/yuotube_bg.jpg") center center no-repeat;
  background-size: cover;
}
.ticket-area__btn-cta .btn-border:hover {
  background: linear-gradient(rgba(230, 0, 45, 0.2), rgba(0, 0, 0, 0.4)), url("../images/yuotube_bg.jpg") bottom center no-repeat;
  background-size: cover;
}

.btn-ticket_club,
.btn-ticket_ticket {
  width: 100%;
  margin-bottom: 15px;
  padding: 65px 20px 10px 20px;
  text-align: center;
  display: block;
  font-weight: bold;
  line-height: 1.5em;
  font-size: 1.8rem;
  color: white;
  position: relative;
  border: 4px solid #fdd000;
}
.btn-ticket_club span,
.btn-ticket_ticket span {
  width: 100%;
  padding-top: 5px;
  display: inline-block;
  border-top: 1px solid white;
}
.btn-ticket_club::after,
.btn-ticket_ticket::after {
  position: absolute;
  right: 20px;
  top: 25px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icon_tnl-link-w.svg) no-repeat;
  background-size: contain;
}
.btn-ticket_club::before,
.btn-ticket_ticket::before {
  position: absolute;
  left: 20px;
  top: 20px;
  content: "";
  display: inline-block;
  background-size: contain;
}
@media (min-width: 768px) {
  .btn-ticket_club,
  .btn-ticket_ticket {
    margin-bottom: 30px;
    padding: 20px 70px 20px 220px;
    font-size: 2rem;
  }
  .btn-ticket_club span,
  .btn-ticket_ticket span {
    padding-top: 0;
    display: inline-block;
    border-top: none;
  }
  .btn-ticket_club::after,
  .btn-ticket_ticket::after {
    right: 30px;
    top: calc(50% - 10px);
  }
  .btn-ticket_club::before,
  .btn-ticket_ticket::before {
    left: 30px;
    top: calc(50% - 15px);
  }
}

.btn-ticket_club {
  background: black;
}
.btn-ticket_club::before {
  width: 158px;
  height: 30px;
  background: url(../images/logo_rex-club.svg) no-repeat;
}

.btn-ticket_ticket {
  text-align: center;
  background-color: #e6002d;
}
.btn-ticket_ticket::before {
  width: 160px;
  height: 34px;
  background: url(../images/logo_rex-ticket.svg) no-repeat;
}

.access-area {
  margin: 0 auto;
  background-color: black;
}
.access-area__block {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(50px, 10vw, 150px) 0;
}
.access-area h2 {
  color: white;
}
.access-area h3 {
  margin: 30px 0 10px;
  padding: 15px 0 15px 70px;
  display: inline-block;
  font-size: 1.8rem;
  text-align: left;
  color: white;
}
@media (min-width: 768px) {
  .access-area h3 {
    margin: 100px 0 50px;
    padding-right: 50px;
    font-size: 2.8rem;
  }
}
.access-area__list li {
  margin: 30px 0 10px;
  padding: 15px 0 15px 70px;
  font-size: 1.8rem;
  text-align: left;
  color: white;
}
.access-area__list li.icon-walk {
  background: url(../images/ico_walk.png) left center no-repeat;
  background-size: 60px;
}
.access-area__list li.icon-bicycle {
  background: url(../images/ico_bicycle.png) left center no-repeat;
  background-size: 60px;
}
.access-area__list li.icon-bus {
  background: url(../images/ico_bus.png) left center no-repeat;
  background-size: 60px;
}
.access-area__map {
  height: 0;
  width: 100%;
  margin: 20px auto 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  position: relative;
}
.access-area__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .access-area__map {
    margin: 0 auto;
    padding-bottom: 56.25%;
  }
}
.access-area__note {
  width: 100%;
  margin: 0 auto;
}
.access-area__note > ul {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: white;
}
.access-area__note > ul > li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.access-area__note > ul > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.access-area__note > ul > li span {
  margin-right: 0.1em;
  color: #e6002d;
}
.access-area__note > ul > li > p {
  margin: 5px 0 0;
  padding-left: 1.1em;
}
.access-area__note > ul > li > ul {
  padding-left: 1.1em;
}
.access-area__note > ul > li div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.access-area__note > ul > li div img {
  width: 48%;
}
@media (min-width: 768px) {
  .access-area__note {
    margin-top: 50px;
  }
  .access-area__note > ul > li:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .access-area__note > ul > li > p {
    margin: 10px 0 5px;
  }
}
.access-area__moreinfo {
  width: 100%;
  margin: 50px auto 0;
}
@media (min-width: 768px) {
  .access-area__moreinfo {
    width: 500px;
    margin: 100px auto 0;
  }
}

.beginner-area {
  background: #e6002d;
  background: linear-gradient(rgba(253, 208, 0, 0.8), rgba(253, 208, 0, 0.8)), url("../images/event-bg.jpg") center center no-repeat;
}
.beginner-area .title-main {
  color: black;
}
.beginner-area__block {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(50px, 10vw, 150px) 0;
}
.beginner-area__link {
  margin-top: clamp(20px, 4vw, 50px);
  margin-bottom: clamp(50px, 5vw, 100px);
  display: flex;
  flex-flow: column;
  gap: 20px 2%;
}
.beginner-area__link a {
  width: 100%;
}
@media (min-width: 768px) {
  .beginner-area__link {
    flex-flow: row;
    gap: 20px 5%;
  }
  .beginner-area__link a {
    width: clamp(32%, 5vw, 30%);
  }
}
.beginner-area__qa {
  margin-top: clamp(20px, 4vw, 50px);
}
.beginner-area__qa dl div + div {
  margin-top: 20px;
}
.beginner-area__qa dl dt,
.beginner-area__qa dl dd {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  align-items: start;
}
.beginner-area__qa dl dt span:first-child,
.beginner-area__qa dl dd span:first-child {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: block;
  color: black;
  background: #fdd000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2.5rem;
}
.beginner-area__qa dl dt span:last-child,
.beginner-area__qa dl dd span:last-child {
  width: calc(100% - 50px);
  display: block;
}
@media (min-width: 1025px) {
  .beginner-area__qa dl dt,
  .beginner-area__qa dl dd {
    gap: 20px;
  }
}
.beginner-area__qa dl dt {
  color: white;
  background: black;
  border-radius: 20px 20px 0 0;
}
.beginner-area__qa dl dt span:first-child {
  color: black;
  background: #fdd000;
}
.beginner-area__qa dl dd {
  background: white;
  border-radius: 0 0 20px 20px;
}
.beginner-area__qa dl dd span:first-child {
  color: #fdd000;
  background: black;
}
.beginner-area__qa .btn-border {
  width: fit-content;
  margin: 50px auto 0;
  padding: 10px 40px 10px 20px;
  border: solid 2px black;
  background: black;
  color: #fdd000;
  display: block;
  border-radius: 45px;
}
.beginner-area__qa .btn-border::after {
  border-left: 12px solid #fdd000 !important;
  right: 0;
}
.beginner-area__qa .btn-border:hover {
  color: black;
  background: #fdd000;
}
.beginner-area__qa .btn-border:hover::after {
  border-left: 12px solid black !important;
}
@media (min-width: 1025px) {
  .beginner-area__qa .btn-border {
    padding: 20px 90px 20px 50px;
  }
  .beginner-area__qa .btn-border::after {
    right: 15px;
  }
}