@charset "Shift_JIS";

.OptionWideRWD #Contents {
	padding-left: 0;
	padding-right: 0;
}

.JS .GridSet {
	margin: 0;
	max-width: 100%;
}

.JS .Grid4 {
	padding: 0;
}


/************

common

***********/

.col_red {
	color: #e8383d;
}

.key_wrap {
	margin-bottom: 0;
	position: relative;
    z-index: 99;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}


.mb0 {
	margin-bottom: 0 !important;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pt15 {
	padding-top: 15px;
}

.mb1em {
	margin-bottom: 1em;
}

.ti1em {
	text-indent: -1em;
	padding-left: 1em;
	box-sizing: border-box;
}


#lpm_202108 .mb35 {
	margin-bottom: 35px;
}

#lpm_202108 .cont_unit p {
	font-size: 16px;
	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_202108 .cont_unit p {
		font-size: 15px;	
	}
}

@media screen and (max-width: 599px) {
	#lpm_202108 .cont_unit p {
		font-size: 14px;
		line-height: 1.8em;
	}
}

#lpm_202108 section.cont_unit {
	min-height: 100vh;
}

#lpm_202108 section.cont_unit.member {
	min-height: auto;
}


.clearfix:after{
	content: '';
	clear: both;
	display: block;
}

.disable_pc {
	display: none;
}

.disable_sp {
	display: block;
}

@media screen and (max-width: 599px) {
	.disable_pc {
		display: block;
	}
	
	.disable_sp {
		display: none;
	}
}


/************

key v

***********/

#lpm_202108 .cont_unit#cont_01 {
	width: 100%;
	
	position: relative;
}


#lpm_202108 .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_202108 .cont_unit#cont_01 .key_v_wrap {
		height: auto;	
	}
}

#lpm_202108 .cont_unit#cont_01 .key_v_wrap .key_cont_wrap {
	position:relative;
	height: 100%;
	width: 100%;
	
	overflow: hidden;
}

#lpm_202108 .cont_unit#cont_01 .key_v_wrap .key_cont {
	position: sticky;
    position: -webkit-sticky;
	top: 0;
	z-index: 1;
	padding-top: 45px;
}

#lpm_202108 .cont_unit#cont_01 .key_v_wrap .bg_image {
	width: 100%;
	position:absolute;
	bottom: 0;
	opacity: 0;
}

#lpm_202108 .cont_unit#cont_01 .key_v_wrap .bg_image.act {
	animation: key_v_img_show 1.0s 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_202108 .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_202108 .cont_unit#cont_01 .key_v_wrap .bg_image img {
	max-width: 100%;
}


#lpm_202108 .cont_unit#cont_01 .key_v_wrap .catch_wrap {
	text-align: center;
	
	-webkit-transition: all 1s;
	transition: all 1s;
}

#lpm_202108 .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_202108 .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_202108 .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_202108 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_01 {
	font-size: min( 4vw, 16px );
	font-weight: bold;
	
	opacity: 1;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, #lpm_202108 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_01 {
	font-size: min( 4vw, 16px );
	/* font-size: calc(A + B * (100vw - C)/D);
		A : 最小文字サイズ
		B : 最大文字サイズ – 最小文字サイズ
		C : 最小画面幅
		D : 最大画面幅 – 最小画面幅
	*/
}

/* Edge(EdgeHTML) */
_:-ms-lang(x)::backdrop, #lpm_202108 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_01 {
	font-size: min( 4vw, 16px );
}

#lpm_202108 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_01.act {
	font-size: min( 4vw, 16px );
	font-weight: bold;
	
	opacity: 1;
}

#lpm_202108 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_01 span {
	opacity: 1;
	display: inline-block;
}
#lpm_202108 .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_202108 .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_202108 .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_202108 .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_202108 .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_202108 .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_202108 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_02 {
	font-size: calc(22px + 24 * (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: 1;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, #lpm_202108 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_02 {
	font-size: calc(22px + 24 * (100vw - 320px)/1280);
	/* font-size: calc(A + B * (100vw - C)/D);
		A : 最小文字サイズ
		B : 最大文字サイズ – 最小文字サイズ
		C : 最小画面幅
		D : 最大画面幅 – 最小画面幅
	*/
}

/* Edge(EdgeHTML) */
_:-ms-lang(x)::backdrop, #lpm_202108 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_02 {
	font-size: calc(22px + 24 * (100vw - 320px)/1280);
}

#lpm_202108 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_02.act {
	opacity: 1;
}

#lpm_202108 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_02 span {
	opacity: 1;
	display: inline-block;
}

#lpm_202108 .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_202108 .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_202108 .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_202108 .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_202108 .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_202108 .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_202108 .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_202108 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_03 {
	font-size: min( 4vw, 24px );
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-bottom: 1em;
	opacity: 1;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop, #lpm_202108 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_03 {
	font-size: min( 4vw, 24px );
	/* font-size: calc(A + B * (100vw - C)/D);
		A : 最小文字サイズ
		B : 最大文字サイズ – 最小文字サイズ
		C : 最小画面幅
		D : 最大画面幅 – 最小画面幅
	*/
}

/* Edge(EdgeHTML) */
_:-ms-lang(x)::backdrop, #lpm_202108 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_03 {
	font-size: min( 4vw, 24px );
}

#lpm_202108 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_03.act {
	opacity: 1;
}

#lpm_202108 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_03 span:nth-child(2) {
	letter-spacing: -0.3em;
}

#lpm_202108 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_03 span:nth-child(3) {
	letter-spacing: -0.3em;
}

#lpm_202108 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_03 span {
	opacity: 1;
	display: inline-block;
}
#lpm_202108 .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_202108 .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_202108 .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_202108 .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_202108 .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_202108 .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_202108 .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_202108 .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_202108 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_04 {
	font-size: calc(100px + 300 * (100vw - 320px)/1280);
}

/* 
#lpm_202108 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_04.act {
	opacity: 1;
}

#lpm_202108 .cont_unit#cont_01 .key_v_wrap .catch_wrap p.line_04 span {
	opacity: 0;
	display: inline-block;
}

#lpm_202108 .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_202108 .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_202108 .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_202108 .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_202108 section.cont_unit#cont_01 .txt_sticky {
	
	
	margin-top: -15vh;
	
	position: sticky;
    position: -webkit-sticky;
	top: 0;
	z-index: 2;
	
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_01 .txt_sticky {
		margin-top: 0;
	}
}

#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
	background: rgba( 255, 255, 255, 0.9 );
	/* padding: 0 0 10px 0; */
	padding: 0 0 0 0;
	box-sizing: border-box;
	
	
	opacity: 0;
}

@media screen and (max-width: 999px) {
	#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap {
		width: 92%;	
	}
}

#lpm_202108.lpm202204 section.cont_unit#cont_01 .txt_sticky .bnr_wrap {
	/* background: none; */
}

#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap.img_wrap img {
	max-width: 100%;
}

#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap.act {
		
	animation: key_v_bnr_show 1s ease-out 0s;
	animation-fill-mode: both;
}

@keyframes key_v_bnr_show {
	0% {
		opacity: 0;
		transform: scale(1.1);
		filter: blur(30px);
		
	}
	
	
	100% {
		opacity: 1;
		transform: scale(1);
		filter: blur(0px);
		right: 0%;
	}
}


#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap .ttl {
	text-align: center;
	background: rgba(0, 113, 180, 1.0);
	padding: 8px;
	box-sizing: border-box;
}

#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap.bg_orange .ttl {
	background: #f1891a;
}

#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap.bg_orange {
	background: #f4c11f;
}

#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap .ttl h2 {
	color: #fff;
	font-weight: bold;
	font-size: calc(17px + 10 * (100vw - 320px)/1280);
	/* font-size: calc(A + B * (100vw - C)/D);
		A : 最小文字サイズ
		B : 最大文字サイズ – 最小文字サイズ
		C : 最小画面幅
		D : 最大画面幅 – 最小画面幅
	*/
}



#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap .photo {
	/* margin-bottom: 12px; */
	margin-bottom: 0;
}


#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap .movie_wrap:after {
	content: "";
	clear: both;
	display: block;
}

#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap .movie_wrap.hobolive_202210 .f_left {
	width: 50%;
	float: left;
}

@media screen and (max-width: 999px) {
	#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap .movie_wrap.hobolive_202210 .f_left {
		width: 100%;
		float: none;
	}
}

#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap .movie_wrap.hobolive_202210 .f_right {
	width: 50%;
	float: right;
	padding: 2%;
	box-sizing: border-box;
}

@media screen and (max-width: 999px) {
	#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap .movie_wrap.hobolive_202210 .f_right {
		
		width: 100%;
		foat: none;
	}
}



#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap .movie_wrap.hobolive_202210 .f_right .logo {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}

