@charset "Shift_JIS";


/************

common

***********/

#Footer {
	position: relative;
	z-index: 999;
}

.tc {
	text-align: center;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb35 {
	margin-bottom: 35px;
}

#lpm_2021 .cont_unit .ttl h1 {	
	font-size: calc(18px + 20 * (100vw - 320px)/1280);
	/* font-size: calc(A + B * (100vw - C)/D);
		A : 最小文字サイズ
		B : 最大文字サイズ – 最小文字サイズ
		C : 最小画面幅
		D : 最大画面幅 – 最小画面幅
	*/
	
	font-family: "游ゴシック体", YuGothic, 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #000;
	text-align: center;
	line-height: 1.4em;
	margin-bottom: 15px;
}

#lpm_2021 .cont_unit .ttl h1.act {
	animation: cont_ttl_h1_act 1s ease 0s;
	animation-fill-mode: both;
}

@keyframes cont_ttl_h1_act {
	0% {
		letter-spacing: 0.8em;
	}
	
	100% {
		letter-spacing: 0.1em;
	}
}

#lpm_2021 .cont_unit .ttl h1 span {
	opacity: 0;
	display: inline-block;
}
#lpm_2021 .cont_unit .ttl h1.act span:nth-child(odd) {
	animation: text_01_act 1s ease 0s;
	animation-fill-mode: both;
}

#lpm_2021 .cont_unit .ttl h1.act span:nth-child(even) {
	animation: text_01_act 1s ease .2s;
	animation-fill-mode: both;
}


#lpm_2021 .cont_unit .ttl p {
	position: relative;
	opacity: 0;
}

#lpm_2021 .cont_unit .ttl p.act {
	animation: cont_ttl_p_act 1s ease 0s;
	animation-fill-mode: both;
}

@keyframes cont_ttl_p_act {
	0% {
		opacity: 0;
		top: 50px;
	}
	
	100% {
		opacity: 1;
		top: 0;
	}
}


#lpm_2021 .cont_unit p {
	font-size: 18px;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	margin-bottom: 1em;
	line-height: 2.2em;
}

@media screen and (max-width: 999px) {
	#lpm_2021 .cont_unit p {
		font-size: 15px;	
	}
}

#lpm_2021 section.cont_unit {
	min-height: 100vh;
}


/*******

ボタン処理

******/

#lpm_2021 .response_dev .btn_wrap {
	width: 485px;
	margin-left: auto;
	margin-right: auto;
	
	transform: scale(1);
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media screen and (max-width: 559px) {
	#lpm_2021 .response_dev .btn_wrap {
		width: 92%;	
	}
}

#lpm_2021 .response_dev .btn_wrap:hover {
	transform: scale(1.2);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#lpm_2021 .response_dev .btn_wrap a {
	display: block;
	width: 100%;
	background: rgba( 255, 140, 178, 1.0 );
	color: rgba(255, 255, 255, 1);
	padding: 12px 25px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 16px;
	position: relative;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media screen and (max-width: 559px) {
	#lpm_2021 .response_dev .btn_wrap a {
		padding: 12px 50px 12px 25px;
	}
}

#lpm_2021 .response_dev .btn_wrap:hover a {
	letter-spacing: 0.3em;
	background: rgba( 255, 140, 178, 0.8 );
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#lpm_2021 .response_dev .btn_wrap a:before {
	content: '';
	height: 1px;
	width: 88%;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -45%;
	background: #fff;
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}

#lpm_2021 .response_dev .btn_wrap:before a:before {
	width: 91%;
	margin-left: -46%;
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}

#lpm_2021 .response_dev .btn_wrap a:after {
	content: '';
	height: 1px;
	width: 38px;
	position: absolute;
	bottom: 21px;
	right: 3%;
	background: #fff;
	transform: rotate(45deg);
	
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}

#lpm_2021 .response_dev .btn_wrap:hover a:after {
	right: 2%;
	
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}

#lpm_2021 .response_dev .btn_wrap a span.arr {
	content: '';
	height: 1px;
	width: 38px;
	position: absolute;
	bottom: 21px;
	right: 5.8%;
	background: #fff;
	transform: rotate(45deg);
	
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}

#lpm_2021 .response_dev .btn_wrap:hover a span.arr {
	right: 5.5%;
	
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}

/************

key v

***********/

