@font-face {
  src: url(../font/AbolitionTest-Regular.otf);
  font-family: "abolition";
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  color: #000;
}

.u-desktop {
  display: none;
}

section {
  margin-top: -1px;
  margin-top: -0.0625rem;
}

main {
  overflow: hidden;
}

/* リキッドレイアウト対応 */
 

/* 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 {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* Set core body defaults */

body {
  line-height: 1;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  font-size: 1.6rem;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px){
  html {
    font-size: 62.5%;
  }
}
  

/* 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 {
  display: block;
  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%;
}

/* sp */
@media screen and (max-width: 767px) {
	.c-pc {
		display: none;
	}
}
/* pc */
@media screen and (min-width: 768px) {
	.c-sp {
		display: none;
	}
}

.c-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  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 {
  position: relative;
  z-index: 5;
  transition: all 0.3s;
  width: 4rem;
  height: 4rem;
}

.c-hamburger.is-active {
  background: #C59B41;
}

.c-hamburger span {
  background-color: #fff;
  display: block;
  height: 0.2rem;
  width: 60%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-hamburger span:nth-child(1) {
  top: 1.3rem;
}

.c-hamburger span:nth-child(2) {
  top: 1.9rem;
}

.c-hamburger span:nth-child(3) {
  top: 2.5rem;
}

.c-hamburger.is-active span:nth-child(1) {
  top: 2rem;
  -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: 2rem;
  -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;
}

.c-title {
  position: relative;
  margin: 0 auto 4rem;
  max-width: 31.1rem;
  text-align: center;
}

.c-title::before,
.c-title::after {
  content: "";
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg); 
  height: 100%;
  border-left: 0.4rem solid #95F938;
}
.c-title::before {
	left: 0;
}
.c-title::after {
	right: 0;
}

.c-title--white {
  color: #fff;
}

.c-title--white::before {
  -webkit-text-stroke: 1px #373737;
}

.c-title__sub {
  display: inline-block;
  padding: 0 0.4rem 0.9rem;
  font-family: "M PLUS 1 Code", monospace;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-align: center;
}

.c-title__main {
  font-size: 2rem;
  font-weight: 700; 
  margin-top: 0.8rem;
  position: relative;
}

.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: 5;
}

.l-final {
  margin-top: -1px;
  margin-top: -0.0625rem;
}

.l-footer {
  
}

.l-inner {
  height: inherit;
  margin: 0 auto; 
  padding: 0 1.6rem;
  width: 100%;
}

.l-movie {
  pointer-events: none !important;
}

.l-wrapper {
	position: relative;
	z-index: 2;
}
.l-wrapper:before {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url(../images/bg_sp.jpg)no-repeat center top;
	background-size: 100%;
}

.l-mv {
  padding-top: 6rem; 
}

.p-access {
  /* background-color: black; */
  background: radial-gradient(circle at 1rem 1rem, #111 1rem, #000 0);
  background-size: 2.6rem 2.6rem;
  color: #fff;
  padding: 8rem 0;
}

/* .p-team {
  background: radial-gradient(circle at 1rem 1rem, #111 1rem, #000 0);
  background-size: 2.6rem 2.6rem;
  color: #fff;
  padding: 8rem 0;
} */

.p-access__topText {
  padding: 0.3rem 1rem;
  background: #C59B41;
  text-align: center;
  line-height: 1.5;
}

.p-access__topText .place {
  font-size: 2rem;
  font-weight: 700;
}

.p-access__items {
  display: grid;
  gap: 1.6rem 0;
  margin-top: 1.6rem;
}

.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: 1.6rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 1.6rem;
}

.p-access__btn a {
  display: block;
  overflow: hidden;
  border-radius: 6rem;
  box-shadow: 0 0.4rem 0 #fff;
}

.p-access .p-final__midashi {
	margin-top: 8rem;
}

.p-contact {
  border: 1px 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; 
  height: 4.8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.6rem;
}

.p-contact__main {
  padding: 1.6rem;
}

.p-contact__text {
  font-size: 1.4rem;
  line-height: 1.5;
}

.p-contact__btn { 
  display: flex;
  justify-content: center;
  margin: 1.2rem auto 0;  
}

.p-contact__btn a { 
  display: block;
  overflow: hidden;
  border-radius: 5rem;
  box-shadow: 0 0.4rem 0 #000;
}

