@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input,select,textarea,button
{ outline: none; }
abbr, acronym
{ border: 0;}
/* *, *:before, *::after 
{ box-sizing: border-box; } */


body {
	letter-spacing: 0;
}

@media screen and (min-width: 1100px) {
	/*common*/
	a {
		text-decoration: none;
		transition: all 0.5s !important;
		-moz-transition: all 0.5s !important; /* Firefox */
		-webkit-transition: all 0.5s !important; /* Chrome&Safari */
	}
	
	.op img,
	.op {
		transition: all 0.5s !important;
		-moz-transition: all 0.5s !important; /* Firefox */
		-webkit-transition: all 0.5s !important; /* Chrome&Safari */
		cursor: pointer;
	}
	
	.op:hover img,
	.op:hover {
		opacity: .7;
		-webkit-opacity: .7;
		-moz-opacity: .7;
	}
}


/* !Layout
---------------------------------------------------------- */
.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

.is-hide {
	display: none;
}

.inner {
	max-width: 1160px;
	width: 100%;
	padding: 0 80px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width: 900px) {
	.inner {
		padding: 0 16px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/*** スマホ 320px ~ 700px***/
@media screen and (max-width: 700px) {
	.pc {
		display: none !important;
	}
	
	.sp {
		display: block !important;
	}
	
}



/* ! main-visual
---------------------------------------------------------- */
#main-visual {
	position: relative;
}

#main-visual .kv {
	width: 100%;
}

#main-visual .kv img {
	width: 100%;
}


/* contents
-----------------------------------------------------------*/
main div:not(.bread),
main div:not(.bread)::after,
main div:not(.bread)::before,
main p,
main p::after,
main p::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#contents {
	overflow: hidden;
	background-color: #F6FBFF;
}

.comment-section {
	position: relative;
	padding: 24px 0 80px;
}

.comment-section::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 24px;
	background: #2A8089;
}

.section-head {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	padding: 33px 12px 31px;
	background: #1D2088;
	color: #F6FBFF;
	margin-bottom: 80px;
}

/**intro**/
.intro {
	background: url('../images/02-intro/bg-intro-pc.jpg') no-repeat;
	background-size: cover;
	padding-top: 103px;
}

.intro-wrap {
	padding: 0 12px;
	max-width: 762px;
	width: 100%;
	margin: 0 auto;
}

.intro-head .title,
.intro-head .title span {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.38;
	text-align: center;
	color: #1D2088;
}

.intro-head .text {
	font-size: 16px;
	line-height: 2;
	margin-top: 24px;
	color: #0D0F47;
}

@media screen and (max-width: 800px) {
	.intro-head .title,
	.intro-head .title span {
		font-size: 32px;
	}
}

/*** 320px ~ 700px***/
@media screen and (max-width: 700px) {
	.comment-section {
		padding-bottom: 80px;
	}
	
	.section-head {
		font-size: 32px;
		line-height: 1.5;
		padding: 33px 0 31px;
		margin-bottom: 48px;
	}
	
	/**intro**/
	.intro {
		padding-top: 104px;
		background: url('../images/02-intro/bg-intro-sp.jpg') no-repeat;
		background-size: cover;
	}
	
	.intro-wrap {
		padding: 0;
	}
	
	.intro-head {
		width: calc(100% + 16px);
		margin-left: -8px;
	}
	
	.intro-head .title {
		font-size: 32px;
		line-height: 1.68;
		white-space: nowrap;
	}
	
	.intro-head .title .eng {
		font-size: 26px;
		display: block;
	}
	
	.intro-head .text {
		margin-top: 48px;
		font-size: 20px;
		line-height: 1.75;
	}
}

/** choice 選べる2つの使い方！**/
.choice {
	position: relative;
	padding-bottom: 0;
}

.choice .section-head {
	position: relative;
	z-index: 3;
	margin-bottom: 0;
}

.choice .section-head::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 24px;
	background: #2A8089;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.choice-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.choice-item {
	width: 50%;
	position: relative;
	z-index: 2;
	padding: 80px 0 56px;
}

.choice-item.item01 {
	padding-right: 40px;
}

.choice-item.item02 {
	padding-left: 40px;
}