#lpm_2021 .cont_unit#cont_01 {
	width: 100%;
	
	position: relative;
}


#lpm_2021 .cont_unit#cont_01 .key_v_wrap {
	width: 100%;
	height: 100vh;
	position: sticky;
    position: -webkit-sticky;
	top: 0;
}

@media screen and (max-width: 799px) {
	#lpm_2021 .cont_unit#cont_01 .key_v_wrap {
		height: auto;	
	}
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .key_cont_wrap {
	position:relative;
	height: 100%;
	width: 100%;
	
	overflow: hidden;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .key_cont {
	position: sticky;
    position: -webkit-sticky;
	top: 0;
	z-index: 1;
	padding-top: 45px;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .bg_image {
	width: 100%;
	position:absolute;
	bottom: 0;
	opacity: 0;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .bg_image.act {
	animation: key_v_img_show 1.5s ease-out 0s;
	animation-fill-mode: both;
}

@keyframes key_v_img_show {
	0% {
		opacity: 0;	
		transform: scale(1);
		bottom: 0;
	}
	
	75% {
		opacity: 1;
		transform: scale(1);
		bottom: -30px;
	}
	
	100% {
		opacity: 1;
		transform: scale(1.1);
		bottom: -40px;
	}
}

@media screen and (max-width: 799px) {
	#lpm_2021 .cont_unit#cont_01 .key_v_wrap .bg_image {
		width: 100%;
		position:relative;
		top: 0;
		opacity: 0;
	}
	
	@keyframes key_v_img_show {
		0% {
			opacity: 0;	
			transform: scale(1);
		}
	
		75% {
			opacity: 1;
			transform: scale(1);
		}
	
		100% {
			opacity: 1;
		}
	}
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .bg_image img {
	max-width: 100%;
}


#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap {
	text-align: center;
	
	-webkit-transition: all 1s;
	transition: all 1s;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap.hidecont {
	animation: key_v_catch_hidecont 2s ease-out 0s;
	animation-fill-mode: both;
}

@keyframes key_v_catch_hidecont {
	0% {
		opacity: 1;
		-ms-filter: blur(0px);
		filter: blur(0px);	
	}
	
	100% {
		opacity: 0;
		-ms-filter: blur(60px);
		filter: blur(60px);	
	}
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap.re_hidecont {
	animation: key_v_catch_re_hidecont 1s ease-out 0s;
	animation-fill-mode: both;
}

@keyframes key_v_catch_re_hidecont {
	0% {
		opacity: 0;
		-ms-filter: blur(60px);
		filter: blur(60px);	
		
	}
	
	100% {
		opacity: 1;
		-ms-filter: blur(0px);
		filter: blur(0px);	
	}
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p {
	font-family: "游ゴシック体", YuGothic, 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	margin-bottom: 0;
	line-height: 1.1em;
	color: #000;
	position: relative;
	display: inline-block;
	overflow: hidden;
}

/** line_01 **/

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_01 {
	font-size: min( 4vw, 52px );
	font-weight: bold;
	
	opacity: 0;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, #lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_01 {
	font-size: calc(18px + 24 * (100vw - 320px)/1280);
	/* font-size: calc(A + B * (100vw - C)/D);
		A : 最小文字サイズ
		B : 最大文字サイズ – 最小文字サイズ
		C : 最小画面幅
		D : 最大画面幅 – 最小画面幅
	*/
}

/* Edge(EdgeHTML) */
_:-ms-lang(x)::backdrop, #lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_01 {
	font-size: calc(18px + 24 * (100vw - 320px)/1280);
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_01.act {
	font-size: min( 4vw, 24px );
	font-weight: bold;
	
	opacity: 1;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_01 span {
	opacity: 0;
	display: inline-block;
}
#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_01.act span:nth-child(odd) {
	animation: text_01_act 1s ease-out .4s;
	animation-fill-mode: both;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_01.act span:nth-child(even) {
	animation: text_01_act 1s ease-out .6s;
	animation-fill-mode: both;
}



#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.text_01:before {
	content: '';
	display: block;
	background: rgba(0,0,0,1);
	height: 50%;
	width: 100%;
	position: absolute;
	top:0;
	left: -100%;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.text_01.act:before {
	animation: text_01_act_before .4s ease-out;
	animation-fill-mode: both;
}


#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.text_01:after {
	content: '';
	display: block;
	background: rgba(0,0,0,1);
	height: 50%;
	width: 100%;
	position: absolute;
	top:50%;
	left: 100%;
	
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.text_01.act:after {
	animation: text_01_act_after .4s ease-out;
	animation-fill-mode: both;
}



/** line_02 logo **/

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_02 {
	font-size: calc(36px + 48 * (100vw - 320px)/1280);
	font-weight: bold;
	font-family:Helvetica, Arial,sans-serif;
	margin-bottom: 0px;
	/* text-stroke: 1px #000;
	-webkit-text-stroke: 1px #000; */
	letter-spacing: -0.02em;
	white-space: nowrap;
	line-height: 1.2em;
	
	opacity: 0;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, #lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_02 {
	font-size: calc(36px + 114 * (100vw - 320px)/1280);
	/* font-size: calc(A + B * (100vw - C)/D);
		A : 最小文字サイズ
		B : 最大文字サイズ – 最小文字サイズ
		C : 最小画面幅
		D : 最大画面幅 – 最小画面幅
	*/
}

/* Edge(EdgeHTML) */
_:-ms-lang(x)::backdrop, #lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_02 {
	font-size: calc(36px + 114 * (100vw - 320px)/1280);
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_02.act {
	opacity: 1;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_02 span {
	opacity: 0;
	display: inline-block;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_02.act {
	animation: text_02_act 1s ease-out .8s;
	animation-fill-mode: both;
}

@keyframes text_02_act {
	0% {
		letter-spacing: 0.1em;
	}
	
	100% {
		letter-spacing: -0.02em;
	}
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_02.act span:nth-child(odd) {
	animation: text_01_act 1s ease-out .8s;
	animation-fill-mode: both;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_02.act span:nth-child(even) {
	animation: text_01_act 1s ease-out 1s;
	animation-fill-mode: both;
}


#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.text_02:before {
	content: '';
	display: block;
	background: rgba(0,0,0,1);
	height: 50%;
	width: 100%;
	position: absolute;
	top:0;
	left: -100%;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.text_02.act:before {
	animation: text_01_act_before 1s ease-out;
	animation-fill-mode: both;
}



#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.text_02:after {
	content: '';
	display: block;
	background: rgba(0,0,0,1);
	height: 50%;
	width: 100%;
	position: absolute;
	top:50%;
	left: 100%;
	
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.text_02.act:after {
	animation: text_01_act_after 1s ease-out;
	animation-fill-mode: both;
}




/** line_03 **/

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_03 {
	font-size: calc(18px + 24 * (100vw - 320px)/1280);
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-bottom: 1em;
	opacity: 0;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, #lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_03 {
	font-size: calc(18px + 34 * (100vw - 320px)/1280);
	/* font-size: calc(A + B * (100vw - C)/D);
		A : 最小文字サイズ
		B : 最大文字サイズ – 最小文字サイズ
		C : 最小画面幅
		D : 最大画面幅 – 最小画面幅
	*/
}

/* Edge(EdgeHTML) */
_:-ms-lang(x)::backdrop, #lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_03 {
	font-size: calc(18px + 34 * (100vw - 320px)/1280);
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_03.act {
	opacity: 1;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_03 span:nth-child(2) {
	letter-spacing: -0.3em;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_03 span:nth-child(3) {
	letter-spacing: -0.3em;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_03 span {
	opacity: 0;
	display: inline-block;
}
#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_03.act span:nth-child(odd) {
	animation: text_01_act 1s ease-out 1.5s;
	animation-fill-mode: both;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_03.act span:nth-child(even) {
	animation: text_01_act 1s ease-out 1.7s;
	animation-fill-mode: both;
}



#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.text_03:before {
	content: '';
	display: block;
	background: rgba(0,0,0,1);
	height: 50%;
	width: 100%;
	position: absolute;
	top:0;
	left: -100%;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.text_03.act:before {
	animation: text_01_act_before 1.5s ease-out;
	animation-fill-mode: both;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.text_03:after {
	content: '';
	display: block;
	background: rgba(0,0,0,1);
	height: 50%;
	width: 100%;
	position: absolute;
	top:50%;
	left: 100%;
	
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.text_03.act:after {
	animation: text_01_act_after 1.5s ease-out;
	animation-fill-mode: both;
}






/** line_04 **/


#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_04 {
	font-size: calc(100px + 300 * (100vw - 320px)/1280);
	line-height: 0.85em;
	font-weight: bold;
	font-family:Helvetica, Arial,sans-serif;
	text-stroke: 6px #57c4c3;
	-webkit-text-stroke: 6px #57c4c3;
	color: rgba(87, 196, 195, 1);
	overflow: visible;
	
	opacity: 0;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, #lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_04 {
	font-size: calc(100px + 300 * (100vw - 320px)/1280);
	/* font-size: calc(A + B * (100vw - C)/D);
		A : 最小文字サイズ
		B : 最大文字サイズ – 最小文字サイズ
		C : 最小画面幅
		D : 最大画面幅 – 最小画面幅
	*/
}

/* Edge(EdgeHTML) */
_:-ms-lang(x)::backdrop, #lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_04 {
	font-size: calc(100px + 300 * (100vw - 320px)/1280);
}

/* 
#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_04.act {
	opacity: 1;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_04 span {
	opacity: 0;
	display: inline-block;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.text_04.act span:nth-child(1) {
	animation: text_04_act 1s ease-out 1.8s;
	animation-fill-mode: both;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.text_04.act span:nth-child(2) {
	animation: text_04_act 1s ease-out 2.2s;
	animation-fill-mode: both;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.text_04.act span:nth-child(3) {
	animation: text_04_act 1s ease-out 2.4s;
	animation-fill-mode: both;
}

#lpm_2021 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.text_04.act span:nth-child(4) {
	animation: text_04_act 1s ease-out 2.6s;
	animation-fill-mode: both;
} 

@keyframes text_04_act {
	0% {
		opacity: 0;
		transform: scale(20);
		
	}
	
	100% {
		opacity: .8;
		transform: scale(1);	
		
	}
}

*/

/*******

keyframes

********/


@keyframes text_01_act {
	0% {
		opacity: 0;
		/* transform: scale(2); */
	}
	
	100% {
		opacity: 1;	
		transform: scale(1);
	}
}


@keyframes text_01_act_before {
	0% {
		left: -100%;	
	}
	50% {
		left: 0%;	
	}
	100% {
		left: 100%;	
	}
}

@keyframes text_01_act_after {
	0% {
		left: 100%;	
	}
	50% {
		left: 0%;	
	}
	100% {
		left: -100%;	
	}
}






/************

cont_01

***********/

#lpm_2021 section.cont_unit#cont_01 {
	
}

#lpm_2021 section.cont_unit#cont_01 .cont {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: rgba( 255, 255, 255, 0.9 );
	padding: 50px 20px 50px 20px;
	box-sizing: border-box;
	
	margin-top: -30vh;
	
	position: sticky;
    position: -webkit-sticky;
	top: 0;
	z-index: 2;
	
}

@media screen and (max-width: 999px) {
	#lpm_2021 section.cont_unit#cont_01 .cont {
		width: 92%;	
	}
}


#lpm_2021 section.cont_unit#cont_01 .cont .txt {
	text-align: center;
}


/************

cont_02

***********/

#lpm_2021 section#cont_02 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #000;
	box-sizing: border-box;
	
	position: relative;
	
}

@media screen and (max-width: 767px) {
	#lpm_2021 section#cont_02 {
		min-height: auto;
	}
}

#lpm_2021 section#cont_02 .cont {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 0;
	box-sizing: border-box;
	padding: 55px 0 0;
}

@media screen and (max-width: 767px) {
	#lpm_2021 section#cont_02 .cont {
		position: relative;
	}
}



#lpm_2021 section#cont_02 .cont .ttl h1 {
	color: #fff;
	margin-bottom: 0;
}

#lpm_2021 section#cont_02 .cont .ttl p {
	color: #fff;
	text-align: center;
}

#lpm_2021 section#cont_02 .cont .photo_wrap {
	width: 100%;
	overflow: hidden;
}

#lpm_2021 section#cont_02 .cont .photo_wrap .photo {
	width: 100%;
	text-align: center;
	opacity: 1;
	-ms-filter: blur(0);
	filter: blur(0);	
	transform: scale(1);
	
	-webkit-transition: all 1s;
	transition: all 1s;
	
}

#lpm_2021 section#cont_02 .cont .photo_wrap .photo.show {
	opacity: 0;
	-ms-filter: blur(5px);
	filter: blur(5px);	
	transform: scale(1.2);
	
	-webkit-transition: all 1s;
	transition: all 1s;
	
}

