@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600&display=swap');

html {
  font-size: 62.5%;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

body{
	background:#000 url(../images/background.jpg) no-repeat 0 0;
	background-size: 100% auto;
}
div.lp_wrapper{
	position: relative;
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 5%,rgba(0,0,0,0) 20%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/* header */
.lp_header{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.lp_header h1{
	display: none;
}
.lp_title{
	position: absolute;
	top: 3%;
	left: 20px;
	z-index: 10;
}
.lp_title01{
	display: block;
	width: 23.6%;
	max-width: 292px;
	margin-bottom: 3.2%;
	overflow: hidden;
}
.lp_title02{
	display: block;
	width: 55%;
	max-width: 680px;
	overflow: hidden;
}
.lp_title01 span,
.lp_title02 span{
	display: block;
	transform: translate(0, 100%);
	transition: transform cubic-bezier(0.3, 0, 0.3, 1) 1s;
}
.lp_title01.-visible span,
.lp_title02.-visible span{
  transform: translate(0, 0);
}
.lp_title img{
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (min-width: 1024px) {
	.lp_title01{
		max-width: 344px;
	}
	.lp_title02{
		max-width: 800px;
	}
}
@media screen and (max-width: 430px) {
	.lp_title{
		top: -16.5%;
		left: 10px;
	}
	.lp_title01{
		width: 25.8%;
		max-width: none;
	}
	.lp_title02{
		width: 60%;
		max-width: none;
	}
}

.lp_subtitle{
	position: absolute;
	bottom: 0%;
	right: 0;
	width: 66%;
	padding-right: 5%;
	z-index: 10;
	transform: rotate(-8deg);
	overflow: hidden;
}
.lp_subtitle01{
	position: relative;
	left: 0;
	display: block;
	width: 55.8%;
	max-width: 449px;
	margin: 0 0 8px;
}
.lp_subtitle02{
	position: relative;
	display: block;
	width: 100%;
	max-width: 805px;
	left: 3%;
}
.lp_subtitle01 span{
	display: block;
	transform: translate(10%, 0);
	opacity: 0;
	transition: opacity 2s,transform cubic-bezier(.05,.72,.42,1) 2s;
}
.lp_subtitle02 span{
	display: block;
	transform: translate(10%, 0);
	opacity: 0;
	transition: opacity 2s,transform cubic-bezier(.05,.72,.42,1) 2s;
}
.lp_subtitle01.-visible span,
.lp_subtitle02.-visible span{
  transform: translate(0, 0);
  opacity: 1;
}
.lp_subtitle01 img,
.lp_subtitle02 img{
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 430px) {
	.lp_subtitle{
		width: 90%;
		bottom: -5%;
	}
}

.lp_banner{
	position: relative;
	float: right;
	top: -10px;
	width: 64%;
	max-width: 340px;
	min-width: 80px;
	height: auto;
	z-index: 10;
	overflow: hidden;
}
.lp_banner img{
	display: block;
	width: 100%;
	height: auto;
}

/*
.lp_banner span{
	display: block;
	transition: all cubic-bezier(0.3, 0, 0.3, 1) 1s;
	opacity: 0;
}
.lp_banner.-visible > span {
  opacity: 1;
}
.lp_banner.-visible{
	display: block;
}
*/


.lp_logo{
	position: absolute;
	top: 2.5%;
	right: 1.6%;
	width: 25%;
	max-width: 220px;
	height: auto;
	z-index: 10;
}
.lp_logo p{
	margin: 0;
	padding: 10px 0 8px;
	background-color: rgba(255, 255, 255, 0.9);
}
.lp_logo img{
	display: block;
	width: 100%;
	height: auto;
}
.lp_header_img_block{
	width: 100%;
}
.lp_header_img{
	position: relative;
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	background-color: #000;
	aspect-ratio:12/7;
	overflow: hidden;
}
.header_img{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	height: auto;
}
.lp_header_img img{
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 430px) {
	.lp_logo{
		top: -17.5%;
		right: 2%;
		width: 31%;
	}
	.lp_header_img{
		margin-top: 18.5%;
		width: 140%;
		left: -20%;
	}
}

.lp_message_wrap{
	position: relative;
	width: 92%;
	max-width: 800px;
	margin: 100px auto 100px;
	padding: 0 3% 0 5%;
}
.lp_message_wrap p{
	margin: 0 0 10px;
	font-size: 2.6rem;
	line-height: 1.5;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.lp_message_wrap p.lp_message:nth-child(3),
.lp_message_wrap p.lp_message:nth-child(5),
.lp_message_wrap p.lp_message:nth-child(6){
	margin-bottom: 2em;
}
.lp_message{
	position: relative;
	overflow: hidden;
	transform: translate(-100%, 0);
	transition: transform cubic-bezier(0.3, 0, 0.3, 1) 1s;
}
.lp_message > span{
	display: block;
	transform: translate(100%, 0);
	transition: transform cubic-bezier(0.3, 0, 0.3, 1) 1s;
}
.lp_message span span{
	display: inline-block;
}
.lp_message.-visible,
.lp_message.-visible > span {
  transform: translate(0, 0);
}
.lp_message.-visible:before{
	transform: scale(0, 1);
	transition: transform cubic-bezier(0.3, 0, 0.3, 1) 1s;
}

@media screen and (max-width: 768px) {
	.lp_message_wrap p{
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 430px) {
	.lp_message_wrap{
		margin: 80px auto 60px;
	}
	.lp_message_wrap p{
		font-size: 1.8rem;
		line-height: 1.4;
	}
}
@media screen and (max-width: 375px) {
	.lp_message_wrap p{
		font-size: 1.6rem;
	}
}


/* event  */
.lp_event{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 0;
	background-color: #fff;
}
.lp_event h2{
	width: 50%;
	max-width: 380px;
	min-width: 220px;
	margin: 0 auto 48px;
}
.lp_event .lp_date{
	width: 50%;
	max-width: 400px;
	min-width: 220px;
	margin: 0 auto 32px;
}
.lp_event h2 img,
.lp_event .lp_date img{
	display: block;
	width: 100%;
	height: auto;
}
.lp_button{
	width: 50%;
	max-width: 400px;
	min-width: 220px;
	margin: 0 auto;
}
.lp_button a{
	position: relative;
	display: block;
	padding: 10px;
	background-color: #000;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 24px;
	transition: all 0.4s;
}
.lp_button a:after{
	content:'〉';
	position: absolute;
	top: calc(50% - 9px);
	right: 10px;
	font-weight: normal !important;
}
.lp_button a:link{
	text-decoration: none;
}
.lp_button a:visited{
	text-decoration: none;
}
.lp_button a:hover{
	opacity: 0.75;
}

/* footer */
.lp_copyright{
	padding: 80px 10px 20px;
	font-size: 1rem;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
}

/* 0325 */
.lp_event_onair h2{
	width: 95%;
	max-width: 640px;
	margin: 0 auto 32px;
	padding: 0 0 32px;
	border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
}
.lp_event_onair h2 img{
	width: 40%;
	max-width: 300px;
	min-width: 200px;
	margin: 0 auto;
}
.lp_event_onair h3{
	font-size: 2.6rem;
	color: #348cb1;
	text-align: center;
}
.lp_event_onair h3 + p{
	width: 95%;
	max-width: 640px;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 1.7;
	color: #333;
}
.lp_embed_player_wrap{
	width: 95%;
	max-width: 640px;
	margin: 0 auto;
}
.lp_embed_player{
	position: relative;
	margin: 30px 0 0;
	padding-top: 56.25%;
	overflow: hidden;
}
.lp_embed_player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}