.choice-item::before,
.choice-item::after {
	content: '';
	position: absolute;
	top: 0;
	z-index: -1;
	width: 50vw;
	height: 100%;
}

.choice-item.item01::before {
	right: 0;
	background: #8EBCDF;
}

.choice-item.item02::after {
	left: 0;
	background: #1D2088;
}

.choice-head {
	margin-bottom: 24px;
	text-align: center;
}

.choice-head .title01 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #0D0F47;
	margin-bottom: 8px;
}

.choice-item.item02 .choice-head .title01 {
	color: #F6FBFF;
}

.choice-head .title01 span {
	font-size: 18px;
	font-weight: 500;
}

.choice-head .title02 {
	display: inline-block;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	color: #F6FBFF;
	background: #E47D05;
	padding: 0 24px;
}

.choice-image {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 23px;
}

.choice-image img {
	width: 100%;
}

.choice-text,
.choice-text span {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.75;
	color: #0D0F47;
}

.choice-item.item02 .choice-text {
	color: #F6FBFF;
}

.choice-text .yellow {
	color: #FCCF00;
	font-weight: 700;
}

.choice-text .underline {
	position: relative;
	font-weight: 700;
	display: inline-block;
}

.choice-item.item02 .choice-text .underline {
	color: #F6FBFF;
}

.choice-text .underline::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 4px;
	background: #FCCF00;
}

.choice-btn {
	padding: 80px 0;
	position: relative;
}

.choice-btn::before {
	content: '';
	position: absolute;
	left: -100%;
	top: 0;
	z-index: -1;
	width: calc(100% + 100vw);
	background: #F6FBFF;
	height: 100%;
}

.choice-btn a {
	display: block;
	max-width: 466px;
	width: 100%;
	margin: 0 auto;
}

.choice-btn a img {
	width: 100%;
}

.choice-btn .note {
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.75;
	color: #0D0F47;
}

@media screen and (max-width: 750px) {
	.choice-item.item01 {
		padding-right: 20px;
	}
	
	.choice-item.item02 {
		padding-left: 20px;
	}
}
/*** 320px ~ 700px***/
@media screen and (max-width: 700px) {
	.choice {
		position: relative;
		padding-bottom: 0;
	}
	
	.choice-section {
		display: block;
	}
	
	.choice-item {
		max-width: calc(100% - 32px);
		width: 100%;
		margin: 0 auto;
		position: relative;
		padding-bottom: 48px;
	}
	
	.choice-item.item01 {
		padding-top: 72px;
		padding-right: 0;
	}
	
	.choice-item.item02 {
		padding-top: 48px;
		padding-left: 0;
	}

	.choice-item::before,
	.choice-item::after {
		content: '';
		position: absolute;
		top: 0;
		z-index: -1;
		width: calc(100% + 64px);
		height: 100%;
	}

	.choice-item.item01::before {
		right: auto;
		left: -32px;
	}


	.choice-item.item02::after {
		left: -32px;
	}
	
	.choice-head {
		margin-bottom: 24px;
		text-align: center;
	}
	
	.choice-head .title01 {
		font-size: 20px;
	}
	
	.choice-head .title01 span {
		font-size: 16px;
	}
	
	.choice-head .title02 {
		font-size: 26px;
	}
	
	.choice-text,
	.choice-text span {
		font-size: 20px;
	}
	
	.choice-btn {
		padding: 80px 0 80px;
	}
	
	.choice-btn a {
		max-width: 327px;
	}
	
	.choice-btn .note {
		max-width: 327px;
		width: 100%;
		margin: 20px auto 0;
		text-align: left;
	}
	
}

/** letsgo **/
.letsgo {
	background: #D0ECEF;
}

.letsgo-item {
	background: #F6FBFF;
	border-radius: 12px;
	border: 4px solid #2A8089;
	padding: 32px 50px;
	position: relative;
}

.letsgo-item+.letsgo-item {
	margin-top: 144px;
}

.letsgo-item+.letsgo-item::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 2;
	width: 135px;
	height: 49px;
	background: url('../images/common/arrow-g.svg') no-repeat;
	background-size: cover;
	-webkit-transform: translate(-50%,-100%);
	transform: translate(-50%,-100%);
	margin-top: -48px;
}

