@charset "UTF-8";

/*
@media screen and (min-width: 768px) and (max-width: 1060px) {}
*/

/*==============================================================
*
*	global
*
==============================================================*/

/*==============================================================
*
*	font
*
==============================================================*/
a {
	color: #448bf6;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.f20 {
	font-size: 20px;
}

.notoB {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
}

.notoM {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-style: normal;
}

@media screen and (max-width: 768px) {
	.f20 {
		font-size: 3.8vw;
	}

	a {
		font-size: 3.8vw;
	}
}


/*==============================================================
*
*	global
*
==============================================================*/
body {
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-style: normal;
	background: #ffffff;
}

.pcImg {
	display: inline !important;
}

.spImg {
	display: none !important;
}

@media screen and (max-width: 768px) {

	.pcImg {
		display: none !important;
	}

	.spImg {
		display: inline !important;
	}
}

/*==============================================================
*
*	header
*
==============================================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	background-color: #ffffff;
	width: 100%;
	height: 75px;
	display: flex;
	align-items: center;
}

header h1 {
	height: 46px;
	margin: 0 25px 0 15px;
	padding: 0 25px 0 0;
	border-right: 1px solid #003057;
}

header h1 img {
	width: auto;
	height: 100%;
}

header h1 a {
	opacity: 1;
	transition: all .4s;
}

header h1 a:hover {
	opacity: .7;
}

header h2 {
	margin: 0 0 0 15px;
}

header h2 img {
	width: 196px;
	height: auto;
}

header h2 a {
	opacity: 1;
	transition: all .4s;
}

header h2 a:hover {
	opacity: .7;
}

header nav {
	margin: 0 0 0 auto;
}

header nav ul {
	display: flex;
	margin: 0 35px 0 0;
}

header nav ul li {
	margin: 0 0 0 10px;
}

header nav ul li.active {
	display: none;
}

header nav ul li a {
	display: block;
	color: #003057;
	border: 1px solid #003057;
	padding: 1px 28px 3px 12px;
	background: #ffffff url(../images/arrow_01.png) no-repeat right 10px center;
	background-size: 9px 14px;
	border-radius: 4px;
	text-decoration: none;
	opacity: 1;
	transition: all .2s;
}

header nav ul li a:hover {
	background: #003057 url(../images/arrow_02.png) no-repeat right 10px center;
	background-size: 9px 14px;
	color: #ffffff;
}

p#navCont {
	display: none;
}

@media screen and (max-width: 768px) {
	header {
		height: 60px;
		z-index: 900;
	}

	header h1 {
		height: 30px;
		margin: 0 18px 0 18px;
		padding: 0 18px 0 0;
		border-right: 1px solid #003057;
	}

	header h1 img {
		vertical-align: top;
	}

	header h1 a:hover {
		opacity: 1;
	}

	header h2 {
		margin: 0;
		font-size: 3.1vw;
	}

	header h2 img {
		width: 34vw;
		height: auto;
	}

	header h2 a {
		font-size: 3.1vw;
	}

	header h2 a:hover {
		opacity: 1;
	}


	header nav {
		display: none;
		margin: 0;
		position: fixed;
		top: 60px;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: #ffffff;
		opacity: 0;
		z-index: 500;
	}

	header nav ul {
		display: block;
		margin: 0 auto;
		border-top: 1px solid #BFBFBF;
		width: calc(100% - 50px);
	}

	header nav ul li {
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #BFBFBF;
	}

	header nav ul li:nth-of-type(1) {
		display: block;
	}

	header nav ul li a {
		color: #003057;
		border: none;
		padding: 16px 0;
		background: #ffffff;
		border-radius: 0;
		text-align: center;
		font-size: 5.5vw;
	}

	header nav ul li a:hover {
		background: #ffffff;
		color: #003057;
	}

	p#navCont {
		position: fixed;
		top: 16px;
		right: 30px;
		z-index: 900;
		display: block;
	}

	.navTrigger,
	.navTrigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.navTrigger {
		position: relative;
		width: 28px;
		height: 15px;
		background: #ffffff;
	}

	.navTrigger.active {
		background: none;
	}

	.navTrigger span {
		position: absolute;
		left: 25%;
		width: 100%;
		height: 3px;
		background-color: #003057;
		border-radius: 50px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
	}

	.navTrigger span:nth-of-type(1) {
		top: 0;
	}

	.navTrigger span:nth-of-type(2) {
		top: 6px;
	}

	.navTrigger span:nth-of-type(3) {
		bottom: 0;
	}

	.navTrigger.active span {
		background-color: #003057;
	}

	.navTrigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(6px) rotate(-45deg);
		transform: translateY(6px) rotate(-45deg);
	}

	.navTrigger.active span:nth-of-type(2) {
		opacity: 0;
	}

	.navTrigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-6px) rotate(45deg);
		transform: translateY(-6px) rotate(45deg);
	}
}

/*==============================================================
*
*	Main
*
==============================================================*/
main {
	width: 100%;
	margin: 75px 0 0 0;
	position: relative;
}

