@charset "UTF-8";
@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;
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

html {
  color: black;
  background: white;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  /* background: url(../img/bg_15.jpg) repeat top center / cover; */
  /* background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 37%, rgba(95, 0, 0, 1)); */
  background-size: contain;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.025em;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

main::before {
  content: '';
  /* background: url(../img/bg_15.jpg) no-repeat top center / contain; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

.c-header {
  height: 50px;
  background-color: #000;
  position: sticky;
  z-index: 102;
  top: 0;
  right: 0;
}

.login img {
  height: 20px;
}

.login a {
  color: #fff;
}

.humberger {
  display: flex;
  align-items: center;
}

.c-nav-btn {
  background: var(--cl-black);
  cursor: pointer;
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  -webkit-transition: 1.5s var(--transition);
  transition: 1.5s var(--transition);
  -webkit-transition-property: background, top;
  transition-property: background, top;
}

.c-nav-btn .inn {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 20px;
  height: 16px;
}

.c-nav-btn .line:nth-of-type(2)::after {
  top: 0;
  content: "";
}

.c-nav-btn .line,
.c-nav-btn .line:nth-of-type(2)::after {
  background: var(--cl-white);
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.c-nav-btn .line:nth-of-type(1) {
  top: 0;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.c-nav-btn .line:nth-of-type(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.c-nav-btn .line:nth-of-type(2) {
  top: 7px;
}

.c-nav-btn .line:nth-of-type(1),
.c-nav-btn .line:nth-of-type(3) {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.c-nav-btn.is-open .line:nth-of-type(1),
.c-nav-btn.is-open .line:nth-of-type(3) {
  -webkit-transform: scaleX(0) translate3d(0, 0, 0);
  transform: scaleX(0) translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.c-nav-btn.is-open .line:nth-of-type(2),
.c-nav-btn.is-open .line:nth-of-type(2)::after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.c-nav-btn.is-open .line:nth-of-type(2) {
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
}

.c-nav-btn.is-open .line:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg) translate3d(0, 0, 0);
  transform: rotate(90deg) translate3d(0, 0, 0);
}

.c-header-container {
  display: flex;
  justify-content: space-between;
}

.c-header-container .logo {
  text-align: center;
  margin: auto 15px;
}

.c-header-container .logo a {
  display: block;
  width: 150px;
}

.c-header-container .logo img {
  width: 100%;
}

.c-nav {
  margin-top: 45px;
  background: url(../img/bg-pattern03.png) repeat-x top center/960px auto var(--cl-black);
  color: var(--cl-white);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  top: 0;
  right: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  z-index: 99;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.c-nav .inner {
  padding: 60px 30px;
}

.c-nav .logo img {
  height: min(50px, 13.3333333333vw);
}

.c-nav .list {
  display: grid;
  gap: 30px;
  line-height: 1;
  margin-top: 40px;
}

.c-nav .list a {
  display: grid;
  place-content: center;
}

.c-nav .list .ja {
  font-weight: bold;
  font-size: min(48px, 12.8vw);
}

.c-nav .list .en {
  font-family: var(--ft-en);
  font-size: min(16px, 4.2666666667vw);
  font-weight: bold;
  margin-top: min(8px, 2.1333333333vw);
}

.c-nav.is-open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-footer {
  background: url(../img/bg-pattern03.png) repeat-x top center var(--cl-black);
}

.c-footer .inner-block {
  padding-top: min(70px, 5.303030303vw);
  /* padding-bottom: min(60px, 4.5454545455vw); */
  padding: 30px 0 150px;
}

.c-footer .pagetop {
  color: var(--cl-white);
  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;
}

.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;
}

.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);
  margin: 0 auto;
}

.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;
}

.c-menu {
  background-color: #000;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 10;
}

.c-menu .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-menu .list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.c-menu .list li:not(:first-child)::after {
  content: "";
  background: currentColor;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: min(40px, 3.0303030303vw);
  color: white;
}

.c-menu .list a {
  display: grid;
  place-content: center;
  font-size: min(18px, 1.3636363636vw);
  font-weight: bold;
  height: min(120px, 9.0909090909vw);
  background-color: #000;
  color: white;
}

.c-ttl01 {
  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;
}

.c-ttl01 .ja {
  font-size: min(100px, 15.1515151515vw);
  /* margin-top: -0.14em; */
  white-space: nowrap;
  color: #fff;
  text-shadow: black 5px 5px;
}

.c-ttl01 .en {
  font-size: min(50px, 3vw);
  font-weight: bold;
  margin-top: min(35px, 2.6515151515vw);
  color: #fff;
  text-shadow: black 3px 3px;
  font-family: var(--ft-en);
}

.c-ttl01 .ja_small {
  font-size: min(20px, 1.4vw);
  font-weight: bold;
  margin-top: min(15px, 2.6515151515vw);
  color: #000;
}

.c-ttl01 .ja-title {
  font-size: min(38px, 4vw);
  font-weight: bold;
  margin-top: min(35px, 2.6515151515vw);
  color: #000;
}

.c-ttl01 .ja-main {
  font-size: min(200px, 15.1515151515vw);
  margin-top: -0.12em;
  letter-spacing: 0;
}

.c-ttl01 .ja-main small {
  font-size: min(160px, 12.1212121212vw);
}