.letsgo-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 27px;
}

.letsgo-head .number {
	min-width: 177px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 28px;
	min-height: 42px;
	font-weight: 700;
	line-height: 1.5;
	padding: 1px 24px;
	border-radius: 100px;
	background: #1D2088;
	color: #fff;
}

.letsgo-head .title {
	margin-left: 16px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
	color: #1D2088;
}

.letsgo-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.letsgo-image {
	width: 367px;
	margin-right: 24px;
}

.letsgo-info {
	width: calc(100% - 391px);
}

.letsgo-info .text {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.75;
	color: #0D0F47;
}

.letsgo-box-btn {
	margin-top: 24px;
}

.letsgo-box-btn a {
	display: block;
	width: 100%;
}

.letsgo-box-btn a img {
	width: 100%;
}

.letsgo-box-btn .note {
	font-size: 15.05px;
	font-weight: 400;
	line-height: 1.73;
	margin-top: 8px;
	color: #0D0F47;
}

.meter-step {
	margin-top: 24px;
}

.letsgo-btn a {
	display: block;
	max-width: 466px;
	width: 100%;
	margin: 80px auto 0;
}

.letsgo-btn a img {
	width: 100%;
}

@media screen and (max-width: 1100px) {
	.letsgo-item {
	    padding: 32px 30px;
		border-radius: 8px;
	}
	
	.letsgo-head .number {
	    min-width: 140px;
	    font-size: 20px;
	    min-height: 40px;
	    padding: 1px 12px;
	}
	
	.letsgo-head .title {
		font-size: 18px;
	}
	
	.letsgo-image {
		width: 300px;
		margin-right: 20px;
	}
	
	.letsgo-info {
		width: calc(100% - 320px);
	}
}
/*** 320px ~ 700px***/
@media screen and (max-width: 700px) {
	
	.letsgo-item {
		width: calc(100% + 4px);
		margin-left: -2px;
		padding: 32px 18px;
		position: relative;
	}
	
	.letsgo-item+.letsgo-item {
		margin-top: 126px;
	}
	
	.letsgo-item+.letsgo-item::before {
		width: 84px;
		height: 32px;
		background-size: 100% auto;
	}
	
	.letsgo-head {
		display: block;
		text-align: center;
		margin-bottom: 32px;
	}
	
	.letsgo-head .number {
		margin-bottom: 16px;
		font-size: 24px;
		min-height: 40px;
	}
	
	.letsgo-head .title {
		text-align: center;
		margin-left: 0;
		font-size: 24px;
		white-space: nowrap;
	}
	
	.letsgo-box {
		display: block;
	}
	
	.letsgo-image {
		width: 100%;
		margin-right: 0;
	}
	
	.letsgo-info {
		margin-top: 16px;
		width: 100%;
	}
	
	.letsgo-info .text {
		font-size: 20px;
	}
	
	.letsgo-box-btn {
		margin-top: 32px;
	}
	
	.letsgo-box-btn a {
		display: block;
		max-width: 327px;
		width: 100%;
		margin: 0 auto;
	}
	
	.letsgo-box-btn .note {
		display: none;
	}
	
	.meter-step {
		margin-top: 32px;
	}
	
	.letsgo-btn a {
		max-width: 327px;
		margin: 48px auto 0;
	}
}

/** about **/
.about-wrap {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.about-text {
	color: #0D0F47;
	font-size: 20px;
	line-height: 1.75;
}

.about-section.object .about-text span {
	font-weight: 700;
	font-size: 20px;
}

.about-head span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 28px;
	min-height: 58px;
	font-weight: 700;
	line-height: 1.5;
	padding: 0 32px;
	border-radius: 100px;
	background: #1D2088;
	color: #fff;
	margin-bottom: 16px;
}

.about-section+.about-section {
	margin-top: 48px;
}

.about-section .seat-ul li {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	/* display: inline-flex; */
}

.about-section .seat-ul li.seat01 {
	color: #24A13D;
}

.about-section .seat-ul li.seat02 {
	color: #61C0EE;
}

.about-section .seat-ul li.seat03 {
	color: #1D2266;
}

.about-section .seat-ul li::before {
	content: '・';
	color: #0D0F47;
}

