  /* CSS Document */

/*===foundation======*/
div#body h1{
	line-height: 1.7;
	border-bottom: none;
	font-weight: 600;
}
h1{
	margin-bottom: 0;
}

div#main p.note {
	margin: 5px 0 5px 0;
}
p.note{
	margin-bottom: 0.125rem;
}

/*===components======*/
.c-tight_spacing{
	letter-spacing: -0.03em;
}

.c-arrow_right .p-thumb_link__txt{
	padding-right: 0px;
}

.c-paren{
	margin-left:-0.5em;
	margin-right: -0.5em;
}
.c-paren_start{
	margin-left:-0.5em;
}
.c-paren_end{
	margin-right:-0.5em;
}
.c-catch_font{
	font-family: "Roboto","Noto Sans JP","メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}
.c-mdash{
	display: inline-block;
	letter-spacing: -0.2em;
	margin-left: 1.2em;
  margin-right: 0.5em;
	opacity: 0.4;
}

/*===projects======*/

#body .p-main_content h1{
	text-align: center;
	padding: 2.875rem 0 2.375rem;
	margin: 0;
	border: none;
	font-size: 1.625rem;
}

.p-pr_event_body{
	min-width: 1160px;
	background-color: #d4f0f2;
	margin-top: 0.75rem;
	margin-bottom: 1.25rem;
	font-family: "Roboto","Noto Sans JP","メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	/*line-height: 1.875;*/
}
.p-hero_area{
	/*background: #82cbd3;*/
	opacity: 0;
	transition: transform 1.4s, opacity 1.4s;
	position: relative;
}
.p-hero_area::before{
	content: "";
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #82cbd3;
	opacity: 0;
	transform: scale(100%, 40%);
	transition: transform 0.6s, opacity 0.6s;
}
.p-hero_area.is-appear::before{
	opacity: 1;
	transform: scale(100%, 100%);
}

.p-hero_area .inner{
	width: 1160px;
	aspect-ratio: 2.32/1; /*500px*/
	display: flex;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.p-hero_area.is-appear{
	transform: translateY(0px);
	opacity: 1;
}

.p-hero_area__left{
	flex: 0 0 auto;
	/*width: 300px;*/
	position: relative;
	width: 35%;
}
.p-hero_area__left_bg{
	opacity: 0;
	transition: transform 1.2s 1.5s, opacity 1.2s 1.5s;
	height: 100%;
}
.is-appear .p-hero_area__left_bg{
	opacity: 1;
}

.p-hero_area__left_front{
	position: absolute;
	left: 29.557% ; top: 57.6%;
	width: 36.946%;
	
	transform: translateY(-80px);
	opacity: 0;
	transition: transform 1.8s 0.2s, opacity 2.8s 0.2s;
}
.is-appear .p-hero_area__left_front{
	transform: translateY(0px);
	opacity: 1;
}


.p-hero_area__right{
	flex: 0 0 auto;
	width: 65%;
	position: relative;
}
.p-hero_area__right_bg{
	transform: translateY(80px);
	opacity: 0;
	transition: transform 1.8s 0.4s, opacity 2.6s 0.4s;
}
.is-appear .p-hero_area__right_bg{
	transform: translateY(0px);
	opacity: 1;
}

/*hero_area__right_txt*/
.p-hero_area__right_txt li{
	position: absolute;
	/*left: 9.54%;
	width: 80.9%;*/
	left: 12.5%;
	width: 78.5%;
	line-height: 1;
}
.p-hero_area__right_txt li:nth-of-type(1){
	/*top: 19.4%;*/
	top: 20.4%;
	transform: translateY(20px);
	opacity: 0;
	transition: transform 1.2s 2.4s, opacity 1.2s 2.4s;
}
.p-hero_area__right_txt li:nth-of-type(2){
	/*top: 41.8%;*/
	top: 42.8%;
	transform: translateY(20px);
	opacity: 0;
	transition: transform 1.2s 3.8s, opacity 1.2s 3.8s;
}
.p-hero_area__right_txt li:nth-of-type(3){
	/*top: 63.6%;*/
	top: 64.6%;
	display: flex;
	justify-content: flex-start;
}
.p-hero_area__right_main_txt01{
	transform: translateY(20px);
	opacity: 0;
	transition: transform 1s 5.2s, opacity 1s 5.2s;
	width: 49.8361%;
}
.p-hero_area__right_main_txt02{
	opacity: 0;
	transition: transform 1.2s 6.2s, opacity 1.2s 6.2s;
	width: 50.1639%;
}
.is-appear .p-hero_area__right_txt li:nth-of-type(1),
.is-appear .p-hero_area__right_txt li:nth-of-type(2),
.is-appear .p-hero_area__right_main_txt01,
.is-appear .p-hero_area__right_main_txt02{
	transform: translateY(0px);
	opacity: 1;
}

/*p-main_content*/

.p-main_content{
}

.p-main_content h1{
	transform: translateY(30px);
	opacity: 0;
	transition: transform 1.2s 1.2s, opacity 1.2s 1.2s;
}

.p-main_content__body{
	width: 75%;
	margin: 0 auto;
	padding-bottom: 2.875rem;
	transform: translateY(30px);
	opacity: 0;
	transition: transform 1.2s 1.4s, opacity 1.2s 1.4s;
}

/*.p-main_content.is-appear{
	transform: translateY(0px);
	opacity: 1;
}*/
.p-main_content.is-appear h1,
.p-main_content.is-appear .p-main_content__body{
	transform: translateY(0px);
	opacity: 1;
}


.p-main_content__txt{
	padding: 0.75rem 0rem;
	text-align: justify;
	line-height: 1.9375;
	letter-spacing: 0;
}

.p-main_content__body{
	
}

/*p-bn_title_sub*/
.p-bn_title_sub{
	font-weight: 500;
	font-size: 0.9375rem;
	color: #555;
}

/*special_feading*/

div#main h2.p-special_heading{
	/*margin: 0.375rem 0 1rem;*/
	margin: 0rem 0 1rem;
	font-size: 1.125rem;
	line-height: 1.5;
	/*padding-top: 1rem;
	border-top: #82cbd3 1px solid;*/
}