.c-ttl01 .ja-main ruby {
  display: inline-grid;
  gap: min(15px, 1.1363636364vw);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-ttl01 .ja-main ruby rt {
  font-size: min(24px, 1.8181818182vw);
  letter-spacing: 1em;
  text-align: center;
}

.c-ttl02 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-weight: bold;
  line-height: 1;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-ttl02 .en {
  font-size: min(30px, 3.6363636364vw);
  font-family: var(--ft-en);
  margin-right: min(30px, 2.2727272727vw);
}

.c-ttl02 .ja {
  font-size: min(16px, 1.2121212121vw);
  margin: min(10px, 0.7575757576vw) 0;
}

.c-btn {
  background: white;
  border: transparent 2px solid;
  border-radius: 5px;
  color: black;
  display: block;
  font-size: min(18px, 1.3636363636vw);
  font-family: var(--ft-en-ja);
  font-weight: bold;
  line-height: 1.3;
  margin: auto;
  padding: min(26px, 1.9696969697vw) min(30px, 2.2727272727vw);
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: min(400px, 75vw);
}

.c-btn .c-svg {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(30px, 2.2727272727vw);
  width: min(15px, 1.1363636364vw);
  height: min(15px, 1.1363636364vw);
}

.c-btn-primary,
.c-btn-open .btn {
  background: #fff;
  border: transparent 2px solid;
  border-radius: 5px;
  color: var(--cl-white);
  display: block;
  font-size: min(18px, 1.3636363636vw);
  font-family: var(--ft-en-ja);
  font-weight: bold;
  line-height: 1.3;
  margin: auto;
  padding: min(16px, 1.2121212121vw) min(20px, 1.5151515152vw);
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: min(300px, 22.7272727273vw);
}

/* 非活性 */
.inactive {
  opacity: 0.7;
  pointer-events: none;
  background-color: var(--cl-gray02);
}

/* .c-btn-open .btn {
  opacity: 0.7;
  background-color: var(--cl-gray02);
} */


.c-btn-primary .c-svg,
.c-btn-open .btn .c-svg {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(20px, 1.5151515152vw);
  width: min(15px, 1.1363636364vw);
  height: min(15px, 1.1363636364vw);
}

.c-btn-open {
  position: relative;
}

.c-btn-open .btn::before,
.c-btn-open .btn::after {
  content: "";
  background: currentColor;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(20px, 1.5151515152vw);
  width: min(12px, 0.9090909091vw);
  height: 2px;
}

.c-btn-open .btn::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.c-btn-open .list {
  background: var(--cl-accent);
  border-radius: 0 0 5px 5px;
  padding: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

/* 非活性 */
.c-btn-open .list {
  background: var(--cl-gray01);
}


.c-btn-open .list .c-btn-primary {
  min-width: 100%;
  width: 100%;
}

.c-btn-open .list>li:not(:first-child) {
  margin-top: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  background: no-repeat center center/contain;
  cursor: pointer;
  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: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(66px, 5vw);
  z-index: 1;
}

.swiper-button-prev {
  background-image: url(../img/slide-arrow-prev.svg);
}

.swiper-button-next {
  background-image: url(../img/slide-arrow-next.svg);
}

.swiper-button-disabled {
  display: none;
}

.c-slider-noloop .swiper-button-prev {
  background-image: none;
}

.c-slider-noloop .swiper-button-next {
  background-image: none;
}

.comingsoon {
  height: 70px;
  color: #000;
}

.comingsoon p {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
}

.swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: min(60px, 4.5454545455vw) 0 max(-15px, -1.1363636364vw);
}

.swiper-pagination-bullet {
  background: #aaa;
  cursor: pointer;
  margin: 0 min(10px, 0.7575757576vw) min(15px, 1.1363636364vw);
  width: min(30px, 2.2727272727vw);
  height: min(10px, 0.7575757576vw);
}

.swiper-pagination-bullet-active {
  background: #000;
}

.c-slider01 .swiper {
  overflow: visible;
}

.c-slider01 .swiper-slide {
  margin: 0 min(103px, 7.803030303vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
}

.c-slider01 .swiper-button-prev {
  left: calc(50% - min(410px, 31.0606060606vw));
}

.c-slider01 .swiper-button-next {
  right: calc(50% - min(410px, 31.0606060606vw));
}

.c-slider01 .slide {
  width: min(560px, 42.4242424242vw);
}

.c-slider01 .slide-media img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-slider01 .slide-media .name {
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: min(25px, 1.8939393939vw) min(30px, 2.2727272727vw);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.c-slider01 .slide-media .name .en {
  font-size: min(48px, 3.6363636364vw);
  font-family: var(--ft-en);
  line-height: 1;
  position: absolute;
  bottom: calc(100% - 12px);
  left: min(30px, 2.2727272727vw);
}

.c-slider01 .slide-media .name .ja {
  font-size: min(24px, 1.8181818182vw);
}

.c-slider01 .slide-media .name .position {
  font-size: min(24px, 1.8181818182vw);
  line-height: 1;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(30px, 2.2727272727vw);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.c-slider01 .slide .ttl {
  font-size: min(30px, 2.2727272727vw);
  font-weight: bold;
  line-height: 1.4;
  margin: min(25px, 1.8939393939vw) 0 min(22px, 1.6666666667vw);
}

.c-slider01 .slide .txt {
  font-size: min(16px, 1.2121212121vw);
  line-height: 2;
}

.c-slider02,
.c-slider-noloop {
  margin: 0 min(90px, 6.8181818182vw);
}

.c-slider02 .swiper,
.c-slider-noloop .swiper {
  overflow: visible;
}

.c-slider02 .swiper-slide,
.c-slider-noloop .swiper-slide {
  margin: 0 min(25px, 1.8939393939vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.c-slider-noloop .swiper-wrapper {
  justify-content: center !important;
}

.c-slider01 .swiper-wrapper {
  align-items: center;
}

.c-slider02 .swiper-button-prev,
.c-slider-noloop .swiper-button-prev {
  left: calc(50% - min(646px, 48.9393939394vw));
}

.c-slider02 .swiper-button-next,
.c-slider-noloop .swiper-button-next {
  right: calc(50% - min(646px, 48.9393939394vw));
}

.c-slider02 .slide,
.c-slider-noloop .slide {
  width: min(320px, 24.2424242424vw);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.c-slider02 .slide-media,
.c-slider-noloop .slide-media {
  padding-top: 68.75%;
  position: relative;
}

.c-slider02 .slide-media img,
.c-slider-noloop .slide-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-slider02 .slide .ttl,
.c-slider-noloop .slide .ttl {
  font-size: min(22px, 1.6666666667vw);
  font-weight: bold;
  line-height: 1.4;
  margin: min(25px, 1.8939393939vw) 0 min(22px, 1.6666666667vw);
}

.c-slider02 .slide .txt,
.c-slider-noloop .slide .txt {
  font-size: min(16px, 1.2121212121vw);
  line-height: 2;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* lp Module
* lpページ用
-------------------------------------------------- */
.c-section {
  overflow: hidden;
  position: relative;
}

.c-section-kv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.c-section-kv::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

.c-section .inner-block {
  padding-bottom: min(100px, 7.5757575758vw);
  z-index: 1;
}

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

.c-frame::before,
.c-frame::after {
  content: "";
  border: solid var(--cl-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: black;
}

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

.section-mv .c-frame::before,
.section-mv .c-frame::after {
  border-color: #fff !important;
}

.c-img-box {
  margin: auto;
  padding: min(50px, 3.7878787879vw);
}

.c-img-box::before,
.c-img-box::after {
  width: min(200px, 15.1515151515vw);
  height: min(200px, 15.1515151515vw);
}

.c-img-box .ttl {
  font-size: min(36px, 2.7272727273vw);
  font-family: var(--ft-en);
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: min(25px, 1.8939393939vw);
  text-align: center;
}

.c-img-box .movie {
  padding-top: 56.25%;
  position: relative;
}

.c-img-box .movie iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-lead-box {
  font-size: min(18px, 1.3636363636vw);
  line-height: 2;
  padding: min(60px, 4.5454545455vw);
}

.c-lead-box:not(:first-child) {
  margin-top: min(70px, 5.303030303vw);
}

.c-lead-box:not(:last-child) {
  margin-bottom: min(70px, 5.303030303vw);
}

.top-event {
  margin-top: 0px !important;
}

.center {
  text-align: center;
}

.c-lead-box.center {
  text-align: center;
}

.c-info-box .c-ttl02 {
  padding: min(45px, 3.4090909091vw) min(50px, 3.7878787879vw);
}

.h1-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 16.25vw;
  padding: 0 6vw;
}

.h1-wrap .en {
  font-size: 6.933vw;
  font-weight: 900;
  line-height: 1;
}

.h1-wrap .jp {
  margin-left: 2.66vw;
  font-size: 3.46vw;
  font-weight: normal;
  padding-bottom: 0.25em;
  line-height: 1;
}

.section-mv {
  position: relative;
  background: var(--cl-black);
  /* padding-bottom: 20px; */
  padding-bottom: 0px;
}

.section-mv .ttl img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.section-mv h3 {
  background-image: url(../img/ttl-back.jpg);
  background-size: cover;
  color: var(--cl-white);
  font-family: var(--ft-en);
  font-size: min(20px, 2vw);
  line-height: 1.8;
  margin: auto;
  text-align: center;
  width: 75%;
  margin-top: 20px;
  padding: 20px 0;
}

@media only screen and (max-width: 1000px) {
  .section-mv h3 {
    font-size: min(20px, 3vw);
    line-height: 1.7;
    padding: 10px 0;
    width: 90%;
  }
}

.section-mv h3 span {
  color: red;
  font-size: min(26px, 2.4vw);
}

@media only screen and (max-width: 1000px) {
  .section-mv h3 span {
    font-size: min(20px, 4vw);
  }
}

.section-mv .logo {
  position: absolute;
  top: min(40px, 3.0303030303vw);
  right: min(40px, 3.0303030303vw);
  width: min(120px, 9.0909090909vw);
}

.section-pv {
  background: url(../img/bg-pattern01.png) repeat top center;
}

.section-pv .inner-block {
  margin-top: max(-140px, -10.6060606061vw);
}

.section-game .inner-block {
  padding-top: min(70px, 5.303030303vw);
  padding-bottom: min(70px, 5.303030303vw);
}

.section-game .c-ttl01 {
  color: #d8eff0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.1;
}

.section-game .ttl {
  background: var(--cl-white);
  border-radius: 100px;
  color: var(--cl-black);
  font-family: var(--ft-en);
  font-size: min(18px, 1.3636363636vw);
  line-height: 1.3;
  padding: min(8px, 0.6060606061vw) min(15px, 1.1363636364vw);
  margin: auto;
  text-align: center;
}

.section-game .box {
  margin: auto;
  padding: min(35px, 2.6515151515vw) min(250px, 18.9393939394vw) 0;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section-game .team .logo {
  min-height: min(150px, 11.3636363636vw);
  position: relative;
}

.section-game .team .logo img {
  max-width: min(150px, 11.3636363636vw);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-game .team .name {
  font-weight: bold;
  line-height: 1.4;
  margin-top: min(30px, 2.2727272727vw);
}

.section-game .schedule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1;
  width: min(500px, 50.8787878788vw);
}

.section-game .schedule .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: min(8px, 0.6060606061vw) 0;
  width: 60%;
}

.section-game .schedule .date,
.section-game .schedule .day,
.section-game .schedule .inn {
  font-family: var(--ft-en);
}

.section-game .schedule .date {
  font-size: min(100px, 7.5757575758vw);
  margin-right: min(15px, 1.1363636364vw);
  width: 40%;
}

.section-game .schedule .day {
  color: white;
  font-size: min(50px, 3.7878787879vw);
  text-align: left;
}

.section-game .schedule .time {
  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;
  font-size: min(18px, 1.3636363636vw);
  margin-top: 5px;
}

.section-game .schedule .time .inn {
  border-left: 1px solid currentColor;
  display: inline-block;
  font-size: min(22px, 1.6666666667vw);
  margin-left: min(14px, 1.0606060606vw);
  padding-left: min(14px, 1.0606060606vw);
  line-height: 0.85;
}

.section-game .place {
  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;
  font-weight: bold;
  margin: min(40px, 3.0303030303vw) auto 0;
}

.section-game .place .head {
  display: inline-grid;
  place-content: center;
  margin-right: min(15px, 1.1363636364vw);
  width: min(100px, 7.5757575758vw);
  height: min(40px, 3.0303030303vw);
  border-radius: 5px;
  border: solid 2px currentColor;
  background-color: var(--cl-white);
  font-family: var(--ft-en);
  color: #000;
}

.section-game .place .name {
  font-size: min(24px, 1.8181818182vw);
}

.section-game .place .name small {
  font-size: min(18px, 1.3636363636vw);
}

.section-festival .txt {
  font-size: min(18px, 1.3636363636vw);
  line-height: 2;
  margin: min(60px, 4.5454545455vw) auto;
}

.section-visitor::before {
  content: "";
  background: url(../img/bg-pattern05.png) repeat top center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(426px, 32.2727272727vw);
}

.section-ticket .c-lead-box {
  width: 100%;
}

.section-ticket .seat-area .img {
  padding: min(0px, 6.0606060606vw) min(10px, 3.7878787879vw) min(40px, 6.0606060606vw);
}

.section-ticket .seat-area .table table {
  font-size: min(16px, 1.2121212121vw);
  text-align: center;
  width: 100%;
  color: #000;
}

.section-ticket .seat-area .table th,
.section-ticket .seat-area .table td {
  border: 1px solid var(--cl-gray02);
  font-size: 12px;
}

.section-ticket .seat-area .table thead th {
  background: var(--cl-gray03);
  font-size: min(14px, 1.3636363636vw);
  font-weight: bold;
  padding: min(10px, 0.7575757576vw) min(15px, 1.1363636364vw);
  white-space: nowrap;
}

.section-ticket .seat-area .table tbody th {
  font-size: 16px;
  /* letter-spacing: 5em; */
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  text-align: center;
  /* -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; */
}

.bseat {
  padding: 10px 5px;
}

.section-ticket .seat-area .table tbody td {
  padding: min(20px, 0.7575757576vw) min(5px, 1.1363636364vw);
}

.ss {
  background: #c2a878;
}

.classSS td {
  background: #eee5cc;
}

.s {
  background: #b0353f;
}

.classS td {
  background: #f2d4c5;
}

.sa {
  background: #f2ced4;
}

.classSA td {
  background: #fbe3e7;
}

.a {
  background: #272727;
  color: #fff;
}

.classA td {
  background: #ddd;
}

.b {
  background: #999999 !important;
}

.classB td {
  background: #eee;
}

.wheelchair {
  background: #000000;
  color: #fff;
}

.classW td {
  background: #cfd9e8;
}

.bgGray {
  background: #ddd;
}

.bgBlack {
  background: #000;
  color: #fff;
}

.bgDarkGray {
  background: #272727;
  color: #fff;
}

.bgLightGray {
  background: #eee;
}

.section-ticket .seat-area .table .price {
  font-size: min(18px, 1.3636363636vw);
  font-family: var(--ft-en);
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  width: 1px;
}

.section-ticket .schedule-area {
  margin-top: min(70px, 5.303030303vw);
  padding: min(70px, 5.303030303vw) 0;
  position: relative;
}

.section-ticket .schedule-area::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
}

.section-ticket .schedule-list {
  display: grid;
  margin-top: max(-30px, -2.2727272727vw);
}

.section-ticket .schedule-list>li:not(:last-child) {
  border-bottom: 2px solid var(--cl-white);
}

.section-ticket .schedule-list .ttl {
  font-size: min(18px, 1.3636363636vw);
  font-weight: bold;
}

.section-ticket .schedule-list .c-btn-primary,
.section-ticket .schedule-list .c-btn-open .btn {
  margin-right: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #000;
}

.section-ticket .link-list {
  display: grid;
  margin-top: max(-30px, -2.2727272727vw);
}

.section-ticket .link-list>li:not(:last-child) {
  border-bottom: 2px solid var(--cl-white);
}

.section-ticket .link-list a {
  display: block;
  padding: min(45px, 3.4090909091vw) min(80px, 6.0606060606vw) min(45px, 3.4090909091vw) min(50px, 3.7878787879vw);
  position: relative;
}

.section-ticket .link-list .ttl {
  display: block;
  font-size: min(18px, 1.3636363636vw);
  font-weight: bold;
  padding-left: min(30px, 2.2727272727vw);
  position: relative;
}

.section-ticket .link-list .ttl::before {
  content: "";
  background: currentColor;
  position: absolute;
  top: 0.45em;
  left: 0;
  width: min(10px, 0.7575757576vw);
  height: min(10px, 0.7575757576vw);
}

.section-ticket .link-list .c-svg {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: min(50px, 3.7878787879vw);
  width: min(14px, 1.0606060606vw);
  height: min(16px, 1.2121212121vw);
}

.section-access .tab-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-access .tab-btn li {
  background: var(--cl-black);
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  color: var(--cl-white);
  display: grid;
  font-size: min(24px, 1.8181818182vw);
  font-weight: bold;
  line-height: 1.4;
  place-content: center;
  padding: min(25px, 1.8939393939vw);
  width: min(360px, 27.2727272727vw);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.section-access .tab-btn li.is-active {
  background: #fff;
  color: #000;
  pointer-events: none;
}

.section-access .tab-btn li.is-disable {
  background: var(--cl-gray03);
  color: var(--cl-gray02);
  pointer-events: none;
}

.section-access .tab-btn li:not(:first-child) {
  margin-left: 10px;
}

.section-access .tab-content {
  padding-top: min(70px, 5.303030303vw);
  position: relative;
}

.section-access .tab-content::before {
  content: "";
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw);
  z-index: -1;
}

.section-access .tab-box:not(:first-child) {
  display: none;
}

/* .section-access .tab-box .wrap {
  display: grid;
} */
.section-access .tab-box .map-box {
  padding-top: 64%;
  position: relative;
}

.section-access .tab-box .map-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-history {
  background: var(--cl-gray03);
}

.section-history .tab-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-history .tab-btn li {
  background: var(--cl-black);
  border-radius: 5px;
  cursor: pointer;
  color: var(--cl-white);
  display: grid;
  font-size: min(30px, 2.2727272727vw);
  font-family: var(--ft-en);
  font-style: italic;
  font-weight: bold;
  line-height: 1.4;
  place-content: center;
  padding: min(20px, 1.5151515152vw);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.section-history .tab-btn li.is-active {
  background: var(--cl-accent);
  pointer-events: none;
}

.section-history .tab-btn li.is-disable {
  background: var(--cl-gray02);
  color: var(--cl-gray01);
  pointer-events: none;
}

.section-history .tab-content {
  padding-top: min(70px, 5.303030303vw);
}

.section-history .tab-box:not(:first-child) {
  display: none;
}

.section-history .history-list {
  display: grid;
  gap: min(50px, 3.7878787879vw);
}

.section-history .history-list>li {
  background: var(--cl-white);
}

.section-history .history-list .ttl {
  font-size: min(24px, 1.8181818182vw);
  line-height: 1.5;
}

.section-history .history-list .txt {
  font-size: min(18px, 1.3636363636vw);
  line-height: 2;
  margin-top: min(10px, 0.7575757576vw);
}

.seat-area .c-frame {
  margin-bottom: 60px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }

  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
  }

  #wrapper {
    min-width: 320px;
  }

  .inner-block {
    padding: 0 10px;
  }

  .pc {
    display: none !important;
  }

  .c-footer {
    background-size: 960px auto;
  }

  .c-footer .inner-block {
    padding-top: min(30px, 8vw);
    padding-bottom: min(120px, 30vw);
  }

  .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;
  }

  .c-menu {
    display: none;
  }

  .c-ttl01 {
    margin-bottom: min(20px, 8vw);
  }

  .c-ttl01 .en {
    font-size: min(16px, 4.8vw);
    text-shadow: black 1px 1px;
  }

  .c-ttl01 .ja {
    font-size: min(45px, 16vw);
    margin-top: min(5px, 4vw);
    text-shadow: black 2px 2px;
  }

  .c-ttl01 .ja_small {
    font-size: 12px;
    margin-top: min(10px, 2.6515151515vw);
    line-height: 1.25rem;
  }

  .c-ttl01 .ja-title {
    font-size: min(26px, 4.8vw);
    margin-top: min(25px, 10vw);
  }

  .c-ttl01 .ja-main {
    font-size: min(60px, 16vw);
  }

  .c-ttl01 .ja-main small {
    font-size: min(52px, 13.8666666667vw);
  }

  .c-ttl01 .ja-main ruby {
    gap: min(4px, 1.0666666667vw);
  }

  .c-ttl01 .ja-main ruby rt {
    font-size: min(12px, 3.2vw);
  }

  .c-ttl02 .en {
    font-size: min(20px, 8vw);
    margin-right: min(15px, 4vw);
  }

  .c-ttl02 .ja {
    font-size: min(14px, 3.7333333333vw);
    margin: min(10px, 2.6666666667vw) 0;
  }

  .c-btn {
    font-size: min(14px, 4.2666666667vw);
    padding: min(12px, 3.2vw) min(30px, 8vw);
    /* min-width: min(280px, 74.6666666667vw); */
    width: 100%;
  }

  .c-btn .c-svg {
    right: min(20px, 5.3333333333vw);
    width: min(15px, 4vw);
    height: min(15px, 4vw);
  }

  .c-btn-primary,
  .c-btn-open .btn {
    font-size: min(14px, 4.2666666667vw);
    padding: min(12px, 3.2vw) min(30px, 8vw);
    min-width: min(280px, 74.6666666667vw);
  }

  .c-btn-primary .c-svg,
  .c-btn-open .btn .c-svg {
    right: min(20px, 5.3333333333vw);
    width: min(15px, 4vw);
    height: min(15px, 4vw);
  }

  .c-btn-open.is-open .btn {
    background: #c08803;
    border-radius: 5px 5px 0 0;
  }

  .c-btn-open.is-open .btn::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .c-btn-open.is-open .list {
    background: #c08803;
  }

  .c-btn-open .btn::before,
  .c-btn-open .btn::after {
    right: min(20px, 5.3333333333vw);
    width: min(15px, 4vw);
  }

  .c-btn-open .list {
    display: none;
  }

  .sp-left {
    text-align: left;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .swiper-pagination {
    margin: min(30px, 8vw) 0 max(-15px, -4vw);
  }

  .swiper-pagination-bullet {
    margin: 0 min(5px, 1.3333333333vw) min(10px, 2.6666666667vw);
    width: min(30px, 8vw);
    height: min(10px, 2.6666666667vw);
  }

  .c-slider01 .swiper-slide {
    margin: 0 min(15px, 4vw);
  }

  .c-slider01 .slide {
    width: min(260px, 69.3333333333vw);
  }

  .c-slider01 .slide-media .name {
    padding: min(10px, 2.6666666667vw) min(15px, 4vw);
  }

  .c-slider01 .slide-media .name .en {
    font-size: min(28px, 7.4666666667vw);
    bottom: calc(100% - 6px);
    left: min(15px, 4vw);
  }

  .c-slider01 .slide-media .name .ja {
    font-size: min(16px, 4.2666666667vw);
  }

  .c-slider01 .slide-media .name .position {
    font-size: min(16px, 4.2666666667vw);
    right: min(15px, 4vw);
  }

  .c-slider01 .slide .ttl {
    font-size: min(18px, 4.8vw);
    margin: min(15px, 4vw) 0 min(12px, 3.2vw);
  }

  .c-slider01 .slide .txt {
    font-size: min(12px, 3.7333333333vw);
    margin-top: 10px;
  }

  .c-slider02 .swiper-slide,
  .c-slider-noloop .swiper-slide {
    margin: 0 min(15px, 4vw);
  }

  .c-slider02 .slide,
  .c-slider-noloop .slide {
    width: min(260px, 69.3333333333vw);
  }

  .c-slider02 .slide .ttl,
  .c-slider-noloop .slide .ttl {
    font-size: min(14px, 4.2666666667vw);
    margin: min(15px, 4vw) 0 min(8px, 2.1333333333vw);
  }

  .c-slider02 .slide .txt,
  .c-slider-noloop .slide .txt {
    font-size: min(12px, 3.7333333333vw);
  }

  .c-section-kv img {
    height: min(160px, 42.6666666667vw);
  }

  .c-section .inner-block {
    padding-bottom: min(50px, 13.3333333333vw);
  }

  .seat-area .c-frame {
    margin-bottom: 30px;
  }

  .c-frame::before,
  .c-frame::after {
    width: min(50px, 13.3333333333vw);
    height: min(50px, 13.3333333333vw);
  }

  .c-img-box {
    padding: min(20px, 5.3333333333vw);
  }

  .c-img-box::before,
  .c-img-box::after {
    width: min(100px, 26.6666666667vw);
    height: min(100px, 26.6666666667vw);
  }

  .c-img-box .ttl {
    font-size: min(24px, 6.4vw);
    margin-bottom: min(15px, 4vw);
  }

  .c-lead-box {
    font-size: min(12px, 4.2666666667vw);
  }

  .c-lead-box:not(:first-child) {
    margin-top: min(50px, 13.3333333333vw);
    width: 100%;
  }

  .c-lead-box:not(:last-child) {
    margin-bottom: min(50px, 13.3333333333vw);
  }

  .c-info-box .c-ttl02 {
    padding: min(20px, 5.3333333333vw);
  }

  .section-mv .logo {
    display: none;
  }

  .section-pv {
    background-size: 102px auto;
  }

  .section-pv .inner-block {
    margin-top: max(-40px, -10.6666666667vw);
  }

  .section-game .inner-block {
    padding-top: min(30px, 8vw);
    padding-bottom: min(30px, 8vw);
  }

  .section-game .ttl {
    font-size: min(16px, 4.2666666667vw);
    padding: min(5px, 1.3333333333vw) min(10px, 2.6666666667vw);
  }

  .section-game .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: min(20px, 5.3333333333vw) 0 0;
  }

  .section-game .team {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-game .team02 {
    position: relative;
  }

  .section-game .team02::before,
  .section-game .team02::after {
    content: "";
    background: var(--cl-white);
    position: absolute;
    top: min(50px, 13.3333333333vw);
    left: max(-15px, -4vw);
    width: min(30px, 8vw);
    height: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .section-game .team02::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .section-game .team .logo {
    min-height: min(100px, 26.6666666667vw);
  }

  .section-game .team .logo img {
    max-width: min(100px, 26.6666666667vw);
  }

  .section-game .team .name {
    margin-top: min(16px, 4.2666666667vw);
  }

  .section-game .schedule {
    margin-top: min(15px, 4vw);
    width: 100%;
  }

  .section-game .schedule .wrap {
    padding: min(6px, 1.6vw) 0;
  }

  .section-game .schedule .date {
    font-size: min(64px, 17.0666666667vw);
    margin-right: min(15px, 4vw);
  }

  .section-game .schedule .day {
    font-size: min(30px, 8vw);
  }

  .section-game .schedule .time {
    font-size: min(14px, 3.7333333333vw);
  }

  .section-game .schedule .time .inn {
    margin-left: min(12px, 3.2vw);
    padding-left: min(12px, 3.2vw);
    font-size: min(16px, 4.2666666667vw);
  }

  .section-game .place {
    margin-top: min(20px, 5.3333333333vw);
  }

  .section-game .place .head {
    margin-right: min(10px, 2.6666666667vw);
    width: min(70px, 18.6666666667vw);
    height: min(30px, 8vw);
  }

  .section-game .place .name {
    font-size: min(18px, 4.8vw);
  }

  .section-game .place .name small {
    font-size: min(14px, 3.7333333333vw);
  }

  .section-festival .txt {
    font-size: min(12px, 3.7333333333vw);
    margin: min(30px, 8vw) auto;
  }

  .section-visitor::before {
    background-size: 960px auto;
    height: min(160px, 42.6666666667vw);
  }

  .section-ticket .seat-area .img {
    padding: min(20px, 10.6666666667vw) min(20px, 5.3333333333vw);
  }

  .section-ticket .seat-area .table table {
    font-size: min(12px, 3.2vw);
  }

  .section-ticket .seat-area .table thead th {
    font-size: min(12px, 3.2vw);
    padding: min(3px, 0.8vw) min(5px, 1.3333333333vw);
  }

  .section-ticket .seat-area .table tbody th {
    font-size: min(10px, 3.7333333333vw);
  }

  .section-ticket .seat-area .table tbody td {
    padding: min(3px, 0.8vw) min(1px, 1.3333333333vw);
  }

  .section-ticket .seat-area .table .price {
    font-size: min(14px, 3.7333333333vw);
  }

  .section-ticket .schedule-area {
    margin-top: min(50px, 13.3333333333vw);
    padding: min(50px, 13.3333333333vw) 0;
  }

  .section-ticket .schedule-list {
    margin-top: max(-15px, -4vw);
  }

  .section-ticket .schedule-list>li {
    padding: min(15px, 4vw) min(15px, 4vw) min(15px, 4vw) min(20px, 5.3333333333vw);
  }

  .section-ticket .schedule-list .ttl {
    font-size: min(14px, 4.2666666667vw);
    margin-bottom: min(10px, 2.6666666667vw);
  }

  .section-ticket .schedule-list .c-btn-primary,
  .section-ticket .schedule-list .c-btn-open .btn {
    min-width: 100%;
  }

  .section-ticket .link-list {
    margin-top: max(-15px, -4vw);
  }

  .section-ticket .link-list a {
    padding: min(15px, 4vw) min(35px, 9.3333333333vw) min(15px, 4vw) min(20px, 5.3333333333vw);
  }

  .section-ticket .link-list .ttl {
    font-size: min(14px, 3.7333333333vw);
    padding-left: min(20px, 5.3333333333vw);
  }

  .section-ticket .link-list .ttl::before {
    width: min(10px, 2.6666666667vw);
    height: min(10px, 2.6666666667vw);
  }

  .section-ticket .link-list .c-svg {
    right: min(10px, 2.6666666667vw);
    width: min(14px, 3.7333333333vw);
    height: min(16px, 4.2666666667vw);
  }

  .section-access .tab-btn li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: min(16px, 4.2666666667vw);
    padding: min(10px, 2.6666666667vw);
    width: auto;
  }

  .section-access .tab-content {
    padding-top: min(30px, 8vw);
  }

  .section-access .tab-box .wrap {
    gap: min(20px, 5.3333333333vw);
  }

  .section-history .tab-btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .section-history .tab-btn li {
    font-size: min(16px, 4.2666666667vw);
    padding: min(10px, 2.6666666667vw);
  }

  .section-history .tab-content {
    padding-top: min(30px, 8vw);
  }

  .section-history .history-list {
    gap: min(20px, 5.3333333333vw);
  }

  .section-history .history-list>li {
    padding: min(20px, 5.3333333333vw);
  }

  .section-history .history-list .ttl {
    margin-top: min(15px, 4vw);
    font-size: min(16px, 4.2666666667vw);
  }

  .section-history .history-list .txt {
    font-size: min(14px, 3.7333333333vw);
    margin-top: min(10px, 2.6666666667vw);
  }
}

@media only screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }

  .inner-block {
    padding: 0 30px;
    max-width: 1260px;
  }

  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

  .sp {
    display: none !important;
  }

  .c-header {
    display: none;
  }

  .c-nav-btn {
    display: none;
  }

  .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);
  }

  .c-menu .list a:hover {
    color: #fff100;
  }

  .c-btn:hover {
    background: #c08803;
  }

  .c-btn-primary:hover,
  .c-btn-open .btn:hover {
    background: #c08803;
  }

  .c-btn-open:hover .btn {
    border-radius: 5px 5px 0 0;
  }

  .c-btn-open:hover .list {
    background: #c08803;
    opacity: 1;
    pointer-events: auto;
  }

  .c-btn-open .list {
    display: block !important;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
  }

  .c-btn-open .list .c-btn-primary:hover {
    border-color: var(--cl-white);
  }

  .swiper-button-prev,
  .swiper-button-next {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

  .swiper-button-prev:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  .swiper-button-next:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  .c-slider01 a:hover {
    color: #c08803;
  }

  .c-slider01 a:hover .slide-media .name {
    background: #c08803;
  }

  .c-slider02 .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.2;
  }

  .c-slider02 a:hover,
  .c-slider-noloop a:hover {
    color: #c08803;
  }

  .c-img-box {
    max-width: min(900px, 68.1818181818vw);
  }

  .section-mv .ttl img {
    min-height: 560px;
  }

  .section-game .ttl {
    max-width: min(460px, 34.8484848485vw);
  }

  .section-game .team {
    position: absolute;
    top: 0;
    width: min(250px, 18.9393939394vw);
  }

  .section-game .team01 {
    left: 0;
  }

  .section-game .team02 {
    right: 0;
  }

  .section-festival .txt {
    max-width: min(800px, 60.6060606061vw);
  }

  .section-ticket .seat-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section-ticket .seat-area .c-info-box {
    width: min(560px, 43vw);
  }

  .section-ticket .seat-area .ticket-15 {
    width: 100%;
  }

  .section-ticket .schedule-list>li {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: min(30px, 2.2727272727vw) min(30px, 2.2727272727vw) min(30px, 2.2727272727vw) min(50px, 3.7878787879vw);
  }

  .section-ticket .schedule-list .ttl {
    margin-right: min(30px, 2.2727272727vw);
  }

  .section-ticket .link-list a:hover {
    color: #c08803;
  }

  .section-access .tab-btn li:hover {
    background: #c08803;
  }

  .section-access .tab-box .wrap {
    grid-template-columns: 1fr 1fr;
    gap: min(40px, 3.0303030303vw);
    margin: auto;
    max-width: min(600px, 78.7878787879vw);
  }

  .section-history .tab-btn li {
    width: min(240px, 18.1818181818vw);
  }

  .section-history .tab-btn li:not(:first-child) {
    margin-left: 10px;
  }

  .section-history .tab-btn li:hover {
    background: #c08803;
  }

  .section-history .history-list>li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: min(50px, 3.7878787879vw);
  }

  .section-history .history-list .img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: min(40px, 3.0303030303vw);
    width: min(340px, 25.7575757576vw);
  }

  .section-ticket .seat-area .table th,
  .section-ticket .seat-area .table td {
    font-size: 16px;
  }

  .comingsoon {
    height: 100px;
  }

  .comingsoon p {
    text-align: center;
    font-size: 70px;
  }
}