@media screen and (max-width: 999px) {
	#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap .movie_wrap.hobolive_202210 .f_right .logo {
		margin-top: 0;
		margin-bottom: 8px;
	}
}

#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap .movie_wrap.hobolive_202210 .f_right .txt p {
	line-height: 1.8em;
    font-size: 14px;
}

#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap .movie_wrap.hobolive_202210 .f_right .txt p .attention {
	font-size: 13px;
}

#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap .movie_wrap.hobolive_202210 .f_right .txt .btn_wrap {
	width: 360px;
}

@media screen and (max-width: 999px) {
	#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap .movie_wrap.hobolive_202210 .f_right .txt .btn_wrap {
		width: 485px;	
	}
}

@media screen and (max-width: 499px) {
	#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap .movie_wrap.hobolive_202210 .f_right .txt .btn_wrap {
		width: auto;
	}
	
	#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap .movie_wrap.hobolive_202210 .f_right .txt .btn_wrap a {
		font-size: 13px;
	}
}

#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap .movie_wrap.hobolive_202210 .f_right .txt .btn_wrap:hover a {
	letter-spacing: 0;
}

@media screen and (max-width: 999px) {
	#lpm_202108 section.cont_unit#cont_01 .txt_sticky .bnr_wrap .movie_wrap.hobolive_202210 .f_right .txt .btn_wrap:hover a {
		letter-spacing: 0.3em;
	}
}


#lpm_202108 section.cont_unit#cont_01 .cont {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	/* background: rgba( 255, 255, 255, 0.9 ); */
	padding: 30px 20px 30px 20px;
	box-sizing: border-box;
}

@media screen and (max-width: 999px) {
	#lpm_202108 section.cont_unit#cont_01 .cont {
		width: 92%;	
	}
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_01 .cont {
		width: 100%;	
	}
}

#lpm_202108 section.cont_unit#cont_01 .cont.bg_white {
	background: rgba( 255, 255, 255, 0.9 );
}


#lpm_202108 section.cont_unit#cont_01 section#hobolive2022_wrap .cont {
	background: rgba( 255, 255, 255, 0.9 );
}


#lpm_202108 section.cont_unit#cont_01 .cont .txt {
	text-align: center;
}


/** cont_02 **/

#lpm_202108.lpm202204 section.cont_unit#cont_02 {
	min-height: auto;
}

#lpm_202108 section.cont_unit#cont_02 .ttl_wrap {
	text-align: center;
	margin-bottom: 15px;
}

@media screen and (max-width: 999px) {
	#lpm_202108 section.cont_unit#cont_02 .ttl_wrap {
		width: 92%;	
		margin-right: auto;
		margin-left: auto;
	}
}

#lpm_202108 section.cont_unit#cont_02 .ttl_wrap .icon {
	margin-bottom: 8px;
}

#lpm_202108 section.cont_unit#cont_02 .ttl_wrap .ttl h1 {
	font-size: 22px;
	color: #e8383d;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_02 .ttl_wrap .ttl h1 {
		font-size: 18px;
	}
}


#lpm_202108 section.cont_unit#cont_02 .cont {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0;
	padding-bottom: 55px;
}

@media screen and (max-width: 999px) {
	#lpm_202108 section.cont_unit#cont_02 .cont {
		width: 92%;	
	}
}

#lpm_202108 section.cont_unit#cont_02 .cont p {
	text-align: center;
}

#lpm_202108 section.cont_unit#cont_02 .cont .anker_wrap {
	width: 100%;
	overflow: hidden;
	margin-bottom: 35px;
}

#lpm_202108.lpm202204 section.cont_unit#cont_02 .cont .anker_wrap {
	width: 606px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 599px) {
	#lpm_202108.lpm202204 section.cont_unit#cont_02 .cont .anker_wrap {
		width: 100%;
	}
}

#lpm_202108 section.cont_unit#cont_02 .cont .anker_wrap ul {
	width: 101%;
}

#lpm_202108 section.cont_unit#cont_02 .cont .anker_wrap ul:after {
	content: '';
	clear: both;
	display: block;
}

#lpm_202108 section.cont_unit#cont_02 .cont .anker_wrap ul li {
	width: 20%;
	float: left;
	text-align: center;
	
	padding: 0.5%;
	height: 180px;
	box-sizing: border-box;
	
}



@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_02 .cont .anker_wrap ul li {
		width: 33%;
	}
}

@media screen and (max-width: 599px) {
	#lpm_202108 section.cont_unit#cont_02 .cont .anker_wrap ul li {
		width: 50%;
	}
}

#lpm_202108.lpm202204 section.cont_unit#cont_02 .cont .anker_wrap ul li {
	width: 33%;
}

@media screen and (max-width: 599px) {
	#lpm_202108.lpm202204 section.cont_unit#cont_02 .cont .anker_wrap ul li {
		width: 50%;
	}
}

#lpm_202108 section.cont_unit#cont_02 .cont .anker_wrap ul li a {
	background: rgba(0, 113, 180, 1.0);
	padding: 10px;
	height: 100%;
	box-sizing: border-box;
	display: block;
	color: #fff;
	text-decoration: none;
	position: relative;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
	
	border: 0px solid #fff;
	
	
	transform: scale(1.0);
	transition: all .2s;
	-webkit-transition: all .2s;
}

#lpm_202108.lpm202204 section.cont_unit#cont_02 .cont .anker_wrap ul li a {
	background: rgba(241, 137, 26, 1.0);
}

#lpm_202108 section.cont_unit#cont_02 .cont .anker_wrap ul li:hover a {
	transform: scale(1.15);
	border: 1px solid #fff;
	z-index: 99;
	transition: all .2s;
	-webkit-transition: all .2s;
}

@media screen and (max-width: 899px) {
	#lpm_202108 section.cont_unit#cont_02 .cont .anker_wrap ul li a {
		font-size: 13px;
	}
}

#lpm_202108 section.cont_unit#cont_02 .cont .anker_wrap ul li.pink a {
	background: rgba(255, 140, 178, 1.0);
}

#lpm_202108 section.cont_unit#cont_02 .cont .anker_wrap ul li a .icon {
	margin-top: 10px;
	margin-bottom: 5px;
	
	/* transform: rotateY(360deg); */
	transition: all .4s;
	-webkit-transition: all .4s;
}

#lpm_202108 section.cont_unit#cont_02 .cont .anker_wrap ul li:hover a .icon {
	margin-top: 10px;
	margin-bottom: 5px;
	
	/* transform: rotateY(0deg); */
	transition: all .4s;
	-webkit-transition: all .4s;
}

#lpm_202108 section.cont_unit#cont_02 .cont .anker_wrap ul li a .txt {
	display: inline-block;
}

#lpm_202108 section.cont_unit#cont_02 .cont .anker_wrap ul li a .txt.oneline {
	padding-top: 0.8em;
}

#lpm_202108 section.cont_unit#cont_02 .cont .anker_wrap ul li a:after {
	display: block;
	content: "";
	width: 14px;
	height: 14px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -7px;
}


#lpm_202108 section.cont_unit#cont_02 .cont .anker_wrap ul li.toLink a:after {
	transform: rotate(-45deg);
	margin-left: -14px;
}

/** cont_03 **/

#lpm_202108 section.cont_unit#cont_03 {
	/* background: #e5f1f7; */
	background: rgba( 255, 255, 255, 0.9 );
	padding: 25px 0;
	box-sizing: border-box;
	
	min-height: auto;
}

#lpm_202108 section.cont_unit#cont_03.iyouTop {
	background: #e5f1f7;
}

#lpm_202108.lpm202204 section.cont_unit#cont_03 {
	background: #f6f6f6;
}

#lpm_202108 section.cont_unit#cont_03 .ttl_wrap {
	background: #0071b4;
	text-align: center;
	padding: 8px 12px;
	box-sizing: border-box;
	/* margin-bottom: 35px; */
}

#lpm_202108.lpm202204 section.cont_unit#cont_03 .ttl_wrap {
	background: #f1891a;
}

#lpm_202108 section.cont_unit#cont_03 .ttl_wrap h1 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .ttl_wrap h1 {
		font-size: 18px;
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .sub_ttl {
	text-align: center;
	margin-bottom: 25px;
}

#lpm_202108 section.cont_unit#cont_03 .cont .sub_ttl h2 {
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	padding: 6px 12px;
	box-sizing: border-box;
	display: inline-block;
}


#lpm_202108 section.cont_unit#cont_03 .cont .cont_box {
	/* margin-bottom: 35px; */
}

#lpm_202108 section.cont_unit#cont_03.iyouTop .cont .cont_box {
	background: #fff;
}

#lpm_202108 section.cont_unit#cont_03.iyouTop .cont_wrap#lpm_02_cont_03_01 {
	padding-bottom: 35px;
}