.p-drawer {
  background-color: #000;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 3;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}

.p-drawer.is-active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.p-drawer__inner {
  padding: 8rem 2rem;
}

.p-drawer__links {
  margin: auto;
  max-width: 21.4rem;
  border-top: 0.4rem solid #C59B41; 
}

.p-drawer__link {
  border-bottom: 0.4rem solid #C59B41;
}

.p-drawer__link a {
  color: #fff;
  display: block;
  padding: 1.6rem 0;
  position: relative;
  text-align: center;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 700;
}

.p-drawer__link .eng {
  display: block;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
}

.p-event {
  position: relative;
  z-index: 1;
  padding: 8rem 0;
}

.p-event__lists--latest {
  display: grid;
  gap: 4rem;
}

.p-event__list > a {
  cursor: pointer;
  display: block;
  overflow: hidden;
  background: #F4F5F6;
  border: 0.4rem solid #95F938;
  border-radius: 1rem;
}

.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 {
  padding: 1.6rem 1.2rem 2.4rem;
  line-height: 1.5;
}

.p-event__time {
	clip-path: polygon(1.6rem 0%, 100% 0%, calc(100% - 1.6rem) 100%, 0% 100%);
  background-color: #95F938;
  display: block;
  font-weight: 700;
  padding: 0.2rem 1rem;
  margin-bottom: 0.8rem;
  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-weight: 700;
  line-height: 1.5; 
}

.p-event__main-text {
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: 2px solid #bc882e;
  line-height: 1.75;
}

.p-event__close {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 1.6rem auto 0;
  padding: 0.1rem 5rem;
  width: 18rem;
  height: 3.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000;
  border-radius: 3rem;
  box-shadow: 0 0.4rem 0 #525252;
  color: #fff;
  font-weight: 500;
}

.p-evenet__close:hover {
  opacity: 0.7;
}

.p-event__btn {
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-weight: 700; 
  margin-top: 1.3rem;
}

.p-event__btn span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.1rem 5rem;
  height: 3.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #000;
  border-radius: 3rem;
  box-shadow: 0 0.4rem 0 #525252;
  color: #fff;
  fotn-weight: 500;
}

.p-event__lists--other {
  border-bottom: 1px solid black;
  border-bottom: 0.0625rem solid black;
  margin-top: 4rem; 
}

.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;
  display: grid;
  grid-template-columns: 36% 1fr;
  padding: 1.6rem 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: rgba(0,0,0,0.7);
  display: none;
  width: 100%;
  height: calc(100vh - 6rem);
  position: fixed;
  left: 50%;
  top: 6rem;
  transform: translateX(-50%);
  z-index: 100;
}

.p-event__modal .p-event__list {
  background: #fff;
  border-radius: 1.6rem;
  height: calc(100% - 16rem);
  margin: 4.8rem auto 8rem;
  width: calc(100% - 2rem);
  max-width: 34.3rem;
  overflow: scroll;
  position: relative;
  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: 8rem 0;
}

.p-faq__unit + .p-faq__unit {
  margin-top: 4rem;
}

.p-faq__subtitle {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3125;
  padding-left: 0.8rem;
  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: 0.4rem;
}

.p-faq__items {
  border-top: 1px solid #333333;
}

.p-faq__item {
  border-bottom: 1px solid #333333;
  cursor: pointer;
  padding: 0.8rem 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: 0.2rem; 
  position: absolute;
  right: 0;
  top: 2.3rem;
  width: 1.2rem;
}

.p-faq__item::after {
  background-color: #333333;
  content: "";
  height: 0.2rem;
  position: absolute;
  right: 0;
  top: 2.3rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 1.2rem;
}

.p-faq__item.is-active::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-faq__q,
.p-faq__a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.6rem 1.6rem 0.6rem 4rem;
  position: relative;
}

.p-faq__a a {
  color: #0083c3;
  text-decoration: underline;
}

.p-faq__q::before {
  background-color: black;
  color: #fff;
  content: "Q";
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 0.4rem;
  width: 3.2rem;
}