@media only screen and (min-width: 1100px) {

  .section-ticket .seat-area .table th,
  .section-ticket .seat-area .table td {
    font-size: 15px;
  }
}

/* ニュース一覧 */
.news_header {
  margin-top: 60px;
  padding-bottom: 15px !important;
}

@media (max-width: 600px) {
  .news_header {
    margin-top: 40px;
    padding-bottom: 0px !important;
  }
}

.news-wrap {
  margin-bottom: 60px;
}

@media (max-width: 600px) {
  .news-wrap {
    margin-bottom: 40px;
  }
}

.news-box {
  font-size: min(18px, 1.3636363636vw);
}

.news-ttl {
  display: flex;
}

.news-inner {
  display: flex;
  align-items: center;
  padding: 10px 5%;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
}

.news-inner a {
  text-decoration: none;
  color: #000;
}

.news-date {
  margin-right: 20px;
  font-size: min(18px, 1.3636363636vw);
}

.news-btn {
  min-width: min(200px, 20vw);
  margin: 0;
}

@media (max-width: 600px) {
  .news-ttl {
    display: block;
    font-size: min(16px, 3.2666666667vw);
    margin-bottom: min(10px, 2.6666666667vw);
  }

  .news-inner {
    display: block;
    align-items: center;
    padding: 10px 0 20px;
  }

  .news-date {
    margin-right: 20px;
    font-size: min(16px, 3.2666666667vw);
  }

  .news-btn {
    min-width: 100%;
  }
}

