@font-face {
  src: url(../font/AbolitionTest-Regular.otf);
  font-family: "abolition";
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #333;
}

.u-desktop {
  display: none;
}

section {
  margin-top: -1px;
  margin-top: -0.0625rem;
}

main {
  overflow: hidden;
}

main:before {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: url(../images/kv/mv_pc.jpg) center center no-repeat;
  background-size: cover;
  content: "";
}

main:after {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-color: rgba(0,0,0,0.85);
  content: "";
}

/* リキッドレイアウト対応 */

html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */

html {
  scroll-behavior: smooth;
}

/* Set core body defaults */

body {
  line-height: 1;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */

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

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

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

button,
picture {
  display: block;
  width: 100%;
}

.c-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image:
    linear-gradient(
      -225deg,
      #FFD48C 0%,
      #bc882e 50%,
      #6E4500 100%
      );
	/*
  background: -webkit-gradient(linear, left top, right top, from(#2ac8fd), to(#1ee886));
  background: linear-gradient(to right, #2ac8fd, #1ee886);
	*/
  border-radius: 1.5rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  height: 48px;
  height: 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.c-btn::before {
  background: url(../images/arrow.png) center center/contain no-repeat;
  content: "";
  height: 14px;
  height: 0.875rem;
  position: absolute;
  right: 14px;
  right: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  width: 0.625rem;
}

.c-btn:hover {
  opacity: 1;
}

.c-btn img {
  margin-right: 7px;
  margin-right: 0.4375rem;
  width: 32px;
  width: 2rem;
}

.c-btn::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  width: 50%;
}

.c-btn:hover::before {
  -webkit-animation: shine 0.7s;
  animation: shine 0.7s;
}

.c-btn2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid black;
  border: 0.0625rem solid black;
  border-radius: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-size: 1rem;
  height: 48px;
  height: 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.c-btn2:hover {
  background-color: black;
  color: white;
  opacity: 1;
}

.c-btn2--white {
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  color: #fff;
}

.c-btn2--white:hover {
  background-color: white;
  color: black;
}
.c-btn2::before {
  background: url(../images/arrow_black.png) center center/contain no-repeat;
  content: "";
  height: 14px;
  height: 0.875rem;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 10px;
  width: 0.625rem;
}

.c-btn2:hover::before {
  background: url(../images/arrow.png) center center/contain no-repeat;
}

.c-btn2--white::before {
  background: url(../images/arrow.png) center center/contain no-repeat;
}

.c-btn2--white:hover::before {
  background: url(../images/arrow_black.png) center center/contain no-repeat;
}

.c-hamburger {
  height: 100%;
  position: relative;
  width: 100%;
}

