@charset "UTF-8";

#onetrust-consent-sdk {
	display: none;
}



/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	line-height: 1;
}
*/

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
li {
	list-style: none;
}

body #wrap {
	color: #000;
	background: #fff;
	font-family: "SST W55 Regular", "SST W20 Roman", "SST Japanese Pro Regular", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif;
	font-weight: 500;
	font-style: normal;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	vertical-align: bottom;
}


#tmpl-header .tmpl-header_logo > a {
	font-size: 0;
}



.sp {
	display: none !important;
}





#wrap {
	-webkit-font-smoothing: antialiased;
	min-width: 1190px;
	font-size: initial;
	font-weight: 400;
	font-family: "SST W55 Regular", "SST W20 Roman", "SST Japanese Pro Regular", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif;
}

#wrap h1, h2, h3 {
	margin: 0;
	padding: 0;
}

#pv-visual {
	margin: 0 0 175px;
	position: relative;
	min-height: 300px;
	background: #000;
}
#pv-visual span {
	position: relative;
	display: block;
	opacity: 0.8;
	background: url(../img/kv.jpg?2) 0 0 no-repeat;
	background-size: 100% auto;
}
body.fix-kv #pv-visual span {
	background-attachment: fixed;
}
#pv-visual span img {
	visibility: hidden;
	width: 100%;
	min-width: 1190px;
	height: auto;
}






#pv-visual h1 {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	
	color: #fff;
	letter-spacing: 1.5px;
	font-size: 3.125rem;
	font-weight: normal;
	font-family: "SST W20 Roman", sans-serif;
	text-shadow: 0 0 10px rgba(0,0,0,0.75);
}
#pv-visual .link {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 600px;
	left: calc(50% - 300px);
	bottom: 7%;
	z-index: 50;
	text-align: center;
}
#pv-visual .link button.large {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	
	width: 440px;
	height: 50px;
	
	color: #333;
	cursor: pointer;
	text-decoration: none;
	
	border: none;
	background: rgba(218,218,218,0.85);
	transition: all 300ms ease-out;
}
#pv-visual .link button.large strong {
	color: #333;
	font-size: 0.9375rem;
	font-weight: 400;
    font-family: "SST W55 Bold","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS Pゴシック",Osaka,sans-serif;
}
#pv-visual .link button.large:hover {
	background: rgba(218,218,218,1.0);
}
#pv-visual .link button.large img {
	position: absolute;
	width: 16px;
	height: auto;
	right: 15px;
	top: calc(50% - 8px);
	display: none;
}

#pv-visual .link button.small {
	position: relative;
	box-sizing: border-box;
	width: auto;
	margin: 15px 0 0;
	text-align: center;
	
	width: 440px;
	height: 50px;
	
	font-size: 0.9375rem;
	color: #333;
	cursor: pointer;
	text-decoration: none;

	border: none;
	background: rgba(218,218,218,0.85);
	transition: all 300ms ease-out;
}
#pv-visual .link button.small strong {
	color: #333;
	font-size: 0.9375rem;
	font-weight: 400;
    font-family: "SST W55 Bold","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS Pゴシック",Osaka,sans-serif;
}
#pv-visual .link button.small:hover {
	background: rgba(218,218,218,1.0);
}
#pv-visual .link button.small img {
	position: absolute;
	width: 16px;
	height: auto;
	right: 15px;
	top: calc(50% - 8px);
	display: none;
}


@media screen and (max-width:1380px) {
	#pv-visual .link {
		bottom: 25px;
	}
}




#pv-content {
	text-align: center;
	color: #333;
}
#pv-content .pv-lead h2 {
	font-size: 1.75rem;
    font-family: "SST W55 Bold","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS Pゴシック",Osaka,sans-serif;
	line-height: 1.5;
}
#pv-content .pv-lead h2 * {
	display: block;
	font-weight: normal !important;
}
#pv-content .pv-lead h2 span {
	font-size: 1.1rem;
}

#pv-content .pv-lead + .pv-text {
	margin-top: 30px;
}
#pv-content .pv-text + .pv-lead {
	margin-top: 80px;
}
#pv-content .pv-text + .pv-text {
	margin-top: 30px;
}

