@charset "UTF-8";
/* CSS Document */
/*///////共通///////*/
#wrap {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-feature-settings: "palt";
    font-weight: 400;
	letter-spacing: .1em;
	margin-top: 40px;
	font-size: 0.9375rem;/*15px*/
    line-height: 1.7;
}
html,body{
	background-color: #fff;
    min-width: 1200px;
}
#wrap figure {
    margin: 0;
}
#wrap .sp {
	display: none!important;
}
#wrap .h-fonts {
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	letter-spacing: 0.2rem;/*3px*/
}
#wrap picture img{
	width: 100%;
    height: auto;
}
#wrap .caption{
	margin-top: 30px;
}
/*h2 {
	font-size: 2.6875rem;
	margin-bottom: 30px;
	line-height: 1.3em;
    font-weight: 100;
    letter-spacing: 2px;
}
h3 {
	margin-bottom: 30px;
	font-size: 2rem;
    font-weight: 100;
    letter-spacing: 2px;
	line-height: 1.3em;
}
h4 {
	font-size: 1.625rem;
	font-weight: 100;
    line-height: 1.4em;
    letter-spacing: 2px;
}
h5 {
	font-size: 1.1875rem;
    font-weight: bold;
    line-height: 1.4em;
    letter-spacing: 2px;
}
h6 {
	margin-bottom: 5px;
	font-size: 1rem;
	font-weight: bold;
}*/
#main a{
	color: #dba24c;
}
#main a.tell{
	color: #3c3c3c;
}
a.arrow1{
	background-position: 0 9px;
}

.navbar {
	background-color: #fff!important;
}

/*////////コンテンツライン表示////////*/
#main .cnt-line{
	background-color: #3c3c3c;
    width: 1px;
    margin: 0 auto;
	height: 60px;
}
#main .cnt-line-w{
	background-color: rgba(255,255,255,0.30);
}
/*#main .cnt-line-in{
	animation: cnt-line-anime 1s ease-in-out both 0s;
}
@keyframes cnt-line-anime{
	0%{
		opacity: 1;
		top: 200px;
	    height: 0;
	}
	50%{
		top: 0;
		height: 196px;
	}
	100%{
		height: 60px;
		opacity: 1;
	}
}*/
/*////////END_コンテンツライン表示////////*/
/*////////コンテンツタイトル表示////////*/
/*#main .cnt-title-in{
	animation: fadeIn 1s ease both 1s
}*/
#main .cnt-jsbox-in{
	animation: fadeIn 1.5s ease both 0.5s
}
/*////////コンテンツタイトル表示////////*/


/*///////cnt1-トップビジュアル///////*/

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
#cnt1{
    /*
    animation: fadeIn 1s ease both 0s;*/
    max-width: 1500px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    padding: 0;
    z-index: 1;
}
#cnt1 picture{
	height: 559px;
    display: block;
	position: relative;
	animation: fadeIn 2s ease both 0s;
}
#cnt1 picture img{
	object-fit: cover;
    font-family: "object-fit: cover; object-position: center center;";
    /*-o-object-position: center center;
    object-position: center center;
    height: 559px;*/
	animation: hero-move 2s ease both 0s;
}
@keyframes hero-move{
	0%{ 
		height: 589px;
		-o-object-position: center -15px;
		object-position: center -15px;
	}
	100%{
		height: 559px;
		-o-object-position: center center;
    	object-position: center center;
	}
}
#cnt1 picture::after{
	background-color: rgba(79,79,79,0.50);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	mix-blend-mode: multiply;
	width: 100%;
	height: 100%;
}

/*写真2枚*/
/*#cnt1 .cnt1-imgbox{
	position: relative;
	height: 559px;
    display: block;
	
}
#cnt1 .cnt1-imgbox::after{
	background-color: rgba(79,79,79,0.50);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	mix-blend-mode: multiply;
	width: 100%;
	height: 100%;
}
#cnt1 .cnt1-imgbox picture{
	position: absolute;
	top: 0;
}
#cnt1 .cnt1-imgbox picture:first-of-type{
	left: 750px;
}
#cnt1 .cnt1-imgbox picture:nth-of-type(2){
	right: 750px;
}
#cnt1 picture img{
	object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
    height: 559px;
}*/

/*END_写真2枚*/

#cnt1 .cnt1-title-wrap{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	color: #fff;
    animation: fadeIn 1.5s ease both 1s;
}
#cnt1 .cnt1-title-wrap h4{
    font-family: 'EB Garamond', serif;
    font-size: 1.5em;
    letter-spacing: 0.25em;
    text-align: center;
}
#cnt1 .cnt1-title-wrap h3{
    letter-spacing: 0.2rem;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    text-indent: -0.5rem;
}
#cnt1 .cnt1-title-wrap h2{
	font-weight: 700;
    letter-spacing: 0.15em;
    font-size: 4.7em;
    text-align: center;
	margin-top: -20px;
}
@keyframes title-move {
    0% {
		margin: -30px auto -10px;
		width: 0px;
	}
    100% {
		margin: 5px auto 20px;
		width: 40px;
	}
}

