/* @import url(//fonts.googleapis.com/css?family=Anton); */
/* @charset "utf-8"; */
/* =========================================================
共通スタイル
========================================================= */
/* fonts */
/* Heisei Maru Gothic Std W4
font-family: "heisei-maru-gothic-std", sans-serif;
font-weight: 400;
font-style: normal;
Heisei Maru Gothic Std W8
font-family: "heisei-maru-gothic-std", sans-serif;
font-weight: 800;
font-style: normal; */

@font-face {
	font-family: "A-OTF-ShinGoPro-Regular";
	src: url("./../fonts/A-OTF-ShinGoPro-Regular.otf") format("opentype");
}

@font-face {
	font-family: "HGSSoeiKakupoptai";
	src: url("./../fonts/HGRPP1.ttf") format("truetype");
}

@font-face {
	font-family: "MeiryUI";
	src: url("./../fonts/meiryob.ttc") format("truetype");
}

body {
	background: #ffffff;
	color: #000000;
	/* font-family: "", sans-serif; */
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mt20 {
	margin-top: 20px;
}

.mt15 {
	margin-top: 15px;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.container {
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.container.-sm {
	max-width: 1010px;
}

.container.-md {
	max-width: 1210px;
}

section {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.ta-r {
	text-align: right;
}

.ta-c {
	text-align: center !important;
}

.pt5 {
	padding-top: 5px;
}

a {
	color: #5f53a5;
	text-decoration: none;
}

li {
	list-style: none;
}

.d-none {
	display: none;
}

@media screen and (min-width: 576px) {
	.d-sm-flex {
		display: flex;
	}

	.d-sm-none {
		display: none;
	}
}

.sp {
	display: none;
}

.admission-btn {
	text-align: center;
	margin-top: 40px;
}

.admission-btn a:hover {
	opacity: 0.7;
	transition: all 0.3s ease-in-out;
}

.mem-benefit-btn {
	text-align: center;
	margin-top: 16px;
}

.mem-benefit-btn a:hover {
	opacity: 0.7;
	transition: all 0.3s ease-in-out;
}

#pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
}

#pagetop img {
	padding: 0;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.club-link {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 10px;
	max-width: 400px;
	cursor: pointer;
}

@media screen and (max-width: 991px) {
	.club-link {
		/* gap: 5px; */
		gap: 10px;
	}
}

@media screen and (max-width: 767px) {
	.club-link {
		/* display: flex; */
		max-width: 100%;
		flex-direction: row;
		align-items: center;
		padding-bottom: 20px;
		flex-wrap: wrap;
		width: 100%;
	}
	.footer .club-link {
		max-width: 335px;
		margin: 0 auto;
	}
}

.header_person-circle {
	margin-right: 10px;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	.header_person-circle {
		display: none;
	}
}

header {
	background-color: #ffffff;
	position: fixed;
	width: 100%;
	height: 80px;
	top: 0;
	z-index: 2;
	border-bottom: 3px solid #bf9c46;
}

.header_logo {
	width: 185px;
	height: auto;
	/* margin-left: 30px; */
}

@media screen and (max-width: 767px) {
	header {
		height: 55px;
	}

	.header_logo {
		width: 148px;
	}
}

@media screen and (max-width: 767px) {
	.header_logo {
		position: absolute;
		left: 15px;
		z-index: 3;
		/* margin-left: 0; */
	}
}
.header_logo a {
	transition: all 0.3s ease-in-out;
}
.header_logo a:hover {
	opacity: 0.7;
}

@media screen and (min-width: 768px) {
	.header_logo {
		width: 125px;
	}
}

@media screen and (min-width: 992px) {
	.header_logo {
		width: 145px;
	}
}

@media screen and (min-width: 1200px) {
	.header_logo {
		width: 215px;
	}
}

.header_inn {
	max-width: 1860px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	padding: 7px 15px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

@media screen and (max-width: 1200px) {
	.header_inn {
		padding: 7px 15px 14px;
	}
}

@media screen and (max-width: 767px) {
	.header_inn {
		height: 55px;
		padding: 5px 20px;
		justify-content: flex-end;
	}
}

/* nav */
.nav_list {
	display: flex;
	align-items: center;
	/* gap: 40px; */
	/* padding-right: 30px; */
}

@media screen and (max-width: 1199px) {
	.nav_list {
		/* gap: 15px; */
	}
}

.nav_tag {
	border: 1px solid #cccccc;
	/* padding: 8px; */
	padding: 8px 8px 8px 15px;
	border-radius: 200px;
	position: relative;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-align: left;
	width: 140px;
	transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1280px) {
	.nav_tag {
		font-size: 11px;
		width: 125px;
	}
}

@media screen and (max-width: 991px) {
	.nav_tag {
		font-size: 10px;
		width: 100px;
		padding: 3px;
		text-align: left;
		padding-left: 6px;
	}
}

@media screen and (max-width: 767px) {
	.nav_tag {
		font-size: 10px;
		width: 100%;
		padding: 8px 12px 8px 20px;
		text-align: left;
		/* padding-left: 15px; */
	}
	.footer .nav_tag {
		font-size: 10px;
		width: 100%;
		padding: 8px 12px 8px 12px;
		text-align: left;
		/* padding-left: 15px; */
	}
}

.nav_tag:hover {
	background-color: #000000;
	color: #fff;
}

.nav_tag:hover.arrow::after {
	background-color: #fff;
}

.nav_tag:hover.pdf::after {
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.nav_tag.arrow {
		/* margin-bottom: 10px; */
		margin-bottom: 0;
	}
}

.nav_tag.pdf {
	width: 116px;
}

@media screen and (max-width: 1280px) {
	.nav_tag.pdf {
		width: 105px;
	}
}

@media screen and (max-width: 991px) {
	.nav_tag.pdf {
		width: 90px;
	}
}

@media screen and (max-width: 767px) {
	.nav_tag.pdf {
		width: 162px;
		padding-left: 10px;
	}

	.header .nav_tag.pdf {
		padding-left: 26px;
	}
}
@media screen and (max-width: 374px) {
	.nav_tag.pdf {
		width: 48%;
	}
}

/* Arrow icon */
.nav_tag.arrow::after {
	content: "";
	position: absolute;
	transform: translateY(-50%);
	right: 3px;
	top: 42%;
	mask-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 0.5L4.5 4.5L0.5 0.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-size: contain;
	background-color: #000;
	width: 9px;
	height: 5px;
	display: inline-block;
	rotate: -90deg;
	transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
	.nav_tag.arrow::after {
		right: -1px;
		width: 8px;
		height: 5px;
	}
}

@media screen and (max-width: 767px) {
	.nav_tag.arrow::after {
		right: 6px;
		width: 8px;
		height: 5px;
		top: 44%;
	}
}

.footer .nav_tag.arrow::after {
	background-color: #fff;
}

/* PDF icon */
.nav_tag.pdf::after {
	content: "";
	position: absolute;
	right: 7px;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.42285 0.5065H8.82649V3.79871' stroke='black' stroke-width='1.01299' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.31374 5.62774V8.55414H0.50647V1.96973H3.53192' stroke='black' stroke-width='1.01299' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.28833 4.89612L8.44833 0.872314' stroke='black' stroke-width='1.01299' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-size: contain;
	background-color: #000;
	width: 9px;
	height: 9px;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
	.nav_tag.pdf::after {
		right: 5px;
	}
}

@media screen and (max-width: 767px) {
	.nav_tag.pdf::after {
		right: 11px;
	}
}

.footer .nav_tag.pdf::after {
	background-color: #fff;
}

.nav_item {
	text-align: center;
}

.nav_item .icon {
	position: relative;
}

.nav_item .icon::after {
	content: "";
	margin-left: 6px;
	background-image: url("../img/icon/arrow2.svg");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
}

@media screen and (min-width: 768px) {
	.nav_item {
		padding: 0;
	}
}

@media screen and (min-width: 1560px) {
	.nav_item {
		padding: 26px 5px;
		width: 153px;
	}

	.club-link {
		max-width: 100%;
	}
}

.nav_link.current {
	position: relative;
}

.nav_link {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	display: inline-block;
	position: relative;
	color: #000000;
	padding: 35px 20px;
	transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1280px) {
	.nav_link {
		font-size: 12px;
	}
}

@media screen and (max-width: 992px) {
	.nav_link {
		padding: 20px 12px;
		font-size: 10px;
	}
}

@media screen and (max-width: 800px) {
	.nav_link {
		font-size: 10px;
		padding: 20px 5px;
	}
}

@media screen and (max-width: 767px) {
	.nav_link {
		font-size: 16px;
		padding: 30.5px 12px;
	}
}

@media screen and (min-width: 1500px) {
	.nav_link {
		font-size: 16px;
		padding: 35px 15px;
	}
}
.nav_link.-disabled {
	color: #cccccc;
	background-color: unset !important;
}
.nav_link.-disabled::after {
	mask-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 0.5L4.5 4.5L0.5 0.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background: #cccccc;
}
/* Arrow icon */
.nav_link::after {
	content: "";
	position: absolute;
	transform: translate(-50%);
	left: 50%;
	bottom: 18px;
	mask-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 0.5L4.5 4.5L0.5 0.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
	width: 10px;
	height: 10px;
	background-color: #000;
	transition: all 0.3s ease-in-out;
}
.nav_link:hover {
	color: #bf9c46;
}

.nav_link:hover::after {
	background-color: #bf9c46;
}
@media screen and (max-width: 992px) {
	.nav_link::after {
		bottom: 11px;
	}
}

.footer .nav_link::after {
	content: none;
}

.nav_link:hover {
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

.nav_link::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 2px;
	background-color: #bf9c46;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
	.nav_link::before {
		bottom: 1px;
	}
}

/* hover effect: expand from center */
.nav_link:hover::before {
	transform: scaleX(1);
}

.footer .nav_link::before {
	content: none;
}

.pc-only {
	display: block;
}

@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
}

.sp-only {
	display: none;
}

@media screen and (max-width: 767px) {
	.sp-only {
		display: flex !important;
	}
}

@media screen and (max-width: 767px) {
	header .club-link {
		display: none;
		padding-inline: 10px;
	}

	header .club-link.sp-only {
		display: flex;
	}

	.nav_item {
		/* padding: 15px 5px; */
		border-bottom: 1px solid #fff;
		border-right: none;
		width: 90%;
		text-align: center;
	}

	.nav_item:first-child {
		border-left: none;
	}

	.nav_list {
		flex-direction: column;
		/* padding-bottom: 20px; */
		margin-top: 42px;
		/* gap: 30px; */
	}
}

.hamburger {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 3;
	position: relative;
}

.bar {
	width: 12px;
	height: 1px;
	border-radius: 4px;
	margin: 2px 0;
	transition: all 0.3s ease-in-out;
	background-color: #000;
}

@media screen and (min-width: 768px) {
	.hamburger {
		display: none;
	}
}

/* animate to “X” */
.hamburger.active .bar:nth-child(2) {
	opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
	transform: translateY(5.4px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
	transform: translateY(-4.4px) rotate(-45deg);
}

.nav {
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 1350px) {
	.nav {
		left: 40%;
	}
}

@media screen and (max-width: 767px) {
	.nav {
		top: 0;
		right: 0;
		left: unset;
		transform: none;
		background: #ffffff;
		width: 192px;
		max-height: 0;
		overflow: hidden;
		z-index: 2;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
		transition: opacity 0.3s ease-in-out;
		padding: 0 20px;
		opacity: 0;
	}
}

.nav.active {
	max-height: 498px;
	overflow: hidden;
	opacity: 1;
}

.main-bg {
	background-image: url(./../img/main-bg.svg?1215);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 55px;
}

@media screen and (min-width: 768px) {
	.main-bg {
		margin-top: 70px;
	}
}

@media screen and (min-width: 992px) {
	.main-bg {
		margin-top: 100px;
	}
}

@media screen and (min-width: 1600px) {
	.main-bg {
		margin-top: 130px;
	}
}

.hero {
}

.bg {
	margin-top: 50px;
}

@media screen and (min-width: 768px) {
	.bg {
		margin-top: 20px;
	}
}

@media screen and (min-width: 992px) {
	.bg {
		margin-top: 50px;
	}
}

/* @media screen and (min-width: 1600px) {
	.bg {
		margin-top: 130px;
	}
} */

.heading-prim {
	font-family: "Anton", sans-serif;
	font-size: 64px;
	font-weight: 400;
	color: #000000;
	text-align: center;
	padding-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
	.heading-prim {
		font-size: 40px;
	}
}

.heading-prim-jp {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
	.heading-prim-jp {
		font-size: 14px;
	}
}

.heading-sec {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	color: #000;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.heading-sec {
		font-size: 20px;
	}
}

.heading-ter {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	color: #000;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.heading-ter {
		font-size: 16px;
	}
}

.hero {
	position: relative;
	overflow: visible;
}

.mv-swiper .swiper-wrapper {
	overflow: visible;
}

.mv-swiper {
	max-width: 100%;
	margin: 0 auto;
	overflow: visible;
}

.mv-swiper img {
	width: 100%;
}

.swiper-inner {
	/* width: 100%; */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mv-swiper .swiper-text {
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 10px;
	font-family: "HGPSoeiKakupoptai";
	font-weight: 400;
}

@media screen and (min-width: 768px) {
	.mv-swiper .swiper-text {
		font-size: 36px;
	}
}

.mv-swiper .swiper-subtext {
	font-size: 10px;
	color: #fff;
	line-height: 1.6;
	text-align: center;
	padding-bottom: 10px;
	font-weight: 400;
}

@media screen and (min-width: 768px) {
	.mv-swiper .swiper-subtext {
		font-size: 20px;
		line-height: 1.8;
	}
}

.mv-swiper .swiper-slide img {
	margin: 0 auto;
	display: block;
}

.swiper-bottom {
	position: relative;
	bottom: -80px;
	left: 0;
	transform: translateY(-50%);
}

.swiper-btn-prev,
.swiper-btn-next {
	position: absolute;
	bottom: 34px !important;
	width: 30px;
	height: 30px;
	margin-top: -25px;
	z-index: 1;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
	background-image: url("data:image/svg+xml,%0A%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L4.5 4.5L0.5 8.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	transform: rotate(180deg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20% auto;
	transition: all 0.3s ease;
}
.swiper-btn-prev.-disabled,
.swiper-btn-next.-disabled {
	background-color: #cccccc;
	background-image: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L4.5 4.5L0.5 8.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media screen and (min-width: 768px) {
	.swiper-btn-prev,
	.swiper-btn-next {
		bottom: 30px !important;
	}
}

.swiper-btn-prev:hover {
	background-color: #000;
	background-image: url("data:image/svg+xml,%0A%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L4.5 4.5L0.5 8.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.swiper-btn-next:hover {
	background-color: #000;
	background-image: url("data:image/svg+xml,%0A%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5L4.5 4.5L0.5 8.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.swiper-btn-prev {
	/* left: 20%; */
	left: 14%;
}

@media screen and (min-width: 500px) {
	.swiper-btn-prev {
		left: 24%;
	}
}

@media screen and (min-width: 640px) {
	.swiper-btn-prev {
		left: 30%;
	}
}

@media screen and (min-width: 768px) {
	.swiper-btn-prev {
		left: 32%;
	}
}

@media screen and (min-width: 992px) {
	.swiper-btn-prev {
		left: 36%;
	}
}

@media screen and (min-width: 1300px) {
	.swiper-btn-prev {
		left: 40%;
	}
}

@media screen and (min-width: 1421px) {
	.swiper-btn-prev {
		left: 40%;
	}
}

@media screen and (min-width: 1600px) {
	.swiper-btn-prev {
		left: 42.5%;
	}
}

.swiper-btn-next {
	/* right: 20%; */
	right: 14%;
	transform: rotate(0deg);
}

@media screen and (min-width: 500px) {
	.swiper-btn-next {
		right: 24%;
	}
}

@media screen and (min-width: 640px) {
	.swiper-btn-next {
		right: 30%;
	}
}

@media screen and (min-width: 768px) {
	.swiper-btn-next {
		right: 32%;
	}
}

@media screen and (min-width: 992px) {
	.swiper-btn-next {
		right: 36%;
	}
}

@media screen and (min-width: 1300px) {
	.swiper-btn-next {
		right: 40%;
	}
}

@media screen and (min-width: 1421px) {
	.swiper-btn-next {
		right: 40%;
	}
}

@media screen and (min-width: 1600px) {
	.swiper-btn-next {
		right: 42.5%;
	}
}

.swiper-pagination {
	bottom: 47px !important;
	z-index: 1 !important;
}

@media screen and (min-width: 768px) {
	.swiper-pagination {
		bottom: 42px !important;
	}
}

.swiper-pagination-bullet {
	width: 40px !important;
	height: 4px !important;
	background-color: #cccccc;
	opacity: 1;
	transition: all 0.3s ease;
	cursor: pointer;
	border-radius: 0 !important;
}

@media screen and (min-width: 992px) {
	.swiper-pagination-bullet {
		width: 40px !important;
		height: 4px !important;
	}
}

.swiper-pagination-bullet-active {
	background-color: #000000 !important;
	width: 40px !important;
}

/* =========================================================
footer
========================================================= */

.footer-link {
	font-size: 1.5em;
	margin: 50px auto !important;
}

.footer-link li {
	margin-bottom: 15px;
}

.footer-link li:before {
	content: none !important;
}

.club-info {
	margin: 5px auto 30px !important;
}

@media screen and (min-width: 992px) {
	.club-info {
		width: 900px;
	}
}

.club-info th {
	border-right: 1px solid #50318f;
	text-align: left;
	color: #50318f;
	font-size: 20px;
	font-weight: 400;
}

.club-info td {
	padding-left: 20px;
	color: #000;
	line-height: 2;
}

.club-info td {
	font-size: 10px;
	font-weight: 400;
	font-family: "A-OTF-ShinGoPro-Regular", sans-serif;
}

.club-info td strong {
	font-size: 15px;
	font-weight: 700;
}

.padding-t {
	padding-top: 30px;
	display: inline-block;
}

@media screen and (min-width: 992px) {
	.padding-t {
		padding-top: 40px;
	}
}

.global-footer {
	background-color: #f6f6f6;
	padding-top: 60px;
}

@media screen and (max-width: 767px) {
	.global-footer {
		padding-top: 30px;
	}
}

.footer {
	background: #000;
	padding: 20px 0;
	position: relative;
	z-index: 1;
}

.footer .nav {
	top: unset;
	bottom: 45%;
	left: 48%;
}

@media screen and (max-width: 1350px) {
	.footer .nav {
		left: 45%;
	}
}

@media screen and (max-width: 1111px) {
	.footer .nav {
		left: 40%;
	}
}

@media screen and (max-width: 991px) {
	.footer .nav {
		bottom: 47%;
	}
}

@media screen and (max-width: 767px) {
	.footer .nav {
		max-height: 100vh;
		box-shadow: unset;
		background-color: #000;
		width: 100%;
		position: unset;
		opacity: 1;
		padding: 0;
	}
}

@media screen and (min-width: 768px) {
	.footer {
		background: #000;
		padding: 30px 0;
	}
}

.footer .nav_list {
	padding-right: 0;
	background-color: #000;
	padding-bottom: 0;
	gap: 0;
	margin-top: 0;
	flex-direction: row;
	justify-content: center;
	align-self: center;
	flex-wrap: wrap;
	max-width: 335px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.footer .nav_list {
		max-width: 100%;
		gap: 10px;
	}
}

@media screen and (min-width: 1199px) {
	.footer .nav_list {
		gap: 40px;
	}
}

.footer .nav_item {
	/* width: calc((100% / 6) - (20px * 5) / 6); */
	width: 100%;
	text-align: left;
	padding: 0;
	border-bottom: none;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.footer .nav_item {
		width: calc((100% / 2) - (1px * 1) / 2);
		text-align: center;
	}
}

.footer .nav_link {
	color: #fff;
	padding: 0;
	transition: all 0.3s ease-in-out;
}
.footer .nav_link.-disabled {
	color: #cccccc;
	background-color: unset !important;
}
.footer .nav_link:hover {
	background-color: #000;
	opacity: 0.8;
}

.footer .nav_link:hover::after {
	content: none;
}

@media screen and (max-width: 767px) {
	.footer .nav_link {
		font-weight: 700;
		font-size: 14px;
		width: 100%;
		padding: 10.5px;
	}
}

.footer .nav_tag {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.footer .nav_tag {
		text-align: center;
	}

	.footer .nav_tag.arrow::after {
		right: 100px;
	}
}

.footer .nav_tag:hover {
	border-color: #000;
}

@media screen and (min-width: 768px) {
	.footer .nav_item {
		text-align: center;
		width: auto;
	}
}

.footer_logo {
	padding-left: 0;
	text-align: center;
	transition: 0.3s ease-in-out all;
}
.footer_logo:hover {
	opacity: 0.8;
}
@media screen and (min-width: 768px) {
	.footer_logo {
		text-align: left;
	}
}

.footer_logo img {
	max-width: 250px;
}

@media screen and (max-width: 1200px) {
	.footer_logo img {
		max-width: 160px;
	}
}

@media screen and (max-width: 991px) {
	.footer_logo img {
		max-width: 150px;
	}
}

@media screen and (max-width: 800px) {
	.footer_logo img {
		max-width: 140px;
	}
}

@media screen and (max-width: 767px) {
	.footer_logo img {
		max-width: 148px;
	}
}

.footer-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-inline: 30px;
	gap: 20px;
}

@media screen and (max-width: 991px) {
	.footer-wrapper {
		gap: 10px;
		padding-inline: 20px;
	}
}

@media screen and (max-width: 767px) {
	.footer-wrapper {
		flex-direction: column;
		gap: 20px;
		align-items: flex-start;
	}
}

.copyright {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 10px;
	line-height: 125%;
	color: #808080;
	text-align: center;
	padding-top: 20px;
}

.footer-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
	.footer-btn {
		flex-direction: column;
		gap: 20px;
		margin-bottom: 30px;
		margin-inline: 20px;
	}

	.copyright {
		padding-top: 0;
	}
}

.primary-btn.white {
	max-width: 290px;
	padding: 6px 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: left;
	color: #000;
	font-family: "Noto Sans JP";
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
	transition: all 0.3s ease;
	box-shadow: unset;
}

@media screen and (max-width: 767px) {
	.primary-btn.white {
		font-size: 14px;
		text-align: center;
		max-width: 100%;
	}
}

.primary-btn.white.center {
	text-align: center;
}

.primary-btn.white:hover {
	background-color: #000;
	color: #fff;
	box-shadow: unset;
}

.primary-btn.white::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.42285 0.5065H8.82649V3.79871' stroke='black' stroke-width='1.01299' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.31374 5.62774V8.55414H0.50647V1.96973H3.53192' stroke='black' stroke-width='1.01299' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.28833 4.89612L8.44833 0.872314' stroke='black' stroke-width='1.01299' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-size: contain;
	background-color: #000;
	width: 10px;
	height: 10px;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

.primary-btn.white:hover::after {
	background-color: #fff;
}

.global-footer table.club-info th {
	font-size: 20px;
	font-weight: 400;
	color: #50318f;
}

@media screen and (max-width: 992px) {
	.global-footer table.club-info th {
		font-size: 14px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 767px) {
	/* .global-footer h3 {
    font-size: 1.2em;
} */
	.global-footer table.club-info {
		margin: 17px auto !important;
		display: block;
	}

	.global-footer table.club-info tbody,
	.global-footer table.club-info tr,
	.global-footer table.club-info th,
	.global-footer table.club-info td {
		display: block;
	}

	.global-footer table.club-info th {
		margin-bottom: 20px;
		font-size: 15px;
		border-right-width: 0 !important;
		text-align: center;
		color: #7254a0;
	}

	.global-footer table.club-info th .brdbtm {
		display: inline-block;
		border-bottom: 1px solid;
		padding: 0 45px 15px;
	}

	.global-footer table.club-info td {
		padding: 0 15px;
		font-size: 15px;
	}
}

/* benefits page */
.bene {
	padding-bottom: 35px;
}

section.bene {
	padding-top: 30px;
}

@media screen and (min-width: 768px) {
	.bene {
		padding-bottom: 25px;
	}

	section.bene {
		padding-top: 94px;
	}
}

.bene .heading-prim {
	padding-bottom: 30px;
	/* font-family: "HGSSoeiKakupoptai, sans-serif;"; */
}

.bene .admission-btn {
	margin-top: 30px;
}

@media screen and (min-width: 768px) {
	.bene .admission-btn {
		margin-top: 50px;
	}

	.bene .heading-prim {
		padding-bottom: 25px;
	}
}

.modal_wrap input {
	display: none;
}

.modal_overlay {
	display: flex;
	justify-content: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition:
		opacity 0.2s,
		transform 0s 0.2s;
	transform: scale(0);
}

.modal_trigger {
	position: absolute;
	width: 100%;
	height: 100%;
}

.modal_content {
	align-self: center;
	max-width: 800px;
	padding: 30px 30px 15px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transform: scale(0.3);
	transition: 0.2s;
}

@media screen and (max-width: 575px) {
	.modal_content {
		position: absolute;
		top: 0;
	}
}

.modal_content_corp {
	align-self: center;
	max-width: 500px;
	padding: 30px 30px 15px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transform: scale(0.3);
	transition: 0.2s;
}

@media screen and (max-width: 575px) {
	.modal_content_corp {
		position: absolute;
		top: 0;
	}
}

.modal_content.-diff {
	position: absolute;
	top: 0;
}

.close_button {
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 24px;
	cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
	transform: scale(0.8);
}

.modal_wrap input:checked ~ .modal_overlay .modal_content_corp {
	transform: scale(0.8);
}

.recruit {
	padding-top: 40px;
}

@media screen and (max-width: 767px) {
	.recruit {
		padding-top: 80px;
	}
}

.recruit .heading {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #000000;
	text-align: center;
	padding-bottom: 20px;
	line-height: 175%;
}

@media screen and (max-width: 767px) {
	.recruit .heading {
		font-size: 16px;
	}
}

.recruit-row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

@media screen and (max-width: 767px) {
	.recruit-row {
		flex-direction: column;
	}
}

.recruit-col {
	/* background-color:; */
	position: relative;
	transition: all 0.3s ease-in-out;
}

.recruit-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.recruit-col img {
	width: 100%;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	.recruit-col:first-child img {
		height: 135px;
		object-fit: cover;
	}

	.recruit-col:last-child img {
		height: 148px;
		object-fit: cover;
	}
}

@media screen and (max-width: 767px) {
	.recruit-col {
		width: 100%;
	}
}

.recruit-col:hover {
	opacity: 0.8;
}

.recruit-col:hover .recruit-btn {
	background-color: #e62e2e;
	color: #fff;
}

.recruit-col:hover .recruit-btn::after {
	background-color: #fff;
}

.recruit-tag-right {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-size: 12px;
	/* line-height: 125%; */
	line-height: 100%;
	color: #ffffff;
	position: absolute;
	background-color: #9fa0a0;
	border-radius: 4px;
	padding: 10px;
	right: -9px;
	top: -10px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.recruit-tag-right {
		font-size: 10px;
		line-height: 125%;
	}
}

.recruit-tag-right span {
	font-size: 15px;
}

@media screen and (max-width: 991px) {
	.recruit-tag-right span {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.recruit-tag-right span {
		font-size: 13px;
	}
}

.recruit-heading {
	font-family: "Noto Sans JP";
	font-weight: 900;
	font-size: 20px;
	line-height: 100%;
	color: rgb(0, 0, 0);
	text-align: center;
	padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.recruit-heading {
		font-size: 16px;
	}
}

.recruit-text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-size: 26px;
	line-height: 175%;
	color: #ffffff;
	text-align: center;
	padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
	.recruit-text {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.recruit-text {
		font-size: 20px;
		/* padding-top: 20px; */
		padding-bottom: 5px;
	}
}

.recruit-text span {
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-size: 40px;
	line-height: 100%;
}

@media screen and (max-width: 991px) {
	.recruit-text span {
		font-size: 30px;
	}
}

@media screen and (max-width: 767px) {
	.recruit-text span {
		font-size: 30px;
	}
}

.recruit-col-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.recruit-col-inner {
		padding-bottom: 10px;
	}
}

.recruit-tag {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-size: 12px;
	line-height: 100%;
	color: #ffffff;
	text-align: center;
	border: 1px solid #fff;
	padding: 6px 10px;
	border-radius: 4px;
}

@media screen and (max-width: 767px) {
	.recruit-tag {
		font-size: 10px;
	}
}

.recruit-date {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-size: 14px;
	line-height: 150%;
	color: #ffffff;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.recruit-date {
		font-size: 12px;
	}
}

.recruit-btn {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 125%;
	color: #000;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	padding: 4px;
	/* max-width: 455px; */
	display: block;
	margin: 0 20px;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
	.recruit-btn {
		font-size: 10px;
	}
}

.recruit-btn::after {
	content: "";
	width: 9px;
	height: 5px;
	background-color: #000;
	mask: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 0.5L4.5 4.5L0.5 0.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
		center / contain no-repeat;
	position: absolute;
	top: 40%;
	left: 66%;
	transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
	.recruit-btn::after {
		left: 70%;
	}
}

@media screen and (max-width: 767px) {
	.recruit-btn::after {
		left: 70%;
		top: 30%;
	}
}

.premium {
	padding-top: 40px;
}

.premium-wrapper {
	content: "";
	background-image: url("../img/recruit/bg.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 143px;
	padding: 20px;
	max-width: 701px;
	margin: 0 auto;
	transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
	.premium-wrapper {
		height: 170px;
	}

	.premium {
		padding-top: 20px;
	}
}

.premium-link {
	transition: all 0.3s ease;
}

.premium-link:hover {
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.premium-wrapper:hover {
	background-image: url("../img/recruit/bg-hover.png");
}

.premium-link:hover .premium-btn {
	background-color: #e62e2e;
	color: #fff;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.premium-link:hover .premium-btn::after {
	background-color: #fff;
}

.premium-text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-size: 26px;
	line-height: 100%;
	color: #8c552a;
	text-align: center;
	padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.premium-text {
		font-size: 20px;
		line-height: 130%;
		padding-bottom: 6px;
	}
}

.premium-text .small {
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.premium-text .small {
		font-size: 12px;
	}
}

.premium-text .medium {
	font-size: 20px;
	font-weight: 400;
	font-family: "Anton";
	padding-right: 5px;
}

@media screen and (max-width: 767px) {
	.premium-text .medium {
		font-size: 16px;
	}
}

.premium-subtext {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	color: #8c552a;
	text-align: center;
	padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.premium-subtext {
		font-size: 12px;
		padding-bottom: 10px;
	}
}

.premium-btn {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 125%;
	color: #000;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	padding: 4px;
	display: block;
	margin: 0 auto;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
	.premium-btn {
		font-size: 10px;
	}
}

.premium-btn::after {
	content: "";
	width: 9px;
	height: 5px;
	background-color: #000;
	mask: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 0.5L4.5 4.5L0.5 0.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
		center / contain no-repeat;
	position: absolute;
	top: 40%;
	left: 66%;
	transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
	.premium-btn::after {
		left: 70%;
		top: 30%;
	}
}

.members {
	margin-top: 40px;
}

.members.mb-80 {
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.members.mb-80 {
		margin-bottom: 40px;
	}
}

.member-wrapper {
	background-color: #fff2f2;
	padding: 16px;
	border: 1px solid rgba(153, 0, 0, 0.2);
}

.member-top {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.member-text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #990000;
	text-align: center;
	/* padding-bottom: 4px; */
	position: relative;
}

@media screen and (max-width: 767px) {
	.member-text {
		font-size: 14px;
		text-align: left;
	}

	.member-top svg {
		width: 22px;
	}
}

.member-subtext {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 175%;
	color: #000000;
	text-align: center;
	padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
	.member-subtext {
		font-size: 12px;
	}
}

.member-subtext .member-link {
	text-decoration: underline;
	color: #000;
	cursor: pointer;
	transition: all 0.3s ease;
}

.member-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.member-tag {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 175%;
	color: #990000;
	text-align: center;
	padding: 0 10px;
	border: 1px solid rgba(153, 0, 0, 0.2);
	border-radius: 4px;
}

@media screen and (max-width: 767px) {
	.member-tag {
		font-size: 10px;
	}
}

.member-date {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
	color: #990000;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.member-date {
		font-size: 14px;
	}
}

.member-txt {
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 14px;
	line-height: 175%;
	color: #000000;
	text-align: center;
}

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

.member-subtxt {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 125%;
	color: #990000;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.member-subtxt {
		font-size: 8px;
	}
}

.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding-top: 40px;
}

@media screen and (max-width: 767px) {
	.btn {
		flex-direction: column;
	}
}

.primary-btn {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	background-color: #e62e2e;
	max-width: 400px;
	width: 100%;
	padding: 15px 20px;
	border-radius: 200px;
	box-shadow: 0px 3px 0px #a12222;
	transition: all 0.1s ease;
	cursor: pointer;
	display: block;
	position: relative;
}

@media screen and (max-width: 767px) {
	.primary-btn {
		max-width: 335px;
		font-size: 14px;
		padding: 12px 20px;
	}
}

.primary-btn:hover {
	background-color: #be2121;
	box-shadow: 0px -3px 0px #a12222;
	/* transform: translateY(3px); */
}

.primary-btn.yellow:hover {
	background-color: #7b6120;
	box-shadow: 0px -3px 0px #735b21;
}

.primary-btn span {
	font-size: 14px;
	line-height: 100%;
	padding-right: 10px;
}

@media screen and (max-width: 767px) {
	.primary-btn span {
		font-size: 10px;
	}
}

.primary-btn.yellow {
	background-color: #bf9c46;
	box-shadow: 0px 3px 0px #735b21;
}

.primary-btn.disable {
	background-color: #cccccc;
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.6;
	box-shadow: unset;
}

.stats {
	margin: 0 auto;
	padding-top: 40px;
}

.stats-wrapper {
	max-width: 980px;
	width: 100%;
	position: relative;
}

.stats table {
	border-collapse: separate;
	border-spacing: 0;
	width: 980px;
	max-width: 100%;
	background: #fff;
}

@media screen and (max-width: 1199px) {
	.stats table {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.stats table {
		width: 100%;
	}
}

.stats table tr th {
	padding: 0 10px;
	background-color: #f6f6f6;
	border: 1px solid #d6d8dd;
	border-right: unset;
	border-bottom: unset;
	/* border-top: unset; */
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 175%;
	color: #000000;
	text-align: center;
	width: 99px;
}

@media screen and (max-width: 1199px) {
	.stats table tr th {
		width: 58px;
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	.stats table tr th {
		/* white-space: pre-line; 
		word-break: break-all;
		text-align: center;
		display: block; */
		font-size: 12px;
		line-height: 110%;
		padding: 13px 0;
	}
}

.stats table tr td {
	padding: 17px 25px;
	border: 1px solid #d6d8dd;
	border-right: unset;
	border-bottom: unset;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
	color: #000000;
	text-align: center;
	width: 99px;
}

@media screen and (max-width: 1199px) {
	.stats table tr td {
		width: 58px;
		padding: 17px 0px;
	}
}

@media screen and (max-width: 767px) {
	.stats table tr td {
		padding: 18px 10px;
	}
}

.team--statistics tbody tr:last-child td {
	border-bottom: 1px solid #d6d8dd;
}

.team--statistics thead tr th:last-child,
.team--statistics tbody tr td:last-child {
	border-right: 1px solid #d6d8dd;
}

/* .stats__scroll {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
} */

/* .stats__scroll table {
	min-width: 800px;
	border-collapse: collapse;
} */

.floating-btn {
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px;
}

@media screen and (max-width: 767px) {
	.floating-btn {
		/* top: 38%; */
		gap: 8px;
	}
}

.floating-link {
	background-color: #e62e2e;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	padding: 14px 12px;
	border-radius: 10px 0 0 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	transition: all 0.3s ease-in-out;
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
}

.floating-link:hover {
	background-color: #be2121;
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.2);
}

.floating-link:last-child {
	background-color: #bf9c46;
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
}

.floating-link:last-child:hover {
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.2);
	background-color: #7b6120;
}

.floating-text {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 10px;
	line-height: 100%;
	color: #ffffff;
}

@media screen and (max-width: 767px) {
	.floating-text {
		font-size: 8px;
	}
}

.floating-subtext {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	color: #ffffff;
}

@media screen and (max-width: 767px) {
	.floating-subtext {
		font-size: 12px;
	}
}

/* Positioned bars */
.stats-bar {
	position: absolute;
	height: 54px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 4px 10px;
	white-space: nowrap;
	border-radius: 0;
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.stats-bar {
		font-size: 14px;
	}
}

.stats-bar.black {
	background-color: #000000;
}

.stats-bar.purple {
	background-color: #51318f;
}

.stats-bar.gray {
	background-color: #9fa0a0;
	font-size: 10px;
}

@media screen and (max-width: 767px) {
	.stats-bar.gray {
		font-size: 8px;
	}
}

.league {
	top: 19%;
	left: 9.6%;
	width: 45.2%;
}

@media screen and (max-width: 1199px) {
	.league {
		top: 19%;
		left: 9.6%;
		/* width: 300px; */
	}
}

@media screen and (max-width: 767px) {
	.league {
		top: 31%;
		left: 17.5%;
		width: 40.9%;
	}
}

.season {
	top: 19%;
	left: 54.8%;
	width: 42.1%;
}

@media screen and (max-width: 1199px) {
	.season {
		top: 19%;
		left: 54.8%;
		/* width: 280px; */
	}
}

@media screen and (max-width: 767px) {
	.season {
		top: 31%;
		left: 58.5%;
		width: 37.9%;
	}
}

.break-small {
	top: 19%;
	right: 0;
	width: 3.1%;
}

@media screen and (max-width: 767px) {
	.break-small {
		top: 31%;
		right: 0;
		padding: 0;
		width: 3.5%;
	}
}

.break {
	top: 59%;
	left: 9.6%;
	width: 108px;
}

@media screen and (max-width: 767px) {
	.break {
		top: 66%;
		left: 17.6%;
		width: 38px;
	}
}

.season-small {
	top: 59%;
	left: 20.6%;
	width: 335px;
}

@media screen and (max-width: 767px) {
	.season-small {
		top: 66%;
		left: 28.6%;
		width: 99px;
	}
}

/* =========================================================
TAB
========================================================= */
.mb10 {
	margin-bottom: 10px;
}

.tab_container {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}

.heading-pri {
	font-size: 30px;
	font-weight: 900;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.heading-pri {
		font-size: 20px;
		padding-bottom: 20px;
	}
}

.tabs-2,
.tabs-5 {
	width: 100%;
	/* height: 300px; */
	margin: auto;
	border: 1px solid #cccccc;
	/* overflow-y: auto; */
	background: #fcf9f0;
	transition: background 0.3s;
	margin-top: 44px;
}

@media screen and (max-width: 767px) {
	.tabs-5 {
		margin-top: 11px !important;
	}
}

.tabs-2::-webkit-scrollbar {
	display: none;
}

.tab-header {
	position: sticky;
	top: 92px;
	display: flex;
	z-index: 1;
	/* padding-top: 34px; */
}

@media screen and (max-width: 767px) {
	.tab-header {
		top: 55px;
	}
}

.tab-header button {
	flex: 1;
	padding: 15px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	/* transition: color 0.3s, background 0.3s; */
}

/* Base tab colors */
.tab1-btn {
	background: linear-gradient(to bottom, #bfa76d 0%, #e6dbc1 100%);
}

.tab2-btn {
	background: linear-gradient(to bottom, #c1b4e7 0%, #ede4fd 100%);
}

/* Active text colors */
.tab1-btn.active {
	border-top: 1px solid #cccccc;
	background: #fcf9f0;
	color: #9e781c;
	font-weight: bold;
}

.tab1-btn:not(.active) {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.tab2-btn.active {
	border-top: 1px solid #cccccc;
	background: #f7f3fd;
	color: #8e75d5;
	font-weight: bold;
}

.tab2-btn:not(.active) {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

/* Inactive tab text */
.tab-header button:not(.active) {
	color: black;
}

.tab-content {
	padding: 40px;
}

.tab-content p {
	/* margin-bottom: 10px; */
}

.tab-btn {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.tab-btn:not(.active)::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	margin-left: 6px;
	vertical-align: middle;
	top: 50%;
	right: 16px;
}

.heading_txt {
	display: flex;
	flex-direction: column;
}

.heading_eng {
	font-family: "Anton", sans-serif;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 1.5px;
}

.heading-jpn {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 700;
	align-self: flex-start;
}

.heading_price {
	align-self: self-end;
	font-family: "Noto Sans JP", sans-serif;
	color: #000000;
	font-size: 15px;
	font-weight: 400;
	padding-right: 35px;
}

.heading_price .fees {
	font-size: 10px;
	font-weight: 500;
	border: 1px solid #cccccc;
	padding: 1px 7px;
	margin-right: 11px;
}

.heading_price .yen {
	font-size: 12px;
	margin-left: 7px;
}

.chat-bubble {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 6px;
	padding: 2px 12px;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
	font-size: 14px;
	width: max-content;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	z-index: 1;
}

.chat-bubble::before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #cccccc;
}

.chat-bubble::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ffffff;
}

.premium_member {
	display: flex;
	flex-direction: row;
	gap: 40px;
	margin-bottom: 40px;
}

.img_wrap {
	width: 425px;
	/* height: 285px; */
	height: 100%;
	box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
}
.img_wrap img {
	width: 100%;
}
.premium_desc {
	max-width: 435px;
	width: 100%;
}

.premium_desc .info {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}

.recommended {
	margin-top: 53px;
}

.recommended_heading {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #8c552a;
	text-align: center;
	margin-bottom: 10px;
}
.recommended_heading.color {
	color: #9e781c;
}

h3.heading_sec {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 24px;
	font-weight: 900;
	margin-bottom: 20px;
}

.benefits_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px 8px;
	justify-content: center;
	margin: 20px 0 40px 0;
}

@media screen and (max-width: 767px) {
	.benefits_wrap {
		margin: 20px 0 20px 0;
	}
}

.benefit_item {
	width: 293px;
}

.benefit_img {
	width: 100%;
	height: 195px;
}

.benefit_top {
	display: flex;
	flex-direction: row;
	gap: 10px;
	padding: 10px 0;
	/* justify-content: space-between;
	align-items: center;
	margin-bottom: 10px; */
}

.benefit_count {
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-size: 16px;
	width: 30px;
	height: 30px;
	background: #e8d4a2;
	color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.benefit_ttl {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 700;
}

.benefit_desc {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.75;
}

/* 
.purple {
  color: #8E75D5;
} */

.purple_bg {
	background-color: #dad0f5;
}

.attention {
	font-size: 10px;
	font-weight: 500;
	line-height: 1.25;
	color: #808080;
	margin-top: 10px;
	letter-spacing: -0.1px;
}

@media screen and (max-width: 767px) {
	.attention {
		font-size: 8px;
	}

	.tab_container {
		width: 100%;
	}

	.heading_eng {
		font-size: 16px;
	}

	.heading_txt {
		flex-direction: row;
		gap: 4px;
	}

	.heading-jpn {
		font-size: 10px;
		align-self: center;
	}

	.heading_price {
		font-size: 14px;
		padding-right: 0;
	}

	.heading_price .fees {
		font-size: 8px;
		padding: 0px 8px;
		margin-right: 10px;
	}

	.heading_price .yen {
		font-size: 10px;
		margin-left: 6px;
	}

	.tab-btn {
		flex-direction: column;
	}

	.tab-header button {
		padding: 31px 28px 10px 12px;
	}

	.chat-bubble {
		top: 4px;
		font-size: 8px;
		padding: 2px 9px;
	}

	.tab-btn:not(.active)::after {
		right: 10px;
	}

	.tab-content {
		padding: 20px;
	}

	.premium_member {
		flex-direction: column;
		align-items: center;
		margin-bottom: 20px;
	}

	.img_wrap {
		width: 335px;
		/* height: 225px; */
	}

	.premium_desc .info {
		font-size: 14px;
	}

	.recommended {
		margin-top: 20px;
	}

	.benefits_wrap {
		gap: 20px 5px;
	}

	.benefit_item {
		width: 163px;
	}

	.benefit_img {
		height: 108px;
	}

	.benefit_count {
		font-size: 14px;
		width: 24px;
		height: 24px;
	}

	.benefit_ttl {
		font-size: 14px;
	}

	.benefit_desc {
		font-size: 10px;
	}
}

/* =========================================================
TAB 2
========================================================= */
.tabs-5 {
	background: #fdf6f0;
	margin-top: 45px;
}

.tabA-btn {
	background: url(../img/2026/premium_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.tabA-btn.active {
	border-top: 1px solid #cccccc;
	background: #fdf6f0;
	color: #8c552a;
	font-weight: bold;
	border-right: 1px solid #cccccc;
}

.tabA-btn:not(.active) {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.tabB-btn {
	background: linear-gradient(to bottom, #bf9c46 0%, #e6ce93 100%);
}

.tabB-btn.active {
	border-top: 1px solid #cccccc;
	background: #fcf9f0;
	color: #9e781c;
	font-weight: bold;
}

.tabB-btn:not(.active) {
	border-top: 1px solid #cccccc;
	/* border-right: 1px solid #cccccc; */
	border-bottom: 1px solid #cccccc;
	/* border-left: 1px solid #cccccc; */
}

.tabC-btn {
	background: linear-gradient(to bottom, #a087e7 0%, #e0cffd 100%);
}

.tabC-btn.active {
	border-top: 1px solid #cccccc;
	background: #f7f3fd;
	color: #8e75d5;
	font-weight: bold;
	border-left: 1px solid #cccccc;
}

.tabC-btn:not(.active) {
	border-top: 1px solid #cccccc;
	/* border-right: 1px solid #cccccc; */
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.tabD-btn {
	background: linear-gradient(to bottom, #74bbed 0%, #bdecfc 100%);
}

.tabD-btn.active {
	border-top: 1px solid #cccccc;
	background: #edf9fc;
	color: #008dd9;
	font-weight: bold;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.tabD-btn:not(.active) {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.tabE-btn {
	background: linear-gradient(to bottom, #dce7ff 0%, #fcfdff 100%);
}

.tabE-btn.active {
	border-top: 1px solid #cccccc;
	background: #f5f6f7;
	color: #444444;
	font-weight: bold;
}

.tabE-btn:not(.active) {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	/* border-left: 1px solid #cccccc; */
}

.tabs-5 .tab-btn {
	padding: 27px 20px 23px;
}

.tabs-5 .tab-btn:not(.active)::after {
	right: 50%;
	bottom: 8px;
	top: auto;
}

.tabs-5 .heading_price {
	padding: 0;
}

.tabs-5 .heading_eng {
	align-self: flex-start;
}

.flex-box {
	display: flex;
	flex-direction: column;
	max-width: 156px;
	width: 100%;
	justify-content: space-between;
	gap: 5px;
}

.tabs-5 .tab-header {
	flex-wrap: nowrap;
}

.tabs-5 .tab-header button {
	flex: 1 1 20%;
	min-width: 0%;
}

.tabs-5 .recommended.mt-pplus {
	margin-top: 20px;
}

.tabs-5 .recommended.mt-prem {
	margin-top: 43px;
}

.pplus_bg {
	background-color: #f5e0d0;
}

.prem_bg {
	background-color: #e8c674;
}

@media screen and (max-width: 767px) {
	.tabs-5 .tab-header {
		flex-wrap: wrap;
	}

	.tabs-5 .tab-header button:nth-child(1),
	.tabs-5 .tab-header button:nth-child(2) {
		flex: 1 1 calc(50% - 5px);
	}

	.tabs-5 .tab-header button:nth-child(3),
	.tabs-5 .tab-header button:nth-child(4),
	.tabs-5 .tab-header button:nth-child(5) {
		flex: 1 1 calc(33.333% - 6.666px);
	}

	.tabs-5 .tab-header button:nth-child(5) {
		order: 3;
		width: 100%;
	}

	.tabs-5 .tab-btn {
		padding: 26px 12px 20px;
	}

	.tabs-5 .heading-jpn.-sm {
		font-size: 8px;
	}

	.flex-box {
		gap: 0;
	}

	.tabs-5 .heading_price {
		margin-top: -6px;
		text-wrap-mode: nowrap;
	}

	.tabs-5 .recommended.mt-prem {
		margin-top: 20px;
	}
}

@media screen and (min-width: 768px) {
	.tab-header::before {
		content: "";
		position: absolute;
		top: -12px;
		left: -10px;
		width: 102%;
		height: 13.6%;
		background: #fff;
		z-index: -1;
	}

	.tabs-5 .tab-header::before {
		content: "";
		position: absolute;
		top: -12px;
		left: -10px;
		width: 102%;
		height: 8.7%;
		background: #fff;
		z-index: -1;
	}
}
@media screen and (min-width: 768px) {
	.tab-header::before {
		left: -1px;
		width: 100.3%;
	}
	.tabs-5 .tab-header::before {
		left: -1px;
		width: 100.3%;
	}
}

/* =========================================================
How to 
========================================================= */
.pc_only {
	display: block;
}

@media screen and (max-width: 767px) {
	.pc_only {
		display: none;
	}
}

.sp_only {
	display: none;
}

@media screen and (max-width: 767px) {
	.sp_only {
		display: block;
	}
}

.table2 {
	padding: 30px 0 120px;
}

.table {
	padding: 70px 0;
}

@media screen and (max-width: 767px) {
	.table2 {
		padding: 25px 0 100px;
	}
}

@media screen and (max-width: 767px) {
	.table {
		padding: 40px 0 100px;
	}
}

table {
	border-collapse: collapse;
}

.table_pc {
	max-width: 980px;
	width: 100%;
	position: relative;
	margin-top: 24px;
}

@media screen and (max-width: 767px) {
	.table_pc {
		display: none;
	}
}

.table_pc tr:nth-child(2) th {
	position: sticky;
	top: 79px;
	z-index: 1;
	border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
	.table_pc tr:nth-child(2) th {
		top: 55px;
	}
}

.table_pc tr:nth-child(2) th::before,
.table_pc tr:nth-child(2) th::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #ccc;
	z-index: 6;
}

.table_pc tr:nth-child(2) th::before {
	left: -1px;
}

.table_pc tr:nth-child(2) th::after {
	right: -1px;
}

.table_pc {
	max-height: 500px;
	overflow-y: auto;
}

.table_pc:has(tr:nth-child(2):last-child) {
	position: relative;
}

.table_sp {
	width: 100%;
	margin: 0 auto;
	position: relative;
	max-height: 500px;
	overflow-y: auto;
}

.table_sp tr:nth-child(3) th {
	position: sticky;
	top: 79px;
	z-index: 1;
}

@media (max-width: 767px) {
	.table_sp tr:nth-child(3) th {
		top: 54px;
	}
}

@media screen and (min-width: 768px) {
	.table_sp {
		display: none;
	}
}

.table_sp tr:nth-child(3) th::before,
.table_sp tr:nth-child(3) th::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #ccc;
	z-index: 6;
}

.table_sp tr:nth-child(3) th::before {
	left: -1px;
}

.table_sp tr:nth-child(3) th::after {
	right: -1px;
}

.table_pc tr:nth-child(2) th .bottom-line,
.table_sp tr:nth-child(3) th .bottom-line {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #ccc;
}

th,
td {
	border: 1px solid #ccc;
	padding: 8px 10px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	th,
	td {
		padding: 6px 8px;
	}
}

th {
	background-color: #f4f4f4;
	text-align: center;
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 16px;
	/* line-height: 175%; */
	line-height: 190%;
}

@media screen and (max-width: 767px) {
	th {
		font-size: 12px;
		font-weight: 400;
	}
}

th span.title {
	display: block;
}

.tbg_brown .title,
.tbg_ylw .title,
.tbg_prle .title,
.tbg_blue .title,
.tbg_gry .title {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
	.tbg_brown .title,
	.tbg_ylw .title,
	.tbg_prle .title,
	.tbg_blue .title,
	.tbg_gry .title {
		font-size: 12px;
		padding-bottom: 4px;
	}
}

th span.price_main {
	font-size: 14px;
}

th span.price_sm {
	font-size: 10px;
}

td {
	font-size: 16px;
	font-family: "Noto Sans JP";
}

@media screen and (max-width: 767px) {
	td {
		font-size: 12px;
		font-weight: 400;
	}
}

td span.sm {
	font-size: 10px;
	color: #9fa0a0;
}

@media screen and (max-width: 767px) {
	td span.sm {
		font-size: 8px;
	}
}

.blank {
	background-color: white;
	border: none;
}

.dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.dash {
	display: inline-block;
	width: 12px;
	height: 2px;
}

@media screen and (max-width: 767px) {
	.dash {
		width: 8px;
		height: 2px;
	}

	.dot {
		width: 10px;
		height: 10px;
	}
}

.tbg_brown {
	background-color: #ffffff;
	background-image: url(../img/how_to/tbg_brown.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg_brown {
	background-color: #fdf6f0;
	color: #9e781c;
}

.brown {
	background-color: #8c552a;
}

.tbg_ylw {
	background: linear-gradient(160deg, rgba(191, 167, 109, 1) 0%, rgba(230, 219, 193, 1) 100%);
}
.tbg_ylw2 {
	background: linear-gradient(183deg, rgba(191, 156, 70, 1) 0%, rgba(230, 206, 147, 1) 100%);
}

.bg_ylw {
	background-color: #fcf9f0;
	color: #9e781c;
}

.ylw {
	background-color: #9e781c;
}

.tbg_prle {
	background: linear-gradient(182deg, rgba(193, 180, 231, 1) 0%, rgba(237, 228, 253, 1) 100%);
}
.tbg_prle2 {
	background: linear-gradient(184deg, rgba(160, 135, 231, 1) 0%, rgba(224, 207, 253, 1) 100%);
}

.bg_prle {
	background-color: #f7f3fd;
	color: #8e75d5;
}

.prle {
	background-color: #8e75d5;
}

.tbg_blue {
	background: linear-gradient(184deg, rgba(116, 187, 237, 1) 0%, rgba(189, 236, 252, 1) 100%);
}

.bg_blue {
	background-color: #edf9fc;
	color: #008dd9;
}

.blue {
	background-color: #008dd9;
}

.tbg_gry {
	background-color: #f5f6f7;
}

.bg_gry {
	background-color: #f5f6f7;
	color: #444444;
}

.gry {
	background-color: #444444;
}

.bg_brown,
.bg_ylw,
.bg_prle,
.bg_blue,
.bg_gry {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.bg_brown,
	.bg_ylw,
	.bg_prle,
	.bg_blue,
	.bg_gry {
		font-size: 12px;
		/* font-weight: 400; */
	}
}

th.ttl {
	font-family: "Noto Sans JP";
	font-weight: 400;
	font-size: 16px;
	line-height: 175%;
}

@media screen and (max-width: 767px) {
	th.ttl {
		font-family: "Noto Sans JP";
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 175%;
	}
}

@media screen and (max-width: 767px) {
	.tbg_brown,
	.tbg_ylw,
	.tbg_prle,
	.tbg_blue,
	.tbg_gry {
		padding: 8px 2px;
	}
}

.table_notes {
	background-color: #f6f6f6;
	font-size: 14px;
	padding: 24px;
	margin-top: 24px;
	color: #808080;
}

.table_notes.notes_bg {
	background-color: #ffff;
	padding: 0;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.table_notes {
		font-size: 12px;
		padding: 14px;
		/* margin: 20px; */
	}
}

@media screen and (max-width: 767px) {
	.table_notes.notes_bg {
		margin: 20px 0 40px;
	}
}

.notes_wrap {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 20px;
	align-items: baseline;
}

@media screen and (max-width: 767px) {
	.notes_wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
}

.table_notes .txt {
	font-weight: 500;
	font-size: 8px;
}

@media screen and (max-width: 767px) {
	.table_notes .txt {
		font-size: 10px;
	}
}

.table_notes .ttl {
	font-weight: 500;
	font-size: 8px;
	line-height: 150%;
	padding-bottom: 24px;
}

@media screen and (max-width: 767px) {
	.table_notes .ttl {
		font-size: 12px;
	}
}

@media screen and (min-width: 768px) {
	.table_notes .txt:first-child {
		flex: 1 1 223.1%;
	}

	.table_notes .txt:nth-child(2) {
		flex: 1 1 142.9%;
	}

	.table_notes .txt:last-child {
		flex: 1 1 82.9%;
	}

	.table_notes .txt {
		width: 100%;
		font-family: "Noto Sans JP";
		font-style: normal;
		font-weight: 500;
		font-size: 10px;
		line-height: 150%;
	}

	@media screen and (max-width: 767px) {
		.table_notes .txt {
			font-size: 10px;
		}
	}

	.table_notes .ttl {
		width: 100%;
		font-family: "Noto Sans JP";
		font-style: normal;
		font-weight: 500;
		font-size: 10px;
		line-height: 150%;
		padding-bottom: 24px;
	}
}

ul,
ol {
	padding: 0;
	margin: 0;
}

ul.point {
	list-style-type: none;
	margin-left: 12px;
}

ul.point li:before {
	content: "・";
	margin-left: -12px;
}

@media screen and (max-width: 767px) {
	.table_notes .txt {
		line-height: 140%;
	}

	ul.point {
		padding-top: 8px;
	}

	ul.point li {
		padding-bottom: 8px;
	}
}

ol.numb {
	margin-left: 13px;
}

ol.numb li {
	list-style-type: decimal;
}

.btn {
	margin: 80px auto 120px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.btn {
		margin: 40px auto 100px;
	}
}

.card_wrap {
	display: flex;
	gap: 22px;
	flex-wrap: wrap;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.card_wrap {
		gap: 23px;
		margin-top: 60px;
		margin-bottom: 20px;
	}
}

.card {
	font-size: 14px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 14px;
	margin: 80px 0 20px;
	max-width: 228px;
	width: 100%;
	height: 304px;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.card {
		max-width: 100%;
		height: auto;
		padding: 40px 20px;
		margin: 0;
	}

	.card.-side {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}

	.card.-side.-padding {
		padding: 20px;
		justify-content: space-between;
	}

	.card.-side.-padding .card_txt {
		width: 100%;
		display: block;
	}
}

.card::after {
	content: "";
	position: absolute;
	/* background-image: url(../img/arrow.svg); */
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4353 4.92871C14.8257 5.31914 14.8255 5.95223 14.4353 6.34277L8.07102 12.707C7.6805 13.0976 7.04749 13.0976 6.65696 12.707L0.292705 6.34277C-0.0975227 5.95223 -0.0977211 5.31914 0.292705 4.92871C0.68313 4.53829 1.31622 4.53848 1.70677 4.92871L6.36399 9.58594V0L8.36399 0V9.58594L13.0212 4.92871C13.4118 4.53848 14.0449 4.53829 14.4353 4.92871Z' fill='black'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	width: 13px;
	height: 14px;
	top: 50%;
	right: -19px;
	transform: rotateZ(-90deg);
}

@media screen and (max-width: 767px) {
	.card::after {
		top: 102%;
		right: 48%;
		transform: rotateZ(0);
	}
}

.card:last-child::after {
	content: none;
}

.card_no {
	font-family: "Anton", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	color: #ffffff;
	margin-bottom: 8px;
	background-color: #000000;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	.card_no {
		font-size: 16px;
	}
}

.card_btn a.btn_how {
	display: inline-block;
	background-color: #e62e2e;
	/* box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1); */
	color: #ffffff;
	text-decoration: none;
	padding: 15px 23px;
	border-radius: 200px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
}

.card_btn a.btn_how:hover {
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
	.card_btn a.btn_how {
		display: block;
		width: 295px;
		/* width: 100%; */
		padding: 13px 18px;
		margin-top: 5px;
		box-sizing: border-box;
		font-size: 10px;
	}
}

.card_btn a.btn_how:hover {
	background-color: #c82323;
}

.card_btn a.btn_how .txlg {
	font-size: 20px;
	font-weight: 900;
}

@media screen and (max-width: 767px) {
	.card_btn a.btn_how .txlg {
		font-size: 14px;
	}
}

.card .card_img {
	padding-top: 10px;
}

.card .card_img img {
	max-width: 187px;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.card .card_img img {
		max-width: 100%;
		width: unset;
	}

	.card.-side .card_img img {
		max-width: 142px;
	}

	.card .card_img {
		padding-top: 0;
	}
}

.card .card_desc {
	font-size: 12px;
	font-weight: 700;
}

.card .card_desc.bdr {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0;
	margin: 20px 0;
}

.card_txt {
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.card_txt {
		font-size: 12px;
		font-weight: 400 !important;
	}

	.card .card_desc {
		font-size: 12px;
	}

	.card .card_desc.bdr {
		width: 100%;
	}
}

.how_to {
	background-color: #f6f6f6;
	padding: 120px 0;
}

@media screen and (max-width: 767px) {
	.how_to {
		padding: 100px 0;
	}
}

.how_to .section_ttl {
	font-size: 64px;
	font-weight: 700;
	text-align: center;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.how_to .section_ttl {
		font-size: 40px;
	}
}

.how_to .section_ttl .sm {
	font-size: 16px;
	font-weight: 400;
	display: block;
}

@media screen and (max-width: 767px) {
	.how_to .section_ttl .sm {
		font-size: 14px;
	}
}

.how_to .attention {
	font-size: 10px;
	color: #808080;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
	.how_to .attention {
		font-size: 8px;
		margin: 0;
	}
}

/* .how_to .detail {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
} */

.btn_pop {
	/* padding-bottom: 100px; */
}

.open-popup {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #f8f8f8;
	border: none;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	margin: 20px auto 0;
	padding: 12px 22px;
	border-radius: 999px;
	/* transition: 0.3s; */
	display: flex;
	justify-content: center;
}

.open-popup:hover {
	/* background: #f0f0f0; */
	opacity: 0.6;
	/* transform: scale(1.01); */
}

.open-popup .circle {
	width: 28px;
	height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: white;
	filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 0px 10px);
	font-weight: bold;
	font-size: 18px;
	position: relative;
}

.open-popup .circle::before {
	content: "";
	position: absolute;
	background-image: url(./../img/icon/icon_plus.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	top: 50%;
	left: 54%;
	line-height: 1;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
}

/* ---------- POPUP ---------- */
.popup-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s ease;
	z-index: 1000;
	overflow: auto;
}

.popup-overlay.active {
	visibility: visible;
	opacity: 1;
}

.popup-content {
	background: #fff;
	width: 90%;
	max-width: 1180px;
	max-height: calc(100vh - 80px);
	padding: 30px;
	overflow-y: auto;
	position: relative;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	animation: fadeUp 0.4s ease;
	box-sizing: border-box;
	position: relative;
}

@media (max-width: 767px) {
	.popup-content {
		width: 90%;
		padding: 20px;
		max-height: calc(100vh - 90px);
		/* max-height: 100vh; */
	}
}

@keyframes fadeUp {
	from {
		transform: translateY(30px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

/* ---------- CLOSE BUTTON ---------- */
.close-popup {
	position: absolute;
	top: 30px;
	right: 18px;
	background: none;
	border: none;
	font-size: 30px;
	cursor: pointer;
}
@media (max-width: 767px) {
	.close-popup {
		position: fixed;
		top: 20px;
		right: 25px;
	}
}

.close-popup:hover {
	color: #333;
}

h2.popup-title {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 54px;
}

@media (max-width: 767px) {
	h2.popup-title {
		font-size: 20px;
		margin-bottom: 20px;
		margin-top: 20px;
	}
}

.pop_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px 52px;
	align-items: start;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.pop_wrap {
		gap: 31px 62px;
		/* gap: 31px 30px; */
	}
}

.pop_step {
	flex: 1 1 calc(25% - 20px);
	text-align: center;
	box-sizing: border-box;
	max-width: 198px;
	width: 100%;
	position: relative;
}

@media (max-width: 767px) {
	.pop_step {
		max-width: 295px;
	}

	.pop_step.-side {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		gap: 20px;
	}

	.pop_step.-side .pop_no {
		left: 0;
	}

	.pop_step.-side img {
		max-width: 142px;
	}
}

.pop_step .desc {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}

@media (max-width: 767px) {
	.pop_step .desc {
		font-size: 12px;
	}
}

.pop_step .desc .sm {
	font-size: 10px;
	color: #808080;
}

@media (max-width: 767px) {
	.pop_step .desc .sm {
		font-size: 8px;
	}
}

.pop_step img {
	max-width: 198px;
	width: 100%;
}

@media (max-width: 1024px) {
	.pop_step {
		flex: 1 1 calc(33.33% - 20px);
		/* 3 per row */
	}
}

@media (max-width: 767px) {
	.pop_step {
		flex: 1 1 calc(50% - 20px);
		/* 2 per row */
	}
}

@media (max-width: 480px) {
	.pop_step {
		flex: 1 1 100%;
		/* 1 per row */
	}
}

.pop_no {
	font-family: "Anton", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	color: #ffffff;
	margin-bottom: 8px;
	background-color: #000000;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) {
	.pop_no {
		font-size: 12px;
		width: 24px;
		height: 24px;
		left: 50px;
	}
}

.pop_step::after {
	content: "";
	position: absolute;
	background-image: url(../img/how_to/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 13px;
	height: 14px;
	top: 150px;
	right: -30px;
}

@media screen and (max-width: 767px) {
	.pop_step::after {
		top: unset;
		bottom: -20px;
		right: 143px;
		transform: rotateZ(90deg);
	}
}

.pop_step:last-child::after {
	content: none;
}

.card_btn {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.card_btn {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.pop_step .card_btn a.btn_how {
		max-width: 295px;
		width: 100%;
		color: #ffffff;
		text-decoration: none;
		padding: 12px 18px;
		border-radius: 200px;
		font-size: 14px;
		text-align: center;
		margin-top: 20px;
	}
}

/* =========================================================
FAQ
========================================================= */
.faq {
	background-color: #fff;
}

.faq-container {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.faq-container {
		padding: 0 20px;
	}

	.faq {
		padding: 100px 0 85px;
	}
}

.accordion {
	margin: 80px 0;
}

@media screen and (max-width: 767px) {
	.accordion {
		margin: 40px 0;
	}
}

.accordion-item {
	border-bottom: 1px solid #cccccc;
}

.accordion-item:first-of-type {
	border-top: 1px solid #cccccc;
}

.accordion-item:last-of-type {
	margin-bottom: 40px;
}

.accordion-header {
	font-family: "Noto Sans JP", sans-serif;
	background: none;
	border: none;
	width: 100%;
	padding: 20px 52px 20px 20px;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	display: flex;
	align-items: center;
	position: relative;
	gap: 10px;
}

@media screen and (max-width: 767px) {
	.accordion-header {
		font-size: 14px;
		padding: 14px 52px 14px 14px;
	}
}

.question-mark {
	font-family: "Anton", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #fff;
	max-width: 30px;
	width: 100%;
	height: 30px;
	background: #bf9c46;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.question-mark {
		max-width: 24px;
		height: 24px;
	}
}

.indicator {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
	max-width: 30px;
	width: 100%;
	height: 30px;
	background: white;
	border-radius: 50%;
	transition: transform 0.3s ease;
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}

.indicator::after {
	content: "";
	position: absolute;
	background-image: url(./../img/icon/icon_down.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	top: 54%;
	left: 50%;
	line-height: 1;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
}

.accordion-item.is-active .indicator::after {
	top: 50%;
	transform: rotate(180deg) translate(50%, 50%);
}

.accordion-content {
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease-out;
}

.accordion-inner {
	padding: 0 52px 20px 60px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

@media screen and (max-width: 767px) {
	.accordion-inner {
		padding: 0 52px 14px 48px;
		font-size: 14px;
	}
}

.accordion-inner .faq-answer {
	margin: 5px 0;
}

.button_small {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	line-height: 175%;
	background-color: #fff;
	display: block;
	text-decoration: none;
	max-width: 260px;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 200px;
	margin: 0 auto;
	padding: 8px 46px 8px 20px;
	position: relative;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
	.button_small {
		font-size: 14px;
		max-width: 335px;
	}
}

.button_small:hover {
	background-color: #000;
	color: #fff;
}

.button_small.-external:hover::before {
	background-image: url(./../img/icon/icon_extlink-white.svg);
}

.button_small.-external::before {
	content: "";
	position: absolute;
	background-image: url(./../img/icon/icon_extlink.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 16px;
	height: 16px;
	top: 50%;
	right: 4.5%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
}

.-yellow {
	background: #bf9c46 !important;
}

.-yellow:hover {
	background: #a18339 !important;
}

.-disabled {
	background-color: #cccccc !important;
	pointer-events: none;
	box-shadow: unset !important;
}

.button {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}

@media only screen and (max-width: 767px) {
	.button {
		flex-direction: column;
		margin-top: 40px;
	}

	.tab-content .button {
		margin-top: 20px;
	}
}

.button.mt-40 {
	margin-top: 40px;
}

.btn-link {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 900;
	color: #fff;
	text-decoration: none;
	max-width: 400px;
	width: 100%;
	height: 60px;
	/* margin: 0 auto; */
	border: none;
	border-radius: 200px;
	padding: 10px 30px;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #e62e2e;
	box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
}

.btn-link span {
	font-size: 14px;
	font-weight: 700;
}

.btn-link:hover {
	background: #990000;
	box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
	.btn-link {
		font-size: 14px;
		max-width: 335px;
		height: 45px;
	}

	.btn-link span {
		font-size: 10px;
	}
}

.cta {
	max-width: 930px;
	padding: 0 15px;
	margin: 0 auto;
	display: block;
	padding-bottom: 40px;
}

.cta.bg {
	/* background-color: #fff2f2; */
}

@media only screen and (max-width: 767px) {
	.cta {
		padding: 0;
	}

	.cta.bg {
		margin-bottom: 20px;
	}
}

.cta-wrapper {
	border: 1px solid rgba(153, 0, 0, 0.2);
	padding: 16px 20px;
}
.cta-wrapper.background {
	background-color: #fff2f2;
}

.cta-top {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.cta-text {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #990000;
	/* padding-bottom: 10px; */
}

@media only screen and (max-width: 767px) {
	.cta-text {
		font-size: 14px;
		line-height: 150%;
	}

	.cta-top svg {
		width: 18%;
	}
}

.cta-row {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.cta-row {
		flex-direction: column;
		gap: 10px;
		align-items: flex-start;
	}
}

.cta-col {
	border-right: 1px solid rgba(153, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 3px;
	width: fit-content;
	padding-right: 20px;
}

@media only screen and (max-width: 767px) {
	.cta-col {
		border-right: unset;
		padding-right: 0;
		flex-direction: row;
		gap: 10px;
	}
}

.cta-col:last-child {
	border-right: unset;
	padding-right: 0;
}

.cta-tag {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 100%;
	color: #990000;
	border: 1px solid rgba(153, 0, 0, 0.2);
	border-radius: 4px;
	padding: 6px 10px;
	width: fit-content;
}

.cta-date {
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 900;
	font-size: 14px;
	line-height: 150%;
	color: #990000;
}

@media only screen and (max-width: 767px) {
	.cta-tag {
		font-size: 8px;
		flex-shrink: 0;
		min-width: 76px;
		text-align: center;
	}

	.cta-date {
		font-size: 12px;
	}
}

.cta-inner {
	margin-bottom: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cto .cta-wrapper {
	border: unset;
	padding: 0;
}

.cto {
	padding-bottom: 0;
}

.jleague_banner {
	background: url(../img/2026/jleague_kv.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* height: 481px; */
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	padding: 60px 200px;
	margin: 70px 0 80px;
}

.banner_logo {
	width: 511px;
	height: 200px;
	margin: 0 auto;
}

.banner_logo img {
	width: 100%;
}

.banner_date {
	font-size: 30px;
	font-weight: 900;
	color: #ffffff;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0;
}

.banner_date span.period {
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
	padding: 6px 10px;
	border: 1px solid #ffffff;
	border-radius: 4px;
	margin-right: 10px;
}

.banner_txt {
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
	color: #ffffff;
}

.sp-only {
	display: none;
}

.season_year {
	font-family: "Anton", sans-serif;
	font-size: 70px;
	font-weight: 400;
	color: #ffffff;
	line-height: 1;
}

.season_year span.txt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 30px;
	font-weight: 900;
}

.season_banner {
	background: url(../img/2026/season_kv.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	padding: 60px 200px;
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.banner_logo {
		width: 335px;
		height: 131px;
	}

	.jleague_banner {
		padding: 60px 20px;
		margin-top: 85px;
		margin-bottom: 40px;
	}

	.banner_date {
		font-size: 21px;
	}

	.banner_date span.period {
		font-size: 14px;
	}

	.banner_txt {
		font-size: 14px;
	}

	.sp-only {
		display: block;
	}

	.season_banner {
		padding: 60px 20px;
		margin-bottom: 40px;
	}

	.season_year {
		font-size: 40px;
	}

	.season_year span.txt {
		font-size: 20px;
		margin-left: 10px;
	}

	.season_banner .banner_date {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.season_banner .banner_txt {
		font-weight: 400;
		text-wrap-mode: nowrap;
	}
}

.main-bg {
	background-image: url(./../img/main-bg.svg?1215);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

/* benefits page css */
.page_banner {
	background-image: url(../img/page-banner-sp-2025.jpg);
	background-size: cover;
	width: 100%;
	height: 185px;
	background-repeat: no-repeat;
	position: relative;
	position: relative;
}

@media screen and (min-width: 400px) {
	.page_banner {
		height: 200px;
	}
}

@media screen and (min-width: 450px) {
	.page_banner {
		height: 230px;
	}
}

@media screen and (min-width: 500px) {
	.page_banner {
		height: 256px;
	}
}

@media screen and (min-width: 550px) {
	.page_banner {
		height: 270px;
	}
}

@media screen and (min-width: 576px) {
	.page_banner {
		background-size: 100%;
		background-image: url(./../img/page-banner-pc-2025.jpg);
		height: 150px;
	}
}

@media screen and (min-width: 640px) {
	.page_banner {
		height: 185px;
	}
}

@media screen and (min-width: 800px) {
	.page_banner {
		height: 230px;
	}
}

@media screen and (min-width: 992px) {
	.page_banner {
		height: 250px;
	}
}

@media screen and (min-width: 1200px) {
	.page_banner {
		height: 300px;
	}
}

@media screen and (min-width: 1400px) {
	.page_banner {
		height: 337px;
	}
}

@media screen and (min-width: 1880px) {
	.page_banner {
		background-size: cover;
		height: 451px;
	}
}

.page_cont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	margin-top: -5px;
}

.page_desc {
	font-size: 20px;
	color: #fff;
	font-family: "A-OTF-ShinGoPro-Regular", sans-serif;
	font-weight: 700;
}

@media screen and (min-width: 576px) {
	.page_desc {
		font-size: 35px;
	}
}

@media screen and (min-width: 768px) {
	.page_desc {
		font-size: 50px;
	}
}

.plan_desc {
	font-size: 20px;
	color: #000;
}

.plan_desc .red {
	color: #ff0028;
}

@media screen and (min-width: 768px) {
	/* .plan_desc {
		font-size: 16px;
	} */
}

.plan_price {
	padding-top: 5px;
	padding-bottom: 20px;
	font-family: "MeiryUI";
	font-weight: 400;
}

.plan_price .txt {
	font-size: 15px;
	/* text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.16); */
}

.plan_price .txt .lg {
	font-size: 46px;
}

.plan_price .txt .sm {
	font-size: 23px;
	padding-right: 3px;
	position: relative;
}

.plan_price .txt .-top {
	font-size: 8px;
	position: absolute;
	top: -18px;
	left: 0;
}

@media screen and (min-width: 768px) {
	.plan_price .txt {
		font-size: 20px;
	}

	.plan_price .txt .lg {
		font-size: 55px;
	}

	.plan_price .txt .sm {
		font-size: 28px;
	}

	.plan_price .txt .-top {
		font-size: 10px;
	}
}

.plan_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;

	margin-left: -6px;
	margin-right: -6px;
}

@media screen and (min-width: 768px) {
	.plan_wrap {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.plan_wrap.-col2 {
	margin-left: -6px;
	margin-right: -6px;
	max-width: 590px;
}

@media screen and (min-width: 576px) {
	.plan_wrap.-col2 {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 768px) {
	.plan_wrap.-col2 .plan_inn {
		width: calc((100% / 2) - 30px);
	}
}

.plan_wrap.-col12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.plan_wrap.-col12 .plan_card {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.plan_wrap.-col12 .plan_card-ttl {
	text-align: left;
	padding-left: 60px;
}

.plan_wrap.-col12 .plan_card-desc {
	font-size: 15px;
	color: #070303;
}

.plan_wrap.-col12 .plan_card-cont {
	padding: 7px 24px 24px;
}

.plan_wrap.-col12 .plan_card-desc .sm {
	font-size: 11px;
}

.plan_wrap.-col12 .plan_card-cont .red {
	color: #ff0028;
	font-size: 15px;
	font-weight: 800;
}

.plan_wrap.-col12 .plan_card-cont .red .lg {
	font-size: 20px;
}

.plan_wrap.-col12 .plan_card-cont .red .sm {
	font-size: 10px;
}

.plan_card .card_imgwrap {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}

.card_imgwrap-img:first-child {
	margin-bottom: 20px;
}

.modalcard .plan_wrap.-col12 .plan_card {
	margin-bottom: 20px;
}

.bene .modal_content .plan_wrap.-col12 .plan_card {
	max-width: 860px;
	/* min-width: 860px; */
}

@media screen and (min-width: 768px) {
	.modal_content.-grn {
		max-width: 100%;
	}

	.plan_card .card_imgwrap {
		flex-direction: row;
	}

	.card_imgwrap-img:first-child {
		margin-bottom: 0;
	}

	.card_imgwrap-img {
		width: calc(50% - 10px);
	}
}

.plan_card {
	width: 146px;
	margin-left: 6px;
	margin-right: 6px;
	min-height: 181px;
	background-color: #fff9e9;
	border-radius: 20px;
	margin-bottom: 20px;
	border: solid #51318f;
	position: relative;
	display: flex;
	flex-direction: column;
	/* overflow: hidden; */
}

@media screen and (min-width: 576px) {
	.plan_card {
		width: calc((100% / 2) - 30px);
		margin-left: 15px;
		margin-right: 15px;
		min-height: 340px;
	}
}

@media screen and (min-width: 768px) {
	.plan_card {
		width: calc((100% / 3) - 30px);
	}
}

.plan_inn {
	width: calc((100% / 2) - 12px);
	margin-left: 6px;
	margin-right: 6px;
	min-height: 181px;
	background-color: #fff9e9;
	border-radius: 20px;
	margin-bottom: 20px;

	position: relative;
	display: flex;
	flex-direction: column;
	/* overflow: hidden; */
}

@media screen and (min-width: 576px) {
	.plan_inn {
		width: calc((100% / 2) - 30px);
		margin-left: 15px;
		margin-right: 15px;
		min-height: 340px;
	}
}

@media screen and (min-width: 768px) {
	.plan_inn {
		width: calc((100% / 3) - 30px);
	}
}

.modalcard .plan_card {
	width: 100%;
	margin: 0;
	cursor: pointer;
}

.modalcard .plan_card:hover {
	opacity: 0.8;
	transition: all 0.3s ease-in-out;
}

.bene .modal_content .plan_card {
	min-width: 370px;
	max-width: 370px;
	width: 100%;
	min-height: 340px;
	margin: 0 auto;
}

.bene .modal_content .plan_card-ttl {
	padding: 12px 5px;
	line-height: 1.2;
	font-size: 20px;
}

.tab-cont.-ylw .modal_content .plan_card.-fst .plan_card-img,
.tab-cont.-prpl .modal_content .plan_card.-fst .plan_card-img,
.tab-cont.-blu .modal_content .plan_card.-fst .plan_card-img,
.tab-cont.-grn .modal_content .plan_card.-fst .plan_card-img {
	max-width: 230px;
	width: 100%;
	margin: 0 auto;
}

.modal_content .plan_card.-offticket .plan_card-img {
	margin-left: 15px;
	margin-top: 15px;
}

.modal_content .plan_card.-discount .plan_card-img {
	margin-top: 45px;
	text-align: center;
}

.modal_content .plan_card.-fst .plan_card-img {
	/* max-width: 200px;
	width: 100%;
	margin: 0 auto; */
	/* min-height: 340px; */
}

.tab-cont.-ylw .modal_content {
	background-color: #ffe8a5;
}

.tab-cont.-prpl .modal_content {
	background-color: #c0b2d6;
}

.tab-cont.-blu .modal_content {
	background-color: #dff1fb;
}

.tab-cont.-grn .modal_content {
	background-color: #84c46d;
}

.tab-cont.-lgrn .modal_content {
	background-color: #cfe6c1;
}

/* .bene .modal_content {
	background-color: gray;
} */
.bene .modal_content .plan_card-ttl .bgred {
	padding: 5px 4px 0;
}

/* .plan_card.-fst .plan_card-img {
	max-width: 270px;
}
.plan_card.-fst .plan_card-img img {
	width: 100%;
} */
@media screen and (max-width: 575px) {
	.tab-cont.-ylw .plan_card {
		/* width: calc((100% / 2) - 12px); */

		/* overflow: hidden; */
	}

	.tab-cont.-ylw .plan_wrap {
	}

	/* .tab-cont.-ylw .plan_card.-coupon {
	align-items: center;
} */

	/* .tab-cont.-ylw .plan_card .plan_card-img {
	width: 98px;
} */
	.tab-cont.-ylw .plan_card.-fst .plan_card-img,
	.tab-cont.-prpl .plan_card.-fst .plan_card-img,
	.tab-cont.-blu .plan_card.-fst .plan_card-img,
	.tab-cont.-grn .plan_card.-fst .plan_card-img {
		max-width: 120px;
		margin-top: 10px;
		/* margin-left: 8px; */
		margin-left: auto;
		margin-right: auto;
		/* width: 147px;
    height: 151px; */
		/* overflow: hidden; */
	}

	.modalcard .plan_card.-discount .plan_card-img {
		max-width: 122px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
	}

	.tab-cont.-grn .modalcard .plan_card.-discount .plan_card-img {
		max-width: 165px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
		width: 100%;
	}

	.tab-cont.-grn .modalcard .plan_card .plan_card-img {
		width: 115px;
	}

	.extra_card-img.mt20 {
		margin-top: 10px;
	}
}

.modalcard .plan_card .plan_card-img {
	width: 98px;
}

.plan_card.-coupon {
	align-items: center;
}

@media screen and (min-width: 576px) {
	.plan_card .plan_card-img {
		width: 100%;
	}
}

@media screen and (min-width: 576px) {
	.modalcard .plan_card .plan_card-img {
		width: 100%;
		/* height: 300px; */
	}
}

.modalcard .plan_card.-fst .plan_card-img {
	width: 120px;
	margin-top: 10px;
	margin-left: 12px;
}

.modalcard .plan_card.-offticket .plan_card-img {
	width: 125px;
	margin-left: 15px;
	margin-top: 15px;
}

.modalcard .plan_card.-bonus .plan_card-img {
	width: 132px;
	margin-left: 8px;
}

@media screen and (min-width: 576px) {
	.modalcard .plan_card.-fst .plan_card-img {
		margin-top: 25px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.modalcard .plan_card.-offticket .plan_card-img {
		margin-top: 25px;
		margin-left: 25px;
		width: 90%;
	}

	.modalcard .plan_card.-bonus .plan_card-img {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.modalcard .plan_card.-discount .plan_card-img {
		width: 90%;
		margin-top: 45px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: center;
	}
}

@media screen and (min-width: 768px) {
	.plan_card.-fst .plan_card-img {
		width: 100%;
	}

	.plan_card.-offticket .plan_card-img {
		width: 100%;
	}

	.plan_card.-bonus .plan_card-img {
		width: 100%;
	}

	.plan_card.-discount .plan_card-img {
		width: 100%;
	}
}

.plan_card.-coupon,
.plan_card.-vspoint {
	justify-content: space-between;
}

.plan_card.-coupon .plan_card-img,
.plan_card.-fst .plan_card-img {
	display: flex;
	justify-content: center;
}

.plan_card.-vspoint .plan_card-img {
	margin-left: 10px;
}

.plan_card.-bonus {
	background-color: #fff;
}

.plan_card.-bonus .plan_card-img {
	margin-top: -5px;
	display: flex;
	justify-content: center;
}

.plan_card-top {
	/* background-color: grey; */
}

.plan_card-ttl {
	font-size: 11px;
	font-weight: 800;
	background-color: #fff;
	color: #ffbc00;
	padding: 5px;
	text-align: center;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	width: 100%;
}

@media screen and (min-width: 576px) {
	.plan_card-ttl {
		font-size: 16px;
	}
}

@media screen and (min-width: 768px) {
	.plan_card-ttl {
		font-size: 18px;
	}
}

@media screen and (min-width: 992px) {
	.plan_card-ttl {
		font-size: 20px;
	}
}

.plan_card-ttl .bgred {
	display: inline-block;
	color: #fff;
	background-color: #ff0028;
	border-radius: 10px;
	padding: 2px 4px 0;
	margin-right: 2px;
}

.plan_card-ttl .sm {
	font-size: 10px;
	color: #000;
	padding-left: 10px;
}

.plan_crcl {
	position: relative;
}

.plan_crcl .-inn {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #ffbc00;
	color: #fff;
	font-size: 23px;
	font-weight: 800;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	line-height: 1.1;
	position: absolute;
	top: -8px;
	left: 2px;
	z-index: 1;
}

.plan_crcl .sm {
	font-size: 11px;
	padding-top: 10px;
}

.plan_crcl:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff;
	top: -11px;
	left: 0;
	z-index: 0;
}

.extra {
	margin-top: 0;
	position: relative;
}

@media screen and (min-width: 576px) {
	.extra {
		margin-top: 10px;
	}
}

@media screen and (min-width: 768px) {
	.extra {
		margin-top: 20px;
	}
}

.extra .bonus {
	position: absolute;
	bottom: -2px;
	right: -32px;
}

@media screen and (max-width: 992px) {
	.tab-cont.-ylw .extra .bonus {
		max-width: 422px;
	}

	.tab-cont.-prpl .extra .bonus,
	.tab-cont.-blu .extra .bonus {
		max-width: 415px;
	}
}

@media screen and (max-width: 767px) {
	.tab-cont.-ylw .extra .bonus {
		max-width: 322px;
		right: -20px;
	}

	.tab-cont.-prpl .extra .bonus,
	.tab-cont.-blu .extra .bonus {
		max-width: 342px;
		right: -20px;
	}
}

.extra_wrap {
	display: flex;
	/* justify-content: center;
	align-items: center; */
	flex-wrap: wrap;
	margin-left: -6px;
	margin-right: -6px;
	/* max-width: 100%; */
}

.extra_card {
	width: calc((100% / 3) - 12px);
	min-height: 80px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 10px;
	border: solid #51318f;
}

@media screen and (min-width: 768px) {
	.extra_card {
		width: calc((100% / 4) - 16px);
		margin-left: 8px;
		margin-right: 8px;
	}
}

.extra {
	padding-bottom: 10px;
}

.tab-cont.-ylw .extra {
	padding-bottom: 180px;
}

.tab-cont.-prpl .extra {
	padding-bottom: 160px;
}

.tab-cont.-blu .extra {
	padding-bottom: 147px;
}

.tab-cont.-grn .extra {
	padding-bottom: 200px;
}

@media screen and (min-width: 768px) {
	.extra {
		padding-bottom: 0;
	}

	.extra_wrap {
		margin-left: -8px;
		margin-right: -8px;
	}

	.modal_content .extra_card {
		min-height: 160px;
	}

	.tab-cont.-ylw .extra {
		padding-bottom: 108px;
	}

	.tab-cont.-prpl .extra {
		padding-bottom: 38px;
	}

	.tab-cont.-blu .extra {
		padding-bottom: 15px;
	}

	.tab-cont.-grn .extra {
		padding-bottom: 31px;
	}
}

.extra_card-img {
	text-align: center;
	max-width: 210px;
}

.modal_content .extra_card-desc {
	font-size: 15px;
}

.modal_content .extra_card-desc.-fs {
	font-size: 16px;
}

.extra_card-desc {
	padding: 7px 2px;
	font-size: 10px;
	font-weight: 800;
	color: #000;
	text-align: center;
	position: relative;
}

.extra_card-desc.-fs {
	font-size: 7px;
}

.extra_card-desc .sm {
	font-size: 7px;
	font-weight: 400;
	color: #070303;
	/* position: absolute; */
	left: 5px;
	bottom: -14px;
}

.extra_card-desc .par {
	position: absolute;
	right: 36px;
	bottom: -4px;
	font-size: 8px;
	font-weight: 400;
}

.extra_card-desc .btm {
	font-size: 8px;
}

@media screen and (min-width: 576px) {
	.extra_card-desc .btm {
		font-size: 10px;
	}

	.extra_card-desc .btm.-pt {
		padding-top: 18px;
	}
}

@media screen and (min-width: 768px) {
	.extra_card-desc {
		font-size: 14px;
		padding: 7px 5px;
	}

	.extra_card-desc.-fs {
		font-size: 16px;
	}

	.extra_card-desc .sm {
		font-size: 10px;
		bottom: 0;
	}

	.extra_card-desc .par {
		bottom: -7px;
		font-size: 12px;
	}
}

.corpo .modal_content {
	background-color: #c0b2d6;
}

.corpo .modal_content_corp {
	background-color: #c0b2d6;
}

.corpo .plan {
	background-color: #c0b2d6;
	padding: 20px;
	border-radius: 20px;
}

.corpo .plan_card-ttl {
	color: #33257e;
	text-align: center;
	font-size: 11px;
	position: relative;
	padding: 7px 4px;
	/* min-height: 40px; */
}

.corpo .plan_card-ttl .note {
	position: absolute;
	bottom: 8px;
	right: 12px;
	font-size: 10px;
}

.corpo .plan_card-ttl .note.-btm {
	bottom: -5px;
	top: initial;
	right: 5px;
}

.corpo .plan_card-ttl .txt-sm {
	font-size: 8px;
}

.corpo .plan_card {
	margin: 0;
	width: 100%;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.corpo .plan {
		padding: 30px;
	}

	.corpo .plan_card-ttl .note {
		top: -1px;
		bottom: initial;
	}

	.corpo .plan_card-ttl .note.-btm {
		bottom: 16px;
	}

	.corpo .plan_card-ttl {
		padding: 10px 4px;
		font-size: 13px;
	}

	.corpo .plan_card-ttl .note {
		font-size: 12px;
	}

	.corpo .plan_card-ttl .txt-sm {
		font-size: 11px;
	}

	.corpo .plan_card {
		min-height: 285px;
	}

	.corpo .plan_inn {
		min-height: 285px;
	}
}

@media screen and (min-width: 992px) {
	.corpo .plan_card-ttl .txt-sm {
		font-size: 15px;
	}

	.corpo .plan_card-ttl {
		font-size: 17px;
	}

	.corpo .plan_card {
		min-height: 340px;
	}

	.corpo .plan_inn {
		min-height: 340px;
	}
}

.corpo .modal_content .plan_card-ttl .txt-sm {
	font-size: 15px;
}

.corpo .modal_content .plan_card-ttl {
	font-size: 16px;
}

.corpo .plan_desc {
	padding: 5px;
}

.corpo .plan_card-img {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 575px) {
	.corpo .plan_card {
		/* width: calc((100% / 2) - 12px); */
	}

	.corpo .plan_inn {
		width: calc((100% / 2) - 12px);
	}

	.corpo .modalcard .plan_card-img {
		max-width: 90%;
		width: 100%;
		margin: 0 auto;
	}

	.corpo .plan_card.-diff .plan_card-img {
		max-width: 100%;
	}

	.corpo .plan_card-img.-imgdiff {
		max-width: 74%;
	}

	.corpo .plan_inn:nth-child(2) .plan_card-img {
		max-width: 89%;
	}
}

.corpo .heading-prim {
	padding-top: 30px;
}

@media screen and (max-width: 767px) {
	section.corpo {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.corpo .heading-prim,
	.membership .heading-prim {
		padding-bottom: 30px;
	}
}

.corpo_lst {
	padding-top: 30px;
	/* padding-bottom: 50px; */
}

.corpo_itm.corpo_desc {
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	.corpo_itm.corpo_desc {
		display: flex;
	}
}

.corpo_itm span {
	padding-right: 8px;
}

.corpo_desc {
	font-size: 15px;
	line-height: 1.6;
}

.corpo .admission-btn {
	margin-top: 10px;
}

.corpo .plan_card.-diff {
	justify-content: space-between;
}

.modal_content .plan_card {
	min-width: 266px;
}

.membership {
}

.membership .membership_tbl {
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
	text-align: left;
}

.membership_tbl-wrap {
	position: relative;
	display: flex;
}

.membership_tbl-wrap:after {
	content: "";
	position: absolute;
	width: 97%;
	height: 1px;
	background-color: #000;
	bottom: 0;
	left: 10px;
}

.membership_tbl-wrap:last-child::after {
	content: none;
}

.membership_tbl .lft,
.membership_tbl .rgt {
	padding: 15px;
	line-height: 1.3;
}

.membership_tbl .lft {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	background-color: #a18dbe;
	width: 26%;
	display: flex;
	align-items: center;
}

.membership_tbl .rgt {
	font-size: 14px;
	background-color: #fff9e9;
	padding-left: 10px;
	width: 100%;
}

.membership_tbl .rgt.-diff {
	display: flex;
	align-items: center;
}

.membership_tbl .txt-bold {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
}

.membership_desc {
	font-size: 20px;
	letter-spacing: 2px;
	padding: 35px 0 0;
	text-align: center;
}

.membership_desc._tp {
	font-size: 20px;
	letter-spacing: 2px;
	padding: 35px 0 35px 0;
	text-align: center;
}

.form_wrapper {
	text-align: center;
	margin-top: 35px;
}

.membership .admission-btn {
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
	.membership_tbl .lft {
		font-size: 16px;
		width: 31%;
	}

	.membership_tbl .txt-bold {
		font-size: 16px;
	}

	.membership_tbl .lft,
	.membership_tbl .rgt {
		padding: 17px;
	}
}

@media screen and (max-width: 576px) {
	.membership_tbl .lft {
		font-size: 15px;
	}

	.membership_tbl .rgt {
		font-size: 15px;
	}

	.membership_tbl .txt-bold {
		font-size: 17px;
	}

	.membership_tbl .lft,
	.membership_tbl .rgt {
		padding: 10px;
	}

	.membership_tbl-wrap:after {
		width: 95%;
	}
}

.btm-nav {
	padding-top: 15px;
	padding-bottom: 40px;
}

@media screen and (max-width: 640px) {
	.btm-nav {
		padding-bottom: 30px;
	}
}

.btm-nav .btns {
	margin-bottom: 40px;
}

.btm-nav .btns_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}

.btm-nav .btns_wrap .btn {
	margin-bottom: 24px;
	margin-top: 0;
	padding-top: 0;
}

.btm-nav .btns_wrap .btn:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.btm-nav .btns {
		margin-bottom: 50px;
	}

	.btm-nav .btns_wrap {
		flex-direction: row;
	}

	.btm-nav .btns_wrap .btn {
		margin-bottom: 0;
	}
}

.btm-nav .btns_wrap .btn:hover {
	opacity: 0.7;
	transition: 0.3s ease all;
}

.LinkBtn {
	width: 100%;
	max-width: 850px;
	margin: 30px auto 20px;
}

.LinkBtn__list {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border: 3px solid #cecece;
}

.LinkBtn__listitem {
	width: calc(100% / 3);
	padding: 30px 35px;
	/* margin: 0 10px; */
	text-align: center;
	border-right: 3px solid #cecece;
	height: 337px;
}

.LinkBtn__listitem:last-child {
	border-right: none;
}

.LinkBtn__listitem a:hover {
	opacity: 0.7;
	transition: 0.3s ease all;
}

.LinkBtn__listitem p {
	margin-top: 16px;
	text-align: left;
	font-size: 11px;
	line-height: 2;
	color: #707070;
	font-family: "A-OTF-ShinGoPro-Regular", sans-serif;
}

@media screen and (max-width: 992px) {
	.LinkBtn__listitem {
		padding: 30px 20px;
	}
}

@media screen and (max-width: 768px) {
	.LinkBtn__listitem {
		padding: 30px 10px;
	}
}

@media screen and (max-width: 640px) {
	.LinkBtn {
		margin-bottom: 0;
	}

	.LinkBtn__list {
		display: block;
		border: none;
	}

	.LinkBtn__listitem:last-child {
		border-right: 3px solid #cecece;
	}

	.LinkBtn__listitem {
		width: 285px;
		padding: 20px 25px;
		margin: 0 auto 20px;
		border-right: none;
		border: 3px solid #cecece;
	}
}
.membership .heading-prim,
.corpo .heading-prim {
	font-size: 20px;
	color: #453290;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 10px;
	font-family: "HGPSoeiKakupoptai";
	font-weight: 400;
}
@media screen and (min-width: 576px) {
	.membership .heading-prim,
	.corpo .heading-prim {
		padding-bottom: 25px;
	}
}
@media screen and (min-width: 768px) {
	.membership .heading-prim,
	.corpo .heading-prim {
		font-size: 25px;
		padding-bottom: 30px;
	}
}
@media screen and (min-width: 992px) {
	.membership .heading-prim,
	.corpo .heading-prim {
		font-size: 30px;
	}
}

.ttl-row {
	position: absolute;
	top: 65%;
	left: 25%;
}