.c-hamburger span {
  background-color: #fff;
  display: inline-block;
  height: 2px;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.c-hamburger span:nth-child(1) {
  top: 23px;
  top: 1.4375rem;
}

.c-hamburger span:nth-child(2) {
  top: 30px;
  top: 1.875rem;
}

.c-hamburger span:nth-child(3) {
  top: 37px;
  top: 2.3125rem;
}

.c-hamburger.is-active span:nth-child(1) {
  top: 30px;
  top: 1.875rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
  left: 60%;
  opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
  top: 30px;
  top: 1.875rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.c-hamburger img {
  bottom: 9px;
  bottom: 0.5625rem;
  height: 18px;
  height: 1.125rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: auto;
}

.c-hamburger img:nth-child(4) {
  opacity: 1;
}

.c-hamburger.is-active img:nth-child(4) {
  opacity: 0;
}

.c-hamburger img:nth-child(5) {
  opacity: 0;
}

.c-hamburger.is-active img:nth-child(5) {
  opacity: 1;
}

/* タイトル */
.ttl_area{
background-color: #000;
/* height: 4.8vw;
max-height: 58px; */
position: relative;
	z-index: 0;
}
/*
.ttl_area:before {
background-image: url("../images/ttl/tto_news.svg");
background-repeat: no-repeat;
background-size: contain;
content: "";
height: 100%;
left: 14.58%;
position: absolute;
top: 0;
width: 1230px;
z-index: 1;
}
*/
.ttl_area:before {
display: table;
margin-left: auto;
background-color: #fff;
content: url("../images/ttl/tto_news.svg");
padding: 0.5% 5% 0.5% 3%;
zoom:.3;
}


.ttl_area.ticketTtl{
background-color: #fff;
/* max-height: 58px; */
/* margin-top: 40px; */
margin-top: 2.125rem;
}
.ttl_area.tournamentTtl{
background-color: #fff;
/* max-height: 58px; */
}
.ttl_area.tournamentTtl:after {
width: 69%;
}





.ttl_area.ticketTtl:before {
content: url("../images/ttl/tto_ticket.svg");
background-color: #f2f2f2;
}

.ttl_area.accessTtl{
background-color: #f2f2f2;
}

.ttl_area.accessTtl:before {
content: url("../images/ttl/tto_access.svg");
background-color: #000;
}


.ttl_area.faqTtl{
background-color: #000;
}

.ttl_area.faqTtl:before {
content: url("../images/ttl/tto_faq.svg");
background-color: #fff;
}

.ttl_area.tournamentTtl:before {
content: url("../images/ttl/tto_tournament.svg");
background-color: #000;
}
.ttl_area.eventTtl:before {
content: url("../images/ttl/tto_event.svg");
background-color: #fff;
}



/* タイトル */
.c-title {
  position: relative;
}


/* .c-title::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#d22c36), to(#1b4597));
  background: linear-gradient(to bottom, #d22c36, #1b4597);
  bottom: -44px;
  bottom: -2.75rem;
  content: "";
  height: 40px;
  height: 2.5rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  width: 0.125rem;
} */

.c-title::after {
  content: "";
  background: url(../images/img_head_sp.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 0.4rem;
}

.c-title--white {
  color: #fff;
}

.c-title--white::before {
  -webkit-text-stroke: 1px #373737;
}

.c-title__sub {
	display: none;



  font-family: "abolition", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 18px;
  line-height: 1.125rem;
  position: relative;
  text-align: center;
}

.c-title__main {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4583333333;
  margin-top: 3px;
  margin-top: 0.1875rem;
  position: relative;
  text-align: center;
}
/*
.c-title::before {
  -webkit-text-stroke: 1px #e7e7e7;
  color: transparent;
  content: attr(data-title);
  font-family: "Oswald", sans-serif;
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 400;
  left: 50%;
  position: absolute;
  text-align: center;
  top: -18px;
  top: -1.125rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
*/
.js-scroll {
  opacity: 0;
  -webkit-transform: translateY(0.9375rem);
  transform: translateY(0.9375rem);
  -webkit-transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
  transition: all 1s cubic-bezier(0.155, 0.91, 0.695, 0.95);
}

.js-scroll.is-scrolled {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay_1s {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.delay_2s {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.delay_3s {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.l-event {
  position: relative;
  z-index: 1;
}

.l-final {
  margin-top: -1px;
  margin-top: -0.0625rem;
}

.l-footer {
  /* margin-top: 80px;
  margin-top: 5rem; */
}

.l-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 540px;
  max-width: 33.75rem;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

.l-movie {
  pointer-events: none !important;
}

.l-mv {
  padding-top: 68px;
  padding-top: 4.25rem;
}

.l-ticket {
  margin-top: -34px;
  margin-top: -2.125rem;
  position: relative;
  z-index: 1;
}

.p-access {
  color: #fff;
  padding-top: 3rem;
}

.p-access__topText {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 84px;
  margin-top: 5.25rem;
}

.p-access__items {
  gap: 24px;
  gap: 1.5rem;
  display: grid;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-access__item:nth-child(1) {
  -webkit-transform: translateX(-20vw);
  transform: translateX(-20vw);
}

.p-access__item:nth-child(1).is-scrolled {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-access__item:nth-child(2) {
  -webkit-transform: translateX(20vw);
  transform: translateX(20vw);
}

.p-access__item:nth-child(2).is-scrolled {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-access__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-access__btns {
  gap: 24px;
  gap: 1.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-contact {
  border: 1px solid black;
  border: 0.0625rem solid black;
}

.p-contact__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: black;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  height: 48px;
  height: 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-contact__main {
  padding: 16px;
  padding: 1rem;
}

.p-contact__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-contact__btn {
  height: 46px;
  height: 2.875rem;
  margin: 0 auto;
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 280px;
  max-width: 17.5rem;
}

.p-contact__btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e7e7e7;
  border-radius: 0.25rem;
  color: #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

.p-contact__btn a::before {
  background: url(../images/arrow_black.png) center center/contain no-repeat;
  content: "";
  height: 14px;
  height: 0.875rem;
  position: absolute;
  right: 14px;
  right: 0.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  width: 0.625rem;
}

.p-drawer {
  background-color: #333;
  max-width: 212px;
  max-width: 13.25rem;
  position: fixed;
  right: 0;
  top: 68px;
  top: 4.25rem;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 100%;
}

.p-drawer.is-active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.p-drawer__inner {
  padding: 50px 24px;
  padding: 3.125rem 1.5rem;
}

.p-drawer__links {
  gap: 32px;
  gap: 2rem;
  display: grid;
}

.p-drawer__link a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.p-drawer__link a:before {
  background: url(../images/arrow.png) center center/contain no-repeat;
  content: "";
  height: 10px;
  height: 0.625rem;
  position: absolute;
  right: -9px;
  right: -0.5625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  width: 0.3125rem;
}

.p-event {
  padding-bottom:3rem;
  padding-top:3rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.p-event__lists--latest {
  gap: 40px;
  gap: 2.5rem;
  display: grid;
  margin-top: 84px;
  margin-top: 5.25rem;
}

.p-event__lists--latest .p-event__list {
  border-radius: 0.625rem;
  overflow: hidden;
}

.p-event__list > a {
  cursor: pointer;
}

.p-event__thumbnail,
.p-event__thumbnail-small {
  position: relative;
  width: 100%;
}

.p-event__thumbnail::before,
.p-event__thumbnail-small::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.p-event__thumbnail img,
.p-event__thumbnail-small img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-event__thumbnail-small {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-event__main {
  background-color: #f3f3f3;
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 16px 16px;
  padding: 1rem 1rem;
}

.p-event__time {
  background-color: #bc882e;
  color: #fff;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  /* max-width: 76px;
  max-width: 4.75rem; */
  padding: 2px 8px;
  padding: 0.125rem 0.5rem;
  text-align: center;
  white-space: nowrap;
}

.p-event__time--small {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: none;
  padding: 2px;
  padding: 0.125rem;
  text-align: center;
  width: 100%;
}

.p-evnet__title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-event__main-text {
  border-top: 2px solid #bc882e;
  border-top: 0.125rem solid #bc882e;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 16px;
  margin-top: 1rem;
  padding-top: 16px;
  padding-top: 1rem;
}
.p-event__main-text-img {
	display: flex;
	gap:3%;
	justify-content: space-between;
	margin-top: 20px;
}
.p-event__main-text-img >*{
	width: 47%;
}

.p-event__close {
  background-color: #dbd7d7;
  border-radius: 0 0 0.625rem 0.625rem;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-left: -16px;
  margin-left: -1rem;
  padding: 8px;
  padding: 0.5rem;
  text-align: center;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: calc(100% + 2rem);
}

.p-evenet__close:hover {
  opacity: 0.7;
}

.p-event__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b21920;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-event__btn img {
  height: 12px;
  height: 0.75rem;
  margin-left: 6px;
  margin-left: 0.375rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 8px;
  width: 0.5rem;
}

.p-event__lists--other {
  border-bottom: 1px solid black;
  border-bottom: 0.0625rem solid black;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-event__lists--other > .p-event__list > a {
  gap: 16px;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid black;
  border-top: 0.0625rem solid black;
  display: grid;
  grid-template-columns: 36% 1fr;
  padding: 16px 0;
  padding: 1rem 0;
}

.p-evenet__thumbnail-small {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-event__right {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-event__right > .p-event__time {
  display: none;
}

.p-event__title-small {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.p-event__slider {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-event__imgs {
  margin-left: calc(50% - 50vw);
  width: 143vw;
}

.p-event__text {
  margin-left: calc(50% - 50vw);
  margin-top: -34px;
  margin-top: -2.125rem;
  width: 127vw;
}

.p-event__text p {
  color: #bc882e;
  font-family: "Oswald", sans-serif;
  font-size: 12vw;
  font-weight: bold;
  line-height: 68px;
  line-height: 4.25rem;
  white-space: nowrap;
}

.p-event__text p.u-desktop {
  display: none !important;
}

.p-event__btn-small {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b21920;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-event__modal {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 64px;
  top: 4rem;
  width: 100%;
  z-index: 100;
}

.p-event__modal .p-event__list {
  border-radius: 0.625rem;
  height: calc(100% - 6.5rem);
  margin: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 325px;
  max-width: 20.3125rem;
  overflow: scroll;
  position: relative;
  width: calc(100% - 2rem);
  z-index: 1;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-event__modal .p-event__list::-webkit-scrollbar {
  display: none;
}

.p-event__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-faq {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fff;
}

.p-faq__units {
  margin-top: 84px;
  margin-top: 5.25rem;
}

.p-faq__unit + .p-faq__unit {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-faq__subtitle {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3125;
  padding-left: 8px;
  padding-left: 0.5rem;
  position: relative;
}

.p-faq__subtitle::before {
  background-color: #bc882e;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  width: 0.25rem;
}

.p-faq__items {
  border-top: 1px solid #333333;
  border-top: 0.0625rem solid #333333;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-faq__item {
  border-bottom: 1px solid #333333;
  border-bottom: 0.0625rem solid #333333;
  cursor: pointer;
  padding: 8px 0;
  padding: 0.5rem 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-faq__item:hover {
  opacity: 0.7;
}

.p-faq__item::before {
  background-color: #333333;
  content: "";
  height: 2px;
  height: 0.125rem;
  position: absolute;
  right: 0;
  top: 23px;
  top: 1.4375rem;
  width: 12px;
  width: 0.75rem;
}

.p-faq__item::after {
  background-color: #333333;
  content: "";
  height: 2px;
  height: 0.125rem;
  position: absolute;
  right: 0;
  top: 23px;
  top: 1.4375rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 12px;
  width: 0.75rem;
}

.p-faq__item.is-active::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-faq__q,
.p-faq__a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 6px 16px 6px 40px;
  padding: 0.375rem 1rem 0.375rem 2.5rem;
  position: relative;
}

.p-faq__a a {
  color: #0083c3;
  text-decoration: underline;
}

.p-faq__q::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: black;
  color: #fff;
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  height: 32px;
  height: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  position: absolute;
  top: 0;
  width: 32px;
  width: 2rem;
}

.p-faq__a {
  display: none;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-faq__contact {
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 311px;
  max-width: 19.4375rem;
}

.p-final {
  color: #fff;
  padding-bottom: 84px;
  padding-bottom: 5.25rem;
  padding-top: 100px;
  padding-top: 3.25rem;
}

.p-final__img {
  margin: 0 auto;
	position: relative;
	  padding: 30px 10%;
}

.p-final__img::before, .p-final__img::after {
	content: '';
	width: 10px;
	height: 50px;
	position: absolute;
}

.p-final__img::before {
	border-left: solid 0.0625rem #fff;
	border-top: solid 0.0625rem #fff;
	top: 0;
	left: 0;
}

.p-final__img::after {
	border-right: solid 0.0625rem #fff;
	border-bottom: solid 0.0625rem #fff;
	bottom: 0;
	right: 0;
}


.p-final__content {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-final__title {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-size: 1.85rem;
  font-weight: 600;
  overflow: hidden;
  position: relative;
}

.p-final__title span {
  max-width: max-content;
  line-height: 60px;
  line-height: 3.75rem;
  padding-right: 18px;
  padding-right: 1.125rem;
  display: block;
  position: relative;
  z-index: 1;
}

.p-final__title span::before {
  background-color: #fff;
  content: "";
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  width: 100%;
}

.p-final__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-final__lists {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-final__list + .p-final__list {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-final__head {
  position: relative;
}

.p-final__head::before {
  background-color: #fff;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-final__head span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bc882e;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  height: 32px;
  height: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.015em;
  position: relative;
  width: 71px;
  width: 4.4375rem;
}

.p-final__list-title_non {
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  font-size: 16px;
  font-size: 1rem;
  grid-template-columns: 100% 1fr;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-final__list-title {
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* display: grid; */
  font-size: 16px;
  font-size: 1rem;
  /* grid-template-columns: 29% 1fr; */
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-final__match {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  grid-template-columns: 40% 1fr 40%;
  text-align: center;
}
  .p-final__presents {
    font-size: .7rem;
    grid-template-columns: 32% 1fr 32%;
	  border: 1px solid #fff;
	  text-align: center;
	  padding: 5px;
  }
.p-final__match-text {
  font-size: 16px;
  font-size: 1rem;
	line-height: 1.3;
}

.p-final__match-text2 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-final__schedule {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 70px;
  line-height: 4.375rem;
}

.p-final__schedule .u-color {
  color: #bc882e;
}

.p-final__schedule .u-big {
  font-size: 52px;
  font-size: 3.25rem;
}

.p-final__info {
  gap: 8px;
  gap: 0.5rem;
  display: grid;
}

.p-final__info dl {
  gap: 6px;
  gap: 0.375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: 3.5rem 1fr;
}

.p-final__info dt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  height: 24px;
  height: 1.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-final__info dd {
  font-size: 16px;
  font-size: 1rem;
}

.p-final__btn {
  margin: 0 auto;
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 284px;
  max-width: 17.75rem;
}

.p-footer {
  background-color: #000000;
  color: #fff;
  padding-bottom: 85px;
  padding-bottom: 5.3125rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-footer__totop {
  cursor: pointer;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 60px;
  width: 3.75rem;
}

.p-footer__totop:hover {
  opacity: 0.7;
}

.p-footer__sns {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-footer__sns-text {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}

.p-footer__links {
  gap: 40px;
  gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 250px;
  max-width: 15.625rem;
}

.p-footer__link a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-footer__logo {
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 114px;
  width: 7.125rem;
}

.p-footer__logo a {
  display: block;
}

.p-footer__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-globalNav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-globalNav__links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.p-globalNav__link {
  height: 100%;
}

.p-globalNav__link a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 6px;
  padding: 0 0.375rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-globalNav__link a:hover {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.p-globalNav__btn {
  max-width: 220px;
  max-width: 13.75rem;
}

.p-header {
  background-color: black;
  height: 64px;
  height: 4rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* .p-header::before {
  background: -webkit-gradient(linear, left top, right top, from(#d22c36), to(#1b4597));
  background: linear-gradient(to right, #d22c36, #1b4597);
  bottom: -4px;
  bottom: -0.25rem;
  content: "";
  height: 4px;
  height: 0.25rem;
  left: 0;
  position: absolute;
  width: 100%;
} */

.p-header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  height: 0.4rem;
  width: 100%;
  background: url(../images/img_head_sp.jpg) center center no-repeat;
  background-size: cover;
}

.p-header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
}

.p-header__logo {
  width: 172px;
  width: 9rem;
}

.p-header__logo a {
  display: block;
}

  .p-header__btn {
	  width: auto;
	  margin-left: auto;
	  margin-right: 10px;
  }

  .p-header__btn .c-btn{
font-size: 12px;
font-size: .7rem;
	  height: 2rem;
	  padding: 0 8px;
  }

  .p-header__btn .c-btn img{
width: 1rem;
  }

.p-header__hamburger {
  height: 100%;
  width: 16px;
  width: 1rem;
}

.p-header__globalNav {
  display: none;
}

.p-loading {
  background: #000;
  color: #fff;
  height: 100%;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10000;
}

/* Loading画像中央配置 */

#splash_logo {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px;
  width: 15rem;
  z-index: 20;
}

#splash_logo img {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  opacity: 0;
}




.p-movie {
  position: relative;
  z-index: -1;
}

.p-movie::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-movie__inner div {
  -webkit-overflow-scrolling: touch;
}

.p-news {
  padding-bottom: 3rem;
  padding-top: 3rem;
  background-color: #fff;
}

.p-news__items {
  margin-top: 84px;
  margin-top: 5.25rem;
}

.p-news__item {
  border-bottom: 1px solid black;
  border-bottom: 0.0625rem solid black;
}

.p-news__item a {
  display: block;
  padding: 16px 33px 16px 0;
  padding: 1rem 2.0625rem 1rem 0;
  position: relative;
}

.p-news__item a::before {
  background: url(../images/arrow_black.png) center center/contain no-repeat;
  content: "";
  height: 14px;
  height: 0.875rem;
  position: absolute;
  right: 0px;
  right: 0rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 10px;
  width: 0.625rem;
}

.p-news__item a:hover::before {
  right: -5px;
  right: -0.3125rem;
}

.p-news__item:nth-child(n + 4) {
  display: none;
}

.p-news__time {
  color: #bc882e;
  font-size: 14px;
  font-size: 0.875rem;
}

.p-news__item-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-news__btn {
  cursor: pointer;
  margin: 0 auto;
  margin-top: 16px;
  margin-top: 1rem;
  max-width: 42px;
  max-width: 2.625rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-news__btn:hover {
  opacity: 0.7;
}

.p-news__btn span {
  font-family: "abolition", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-news__btn span:nth-child(2) {
  opacity: 0;
}

.p-news__btn img {
  margin-top: 26px;
  margin-top: 1.625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.p-news__btn.is-active span:nth-child(1) {
  opacity: 0;
}

.p-news__btn.is-active span:nth-child(2) {
  opacity: 1;
}

.p-news__btn.is-active img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.p-team {
  color: #fff;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.p-team__head {
  gap: 16px;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: 3.9375rem 1fr;
  margin: 0 auto;
  margin-top: 84px;
  margin-top: 5.25rem;
  max-width: 343px;
}

.p-team__left {
  gap: 56px;
  gap: 3.5rem;
  display: grid;
}

.p-team__left span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bc882e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.6875;
  width: 63px;
  width: 3.9375rem;
}

.p-team__nav {
  gap: 24px 16px;
  gap: 1.5rem 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.p-team__nav-btn {
  cursor: pointer;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-team__nav-btn.is-active {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.p-team__nav-btn:hover {
  opacity: 0.7;
}

.p-team__slider {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-team__slider-item {
  margin: 0 1px;
  margin: 0 0.0625rem;
}
.p-team__slider-item .p-team__img{
	text-align: center;
}
.p-team__slider-item .p-team__img img{
	max-width: 250px;
	width: 80%;
	display: inline;
}

.p-team__name {
  font-size: 28px;
  font-size: 1.3rem;
  font-weight: bold;
	color: #fff;
	text-align: center;
}

.p-team__name span {
	display: inline-block;
  background-color: #bc882e;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-size: 1.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
	padding: 10px;
	text-align: center;
	color: #000;
	margin-bottom: 10px;
}

.p-team__name img {
  height: 100%;
  margin-left: auto;
  max-width: none;
  width: auto;
}

.p-team__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.slide-arrow {
  bottom: -5px;
  bottom: -0.3125rem;
  cursor: pointer;
  height: 14px;
  height: 0.875rem;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 10px;
  width: 0.625rem;
}

.prev-arrow {
  background: url(../images/arrow2.png) center center/contain no-repeat;
  left: calc(50% - 5.4375rem);
}

.next-arrow {
  background: url(../images/arrow.png) center center/contain no-repeat;
  right: calc(50% - 5.4375rem);
}

.slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.slider-dots li {
  background-color: #fff;
  border-radius: 50%;
  height: 6px;
  height: 0.375rem;
  list-style: none;
  margin: 0 8px;
  margin: 0 0.5rem;
  width: 6px;
  width: 0.375rem;
}

.slider-dots li.slick-active {
  background-color: #bc882e;
}

.slider-dots button {
  display: none;
}

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

.p-ticket {
  background-color: #f2f2f2;
  padding: 3rem 0 3rem;
}

.p-ticket__topText {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 84px;
  margin-top: 5.25rem;
}

.p-ticket__img {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-ticket__note {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-ticket__lists {
  gap: 40px;
  gap: 2.5rem;
  display: grid;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-ticket__list:nth-child(1) {
  -webkit-transform: translateX(-20vw);
  transform: translateX(-20vw);
}

.p-ticket__list:nth-child(1).is-scrolled {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-ticket__list:nth-child(2) {
  -webkit-transform: translateX(20vw);
  transform: translateX(20vw);
}

.p-ticket__list:nth-child(2).is-scrolled {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-ticket__subtitle {
  background-color: #fff;
  border-left: 8px solid #bc882e;
  border-left: 0.5rem solid #bc882e;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 8px 0;
  padding: 0.5rem 0;
  padding-left: 16px;
  padding-left: 1rem;
}

.p-ticket__table {
  background-color: #fff;
  border-collapse: collapse;
  margin: 0 auto;
  margin-top: 12px;
  margin-top: 0.75rem;
  text-align: center;
  width: 100%;
}

.p-ticket__table th {
  background-color: black;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 2px 0;
  padding: 0.125rem 0;
  text-align: center;
}

.p-ticket__table th.is--first {
  text-align: left;
  padding-left: 0.375rem;
}

.p-ticket__table th:nth-child(n + 2) {
  border-left: 2px solid #f2f2f2;
  border-left: 0.125rem solid #f2f2f2;
}

.p-ticket__table td {
  color: black;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 2px 0;
  padding: 0.125rem 0.25rem;
}

.p-ticket__table tbody td {
  border-top: 2px solid #f2f2f2;
  border-top: 0.125rem solid #f2f2f2;
}

.p-ticket__table td:nth-child(n + 2) {
  border-left: 2px solid #f2f2f2;
  border-left: 0.125rem solid #f2f2f2;
}

.p-ticket__table td:first-child {
  /* padding-left: 2px;
  padding-left: 0.125rem; */
  /* width: 15%; */
}
/*
.p-ticket__table td:nth-child(2) {
  width: 16%;
}

.p-ticket__table td:nth-child(3) {
  width: 19%;
}

.p-ticket__table td:nth-child(4) {
  width: 19%;
}

.p-ticket__table td:nth-child(4) {
  width: 19%;
} */

.p-ticket__table td.u-red {
  color: #fff;
  background-color: #e93f41;
}

.p-ticket__table td.u-green {
  color: #fff;
  background-color: #b9d400;
}

.p-ticket__table td.u-yellow {
  color: #fff;
  background-color: #fabd00;
}

.p-ticket__table td.u-orange {
  color: #fff;
  background-color: #ee7f25;
}

.p-ticket__table td.u-blue {
  color: #fff;
  background-color: #0083c3;
}

.p-ticket__table td.u-sky {
  color: #fff;
  background-color: #37bbd1;
}

.p-ticket__table td.u-azuki {
  color: #fff;
  background-color: #9e374c;
}

.p-ticket__box {
  border: 1px solid #333;
  border: 0.0625rem solid #333;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 12px;
  padding: 0.75rem;
}

.p-ticket__bottom {
  margin-top: 82px;
  margin-top: 5.125rem;
}

.p-ticket__bottom-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
}

.p-ticket__bottom-title::before {
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 100%, 0 0);
  background-color: #fc2905;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 100%, 0 0);
  content: "";
  height: 30px;
  height: 1.875rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  width: 1rem;
}

.p-ticket__bottom-img {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-ticket__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-ticket__btn {
  margin: 0 auto;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 345px;
  max-width: 21.5625rem;
}

.p-tournament {
  padding-top: 80px;
  padding-top: 3rem;
}

.p-tournament__units {
  gap: 37px;
  gap: 2.3125rem;
  display: grid;
  margin: 0 auto;
  margin-top: 84px;
  margin-top: 5.25rem;
  max-width: 343px;
  max-width: 21.4375rem;
}

.p-tournament__unit {
  max-width: 343px;
  max-width: 21.4375rem;
  position: relative;
}

.p-tournament__unit:nth-child(1) {
  -webkit-transform: translateX(-20vw);
  transform: translateX(-20vw);
}

.p-tournament__unit:nth-child(1).is-scrolled {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-tournament__unit:nth-child(2) {
  -webkit-transform: translateX(20vw);
  transform: translateX(20vw);
}

.p-tournament__unit:nth-child(2).is-scrolled {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-tournament__unit:nth-child(1)::before,
.p-tournament__unit:nth-child(2)::before{
	  content: "";
  height: 141px;
  height: 8.8125rem;
  position: absolute;
  right: 0;
  top: 63px;
  top: 3.9375rem;
  width: 103px;
  width: 6.4375rem;
	z-index: -1;
}
.p-tournament__unit:nth-child(1)::before {
  background: url(../images/tournament_01.png) center center/contain no-repeat;
}

.p-tournament__unit:nth-child(2)::before {
  background: url(../images/tournament_02.png) center center/contain no-repeat;
}

.p-tournament__head {
  position: relative;
}

.p-tournament__head::before {
  background-color: #fff;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.p-tournament__head span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bc882e;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  height: 32px;
  height: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.015em;
  position: relative;
  width: 71px;
  width: 4.4375rem;
}

.p-tournament__lists {
  gap: 16px;
  gap: 2.5rem;
  display: grid;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-tournament__list-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-left: 5px solid #bc882e;
  border-left: 0.3125rem solid #bc882e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  padding: 4px 4px 4px 9px;
  padding: 0.25rem 0.25rem 0.25rem 0.5625rem;
  width: 240px;
  width: 15rem;
}

.p-tournament__list-title img {
  margin-right: 4px;
  margin-right: 0.25rem;
  width: 27px;
  width: 1.6875rem;
}

.p-tournament__text {
  color: #fff;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.5;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-tournament__btn {
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 343px;
  max-width: 21.4375rem;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }

  .u-mobile {
    display: none;
  }

  html {
    font-size: 1.6vw;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a:hover {
    opacity: 0.8;
  }

.p-header__logo {
  width: 172px;
  width: 10.75rem;
}
  .c-title::before {
    font-size: 6.25rem;
  }

  .c-title::after {
    bottom: -3.8125rem;
    height: 3.125rem;
    width: 0.25rem;
  }

  .c-title::after {
    background: url(../images/img_title.jpg) center center no-repeat;
    background-size: cover;
  }

  .c-title__sub {
    font-size: 1.5rem;
    line-height: 1.6875rem;
  }

  .c-title__main {
    font-size: 2rem;
    line-height: 2.875rem;
    margin-top: 0.125rem;
  }

  .l-inner {
    max-width: 1050px;
    padding-left: 25px;
    padding-right: 25px;
  }


.ttl_area:before {
	zoom:1;
}


  .l-ticket {
    margin-top: -4.5rem;
  }

  .p-access {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .p-access__topText {
    font-size: 1.5rem;
    margin-top: 6.25rem;
    text-align: center;
  }

  .p-access__items {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    margin-top: 1rem;
    max-width: 50rem;
  }

  .p-access__text {
    font-size: 1.25rem;
    margin-top: 1rem;
  }

  .p-access__btns {
    gap: 1.75rem;
  }

  .p-contact__title {
    font-size: 1.125rem;
  }

  .p-contact__text {
    font-size: 1rem;
    line-height: 1.5;
  }

  .p-contact__btn a {
    border-radius: 0.75rem;
    font-size: 1rem;
  }
.p-event {
  padding-top:5rem;
  padding-bottom:5rem;
}
  .p-event__lists--latest {
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 6.25rem;
  }

  .p-event__thumbnail-small {
    margin-top: 0;
  }

  .p-event__time--small {
    font-size: 1rem;
    max-width: 12rem;
  }

  .p-event__lists--other {
    word-wrap: 80%;
    margin: 0 auto;
    margin-top: 5rem;
    max-width: 50rem;
  }

  .p-event__lists--other > .p-event__list > a {
    gap: 1.5rem;
    grid-template-columns: 18.25% 1fr;
    padding: 1.5rem 0;
  }

  .p-event__right {
    margin-top: 0;
  }

  .p-event__right > .p-event__time {
    display: block;
  }

  .p-event__title-small {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 0.5rem;
  }

  .p-event__text {
    margin-top: -4.5rem;
    width: 107vw;
  }

  .p-event__text p {
    font-size: 7vw;
    line-height: 8.9375rem;
  }

  .p-event__text p.u-mobile {
    display: none !important;
  }

  .p-event__text p.u-desktop {
    display: block !important;
  }

  .p-event__modal .p-event__list {
    max-width: 31.25rem;
  }
.p-faq {
  padding-top: 5rem;
}
  .p-faq__units {
    margin: 0 auto;
    margin-top: 6.25rem;
    max-width: 50rem;
  }

  .p-faq__subtitle {
    font-size: 1.25rem;
    padding-left: 0.75rem;
  }

  .p-faq__items {
    margin-top: 1.5rem;
  }

  .p-faq__item {
    padding: 0.75rem 0;
  }

  .p-faq__item::before {
    right: 1rem;
    top: 1.75rem;
    width: 1.25rem;
  }

  .p-faq__item::after {
    right: 1rem;
    top: 1.75rem;
    width: 1.25rem;
  }

  .p-faq__contact {
    max-width: 37.5rem;
  }

  .p-final {
    padding-bottom: 6.25rem;
  }

  .p-final__wrap {
    gap: 3.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
  }

  .p-final__img {
    max-width: 50.8125rem;
	  padding: 30px 150px;
  }
.p-final__img::before, .p-final__img::after {
	width: 30px;
	height: 100px;
}

  .p-final__content {
    margin-top: 0;
  }

  .p-final__title span br.sp {
    display: none;
  }

  .p-final__text {
    line-height: 2;
    margin-top: 1rem;
  }

  .p-final__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0rem;
  }

  .p-final__list {
    margin-top: 3.75rem;
    width: calc(50% - 1.25rem);
  }

  .p-final__list:nth-child(even) {
    margin-left: 2.5rem;
  }

  .p-final__list + .p-final__list {
    margin-top: 3.75rem;
  }

  .p-final__head span {
    font-size: 1.5rem;
    height: 2.75rem;
    width: 5.875rem;
  }

  .p-final__list-title_non {
    gap: 1rem;
    grid-template-columns: 100% 1fr;
    margin-top: 1.3125rem;
  }

  .p-final__list-title {
    gap: 1rem;
    grid-template-columns: 38% 1fr;
    margin-top: 1.3125rem;
  }


  .p-final__match {
    font-size: 1.5rem;
    grid-template-columns: 32% 1fr 32%;
  }

  .p-final__match-text {
    font-size: 0.95rem;
  }

  .p-final__match-text2 {
    font-size: 1rem;
    margin-top: 0.75rem;
  }

  .p-final__schedule {
    font-size: 2.5rem;
    line-height: 5.875rem;
  }

  .p-final__schedule .u-big {
    font-size: 4rem;
  }

  .p-final__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-final__info dl {
    gap: 0.5rem;
  }

  .p-final__info dt {
    font-size: 0.875rem;
  }

  .p-final__info dd {
    font-size: 1.25rem;
  }

  .p-final__btn {
    margin-top: 2.5rem;
    max-width: 20.625rem;
  }

  .p-footer {
    padding-bottom: 9.125rem;
    padding-top: 5rem;
  }

  .p-footer__sns {
    margin: 0 auto;
    margin-top: 5rem;
    max-width: 27.8125rem;
  }

  .p-footer__sns-text {
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }

  .p-footer__links {
    gap: 3.75rem;
    margin-top: 1.5rem;
    max-width: 21.875rem;
  }

  .p-footer__logo {
    margin-top: 5rem;
  }

  .p-footer__text {
    font-size: 1rem;
  }

  .p-header {
    height: 4.25rem;
  }

  /* .p-header::before {
    background: -webkit-gradient(linear, right top, left top, from(#d22c36), to(#1b4597));
    background: linear-gradient(to left, #d22c36, #1b4597);
  } */

  .p-header::before {
    background-image: url(../images/img_head.jpg);
  }

  .p-header__inner {
    max-width: none;
  }

  .p-header__hamburger {
    display: none;
  }

  .p-header__btn {
    display: none;
  }

  .p-header__globalNav {
    display: block;
    height: 100%;
    margin-left: auto;
    width: calc(100% - 10.75rem);
  }

  #splash_logo {
    width: 20.5rem;
  }

	.p-news {
  padding-bottom: 80px;
  padding-bottom: 5rem;
  padding-top: 50px;
  padding-top: 5rem;
}
  .p-news__items {
    margin: 0 auto;
    margin-top: 6.25rem;
    max-width: 50rem;
  }

  .p-news__time {
    font-size: 1rem;
  }

  .p-news__item-title {
    font-size: 1.125rem;
  }

  .p-news__btn {
    margin-top: 2.5rem;
  }

  .p-team__head {
    display: block;
    margin: 0 auto;
    margin-top: 7.5rem;
    max-width: 50rem;
  }

  .p-team__left {
    gap: 1.125rem;
    grid-template-columns: repeat(8, 1fr);
  }

  .p-team__left span {
    font-size: 1.2rem;
    height: 3.25rem;
    padding: 0.5rem 1.12rem;
    width: auto;
  }

  .p-team__left span:nth-child(1) {
    grid-column: 1/2;
  }

  .p-team__left span:nth-child(2) {
    grid-column: 5/6;
  }

  .p-team__nav {
    gap: 1.125rem;
    grid-template-columns: repeat(8, 1fr);
    margin-top: -5rem;
  }

  .p-team__nav-btn:nth-child(1) {
    grid-column: 2/3;
  }

  .p-team__nav-btn:nth-child(2) {
    grid-column: 3/4;
  }

  .p-team__nav-btn:nth-child(3) {
    grid-column: 4/5;
  }

  .p-team__nav-btn:nth-child(4) {
    grid-column: 6/7;
  }

  .p-team__nav-btn:nth-child(5) {
    grid-column: 7/8;
  }

  .p-team__slider {
    margin: 0 auto;
    margin-top: 2.5rem;
    max-width: 50rem;
  }

  .p-team__name {
    font-size: 28px;
    margin-top: 1.5rem;
  }

  .p-team__name span {
    font-size: 20px;
  }

  .p-team__text {
    margin: 0 auto;
    margin-top: 0.75rem;
    width: 70%;
  }

  .slide-arrow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0.0625rem solid #fff;
    bottom: auto;
    bottom: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 7.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.5rem;
  }

  .prev-arrow {
    background: url(../images/arrow2.png) center center/10px no-repeat;
    left: -6.25rem;
  }

  .prev-arrow:hover {
    background: rgba(255, 255, 255, 0.5) url(../images/arrow2.png) center center/10px no-repeat;
  }

  .next-arrow {
    background: url(../images/arrow.png) center center/10px no-repeat;
    right: -6.25rem;
  }

  .next-arrow:hover {
    background: rgba(255, 255, 255, 0.5) url(../images/arrow.png) center center/10px no-repeat;
  }

	.p-ticket {
    padding: 5rem 0 5rem;
  }

  .p-ticket__topText {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 6.25rem;
  }

  .p-ticket__img {
    margin: 0 auto;
    margin-top: 1rem;
    width: 43.8125rem;
  }

  .p-ticket__note {
    margin: 0 auto;
    margin-top: 1rem;
    width: 43.8125rem;
  }

  .p-ticket__lists {
    /* grid-template-columns: repeat(2, 1fr); */
    margin: 0 auto;
    margin-top: 1.5rem;
    width: 43.8125rem;
    /* max-width: 50rem; */
  }

  .p-ticket__subtitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    height: 4.375rem;
  }

  .p-ticket__table {
    margin-top: 1rem;
  }

  .p-ticket__table th {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    padding: 0.375rem 0;
  }

  .p-ticket__table td {
    font-size: 0.875rem;
    line-height: 1.2857142857;
    padding: 0.375rem 0;
  }

  .p-ticket__table td br {
    display: none;
  }

  .p-ticket__table td:first-child {
    /* padding-left: 0.375rem; */
    /* width: 49%; */
  }

  /* .p-ticket__table td:nth-child(2) {
    width: 15%;
  } */

  .p-ticket__box {
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0 auto;
    margin-top: 2rem;
    max-width: 50rem;
    padding: 1rem;
  }

  .p-ticket__bottom {
    margin: 0 auto;
    margin-top: 3.125rem;
    max-width: 37.5rem;
  }

  .p-ticket__bottom-img {
    margin-top: 1rem;
  }

  .p-ticket__text {
    font-size: 1rem;
  }

  .p-ticket__btn {
    margin-top: 1rem;
  }
.p-tournament {
  padding-top: 5rem;
}
  .p-tournament__units {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 6.25rem;
    max-width: none;
  }

  .p-tournament__unit {
    max-width: 62.5rem;
  }

  .p-tournament__unit:nth-child(1)::before,
	.p-tournament__unit:nth-child(2)::before{
    height: 11.25rem;
    right: 0;
    top: 5.5625rem;
    width: 8.25rem;
  }


  .p-tournament__head span {
    font-size: 1.5rem;
    height: 2.75rem;
    line-height: 1.125;
    width: 5.875rem;
  }

  .p-tournament__lists {
    gap: 3.25rem;
    margin-top: 1.5rem;
  }

  .p-tournament__unit:nth-child(2) .p-tournament__lists {
    margin-left: 0.625rem;
  }

  .p-tournament__list-title {
    border-left: 0.375rem solid #bc882e;
    font-size: 1rem;
    max-width: 19.1875rem;
    padding: 0.3125rem 0.3125rem 0.3125rem 0.6875rem;
    width: 100%;
  }

  .p-tournament__list-title img {
    margin-right: 0.375rem;
    width: 2.125rem;
  }

  .p-tournament__text {
    font-size: 0.875rem;
  }
}

@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1000px) {
  .p-globalNav__link a {
    font-size: 0.875rem;
    padding: 0 0.75rem;
  }

  .p-tournament__unit:nth-child(1)::before {
    right: min(3.6vw, 2.5rem);
  }

  .p-tournament__unit:nth-child(2) .p-tournament__lists {
    margin-left: min(3.6vw, 2.5rem);
  }
}

@media screen and (min-width: 1280px) {
  .p-globalNav__link a {
    font-size: 1rem;
  }

  .p-globalNav__btn {
    max-width: 15.625rem;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  56% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  56% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

/*# sourceMappingURL=style.css.map */