#lpm_2021 section#cont_02 .cont .photo_wrap .photo.act {
	opacity: .3;
	-ms-filter: blur(5px);
	filter: blur(5px);	
	
	-webkit-transition: all .6s;
	transition: all .6s;
	
}

@media screen and (max-width: 767px) {
	#lpm_2021 section#cont_02 .cont .photo_wrap .photo.act {
		opacity: 1;
		-ms-filter: blur(0);
		filter: blur(0);	
	
		-webkit-transition: all .6s;
		transition: all .6s;
	}
}

#lpm_2021 section#cont_02 .cont .photo_wrap .photo img {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}




@media screen and (max-width: 1399px) {
	#lpm_2021 section#cont_02 .cont .photo_wrap .photo img {
		width: 100%;
	}
}

#lpm_2021 section#cont_02 .txt {
	position: relative;
	z-index: 1;
	padding-bottom: 27%;

}




#lpm_2021 section#cont_02 .txt p {
	text-align: center;
	color: #fff;
	font-size: 22px;
	-webkit-transition: all .4s;
	transition: all .4s;	
}

@media screen and (max-width: 999px) {
	#lpm_2021 section#cont_02 .txt p {
		font-size: 18px;
		
		-webkit-transition: all .4s;
		transition: all .4s;	
	}
}

