@charset "utf-8";

/* fadein
---------------------------------------------------- */
.fadein {
	opacity: 0;
	transform: translate(0, 30px);
	transition: all 1000ms;
}

.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}


body,
html {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
}

main {
	display: block;
	flex: 1 0 auto;
}


/* index_mv
--------------------------------------------- */
.index_mv {
	width: 100%;
	display: block;
	text-align: center;
	background-image: url("../images/index/mv_bg.jpg");
	background-position: center center;
	background-size: cover;
}

.index_mv .contents {
	position: relative;
}

.index_mv .contents img {
	max-width: 100%;
}


/* index_about
--------------------------------------------- */
.index_about {
	padding: 115px 0 100px;
	background-image: url(../images/index/about_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.index_about a.btn {
	display: block;
	margin: 0 auto 40px;
	width: 600px;
	font-size: 24px;
	text-align: center;
	line-height: 74px;
	border-radius: 50px;
	background-color: #c04b19;
	color: #FFF;
	position: relative;
}

.index_about a.btn::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.index_about a.btn span {
	padding: 0 45px;
	background-image: url(../images/index/pen.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.index_about a.btn:hover {
	background-color: #dd6633;
}

.index_about ul {
	background-color: #00184a;
	border: 3px solid #c99629;
	padding: 115px 50px;
	background-image: url(../images/index/about_bg01.png), url(../images/index/about_bg02.png), url(../images/index/about_bg03.png);
	background-repeat: no-repeat;
	background-position: left top, left bottom, right center;
	background-size: auto, auto, auto 100%;
}

.index_about ul li {
	color: #FFF;
	font-size: 32px;
	line-height: 1.3;
	padding: 0 0 10px 30px;
	text-align: left;
	margin-bottom: 2.5em;
	text-shadow: 2px 2px 0px rgba(166, 128, 46, 1);
}

.index_about ul li:last-child {
	margin-bottom: 0;
}

.index_about .sblc {
	padding-top: 80px;
}

.index_about .sblc table.tbl {
	width: 620px;
}

.index_about .sblc table.tbl th {
	width: 130px;
}


/* index_greeting
--------------------------------------------- */
.index_greeting {
	padding: 100px 0;
}

.index_greeting .sblc {
	padding-top: 90px;
}

.index_greeting .sblc ul {
	display: grid;
	margin-bottom: 35px;
	column-gap: 20px;
	row-gap: 40px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.index_greeting .sblc ul li figure {
	height: 0;
	padding-bottom: 85%;
	position: relative;
	overflow: hidden;
}

.index_greeting .sblc ul li figure img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition-duration: 0.5s;
}

.index_greeting .sblc ul li a:hover figure img {
	transform: scale(1.15, 1.15);
}

.index_greeting .sblc ul li .name {
	padding: 10px 0;
	background-image: url(../images/index/player_bg.jpg);
	background-position: center center;
	background-size: cover;
}

.index_greeting .sblc ul li .name p {
	color: #FFF;
	line-height: 1.2;
	text-align: center;
	display: table;
	margin: 0 auto;
	padding: 0 22px;
	background-image: url(../images/index/link.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.index_greeting .sblc ul li .name p span {
	display: block;
	font-size: 24px;
}


/* index_outline
--------------------------------------------- */
.index_outline {
	padding: 100px 0;
}

.index_outline .sblc {
	padding-top: 90px;
}

table.tbl td.text_wrapper {
	position: relative;
	padding-bottom: 70px;
}

table.tbl td .text {
	height: 140px;
	overflow: hidden;
}

table.tbl td .show_more1 {
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100%;
	height: 30px;
	padding-top: 100px;
	text-align: center;
	line-height: 30px;
	background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 70%);
	cursor: pointer;
	transition: bottom 0.2s;
}

table.tbl td .active {
	background: none;
	padding-bottom: 20px;
	bottom: 0;
}


/* index_scramble
--------------------------------------------- */
.index_scramble {
	padding: 100px 0;
}

.index_scramble .sblc {
	padding-top: 65px;
}

.index_scramble .text_wrapper {
	position: relative;
	padding-bottom: 70px;
}

.index_scramble .text {
	height: 60px;
	overflow: hidden;
}

.index_scramble .show_more2 {
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100%;
	height: 30px;
	padding-top: 100px;
	text-align: center;
	line-height: 30px;
	background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 70%);
	cursor: pointer;
	transition: bottom 0.2s;
}

.index_scramble .active {
	background: none;
	padding-bottom: 20px;
	bottom: 0;
}

.index_scramble ol li {
	list-style: inherit;
	margin-left: 25px;
}

.index_scramble .dohan {
	margin-top: 30px;
	display: block;
}

.index_scramble .dohan img {
	max-width: 100%;
}

.index_scramble .timetable li {
	margin-top: 30px;
}

.index_scramble .timetable li .cf {
	margin-top: 30px;
}

.index_scramble .timetable li .ttl_h4+.cf {
	margin-top: 10px;
}

.index_scramble .timetable li .cf img {
	float: left;
	margin-right: 50px;
}

.index_scramble .timetable li .cf:has(> img) .inner {
	padding-left: 410px;
}

.index_scramble .timetable li .cf h5 {
	font-size: 18px;
	font-family: 'notosansjp-bold';
}

.index_scramble .timetable li .cf p+h5 {
	padding-top: 25px;
}

.index_scramble p+.team {
	margin-top: 30px;
}

.index_scramble .team {
	padding: 35px 20px;
	border: 1px solid #c99629;
	background-color: #e1e1e1;
}

.index_scramble .team h4 {
	font-size: 18px;
	font-family: 'notosansjp-bold';
}

.index_scramble .team p {
	padding-top: 20px;
}

.index_scramble .team ul {
	margin-top: 5px;
	display: grid;
	grid-template-columns: 360px 50px 1fr;
}

.index_scramble .team ul li {
	text-align: center;
	padding: 22px 0;
}

.index_scramble .team ul li:nth-child(2) {
	font-size: 30px;
	line-height: 0.9;
}

.index_scramble .team ul li.man {
	background-color: #080743;
	color: #FFF;
}

.index_scramble .team ul li.woman {
	background-color: #df1163;
	color: #FFF;
}

.index_scramble .team ul li:last-child {
	padding: 0;
	display: grid;
	column-gap: 30px;
	grid-template-columns: 1fr 1fr 1fr;
}

.index_scramble .team ul li:last-child div {
	background-color: #FFF;
	padding: 22px 0;
}

.index_scramble .team_arr {
	text-align: center;
	line-height: 80px;
	font-size: 24px;
	background-image: url(../images/index/team_arr.png);
	background-position: center;
	background-repeat: no-repeat;
}


/* index_club
--------------------------------------------- */
.index_club {
	padding: 100px 0;
}

.index_club .club_box {
	display: grid;
	column-gap: 40px;
	grid-template-columns: 500px 1fr;
}

.index_club .club_box figure img {
	width: 100%;
	padding-bottom: 15px;
}

.index_club .club_box .inner .ttl_h3 {
	text-align: left;
	font-size: 32px;
	padding-top: 40px;
}

.index_club h4 {
	font-size: 24px;
	padding-bottom: 20px;
}

.index_club .sblc {
	padding-top: 50px;
}

.index_club .sblc .gmap {
	position: relative;
	padding: 0;
	height: 0;
	padding-bottom: 45%;
	overflow: hidden;
}

.index_club .sblc .gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.index_club a.anc_btn {
	display: block;
	margin: 60px auto 0;
	width: 500px;
	font-size: 24px;
	text-align: center;
	line-height: 74px;
	border-radius: 50px;
	background-color: #238dd8;
	color: #FFF;
	position: relative;
}

.index_club a.anc_btn:hover {
	background-color: #54a9e5;
}

.index_club a.anc_btn::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}


/* index_partner
--------------------------------------------- */
.index_partner {
	padding: 100px 0 0;
}

.index_partner .platinum {
	display: grid;
	column-gap: 20px;
	row-gap: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.index_partner .platinum li figure {
	height: 0;
	padding-bottom: 75%;
	position: relative;
	overflow: hidden;
}

.index_partner .platinum li figure img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition-duration: 0.5s;
}

.index_partner .platinum li a:hover figure img {
	transform: scale(1.15, 1.15);
}

.index_partner .platinum+.ttl_h3 {
	margin-top: 80px;
}

.index_partner .gold {
	display: grid;
	column-gap: 20px;
	row-gap: 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.index_partner .gold li figure {
	height: 0;
	padding-bottom: 75%;
	position: relative;
	overflow: hidden;
}

.index_partner .gold li figure img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition-duration: 0.5s;
}

.index_partner .gold li a:hover figure img {
	transform: scale(1.15, 1.15);
}


/* index_faq
--------------------------------------------- */
.index_faq {
	padding: 100px 0;
}

.accordion01 {
	margin-top: 40px;
}

.accordion01 dt {
	font-size: 30px;
	color: #c99629;
	border-bottom: 1px solid #c99629;
	position: relative;
	padding: 0 40px;
}

.accordion01 dt::before {
	content: "Q.";
	position: absolute;
	left: 0;
	top: 0;
}

.accordion01 dt::after {
	content: "＋";
	position: absolute;
	right: 0;
	top: 0;
}

.accordion01 dt.open::after {
	content: "－";
}

.accordion01 dd {
	position: relative;
	padding-left: 40px;
	padding-top: 20px;
	display: none;
}

.accordion01 dd::before {
	content: "A.";
	position: absolute;
	left: 12px;
	top: 20px;
}


/* btn_area
--------------------------------------------- */
.btn_area {
	padding: 50px 0;
	background-image: url(../images/index/btn_area.jpg);
	background-position: center center;
	background-size: cover;
}

.btn_area h2 {
	text-align: center;
	font-size: 36px;
	font-family: 'notosansjp-bold';
}

.btn_area p {
	text-align: center;
	font-size: 24px;
	padding-bottom: 50px;
}

.btn_area ul {
	display: grid;
	column-gap: 80px;
	grid-template-columns: 1fr 1fr;
}

.btn_area ul li {
	border-radius: 50px;
}

.btn_area ul li:nth-child(1) {
	border: 2px solid #c04b19;
}

.btn_area ul li:nth-child(2) {
	border: 2px solid #306f85;
}

.btn_area ul li a {
	display: block;
	width: 100%;
	font-size: 24px;
	text-align: center;
	line-height: 68px;
	box-sizing: border-box;
	border-radius: 50px;
	color: #FFF;
	position: relative;
	border: 4px solid #FFF;
}

.btn_area ul li:nth-child(1) a {
	background-color: #c04b19;
}

.btn_area ul li:nth-child(2) {
	background-color: #306f85;
}

.btn_area ul li:nth-child(1) a:hover {
	background-color: #dd6633;
}

.btn_area ul li:nth-child(2) a:hover {
	background-color: #238dd8;
}

.btn_area ul li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn_area ul li a span {
	background-position: left center;
	background-repeat: no-repeat;
}

.btn_area ul li:nth-child(1) a span {
	padding: 0 45px;
	background-image: url(../images/index/pen.png);
}

.btn_area ul li:nth-child(2) a span {
	padding: 0 48px;
	background-image: url(../images/index/mail.png);
}


/* tbl
---------------------------------------------------- */
table.tbl {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-top: 1px solid #cecece;
}

table.tbl tr {
	border-bottom: 1px solid #cecece;
}

table.tbl th {
	padding: 25px 20px;
	text-align: left;
	width: 200px;
	color: #c99629;
	font-weight: normal;
	vertical-align: top;
	box-sizing: border-box;
}

table.tbl td {
	padding: 25px 20px;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
}

table.tbl td a {
	color: #238dd8;
}

table.tbl td a:hover {
	text-decoration: underline;
}


/* symbol
---------------------------------------------------- */
.symbol {
	display: block;
	width: 400px;
	margin: 70px auto 70px;
}


/* partner
---------------------------------------------------- */
table.partner {
	width: 100%;
	margin: 0 auto;
	table-layout: fixed;
	border-collapse: collapse;
	border-top: 1px solid #cecece;
	line-height: 30px;
	margin-bottom: 30px;
}

table.partner tr {
	border-bottom: 1px solid #cecece;
}

table.partner th {
	width: 35%;
	padding: 25px 20px;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	box-sizing: border-box;
}

table.partner td {
	padding: 25px 20px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	color: #FFF;
}

table.partner td:nth-child(2) {
	background-color: #bea563;
}

table.partner td:nth-child(3) {
	background-color: #979797;
}

table.partner td span {
	font-size: 30px;
	font-family: 'notosansjp-bold';
}


/* list
---------------------------------------------------- */
ul.list li {
	position: relative;
	padding-left: 1em;
}

ul.list li::before {
	content: "■";
	position: absolute;
	left: 0;
}


/* mv
---------------------------------------------------- */
.mv {
	padding: 20px 0;
	background-color: #00184a;
	text-align: center;
}

.mv img {
	width: 160px;
	padding-bottom: 20px;
}

.mv h1 {
	font-size: 30px;
	color: #d9b465;
	font-family: 'notosansjp-bold';
}


/* form_h2
---------------------------------------------------- */
.form_h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}


/* contact_tbl
---------------------------------------------------- */
table.contact_tbl {
	width: 100%;
	margin-top: 30px;
	border-collapse: collapse;
}

table.contact_tbl th {
	padding: 20px 0;
	text-align: left;
	width: 320px;
	color: #333333;
	font-weight: normal;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

table.contact_tbl2 th {
	font-size: 30px;
}

table.contact_tbl2 th span.req,
table.contact_tbl2 th span.nini {
	margin-top: 14px;
}

table.contact_tbl td {
	padding: 20px 0 20px 20px;
	text-align: left;
	vertical-align: middle;
}

table.contact_tbl td label {
	margin: 15px 0;
	display: table;
}

table.contact_tbl2 td h4 {
	font-size: 18px;
	font-weight: normal;
	color: #f0c46e;
	margin: 0 0 5px;
}


/* contact
---------------------------------------------------- */
table td input[type=text],
table td input[type=email],
table td input[type=tel] {
	width: 100%;
	height: 74px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 0 10px 0 10px;
	border: 1px solid #333333;
	margin-top: 0px;
	font-size: 18px;
	background-color: #FFF;
	display: inline-block;
	font-family: 'notosansjp-medium';
	box-sizing: border-box;
}

table td textarea {
	width: 100%;
	height: 290px;
	display: block;
	margin-top: 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 5px 10px 5px 10px;
	border: 1px solid #333333;
	font-size: 18px;
	background-color: #FFF;
	font-family: 'notosansjp-medium';
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-sizing: border-box;
}

table td label {
	margin-right: 0;
}

.formBt {
	margin: 50px auto 0;
	text-align: center;
}

.btn_2line .formBt,
.btn_2line .formBt input {
	margin: 0;
	width: 100%;
}

.formBt input {
	display: block;
	width: 600px;
	font-size: 24px;
	max-width: 100%;
	background-color: #c04b19;
	color: #FFF;
	border: 1px solid #FFF;
	text-align: center;
	margin: 60px auto 0;
	line-height: 74px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-image: url("../images/common/arr.png");
	background-position: right 25px center;
	background-repeat: no-repeat;
	font-family: 'notosansjp-medium';
	border-radius: 50px;
	transition: all .2s ease-in;
}

.formBt input:hover {
	background-color: #dd6633;
}

table th span.req {
	background-color: #ff0000;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
	line-height: 30px;
	position: inherit;
	padding: 0px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

table th span.nini {
	background-color: #666666;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	float: right;
	line-height: 30px;
	position: inherit;
	padding: 0px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

input[type="submit"],
input[type="button"] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

::placeholder {
	color: #bfbfbf;
}

.contact_privacy {
	text-align: center;
	margin-top: 20px;
}

.contact_privacy p {
	padding: 20px 0;
}


/* form_tbl
---------------------------------------------------- */
table.form_tbl {
	width: 100%;
	border-collapse: collapse;
}

table.form_tbl th {
	padding: 10px 0;
	display: block;
	text-align: left;
	font-size: 30px;
	position: relative;
	width: 100%;
	font-weight: normal;
	vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

table.form_tbl th span.req,
table.form_tbl th span.nini {
	float: none;
	display: inline-block;
	margin: 10px 0 0 20px;
	position: absolute;
}

table.form_tbl td {
	padding: 0 0 50px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

table.form_tbl td h3 {
	font-size: 24px;
	font-weight: normal;
	padding-left: 50px;
	position: relative;
	margin: 40px 0 10px;
}

table.form_tbl td h3::before {
	position: absolute;
	content: "";
	left: 0;
	top: 20px;
	width: 34px;
	height: 1px;
	background-color: #f0c46e;
}

table.form_tbl td h4 {
	font-size: 18px;
	font-weight: normal;
	color: #f0c46e;
	margin: 25px 0 5px;
}

table.form_tbl td label {
	display: block;
	margin-top: 15px;
}


/* checkbox
---------------------------------------------------- */
.checkbox-input {
	display: none;
}

.checkbox-parts {
	padding-left: 35px;
	position: relative;
	margin-right: 20px;
	line-height: 1;
}

.checkbox-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	background-color: #FFF;
	border: 1px solid #333333;
}

.checkbox-input:checked+.checkbox-parts::after {
	position: absolute;
	top: 0;
	left: 8px;
	transform: rotate(50deg);
	width: 8px;
	height: 15px;
	border-right: 4px solid #071830;
	border-bottom: 4px solid #071830;
	content: '';
}


/* radio-input
---------------------------------------------------- */
.radio-input {
	display: none;
}

.radio-parts {
	padding-left: 35px;
	position: relative;
	margin-right: 20px;
	line-height: 1;
}

.radio-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 28px;
	height: 28px;
	border: 1px solid #333333;
	background-color: #FFF;
	border-radius: 50%;
}

.radio-input:checked+.radio-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 4px;
	width: 22px;
	height: 22px;
	background: #071830;
	border-radius: 50%;
}


/* btn_2line
---------------------------------------------------- */
.btn_2line {
	margin-top: 50px;
	text-align: center;
}

.btn_2line li {
	display: inline-block;
	width: 38%;
	margin: 0 5%;
	vertical-align: bottom;
}

.btn_2line li a {
	display: block;
	width: 100%;
	font-size: 24px;
	max-width: 100%;
	background-color: #c04b19;
	color: #FFF;
	border: 1px solid #FFF;
	text-align: center;
	line-height: 74px;
	box-sizing: border-box;
	background-image: url("../images/common/arr.png");
	background-position: right 25px center;
	background-repeat: no-repeat;
	border-radius: 50px;
	transition: all .2s ease-in;
}

.btn_2line li a:hover {
	background-color: #dd6633;
}


/* kiyaku
---------------------------------------------------- */
.kiyaku {
	margin-top: 20px;
	background-color: #FFF;
	padding: 20px;
	color: #333333;
	height: 360px;
	overflow: auto;
	border: 1px solid #333333;
}

.kiyaku .ttl {
	text-align: center;
	font-size: 24px;
	margin: 0;
}

.kiyaku .ttl2 {
	text-align: center;
}

.kiyaku p {
	margin-top: 30px;
}

.kiyaku a {
	color: #44b0e8;
}

.kiyaku a:hover {
	text-decoration: underline;
}

dl.terms_list01 {
	margin-left: 3.5em;
}

dl.terms_list01 dd {
	margin-top: 10px;
	list-style-type: none;
	counter-increment: cnt;
}

dl.terms_list01 dd::before {
	content: "(" counter(cnt) ") ";
	display: inline-block;
	margin-left: -3em;
	margin-right: -1em;
	width: 3em;
	color: #333;
}

ol.terms_list02 {
	margin-left: 2.0em;
}

ol.terms_list02 li {
	list-style-type: decimal;
	margin-top: 10px;
}

ol.terms_list02 li dl dd {
	margin-top: 0;
}

ol.terms_list03 li {
	list-style-type: none;
}

ol.terms_list03 li::before {
	display: inline-block;
	margin-left: -0.3em;
	margin-right: -0.3em;
}

ol.terms_list03 li:nth-child(odd) {
	display: flex;
	float: left;
	height: inherit;
}

ol.terms_list03 li:nth-child(even) {
	display: flex;
}

ol.terms_list04 li {
	clear: both;
	list-style-type: disc;
	margin-left: 1.8em;
}

.date_left {
	text-align: right;
	display: inline-block;
	width: 100%;
}

/* errFont
---------------------------------------------------- */
.errFont {
	color: #dc3545;
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
}

@media screen and (max-width: 1000px) {

	/* index_mv
--------------------------------------------- */
	.index_mv {
		height: auto;
	}

	.index_mv img {
		max-width: 100%;
	}


	/* index_greeting
--------------------------------------------- */
	.index_greeting .sblc ul {
		column-gap: 20px;
		row-gap: 30px;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.index_greeting .sblc ul li .name {
		padding: 10px 0;
		background-image: url(../images/index/player_bg.jpg);
		background-position: center center;
		background-size: cover;
	}


	/* index_scramble
--------------------------------------------- */
	.index_scramble .team ul {
		margin-top: 5px;
		display: grid;
		grid-template-columns: 240px 50px 1fr;
	}


	/* index_club
--------------------------------------------- */
	.index_club .club_box {
		column-gap: 30px;
		grid-template-columns: 300px 1fr;
	}

	.index_club .club_box .inner .ttl_h3 {
		padding-top: 0;
	}


	/* btn_area
--------------------------------------------- */
	.btn_area ul {
		column-gap: 10px;
	}

	.btn_area ul li a {
		font-size: 20px;
	}

	.btn_area ul li a span {
		padding: 0 35px;
		background-size: 28px auto;
	}

}


@media only screen and (max-width: 767px) {

	/* index_mv
--------------------------------------------- */
	.index_mv {
		height: auto;
		padding: 0;
	}

	.index_mv .contents {
		position: inherit;
		max-width: 100%;
	}


	/* index_about
--------------------------------------------- */
	.index_about {
		padding: 50px 0 50px;
	}

	.index_about a.btn {
		margin: 0 auto 30px;
		width: 100%;
		font-size: 20px;
		line-height: 60px;
	}

	.index_about a.btn span {
		padding: 0 35px;
		background-size: 20px auto;
	}

	.index_about ul {
		border: 2px solid #c99629;
		padding: 30px;
		background-size: 16% auto, 50% auto, auto 100%;
	}

	.index_about ul li {
		font-size: 18px;
		padding: 0;
		margin-bottom: 1em;
		background-size: 32px auto;
	}

	.index_about ul li:last-child {
		margin-bottom: 0;
	}

	.index_about .sblc {
		padding-top: 40px;
	}

	.index_about .sblc table.tbl {
		width: 100%;
	}

	.index_about .sblc table.tbl th {
		width: 100%;
	}


	/* index_greeting
--------------------------------------------- */
	.index_greeting {
		padding: 50px 0;
	}

	.index_greeting .greeting_box {
		text-align: left;
	}

	.index_greeting .sblc {
		padding-top: 50px;
	}

	.index_greeting .sblc ul {
		margin-bottom: 20px;
		column-gap: 10px;
		row-gap: 10px;
		grid-template-columns: 1fr 1fr;
	}

	.index_greeting .sblc ul li .name p {
		padding: 0 18px;
		font-size: 12px;
	}

	.index_greeting .sblc ul li .name p span {
		font-size: 16px;
	}


	/* index_outline
--------------------------------------------- */
	.index_outline {
		padding: 50px 0;
	}

	.index_outline .sblc {
		padding-top: 50px;
	}


	/* index_scramble
--------------------------------------------- */
	.index_scramble {
		padding: 50px 0;
	}

	.index_scramble .sblc {
		padding-top: 50px;
	}

	.index_scramble ol li {
		list-style: inherit;
		margin-left: 25px;
	}

	.index_scramble .dohan {
		margin-top: 20px;
	}

	.index_scramble .timetable li .cf img {
		float: none;
		width: 100%;
		margin: 0 auto 20px;
	}

	.index_scramble .timetable li .cf:has(> img) .inner {
		padding-left: 0;
	}

	.index_scramble .team {
		padding: 20px 20px;
	}

	.index_scramble .team ul {
		grid-template-columns: 1fr;
	}

	.index_scramble .team ul li {
		padding: 10px 0;
	}

	.index_scramble .team ul li:last-child div {
		padding: 10px 0;
	}

	.index_scramble .team_arr {
		font-size: 20px;
		background-size: 80px auto;
	}


	/* index_club
--------------------------------------------- */
	.index_club {
		padding: 50px 0;
	}

	.index_club .club_box {
		display: block;
	}

	.index_club .club_box figure img {
		width: 100%;
		padding-bottom: 15px;
	}

	.index_club .club_box .inner .ttl_h3 {
		text-align: center;
		font-size: 25px;
		padding-top: 10px;
	}

	.index_club h4 {
		font-size: 20px;
		padding-bottom: 20px;
		text-align: center;
	}

	.index_club .sblc {
		padding-top: 50px;
	}

	.index_club .sblc .gmap {
		padding-bottom: 60%;
	}

	.index_club a.anc_btn {
		margin: 30px auto 0;
		width: 100%;
		font-size: 20px;
		line-height: 60px;
	}


	/* index_partner
--------------------------------------------- */
	.index_partner {
		padding: 50px 0 0;
	}

	.index_partner .platinum {
		column-gap: 10px;
		row-gap: 10px;
		grid-template-columns: 1fr 1fr;
	}

	.index_partner .platinum+.ttl_h3 {
		margin-top: 40px;
	}

	.index_partner .gold {
		column-gap: 10px;
		row-gap: 10px;
		grid-template-columns: 1fr 1fr 1fr;
	}


	/* index_faq
--------------------------------------------- */
	.index_faq {
		padding: 50px 0;
	}

	.accordion01 {
		margin-top: 25px;
	}

	.accordion01 dt {
		font-size: 18px;
		padding: 0 30px 5px;
	}

	.accordion01 dt::before {
		content: "Q.";
	}

	.accordion01 dd {
		padding-left: 30px;
		padding-top: 10px;
	}

	.accordion01 dd::before {
		left: 8px;
		top: 10px;
	}


	/* btn_area
--------------------------------------------- */
	.btn_area h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.btn_area p {
		font-size: 15px;
		padding-bottom: 0;
	}

	.btn_area ul {
		display: block;
	}

	.btn_area ul li {
		margin-top: 15px;
	}

	.btn_area ul li a {
		font-size: 20px;
		line-height: 58px;
	}

	.btn_area ul li:nth-child(1) a span {
		padding: 0 35px;
		background-size: 20px auto;
	}

	.btn_area ul li:nth-child(2) a span {
		padding: 0 35px;
		background-size: 20px auto;
	}


	/* tbl
---------------------------------------------------- */
	table.tbl th {
		padding: 10px 10px 5px;
		display: block;
		width: 100%;
	}

	table.tbl td {
		padding: 0 10px 10px;
		display: block;
		width: 100%;
	}


	/* symbol
---------------------------------------------------- */
	.symbol {
		width: 60%;
		margin: 30px auto 30px;
	}


	/* partner
---------------------------------------------------- */
	table.partner {
		line-height: 1.5;
		margin-bottom: 20px;
	}

	table.partner th {
		width: 140px;
		padding: 5px 0;
		text-align: center;
	}

	table.partner td {
		padding: 5px 0;
	}

	table.partner td:nth-child(2) {
		background-color: #bea563;
	}

	table.partner td:nth-child(3) {
		background-color: #979797;
	}

	table.partner td span {
		font-size: 30px;
		font-family: 'notosansjp-bold';
	}


	/* mv
---------------------------------------------------- */
	.mv h1 {
		font-size: 20px;
		color: #d9b465;
		font-family: 'notosansjp-bold';
	}


	/* form_h2
---------------------------------------------------- */
	.form_h2 {
		font-size: 18px;
		text-align: center;
	}


	/* contact_tbl
---------------------------------------------------- */
	table.contact_tbl {
		width: 100%;
		border-collapse: collapse;
	}

	table.contact_tbl th {
		padding: 5px 0 10px;
		display: block;
		text-align: left;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		border-bottom: none;
	}

	table.contact_tbl td {
		padding: 0 0 15px;
		display: block;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}

	table.contact_tbl td label {
		margin: 0 0 15px;
	}

	table.contact_tbl2 th {
		font-size: 22px;
	}

	table.contact_tbl2 th span.req,
	table.contact_tbl2 th span.nini {
		margin-top: 4px;
	}

	table.contact_tbl td textarea {
		margin: 0;
	}


	/* contact
---------------------------------------------------- */
	table td input[type=text],
	table td input[type=email],
	table td input[type=tel] {
		height: 64px;
		font-size: 15px;
	}

	table td textarea {
		height: 200px;
		font-size: 15px;
	}

	table th span.req {
		font-size: 15px;
		line-height: 25px;
	}

	table th span.nini {
		font-size: 15px;
		line-height: 25px;
	}

	.formBt {
		margin: 20px auto 0;
	}

	.formBt input {
		font-size: 20px;
		line-height: 64px;
		margin: 20px auto 0;
	}


	/* form_tbl
---------------------------------------------------- */
	table.form_tbl th {
		font-size: 24px;
	}

	table.form_tbl th span.req,
	table.form_tbl th span.nini {
		margin: 3px 0 0 20px;
	}

	table.form_tbl td h3 {
		font-size: 20px;
		margin: 30px 0 10px;
	}

	table.form_tbl td h3::before {
		top: 15px;
	}

	table.form_tbl td h4 {
		font-size: 18px;
		font-weight: normal;
		color: #f0c46e;
		margin: 25px 0 5px;
	}

	table.form_tbl td label {
		display: block;
		margin-top: 15px;
	}

	.checkbox-input {
		display: none;
	}

	.checkbox-parts {
		padding-left: 35px;
		position: relative;
		margin-right: 20px;
		line-height: 1;
	}

	.checkbox-parts::before {
		width: 24px;
		height: 24px;
	}


	/* radio-input
---------------------------------------------------- */
	.radio-parts::before {
		width: 24px;
		height: 24px;
	}

	.radio-input:checked+.radio-parts::after {
		top: 3px;
		left: 4px;
		width: 16px;
		height: 16px;
	}


	/* btn_2line
---------------------------------------------------- */
	.btn_2line {
		text-align: center;
	}

	.btn_2line li {
		display: block;
		width: 95%;
		margin: 0 auto;
	}

	.btn_2line .formBt input {
		margin: 20px 0 0;
	}

	.btn_2line li a {
		font-size: 20px;
		line-height: 64px;
	}


	/* kiyaku
---------------------------------------------------- */
	.kiyaku {
		height: 240px;
	}

	.kiyaku .ttl {
		font-size: 20px;
	}

}