/* .scroll_btn_inner a {
  text-align: center;
}

.scroll_btn_inner a:hover {
  filter: brightness(120%);
  transition: 0.3s;
}

.scroll_btn_inner img {
  width: 100%;
  max-width: 800px;
} */

.txt_05 {
  margin-top: min(70px, 5.303030303vw);
  ;
  background-color: #c08803;
}

@media (max-width: 600px) {
  .txt_05 {
    font-size: 11px;
    width: 100%;
  }
}

/* 5節用 グルメ一覧表示 */
.gourmet-card-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gourmet-card {
  width: 20%;
  background-image: url(../img/gourmet_bg.png);
  background-size: cover;
  margin: 0 1% 3%;
  border-radius: 10px;
}

.red {
  background-color: #ffeeff !important;
}

.gourmet-img img {
  border-radius: 10px 10px 0 0;
}

.gourmet-detail {
  padding: 10px;
}

.gourmet-name {
  font-size: min(18px, 1.6666666667vw);
  font-weight: bold;
  line-height: 1.4;
  margin: min(10px, 1.8939393939vw) 0 min(10px, 1.6666666667vw);
}

.menu {
  font-size: min(14px, 1.5vw);
  margin-bottom: 5%;
  line-height: 1.5rem;
}

.gourmet-explain {
  font-size: min(12px, 1.2121212121vw);
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .gourmet-card {
    width: 48%;
    margin: 0 1% 3%;
    border-radius: 10px;
  }

  .gourmet-name {
    font-size: 16px;
  }

  .menu {
    font-size: 12px;
  }

  .gourmet-explain {
    font-size: 12px;
  }
}