@media screen and (max-width: 767px) {
	#lpm_2021 section#cont_02 .txt p {
		font-size: 15px;
		
		-webkit-transition: all .4s;
		transition: all .4s;	
	}
}


/************

cont_03

***********/

#lpm_2021 section#cont_03 {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #000;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

#lpm_2021 section#cont_03 .pseudoH {
	/* height: 300vh; */

}

#lpm_2021 section#cont_03 .cont {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	box-sizing: border-box;
	
	
}

#lpm_2021 section#cont_03 .cont .cont_wrap {
	position: relative;
}

#lpm_2021 section#cont_03 .cont .ttl {
	position: relative;
	z-index: 11;
}

#lpm_2021 section#cont_03 .cont .ttl h1 {
	color: #fff;
	padding: 30px 30px 0 30px;
	white-space: nowrap;
} 

#lpm_2021 section#cont_03 .cont .txt {
	position: relative;
	z-index: 11;
}

#lpm_2021 section#cont_03 .cont .txt p {
	color: #fff;
	text-align: center;
	padding: 0 30px 30px 30px;
} 

#lpm_2021 section#cont_03 .cont .bg_col {
	position: absolute;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	
} 

#lpm_2021 section#cont_03 .cont .bg_col.act {
	animation: cont_03_txt_bg_col .6s ease-out 1.5s;
	animation-fill-mode: both;
}

