@charset "UTF-8";
/*------------------------
トップイメージ
------------------------*/
#topimg .text-wrap{
	color: #fff;
}
#topimg h1,#topimg .sub-en{
	letter-spacing: .08em;
}
#topimg .jp{
	color: var(--black);
	font-weight: 600;
	letter-spacing: .08em;
	position: relative;
	display: inline-block;
}
#topimg .jp .min{
	display: block;
	line-height: 1;
}
/* PC */
@media screen and (min-width:768px) {
	/* ▼▼▼ 共通変更 ▼▼▼ */
	header .logo-wrap .txt .lead,
	header .logo-wrap .txt .flex-box .sub{
		color: #fff;
	}
	header .right #menu-btn div{
		background: #fff;
	}
	header .right .menu#menu-btn p{
		color: #fff;
	}

	.top-bg{
		min-height: 770px;
		background: url(../img/four-story/topimg.jpg) no-repeat center;
		background-size: cover;
	}
	#topimg{
		position: relative;
		overflow: hidden;
	}
	#topimg .inner{
		position: relative;
	}
	#topimg .inner::before{
		content: "";
		width: 354px;
		height: 620px;
		background: url(../img/four-story/img_topfv.png?20250630) no-repeat;
		background-size: contain;
		position: absolute;
		top: -110px;
		left: 100px;
		z-index: 10;
	}
	#topimg .text-wrap{
		width: 570px;
		margin: 140px 0 0 auto;
		padding-bottom: 300px;
	} 
	#topimg .en{
		width: 680px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto 0 305px;
	}
	#topimg .jp{
		font-size: 26px;
		padding-top: 190px;
	}
	#topimg .jp .min{
		font-size: 16px;
	}
	#topimg .jp::after{
		content: "";
		width: 100vw;
		height: 1px;
		background: var(--black);
		mix-blend-mode: multiply;
		position: absolute;
		left: 100%;
		right: 0;
		bottom: 15px;
		transform: translateY(-50%);
	}
	#topimg .anime-arrow{
		left: 850px;
		width: 150px;
		top: 15px;
	}
	
}
/* SP */
@media screen and (max-width:767px) {
	#topimg{
		background: url(../img/four-story/sp_topimg.jpg) no-repeat center;
		background-size: cover;
		min-height: 161.6vw;
	}
	#topimg .inner::before{
		content: "";
		width: 36.33vw;
		height: 66.33vw;
		background: url(../img/four-story/img_topfv.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 5vw;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 10;
	}
	#topimg .text-wrap{
		padding-top: 13vw;
	} 
	#topimg .en{
		width: 90%;
		margin: 0 auto 5.33vw;
	}
	#topimg .jp{
		font-size: 6.93vw;
		text-align: center;
		display: block;
	}
	#topimg .jp .min{
		font-size: 3.73vw;
	}
	#topimg .anime-arrow{
		bottom: -19.73vw;
	}
}