main#mainTop {
	background: url(../images/kv_top_pc.jpg) no-repeat 0 0;
	background-size: 100% auto;
}

main.active {
	background: none !important;
}

main #mainYT {
	width: 100%;
	height: calc(100vw * 9 / 16);
}

main #mainCover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

main p#btnCM {
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 20;
}

main p#btnCM img {
	width: 139px;
	height: auto;
}

main p#btnCM a {
	/*background: rgba(0, 0, 0, 0.8) url(../images/arrow_02.png) no-repeat right 18px center;
	background-size: 12px 19px;
	border: 2px solid #FFFFFF;
	border-radius: 4px;
	color: #ffffff;
	padding: 7px 44px 11px 20px;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;*/
	opacity: 1;
	transition: all .4s;
}

main p#btnCM a:hover {
	opacity: .7;
}

main figure img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	main {
		width: 100%;
		margin: 60px 0 0 0;
		position: relative;
		background: url(../images/kv_top_sp.jpg) no-repeat 0 0;
		background-size: 100% auto;
	}

	main #mainYT {
		width: 100%;
		height: calc(100vw * 9 / 16);
	}

	main #mainCover {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		width: 100%;
		height: 100%;
	}

	main p#btnCM {
		position: absolute;
		right: 10px;
		bottom: 10px;
		z-index: 20;
	}

	main p#btnCM img {
		width: 107px;
		height: auto;
	}

	main p#btnCM a {
		/*background: rgba(0, 0, 0, 0.8) url(../images/arrow_02.png) no-repeat right 9px center;
		background-size: 6px 9px;
		border: 1px solid #FFFFFF;
		border-radius: 3px;
		color: #ffffff;
		padding: 5px 20px 7px 12px;
		font-size: 2.4vw;
		font-weight: 700;
		text-decoration: none;*/
		opacity: 1;
		transition: all .4s;
	}

	main p#btnCM a:hover {
		opacity: .7;
	}

	main figure img {
		width: 100%;
		height: auto;
	}
}

/*==============================================================
*
*	Wrapper
*
==============================================================*/
#wrapper {
	width: calc(100% - 70px);
	max-width: 930px;
	margin: 0 auto;
	padding: 0 35px;
	position: relative;
	z-index: 5;
}

#wrapper.wTop {
	padding: 50px 0 0 0;
}

#wrapper dl.wslDescL {}

#wrapper dl.wslDescL dt {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 8px 0;
}

#wrapper dl.wslDescL dd {
	font-size: 16px;
	line-height: 1.8;
}

#wrapper dl.wslDescL dd p {
	margin: 0 0 30px 0;
}

#wrapper dl.wslDescS {}

#wrapper dl.wslDescS dt {
	font-size: 16px;
	margin: 0 0 3px 0;
	line-height: 1.8;
}

#wrapper dl.wslDescS dd {
	font-size: 16px;
	margin: 0 0 32px 0;
}

#wrapper p.btnLive {
	display: flex;
	justify-content: center;
	margin: 35px 0 25px 0;
}

#wrapper p.btnLive a {
	background: #003057 url(../images/arrow_02.png) no-repeat right 18px center;
	background-size: 12px 19px;
	border-radius: 4px;
	color: #ffffff;
	padding: 17px 44px 20px 20px;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	transition: all .4s;
}

#wrapper p.btnLive a:hover {
	opacity: .7;
}

#wrapper dl.bnrNav {
	padding: 0 0 70px 0;
}

#wrapper dl.bnrNav dt {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 15px 0;
}

#wrapper dl.bnrNav dd ul {
	display: flex;
	justify-content: space-between;
}

#wrapper dl.bnrNav dd ul li {
	width: 300px;
}

#wrapper dl.bnrNav dd ul li a {
	opacity: 1;
	transition: all .4s;
}

#wrapper dl.bnrNav dd ul li a:hover {
	opacity: .7;
}

#wrapper dl.bnrNav dd ul li img {
	width: 100%;
	height: auto;
}

#wrapper dl.hilightNav {
	padding: 0 0 70px 0;
}