#lpm_202108 section.cont_unit#cont_03.iyouTop .cont.cont_outline .cont_box {
	padding: 15px;
	box-sizing: border-box;
}

#lpm_202108 section.cont_unit#cont_03.iyouTop .cont#lpm_02_cont_03_02 .cont_box {
	padding: 25px 15px;
	box-sizing: border-box;
}

#lpm_202108 section.cont_unit#cont_03.iyouTop .cont#lpm_02_cont_03_02 .cont_box .left_wrap {
	width: 49%;
	float: left;
	padding: 0 0 0 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03.iyouTop .cont#lpm_02_cont_03_02 .cont_box .left_wrap {
		width: 100%;
		float: none;
		padding: 0;
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box:after {
	content: '';
	clear: both;
	display: block;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box .left_wrap {
	width: 49%;
	float: left;
	/* padding-top: 35px; */
}

@media screen and (max-width: 899px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box .left_wrap {
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		/* padding-top: 0; */
	}
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box .left_wrap {
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}


#lpm_202108 section.cont_unit#cont_03 .cont.cont_outline .cont_box.box_01 .left_wrap {
	width: 49%;
	float: left;
	/* padding-top: 35px; */
}

@media screen and (max-width: 899px) {
	#lpm_202108 section.cont_unit#cont_03 .cont.cont_outline .cont_box.box_01 .left_wrap {
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		/* padding-top: 0; */
	}
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont.cont_outline .cont_box.box_01 .left_wrap {
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}


#lpm_202108 section.cont_unit#cont_03 .cont .cont_box .left_wrap .red {
	color: #e94f97;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box .left_wrap .chu {
	font-size: 12px;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box .chu {
	font-size: 12px;
}


#lpm_202108 section.cont_unit#cont_03 .cont .cont_box .right_wrap {
	width: 49%;
	float: right;
	/* margin-top: -45px; */
}

@media screen and (max-width: 899px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box .right_wrap {
		width: 100%;
		float: none;
		/* margin-top: 0; */
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
		text-align: center;
	}
}


@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box .right_wrap {
		width: 100%;
		float: none;
		margin-bottom: 25px;
		margin-left: auto;
		margin-right: auto;
	}
}


#lpm_202108 section.cont_unit#cont_03 .cont .cont_box .right_wrap.thanksGift {
	width: 45%;
	float: right;
	/* margin-top: -45px; */
}

@media screen and (max-width: 899px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box .right_wrap.thanksGift {
		width: 100%;
		float: none;
		/* margin-top: 0; */
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
		text-align: center;
	}
}


@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box .right_wrap.thanksGift {
		width: 100%;
		float: none;
		margin-bottom: 25px;
		margin-left: auto;
		margin-right: auto;
	}
}


#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 .left_wrap {
	width: 52%;
	float: left;
}
@media screen and (max-width: 929px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 .left_wrap {
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}
#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 .right_wrap {
	width: 46%;
	float: right;
}