/*------------------------
ショールーム
------------------------*/
#four-story{
	background: #E1DFDD;
}
#four-story h2{
	text-align: center;
}
#four-story .recommend h3,
#four-story .merit h3  {
	text-align: center;
	color: var(--gray);
	letter-spacing: .08em;
}
#four-story .recommend .box-wrap .box {
	background: var(--black);
}
#four-story .recommend .box-wrap .box .num {
	color: var(--gray);
	text-align: center;
	font-weight: 600;
}
#four-story .recommend .box-wrap .box .txt {
	color: #fff;
	line-height: 1.5;
	letter-spacing: .09em;
}
#four-story .merit .box-wrap .box {
	background: #fff;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--gray);
	position: relative;
}
#four-story .merit .box-wrap .box::before{
	content: "";
	background: var(--gray);
	position: absolute;
}
#four-story .merit .box-wrap .box::after{
	content: "";
	background: var(--gray);
	position: absolute;
}
#four-story .merit .box-wrap .box .min {
	line-height: 1.4;
	display: flex;
	justify-content: center;
	align-items: center;
}
#four-story .merit .box-wrap .box .txt {
	line-height: 1.286;
	font-weight: 600;
	position: relative;
	display: flex;
	align-items: center;
}
#four-story .merit .note{
	color: var(--gray);
	letter-spacing: 0;
}
#four-story .library{
	width: 100%;
	height: auto;
}
#four-story .btn-wrap .btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	position: relative;
}
#four-story .btn-wrap .btn .icon img{
	object-fit: contain;
}
/* PC */
@media screen and (min-width:768px) {
	#four-story .inner{
		padding: 90px 0 270px;
	}
	#four-story h2 {
		font-size: 30px;
		margin-bottom: 35px;
		letter-spacing: .08em;
		text-align: center;
		font-weight: 600;
	}
	#four-story .story-logo {
		width: 144px;
		margin: 0 auto 45px;
	}
	#four-story .top-txt {
		line-height: 2.214;
		letter-spacing: .09em;
		text-align: center;
		margin-bottom: 70px;
	}

	/* ===== オススメ ====== */
	#four-story .recommend h3,
	#four-story .merit h3  {
		font-size: 20px;
		margin-bottom: 25px;
	}
	#four-story .recommend{
		width: 765px;
		margin: 0 auto 80px;
	}
	#four-story .recommend .box-wrap {
		display: flex;
		justify-content: space-between;
	}
	#four-story .recommend .box-wrap .box {
		width: 248px;
		padding: 15px 15px 15px;
	}
	#four-story .recommend .box-wrap .box .num {
		font-size: 16px;
		line-height: 1;
		margin-bottom: 10px;
	}
	#four-story .recommend .box-wrap .box .txt {
		font-size: 14px;
		text-align: center;
	}

	/* ===== メリット ====== */
	#four-story .merit{
		width: 880px;
		margin: 0 auto 70px;
	}
	#four-story .merit .box-wrap {
		display: flex;
		justify-content: space-between;
	}
	#four-story .merit .box-wrap .box {
		width: 128px;
		height: 128px;
	}
	#four-story .merit .box-wrap .box::before{
		width: 90px;
		height: 0.25px;
		top: 68px;
	}
	#four-story .merit .box-wrap .box::after{
		width: 28px;
		height: 2px;
		top: 67px;
	}
	#four-story .merit .box-wrap .box .txt {
		margin-bottom: 4px;
		min-height: 55px;
	}
	#four-story .merit .box-wrap .box .min {
		font-size: 10px;
		min-height: 42px;
	}
	#four-story .merit .box-wrap .box .min span.kome {
		position: absolute;
		right: 32px;
		bottom: 21px;
		font-size: 8px;
	}
	#four-story .merit .note{
		font-size: 10px;
		text-align: right;
		padding: 5px 13px 0 0;
	}
	#four-story .library{
		margin-bottom: 50px;
	}
	
	/* ===== リンク ====== */
	#four-story .btn-wrap{
		width: 1136px;
		margin: 0 auto;
        justify-content: center;
	}
	#four-story .btn-wrap .btn a{
		width: 563px;
		height: 80px;
		font-size: 24px;
		letter-spacing: .14em;
		overflow: hidden;
	}
	#four-story .btn-wrap .btn .icon{
		width: 21px;
		height: 18px;
		margin-left: 15px;
		padding-top: 2px;
	}
	#four-story .btn-wrap .btn.vr a{
		background: url(../img/four-story/btn_vr_preview.png) no-repeat;
		background-size: cover;
	}
	#four-story .btn-wrap .btn.charm a{
		background: url(../img/four-story/btn_charm.png) no-repeat;
		background-size: cover;
	}
	#four-story .btn-wrap .btn .vr-icon{
		width: 45px;
		height: 35px;
		margin-left: 15px;
	}
	#four-story .btn-wrap .btn .charm-icon{
		width: 40px;
		height: 46px;
		margin-left: 15px;
	}
	#four-story .btn-wrap .text-hover{        
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		white-space: nowrap;
		transition: transform 0.5s ease;
		z-index: 2;
		background: url(../img/four-story/btn_vr_preview_on.png);
		transform: translateX(-100%);
		background-size: cover;
		font-size: 16px;
		font-weight: bold;
		color: var(--black);
	}
	#four-story .btn-wrap .charm .text-hover{
		background: url(../img/four-story/btn_charm_on.png);
		background-size: cover;
	}
	#four-story .btn-wrap .btn a:hover .text-hover {
		transform: translateX(0);
	}

}