/* モーダルウィンドウ */
/*モーダルを開くボタン*/
.modal-open_01,
.modal-open_02,
.modal-open_03,
.modal-open_04 {
  cursor: pointer;
  margin-top: auto;
}

.modal-open_01 p,
.modal-open_02 p,
.modal-open_03 p,
.modal-open_04 p {
  background-color: #000;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
}

.modal-open_01 p:hover,
.modal-open_02 p:hover,
.modal-open_03 p:hover,
.modal-open_04 p:hover {
  background-color: #fff;
  color: #000;
  text-align: center;
  transition: 0.3s;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container_01,
.modal-container_02,
.modal-container_03,
.modal-container_04 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 90%);
  padding: 40px 20px;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}

/*モーダル本体の擬似要素の指定*/
.modal-container_01:before,
.modal-container_02:before,
.modal-container_03:before,
.modal-container_04:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container_01.active,
.modal-container_02.active,
.modal-container_03.active,
.modal-container_04.active {
  opacity: 1;
  visibility: visible;
  z-index: 2000;
}

/*モーダル枠の指定*/
.modal-body_01,
.modal-body_02,
.modal-body_03,
.modal-body_04 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1500px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close_01,
.modal-close_02,
.modal-close_03,
.modal-close_04 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  text-align: left;
  color: #fff;
}