@media screen and (max-width: 929px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 .right_wrap {
		width: 80%;
		float: none;
		margin-bottom: 25px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 .right_wrap {
		width: 100%;
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 .right_wrap.photo_wrap {
	text-align: center;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 .right_wrap.photo_wrap img {
	max-width: 100%;
}


#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 .right_wrap.photo_wrap p.period_txt {
	font-size: 13px;
    background: rgba(216, 33, 119, 1.0);
    color: #fff;
    display: inline-block;
    padding: 3px 6px;
    text-align: center;
    margin-top: 10px;
}



#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_06 {
	background: #fff;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_06 {
		width: 100%;	
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_06 .bnr {
	margin-bottom: 12px;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_06 p {
	line-height: 1.8em;
	font-size: 14px;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_06 p .attention {
	font-size: 13px;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_01 .left_wrap {
	width: 40%;
	float: left;
}

@media screen and (max-width: 899px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_01 .left_wrap {
		width: 60%;	
	}
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_01 .left_wrap {
		width: 100%;
		float: none;
		margin-bottom: 25px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#lpm_202108 section.cont_unit#cont_03 .cont_wrap {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_01 .right_wrap {
		width: 100%;
		float: none;
		margin-bottom: 25px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}



#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_01 .left_wrap p.date {
	font-size: 18px;
	text-align: right;
	font-weight: bold;
	line-height: 1.8em;
	margin-bottom: 5px;
	margin-top: 40px;
}

@media screen and (max-width: 899px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_01 .left_wrap p.date {
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_01 .left_wrap p.date {
		text-align: left;
	}
}


#lpm_202108 section.cont_unit#cont_01 .cont.noItem {
	padding: 20px 20px 0 20px;
}


#lpm_202108 section.cont_unit#cont_03 .cont.noItem .cont_box.box_01 .left_wrap {
	width: 330px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#lpm_202108 section.cont_unit#cont_03 .cont.noItem .cont_box.box_01 .left_wrap p.date {
	margin-top: 0;
}






#lpm_202108.lpm202204 section.cont_unit#cont_03 .cont .cont_box.box_01 .left_wrap p.title {
	margin-bottom: 5px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-top: 35px;
}

@media screen and (max-width: 499px) {
	#lpm_202108.lpm202204 section.cont_unit#cont_03 .cont .cont_box.box_01 .left_wrap p.title {
		font-size: 16px;
	}
}

#lpm_202108.lpm202204 section.cont_unit#cont_03 .cont .cont_box.box_01 .left_wrap p.date {
	margin-top: 0;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_01 .left_wrap p.address {
	font-size: 14px;
	text-align: right;
	line-height: 1.8em;
}

@media screen and (max-width: 899px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_01 .left_wrap p.address {
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_01 .left_wrap p.address {
		text-align: left;
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_01 .left_wrap p.link {
	font-size: 14px;
	text-align: right;
	line-height: 1.8em;
}

@media screen and (max-width: 899px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_01 .left_wrap p.link {
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_01 .left_wrap p.link {
		text-align: left;
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_01 .left_wrap p .place {
	font-size: 16px;
	font-weight: bold;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_02 {
	margin-bottom: 25px;
}

#lpm_202108 section.cont_unit#cont_03.iyouTop .cont .cont_box.box_02 {
	margin-bottom: 0px;
}

#lpm_202108.lpm202204 section.cont_unit#cont_03 .cont#lpm_02_cont_03_02 {
	/* padding: 25px 15px;
	background: #fff; */
}

#lpm_202108.lpm202204 section.cont_unit#cont_03 .cont .cont_box.box_02 {
	margin-bottom: 0;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_02 .box_ttl h4 {
	font-size: 18px;
	text-align: center;
	color: #0071b4;
	font-weight: bold;
	border-top: 1px solid #0071b4;
	border-bottom: 1px solid #0071b4;
	padding: 8px 0;
	box-sizing: border-box;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_02 .box_ttl h4 {
		font-size: 16px;
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_02 p.items {
	/* font-size: 16px; */
	font-size: 22px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	/* padding: 3px 0; */
	padding: 0;
	background: #003459;
	box-sizing: border-box;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_02 p.items {
		font-size: 18px;
	}
}


#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_02 p.items {
	background: #f1891a;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_02 .list_wrap {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_02 .list_wrap {
		width: 310px;	
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_02 .response_dev p {
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_02 .response_dev p {
		font-size: 15px;
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_02 ul {
	margin-bottom: 0;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_02 li {
	line-height: 1.8em;
	font-size: 15px;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_02 li {
		text-indent: -1em;
		padding-left: 1em;
		font-size: 14px;
	}
}

#lpm_202108.lpm202204 section.cont_unit#cont_03 .cont .cont_box.box_02 li {
	font-weight: bold;
}

#lpm_202108.lpm202204 section.cont_unit#cont_03 .cont .cont_box.box_02 li .mazenta {
	color: #e25293;
}

#lpm_202108.lpm202204 section.cont_unit#cont_03 .cont .cont_box.box_02 li a {
	
	color: #333;
}

#lpm_202108 section.cont_unit#cont_03 .cont p.attention {
	background: #fff;
	font-size: 13px;
	width: 100%;
	border: 1px solid #bfbfbf;
	padding: 3px 0;
	text-align: center;
	margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont p.attention {
		padding: 3px 5px;
		box-sizing: border-box;
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_03 {
	background: #003459;
	padding: 25px 15px;
	box-sizing: border-box;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_03 .box_ttl h4 {
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 8px 0;
	box-sizing: border-box;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_03 .box_ttl h4 {
		font-size: 16px;
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_03 .clearfix {
	margin-bottom: 15px;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_03 .left_wrap {
	width: 59%;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_03 .left_wrap {
		width: 100%;
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_03 .right_wrap {
	width: 39%;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_03 .right_wrap {
		width: 100%;
		text-align: center;
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_03 .right_wrap img {
	max-width: 100%;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_03 .left_wrap p {
	color: #fff;
}


#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_04 {
	background: #fff;
	padding: 25px 15px;
	box-sizing: border-box;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_04 .box_ttl h4 {
	font-size: 18px;
	text-align: center;
	color: #0071b4;
	font-weight: bold;
	border-top: 1px solid #0071b4;
	border-bottom: 1px solid #0071b4;
	padding: 8px 0;
	box-sizing: border-box;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_04 .box_ttl h4 {
		font-size: 16px;
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 {
	/* background: #fff; */
    padding: 25px 15px;
    box-sizing: border-box;
}


@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 {
		padding: 25px 0;
	}
	
	#lpm_202108 section.cont_unit#cont_03.iyouTop .cont .cont_box.box_05 {
		padding: 25px 15px;
	}
}



#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 .subttl_wrap .icon {
	position: relative;
	display: inline-block;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 .subttl_wrap .icon .fukidashi {
	position: absolute;
	left: -170px;
	top: 5px;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 h2.seminar_ttl {
	font-size: 15px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	/* background: #003459; */
	background: #0071b4;
	padding: 8px 15px;
	box-sizing: border-box;
	margin: 0 0 15px 0;
}

#lpm_202108.lpm202204 section.cont_unit#cont_03 .cont .cont_box.box_05 h2.seminar_ttl {
	background: none;
	color: #f1891a;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 .box_ttl.title_202111_01 h4 {
	background: #f7fcfe;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 .box_ttl {
	
	box-sizing: border-box;
	padding: 8px 0;
	border-top: 1px solid #0071b4;
	border-bottom: 1px solid #0071b4;
	
	margin-bottom: 15px;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 .box_ttl p {
	font-size: 16px;
	text-align: left;
	color: #0071b4;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.6em;
	
	width: 750px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 .box_ttl p {
		width: 550px;
		font-size: 13px;
	}
}

@media screen and (max-width: 549px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 .box_ttl p {
		width: auto;
		text-align: center;
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05.pt_2 .box_ttl p {
	width: 675px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05.pt_2 .box_ttl p {
		width: 490px;
		font-size: 13px;
	}
}

@media screen and (max-width: 549px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05.pt_2 .box_ttl p {
		width: auto;
		text-align: center;
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05.pt_2 p.blue {
	color: #0071b4;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 .box_ttl h4 {
	font-size: 22px;
	text-align: center;
	color: #0071b4;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 0;
}

#lpm_202108.lpm202204 section.cont_unit#cont_03 .cont .cont_box.box_05 .box_ttl h4 {
	border-top: 1px solid #f4c11f;
	border-bottom: 1px solid #f4c11f;
	color: #f1891a;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 .box_ttl h4 {
		font-size: 16px;
	}
}


#lpm_202108.lpm202204 section.cont_unit#cont_03 .cont .cont_box .mov_cont .movBox img {
	max-width: 100%;
}

#lpm_202108.lpm202204 section.cont_unit#cont_03 .cont .cont_box .mov_cont.oneColumn .movBox {
	width: 49%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	#lpm_202108.lpm202204 section.cont_unit#cont_03 .cont .cont_box .mov_cont.oneColumn .movBox {
		width: 100%;
	}
}

#lpm_202108.lpm202204 section.cont_unit#cont_03 .cont .cont_box .mov_cont.twoColumn:after {
	content: '';
	display: block;
	clear: both;
}

#lpm_202108.lpm202204 section.cont_unit#cont_03 .cont .cont_box .mov_cont.twoColumn .movBox {
	width: 49%;
	margin-right: 2%;
	float: left;
}

@media screen and (max-width: 767px) {
	#lpm_202108.lpm202204 section.cont_unit#cont_03 .cont .cont_box .mov_cont.twoColumn .movBox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
}

#lpm_202108.lpm202204 section.cont_unit#cont_03 .cont .cont_box .mov_cont.twoColumn .movBox:nth-child(2n) {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	#lpm_202108.lpm202204 section.cont_unit#cont_03 .cont .cont_box .mov_cont.twoColumn .movBox:nth-child(2n) {
		margin-bottom: 0;
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 p {
	font-size: 15px;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 p {
		font-size: 15px;
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 p.attention {
	font-size: 13px;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 p .attention {
	font-size: 13px;
	color: #c02;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 p.attention.tl {
	text-align: left;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 p .subttl {
	font-weight: bold;
	font-size: 14px;
	color: #003459;
}

#lpm_202108.lpm202204 section.cont_unit#cont_03 .cont .cont_box.box_05 p .subttl {
	color: #f1891a;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 p .name {
	font-size: 20px;
	font-weight: bold;
	margin-right: 0.5em;
	margin-left: 1em;
}

@media screen and (max-width: 599px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 p .name {
		margin-left: 0;
		font-size: 18px;
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 p .name.ml0 {
	margin-left: 0;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 p .date {
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width: 599px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 p .date {
		font-size: 16px;
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 p .date_02 {
	font-size: 16px;
	font-weight: normal;
}

@media screen and (max-width: 599px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 p .date_02 {
		font-size: 15px;
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 p .place {
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width: 599px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05 p .place {
		font-size: 14px;
	}
}

/** cont_04 **/

#lpm_202108 section.cont_unit#cont_04 {
	min-height: auto;
	padding: 55px 0 35px 0;
}

#lpm_202108 section.cont_unit#cont_04.pt0 {
	padding-top: 0;
}

#lpm_202108 section.cont_unit#cont_04 .ttl_wrap {
	text-align: center;
	margin-bottom: 15px;
}

#lpm_202108 section.cont_unit#cont_04 .ttl_wrap a {
	text-decoration: none;
}

#lpm_202108 section.cont_unit#cont_04 .ttl_wrap .icon {
	margin-bottom: 8px;
}

#lpm_202108 section.cont_unit#cont_04 .ttl_wrap .ttl h1 {
	font-size: 22px;
	color: #0071b4;
	font-weight: bold;
}


/** common **/

/* 
#lpm_202108 section.cont_unit  .cont {
	padding-top: 35px;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit  .cont {
		padding-top: 0;
	}
}
*/

#lpm_202108 section.cont_unit  .cont#lpm_02_cont_03_05 {
	padding-top: 0;
}

#lpm_202108 section.cont_unit .cont#lpm_02_cont_03_05 .bnr_wrap.img_wrap img {
	max-width: 100%;
}

#lpm_202108 section.cont_unit .cont .response_wrap:after {
	content: '';
	clear: both;
	display: block;
}

#lpm_202108 section.cont_unit .cont .response_wrap .left_wrap {
	width: 50%;
	float: left;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit .cont .response_wrap .left_wrap {
		width: 100%;
		float: none;
		margin-bottom: 25px;
	}
}

#lpm_202108 section.cont_unit .cont .response_wrap .right_wrap {
	width: 50%;
	float: right;
	text-align: center;
	border-left: 1px solid #d9d9d9;
	padding: 0 10px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit .cont .response_wrap .right_wrap {
		width: 100%;
		float: none;
		border-left: 0;
		margin-bottom: 25px;
	}
}

#lpm_202108 section.cont_unit .cont .response_wrap h2 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: rgba(0, 113, 180, 1.0);
	padding: 8px 18px;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	margin-bottom: 8px;
	position: relative;
}

#lpm_202108.lpm202204 section.cont_unit .cont .response_wrap h2 {
	background: #f4c11f;
}

#lpm_202108 section.cont_unit .cont .response_wrap h2:after {
	content: '';
	display: block;
	height: 1px;
	width: 92%;
	background: #fff;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -46%;
}



#lpm_202108 section.cont_unit .cont .response_wrap p {
	font-size: 15px;
}

#lpm_202108 section.cont_unit .cont .response_wrap .right_wrap .btn_wrap {
	width: 345px;
}

@media screen and (max-width: 559px) {
	#lpm_202108 section.cont_unit .cont .response_wrap .right_wrap .btn_wrap {
		width: 92%;	
	}
}

#lpm_202108 section.cont_unit .cont .response_wrap .clearfix:after{
	content: '';
	clear: both;
	display: block;
}

#lpm_202108 section.cont_unit .cont .response_wrap .clearfix {
	margin-bottom: 15px;
}

#lpm_202108 section.cont_unit .cont .response_wrap .btn_wrap.blueanker {
	clear: both;
	
}

/*******

ボタン処理

******/

.stand_btn_wrap {
	border: 3px solid rgba( 255, 140, 178, 1.0 );
	padding: 15px;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.stand_btn_wrap p.ft18 {
	font-size: 18px;
}

@media screen and (max-width: 767px) {
	.stand_btn_wrap p.ft18 {
		font-size: 15px;
	}
}

.stand_btn_wrap p.red {
	color: #e8383d;
}

#lpm_202108 .btn_wrap {
	width: 485px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transform: scale(1);
	-webkit-transition: all .4s;
	transition: all .4s;
}

/*
@media screen and (max-width: 999px) {
	#lpm_202108 .btn_wrap.lpmRightBtn {
		width: 100%;	
	}
}
*/

@media screen and (max-width: 559px) {
	#lpm_202108 .btn_wrap {
		width: 92%;	
	}
}

#lpm_202108 .btn_wrap.blueanker {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transform: scale(1);
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media screen and (max-width: 559px) {
	#lpm_202108 .btn_wrap.blueanker {
		width: 92%;	
	}
}

#lpm_202108.lpm202204 .cont_unit#cont_01 .btn_wrap.blueanker {
	width: 420px;
}

@media screen and (max-width: 559px) {
	#lpm_202108.lpm202204 .cont_unit#cont_01 .btn_wrap.blueanker {
		width: 92%;	
	}
}

#lpm_202108.lpm202204 .cont_unit#cont_01 .btn_wrap.blueanker.orange_bg a {
	border: 1px solid #f1891a;
}

#lpm_202108 .btn_wrap.blueanker.orange_bg a:after {
	border-right: 2px solid #f1891a;
    border-bottom: 2px solid #f1891a;
}

#lpm_202108 .btn_wrap.blueanker.orange_bg:hover a {
	background: #f1891a;
}


#lpm_202108 .btn_wrap:hover {
	transform: scale(1.025);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#lpm_202108 .btn_wrap.bluepattern:hover {
	transform: scale(1.0);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#lpm_202108 .btn_wrap.blueanker:hover {
	transform: scale(1.0);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#lpm_202108 .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;
}

