@charset "utf-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import "./reset.css";
@import "./fonts.css";
@import "./loader.css";
@import "./icon.css";
@import "./parts.css?2";
@import "./menu_trigger.css";
@import "./fadein.css?";
@import "./style.css";
/**/
/* CSS Document */
/* =Layout
-------------------------------------------------------------- */
body {
	background: #000;
}
body::before {
	content: "";
	position: fixed;
	width: 100vw;
	height: 100vh;
	display: block;
	left: 0;
	top: 0;
	right: 0;
	background: #000 url("../img/bg.jpg") right top / cover no-repeat;
	opacity: 0.2;
	transition: ease-in 1s 0.3s;
}
body.start::before {
	opacity: 1;
}
body.shlink::before {
	transition: ease-in 0.5s 0s;
	opacity: 0.6;
}
.sp {
	display: none !important;
}
.inside {
	max-width: 980px;
	margin: 0 auto;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
}
#wrapper {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-width: 1080px;
	overflow: hidden;
}
main {
	padding: 0 0 211px;
}
#to_top {
	position: fixed;
	right: 20px;
	bottom: 40px;
	z-index: 999;
	display: none;
	transform: scale(0);
	transform-origin: center;
	transition: ease-in 0.2s;
}
.shlink #to_top {
	transform: scale(1);
}
.page-id-2 #to_top {
	display: block;
}
section {
	position: relative;
	z-index: 1;
	overflow: visible;
}
section h3 {
	text-align: center;
	font-size: 45px;
	color: #fff;
	font-weight: 900;
	display: flex;
	margin: 0 -20px 40px;
	white-space: nowrap;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.1em;
}
section h3::before, section h3::after {
	content: "";
	width: 100px;
	margin: 0 20px;
	display: block;
	height: 3px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
/*============================
#header
============================*/
#header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	padding: 30px 30px 0;
	z-index: 1000;
}
#header .header_above {
display: flex;
justify-content: space-between;
align-items: center;
}
#header .header_above .logo {}
#header .header_above .logo a {
	display: block;
}
#header .header_above .logo a img {
	display: block;
}
#header .header_above .tokyobaycup_logo a img {
	display: block;
	height: 25px;
	width: auto;
}
/*============================
#visual
============================*/
#visual {
	padding: 0px 0 100px;
}
#visual .inside {
	text-align: center;
}
#visual .inside h1 {
	margin: 0 60px -30px;
	opacity: 0;
	transition: ease-in 0.4s 1.2s;
	transform: translate(0, 10%);
}
.start #visual .inside h1 {
	opacity: 1;
	transform: translate(0, 0);
}
#visual .inside h1 img {}
#visual .inside .img {}
#visual .inside .img + .img {
	transition: ease-in 0.4s 1.6s;
	opacity: 0;
	transform: translate(0, 10%);
	margin: 0 100px;
}
.start #visual .inside .img + .img {
	opacity: 1;
	transform: translate(0, 0);
}
#visual .inside .img picture img {
	margin: 0 auto;
	display: block;
}
#visual .inside .bt {
	margin: 60px 0 0;
}
#visual .inside .bt a {}
/*============================
#present_01
============================*/
#present_01 {
	padding: 100px 0;
	background: rgba(0, 14, 33, 0.8);
}
#present_01 .inside {}
#present_01 .inside h2 {
	margin: -30px 0 40px;
}
#present_01 .inside h2 picture {}
#present_01 .inside h2 picture source {}
#present_01 .inside h2 picture img {
	margin: 0 auto;
	display: block;
}
#present_01 .inside .present {}
#present_01 .inside .present_01 {
	margin: 0 auto 40px;
}
#present_01 .inside .present picture {}
#present_01 .inside .present picture source {}
#present_01 .inside .img picture img {
	margin: 0 auto;
	display: block;
}
/*============================
#present_02
============================*/
#present_02 {
	padding: 100px 0;
	background: rgba(0, 10, 30, 0.3);
	text-align: center;
	z-index: 100;
}
#present_02 .inside {}
#present_02 .inside h2 {
	margin: 0px 0 40px;
}
#present_02 .inside h2 picture {}
#present_02 .inside h2 picture source {}
#present_02 .inside h2 picture img {
	margin: 0 auto;
	display: block;
}
#present_02 .inside .present {
	margin: 0 auto 40px;
}
#present_02 .inside .present picture {}
#present_02 .inside .present picture source {}
#present_02 .inside .present picture img {
	margin: 0 auto;
	display: block;
}
#present_02 .inside .banner {
	margin: 0 auto 40px;
}
#present_02 .inside .banner a {
	margin: 0 auto;
	display: table;
}
#present_02 .inside .banner img {
	margin: 0 auto;
	display: block;
}
/*============================
#present_03
============================*/
#present_03 {
	padding: 100px 0;
	background: rgba(0, 0, 10, 0.4);
	text-align: center;
}
#present_03 .inside {}
#present_03 .inside h2 {
	margin: 0px 0 40px;
}
#present_03 .inside h2 picture {}
#present_03 .inside h2 picture source {}
#present_03 .inside h2 picture img {
	margin: 0 auto;
	display: block;
}
#present_03 .inside .present {
	margin: 0 0 40px;
}
#present_03 .inside .present picture {}
#present_03 .inside .present picture source {}
#present_03 .inside .present picture img {
	margin: 0 auto;
	display: block;
}
#present_03 .inside .banner {}
#present_03 .inside .banner a {}
#present_03 .inside .banner a picture {}
#present_03 .inside .banner a picture source {}
#present_03 .inside .banner a picture img {}
/*============================
#terms
============================*/
#terms {
	padding: 100px 0;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
}
#terms .inside {}
#terms .inside .term {}
#terms .inside .term h3 {}
#terms .inside .term h3::before, #terms .inside .term h3::after {
	background: #fff;
}
#terms .inside .term .box {}
#terms .inside .term .box ul {}
#terms .inside .term .box ul li {
	margin: 0 0 60px;
	text-align: center;
}
#terms .inside .term .box ul li:last-child {
	margin: 0;
}
#terms .inside .term .box ul li h5 {
	font-size: 24px;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	margin: 0 0 20px;
	padding: 0 0 10px;
}
#terms .inside .term .box ul li p {
	font-size: 18px;
	font-weight: 400;
}
/*============================
#form
============================*/
.mw_wp_form_input .confirm {
	display: none !important;
}
.mw_wp_form_confirm .input {
	display: none !important;
}
#form {
	padding: 100px 0;
	background: rgba(0, 12, 30, 0.60);
	color: #fff;
}
#form .inside {}
#form .inside {}
#form .inside .input {}
#form .inside .input h3 {}
#form .inside .center {
	text-align: center;
	font-size: 16px;
}
#form .inside .confirm {}
#form .inside .confirm h3 {}
#form .inside .confirm .confirm {}
#form .inside .table_border {}
#form .inside .table_border .form_table {
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	margin: 40px auto;
	border-bottom: 1px solid #fff;
	border-collapse: collapse;
	width: 100%;
}
#form .inside .table_border .form_table tbody tr td, #form .inside .table_border .form_table tbody tr th {
	border-top: 1px solid #fff;
	padding: 40px;
	position: relative;
}
#form .inside .table_border .form_table tbody tr th {}
#form .inside .table_border .form_table tbody tr th .ness {
	position: absolute;
	right: 0;
	top: 50px;
	color: #fff;
	text-indent: 1em;
	letter-spacing: 1em;
	font-size: 12px;
	background: #C30022;
	padding: 0.25em 0.5em;
	border-radius: 3px;
}
.mw_wp_form_confirm #form .inside .table_border .form_table tbody tr th .ness {
	top: 40px;
}
#form .inside .table_border .form_table tbody tr td {
	font-size: 16px;
}
#form .inside .table_border .form_table tbody tr td input[type="text"], #form .inside .table_border .form_table tbody tr td textarea {
	padding: 0.85em;
	border: 2px solid #766300;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	display: block;
	border-radius: 6px;
	font-family: "BIZ UDMincho", "Times New Roman", 'Noto Serif JP', "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-weight: 700;
}
#form .inside .table_border .form_table tbody tr td input[type="text"]::placeholder {
	color: #bbb;
}
#form .inside .table_border .form_table tbody tr td .input strong {}
#form .inside .table_border .form_table tbody tr td p {
	margin: 0;
}
#form .inside .table_border .form_table tbody tr td .error {
	font-size: 16px;
	color: #E1D200;
	font-weight: 700;
}
#form .inside .cautions {
	padding: 40px;
	background: rgba(0, 0, 0, 0.80);
	border-radius: 3px;
	border: 1px solid #766300;
}
#form .inside .cautions h4 {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25em;
	margin: 0 0 40px;
}
#form .inside .cautions ol {
	list-style: none;
}
#form .inside .cautions ol li {
	list-style: none;
	padding: 0 0 0 1.5em;
	font-size: 14px;
	position: relative;
	margin: 0 0 1em;
}
#form .inside .cautions ol li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}
#form .inside .cautions ol li a {
	color: #fff;
	text-decoration: underline;
}
#form .inside .privacy {
	border-radius: 3px;
	padding: 20px;
	background: #fff;
	color: #003B64;
	font-size: 16px;
	margin: 40px 0;
	font-weight: 700;
	text-align: center;
}
#form .inside .privacy a {
	text-decoration: underline;
	color: #007EAB;
}
#form .inside .bt {}
#form .inside .bt .red {}
#form .inside .bt .red span {}
#form .inside .link {
	text-align: center;
}
#form .inside .link .back {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
}
#form .inside .link .back .icon-arrow-left {}
.complete {
	height: calc(100vh - 212px - 120px);
	text-align: center;
	padding: 40px 0;
	box-sizing: border-box;
}
.complete h3 {}
.complete .center {
	border-radius: 3px;
	padding: 40px 20px;
	background: #fff;
	color: #003B64;
	font-size: 16px;
	margin: 40px 0;
	font-weight: 700;
	text-align: center;
}
.complete .bt {}
.complete .bt .back {}
.complete .bt .back span {}
#form .inside .cancel {
	padding: 20px;
	background: rgba(0, 0, 0, 0.80);
	border-radius: 3px;
	border: 1px solid #766300;
	font-size: 16px;
	margin: 40px 0;
	font-weight: 700;
	text-align: center;
}
#form .inside .cancel h6 {
	font-weight: 700;
	font-size: 20px;
}
#form .inside .cancel p {
	margin: 10px 0 0;
}
/*============================
#footer
============================*/
#footer {
	background: #fff;
	padding: 60px 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	overflow: hidden;
}
#footer .footer_above {}
#footer .footer_above .inside {}
#footer .footer_above .inside h6 {
	margin: 0 0 40px;
}
#footer .footer_above .inside h6 img {}
#footer .footer_below {}
#footer .footer_below .inside {}
#footer .footer_below .inside .copyright {
	margin: 0;
	font-size: 12px;
}
@media screen and (max-width: 750px) {
	body::before {
		background: #ddd url("../img/sp/bg.jpg") center top / cover no-repeat;
	}
	.sp {
		display: block !important;
	}
	br.sp {
		display: inline !important;
	}
	.pc {
		display: none !important;
	}
	body {
		font-size: 24px;
	}
	img {
		max-width: 100%;
	}
	a:active, a:hover {
		text-decoration: none;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	.inside {
		max-width: 980px;
		margin: 0 40px;
	}
	img {}
	#wrapper {
		height: auto !important;
		min-width: 1px;
	}
	main {
		padding: 0 0;
	}
	#to_top {
		right: 20px;
		bottom: 40px;
	}
	section {}
	section h3 {
		font-size: 50px;
		display: flex;
		margin: 0 -20px 40px;
		white-space: nowrap;
	}
	section h3::before, section h3::after {
		margin: 0 20px;
		height: 3px;
		border-radius: 2px;
	}
	/*============================
#header
============================*/
	#header {
		left: 0;
		top: 0;
		right: 0;
		padding: 30px 30px 0;
	}
	#header .header_above {}
	#header .header_above .logo {}
	#header .header_above .logo a {}
	#header .header_above .logo a img {}
	#header .header_above .tokyobaycup_logo a img {
		height: 30px;
	}
	/*============================
#visual
============================*/
	#visual {}
	#visual .inside {}
	#visual .inside .img {
		margin: 60px 0px 0;
	}
	#visual .inside .img + .img {
		margin: 20px 0px 0;
	}
	#visual .inside .img picture {}
	#visual .inside .img picture source {}
	#visual .inside .img picture img {}
	#visual .inside .bt {}
	#visual .inside .bt a {}
	/*============================
#present_01
============================*/
	#present_01 {
		padding: 30px 0 60px;
	}
	#present_01 .inside {}
	#present_01 .inside h2 {
		margin: 0 0 40px;
	}
	#present_01 .inside h2 picture {}
	#present_01 .inside h2 picture source {}
	#present_01 .inside h2 picture img {}
	#present_01 .inside .present {}
	#present_01 .inside .present_01 {
		margin: 0 auto 40px;
	}
	#present_01 .inside .present picture {}
	#present_01 .inside .present picture source {}
	#present_01 .inside .img picture img {}
	/*============================
#present_02
============================*/
	#present_02 {
		padding: 20px 0 60px;
	}
	#present_02 .inside {}
	#present_02 .inside h2 {
		margin: 0px 0 40px;
	}
	#present_02 .inside h2 picture {}
	#present_02 .inside h2 picture source {}
	#present_02 .inside h2 picture img {}
	#present_02 .inside .present {}
	#present_02 .inside .present picture {}
	#present_02 .inside .present picture source {}
	#present_02 .inside .present picture img {}
	/*============================
#present_03
============================*/
	#present_03 {
		padding: 60px 0 60px;
	}
	#present_03 .inside {}
	#present_03 .inside h2 {
		margin: 0px 0 40px;
	}
	#present_03 .inside h2 picture {}
	#present_03 .inside h2 picture source {}
	#present_03 .inside h2 picture img {}
	#present_03 .inside .present {
		margin: 0 0 40px;
	}
	#present_03 .inside .present picture {}
	#present_03 .inside .present picture source {}
	#present_03 .inside .present picture img {}
	#present_03 .inside .banner {}
	#present_03 .inside .banner a {}
	#present_03 .inside .banner a picture {}
	#present_03 .inside .banner a picture source {}
	#present_03 .inside .banner a picture img {}
	/*============================
#terms
============================*/
	#terms {
		padding: 60px 0 60px;
	}
	#terms .inside {}
	#terms .inside .term {}
	#terms .inside .term h3 {}
	#terms .inside .term h3::before, #terms .inside .term h3::after {}
	#terms .inside .term .box {}
	#terms .inside .term .box ul {}
	#terms .inside .term .box ul li {
		margin: 0 0 40px;
	}
	#terms .inside .term .box ul li:last-child {}
	#terms .inside .term .box ul li h5 {
		font-size: 30px;
		border-bottom: 1px solid #fff;
		margin: 0 0 20px;
		padding: 0 0 10px;
	}
	#terms .inside .term .box ul li p {
		font-size: 26px;
	}
	/*============================
#form
============================*/
	.mw_wp_form_input .confirm {
		display: none !important;
	}
	.mw_wp_form_confirm .input {
		display: none !important;
	}
	#form {
		padding: 60px 0 60px;
	}
	#form .inside {}
	#form .inside {}
	#form .inside .input {}
	#form .inside .input h3 {}
	#form .inside .center {
		font-size: 28px;
	}
	#form .inside .confirm {}
	#form .inside .confirm h3 {}
	#form .inside .confirm .confirm {}
	#form .inside .table_border {}
	#form .inside .table_border .form_table {
		margin: 40px auto;
		border-bottom: 1px solid #fff;
	}
	#form .inside .table_border .form_table tbody tr td, #form .inside .table_border .form_table tbody tr th {
		border-top: none;
		padding: 40px;
		list-style: none;
		display: list-item;
		font-size: 26px;
	}
	#form .inside .table_border .form_table tbody tr th {
		border-top: 1px solid #fff;
		font-size: 30px;
	}
	#form .inside .table_border .form_table tbody tr th .ness {
		right: 40px;
		top: 50px;
		text-indent: 1em;
		font-size: 20px;
		padding: 0.25em 0.75em;
		border-radius: 3px;
	}
	.mw_wp_form_confirm #form .inside .table_border .form_table tbody tr th .ness {
		top: 40px;
	}
	#form .inside .table_border .form_table tbody tr td {
		font-size: 30px;
	}
	#form .inside .table_border .form_table tbody tr td input[type="text"], #form .inside .table_border .form_table tbody tr td textarea {
		padding: 0.85em;
		border: 2px solid #766300;
		font-size: 32px;
		border-radius: 3px;
	}
	#form .inside .table_border .form_table tbody tr td input[type="text"]::placeholder {
		color: #bbb;
	}
	#form .inside .table_border .form_table tbody tr td .input strong {}
	#form .inside .table_border .form_table tbody tr td p {
		font-size: 26px;
	}
	#form .inside .table_border .form_table tbody tr td .error {
		font-size: 30px;
	}
	#form .inside .cautions {
		padding: 40px;
		border-radius: 3px;
	}
	#form .inside .cautions h4 {
		font-size: 30px;
		margin: 0 0 40px;
	}
	#form .inside .cautions ol {
		list-style: none;
	}
	#form .inside .cautions ol li {
		list-style: none;
		padding: 0 0 0 1.5em;
		font-size: 26px;
		margin: 0 0 1em;
		word-break: break-all;
	}
	#form .inside .cautions ol li::before {
		left: 0;
		top: 0;
	}
	#form .inside .cautions ol li a {}
	#form .inside .privacy {
		border-radius: 3px;
		padding: 40px 10px;
		font-size: 30px;
		margin: 40px 0;
	}
	#form .inside .privacy a {}
	#form .inside .bt {}
	#form .inside .bt .red {}
	#form .inside .bt .red span {}
	#form .inside .link {}
	#form .inside .link .back {
		font-size: 28px;
	}
	#form .inside .link .back .icon-arrow-left {}
	.complete {
		height: calc(100vh - 212px - 120px);
		padding: 40px 0;
	}
	.complete h3 {
		font-size: 30px !important;
	}
	.complete .center {
		border-radius: 3px;
		padding: 40px 10px;
		font-size: 28px;
		margin: 40px 0;
	}
	.complete .bt {}
	.complete .bt .back {}
	.complete .bt .back span {}
	#form .inside .cancel {
		padding: 20px;
		font-size: 26px;
		margin: 40px 0;
	}
	#form .inside .cancel h6 {
		font-size: 30px;
	}
	#form .inside .cancel p {
		margin: 20px 0 0;
	}
	/*============================
#footer
============================*/
	#footer {
		padding: 60px 0;
		left: auto;
		bottom: auto;
		right: auto;
		position: relative;
	}
	#footer .footer_above {}
	#footer .footer_above .inside {}
	#footer .footer_above .inside h6 {
		margin: 0 0 40px;
	}
	#footer .footer_above .inside h6 img {}
	#footer .footer_below {}
	#footer .footer_below .inside {}
	#footer .footer_below .inside .copyright {
		font-size: 18px;
	}
}