@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 {
	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;
}







.pc {
	display: none !important;
}



#wrap {
	width: 100vw;
	overflow-x: hidden;
	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;
}

#pv-visual {
	height: 100vw;
	position: relative;
	background: #000;
}
#pv-visual span {
	position: relative;
	display: block;
	opacity: 0.8;
	background: url(../img/kv.jpg?2) 75% 0 no-repeat;
	background-size: cover;
}
body.fix-kv #pv-visual span {
	position: fixed;
	left: 0;
	top: 0;
}
#pv-visual span img {
	height: 100vw;
	visibility: hidden;
}






#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;
	font-size: 1.75rem;
	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;
	width: 300px;
	height: 90px;
	left: calc(50% - 150px);
	bottom: 20px;
	z-index: 50;
	text-align: center;
}
#pv-visual .link button {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 40px;
	color: #333;
	border: none;
	background: rgba(218,218,218,0.85);
	cursor: pointer;
	transition: all 300ms ease-out;
}
#pv-visual .link button strong {
	font-weight: 400;
	font-family: "SST W55 Bold", "SST W20 Roman", "SST Japanese Pro Regular", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Osaka, sans-serif;
}
#pv-visual .link button:active {
	background: rgba(218,218,218,0.5);
}
#pv-visual .link button img {
	position: absolute;
	width: 10px;
	height: auto;
	right: 10px;
	top: calc(50% - 5px);
	display: none;
}
#pv-visual .link button + button {
	margin-top: 10px;
}






#pv-content {
	position: relative;
	z-index: 100;
	text-align: center;
	padding: 50px 25px 75px;
	color: #333;
	background: #fff;
}
#pv-content .pv-lead h2 {
}
#pv-content .pv-lead h2 * {
	display: block;
	font-family: "SST W55 Bold", sans-serif;
	line-height: 1.7;
}
#pv-content .pv-lead h2 strong {
	font-size: 1.3125rem;
}
#pv-content .pv-lead h2 span {
	font-size: 0.875rem;
}





#pv-content .pv-lead + .pv-text {
	margin-top: 15px;
}
#pv-content .pv-text + .pv-lead {
	margin-top: 60px;
}
#pv-content .pv-text + .pv-text {
	margin-top: 25px;
}

div.pv-text {
	font-size: 1.4375rem;
	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-size: 1.0625rem;
	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 dd {
	margin-top: 5px;
}
.pv-text br {
	display: none;
}



#pv-sessions {
	position: relative;
	z-index: 110;
	padding: 0 20px 75px;
	background: #fff;
}
#pv-sessions-visual {
	position: relative;
	height: 50vw;
	overflow: hidden;
}
#pv-sessions-visual span {
	position: relative;
	display: block;
}
#pv-sessions-visual img {
	height: 50vw;
	object-fit: cover;
	object-position: 50% 50%;
}
#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: -22px;
	
	color: #fff;
	font-size: 2.25rem;
	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: 22px;
	
	color: #fff;
	font-size: 1.25rem;
	font-weight: normal;
	font-family: "SST W20 Roman", sans-serif;
	text-shadow: 0 0 10px rgba(0,0,0,0.75);
}





#pv-sessions-content {
	margin: 40px 25px 0;
	text-align: center;
}
#pv-sessions-content p {
	margin: 25px 0 0;
	font-size: 0.9375rem;
	line-height: 2;
	text-align: left;
	color: #333;
}

#pv-sessions-content .link {
	width: 200px;
	height: 55px;
	z-index: 100;
	margin: 30px auto 0;
}
#pv-sessions-content .link a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 55px;
	
	font-size: 0.9375rem;
	color: #333;
	cursor: pointer;
	text-decoration: none;
	
	border: 2px solid #fff;
	background: rgba(218,218,218,1);
	transition: all 300ms ease-out;
}
#pv-sessions-content .link a:active {
	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: 100005;
	background: rgba(0,0,0,0.85);
}
#video-player {
	position: fixed;
	width: 100vw;
	height: 56.25vw;
	left: 0;
	top: calc(50% - 28.125vw);
	z-index: 1000010;
}
#video-close {
	position: fixed;
	width: 40px;
	height: 40px;
	right: 12px;
	top: calc(50% - (100vw / 16 * 9 * 0.5) - 40px);
	z-index: 1000020;
	padding: 0;
	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;
}