#lpm_202108.lpm202204 .btn_wrap a {
	background: rgba( 241, 137, 26, 1.0 );
}

#lpm_202108 .btn_wrap.bluepattern a {
	display: block;
	width: 100%;
	background: rgba( 255, 255, 255, 1.0 );
	color: rgba(0, 113, 180, 1);
	border: 1px solid #0071b4;
	padding: 12px 25px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 16px;
	position: relative;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#lpm_202108 .btn_wrap.blueanker a {
	display: block;
	width: 100%;
	background: rgba( 255, 255, 255, 1.0 );
	border: 1px solid #0071b4;
	color: rgba(0, 0, 0, 1);
	padding: 12px 25px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 16px;
	position: relative;
	font-weight: bold;
	-webkit-transition: all .4s;
	transition: all .4s;
}

#lpm_202108.lpm202204 .btn_wrap.blueanker a {
	
	border: 1px solid #f1891a;
}

@media screen and (max-width: 559px) {
	#lpm_202108 .btn_wrap a {
		padding: 12px 50px 12px 25px;
	}
}

#lpm_202108 .btn_wrap:hover a {
	letter-spacing: 0.3em;
	background: rgba( 255, 140, 178, 0.8 );
	color: rgba(255, 255, 255, 1);
	-webkit-transition: all .4s;
	transition: all .4s;
}

#lpm_202108 .btn_wrap.mov_btn:hover a {
	letter-spacing: 0em;
	-webkit-transition: all .4s;
	transition: all .4s;
}



#lpm_202108.lpm202204 .btn_wrap:hover a {
	letter-spacing: 0;
	background: rgba(255, 255, 255, 1);
	color: rgba( 241, 137, 26, 1.0 );
}


#lpm_202108 .btn_wrap.bluepattern:hover a {
	letter-spacing: 0em;
	background: rgba( 0, 113, 180, 1.0 );
	border: 1px solid #0071b4;
	color: rgba(255, 255, 255, 1);
	-webkit-transition: all .4s;
	transition: all .4s;
}


#lpm_202108.lpm202204 .btn_wrap.bluepattern:hover a {
	background: rgba(  241, 137, 26, 1.0 );
	border: 1px solid #f1891a;
}

#lpm_202108 .btn_wrap.blueanker:hover a {
	letter-spacing: 0em;
	background: rgba( 0, 113, 180, 0.8 );
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#lpm_202108.lpm202204 .btn_wrap.blueanker:hover a {
	letter-spacing: 0em;
	background: rgba( 241, 137, 26, 1.0 );
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#lpm_202108 .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_202108.lpm202204 .btn_wrap:hover a:before {
	background: rgba( 241, 137, 26, 1.0 );
}

#lpm_202108 .btn_wrap.bluepattern a:before {
	content: '';
	height: 1px;
	width: 88%;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -45%;
	background: #0071b4;
	-webkit-transition: all .4s;
	transition: all .4s;
}

#lpm_202108 .btn_wrap.bluepattern a:hover:before {
	background: #fff;
}

#lpm_202108 .btn_wrap.blueanker a:before {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -45%;
	background: #fff;
	-webkit-transition: all .4s;
	transition: all .4s;
}

#lpm_202108 .btn_wrap:before a:before {
	width: 91%;
	margin-left: -46%;
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}

#lpm_202108 .btn_wrap.blueanker:before a:before {
	width: 91%;
	margin-left: 0%;
	-webkit-transition: all .4s;
	transition: all .4s;
}

#lpm_202108 .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_202108.lpm202204 .btn_wrap:hover a:after {
	background: rgba( 241, 137, 26, 1.0 );;
}

#lpm_202108 .btn_wrap.bluepattern a:after {
	content: '';
	height: 1px;
	width: 38px;
	position: absolute;
	bottom: 21px;
	right: 3%;
	background: #0071b4;
	transform: rotate(45deg);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#lpm_202108 .btn_wrap.bluepattern a:hover:after {
	background: #fff;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#lpm_202108 .btn_wrap.blueanker a:after {
	content: '';
	height: 14px;
	width: 14px;
	position: absolute;
	bottom: 46%;
	left: none;
	right: 4%;
	background: none;
	border-right: 2px solid #0071b4;
	border-bottom: 2px solid #0071b4;
	transform: rotate(45deg);
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}

#lpm_202108.lpm202204 .btn_wrap.blueanker a:after {
	border-right: 2px solid #f1891a;
	border-bottom: 2px solid #f1891a;
}



#lpm_202108 .btn_wrap:hover a:after {
	right: 2%;
	
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}

#lpm_202108 .btn_wrap.blueanker:hover a:after {
	right: 4%;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}

#lpm_202108 .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_202108.lpm202204 .btn_wrap:hover a span.arr {
	background: rgba( 241, 137, 26, 1.0 );
}

#lpm_202108 .btn_wrap.bluepattern a span.arr {
	content: '';
	height: 1px;
	width: 38px;
	position: absolute;
	bottom: 21px;
	right: 5.8%;
	background: #0071b4;
	transform: rotate(45deg);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#lpm_202108 .btn_wrap.bluepattern a:hover span.arr {
	background: #fff;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

#lpm_202108 .btn_wrap.blueanker a span.arr {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	bottom: 21px;
	right: 5.8%;
	background: #fff;
	transform: rotate(45deg);
	
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}


#lpm_202108 .btn_wrap:hover a span.arr {
	right: 5.5%;
	
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}



/** jaclas2021 download **/

#lpm_202108 section.cont_unit#cont_d01 {
	min-height: auto;
}

#lpm_202108 section.cont_unit#cont_d01 .txt_sticky {
	
	
	margin-top: 0;
	
	position: static;
	padding-top: 55px;
	padding-bottom: 35px;
}

/** ▼▼▼bnr_wrap▼▼▼ **/

#lpm_202108 section.cont_unit#cont_d01 .txt_sticky .bnr_wrap {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
	background: rgba( 255, 255, 255, 1 );
	padding: 0 0 10px 0;
	box-sizing: border-box;
	
	filter: drop-shadow(0 0 4px #000000);
}

#lpm_202108 section.cont_unit#cont_d01 .txt_sticky .bnr_wrap.pb0 {
	padding-bottom: 0;
}

#lpm_202108 section.cont_unit#cont_d01 .txt_sticky .bnr_wrap.no_btn {
	padding-bottom: 0;
}

@media screen and (max-width: 999px) {
	#lpm_202108 section.cont_unit#cont_d01 .txt_sticky .bnr_wrap {
		width: 92%;	
	}
}

#lpm_202108 section.cont_unit#cont_d01 .txt_sticky .bnr_wrap .ttl {
	text-align: center;
	background: rgba(0, 113, 180, 1.0);
	padding: 8px;
	box-sizing: border-box;
}

#lpm_202108 section.cont_unit#cont_d01 .txt_sticky .bnr_wrap .ttl h2 {
	color: #fff;
	font-weight: bold;
	font-size: calc(17px + 10 * (100vw - 320px)/1280);
	/* font-size: calc(A + B * (100vw - C)/D);
		A : 最小文字サイズ
		B : 最大文字サイズ – 最小文字サイズ
		C : 最小画面幅
		D : 最大画面幅 – 最小画面幅
	*/
}