#wrapper dl.hilightNav dt {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 15px 0;
}

#wrapper dl.hilightNav dd ul {
	display: flex;
	justify-content: space-between;
}

#wrapper dl.hilightNav dd ul li {
	margin: 0 10px 0 0;
	width: 248px;
	text-align: center;
}

#wrapper dl.hilightNav dd ul li:last-child {
    margin: 0;
}

#wrapper dl.hilightNav dd ul li a {
	background: #003057;
	background-size: 12px 19px;
	border-radius: 4px;
	color: #ffffff;
	padding: 6px 0px 6px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	display: block;
	opacity: 1;
	transition: all .4s;
}

#wrapper dl.hilightNav dd ul li a:hover {
	opacity: .7;
}

#wrapper dl.hilightNav dd ul li a.nolink {
	pointer-events: none;
	opacity: .1;
}

#wrapper dl.hilightNav dd ul li a span {;
	font-size: 20px;
}


dl.tourDesc {
	width: 100%;
	margin: 50px 0 75px 0;
}

dl.tourDesc dt {
	background-color: #000000;
	color: #ffffff;
	font-size: 20px;
	padding: 10px 20px;
}

dl.tourDesc dd {
	background-color: #F6F6F6;
	padding: 10px 40px 3px 40px;
}

dl.tourDesc dd ul li {
	padding: 17px 0;
	border-bottom: 1px solid #E4E4E4;
}

dl.tourDesc dd ul li.column {
	display: flex;
}

dl.tourDesc dd ul li.column span:nth-of-type(1) {
	width: auto;
	flex-basis: auto;
	white-space: nowrap;
	line-height: 1.8;
}

dl.tourDesc dd ul li.column span:nth-of-type(2) {
	width: auto;
	flex-basis: auto;
	line-height: 1.8;
}

dl.tourDesc dd ul li:last-child {
	border: none;
}


@media screen and (max-width: 768px) {
	#wrapper {
		width: calc(100% - 50px);
		max-width: calc(100% - 50px);
		margin: 0 auto;
		padding: 0 25px;
		position: relative;
		z-index: 5;
	}

	#wrapper.wTop {
		padding: 40px 0 0 0;
	}

	#wrapper dl.wslDescL {}

	#wrapper dl.wslDescL dt {
		font-size: 5vw;
		font-weight: 700;
		margin: 0 0 10px 0;
		text-align: center;
	}

	#wrapper dl.wslDescL dd {
		font-size: 4vw;
		line-height: 1.8;
	}

	#wrapper dl.wslDescL dd p {
		margin: 0 0 35px 0;
		font-size: 3.8vw;
	}

	#wrapper dl.wslDescL dd p.txtC {
		text-align: center;
	}

	#wrapper dl.wslDescS {}

	#wrapper dl.wslDescS dt {
		font-size: 16px;
		margin: 0 0 3px 0;
		line-height: 1.8;
	}

	#wrapper dl.wslDescS dd {
		font-size: 16px;
		margin: 0 0 32px 0;
	}

	#wrapper p.btnLive {
		display: flex;
		justify-content: center;
		margin: 35px 0 45px 0;
	}

	#wrapper p.btnLive a {
		background: #003057 url(../images/arrow_02.png) no-repeat right 18px center;
		background-size: 10px 17px;
		border-radius: 4px;
		color: #ffffff;
		padding: 15px 44px 18px 20px;
		font-size: 4.6vw;
		font-weight: 700;
		text-decoration: none;
		transition: all .4s;
	}

	#wrapper p.btnLive a:hover {
		opacity: 1;
	}

	#wrapper dl.bnrNav {
		padding: 0 0 45px 0;
	}

	#wrapper dl.bnrNav dt {
		font-size: 5vw;
		margin: 0 0 25px 0;
		text-align: center;
	}

	#wrapper dl.bnrNav dd ul {
		display: block;
	}

	#wrapper dl.bnrNav dd ul li {
		width: 66vw;
		margin: 0 auto 20px auto;
	}

	#wrapper dl.bnrNav dd ul li a {
		opacity: 1;
		transition: all .4s;
	}

	#wrapper dl.bnrNav dd ul li a:hover {
		opacity: 1;
	}

	#wrapper dl.bnrNav dd ul li img {
		width: 100%;
		height: auto;
	}

	#wrapper dl.hilightNav {
		padding: 0 0 45px 0;
	}

	#wrapper dl.hilightNav dt {
		font-size: 5vw;
		margin: 0 0 25px 0;
		text-align: center;
	}

	#wrapper dl.hilightNav dd ul {
		width: 66vw;
		margin: 0 auto;
		display: block;
	}

	#wrapper dl.hilightNav dd ul li {
		margin: 0 6% 6% 0;
		width: 45%;
		display: inline-block;
	}

	#wrapper dl.hilightNav dd ul li:nth-child(even) {
		margin: 0 0 6% 0;
	}

	#wrapper dl.hilightNav dd ul li a:hover {
		opacity: 1;
	}


	dl.tourDesc {
		width: 100%;
		margin: 50px 0 50px 0;
	}

	dl.tourDesc dt {
		font-size: 5vw;
		padding: 10px 20px;
		text-align: center;
	}

	dl.tourDesc dd {
		padding: 5px 15px 3px 15px;
	}

	dl.tourDesc dd ul li {
		padding: 10px 0;
		font-size: 3.2vw;
	}

	dl.tourDesc dd ul li.column {
		display: flex;
	}

	dl.tourDesc dd ul li.column span:nth-of-type(1) {
		line-height: 1.8;
		font-size: 3.2vw;
	}

	dl.tourDesc dd ul li.column span:nth-of-type(2) {
		line-height: 1.8;
		font-size: 3.2vw;
	}

	dl.tourDesc dd ul li:last-child {
		border: none;
	}
}