.p-faq__a {
  display: none;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-faq__contact {
  margin: 4rem auto 0;
  max-width: 31rem;
}

.p-faq .p-final__approval {
	margin: 8rem auto 0;  
}

.p-final {
  padding: 4rem 0;
}

.p-final__wrap {
  margin-bottom: 8rem;
}

.p-final__approval {
  margin-bottom: 8rem;
	padding: 1.6rem 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  text-align: center;
}

.p-final__approval h3 {
	margin-bottom: 1.6rem;
	font-family: "M PLUS 1 Code", monospace;
	font-size: 1.8rem;
	font-weight: 700;
}

.p-final__approval .logos {
	display: flex;
	justify-content: center;
	gap: 0 1.6rem;
}

.p-final__midashi {
	margin: 0 auto;
	max-width: 31.1rem;
	line-height: 1.75;
	font-weight: 500;
}
.p-final__midashi .ban {
	position: relative;
	z-index: 0;
	margin-bottom: 0.8rem;
	font-size: 0;
}
.p-final__midashi .ban .sign {
	pointer-events: none;
	position: absolute;
}
.p-final__midashi .ban .sign1 {
	top: 50%;
	right: calc(50% + 10.2rem);
	width: 8.1rem;
}
.p-final__midashi .ban .sign2 {
	top: -4.5rem;
	left: calc(50% + 9rem);
	width: 6.1rem;
}
.p-final__midashi .ban .sign3 {
	top: -1rem;
	left: calc(50% + 11.5rem);
	width: 8.7rem;
}
.p-final__midashi .txt {
	position: relative;
	z-index: 2;
}

/*.p-final__img figure:after {
  content: "";
  display: block;
  margin-top: 0.8rem;
  height: 0.4rem;
  background: linear-gradient(to left, #00A040 25%, #F8B500 25%, #F8B500 50%, #0075C2 50%, #0075C2 75%, #E60012 75%);
}*/

.p-final__content {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-final__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 600;
  position: relative;
}

.p-final__title::before {
  background-color: #fff;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.p-final__title span {
  background-color: black; 
  line-height: 1.437; 
  position: relative;
  z-index: 1;
}

.p-final__text {
  line-height: 1.75;
  margin-top: 1.6rem;
}

.p-final__lists {
	margin: 0 -1.6rem;
}

.p-final__list {
  position: relative;
  z-index: 2;
  padding: 8rem 1.6rem;
  font-weight: 500;
}
.p-final__list:before {
	content: "";
	pointer-events: none;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 105%;
	background: no-repeat center;
	background-size: auto 100%;
}
.p-final__list.men:before {
  background-image: url(../images/game/img_bg_game_men.png);
}
.p-final__list.women:before {
  background-image: url(../images/game/img_bg_game_women.png);
}

.p-final__list.men.is-scrolled,
.p-final__list.women.is-scrolled {
  transform: translateX(0);
}

/*.p-final__list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}

.p-final__list.men:before {
  background-image: url("../images/game/bg-men-sp.png");
}

.p-final__list.women:before {
  background-image: url("../images/game/bg-women-sp.png");
}*/

.p-final__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.4rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  height: 2.4rem;
  letter-spacing: 0.05em;
  position: relative;
  background-color: #000;
  color: #fff;
}

.p-final__list-title { 
  font-size: 1.4rem;
}

.p-final__match {
  position: relative;
  display: flex;
  margin-bottom: 2.4rem;
  font-size: 1.4rem; 
  text-align: center;
}

.p-final__match:before {
  content: "VS";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}

.p-final__match .team {
  width: 50%;
  line-height: 1.43;
}

.p-final__match .logo {
  margin: 0 auto 0.4rem;
  width: 8rem;
  height: 8rem;
  background: #fff;
}

.p-final__schedule {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 2.4rem;
  font-family: "Oswald", sans-serif; 
  line-height: 1;
  font-size: 3.2rem;
  font-weight: 500; 
}

.p-final__schedule .u-big { 
  margin-right: 0.8rem;
  font-size: 7.2rem;
}

.p-final__schedule .day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.6rem;
  width: 2.8rem;
  height: 3.1rem;
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}

.p-final__info {
  display: flex;
  justify-content: center;
}

.p-final__info dl {
  gap: 0.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: 5.6rem 1fr;
  margin-bottom: 1rem;
  font-weight: 500;
}

.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: 1.2rem;
  height: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-final__list.women .p-final__btn a {
	box-shadow: 0 0.4rem 0 #DE5627;
}

.p-final__btn {
  margin: 2.4rem auto 0;
  max-width: 28.4rem;
}

.p-final__btn a {
  display: block;
  border-radius: 9rem;
  box-shadow: 0 0.4rem 0 #78D322;
}