#lpm_202108 section.cont_unit#cont_d01 .txt_sticky .bnr_wrap .photo {
	margin-bottom: 12px;
}

#lpm_202108 section.cont_unit#cont_d01 .txt_sticky .bnr_wrap.no_btn .photo {
	margin-bottom: 0;
}

/** ▲▲▲bnr_wrap▲▲▲ **/


@media screen and (max-width: 999px) {
	#lpm_202108 section.cont_unit#cont_d02.w1000 {
		width: 92%;
	}
}

#lpm_202108 section.cont_unit#cont_d02 .ttl_wrap .ttl h1 {
	font-size: 22px;
    text-align: center;
    font-weight: bold;
    padding: 8px 0;
    box-sizing: border-box;

}

#lpm_202108 section.cont_unit#cont_d02 .cont .box_ttl h4 {
	font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 8px 0;
    background: #003459;
    box-sizing: border-box;
    margin-bottom: 0;
}

#lpm_202108 section.cont_unit#cont_d02 .cont .items_wrap:after {
	content: '';
	clear: both;
	display: block;
}

#lpm_202108 section.cont_unit#cont_d02 .cont .items_wrap .cont {
	width: 101%;
	margin-left: -0.5%;
}

#lpm_202108 section.cont_unit#cont_d02 .cont .items_wrap .cont .box {
	width: 25%;
	padding: 0 0.5% 0;
	float: left;
	box-sizing: border-box;
	margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_d02 .cont .items_wrap .cont {
		width: 102%;
		margin-left: -1%;
	}
	
	#lpm_202108 section.cont_unit#cont_d02 .cont .items_wrap .cont .box {
		width: 50%;
		padding: 0 1% 0;
	}
}

#lpm_202108 section.cont_unit#cont_d02 .cont .items_wrap .cont .box:nth-child(4n+1) {
	clear: both;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_d02 .cont .items_wrap .cont .box:nth-child(2n+1) {
		clear: both;
	}
}


#lpm_202108 section.cont_unit#cont_d02 .cont .items_wrap .cont .box .photo {
	width: 100%;
	border: 1px solid #000;
	box-sizing: border-box;
	margin-bottom: 12px;
}

#lpm_202108 section.cont_unit#cont_d02 .cont .items_wrap .cont .box .photo img {
	max-width: 100%;
}

#lpm_202108 section.cont_unit#cont_d02 .cont .items_wrap .cont .box .txt p.name {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6em;
	min-height: 4.8em;
	display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_d02 .cont .items_wrap .cont .box .txt p.name {
		font-size: 14px;
	}
}

#lpm_202108 section.cont_unit#cont_d02 .cont .items_wrap .cont .box .txt li.Pdf {
	text-align: center;
}

#lpm_202108 section.cont_unit#cont_d02 .cont .items_wrap .cont .box .txt a.pdf {
	text-align: center;
	font-size: 12px;
	background-size: 16px;
}

#lpm_202108 section.cont_unit#cont_d02 .cont .items_wrap .cont .box .txt a.pdf:hover {
	text-decoration: none;
	color: #333;
}


#lpm_202108 section.cont_unit#cont_d02 .cont .items_wrap .cont .box .txt .btn {
	text-align: center;
	border: 1px solid #0071b4;

}

#lpm_202108 section.cont_unit#cont_d02 .cont .items_wrap .cont .box .txt .btn.prepared {
	background: #0071b4;
	color: #fff;
	font-size: 14px;
	padding: 8px 6px;
	box-sizing: border-box;
	min-height: 38px;
}

#lpm_202108 section.cont_unit#cont_d02 .cont .items_wrap .cont .box .txt .btn.mb10 {
	margin-bottom: 5px;

}

#lpm_202108 section.cont_unit#cont_d02 .cont .items_wrap .cont .box .txt .btn a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding: 6px;
	display: inline-block;
	width: 100%;
	background: rgba(255, 255, 255, 1);
		
	transition: all .4s;
	-webkit-transition: all .4s;
}

#lpm_202108 section.cont_unit#cont_d02 .cont .items_wrap .cont .box .txt .btn a:hover {
	background: rgba(217, 234, 244, 1);
	
	transition: all .4s;
	-webkit-transition: all .4s;
}

#lpm_202108 section.cont_unit#cont_d02 .cont .items_wrap .cont .box .txt .btn a .icon_mov {
	position: relative;
	top: 3px;
	margin-right: 5px;
}

#lpm_202108 section.cont_unit#cont_d02 .cont .items_wrap .cont .box .txt .btn a .icon_catalog {
	position: relative;
	top: 3px;
	margin-right: 5px;
}


/****

lpm_202111

****/

/** lpm page **/

#lpm_202108 .cont_unit#cont_01.lpm202111 .key_v_wrap .bg_image {
	position: relative;
	top: -15vh;
	
}

@media screen and (max-width: 899px) {
	#lpm_202108 .cont_unit#cont_01.lpm202111 {
		min-height: 100vh;	
	}
	
	#lpm_202108 .cont_unit#cont_01.lpm202111 .key_v_wrap {
		height: 100vh;	
	}
	
	#lpm_202108 .cont_unit#cont_01.lpm202111 .key_v_wrap .bg_image {
		position: absolute;
		bottom: 0;
		top: auto;
	}
}
@media screen and (max-width: 767px) {
	#lpm_202108 .cont_unit#cont_01.lpm202111 {
		min-height: auto;	
	}
	
	#lpm_202108 .cont_unit#cont_01.lpm202111 .key_v_wrap {
		height: auto;	
		position: relative;
	}
	
	#lpm_202108 .cont_unit#cont_01.lpm202111 .key_v_wrap .bg_image {
		position: relative;
		bottom: 0;
		top: auto;
	}
	
}


#lpm_202108 section.cont_unit#cont_01.lpm202111 .txt_sticky {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: auto;
}

@media screen and (max-width: 999px) {
	#lpm_202108 section.cont_unit#cont_01.lpm202111 .txt_sticky {
		width: 92%;	
	}
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_01.lpm202111 .txt_sticky {
		position: static;
		-webkit-transform: translate(0%,0%);
	    -moz-transform: translate(0%,0%);
	    -ms-transform: translate(0%,0%);
	    -o-transform: translate(0%,0%);
	    transform: translate(0%,0%);
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

#lpm_202108 section.cont_unit#cont_01.lpm202111 .txt_sticky .bnr_wrap {
	width: 680px;
	background: rgba(255, 255, 255, 0.9);
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 0 0 8px gray;
	margin-bottom: 0;
}

@media screen and (max-width: 719px) {
	#lpm_202108 section.cont_unit#cont_01.lpm202111 .txt_sticky .bnr_wrap {
		width: 100%;	
	}
}

#lpm_202108 section.cont_unit#cont_01.lpm202111 .txt_sticky .bnr_wrap .photo {
	margin-bottom: 0;
}

#lpm_202108 section.cont_unit#cont_01.lpm202111 .txt_sticky .bnr_wrap .photo img {
	max-width: 100%;
	margin-bottom: 0;
}




#lpm_202108 section.cont_unit#cont_03.lpm202111 .cont_wrap .cont_box .clearfix {
	/* text-align: center; */
}

#lpm_202108 section.cont_unit#cont_04.lpm202111 .box_ttl h4 {
	font-size: 18px;
    text-align: center;
    color: #0071b4;
    font-weight: bold;
    border-top: 1px solid #0071b4;
    border-bottom: 1px solid #0071b4;
    padding: 8px 0;
    box-sizing: border-box;
    margin-bottom: 15px;
    line-height: 1.6em;
    background: #f7fcfe;
}


#lpm_202108 section.cont_unit#cont_05.lpm202111{
	min-height: auto;
	padding: 35px 0;
	box-sizing: border-box;
	text-align: center;
}

#lpm_202108 section.cont_unit#cont_05.lpm202111 .ttl_wrap {
	margin-bottom: 25px;
}

#lpm_202108 section.cont_unit#cont_05.lpm202111 .ttl_wrap .ttl h1 {
	font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    color: #e8383d;
}

@media screen and (max-width: 999px) {
	#lpm_202108 section.cont_unit#cont_05.lpm202111 .ttl_wrap {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#lpm_202108 section.cont_unit#cont_05.lpm202111 .ttl_wrap .ttl h1 {
		font-size: 15px;
	}
}


#lpm_202108 section.cont_unit#cont_05.lpm202111 .box {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
	margin-bottom: 25px;
}

@media screen and (max-width: 999px) {
	#lpm_202108 section.cont_unit#cont_05.lpm202111 .box {
		width: 92%;
	}
}