/*==============================================================
*
*	QS1000
*
==============================================================*/
#wrapper.wQS {
	padding: 75px 0 0 0;
}

span.linkPDF {
	color: #ff0000;
}

span.linkPDF a {
	color: #ff0000;
}

@media screen and (max-width: 768px) {
	#wrapper.wQS {
		padding: 45px 0 0 0;
	}

	span.linkPDF {
		font-size: 3.8vw;
	}
}

/*==============================================================
*
*	Pro Jr
*
==============================================================*/
#wrapper.wPro {
	margin: -20px auto 0 auto;
}

@media screen and (max-width: 768px) {}

/*==============================================================
*
*	Challenge
*
==============================================================*/
#wrapper dl.wslDescL dd p.btnEntry {
	margin: -10px 0 30px 0;
}

#wrapper dl.wslDescL dd p.btnEntry a {
	background: #051C2C url(../images/arrow_02.png) no-repeat right 10px center;
	background-size: 12px 17px;
	border-radius: 4px;
	color: #ffffff;
	padding: 5px 35px 7px 16px;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	opacity: 1;
	transition: all .4s;
}

#wrapper dl.wslDescL dd p.btnEntry a:hover {
	opacity: .7;
}


@media screen and (max-width: 768px) {
	#wrapper dl.wslDescL dd p.btnEntry {
		margin: -10px 0 30px 0;
		text-align: center;
	}

	#wrapper dl.wslDescL dd p.btnEntry a {
		background: #051C2C url(../images/arrow_02.png) no-repeat right 15px center;
		background-size: 10px 15px;
		border-radius: 4px;
		color: #ffffff;
		padding: 10px 55px 13px 20px;
		font-size: 4.5vw;
		font-weight: 700;
		text-decoration: none;
		opacity: 1;
		transition: all .4s;
	}

	#wrapper dl.wslDescL dd p.btnEntry a:hover {
		opacity: 1;
	}
}

/*==============================================================
*
*	sponsor
*
==============================================================*/
#sponsors {
	width: 100%;
	max-width: 773px;
	margin: 0 auto;
	padding: 60px 0 0 0;
	display: flex;
	justify-content: space-between;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#sponsors li {
	margin: 0 21px 40px 21px;
}

#sponsors li.si01 img {
	width: 144px;
}

#sponsors li.si02 img {
	width: 121px;
}

#sponsors li.si03 img {
	width: 113px;
}

#sponsors li.si04 img {
	width: 74px;
}

#sponsors li.si05 img {
	width: 78px;
}

#sponsors li.si06 img {
	width: 70px;
}

#sponsors li.si07 img {
	width: 73px;
}

#sponsors li.si08 img {
	width: 116px;
}

#sponsors li.si09 img {
	width: 80px;
}

#sponsors li.si10 img {
	width: 87px;
}

#sponsors li.si11 img {
	width: 69px;
}

#sponsors li.si12 img {
	width: 86px;
}

#sponsors li.si13 img {
	width: 64px;
}

#sponsors li.si14 img {
	width: 119px;
}

#sponsors li img {
	height: auto;
}

#sponsors li a {
	opacity: 1;
	transition: all .4s;
}

#sponsors li a:hover {
	opacity: .7;
}