@keyframes cont_03_txt_bg_col {
	0% {
		opacity: 0;	
	}
	100% {
		opacity: 1;	
	}
}

#lpm_2021 section#cont_03 .cont .bg_col li {
	
	z-index: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
} 

#lpm_2021 section#cont_03 .cont .bg_col li:nth-child(1) {
	background: rgba(244, 230, 33, 0.6);
	position: absolute;
	top: 0;
	left: 0;
}

#lpm_2021 section#cont_03 .cont .bg_col li:nth-child(2) {
	background: rgba(255, 140, 178, 0.6);
	position: absolute;
	top: 0;
	left: 0;
}

#lpm_2021 section#cont_03 .cont .bg_col li:nth-child(3) {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(87, 196, 195, 0.6);
}


#lpm_2021 section#cont_03 .bg_photo {
	width: 100%;
	height: 100%;
	overflow: hidden;
} 


#lpm_2021 section#cont_03 .bg_photo ul li {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-size: cover;
    background-position: 50% 50%;
	background-repeat: no-repeat;
	
	opacity: 0;
	
	-webkit-animation: cont_03_bgAnimation 30s ease infinite 0s;
    -moz-animation: cont_03_bgAnimation 30s ease infinite 0s;
    -o-animation: cont_03_bgAnimation 30s ease infinite 0s;
    -ms-animation: cont_03_bgAnimation 30s ease infinite 0s;
    animation: cont_03_bgAnimation 30s ease infinite 0s;
} 