#lpm_202108 section.cont_unit#cont_05.lpm202111 .box .img_wrap img {
	max-width: 100%;
}

#lpm_202108 section.cont_unit#cont_05.lpm202111 .box .txt {
	background: #003459;
	color: #fff;
	padding: 12px 0;
	box-sizing: border-box;
}

#lpm_202108 section.cont_unit#cont_05.lpm202111 .box .txt .ttl {
	font-weight: bold;
	font-size: 18px;
}

#lpm_202108 section.cont_unit#cont_05.lpm202111 .box .txt .chu {
	font-size: 14px;
}

#lpm_202108 section.cont_unit#cont_05.lpm202111 .attention {
	font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    color: #e8383d;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	#lpm_202108 section.cont_unit#cont_05.lpm202111 .attention {
		font-size: 15px;
	}
}

#lpm_202108 section.cont_unit#cont_05.lpm202111 .attention.mb1em {
    margin-bottom: 1em;
}

/** faq accordion **/

section#lpm_202111 section.cont_unit#cont_04.lpm202111 {
	padding-top: 55px;
	padding-bottom: 35px;
}

section#lpm_202111 section.cont_unit#cont_04.lpm202111 .box_ttl h4 {
	font-size: 18px;
    text-align: center;
    color: #0071b4;
    font-weight: bold;
    border-top: 1px solid #0071b4;
    border-bottom: 1px solid #0071b4;
    padding: 8px 0;
    box-sizing: border-box;
    margin-bottom: 15px;
    line-height: 1.6em;
    background: #f7fcfe;
}


section#lpm_202111 .cont_wrap.forperson .box_ttl {
	padding-top: 55px;
}

section#lpm_202111 .cont_wrap.forperson .box_ttl h4 {
	font-size: 18px;
    text-align: center;
    color: #0071b4;
    font-weight: bold;
    border-top: 1px solid #0071b4;
    border-bottom: 1px solid #0071b4;
    padding: 8px 0;
    box-sizing: border-box;
    margin-bottom: 50px;
    line-height: 1.6em;
    background: #f7fcfe;
}

section#lpm_202111 .cont_wrap#faq_wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
}

@media screen and (max-width: 999px) {
	section#lpm_202111 .cont_wrap#faq_wrap {
		width: 92%;
	}
}

section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap {
	margin-bottom: 35px;
}

section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .title_wrap {
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 999px) {
	section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .title_wrap {
		width: 92%;
		margin-left: auto;
		margin-right: auto;
	}
}

section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .title_wrap h2 {
	font-size: 22px;
	font-weight: bold;
	box-sizing: border-box;
	color: #e8383d;
}

@media screen and (max-width: 767px) {
	section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .title_wrap h2 {
		font-size: 16px;
	}
}

section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .box {
	margin-bottom: 20px;
}

section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .box .ttl_wrap {
	width: 100%;
	border: 2px solid #65c1f0;
	padding: 12px 48px 12px 8px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	background: url('/image/jp/expo/science/iyou/index_26.png');
}

section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .box .ttl_wrap p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .box .ttl_wrap p {
		font-size: 14px;
		text-indent: -1.5em;
		padding-left: 1.5em;
		box-sizing: border-box;
	}
}

section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .box .ttl_wrap p .num {
	color: #65c1f0;
	margin-right: 0.5em;
}

section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .box .ttl_wrap .arr {
	position: absolute;
	right: 0;
	top: 0;
	background: #65c1f0;
	width: 45px;
	height: 100%;
}

section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .box .ttl_wrap .arr img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -16px;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .box.act .ttl_wrap .arr img {
	transform: rotate(180deg);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}


section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .box .cont {
	background: #f7fcfe;
	padding: 20px 0 0;
	box-sizing: border-box;
	display: none;
}

section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .box .cont .block {
	padding-bottom: 20px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .box .cont .block p.sub_ttl_01 {
	font-size: 16px;
	color: #65c1f0;
	padding: 5px 3px;
	box-sizing: border-box;
	border-bottom: 1px solid #65c1f0;
	margin-bottom: 12px;
	font-weight: bold; 
}

section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .box .cont .block p.sub_ttl_02 {
	font-size: 15px;
	color: #000;
	padding: 8px;
	box-sizing: border-box;
	background: #d9d9d9;
	margin-bottom: 12px;
	font-weight: bold; 
}

section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .box .cont .block p {
	font-size: 14px;
}

section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .box .cont .block p a {
	word-wrap:break-word;
}

section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .box .cont .block ul li {
	font-size: 14px;
}

section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .box .cont .btn_area {
	background: #fff3f7;
	padding: 20px 2%;
	box-sizing: border-box;
	text-align: center;
}

section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .box .cont .btn_area.bg_white {
	background: #fff;
}

section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .box .cont .btn_area p {
	font-size: 14px;
	margin-bottom: 1em;
}

section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .box .cont .btn_area p.attention {
	font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    color: #e8383d;
    margin-bottom: 0;
    line-height: 2.2em;
}

@media screen and (max-width: 767px) {
	section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .box .cont .btn_area p.attention {
		font-size: 15px;
	}
}

section#lpm_202111 .cont_wrap#faq_wrap .unit_wrap .box .cont .btn_area p.attention.mb1em {
    margin-bottom: 1em;
}

/*******

ボタン処理

******/

section#lpm_202111 .btn_wrap {
	width: 345px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transform: scale(1);
	-webkit-transition: all .4s;
	transition: all .4s;
}


@media screen and (max-width: 559px) {
	section#lpm_202111 .btn_wrap {
		width: 92%;	
	}
}

section#lpm_202111 .btn_wrap.blueanker {
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transform: scale(1);
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media screen and (max-width: 559px) {
	section#lpm_202111 .btn_wrap.blueanker {
		width: 92%;	
	}
}

section#lpm_202111 .btn_wrap:hover {
	transform: scale(1.2);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#lpm_202111 .btn_wrap.bluepattern:hover {
	transform: scale(1.0);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#lpm_202111 .btn_wrap.blueanker:hover {
	transform: scale(1.0);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#lpm_202111 .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;
}

section#lpm_202111 .btn_wrap.bluepattern a {
	display: block;
	width: 100%;
	background: rgba( 255, 255, 255, 1.0 );
	color: rgba(0, 113, 180, 1);
	border: 1px solid #0071b4;
	padding: 12px 25px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 16px;
	position: relative;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#lpm_202111 .btn_wrap.blueanker a {
	display: block;
	width: 100%;
	background: rgba( 255, 255, 255, 1.0 );
	border: 1px solid #0071b4;
	color: rgba(0, 0, 0, 1);
	padding: 12px 25px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 16px;
	position: relative;
	font-weight: bold;
	-webkit-transition: all .4s;
	transition: all .4s;
}

@media screen and (max-width: 559px) {
	section#lpm_202111 .btn_wrap a {
		padding: 12px 50px 12px 25px;
	}
}

section#lpm_202111 .btn_wrap:hover a {
	letter-spacing: 0.3em;
	background: rgba( 255, 140, 178, 0.8 );
	color: rgba(255, 255, 255, 1);
	-webkit-transition: all .4s;
	transition: all .4s;
}



section#lpm_202111 .btn_wrap.bluepattern:hover a {
	letter-spacing: 0em;
	background: rgba( 0, 113, 180, 1.0 );
	border: 1px solid #0071b4;
	color: rgba(255, 255, 255, 1);
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#lpm_202111 .btn_wrap.blueanker:hover a {
	letter-spacing: 0em;
	background: rgba( 0, 113, 180, 0.8 );
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#lpm_202111 .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;
}

section#lpm_202111 .btn_wrap.bluepattern a:before {
	content: '';
	height: 1px;
	width: 88%;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -45%;
	background: #0071b4;
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#lpm_202111 .btn_wrap.bluepattern a:hover:before {
	background: #fff;
}

section#lpm_202111 .btn_wrap.blueanker a:before {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -45%;
	background: #fff;
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#lpm_202111 .btn_wrap:before a:before {
	width: 91%;
	margin-left: -46%;
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}

section#lpm_202111 .btn_wrap.blueanker:before a:before {
	width: 91%;
	margin-left: 0%;
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#lpm_202111 .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;
}

section#lpm_202111 .btn_wrap.bluepattern a:after {
	content: '';
	height: 1px;
	width: 38px;
	position: absolute;
	bottom: 21px;
	right: 3%;
	background: #0071b4;
	transform: rotate(45deg);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#lpm_202111 .btn_wrap.bluepattern a:hover:after {
	background: #fff;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#lpm_202111 .btn_wrap.blueanker a:after {
	content: '';
	height: 14px;
	width: 14px;
	position: absolute;
	bottom: 46%;
	left: none;
	right: 4%;
	background: none;
	border-right: 2px solid #0071b4;
	border-bottom: 2px solid #0071b4;
	transform: rotate(45deg);
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}