@media screen and (max-width: 768px) {
	#sponsors {
		width: 100%;
		max-width: 100%;
		padding: 25px 0 0 0;
	}

	#sponsors li {
		margin: 0 10px 20px 10px;
	}

	#sponsors li.si01 {
		width: 29%;
	}

	#sponsors li.si02 {
		width: 24%;
	}

	#sponsors li.si03 {
		width: 23%;
	}

	#sponsors li.si04 {
		width: 15%;
	}

	#sponsors li.si05 {
		width: 18%;
	}

	#sponsors li.si06 {
		width: 15%;
	}

	#sponsors li.si07 {
		width: 17%;
	}

	#sponsors li.si08 {
		width: 23%;
	}

	#sponsors li.si09 {
		width: 16%;
	}

	#sponsors li.si10 {
		width: 18%;
	}

	#sponsors li.si11 {
		width: 14%;
	}

	#sponsors li.si12 {
		width: 22%;
	}

	#sponsors li.si13 {
		width: 17%;
	}

	#sponsors li.si14 {
		width: 30%;
	}

	#sponsors li img {
		width: 100% !important;
		height: auto;
	}

	#sponsors li a:hover {
		opacity: 1;
	}
}

/*==============================================================
*
*	footer
*
==============================================================*/
dl.footDesc {
	width: 100%;
	max-width: 620px;
	display: flex;
	margin: 0 auto;
	padding: 60px 0 0 0;
	opacity: 1;
	transition: all .4s;
}

dl.footDesc:hover {
	opacity: .7;
}

dl.footDesc dt {
	width: 44%;
}

dl.footDesc dt img {
	width: 100%;
	height: auto;
}

dl.footDesc dd {
	width: 50%;
	margin: -0.5em 0 0 auto;
}

dl.footDesc dd a {
	text-decoration: none;
	font-size: 21px;
	color: #053250;
	line-height: 1.8;
}

footer {
	padding: 90px 0 22px 0;
	text-align: center;
}

footer p {
	font-size: 12px;
}

@media screen and (max-width: 768px) {
	dl.footDesc {
		width: 100%;
		max-width: 100%;
		padding: 40px 0 0 0;
	}

	dl.footDesc:hover {
		opacity: 1;
	}

	dl.footDesc dt {
		width: 44%;
	}

	dl.footDesc dt img {
		width: 100%;
		height: auto;
	}

	dl.footDesc dd {
		width: 50%;
		margin: -0.5em 0 0 auto;
		font-size: 11px;
		line-height: 1.8;
	}

	dl.footDesc dd a {
		font-size: 11px;
		line-height: 1.8;
	}

	footer {
		padding: 45px 0 12px 0;
		text-align: center;
	}

	footer p {
		font-size: 10px;
	}
}

/*==============================================================
*
*	modal
*
==============================================================*/
#modalBg {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, .7);
}

#modalContainer {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	z-index: 1500;
}

#modalContainer #modalInner {
	width: 100%;
	max-width: 800px;
	height: 450px;
	position: relative;
	background-color: #000000;
	margin: 0 auto;
	top: 50%;
	transform: translate(0, -50%);
}

#modalContainer #modalInner #pvMov {
	width: 100%;
	height: 100%;
}

#modalContainer #modalInner #pvMov iframe {
	width: 100%;
	height: 100%;
}

#modalContainer #modalInner #btnClose {
	position: absolute;
	top: -45px;
	right: 0;
	z-index: 2000;
}

#modalContainer #modalInner #btnClose img {
	width: 31px;
	height: auto;
}

@media screen and (max-width: 768px) {
	#modalBg {
		display: none;
		position: fixed;
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		z-index: 1000;
		background: rgba(0, 0, 0, .7);
	}

	#modalContainer {
		display: none;
		position: fixed;
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		justify-content: center;
		align-items: center;
		z-index: 1500;
	}

	#modalContainer #modalInner {
		width: 100vw;
		max-width: 100vw;
		height: calc(100vw * 9 / 16);
		position: relative;
		background-color: #000000;
		margin: 0 auto;
		top: 50%;
		transform: translate(0, -50%);
	}

	#modalContainer #modalInner #pvMov {
		width: 100%;
		height: 100%;
	}

	#modalContainer #modalInner #pvMov iframe {
		width: 100%;
		height: 100%;
	}

	#modalContainer #modalInner #btnClose {
		position: absolute;
		top: -45px;
		right: 20px;
		z-index: 2000;
	}

	#modalContainer #modalInner #btnClose img {
		width: 25px;
		height: auto;
	}
}