@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 大枠レイアウト
　02. モジュール

******************************************************************************* */
/* ==

　01. 大枠レイアウト

=============================================================================== */
#main {
	width: auto;
	min-width: 950px;
	padding: 0 0 80px;
	font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
#main p,
#main ul {
	font-size: 134%;
}
#main a.fnFade{
	transition: opacity .3s;
}
.d_hover #main a.fnFade:hover{
	opacity: 0.7;
}
.jstream-eqPlayer {
	vertical-align: top;
}
/*
#topicPath {
	display: none;
	background: none;
}
*/
#cboxTopLeft{display: none;}
#cboxTopRight{display: none;}
#cboxBottomLeft{display: none;}
#cboxBottomRight{display: none;}
#cboxMiddleLeft{display: none;}
#cboxMiddleRight{display: none;}
#cboxTopCenter{display: none;}
#cboxBottomCenter{display: none;}
#cboxContent{background: none;}
.cboxIframe{background: none;}
#cboxLoadedContent {
margin: 0;
}
#cboxClose {
right: 5px;
background: #333;
}
#cboxClose::before {
content: "";
display: block;
position: absolute;
top: 5px;
left: 12px;
width: 2px;
height: 15px;
background-color: #fff;
transform: rotate(-45deg);
}
#cboxClose::after {
content: "";
display: block;
position: absolute;
top: 5px;
left: 12px;
width: 2px;
height: 15px;
background-color: #fff;
transform: rotate(45deg);
}
#cboxLoadingOverlay{background: none;}
#cboxLoadingGraphic{background: none;}
/* ==

　02. モジュール

=============================================================================== */
#main h2{
	margin: 0 0 40px;
	padding: 0;
	background-color: transparent;
	font-size: 250%;
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
}


/* ビジュアル
------------------------------------------------------------------------------- */
.lpMv{
	width: 100%;
	margin-bottom: 90px;
	overflow: hidden;
	position: relative;
}
.lpMv figure{
	display: flex;
	justify-content: center;
	align-items: center;
}
.lpMv_in{
	position: absolute;
	inset: 0;
	z-index: 2;
}
#main .lpMv h1{
	margin: 0;
	padding: 0;
	border-bottom: none;
	text-align: center;
	position: absolute;
	top:150px;
	left: 50%;
	transform: translateX(-50%);
}