/*p-rel_link_group*/
.p-rel_link_group>li{
	margin: 0.25rem 0;
}

/*p-main_content__bottom*/
.p-main_content__bottom{
	position: relative;
}
.p-main_content__bottom::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #82cbd3;
	opacity: 0;
	transform: scale(40%,100%);
	transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
}
.p-main_content__bottom_logo{
	position: relative;
	text-align: center;
	margin: 0 auto;
	opacity: 0;
	transition: transform 0.6s 0.6s, opacity 0.6s 0.6s;
}

.p-main_content__bottom.is-appear::before{
	opacity: 1;
	transform: scale(100%,100%);
}
.p-main_content__bottom.is-appear .p-main_content__bottom_logo{
	opacity: 1;
}

/**/

.u-spView{
	display: none;
}
.u-spNone{
	display: block;
}


@media screen and ( max-width:959px) {
		.u-fullWidth{
			width: 106.2% !important;
			margin-left: -3.1% !important;
			margin-right: -3.1% !important;
		}
		.c-inner--bodyWidth{
			width: 100%;
		}
		.p-pr_event_body{
			margin-top: 0;
			min-width: 100%;
		}
		.p-hero_area{
			width: 100%;
			height: auto;
		}
		.p-hero_area .inner{
			width: 100%;
		}
		#body .p-main_content h1{
			padding: 1.75rem 0 1.5rem;
			font-size: 1.25rem;
		}
		.p-main_content h1,
		.p-main_content.is-appear .p-main_content__body{
			transition: transform 1.2s 0.6s, opacity 1.2s 0.6s;
		}
		.p-main_content__body{
			width: 90%;
		}
		.p-main_content__txt{
			padding: 0.25rem 0rem;
		}
		#body img{
			max-width: 100%;
			height: auto;
		}
}

@media screen and ( max-width:799px) {
	.p-main_content__body{
			width: calc(100% - 3rem);
		}
	.col4 .col.span-3 {
		width: 100% !important;
	}
	.u-spView{
		display: block;
	}
	.u-spNone{
		display: none;
	}
	br.u-spBr{
		display: inline;
	}
}

/*sp*/

/*.sp .p-pr_event_body{
	margin-top: 0;
	min-width: 100%;
}

.sp .p-hero_area{
	width: 100%;
	height: auto;
}
.sp .p-hero_area .inner{
	aspect-ratio: inherit;
}
.sp .p-hero_sp{
	position: relative;
}
.sp #body .p-main_content h1{
	padding: 1.75rem 0 1.5rem;
	font-size: 1.25rem;
}
.sp .p-main_content h1,
.sp .p-main_content.is-appear .p-main_content__body{
	transition: transform 1.2s 0.6s, opacity 1.2s 0.6s;
}

.sp .p-main_content__body{
	width: 100%;
}

.sp .p-main_content__txt{
	padding: 0.25rem 0rem;
}*/
@media print{
	#logo_sp,
	#search_icon_sp,
	.search_sp,
	#gnav_icon,
	.gnav_smart_bg,
	#gnav_smart,
	#footer_sp{
		display: none;
	}
	
}