.seatmap-image {
	margin-top: 16px;
	border: 2px solid #1D2088;
}

.seatmap-section {
	max-width: 720px;
	width: 100%;
	margin: 40px auto 0;
}

.seatmap-cont+.seatmap-cont {
	margin-top: 40px;
}

.seatmap-cont .image-box {
	margin-bottom: 8px;
}

/* .seatmap-cont .image-box {
	position: relative;
}

.seatmap-cont .image-box .title {
	padding: 6px 18px 7px;
	font-size: 28px;
	font-weight: 700;
	line-height: 42px;
	color: #F6FBFF;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}

.seatmap-cont.seat01 .image-box .title {
	background: #24A13D;
}

.seatmap-cont.seat02 .image-box .title {
	background: #61C0EE;
}

.seatmap-cont.seat03 .image-box .title {
	background: #1D2266;
} */


.seatmap-cont .about-text {
	font-weight: 500;
}

.seatmap-cont .note {
	font-size: 20px;
	line-height: 1.75;
	margin-top: 40px;
	color: #0D0F47;
}

.match-wrap {
	background: #1D2088;
	border-radius: 24px;
	padding: 56px 125px;
}

.match-wrap .match-title {
	color: #F6FBFF;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	margin-bottom: 24px;
}

.match-wrap  .match-title span {
	color: #FCCF00;
	font-size: 32px;
	position: relative;
}

.match-wrap  .match-title span::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 2px;
	background: #FCCF00;
}

.match-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -24px;
}

.match-item {
	width: calc(50% - 24px);
	margin-left: 24px;
	background: #F6FBFF;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 24px;
}

.match-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.match-info .date-time {
	width: calc(100% - 96px);
}

.match-info .date-time .date {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.51;
	color: #1D2088;
}

.match-info .date-time .date span {
	font-size: 34.15px;
}

.match-info .date-time .date span.red {
	color: #F0001E;
}

.match-info .date-time .time {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	color: #1D2088;
}

.match-info .match-logo {
	width: 80px;
	margin-left: 16px;
}

.match-item .vs-team {
	margin-top: 16px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	color: #1D2088;
}

.match-btn a {
	display: block;
	max-width: 311px;
	width: 100%;
	margin: 0 auto;
}

.match-btn a img {
	width: 100%;
}

.about-btn a {
	display: block;
	max-width: 466px;
	width: 100%;
	margin: 80px auto 0;
}

.about-btn a img {
	width: 100%;
}

.method-list {
	max-width: 720px;
	width: 100%;
	margin: 40px auto 0;
}

.method-item {
	background: #1D2088;
	border-radius: 8px;
	padding: 32px 48px 26px;
	position: relative;
}

.method-item+.method-item {
	margin-top: 96px;
}

.method-item+.method-item::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    width: 134px;
    height: 48px;
    background: #1D2088;
    -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0);
    clip-path: polygon(0% 0%, 50% 100%, 100% 0);
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    margin-top: -24px;
}
.method-head {
	text-align: center;
	margin-bottom: 27px;
}

.method-head .number {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 28px;
	min-height: 42px;
	font-weight: 700;
	line-height: 1.5;
	padding: 1px 24px;
	border-radius: 100px;
	background: #E47D05;
	color: #F6FBFF;
}

.method-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.method-image {
	width: 303px;
	margin-right: 24px;
}

.method-image img {
	width: 100%;
}

.method-info {
	width: calc(100% - 325px);
}

.method-info .text {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.75;
	color: #F6FBFF;
}

.meter-step {
	margin-top: 24px;
}

.meter-step img {
	width: 100%;
}

.method-note {
	padding: 0 2px;
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	margin: 40px auto 0;
}

.method-note li {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #0D0F47;
}

.method-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
	-webkit-box-pack: center;	
	-ms-flex-pack: center;	
	justify-content: center;
	margin-top: 80px;
}

.method-btn a {
	display: block;
	width: 346px;
}

.method-btn a+a {
	margin-left: 27px;
}

@media screen and (max-width: 1100px) {
	.match-wrap {
	    padding: 56px 80px;
	}
	
	.match-wrap .match-title {
		white-space: pre-wrap;
		font-size: 28px;
	}
	
	.match-wrap .match-title span {
		font-size: 28px;
	}
	
}