#cnt1 .cnt1-title-wrap .line{
	/*width: 40px;*/
	height: 1px;
	/*margin: 5px auto 20px;*/
	background-color: #fff;
    animation: title-move 1s ease both 1s;
	margin: auto;
}

/*///////cnt2///////*/
#cnt2{
	text-align: center;
	margin: 160px 0;
}
#cnt2 h2{
	font-size: 2.8rem;/*43px*/
	letter-spacing: 0.2rem;/*3px*/
	margin-bottom: 20px;
}
#cnt2 h3{
	font-size: 1.26rem;/*19px*/
	letter-spacing: 0.2rem;/*3px*/
	margin-bottom: 40px;
	font-weight: 600;
	color: #415A77;
}
#cnt2 h3:nth-of-type(1){
	margin-bottom: 10px;
}

/*///////cnt3///////*/
#cnt3{
	background-color: #3c3c3c;
	padding-bottom: 100px;
}
#cnt3 .cnt3-wrap{
	max-width: 1056px;
	margin: 0 auto;
}
#cnt3 .cnt3-wrap .sofa-variation{
	position: relative;
	color: #9B9B9B;
	font-weight: 600;
    letter-spacing: 0.1em;
	margin: 30px 0 5px;
	line-height: 11px;
}
#cnt3 .cnt3-wrap .sofa-variation::after{
	content: "";
	width: 90%;
	border-bottom: 1px solid rgba(255,255,255,0.30);
	position: absolute;
	right: 0;
	bottom: 0;
}
#cnt3 .cnt3-wrap:nth-of-type(4) .sofa-variation::after{
	width: 95%;
}
#cnt3 .cnt3-wrap:nth-of-type(5) .sofa-variation::after{
	width: 85%;
}
#cnt3 .item-variation{
	display: flex;
}
#cnt3 .gallery-item{
	width: 349px;
	margin-left: 4px;
}
#cnt3 .gallery-item:nth-of-type(1){
	margin-left: 0;
}
/*#cnt3 .lightbox-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#cnt3 #lightbox-wrap a{
	border: 2px solid #3c3c3c; 
}*/
#cnt3 .gallery-caption{
    text-align: right;
    color: #9B9B9B;
    margin-top: 10px;
}

#cnt3 .cnt3-title,
#cnt4 .cnt4-title{
	font-weight: 600;
    font-size: 1.26rem;
    color: #9b9b9b;
    text-align: center;
    letter-spacing: 0.2em;
    padding: 20px 0 50px;
}
/*#cnt3 .lightbox-wrap .target{
	opacity: 0;
	margin-right: 4px;
}
#cnt3 .lightbox-wrap .target:last-of-type{
	margin-right: 0px;
}
#cnt3 .target-in{
	margin-top:10px;
}*/

/*///////cnt4///////*/
#cnt4{
	margin-bottom: 95px;
}
#cnt4 .cnt4-title{
	color: #7a7a7a;
}
#cnt4 .cnt4-wrap{
	display: flex;
    align-items: flex-end;
    max-width: 1056px;
    margin: 0 auto;
	flex-wrap: wrap;
}
#cnt4 .cnt4-box{
	border: 1px solid #D2D2D2;
	padding: 4% 2% 2%;
	box-sizing: border-box;
	width: 33%;
	text-align: center;
	    height: 353px;
}
#cnt4 .cnt4-box:nth-of-type(1),
#cnt4 .cnt4-box:nth-of-type(4){
	border-right: none;
}
#cnt4 .cnt4-box:nth-of-type(3){
	border-left: none;
}
#cnt4 .cnt4-box:nth-of-type(4),
#cnt4 .cnt4-box:nth-of-type(5){
	border-top: none;
}
#cnt4 .sofa-info{
	margin-top: 7px;
}
#cnt4 .cnt4-box .sofa-info-box{
    display: flex;
    justify-content: space-between;
    margin: 5px auto 0;
}
#cnt4 .cnt4-box h4{
	font-size: 1.26rem;
}
#cnt4 .cnt4-box .size{
	font-size: 0.86rem;
	margin: 10px 0 15px;
}
#cnt4 .cnt4-box .price{
	font-weight: 500;
	letter-spacing: 0.01em;
}
#cnt4 .cnt4-box .price{
    letter-spacing: 0.1em;
}
#cnt4 .cnt4-box .price .tax{
	font-size: 0.6rem;
}
/*///////cnt5///////*/

#cnt5 h3{
	font-size: 2.8rem;/*43px*/
	margin-bottom: 20px;
	text-align: center;
}
#cnt5 h3 + .caption{
	text-align: center;
}
#cnt5 picture::after {
    background-color: rgba(79,79,79,0.50);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
	color: #fff;
}
#cnt5{
    max-width: 1500px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    padding: 0;
    z-index: 1;
}
#cnt5 picture {
    height: 468px;
    display: block;
    position: relative;
}
#cnt5 picture img {
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
	height: 468px;
}