/* スポンサー箇所 */
.top-sponsor {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.top-sponsor-card {
  width: 24%;
  background-image: linear-gradient(130deg, rgb(0 0 0) 20%, rgb(149 91 11));
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.top-sponsor-card .tag {
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 30px) 100%, 0% 100%);
  position: absolute;
  left: 0;
  top: 0;
  padding: 4px 40px 4px 20px;
  background-image: linear-gradient(130deg, rgb(0 0 0) 20%, rgb(149 91 11));
  color: #fff;
  font-weight: bold;
  z-index: 10;
  font-size: 16px;
}

.top-sponsor-img {
  margin-bottom: 12px;
}

.modal-content .top-sponsor-img {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 25px;
}

.modal-txt {
  margin: 25px 0;
}

.sponsor-ttl {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .top-sponsor-inner-block {
    padding: 0 10px;
  }

  .top-sponsor {
    flex-wrap: wrap;
  }

  .top-sponsor-card {
    width: 48%;
    padding: 10px 5px;
    margin-bottom: 10px;
  }

  .top-sponsor-card .tag {
    font-size: 12px;
    padding: 3px 25px 3px 10px;
  }

  .sponsor-ttl {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .modal-open_01 p,
  .modal-open_02 p,
  .modal-open_03 p,
  .modal-open_04 p {
    padding: 10px;
  }

  .modal-body_01,
  .modal-body_02,
  .modal-body_03,
  .modal-body_04 {
    max-width: 500px;
    width: 90%;
  }

  .modal-content .top-sponsor-img {
    width: 100%;
  }

  .modal-container_01,
  .modal-container_02,
  .modal-container_03,
  .modal-container_04 {
    padding: 80px 0px;
  }

  .modal-close_01,
  .modal-close_02,
  .modal-close_03,
  .modal-close_04 {
    top: -70px;
    right: -10px;
  }
}

/* 15節用 メニュー追加 */
.sp-nav {
  background-color: #000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 300;
}

.sp-nav-box {
  margin: 0 auto;
  max-width: 450px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 15px 0;
}

.sp-nav-box a {
  border: solid 2px #fff;
  display: block;
  text-align: center;
  gap: 5px;
  position: relative;
  background-color: rgba(0, 0, 0, 1.0);
  width: 19%;
  padding: 9px 8px;
  height: 55px;
}

.sp-nav-box img {
  position: relative;
}

.sp-nav-schedule img {
  width: 45%;
  top: -5px;
}

.sp-nav-tichet img {
  width: 64%;
  top: 3px;
}

.sp-nav-ticket img {
  width: 64%;
  top: 3px;
}

.sp-nav-event img {
  width: 44%;
  top: -3px;
}

.sp-nav-gourmet img {
  width: 45%;
  top: -3px;
}

.sp-nav-access img {
  width: 50%;
  top: -5px;
}

.sp-nav-box p {
  font-size: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  padding-bottom: 3px;
  color: white;
  font-weight: bold;
}

/* トップボタン */
.top-btn {
  margin: 50px auto;
  background-color: white;
  width: 80%;
  max-width: 800px;
}

@media only screen and (max-width: 768px) {
  .top-btn {
    margin: 25px auto;
    width: 95%;
  }
}

.membership-box {
  display: flex;
  justify-content: space-around;
  padding: min(25px, 3.7878787879vw);
  max-width: min(1200px, 75vw);
  margin: auto;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .membership-box {
    padding: 25px 3px 20px;
    margin: auto;
    max-width: none;
    flex-direction: column;
  }

  .membership-box .membership-card_01,
  .membership-box .membership-card_02 {
    width: 98%;
  }

  .membership-box .membership-card_02 {
    margin-top: 30px;
  }
}

.membership-card_01 .ms-type,
.membership-card_02 .ms-type,
.membership-card_03 .ms-type {
  text-align: center;
  font-size: min(12px, 4.2666666667vw);
  color: white;
  font-weight: bold;
  padding: 10px 0;
}

.membership-card_01 .ms-type {
  /* background-image: linear-gradient(0deg, rgba(70, 70, 70, 1), rgba(0, 0, 0, 1) 60%); */
  background-color: #000;
}

.membership-card_02 .ms-type {
  /* background-image: linear-gradient(0deg, rgba(230, 230, 230, 1), rgba(255, 255, 255, 1) 60%); */
  background-color: #fff;
  color: #000;
}

.membership-card_03 .ms-type {
  /* background-image: linear-gradient(0deg, rgba(205, 205, 205, 1), rgba(150, 150, 150, 1) 60%); */
  background-color: rgb(150, 150, 150);
  color: #fff;
}

.membership-card_01 .ms-type,
.membership-card_02 .ms-type,
.membership-card_03 .ms-type {
  font-size: min(32px, 2.6363636364vw);
  margin-bottom: 4px;
}

@media only screen and (max-width: 768px) {

  .membership-card_01 .ms-type,
  .membership-card_02 .ms-type,
  .membership-card_03 .ms-type {
    /* font-size: min(16px, 3.5vw); */
    font-size: 26px;
  }
}

.membership-card_01 {
  /* width: 38%; */

}

.membership-card_02 {
  /* width: 32%; */
}

.membership-card_01,
.membership-card_02 {
  width: 48%;
  margin-bottom: 20px;
}

.membership-card_03 {
  width: 25%;
}

/* @media only screen and (max-width: 768px) {
  .membership-card_01,
  .membership-card_02,
  .membership-card_03 {
    width: 48%;
    margin-top: 10px;
  }
} */
.ms-text-inner-ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
  background-color: #fff;
}