/* MOVIE（MV下スライダー）
------------------------------------------------------------------------------- */
.lpMovie{
	margin-bottom: 200px;
	padding: 0 20px;
	position: relative;
}
.lpMovie_in{
	max-width: 1410px;
	margin: 0 auto;
	position: relative;
}
.lpMovie_wrapper{
	max-width: 1160px;
	margin: 0 auto;
	display: flex;
	position: relative;
}
.lpMovie .lpMovie_item{
	width: calc((100% - 116px) / 3);
}
.lpMovie .lpMovie_item a{
	font-size: 150%;
	color: #000;
	text-decoration: none;
	text-align: center;
	position: relative;
	display: block;
}
.lpMovie .lpMovie_item a figure {
	position: relative;
}
.lpMovie .lpMovie_item a figure img {
	display: block;
}
.lpMovie .lpMovie_item a figure::before {
	content: "";
	width: 52px;
	height: 52px;
	margin-top: -26px;
	background: url(../../images/world_lp/ico_movie01.svg) left top no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.lpMovie .lpMovie_item a img{
	max-width: 100%;
	height: auto;
}
.lpMovie .lpMovie_item a figcaption{
	margin-top: 10px;
	letter-spacing: 0.06em;
}

/* スライダ― */
.lpMovie_loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: url(/common/images/rn04/svg/loading_ico01.svg) center center no-repeat;
	background-size: contain;
}
.lpMovie_list {
	opacity: 0;
}
.lpMovie_list-show {
	opacity: 1;
}
.lpMovie .swiper_btn {
	position: absolute;
	top: 50%;
	width: 82px;
	height: 82px;
	margin: -65px 0 0;
	z-index: 2;
	transition: all .4s ease-in-out;
	cursor: pointer;
	opacity: 0;
}
.lpMovie .swiper_btn-prev {
	left: 0;
}
.lpMovie .swiper_btn-next {
	right: 0;
}
.lpMovie .swiper_btn-show {
	opacity: 1;
}
.lpMovie .swiper_btn::before {
	content: '';
	width: 100%;
	height: 100%;
	margin: 0;
	border: 1px solid #181818;
	border-radius: 45px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.lpMovie .swiper_btn::after {
	content: "";
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -14px;
	border-style: solid;
	color: #181818;
	transform:rotate(45deg);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}
.lpMovie .swiper_btn-prev::after {
	margin: -9px 0 0 -6px;
	border-width: 0 0 1px 1px;
}
.lpMovie .swiper_btn-next::after {
	border-width: 1px 1px 0 0;
}

@media only screen and (max-width: 1420px) {
	.lpMovie .swiper_btn {
		width: 62px;
		height: 62px;
		margin: -55px 0 0;
	}
	.lpMovie .swiper_btn::after {
		width: 14px;
		height: 14px;
		margin: -7px 0 0 -10px;
	}
	.lpMovie .swiper_btn-prev::after {
		margin: -7px 0 0 -5px;
	}
}
@media only screen and (max-width: 1360px) {
	.lpMovie_wrapper{
		max-width: 1080px;
	}
}
@media only screen and (max-width: 1210px) {
	.lpMovie{
		margin-bottom: 140px;
	}
	.lpMovie_wrapper{
		max-width: 980px;
	}
}
@media only screen and (max-width: 1100px) {
	.lpMovie_wrapper{
		max-width: 900px;
	}
	.lpMovie .swiper_btn {
		width: 52px;
		height: 52px;
		margin: -45px 0 0;
	}
	.lpMovie .swiper_btn::after {
		width: 12px;
		height: 12px;
		margin: -6px 0 0 -8px;
	}
	.lpMovie .swiper_btn-prev::after {
		margin: -6px 0 0 -4px;
	}
}
@media only screen and (max-width: 1020px) {
	.lpMovie_wrapper{
		max-width: 820px;
	}
}


/* MOVIE（ページ下部）
------------------------------------------------------------------------------- */
.lpMovie02{
	margin-bottom: 90px;
	padding: 0 20px;
}
.lpMovie02_in{
	max-width: 1160px;
	margin: 0 auto;
	display: flex;
	gap: 40px 58px;
}
.lpMovie02 .lpMovie_item{
	width: calc((100% - 116px) / 3);
}
.lpMovie02 .lpMovie_item a{
	font-size: 150%;
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
}
.lpMovie02 .lpMovie_item a figure {
	position: relative;
}
.lpMovie02 .lpMovie_item a figure img {
	display: block;
}
.lpMovie02 .lpMovie_item a figure::before {
	content: "";
	width: 52px;
	height: 52px;
	margin-top: -26px;
	background: url(../../images/world_lp/ico_movie01.svg) left top no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.lpMovie02 .lpMovie_item a img{
	max-width: 100%;
	height: auto;
}
.lpMovie02 .lpMovie_item a figcaption{
	margin-top: 10px;
	letter-spacing: 0.06em;
}



/* 
------------------------------------------------------------------------------- */
.lpSection01,
.lpSection02{
	margin-bottom: 90px;
	padding: 0 20px;
	box-sizing: border-box;
}
.lpSection03{
	padding: 0 20px;
	box-sizing: border-box;
}
.lpSection04{
	margin-bottom: 120px;
	padding: 0 20px;
	box-sizing: border-box;
}
.lpSection01 img,
.lpSection02 img,
.lpSection03 img,
.lpSection04 img{
	max-width: 100%;
	height: auto;
}
.lpSection01_in{
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
}
.lpSection02_in{
	max-width: 930px;
	/* height: 964px; */
	margin: 0 auto;
	position: relative;
}
.lpSection03_in,
.lpSection04_in{
	max-width: 810px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	position: relative;
}
.lpSection01 .lpSection01_img01{
	position: absolute;
	left: 0;
	top: 90px;
}
.lpSection01 .lpSection01_img02{
	position: absolute;
	right: 0;
	top: 0;
}
.lpSection01 .lpSection01_txt {
	width: 44.8%;
	/*
	width: 520px;
	*/
	margin: 0 0 0 auto;
	padding: 450px 0 0;
	text-align: center;
}
.lpSection02 .lpSection02_img01{
	position: absolute;
	right: 0;
	top: 0;
}
.lpSection02 .lpSection02_img02{
	position: absolute;
	left: 0;
	top: 268px;
}
.lpSection02 .lpSection02_img03{
	position: absolute;
	left: 174px;
	top: auto;
	bottom: 0;
}
.lpSection02 .lpSection02_txt {
	width: 270px;
	margin: 0 0 0 auto;
	padding: 54% 0 260px;
	/*
	padding: 520px 0 260px;
	*/
	text-align: center;
}
.lpSection03 .lpSection03_txt {
	width: 348px;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
}
.lpSection04 .lpSection04_txt {
	width: 348px;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
}
#main .lpSection01 .lpSection01_txt p,
#main .lpSection02 .lpSection02_txt p,
#main .lpSection03 .lpSection03_txt p,
#main .lpSection04 .lpSection04_txt p{
	font-size: 167%;
	line-height: 2.4;
	color: #000;
	letter-spacing: 0.06em;
}


@media only screen and (max-width: 1160px) {
	.lpSection01 .lpSection01_img01{
		width: 55%;
	}
	.lpSection01 .lpSection01_img02{
		width: 35%;
	}
	.lpSection01 .lpSection01_txt {
		width: 40%;
		padding-top: 40%;
	}
	.lpSection02_in{
		width: 80%;
	}
	.lpSection03_in,
	.lpSection04_in{
		width: 70%;
	}
	.lpSection02 .lpSection02_img01{
		width: 68.6%;
	}
	.lpSection02 .lpSection02_img02{
		width: 43.65%;
	}
	.lpSection02 .lpSection02_img03{
		width: 50%;
	}
	/*
	.lpSection02 .lpSection02_img01{
		width: 55%;
	}
	.lpSection02 .lpSection02_img02{
		width: 35%;
	}
	.lpSection02 .lpSection02_img03{
		width: 40%;
	}
	*/
	.lpSection02 .lpSection02_txt {
		width: 29%;
	}
	.lpSection03 .lpSection03_img01,
	.lpSection04 .lpSection04_img01{
		width: 50%;
	}
	.lpSection03 .lpSection03_txt,
	.lpSection04 .lpSection04_txt {
		width: 37.4%;
	}
	#main .lpSection01 .lpSection01_txt p,
	#main .lpSection02 .lpSection02_txt p,
	#main .lpSection03 .lpSection03_txt p,
	#main .lpSection04 .lpSection04_txt p{
		font-size: 150%;
		line-height: 2.2;
	}
}

@media only screen and (max-width: 930px) {
	.lpSection02 .lpSection02_img01{
		width: 68.6%;
	}
	.lpSection02 .lpSection02_img02{
		width: 43.65%;
	}
	.lpSection02 .lpSection02_img03{
		width: 50%;
	}
}



/* ==

　01. アニメーション

=============================================================================== */
.fnAnimeFadeTop {
	position: relative;
	top: 50px;
	opacity: 0;
	transition: top 1.5s .2s,  opacity 1.3s .2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fnAnimeFadeTop-delay1 {
	transition: top 1.5s .6s,  opacity 1.3s .6s;	
}
.fnAnimeFadeTop-delay2 {
	transition: top 1.5s 1.2s,  opacity 1.3s 1.2s;	
}
.fnAnimeFadeTop-show {
	top: 0;
	opacity: 1;
}