.p-footer {
  position: relative;
  background-color: #000000;
  color: #fff;
  padding: 8rem 0 18rem;
  font-weight: 500;
}

.p-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.4rem;
  height: 0.4rem;
  width: 100%;
  background: linear-gradient(to left, #00A040 25%, #F8B500 25%, #F8B500 50%, #0075C2 50%, #0075C2 75%, #E60012 75%);
}

.p-footer__totop {
  cursor: pointer;
  margin: 0 auto;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 6rem; 
}

.p-footer__totop:hover {
  opacity: 0.7;
}

.p-footer__sns {
  margin-top: 8rem;
}

.p-footer__sns-text { 
  text-align: center;
}

.p-footer__links {
  gap: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 2rem auto 0;
  max-width: 29.2rem;
}

.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: 4rem auto 0; 
  width: 11.4rem; 
}

.p-footer__logo a {
  display: block;
}

.p-footer__text {
  font-size: 1.4rem;
  line-height: 1.45;
  margin-top: 4rem; 
  text-align: center;
}

.p-footer__copyright {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 1.4rem;
}

.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 {
  position: relative;
  height: 100%;
}

.p-globalNav__link + .p-globalNav__link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2.8rem;
  border-left: 2px solid #3C3C3C;
}

.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-weight: bold;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.6rem;
  -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 {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 1.6rem 2.5rem;
  background: rgba(0,0,0,0.7);
  display: none;
}

.p-globalNav__btn a {
  display: block;
  border: 1px solid #5E5644;
  border-radius: 9rem;
  box-shadow: 0 0.4rem 0 #5E5644;
}

.p-header {
  background-color: black; 
  height: 6rem;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.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: 11.65rem;
}

.p-header__logo a {
  display: block;
}

.p-header__hamburger {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: auto;
}

.p-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-tour {
	position: relative;
	z-index: 2;
	padding: 0;
}
.p-tour__display .img {
	position: relative;
	margin-bottom: 1.6rem;
}
.p-tour__display .img h3 {
	position: absolute;
	padding: 0.8rem 1.6rem;
	background: #95F938;
	line-height: 1.3;
	font-family: "M PLUS 1 Code", monospace;
	font-weight: 600;
}
.p-tour__display .img .hd01 {
	right: -1.6rem;
	top: 1.6rem;
	font-size: 2.8rem;
}
.p-tour__display .img .hd02 {
	left: -1.6rem;
	bottom: 1.6rem;
	font-size: 2.4rem;
}
.p-tour__display .img .hd02 .big {
	font-size: 3.2rem;
}
.p-tour__display .info {
	line-height: 1.75;
	font-weight: 500;
}
.p-tour .p-final__btn {
	margin-top: 4.8rem;
}

.js-tour-slider {
	margin-top: 4rem;
}

.slick-dots {
	bottom: 0;
	font-size: 0;
}

.js-tour-slider .display {
	margin: 0 0.8rem;
	padding: 1.6rem;
	width: 31.1rem;
	border-radius: 1rem;
}
.bg-green {
	background: #95F938;
}
.bg-yellow {
	background: #F9BF38;
}
.bg-yellow2 {
	background: #ECF938;
}
.bg-blue {
	background: #38ECF9;
}
.bg-orange {
	background: #F96538;
}
.js-tour-slider .display .img {
	overflow: hidden;
	margin-bottom: 0.8rem;
	border-radius: 1rem;
}
.js-tour-slider .display h3 {
	text-align: center;
	line-height: 1.5;
}

.p-news {
  padding: 8rem 0; 
}

.p-news__item {
  border-bottom: 1px solid black;
  border-bottom: 0.0625rem solid black;
}

.p-news__item a {
  display: block;
  padding: 1.6rem 3rem 1.6rem 0;
  position: relative;
}

.p-news__item a::before {
  content: "";
  height: 100%;
  position: absolute;
  right: 0rem;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 1rem;
  background: url(../images/arrow_black.png) center center/contain no-repeat;
  background-size: 100%;
}

.p-news__item a:hover::before {
  right: -0.5rem;
}

.p-news__item:nth-child(n + 4) {
  display: none;
}

.p-news__time {
  color: #bc882e;
  font-size: 1.4rem;
}

.p-news__item-title {
  margin-top: 0.9rem;
  line-height: 1.75; 
  font-size: 1.6rem;
  font-weight: 400;
}