.ms-text-inner p {
  margin: 0;
  color: black;
  /* font-weight: bold; */
}

.membership-card_01 .ms-text-inner p {
  background-color: #fff;
  color: #000;
}

.membership-card_01 .ms-text-inner::after {
  background-color: #fff;
  color: #000;
}

.membership-card_02 .ms-text-inner p {
  background-color: rgba(255, 255, 255, 1);
}

.membership-card_02 .ms-text-inner::after {
  background-color: rgba(255, 255, 255, 1);
}

.membership-card_03 .ms-text-inner p {
  background-color: rgba(255, 255, 255, 1);
}

.membership-card_03 .ms-text-inner::after {
  background-color: rgba(255, 255, 255, 1);
}

.ms-text {
  height: 20vh;
  min-height: 200px;
  font-size: min(18px, 1.6vw);
  padding: 30px 30px 0;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .ms-text {
    min-height: 150px;
  }
}

.ms-text span {
  font-size: min(12px, 1.5vw);
  display: block;
  line-height: 1.0rem;
}

@media only screen and (max-width: 768px) {
  .ms-text {
    /* font-size: min(12px, 2.8vw); */
    font-size: 14px;
    padding: 30px 20px 0;
  }
}

.ms-text-inner::after {
  content: '';
  display: block;
  background-color: #ccc;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  width: 100%;
  height: 30px;
}

@media only screen and (max-width: 768px) {
  .ms-text-inner::after {
    height: 20px;
  }
}

.ms-price {
  text-align: center;
  font-size: min(26px, 2.6363636364vw);
  /* padding: 1em 5px 0; */
  line-height: 1.75rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.ms-list {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  padding: 40px 1vw 20px;

}

.ms-list li {
  padding: 5px 10px;
  border-radius: 5px;
  background: #000;
  color: #fff;
  font-size: min(16px, 1.5vw);
  font-weight: 500;
}

.ms-list li a {
  transition: .3s;
}

.ms-list li a:hover {
  opacity: .6;
}

.ms-list li.hidden {
  color: #c2c2c2;
  background: #e8e8e8;
}

.ms-list li.hidden a {
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .ms-price {
    font-size: 18px;
  }

  .ms-list {
    padding: 20px 20px;
  }

  .ms-list li {
    font-size: 12px;
  }
}

/* .color-yellow {
  color: yellow;
} */

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

.color-red em {
  font-size: 60px;
  font-style: normal;
  bottom: -3px;
  position: relative;
  margin: 0 4px;
  font-family: var(--ft-en);
  letter-spacing: -0.1rem;
}

.attention {
  color: black;
  padding: 0 10px 2px 12px;
  border-radius: 10px;
  margin-right: 5px;
}

.attention-yellow {
  background-color: #fff100;
}

.attention-blue {
  background-color: #e8007e;
}

.color-white {
  color: #fff;
  padding: 2px 0px;
  background-color: #000;
  border-radius: 8px;
  text-align: center;
  padding: 2px 0px 4px 2px;
}

@media only screen and (max-width: 768px) {
  .color-white {
    font-size: 13px;
  }
}

.color-black {
  color: #000;
  padding: 2px 10px 3px 11px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #808080;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .color-black {
    font-size: 13px;
  }
}

.color-gray {
  color: #fff;
  background-color: #a0a0a0;
  border-radius: 8px;
  text-align: center;
  padding: 2px 7px 3px 8px;
}

@media only screen and (max-width: 768px) {
  .color-gray {
    font-size: 13px;
  }
}

/* .color-gold {
  color: rgb(204, 153, 51);
} */

/* 特典表 */
.benefits-box table {
  width: 100%;
  table-layout: fixed;
}

.benefits-box table tbody th {
  width: 34%;
  box-sizing: border-box;
}

.th_reg {
  width: 33%;
  text-align: center;
  background-color: #000;
}

.th_u15 {
  width: 33%;
  text-align: center;
  background: #fff;
  color: #000;
}

.non {
  width: 25%;
  text-align: center;
}

.th_free {
  width: 20%;
  background-color: #d9d9d9;
  color: #000;
}

.th_cont {
  width: 34%;
  text-align: center;
  background: rgb(255, 255, 255);
  color: #000;
}

.benefits-box {
  padding: min(50px, 3.7878787879vw);
}

@media only screen and (max-width: 768px) {
  .benefits-box {
    padding: 25px 3px 20px;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .benefits-box .table {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .benefits-box table {
    table-layout: fixed;
    width: 100%;
  }

  .benefits-box table th,
  .benefits-box table td {
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .benefits-box.is-active .table:before {
    display: none;
    content: "Scroll";
    position: absolute;
    left: 50vw;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, .9) url(../img/icon_arrow-r-white.svg) no-repeat center bottom 15px / 25px auto;
    border-radius: 100%;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .05);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .05);
  }
}


.benefits-box.c-frame {
  background: rgba(225, 225, 225, 0.7);
}

.benefits-box table {
  border-collapse: separate;
  border-spacing: 3px;
}

@media only screen and (max-width: 768px) {
  .benefits-box table {
    width: 100%;
  }
}

table tr {
  padding: .35em;
}

table th,
table td {
  padding: 20px 10px;
  text-align: center;
}

@media only screen and (max-width: 768px) {

  table th,
  table td {
    padding: 20px 5px;
  }
}

table th {
  font-size: min(22px, 2.6363636364vw);
}

@media only screen and (max-width: 768px) {
  table th {
    font-size: 12px;
    padding: 10px 2px;
  }
}

table thead tr {
  color: #fff;
}

table tbody th {
  background: rgb(255, 255, 255);
  color: #000;
}

.txt {
  text-align: center;
  font-size: min(16px, 1.6vw);
}

.txt em {
  display: block;
  text-align: center;
  font-style: normal;
}

.txt strong {
  font-size: 40px;
  display: block;
  text-align: center;
}

.tr_reg {
  background-color: rgba(100, 100, 100, 1);
  color: white;
}

.tr_reg span {
  font-size: min(12px, 1.2vw);
}

@media only screen and (max-width: 768px) {
  .tr_reg span {
    font-size: 12px;
  }

  .txt {
    text-align: left;
  }

  .txt strong {
    font-size: 32px;
  }
}

.tr_u15 {
  background-color: #fff;
  color: #000;
}

.tr_free {
  background-color: #d9d9d9;
}

@media only screen and (max-width: 768px) {
  .txt {
    font-size: 12px;
  }
}