section#lpm_202111 .btn_wrap:hover a:after {
	right: 2%;
	
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}

section#lpm_202111 .btn_wrap.blueanker:hover a:after {
	right: 4%;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}

section#lpm_202111 .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;
}

section#lpm_202111 .btn_wrap.bluepattern a span.arr {
	content: '';
	height: 1px;
	width: 38px;
	position: absolute;
	bottom: 21px;
	right: 5.8%;
	background: #0071b4;
	transform: rotate(45deg);
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#lpm_202111 .btn_wrap.bluepattern a:hover span.arr {
	background: #fff;
	
	-webkit-transition: all .4s;
	transition: all .4s;
}

section#lpm_202111 .btn_wrap.blueanker a span.arr {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	bottom: 21px;
	right: 5.8%;
	background: #fff;
	transform: rotate(45deg);
	
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}


section#lpm_202111 .btn_wrap:hover a span.arr {
	right: 5.5%;
	
	-webkit-transition: all .4s .4s;
	transition: all .4s .4s;
}



/** movie page **/

#lpm_202111.movpage_foot_btn {
	text-align: center;
	margin-top: 35px;
}

#lpm_202111.movpage_foot_btn .attention {
	font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
    color: #e8383d;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	#lpm_202111.movpage_foot_btn .attention {
		font-size: 15px;
	}
}

.movie_wrap .ttl_wrap p.subttl {
	font-size: 15px;
	font-weight: normal;
	
}



/** 

202208

**/

#lpm_202108.lpm202208 section.cont_unit#cont_02 .cont .anker_wrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 959px) {
	#lpm_202108.lpm202208 section.cont_unit#cont_02 .cont .anker_wrap {
		width: 100%;
	}
}

#lpm_202108.lpm202208 section.cont_unit#cont_02 .cont .anker_wrap ul li {
	width: 25%;
}


@media screen and (max-width: 599px) {
	#lpm_202108.lpm202208 section.cont_unit#cont_02 .cont .anker_wrap ul li {
		width: 50%;
	}
}

#lpm_202108.lpm202208 section.cont_unit#cont_02 {
	min-height: auto;
}


#lpm_202108.lpm202208 section.cont_unit#cont_03 .cont .cont_box.box_02 li {
	text-indent: -1.3em;
	padding-left: 1.3em;
	box-sizing: border-box;
	line-height: 1.4em;
	margin-bottom: 8px;
	text-align: left;
}

#lpm_202108.lpm202208 section.cont_unit#cont_03 .cont p.attention {
	background: none;
	border: 0;
	padding: 0;
}

#lpm_202108.lpm202208 section.cont_unit#cont_03 .cont#lpm_02_cont_03_05 .cont_box.box_04 {
	background: none;
	padding: 0;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05.box_05_2 {
	/* border: 2px solid #0071b4; */
	box-sizing: border-box;
}

#lpm_202108 section.cont_unit#cont_03 .cont .cont_box.box_05.box_05_2 .box_ttl h4 {
	border-top: 0;
	padding: 0;
}


#lpm_202108 section.cont_unit#cont_03 .cont .right_wrap.thanksGift .cont_box.box_05.box_05_2 .box_ttl h4 {
	margin-bottom: 0;
}

#lpm_202108 section.cont_unit#cont_03 .cont .right_wrap.thanksGift .cont_box.box_05.box_05_2 p {
	font-size: 14px;
	line-height: 1.8em;
}

#lpm_202108 section.cont_unit#cont_03 .cont .right_wrap.thanksGift .cont_box.box_05.box_05_2 img {
	width: 180px;
}


/**
	#expo_info_wrap
**/

section#expo_info_wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	margin-top: 35px;
	border: 2px solid #e5e5e5;
}

@media screen and (max-width: 999px) {
	section#expo_info_wrap {
		width: 92%;	
	}
}

section#expo_info_wrap .title h2 {
	
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

section#expo_info_wrap dl:after {
	content: '';
	display: block;
	clear: both;
}

section#expo_info_wrap dl dt {
	width: 255px;
	font-size: 13px;
	float: left;
	padding: 6px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	section#expo_info_wrap dl dt {
		width: 100%;
		padding-top: 12px;
		padding-bottom: 0;
	}
}

section#expo_info_wrap dl dt span.date {
	background: rgba( 255, 140, 178, 1.0 );
	color: #fff;
	padding: 3px 8px;
}

section#expo_info_wrap dl dd {
	width: calc( 100% - 255px );
	font-size: 13px;
	float: right;
	padding: 6px;
	box-sizing: border-box;
}


@media screen and (max-width: 767px) {
	section#expo_info_wrap dl dd {
		width: 100%;
		border-bottom: 1px dotted #e5e5e5;
	}
}



#lpm_202108 section.cont_unit#cont_03 .cont .photo202305 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

@media screen and (max-width: 849px) {
	#lpm_202108 section.cont_unit#cont_03 .cont .photo202305 {
		width: 100%;
	}
}

#lpm_202108 section.cont_unit#cont_03 .cont .photo202305:after {
	content: '';
	clear: both;
	display: block;
}

#lpm_202108 section.cont_unit#cont_03 .cont .photo202305 li {
	width: 50%;
	float: left;
	text-indent: 0;
    padding-left: 0;
    margin-bottom: 0;
}

#lpm_202108 section.cont_unit#cont_03.iyouTop .cont#lpm_02_cont_03_02 .cont_box .photo202305 li {
	width: 50%;
	float: left;
	text-indent: 0;
    padding-left: 0;
    margin-bottom: 0;
}

#lpm_202108 section.cont_unit#cont_03 .cont .photo202305 li img {
	max-width: 100%;
}


/** floatMovieWrap **/

.floatMovieBtn {
	position: fixed;
	width: 67px;
	height: 110px;
	transform: translateY(-50%);
	top: 50%;
	right: -70px;
	
	z-index: 999;
	background: rgba(255, 255, 255, 1);
	filter: drop-shadow(0 0 0.3rem rgba(0, 0, 0, 0.45));
	
	border-radius: 10px 0 0 10px;
	transition: all .4s;
	-webkit-transition: all .4s;
}

.floatMovieBtn.play {
	right: 0;
	
	transition: all .4s;
	-webkit-transition: all .4s;
}

.floatMovieBtn.pause {
	right: 0;
	
	transition: all .4s;
	-webkit-transition: all .4s;
}

.floatMovieBtn .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


@media screen and (max-width: 766px) {
	.floatMovieBtn {
		width: 46px;
		height: 80px;	
		top: 20%;
		transform: translateY(0);
	}
	
	.floatMovieBtn .icon {
		width: 65%;
	}
}



#floatMovieWrap {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 997;
	background: rgba(0, 0, 0, 0);
	
	opacity: 0;
	visibility: collapse;
	
	transition: opacity .6s;
	-webkit-transition: opacity .6s;
}

#floatMovieWrap.active {
	
	visibility: visible;
	opacity: 1;
	
	transition: opacity .6s;
	-webkit-transition: opacity .6s;
}

/* #floatMovieWrap.active .clickable {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0);
	position: fixed;
	z-index: 998;
} */

#floatMovieWrap .movCont {
	position: absolute;
	width: 60%;
	aspect-ratio: 16 / 9;
	/* padding-top: 56.25%; */
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 766px) {
	#floatMovieWrap .movCont {
		width: 75%;	
	}
}

@media screen and (max-width: 499px) {
	#floatMovieWrap .movCont {
		width: 100%;	
	}
}

#floatMovieWrap .movCont iframe { 
	width: 100%;
	height: 100%;
}


/** cont202403_lpmMainCatchArea **/

.cont202403_lpmMainCatchArea {
	width: 100%;
	background: #000000;
	position:relative;
}

.cont202403_lpmMainCatchArea .photoBG {
	position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 0;
}

@media screen and (max-width: 767px) {
	.cont202403_lpmMainCatchArea .photoBG {
		position: static;	
	}
}

.cont202403_lpmMainCatchArea .photoBG img {
	width: 100%;
}

.cont202403_lpmMainCatchArea .cont {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #57c4c3;
	text-align: center;
	padding: 65px 25px;
	box-sizing: border-box;
	width: 580px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 9;
}

@media screen and (max-width: 767px) {
	.cont202403_lpmMainCatchArea .cont {
		background: rgba(0, 0, 0, 1);
		position: unset;
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
		width: 100%;
		border: 0;
		padding: 15px 4% 25px 4%;
	}
}

.cont202403_lpmMainCatchArea .cont p {
	font-weight: bold;
	line-height: 2.2em;
}

@media screen and (max-width: 767px) {
	.cont202403_lpmMainCatchArea .cont p {
		font-size: 14px;
		color: #fff;
	}
}