div.pv-text {
	font-size: 1.4rem;
	font-weight: 400;
	font-family: "SST W55 Regular","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS Pゴシック",Osaka,sans-serif;
	line-height: 1.85;
}
dl.pv-text * {
	font-weight: 400;
	font-family: "SST W55 Regular","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS Pゴシック",Osaka,sans-serif;
	line-height: 1.85;
}
dl.pv-text dt {
	font-size: 1.35rem;
}
dl.pv-text dd {
	margin: 5px 0 0;
	font-size: 1.1rem;
}


#pv-sessions {
	max-width: 1190px;
	margin: 195px auto;
}
#pv-sessions-visual {
	position: relative;
	overflow: hidden;
}
#pv-sessions-visual span {
	position: relative;
	display: block;
}
#pv-sessions-visual img {
	width: 100%;
	height: auto;
}
#pv-sessions-visual h2 {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	margin-top: -30px;
	
	color: #fff;
	letter-spacing: 1.5px;
	font-size: 3.375rem;
	font-weight: normal;
	font-family: "SST W20 Roman", sans-serif;
	text-shadow: 0 0 10px rgba(0,0,0,0.75);
}
#pv-sessions-visual h3 {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	margin-top: 30px;
	
	color: #fff;
	letter-spacing: 1.5px;
	font-size: 1.5rem;
	font-weight: 400;
	font-family: "SST W55 Regular","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS Pゴシック",Osaka,sans-serif;
	text-shadow: 0 0 10px rgba(0,0,0,0.75);
}


#pv-sessions-content {
	margin: 50px 0 0;
	text-align: center;
}
#pv-sessions-content p {
	font-size: 1.0rem;
	font-weight: 400;
	font-family: "SST W55 Regular","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS Pゴシック",Osaka,sans-serif;
	line-height: 2;
	color: #333;
}

html:lang(en) #pv-sessions-content {
	text-align: left;
}

#pv-sessions-content .link {
	width: 374px;
	height: 80px;
	margin: 60px auto 0;
}
#pv-sessions-content .link a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	
	font-size: 1.0625rem;
	font-family: "SST W55 Regular", "SST W20 Roman", "SST Japanese Pro Regular", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif;
	color: #333;
	cursor: pointer;
	text-decoration: none;
	
	border: 3px solid #fff;
	background: rgba(218,218,218,1);
	transition: all 300ms ease-out;
}
#pv-sessions-content .link a:hover {
	color: #fff;
	background: #808080;
}






.pv-lead,
.pv-text,
#pv-sessions-content {
	opacity: 0;
	filter: blur(20px);
	transition: opacity 1500ms ease-out, filter 800ms ease-out;
}

#pv-sessions-visual {
	opacity: 0;
	transform: translateY(100px);
	transition: all 800ms ease-out;
}
#pv-sessions-visual span {
	transform: translateY(-50px);
	transition: all 800ms ease-out;
}




.pv-lead.passed,
.pv-text.passed,
#pv-sessions-content.passed {
	opacity: 1;
	filter: blur(0px);
}

#pv-sessions-visual.passed {
	opacity: 1;
	transform: translateY(0px);
}
#pv-sessions-visual.passed span {
	transform: translateY(0px);
}





/* ---------- */

#video-overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 100000;
	background: rgba(0,0,0,0.85);
}
#video-player {
	position: fixed;
	width: 960px;
	height: 540px;
	left: calc(50% - 480px);
	top: calc(50% - 270px);
	z-index: 100010;
}
#video-close {
	position: fixed;
	width: 40px;
	height: 40px;
	left: calc(50% + 480px - 40px);
	top: calc(50% - 270px - 50px);
	z-index: 100020;
	background: none;
	border: none;
	cursor: pointer;
}
#video-player iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#video-close::before,
#video-close::after {
	position: absolute;
	content: "";
	display: block;
	width: 24px;
	height: 2px;
	left: 8px;
	top: calc(50% - 1px);
	background: #fff;
}
#video-close::before {
	transform: rotate(45deg);
}
#video-close::after {
	transform: rotate(-45deg);
}

#video-overlay,
#video-player,
#video-close {
	transition: all 300ms ease-out;
	opacity: 0;
}
body[data-player="on"] #video-overlay,
body[data-player="on"] #video-player,
body[data-player="on"] #video-close {
	opacity: 1;
}