/* SP */
@media screen and (max-width:767px) {
	#four-story .inner{
		padding: 10.67vw 6.67vw;
	}
	#four-story h2 {
		font-size: 4vw;
		letter-spacing: .08em;
		margin-bottom: 3.33vw;
		text-align: center;
		font-weight: 600;
	}
	#four-story .story-logo {
		width: 37.33vw;
		margin: 0 auto 6.67vw;
	}
	#four-story .top-txt {
		letter-spacing: .09em;
		text-align: center;
		margin-bottom: 8vw;
		font-size: 3.2vw;
		line-height: 1.8;
	}

	/* ===== オススメ ====== */
	#four-story .recommend h3,
	#four-story .merit h3  {
		font-size: 4.8vw;
		margin-bottom: 4vw;
		line-height: 1.4;
	}
	#four-story .recommend{
		margin: 0 auto 10.67vw;
	}
	#four-story .recommend .box-wrap .box {
		padding: 4vw;
		margin-bottom: 1.33vw;
	}
	#four-story .recommend .box-wrap .box .num {
		font-size: 3.73vw;
		line-height: 1;
		margin-bottom: 1.33vw;
	}
	#four-story .recommend .box-wrap .box .txt {
		font-size: 3.73vw;
		text-align: center;
	}

	/* ===== メリット ====== */
	#four-story .merit{
		margin: 0 auto 10.67vw;
	}
	#four-story .merit .box-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	#four-story .merit .box-wrap .box {
		width: 40vw;
		height: 40vw;
		margin-bottom: 2.67vw;
	}
	#four-story .merit .box-wrap .box::before{
		width: 32vw;
		height: 0.25px;
		top: 21.33vw;
	}
	#four-story .merit .box-wrap .box::after{
		width: 7.47vw;
		height: 0.53vw;
		top: 21.07vw;
	}
	#four-story .merit .box-wrap .box .txt {
		min-height: 17.33vw;
		font-size: 4.27vw;
	}
	#four-story .merit .box-wrap .box .min {
		font-size: 2.67vw;
		min-height: 12vw;
	}
	#four-story .merit .box-wrap .box .min span.kome {
		position: absolute;
		right: 10.67vw;
		bottom: 7.47vw;
		font-size: 2.13vw;
	}
	#four-story .merit .note{
		font-size: 2.67vw;
		text-align: right;
		padding: 0px 8vw 0 0;
	}
	#four-story .library{
		margin-bottom: 8vw;
	}
	
	/* ===== リンク ====== */
	#four-story .btn-wrap{
		width: 100%;
		display: block;
	}
	#four-story .btn-wrap .btn a{
		width: 100%;
		margin-bottom: 1.33vw;
		height: 18.67vw;
		font-size: 4.8vw;
		letter-spacing: .14em;
	}
	#four-story .btn-wrap .btn .icon{
		width: 4vw;
		height: 3.2vw;
		margin-left: 2.67vw;
	}
	#four-story .btn-wrap .btn.vr a{
		background: url(../img/four-story/btn_vr_preview.png) no-repeat;
		background-size: cover;
	}
	#four-story .btn-wrap .btn.charm a{
		background: url(../img/four-story/btn_charm.png) no-repeat;
		background-size: cover;
	}
	#four-story .btn-wrap .btn .vr-icon{
		width: 9.33vw;
		height: 6.93vw;
		margin-left: 2.67vw;
	}
	#four-story .btn-wrap .btn .charm-icon{
		width: 8.53vw;
		height: 10.67vw;
		margin-left: 2.67vw;
	}
	#four-story .btn-wrap .text-hover{
		display: none;
	}
}
/*------------------------

------------------------*/
/* PC */
@media screen and (min-width:768px) {
	
}

/* SP */
@media screen and (max-width:767px) {

}
