  @charset "utf-8";
/* CSS Document */
body *{
	box-sizing: border-box;
}

/*new styles 19th*/

/*----foundation----*/
.fill-width{
	width: 100%;
	height: auto;
}

.content{
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
#body{
	padding-bottom: 0;
	min-width: 1000px;
}
#body.full-width .content .inner#pc_top{
	display: block;
	padding: 0;
}
#body.full-width .content .inner#sp_top{
	display: none;
	padding: 0;
}

@media screen and ( max-width:899px) {
	#body{
		min-width: inherit;
	}
	#body.full-width .content .inner#pc_top,
	.body_bg--pc{
		display: none;
	}
	#body.full-width .content .inner#sp_top{
		display: block;
	}
	
	br.u-spNone{
		display: none;
	}
}


/*project*/

.p-siteTitle{
}
.p-siteTitle__titleJp,
.p-siteTitle__catch,
.p-siteTitle__titleEn,
.p-siteTitle__titleNo,
.p-siteTitle__discription,
.p-mainPhoto{
	position: absolute;
	z-index: 2;
}
.p-siteTitle__titleJp,
.p-siteTitle__catch,
.p-siteTitle__titleEn,
.p-siteTitle__titleNo,
.p-siteTitle__discription{
	opacity: 0;
	transition: all 0.8s;
}
.p-siteTitle__titleJp.is-appear,
.p-siteTitle__catch.is-appear,
.p-siteTitle__titleEn.is-appear,
.p-siteTitle__titleNo.is-appear,
.p-siteTitle__discription.is-appear{
	opacity: 1;
}
.p-siteTitle__titleJp{
	top:258px;
	left:17px;
	width: 271px;
	transition: all 0.6s ease-out;
}
.p-siteTitle__titleJp.is-appear{
	left:1px;
}
.p-siteTitle__catch{
	top:26px;
	left:-26px;
	width: 537px;
	transition: all 0.6s ease-in-out;
}
.p-siteTitle__catch.is-appear{
	left:-6px;
}
.p-siteTitle__titleEn{
	top:178px;
	left:318px;
	width: 168px;
	transition: all 0.8s 0.4s ease-in-out;
}
.p-siteTitle__titleEn.is-appear{
	left:334px;
}
.p-siteTitle__titleNo{
	top:280px;
	left:334px;
	width: 166px;
	transition: all 0.8s 0.4s ease-out;
}
.p-siteTitle__titleNo.is-appear{
	top:288px;
}
.p-siteTitle__discription{
	top:450px;
	left:0px;
	width: auto;
	font-size: 0.84375rem;
	line-height: 1.875rem;
	letter-spacing: -0.03em;
	font-weight: 500;
	color: #212121;
	font-feature-settings: "palt";
	transition: all 0.6s 1s ease-in-out;
}

.p-siteTitle__discription.is-appear{
	top:462px;
}
.p-siteTitle__discription .center_valign{
	font-family: YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
}

.p-siteTitle__loading{
	position:absolute;
	top:122px; left:50%;
	width: 50px; height: 50px;
	background: url(/csr/culture/sculpture/common/images/loading-icon.svg) no-repeat 50% 50%;
	margin-left:-25px;
	margin-top:-25px;
	opacity: 0.8;
	transition: opacity 0.5s;
}
.p-siteTitle__loading.is-hidden{
	opacity: 0;
}

.p-mainPhoto{
	width: 556px; 
	height: 720px;
	right: 0px;
	top:0px;
	z-index: 0;
	opacity: 0;
	transition: opacity 0.8s 1.2s;
	background: linear-gradient(to bottom,rgba(224,224,224,1) 450px, rgba(224,224,224,0) 700px);
}
.p-mainPhoto.is-appear{
	opacity: 1;
}

/*======#sp_top======================*/

#body.full-width .content .inner#sp_top{
	padding: 0;
	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px);
}
#sp_top::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	aspect-ratio: 5/3;
	background-color: var(--sculpture_theme_base);
	top:0px;
	left: 0px;
}
	
#gnav_switch{
	position: fixed;
	z-index: 3;
	background-color: var(--sculpture_theme_base);
}

#sp_top .p-siteTitle{
	width: calc(100% - 6vw);
	position: relative;
	margin: 0px auto;
	padding: 3vw 0 ;
}
#sp_top .p-siteTitle__titleJp,
#sp_top .p-siteTitle__catch,
#sp_top .p-siteTitle__titleEn,
#sp_top .p-siteTitle__titleNo,
#sp_top .p-siteTitle__discription,
#sp_top .p-mainPhoto{
	position: static;
	z-index: 1;
}

#sp_top .p-siteTitle--sp{
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 5/3;
}

#sp_top .p-siteTitle__titleJp{
	width: min(96%,420px);
	transition: opacity 0.6s ease-out;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
#sp_top .p-siteTitle__catch{
	width: auto;
	max-width: 100%;
}
#sp_top .p-siteTitle__titleEn{
	position: absolute;
	width: 38%;
	top:46%;
	right: 0px;
	left: inherit;
	transition: opacity 0.4s;
}
#sp_top .p-siteTitle__titleNo{
	width: 30%;
	margin-left: 32%;
	margin-top: 2%;
}