@keyframes cont_03_bgAnimation {
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	3% {
	    opacity: 1;
	    -webkit-transform: scale(1.02);
	}
	14% {
	    opacity: 1;
	    -webkit-transform: scale(1.02);
	    
	}
	19% {
	    opacity: 1;
	    -webkit-transform: scale(1.02);
	    
	}
	22% {
	    opacity: 1;
	    -webkit-transform: scale(2.2);
	    
	}
	24% {
	    opacity: 1;
	    -webkit-transform: scale(2.2);
	    -webkit-animation-timing-function: ease-out;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale(2.2) translateY(0%);
	}
	75% {
	    opacity: 0;
	    -webkit-transform: scale(2.2) translateY(0%);
	}
	100% { opacity: 0 }
}

#lpm_2021 section#cont_03 .bg_photo ul li:nth-child(1) {
	background-image: url('/image/jp/expo/science/lpm/index_03.jpg');
} 

#lpm_2021 section#cont_03 .bg_photo ul li:nth-child(2) {
	background-image: url('/image/jp/expo/science/lpm/index_04.jpg');
	-webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s;
} 

#lpm_2021 section#cont_03 .bg_photo ul li:nth-child(3) {
	background-image: url('/image/jp/expo/science/lpm/index_05.jpg');
	-webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s;
} 


#lpm_2021 section#cont_03 .response_dev {
	position: absolute;
    margin-left: 0;
    bottom: 0;
    margin-right: auto;
    text-align: center;
    padding: 12px 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    width: 100%;
} 




/************

cont_04

***********/

#lpm_2021 section#cont_04 {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	position: relative;
	padding: 55px 0;
	
	overflow: hidden;
}

#lpm_2021 section#cont_04 .bg_img {
	position: absolute;
	width: 100%;
	right: 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	text-align: right;
}

#lpm_2021 section#cont_04 .bg_img.act {
	animation: cont_04_bg_img 1s ease-out .5s;
	animation-fill-mode: both;
}

@keyframes cont_04_bg_img {
	0% {
		transform: scale(10) rotateY(90deg) rotateZ(45deg);
		opacity: 0;
	}
	100% {
		transform: scale(1) rotateY(0)  rotateZ(0);
		opacity: 1;	
	}
}

#lpm_2021 section#cont_04 .bg_img img {
	max-width: 80%;
}


#lpm_2021 section#cont_04 .cont {
	position: relative;
	z-index: 1;
	
	text-align: center;
}

#lpm_2021 section#cont_04 .cont .icon {
	margin-bottom: 25px;
	opacity: 0;
	
}

#lpm_2021 section#cont_04 .cont .icon.act {
	animation: cont_04_icon 1.5s ease-out 0s;
	animation-fill-mode: both;
	
}

@keyframes cont_04_icon {
	0% {
		transform: scale(3);
		opacity: 0;
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}
	60% {
		opacity: .4;	
	}
	70% {
		opacity: .6;	
	}
	
	80% {
		opacity: .4;	
	}
	
	90% {
		opacity: 1;	
	}
	100% {
		opacity: 1;	
	}
}

#lpm_2021 section#cont_04 .cont .photo_wrap {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	opacity: 0;
	text-align: center;
}

#lpm_2021 section#cont_04 .cont .photo_wrap.act {
	animation: cont_04_photo .4s ease-out 2s;
	animation-fill-mode: both;
}

@keyframes cont_04_photo {
	0% {
		transform: rotateY(360deg);
		opacity: 0;
	}
	100% {
		transform: rotateY(0);
		opacity: 1;	
	}
}

@media screen and (max-width: 999px) {
	#lpm_2021 section#cont_04 .cont .photo_wrap {
		width: 80%;	
	}
}

#lpm_2021 section#cont_04 .cont .photo_wrap img {
	max-width: 100%;
}

#lpm_2021 section#cont_04 .cont .photo_wrap .waku li span {
	content: ''
	display: block;
	width: 100%;
	height: 100%;
}

#lpm_2021 section#cont_04 .cont .photo_wrap .waku li:nth-child(1) span {
	border: 1px solid rgba(244, 230, 33, 1);
	position: absolute;
	top: 0;
	left: 0;
}

#lpm_2021 section#cont_04 .cont .photo_wrap .waku li:nth-child(2) span {
	border: 1px solid rgba(255, 140, 178, 1);
	position: absolute;
	top: 0;
	left: 0;
}

#lpm_2021 section#cont_04 .cont .photo_wrap .waku li:nth-child(3) span {
	border: 1px solid rgba(87, 196, 195, 1);
	position: absolute;
	top: 0;
	left: 0;
}