@media screen and (max-width: 965px) {
	.match-wrap .match-title {
		white-space: pre-wrap;
		font-size: 20px;
	}
	
	.match-wrap .match-title span {
		font-size: 20px;
	}
	
	.match-info .date-time .date {
	    font-size: 50px;
	}
	
	.match-info .date-time .date span {
	    font-size: 28px;
	}
	
	.match-info .date-time .time {
	    font-size: 16px;
	}
}

@media screen and (max-width: 780px) {
	.match-wrap {
		padding: 56px 70px;
	}
		
	.match-info .match-logo {
	    width: 75px;
	}
	
	.match-info .date-time {
		width: calc(100% - 91px);
	}
	
	.match-info .date-time .date {
	    font-size: 34px;
	}
	
	.match-info .date-time .date span {
	    font-size: 18px;
	}
	
	.match-info .date-time .time {
	    font-size: 14px;
	}
}

/*** 320px ~ 700px***/
@media screen and (max-width: 700px) {
	.about {
		padding-bottom: 47px;
	}
	
	.about-section+.about-section {
	    margin-top: 40px;
	}
	
	.about-head span {
		font-size: 24px;
		min-height: 52px;
		padding: 0 32px;
		border-radius: 60px;
	}
	
	.seatmap-image {
		margin-top: 16px;
	}
	
	.seatmap-section {
		max-width: 720px;
		width: 100%;
		margin: 40px auto 0;
	}
	
	.seatmap-cont+.seatmap-cont {
		margin-top: 40px;
	}
	
	.seatmap-cont .image-box {
		margin-bottom: 8px;
	}
	
	/* .seatmap-cont .image-box {
		position: relative;
	}
	
	.seatmap-cont .image-box .title {
		padding: 6px 18px 7px;
		font-size: 28px;
		font-weight: 700;
		line-height: 42px;
		color: #F6FBFF;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 3;
	}
	
	.seatmap-cont.seat01 .image-box .title {
		background: #24A13D;
	}
	
	.seatmap-cont.seat02 .image-box .title {
		background: #61C0EE;
	}
	
	.seatmap-cont.seat03 .image-box .title {
		background: #1D2266;
	} */
	
	
	.match-wrap {
		border-radius: 14px;
		padding: 24px 16px;
	}
	
	.match-wrap .match-title {
		font-size: 26px;
	}
	
	.match-wrap  .match-title span {
		font-size: 26px;
	}
	
	.match-list {
		display: block;
		width: 100%;
		margin-left: 0;
	}
	
	.match-item {
		margin-left: 0;
		width: 100%;
		padding: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.match-body {
		max-width: 320px;
		width: 100%;
		margin: 0 auto;
	}
	
	.match-info .date-time {
		width: calc(100% - 91px);
	}
	
	.match-info .date-time .date {
	    font-size: 50px;
		line-height: 1.1;
	}
	
	.match-info .date-time .date span {
	    font-size: 34.15px;
	}
	
	.match-info .date-time .time {
	    font-size: 24px;
		margin-top: 3px;
	}
	
	.match-info .match-logo {
	    width: 75px;
	}
	
	.about-btn a {
		max-width: 327px;
		margin: 48px auto 0;
	}
	
	.about-section.method .about-head {
		text-align: center;
	}
	
	.about-section.method .about-text {
		padding: 0 16px;
	}
	
	.about-section.method .about-head span {
		padding: 8px 47px;
	}
	
	.method-item {
		padding: 32px 20px 32px;
	}
	
	.method-item+.method-item {
		margin-top: 126px;
	}
	
	.method-item+.method-item::before {
	    width: 84px;
	    height: 30px;
	    margin-top: -48px;
	}
	
	.method-head {
		margin-bottom: 32px;
	}
	
	.method-head .number {
		font-size: 24px;
		min-height: 40px;
	}
	
	.method-box {
		display: block;
	}
	
	.method-image {
		width: 100%;
		margin-right: 0;
	}
	
	.method-info {
		width: 100%;
		margin-top: 16px;
	}
	
	.meter-step {
		margin-top: 24px;
	}
	
	.meter-step img {
		width: 100%;
	}
	
	.method-note {
		margin: 48px auto 0;
		padding: 0 16px;
	}
	
	.method-note li {
		font-size: 20px;
		font-weight: 400;
		line-height: 1.5;
		color: #0D0F47;
	}
	
	.method-btn {
		display: block;	
		margin-top: 48px;
	}
	
	.method-btn a {
		display: block;
		max-width: 327px;
		width: 100%;
		margin: 0 auto;
	}
	
	.method-btn a+a {
		margin: 30px auto 0;
	}
}

/** **/
/*** 320px ~ 700px***/
@media screen and (max-width: 700px) {}

/** **/
/*** 320px ~ 700px***/
@media screen and (max-width: 700px) {}

/** faq **/
.faq-list {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}

.faq-item {
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid #005CA2;
}

.faq-item+.faq-item {
	margin-top: 24px;
}

.faq-q,
.faq-a {
	padding: 16px;
}

.faq-q {
	background: #005CA2;
}

.faq-a {
	background: #F6FBFF;
}

.faq-q .info {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
}

.faq-a .info {
	font-size: 20px;
	line-height: 1.65;
	color: #0D0F47;
}

.faq-item .faq-title {
	font-size: 20px;
	font-weight: 700;
	list-style: 1;
	width: 99px;
	height: 34px;
	border-radius: 22px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 8px;
}

.faq-q .faq-title {
	color: #1D2088;
	background: #F6FBFF;
}

.faq-a .faq-title{
	color: #F6FBFF;
	background: #1D2088;
}

.faq-contact {
	display: none;
}

/*** 320px ~ 700px***/
@media screen and (max-width: 700px) {
	/** faq **/
	.faq-q,
	.faq-a {
		padding: 16px;
	}
	
	.faq-contact {
		display: block;
		max-width: 327px;
		width: 100%;
		margin: 80px auto 0;
	}
	
	.faq-contact .faq-btn {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 62px;
		padding: 16px;
		border-radius: 10px;
		border: 2px #1D2088 solid;
		background: #005CA2;
		-webkit-box-shadow: 0px 5px 0px 0px #1D2088;
		box-shadow: 0px 5px 0px 0px #1D2088;
		position: relative;
		color: #F6FBFF;
		font-size: 17px;
		font-weight: 700;
	}
	
	.faq-contact .faq-btn::after {
		content: '';
		position: absolute;
		right: 23px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 12.39px;
		height: 15.25px;
		-webkit-clip-path: polygon(0% 0%, 60% 50%, 0% 100%, 40% 100%, 100% 50%, 40% 0%);
		clip-path: polygon(0% 0%, 60% 50%, 0% 100%, 40% 100%, 100% 50%, 40% 0%);
		background: #F6FBFF;
	}
	
	.faq-contact .faq-note {
		font-size: 16px;
		font-weight: 400;
		line-height: 1.75;
		padding: 0 12.5px;
		color: #0D0F47;
		margin-top: 8px;
	}
}

/** enjoy **/
.enjoy {
	background: url('../images/06-enjoy/bg-enjoy-pc.jpg') no-repeat;
	background-size: cover;
}

.enjoy-wrap {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

.enjoy-item+.enjoy-item {
	margin-top: 40px;
}

.enjoy-image img {
	width: 100%;
}

.enjoy-link {
	margin-top: 14px;
}

.enjoy-link span {
	color: #005CA2;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	display: block;
}

.enjoy-link span::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	width: 17px;
	height: 17px;
	background: url('../images/common/arrow-right-lb.svg') no-repeat;
	background-size: cover;
}

/*** 320px ~ 700px***/
@media screen and (max-width: 700px) {
	.enjoy {
		background: url('../images/06-enjoy/bg-enjoy-sp.jpg') no-repeat;
		background-size: cover;
	}
	
	.enjoy-wrap {
		padding: 0 12px;
	}
	
	.enjoy-link {
		margin-top: 8px;
	}
	
	.enjoy-link span {
		font-size: 16px;
		padding-right: 40px;
		/* display: inline-flex; */
	}
	
	.enjoy-link span::after {
		right: 14px;
		width: 14px;
		height: 14px;
	}
	
}