#sp_top .p-mainPhoto{
	width: 100%;
	height: auto;
}

#sp_top .btn_result_mov{
	position:static;
	bottom: 40px;
}

#whatsnew_sp{
	position: static;
	width: 100%;
	background: #fff;
	opacity: 1;
	transition: oapcity 0.6s ease-in-out;
	min-height: inherit;
	padding: 1.25rem 3vw;
}
#whatsnew_sp ul{
	height: auto;
}

#sp_top .btn_result_mov{
	position:static;
	top:inherit;
	left:0px;
	bottom: 0px;
	width: 100%;
	transition: opacity 0.8s 0.4s;
	display: flex;
	justify-content: center;
	box-shadow: none;
	padding: 2rem 0 2.25rem;
}

/*======/ #sp_top======================*/

/**/

#home #body{}

.body_bg--pc{
	background: linear-gradient(to bottom,var(--sculpture_theme_base) 0px,var(--sculpture_theme_base) 246px,#C8C9C9 246px,#C8C9C9 400px,#8F9090 400px,#8F9090 436px,#C8C9C9 436px,#C8C9C9 100%);
	padding:0;
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	height: 100%;
}
#topimg{
	width:960px;
	height:720px;
	/*height:700px;*/
}
#topimg h1{
	margin:0;
}
#home_gnav{
	position:absolute;
	top:400px;
	left:0px;
	width:100%;
	height:36px;
	background-color: #8F9090;
	line-height:1;
	opacity: 0;
	transition: all 0.6s;
	z-index: 2;
	display: flex;
	justify-content: space-between;
}
#home_gnav.is-appear{
	opacity: 1;
}
#home_gnav li{
	flex: 0 0 auto;
	width: calc((100% - 5px)/6);
	background-color:  rgba(26,26,26,0.9);
	transition: all 0.3s;
	line-height: 1.1;
}
#home_gnav li a{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: opacity 0.3s;
	color: #fff;
	font-weight: 500;
}
#home_gnav li:hover{
	background-color: #000;
}
#home_gnav li:hover a{
	opacity: 0.8;
	text-decoration: none;
}
#home_gnav li:nth-last-of-type(1) a,
#home_gnav li:nth-last-of-type(2) a{
	/*width: 160px;*/
	/*border-right: none;*/
}
#home_gnav li:nth-last-of-type(1){
	background-color: #fff;
}
#home_gnav li:nth-last-of-type(1) a{
	color: #212121;
	background: url("/csr/culture/sculpture/common/images/color_tri_right.svg") no-repeat calc(100% - 12px) 45%;
}
#home_gnav li:nth-last-of-type(1):hover{
	opacity: 0.9;
}

#whatsnew{
	box-sizing: border-box;
	position:absolute;
	bottom: 64px;
	right:35px;
	width:486px;
	min-height: 226px;
	padding: 20px 16px 26px;
	background: rgba(255,255,255,0.7);
	/*display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: linear-gradient(to bottom,rgba(255,255,255,0) 0px, rgba(255,255,255,0.1) 12px,rgba(255,255,255,0.18) 18px,rgba(255,255,255,0.52) 38px, rgba(255,255,255,0.66) 52px, rgba(255,255,255,0.74) 66px, rgba(255,255,255,0.92) 120px);*/
	opacity: 0;
	transition: all 0.8s 0.8s ease-in-out;
}
#whatsnew.is-appear{
	opacity: 1;
	bottom: 30px;
}
#whatsnew h2,
#whatsnew_sp h2{
	margin:0 0 12px 5px;
	padding:0;
	width: 142px;
}

#whatsnew ul,
#whatsnew_sp ul{
	margin:0;
	font-size:92.3%;
	line-height:1.6;
	/*height: 110px;*/
	height: 100%;
	padding-right: 10px;
	overflow: auto;
}
#whatsnew ul li,
#whatsnew_sp ul li{
	margin:0 0 0.8em 0;
	padding-left:22px;
	position: relative;
}
#whatsnew ul li::before,
#whatsnew_sp ul li::before{
	content: "";
	position: absolute;
	top:3px; left:10px;
	width: 3px;
	height:12px;
	background-color:var(--sculpture_theme_base);
}
.c-highlight{
	text-decoration: underline;
	text-decoration-thickness: 0.4em;
	text-decoration-color: rgba(255,191,47,0.60);
	text-underline-offset: -0.1em;
	text-decoration-skip-ink: none;
}

/*btn_result_mov*/
.btn_result_mov{
	position:absolute; top:332px; left:0px;
	overflow: hidden;
	box-shadow: 1px 2px 8px -1px rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: all 0.8s 0.4s;
}
.btn_result_mov.is-appear{
	opacity: 1;
}

.btn_result_mov .sg_lbox_mov{
	overflow:hidden;
}
.btn_result_mov a{
	transition: opacity 0.3s;
}
.btn_result_mov a:hover{
	opacity: 0.7;
}