/************

cont_05

***********/

#lpm_2021 section#cont_05 {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	position: relative;
	padding: 55px 0;
	
	background: linear-gradient(#fff, #e8e8e8);
}

@media screen and (max-width: 899px) {
	#lpm_2021 section#cont_05 {
		min-height: auto;
	}
}

#lpm_2021 section#cont_05 .cont {
	width: 100%;
}


#lpm_2021 section#cont_05 .cont .ttl {
	text-align: center;
	position: sticky;
	top: 40px;
	padding-top: 35px;
	z-index: 10;
	opacity: 1;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#lpm_2021 section#cont_05 .cont .ttl.hideC {
	opacity: 0;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#lpm_2021 section#cont_05 .cont .photo_wrap {
	width: 100%;
	height: 90vh;
	top: 0;
	left: 0;
	overflow: hidden;
}

@media screen and (max-width: 899px) {
	#lpm_2021 section#cont_05 .cont .photo_wrap {
		height: 50vh;
	}
}

#lpm_2021 section#cont_05 .cont .photo_wrap .box {
	position: relative;
	width: 100%;
	height: 100%;
	
}

@media screen and (min-width: 768px) {
    #lpm_2021 section#cont_05 .cont .photo_wrap .box {
    	max-width: 1000px; 
    	margin-left: auto;
    	margin-right: auto;
    }
}

#lpm_2021 section#cont_05 .cont .photo_wrap .box .persepective {
	width: 110%;
	transform: scale(1) perspective(1200px) rotateX(30deg) rotateY(0deg) rotateZ(-5deg);
	height: 100%;
	position: relative;
	left: -5%;
}

@media screen and (max-width: 899px) {
	#lpm_2021 section#cont_05 .cont .photo_wrap .box .persepective {
		width: 110%;
		left: -2%;	
	}
}

#lpm_2021 section#cont_05 .cont .photo_wrap .box .left_wrap {
	position: absolute;
	width: 32%;
	height: 100%;
	bottom: 0%;
	left: -50%;
	opacity: 0;
	
	
	
	z-index: 5;
	
	-webkit-transition: all 1s ease-out 0s;
	transition: all 1s ease-out 0s;
}



#lpm_2021 section#cont_05 .cont .photo_wrap .box .left_wrap.act {
	left: 0;
	opacity: 1;
	filter: drop-shadow( 0 0 5px #000 );
	-webkit-transition: all .6s ease-out .9s;
	transition: all .6s ease-out .9s;
}




#lpm_2021 section#cont_05 .cont .photo_wrap .box .left_wrap img {
	width: 100%;
}


#lpm_2021 section#cont_05 .cont .photo_wrap .box .middle_wrap {
	position: absolute;
	width: 32%;
	height: 100%;
	bottom: 0%;
	left: -41%;
	opacity: 0;
	
	
	z-index: 5;
	
	-webkit-transition: all 1s ease-out .3s;
	transition: all 1s ease-out .3s;
}

#lpm_2021 section#cont_05 .cont .photo_wrap .box .middle_wrap.act {
	opacity: 1;
	left: 34%;
	filter: drop-shadow( 0 0 5px #000 );
	-webkit-transition: all .6s ease-out .6s;
	transition: all .6s ease-out .6s;
}

#lpm_2021 section#cont_05 .cont .photo_wrap .box .middle_wrap img {
	width: 100%;
}


#lpm_2021 section#cont_05 .cont .photo_wrap .box .right_wrap {
	position: absolute;
	width: 32%;
	height: 100%;
	bottom: 0%;
	left: -34%;
	opacity: 0;
	
	
	
	z-index: 3;
	
	-webkit-transition: all .6s ease-out .6s;
	transition: all .6s ease-out .6s;
}

#lpm_2021 section#cont_05 .cont .photo_wrap .box .right_wrap.act {
	opacity: 1;
	left: 68%;
	filter: drop-shadow( 0 0 5px #000 );
	-webkit-transition: all .6s ease-out 0s;
	transition: all .6s ease-out 0s;
}

#lpm_2021 section#cont_05 .cont .photo_wrap .box .right_wrap img {
	width: 100%;
}


/************

cont_06

***********/

