@charset "UTF-8";

/*------------------------
トップイメージ
------------------------*/
#topimg .text-wrap{
	color: #fff;
}
#topimg .en,#topimg .sub-en{
	letter-spacing: .08em;
}
/* PC */
@media screen and (min-width:768px) {
	.top-bg{
		min-height: 770px;
		background: url(../img/showroom/topimg.jpg?20250630) no-repeat center;
		background-size: cover;
	}
	#topimg .text-wrap{
		width: 510px;
		margin: 110px 0 0 auto;
	} 
	#topimg .en{
		margin: 0 auto 10px;
		font-size: 65px;
		line-height: 1.092;
		font-weight: bold;
	}
	#topimg .sub-en{
		font-size: 22px;
		margin-bottom: 70px;
		font-weight: bold;
	}
	#topimg .jp{
		font-size: 36px;
		letter-spacing: .1em;
		margin-bottom: 35px;
		font-weight: 600;
		color: var(--black);
		line-height: 1;
	}
	#topimg .textarea{
		font-size: 16px;
		line-height: 2.125;
	}
	#topimg .anime-arrow{
		bottom: -78px;
	}
}
/* SP */
@media screen and (max-width:767px) {
	#topimg{
		background: url(../img/showroom/sp_topimg.jpg?20250630) no-repeat center;
		background-size: cover;
		min-height: 161.6vw;
	}
	#topimg .text-wrap{
		padding-top: 8vw;
	} 
	#topimg .en{
		margin: 0 auto 2.67vw;
		font-size: 8.53vw;
		line-height: 1.092;
		font-weight: bold;
	}
	#topimg .sub-en{
		font-size: 4vw;
		margin-bottom: 5.33vw;
		font-weight: 600;
		line-height: 1;
	}
	#topimg .jp{
		margin-bottom: 4vw;
		letter-spacing: .1em;
		font-weight: bold;
		color: var(--black);
		line-height: 1;
		font-size: 6.67vw;
	}
	#topimg .textarea{
		font-size: 3.2vw;
		line-height: 1.917;
		letter-spacing: 0.12em;
	}
	#topimg .anime-arrow{
		bottom: -11.73vw;
	}
}

/*------------------------
ショールーム
------------------------*/
#showroom h2{
	text-align: center;
}
#showroom .map-wrap h3 {
	color: var(--blue);
	line-height: 1;
}
#showroom .web-wrap {
	background: #C8BB9B;
	position: relative;
}
#showroom .web-wrap .movie {
	position: relative;
	z-index: 10;
}
#showroom .web-wrap .txt {
	letter-spacing: .08em;
	line-height: 1.4;
	margin-left: 30px;
}
#showroom .web-wrap .movie a::after{
	content: "";
	background: url(../img/showroom/icon_play.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}
#showroom .web-wrap .en {
	line-height: 1;
	color: #D4CAB0;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}
#showroom .web-wrap .en .min {
	display: block;
}
/* PC */
@media screen and (min-width:768px) {
	#showroom .inner{
		padding: 90px 0 270px;
	}
	#showroom h2 {
		font-size: 30px;
		margin-bottom: 35px;
		letter-spacing: .08em;
		text-align: center;
		font-weight: 600;
	}
	#showroom .text {
		line-height: 2.214;
		letter-spacing: .09em;
		text-align: center;
		margin-bottom: 70px;
	}
	#showroom .library{
		width: 100%;
		height: auto;
		margin-bottom: 95px;
	}
	#showroom .flex-box {
		justify-content: space-between;
	}
	#showroom .map-wrap {
		width: 480px;
	}
	#showroom .map-wrap .map {
		height: auto;
		margin-bottom: 28px;
	}
	#showroom .map-wrap h3 {
		font-size: 26px;
		letter-spacing: .1em;
		margin-bottom: 15px;
	}
	#showroom .map-wrap .access {
		display: flex;
		line-height: 1.714;
	}
	#showroom .web-wrap {
		width: 665px;
	}
	#showroom .web-wrap .ttl-wrap{
		position: absolute;
		top: 40px;
		left: 40px;
		display: flex;
	}
	#showroom .web-wrap h3 {
		font-size: 30px;
		font-weight: 600;
		line-height: 1;
		margin-bottom: 15px;
		letter-spacing: .06em;
	}
	#showroom .web-wrap .movie a::after{
		width: 140px;
		height: 140px;
	}
	#showroom .web-wrap .movie a:hover{
		opacity: .8;
	}
	#showroom .web-wrap .icon {
		width: 118px;
		height: 118px;
		position: absolute;
		left: 50px;
		bottom: 40px;
	}
	#showroom .web-wrap .en {
		font-size: 84px;
		text-align: end;
	}
	#showroom .web-wrap .en .min {
		font-size: 50px;
	}
}

/* SP */
@media screen and (max-width:767px) {
	#showroom .inner{
		padding: 10.67vw 6.67vw;
	}
	#showroom h2 {
		font-size: 4vw;
		letter-spacing: .08em;
		margin-bottom: 3.33vw;
		text-align: center;
		font-weight: 600;
	}
	#showroom .text {
		letter-spacing: .09em;
		text-align: center;
		margin-bottom: 8vw;
		font-size: 3.2vw;
		line-height: 1.8;
	}
	#showroom .library{
		width: 100%;
		height: auto;
		margin-bottom: 8vw;
	}
	#showroom .flex-box {
		display: block;
	}
	#showroom .map-wrap {
		margin-bottom: 6vw;
	}
	#showroom .map-wrap .map {
		height: auto;
		margin-bottom: 2.67vw;
	}
	#showroom .map-wrap h3 {
		line-height: 1;
		text-align: left;
		font-size: 4.8vw;
		letter-spacing: .1em;
		margin-bottom: 2.67vw;
	}
	#showroom .map-wrap .access {
		line-height: 1.714;
	}
	#showroom .map-wrap .access span{
		display: block;
	}
	#showroom .web-wrap{
		padding-bottom: 5.33vw;
	}
	#showroom .web-wrap .ttl-wrap{
		padding: 4vw 4vw 0;
	}
	#showroom .web-wrap h3 {
		font-size: 5.33vw;
		font-weight: 600;
		line-height: 1;
		margin-bottom: 1.33vw;
		letter-spacing: .06em;
	}
	#showroom .web-wrap .txt {
		font-size: 3.2vw;
		margin-left: 0;
	}
	#showroom .web-wrap .movie a::after{
		width: 21.33vw;
		height: 21.33vw;
	}
	#showroom .web-wrap .icon {
		width: 21.33vw;
		height: 21.33vw;
		position: absolute;
		right: 4vw;
		top: 4vw;
	}
	#showroom .web-wrap .en {
		font-size: 10.67vw;
		left: 0;
	}
	#showroom .web-wrap .en .min {
		font-size: 9.33vw;
	}
}


/*------------------------

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

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

}