.price {
  text-align: right;
  color: #167F92;
  font-weight: bold;
}

/* .non{
  background: #fff;
  opacity: 0.5;
} */

.benefits_caption {
  font-size: 14px;
  padding: 10px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .benefits_caption {
    font-size: 12px;
  }
}

/* 会員特典 */
.membership-detail-box {
  padding: 25px;
}

@media only screen and (max-width: 768px) {
  .membership-detail-box {
    padding: 25px 3px 20px;
  }
}

.flex {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /* align-items: center; */
}

.ms-txt-detail {
  font-size: 10px;
}

.ms-txt-detail img {
  padding-top: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.benefits-card {
  border: 2px solid rgba(204, 204, 204, 0.4);
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .benefits-card {
    margin-bottom: 5px;
    border-radius: 7px;
  }
}

.benefits-card-ttl {
  text-align: left;
  color: #000;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}


@media only screen and (min-width: 767px) {
  .benefits-card-ttl br {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .benefits-card-ttl {
    text-align: center;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
  }
}

.benefits-card-detail {
  font-size: min(14px, 1.6vw);
  text-align: left;
  padding: 5px;
}

@media only screen and (max-width: 768px) {
  .benefits-card-detail {
    font-size: 14px;
    padding: 15px;
  }
}

.badge-inner {
  display: flex;
  justify-content: flex-start;
  ;
  margin: 15px 0 5px;
}

@media only screen and (max-width: 768px) {
  .badge-inner {
    margin: 20px 0 5px;
    justify-content: center;
  }
}

@media only screen and (min-width: 767px) {
  .benefits-card {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 30px;
  }

  .benefits-card .ms-bnr-inner {
    width: 420px;
  }

  .benefits-card-txt {
    width: calc(100% - 450px);
  }

  .benefits-card-detail {
    font-size: 16px;
  }

  .badge-inner {
    justify-content: flex-start;
  }

  .badge-inner .badge {
    width: 130px;
  }

  .badge-inner .badge:nth-child(n+2) {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .benefits-card {
    padding: 20px;
  }

  .benefits-card:nth-child(n+2) {
    margin-top: 20px;
  }

  .benefits-card-ttl {
    font-size: 22px;
    line-height: 1.4;
    margin: 10px 0 15px;
  }

  .badge+.badge {
    margin-left: 10px;
  }

  .ms-txt-detail {
    padding: 0;
    font-size: 14px;
  }

  .benefits-card-detail {
    padding: 0;
  }
}

.badge {
  font-size: min(16px, 1.6vw);
  width: 33%;
}



.w-50 {
  width: 30%;
}

@media only screen and (max-width: 1000px) {
  .w-50 {
    width: 95%;
    margin-bottom: 5vw;
  }
}

/* 入会方法 */
.slide-content>.txt {
  text-align: left;
  font-size: min(13px, 1.6vw) !important;
}

.tab-area {
  display: flex;
  /* flexで横並び */
  border: 2px solid;
  cursor: pointer;
  /* カーソルポインターに */
  margin-bottom: 40px;
}

@media only screen and (max-width: 1000px) {
  .tab-area {
    margin-bottom: 20px;
  }
}

.tab {
  width: 100%;
  /* calc関数を使用し、均等に3分割する */
  padding: 15px;
  text-align: center;
  /* 文字を中央に。 */
  font-size: 18px;
}

.tab {
  background-color: #aaa;
  border-left: 2px solid;
  color: white;
}

.tab.active {
  background-color: #000;
  color: white;
}

.panel {
  display: none;
  text-align: center;
  opacity: 0;
}

.panel.active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.howto-txt {
  font-size: min(14px, 1.6vw);
  text-align: left;
  min-height: 100px;
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .howto-txt {
    font-size: 14px;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* FAQ */
.inner-block.faq-block {
  padding-bottom: min(20px, 13.3333333333vw);
}

.accordion-container {
  margin: 0 auto;
  width: 100%;
  background-color: #e1e1e1;
}

.accordion-title {
  background: rgba(245, 245, 245, 1.0);
  cursor: pointer;
  font-size: 14px;
  padding: 20px 40px;
  position: relative;
  border-bottom: 1px solid #999;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .accordion-title {
    font-size: 14px;
  }
}

.accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #999;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #999;
  transition: all .3s ease-in-out;
}

.accordion-title.open:before {
  transform: rotate(180deg);
}

.accordion-title.open:after {
  opacity: 0;
}

.accordion-text {
  border-bottom: 1px solid #DDD;
  display: none;
  padding: 20px 40px;
  font-size: 14px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .accordion-text {
    font-size: 12px;
  }
}

/* FCボタンセクション */
.fc-btn-wrapper {
  display: flex;
  justify-content: space-evenly;
  padding: 40px 0;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(0, 0, 0, 1));
}

.fc-btn-inner {
  width: 60%;
  max-width: 600px;
  text-align: center;
}

/* テンプレート */
.fc-btn {
  position: relative;
  display: inline-block;
  padding: 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  /* border-radius: 0.5rem; */
  font-weight: bolder;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/*その他と主な共通部分は省略*/

a.btn-flat {
  overflow: hidden;
  color: #fff;
  background: #000;
}

a.btn-flat .attention {
  position: relative;
  z-index: 1;
  font-size: min(18px, 2vw);
  line-height: 1.75rem;
}

a.btn-flat .attention_small {
  position: relative;
  z-index: 1;
  font-size: min(18px, 2vw);
  line-height: 1.75rem;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: calc(-135% + 35%);
  width: 165%;
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(45deg) translateX(0) translateY(0);
  transform: rotate(45deg) translateX(0) translateY(0);

}

a.btn-flat:after {
  position: absolute;
  top: -400%;
  right: calc(-135% + 35%);
  width: 165%;
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: rotate(45deg) translateX(0) translateY(0);
  transform: rotate(45deg) translateX(0) translateY(0);
}

a.yellow:before {
  background: #fff100;
}

a.yellow:after {
  background: #fff100;
}

a.blue:before {
  background: #e8007e;
}

a.blue:after {
  background: #e8007e;
}

a.btn-flat:hover {
  color: #000;
}

a.btn-flat:hover:before {
  -webkit-transform: rotate(45deg) translateX(0) translateY(-50%);
  transform: rotate(45deg) translateX(0) translateY(-50%);
}

a.btn-flat:hover:after {
  -webkit-transform: rotate(45deg) translateX(0) translateY(50%);
  transform: rotate(45deg) translateX(0) translateY(50%);
}

@media only screen and (max-width: 768px) {
  .fc-btn-inner {
    width: 70%;
    /* max-width: 215px; */
    min-height: 70px;
  }

  .fc-btn {
    padding: 0.4rem 0;
  }

  a.btn-flat span {
    font-size: min(15px, 3vw);
    line-height: 1.5rem;
  }

  a.btn-flat:before {
    width: 180%;
    left: calc(-135% + 10%);
  }

  a.btn-flat:after {
    width: 180%;
    right: calc(-135% + 10%);
  }

  a.btn-flat .attention {
    position: relative;
    z-index: 1;
    font-size: min(12px, 5vw);
    line-height: 1.75rem;
  }

  a.btn-flat .attention_small {
    position: relative;
    z-index: 1;
    font-size: min(10px, 3vw);
    line-height: 1.75rem;
  }
}

.logo_inner .text_inner {
  margin: 40px 0 20px;
}

.logo_inner .text_inner p {
  font-size: 20px;
  color: #fff;
}

.section-logo {
  background-image: url(../img/logo_bg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 50px;
}

.logo-box {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

@media only screen and (max-width: 768px) {
  .logo-img-inner {
    width: 80%;
    margin: auto;
  }

  .logo_inner .text_inner p {
    font-size: 14px;
    text-align: center;
  }
}

.btn-login {
  max-width: min(1200px, 75vw);
  display: block;
  background-color: #f00;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .btn-login {
    max-width: none;
  }
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

.emphasis-text {
  font-size: 17px;
  font-weight: bold;
  color: #f00;
}

@media only screen and (max-width: 768px) {
  .emphasis-text {
    font-size: 14px;
    font-weight: bold;

  }
}