#lpm_2021 section#cont_06 {
	position: relative;
	z-index: 20;
	width: 100%;
	min-height: auto;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	position: relative;
	padding: 55px 0;
	background: #fff;
}

#lpm_2021 section#cont_06 .cont {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

@media screen and (max-width: 999px) {
	#lpm_2021 section#cont_06 {
		height: auto;
	}
}


#lpm_2021 section#cont_06 .ttl {
	text-align: center;
	margin-bottom: 35px;
}

#lpm_2021 section#cont_06 .gallery_wrap {
	position: relative;
	width: 100%;
	background: #eef9f9;
	padding: 35px 0;
	box-sizing: border-box;
	margin-bottom: 50px;
	opacity: 0;
}

#lpm_2021 section#cont_06 .gallery_wrap.act {
	animation: cont_06_gallery 1s ease-out 0s;
	animation-fill-mode: both;
}

@keyframes cont_06_gallery {
	0% {
		
		transform: scale(1.6);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}


@media screen and (max-width: 999px) {
	#lpm_2021 section#cont_06 .gallery_wrap {
		position: relative;
	}
}

@media screen and (min-width: 768px) {
    #lpm_2021 section#cont_06 .gallery_wrap ul { 
    	max-width: 1275px; 
    	margin-left: auto;
    	margin-right: auto;
    }
}


#lpm_2021 section#cont_06 .gallery_wrap .slider li img {
	max-width: 100%;
}

#lpm_2021 section#cont_06 .gallery_wrap:after {
	content: '';
	display: block;
	clear: both;
}



/************

cont_07

***********/

#lpm_2021 section#cont_07 {
	position: relative;
	z-index: 20;
	width: 100%;
	min-height: 100vh;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	position: relative;
	padding: 55px 0;
	background: linear-gradient(#fff, #e8e8e8);

	overflow: hidden;
}

@media screen and (max-width: 999px) {
	#lpm_2021 section#cont_07 {
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	#lpm_2021 section#cont_07 {
		height: auto;
		min-height: auto;
	}
}

#lpm_2021 section#cont_07 .cont {
	position: relative;
	z-index: 1;
}

#lpm_2021 section#cont_07 .ttl {
	text-align: center;
	margin-bottom: 35px;
}

#lpm_2021 section#cont_07 .slide_wrap {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	opacity: 0;
}

@media screen and (max-width: 999px) {
	#lpm_2021 section#cont_07 .slide_wrap {
		width: 88%;	
	}
}

#lpm_2021 section#cont_07 .slide_wrap.act {
	animation: cont_07_slide_wrap 1.6s ease-out 0s;
	animation-fill-mode: both;
}

@keyframes cont_07_slide_wrap {
	0% {
		right: 0;
		margin-right: 0;
		transform: scale(0) rotateY(180deg);
		opacity: 0;
		
		-ms-filter: blur(30px);
		filter: blur(30px);	
	}
	100% {
		right: 50%;
		margin-right: -410px;
		transform: scale(1) rotateY(0);
		opacity: 1;
		
		-ms-filter: blur(0px);
		filter: blur(0px);	
	}
}

@media screen and (max-width: 999px) {
	@keyframes cont_07_slide_wrap {
		0% {
			margin-right: 0;
			right: 0;
			transform: scale(0) rotateY(180deg);
			opacity: 0;
		
			-ms-filter: blur(30px);
			filter: blur(30px);	
		}
		100% {
			margin-right: -44%;
			right: 50%;
			transform: scale(1) rotateY(0);
			opacity: 1;
		
			-ms-filter: blur(0px);
			filter: blur(0px);	
		}
	}
}


@media screen and (max-width: 899px) {
	width: 88%;
}

#lpm_2021 section#cont_07 .slide_wrap .slick-dots li button:before {
	font-size: 14px;
}

#lpm_2021 section#cont_07 .slide_wrap li img {
	max-width: 100%;
	-webkit-box-reflect: below -35px -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, .3)), to(transparent));
	z-index: 5;
}


#lpm_2021 section#cont_07 #bg_wave {
	position: absolute;
	top:0;
	left: 0;
	display: block;
	width: 100%;
	height: 100vh;
	opacity: .3;
	z-index: 0;
}

/************

cont_08

***********/

#lpm_2021 section#cont_08 {
	position: relative;
	z-index: 20;
	width: 100%;
	min-height: auto;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	position: relative;
	padding: 55px 0;
	background: #fff;

}