#cnt5 .cnt5-title-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
}
#cnt5 .cnt5-title-wrap h3.h-fonts,
#cnt5 .cnt5-title-wrap h3.h-fonts + p{
	color: #fff;
}

#cnt5 .sr-list{
	display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    width: 1056px;
}
#cnt5 .sr-list li{
	width: 45%;
    background: rgba(255,255,255,0.55);
    padding: 2% 2% 2%;
}
#cnt5 .sr-list li:nth-of-type(1),
#cnt5 .sr-list li:nth-of-type(2){
	margin-bottom: 1px;
}
#cnt5 .sr-list li:nth-of-type(1),
#cnt5 .sr-list li:nth-of-type(3){
	margin-right: 1px;
}
#cnt5 .sr-info{
	display: flex;
}
#cnt5 .sr-list .sr{
	width: 210px;
	position: relative;
	font-weight: 600;
}
#cnt5 .sr-list .type{
	margin-left: 30px;
}
#cnt5 .sr-list .sr::after{
	content: "/";
	position: absolute;
	right: 0px;
}
#cnt5 .sr-list .sr,
#cnt5 .sr-list .type{
	display: block;
}

/*///////cnt6///////*/
#cnt6{
	width: 1056px;
	margin: 150px auto 0px;
}
#cnt6 h3{
	font-size: 2.8rem;
}
#cnt6 .cnt6-title,
#cnt6 .cng-day{
	text-align: center;
}
#cnt6 .cng-day{
	background-color: #F2F1EC;
	padding: 30px 0;
	margin-top: 50px;
}
#cnt6 .cng-day h4{
	font-size: 1.53rem;
	margin-bottom: 25px;
	font-weight: normal;
}
#cnt6 .cng-day h3{
	border-top: 1px solid #D2D2D2;
	font-size: 1.73rem;
	font-weight: 500;
	color: #891C21;
	padding-top: 28px;
}
#cnt6 .cnt6-table{
	display: flex;
	flex-wrap: wrap;
}
#cnt6 .table-box1:nth-of-type(1){
	border-right: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
}
#cnt6 .table-box1:nth-of-type(2){
	border-bottom: 1px solid #D2D2D2;
}
#cnt6 .table-box1:nth-of-type(3){
	border-right: 1px solid #D2D2D2;
}
#cnt6 .sofa-link span.arrow1{
	color: #dba24c;
	background-position: 0 7px;
}
#cnt6 .table-wrap{
	display: flex;
	justify-content:center;
	border-top: 1px solid #c7c7c2;
}
#cnt6 .wrap-first{
	border-top: none;
}
#cnt6 .table-wrap .table-box1:first-child{
	border-right: 1px solid #c7c7c2;
}
#cnt6 .table-box1{
    width: 43%;
    padding: 3%;
}
#cnt6 .sofa-size{
	display: flex;
    margin-bottom: 10px;
}
#cnt6 .sofa-size p{
	margin-left: 80px;
}
#cnt6 #uk-box .table-box1{
	border-right: none;
}
#cnt6 table td{
	border: none!important;
	padding: 2px 0!important;
}
#cnt6 table{
	border-bottom: none!important;
    border-right: none!important;
}
#cnt6 .arrow,
#cnt6 .price-title{
	text-align: center;
}
#cnt6 .size{
	font-size: 1.26rem;
}
#cnt6 .size,
#cnt6 .price{
    font-weight: bold;
}
#cnt6 .price{
	text-align: center;
}
#cnt6 .price .tax{
	font-size: 0.5em;
}

/*//////ここからは問い合わせ/////*/
#cnt7{
	margin: 0 auto;
}
#cnt7 .tax-info{
	background: #3c3c3c;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
#cnt7 .cnt7{
	background-color: #e2e2e2;
	display: flex;
	justify-content:center;
	align-items:center;
	height: 210px;
	margin-bottom: 30px;
}
#cnt7 h4{
	font-weight: 500;
    margin-right: 60px;
    font-size: 1.26em;
}
#cnt7 .cnt7 ul li:first-child{
	margin-bottom: 5px;
}

/*///////////////TEST//////////*/

/*////////////モーダル////////////////*/
.modal_btn{
	position: relative;
	cursor: pointer;
}
.modal_wrap input{
    display: none;
}

.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(60,60,60,0.80);
    opacity: 0;
    transition: opacity 1s, transform 0s 0.5s;
    transform: scale(0);
	pointer-events: none;
}

.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_content{
	width: 80%;
    max-width: 1600px;
    box-sizing: border-box;
    transition: 1s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.modal_content img{
	width: 700px;
}

.modal_content p{
	margin-top: 20px;
	color: #fff;
}

.close_button{
    position: absolute;
	width: 25px;
    height: 38px;
    top: -50px;
    right: 0px;
    cursor: pointer;
	background-image: url(../../../img/item_page/item_icn_parts/movie_close_w.png);
}

.close_button:hover{
	background-position-y:-38px;
}

.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
	pointer-events: auto;
}