.p-news__btn {
  cursor: pointer;
  margin: 0 auto;
  margin-top: 1.6rem;
  max-width: 4.2rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-news__btn:hover {
  opacity: 0.7;
}

.p-news__btn span {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.05em;
  color: #333;
}

.p-news__btn span:nth-child(2) {
  opacity: 0;
}

.p-news__btn img {
  margin-top: 2.6rem;
  -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 {
  background: radial-gradient(circle at 1rem 1rem, #111 1rem, #000 0);
  background-size: 2.6rem 2.6rem;
  color: #fff;
  padding: 8rem 0;
}

.p-team__head {
  margin: 0 auto 0;
  max-width: 31.2rem;
}

.p-team__left {
  display: flex;
  justify-content: space-between;
}

.p-team__left span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(170deg, #17DB65, #F9C026 75%);
  font-family: "Oswald", sans-serif;
  height: 2.4rem;
  width: calc(50% - 1.2rem);
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
}
.p-team__left span:nth-child(2) {
  background: linear-gradient(170deg, #E6003E, #F08300 75%);
}

.p-team__nav {
  display: flex;
  justify-content: center;
}

.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;
  max-width: 7.2rem;
}

.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:nth-of-type(3) {
  margin-left: 2.4rem;
}

.p-team__slider {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-team__slider-item {
  margin: 0 1rem;
}

.slider-green .prev-arrow {
	background-image: url(../images/btn/btn_left_circle_gr.svg);
}
.slider-green .next-arrow {
	background-image: url(../images/btn/btn_right_circle_gr.svg);
}
.slider-green .slider-dots li {
	background: #F3F3F3;
}
.slider-green .slider-dots li.slick-active {
    background: #95F938;
}

.p-team__img {
  margin: 0 auto;
  max-width: 25rem;
}

.p-team__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
}

.p-team__name span {
  display: inline-flex;
  padding: 0 0.55rem;
  margin-top: 0.8rem;
  height: 1.6rem;
  background-color: #bc882e;
  letter-spacing: 0.05em;
  font-family: "Oswald", sans-serif;
  color: #000;
  font-size: 1.4rem;
}

.p-team__name img {
  height: 100%;
  margin-left: auto;
  max-width: none;
  width: auto;
}

.p-team__text {
  padding: 2.4rem 0;
  margin-top: 2.4rem;
  border-width: 0.4rem 0;
  border-style: solid;
  border-color: #fff;
  line-height: 1.75;
  font-size: 1.6rem;
}

/*.meister-item .p-team__text {
  border-color: #00A040;
}

.jade-item .p-team__text {
  border-color: #F8B500;
}

.abyell-item .p-team__text {
  border-color: #0075C2;
}

.redwelf-item .p-team__text {
  border-color: #E60012;
}*/

.slide-arrow {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: translateY(50%);
  width: 2.4rem;
  height: 2.4rem;
  background-size: 100%;
}

.prev-arrow {
  background: url("../images/btn/btn_left_circle.svg") center center/contain no-repeat;
  left: calc(50% - 11rem);
}

.next-arrow {
  background: url("../images/btn/btn_right_circle.svg") center center/contain no-repeat;
  right: calc(50% - 11rem);
}

.slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4rem auto 0;
}

.slider-dots li {
	margin: 0 0.8rem;
	width: 0.6rem;
	height: 0.6rem;
	background: #B2B2B2;
	border-radius: 50%;
}

.slider-dots li.slick-active {
	background: #95F938;
}

.slider-dots button {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.p-ticket {
	position: relative;
	z-index: 2;
  background-color: #f2f2f2;
  padding: 8rem 0;
  border-top: 0.8rem solid #95F938;
  border-bottom: 0.8rem solid #95F938;
}

.p-ticket__lists {
  gap: 2.5rem;
  display: grid;
  margin-top: 4rem;
}

.p-ticket__img {
  -webkit-transform: translateX(-20vw);
  transform: translateX(-20vw);
}

.p-ticket__img.is-scrolled {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-ticket__list {
  -webkit-transform: translateX(20vw);
  transform: translateX(20vw);
}

.p-ticket__list.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;
  text-align: center;
  width: 100%;
}

.p-ticket__table th {
  padding: 0.4rem 0;
  background-color: black;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.p-ticket__table th:nth-child(n + 2) {
  border-left: 2px solid #f2f2f2;
  border-left: 0.125rem solid #f2f2f2;
}

.p-ticket__table .small {
  font-size: 1rem;
}

.p-ticket__table td {
  color: black;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5rem; 
  font-weight: 500;
}

.p-ticket__table tbody td {
  border-top: 2px solid #f2f2f2;
}

.p-ticket__table td:nth-child(n + 2) {
  border-left: 2px solid #f2f2f2;
}

.p-ticket__table td:first-child {
  color: #fff;
  padding-left: 0.4rem; 
  text-align: left;
  width: 48%;
}

.p-ticket__table td:nth-child(2) {
  width: 15%;
}

.p-ticket__table td:nth-child(3) {
  width: 15%;
}

.p-ticket__table td:nth-child(4) {
  width: 15%;
}

.p-ticket__table td.u-red {
  background-color: #FF0000;
}

.p-ticket__table td.u-green {
  background-color: #6DA34A;
}

.p-ticket__table td.u-yellow {
  background-color: #fcbe1b;
}

.p-ticket__table td.u-orange {
  background-color: #FF9900;
}

.p-ticket__table td.u-skin {
  background-color: #F3A172;
}

.p-ticket__table td.u-sky {
  background-color: #4AA5FF;
}

.p-ticket__table td.u-azuki {
  background-color: #9E374C;
}

.p-ticket__table td.u-blue {
  background-color: #0082b4;
}

.p-ticket__table td.u-pink {
  background-color: #ff0b87;
}


.p-ticket__box {
  border: 1px solid #333;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 4rem;
  padding: 1.6rem;
}

.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 {
  background-color: black;
  padding-top: 80px;
  padding-top: 5rem;
}

.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 {
  background: url(../images/tournament_01.png) center center/contain no-repeat;
  content: "";
  height: 141px;
  height: 8.8125rem;
  position: absolute;
  right: 0;
  top: 63px;
  top: 3.9375rem;
  width: 103px;
  width: 6.4375rem;
}

.p-tournament__unit:nth-child(2)::before {
  background: url(../images/tournament_02.png) center center/contain no-repeat;
  content: "";
  height: 71px;
  height: 4.4375rem;
  position: absolute;
  right: 0;
  top: 63px;
  top: 3.9375rem;
  width: 103px;
  width: 6.4375rem;
}

.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: 1rem;
  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;
}

.l-anchorarea {
  position: relative;
}

.l-anchorarea .anchor {
  position: absolute;
  top: -6rem;
}

@media screen and (min-width: 768px) {
	.l-wrapper:before {
		background-image: url(../images/bg_pc.jpg);
	}
	
  .u-desktop {
    display: block;
  }

  .u-mobile {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a:hover {
    opacity: 0.8;
  }

  .c-title {
	  max-width: 40rem;
  }
  
  .c-title__sub {
    padding: 0 1.4rem 0.9rem;
    font-size: 7.2rem;
  }

  .c-title__main {
    font-size: 2.4rem;
    margin-top: 0.6rem;
  }

  .l-inner {
    max-width: 1050px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .l-mv {
    padding-top: 6.9rem; 
  }

  .p-access {
    padding-bottom: 5rem;
  }

  .p-access__topText {
    font-size: 1.8rem;
    margin-top: 4rem;
    text-align: center;
  }
  .p-access__topText .place {
    font-size: 2.4rem;
  }

  .p-access__items {
    gap: 2.4rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    margin-top: 4rem;
  }

  .p-access__text {
    font-size: 1.25rem;
    margin-top: 1rem;
  }

  .p-access__btns {
    margin: 2.4rem auto 0;
    max-width: 34.8rem;
  }

  .p-contact__text {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .p-contact__btn a {
    border-radius: 6rem;
    max-width: 28rem;
  }

  .p-event__lists--latest {
    gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
  }
  
  .p-event__list > a {
	  height: 100%;
  }

  .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: 50rem;
  }

  .p-faq {
    padding: 10.4rem 0;
  }
  
  .p-faq__units {
    margin: 0 auto;
    max-width: 72rem;
  }
  
  .p-faq__subtitle {
    padding-left: 1.6rem;
    line-height: 1.5;
  }
  
  .p-faq__subtitle::before {
    width: 0.8rem;
  }

  .p-faq__contact {
    max-width: 67.2rem;
  }
  
  .p-faq .p-final__approval {
	margin: 14rem auto 0;  
  }

  .p-final__wrap {
		margin: 0 auto 4rem;
		max-width: 75rem;
  }
  
  .p-final__approval {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	gap: 0 2.4rem;
      margin: 0 auto 4rem;
      padding: 2.4rem 0;
	  max-width: 75rem;
  }
	.p-final__approval h3 {
	    margin-bottom: 0;
	    font-size: 2.4rem;
	}
	.p-final__approval .logos {
		gap: 0 2.4rem;
	}
	.p-final__approval .logos li {
		width: 22rem;
	}
	
	.p-final__midashi {
		max-width: 100%;
	}
	.p-final__midashi .ban {
		margin: 0 auto 4rem;
		max-width: 75rem;
	}
	.p-final__midashi .ban .sign1 {
	    top: 54%;
	    right: calc(50% + 30.5rem);
	    width: 16.2rem;
	}
	.p-final__midashi .ban .sign2 {
	    top: -7.2rem;
	    left: calc(50% + 25rem);
	    width: 14.7rem;
	}
	.p-final__midashi .ban .sign3 {
	    top: 1rem;
	    left: calc(50% + 31.5rem);
	    width: 21rem;
	}
  
  .p-final__content {
    margin-top: 0;
  }
  
  .p-final__title::before {
    content: "";
  }
  
  .p-final__title span {
    padding-right: 2.8rem;
  }

  .p-final__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 13.8rem;
  }

  .p-final__list {
    padding: 3.2rem;
  }
	.p-final__list:before {
		width: calc(100% + 18.8rem);
		height: 105%;
		background-size: 100%;
	}
   
  .p-final__head {
    margin-bottom: 3.2rem;
    height: 3.8rem;
    font-size: 2.4rem;
  }
  
  .p-final__match {
    margin-bottom: 3.2rem;
    font-size: 1.6rem; 
  }
  
  .p-final__match:before {
    top: 6.2rem;
    font-size: 3.2rem;
  }
  
  .p-final__match .logo {
    width: 12.4rem;
    height: 12.4rem;
  }

  .p-final__schedule {
    font-size: 4rem;
  }

  .p-final__schedule .u-big {
    font-size: 8.4rem;
  }
  
  .p-final__schedule .day {
    width: 3.2rem;
    height: 3.5rem;
    font-size: 2.8rem;
  }

  .p-final__info dl {
    gap: 1.6rem;
    grid-template-columns: 6.8rem 1fr;
    margin-bottom: 1.2rem;
  }
  
  .p-final__info dt {
    font-size: 1.4rem;
    height: 2.2rem;
}

  .p-final__info dd {
    font-size: 1.8rem;
  }

  .p-final__btn {
    margin-top: 2rem;
    max-width: 34.3rem;
  }

  .p-footer {
    padding: 10.4rem 0;
  }
  
  .p-footer::before {
    content: none;
  }

  .p-footer__sns {
    margin-top: 8rem;
  }

  .p-footer__sns-text {
    font-size: 1.8rem;
  }

  .p-footer__links {
    margin-top: 2.4rem; 
  }

  .p-footer__logo {
    margin-top: 8rem;
  }

  .p-footer__text {
    font-size: 1.6rem;
  }
  
  .p-footer__copyright {
    font-size: 1.6rem;
  }

  .p-header {
    height: 6.9rem;
  }

  .p-header::before {
    background-image: url(../images/img_head.jpg);
  }

  .p-header__inner {
    max-width: none;
  }
  
  .p-header__logo {
    width: 12.8rem;
  }

  .p-header__hamburger {
    display: none;
  }

  .p-header__globalNav {
    display: block;
    height: 100%;
    margin-left: auto;
    width: calc(100% - 10.75rem);
  }

  .p-globalNav {
    display: flex;
  }
  
  #splash_logo {
    width: 12.5rem;
  }
  
  .p-tour {
	  padding-top: 8rem;
  }
  .p-tour__display {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
  }
  .p-tour__display .img {
	  width: 48.45%;
  }
  .p-tour__display .img .hd01 {
      right: -2rem;
      top: 2rem;
      font-size: 3.2rem;
  }
  .p-tour__display .img .hd02 {
      bottom: 2rem;
      font-size: 3.2rem;
  }
  .p-tour__display .img .hd02 .big {
      font-size: 4rem;
  }
  .p-tour__display .info {
	  width: 48.4%;
	  font-size: 1.8rem;
  }
  .p-tour__display .p-final__btn {
      margin-top: 1.6rem;
  }
  
  .js-tour-slider .slide-arrow {
	height: 4rem;
	width: 4rem; 
  }
  .js-tour-slider .display {
	  margin: 0 1.2rem;
	  padding: 2.4rem;
	  width: 32.7rem;
  }
  .js-tour-slider .display h3 {
	  font-size: 1.8rem;
  }
  
  .p-news {
	  padding: 11.8rem 0 10.4rem;
  }
  .p-news__items {
    margin: 0 auto;
    max-width: 75rem;
  }

  .p-news__btn {
    margin-top: 4rem;
  }

  .p-team {
    padding: 12.8rem 0;
  }
  
  .p-team__head {
    margin: 0 auto;
    max-width: 72rem;
  }

  .p-team__left span {
    font-size:  2.4rem;
    padding: 0.4rem 1rem;
    height: auto;
  }

  .p-team__nav-btn {
	max-width: 15.7rem;
  }
  .p-team__nav-btn img {
	  width: 15.7rem;
  }
  
  .p-team__nav-btn:nth-of-type(3) {
    margin-left: 4.8rem;
  }

  .p-team__slider {
    margin: 0 auto;
    max-width: 72rem;
  }
  
  .p-team__slider .slide-arrow {
	  bottom: auto;
	  top: 50%;
  }
  .p-team__slider .prev-arrow {
	  left: -8.8rem;
  }
  .p-team__slider .next-arrow {
	  right: -8.8rem;
  }
  
  .p-team__img {
    max-width: 36rem;
  }

  .p-team__name {
    font-size: 3.2rem;
    margin: 0 auto;
  }

  .p-team__name span {
    padding: 0 0.6rem;
    margin-top: 1rem;
    height: 1.8rem;
    font-size: 1.6rem;
  }

  .p-team__text {
    margin: 0 auto;
    margin-top: 4rem;
  }

  .p-team__nav-btn:hover {
    opacity: 0.7;
  }

  .slide-arrow {
    height: 4.8rem;
    width: 4.8rem;
  }

  .prev-arrow {
    background-image: url(../images/btn/btn_left_circle_gr.svg);
    left: calc(50% - 14rem);
  }

  .next-arrow {
    background-image: url(../images/btn/btn_right_circle_gr.svg);
    right: calc(50% - 14rem);
  }
  
  .slider-dots li {
    width: 0.8rem;
    height: 0.8rem;
  }
  .slider-dots li.slick-active {
	  background: #95F938;
  }
  
  .p-ticket {
    padding: 10.4rem 0;
  }
  
  .p-ticket__wrap {
    display: flex;
    justify-content: space-between;
  }

  .p-ticket__img {
    margin: 0;
    width: 46.9%;
  }

  .p-ticket__lists { 
    margin: 0;
    width: 50.5%;
  }

  .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 th { 
    padding: 1.1rem 0;
    line-height: 1.1;
    font-size: 1.4rem;
  }
  
  .p-ticket__table .small {
    font-size: 1.4rem;
  }
  
  .p-ticket__table td {
    padding: 0.5rem 0.7rem;
    font-size: 1.4rem;
  }

  .p-ticket__table td:first-child {
    width: 49%;
  }

  .p-ticket__table td:nth-child(2) {
    width: 15%;
  }

  .p-ticket__box {
    margin: 4rem auto 0;
    padding: 1.6rem;
    max-width: 72rem;
    line-height: 1.5;
    font-size: 1.4rem;
  }

  .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__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 {
    height: 11.25rem;
    right: 0.625rem;
    top: 5.5625rem;
    width: 8.25rem;
  }

  .p-tournament__unit:nth-child(2)::before {
    height: 5.625rem;
    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: 1.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;
  }
  
  .l-anchorarea .anchor {
    top: -6.9rem;
  }
}


@media screen and (min-width: 1000px) { 

  .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: 768px) {

  .p-globalNav__btn {
    bottom: 2rem;
    right: 2rem;
    padding: 0;
    width: 16rem;
    background: none;
  }
  
  .p-globalNav__btn a {
    border: 0;
    box-shadow: 0 0.6rem 0 #5E5644;
  }
}

@-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 */

.p-mv__inner {
  width: 100%;
  background-color: black;
}
.p-mv__img {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}
