@charset "utf-8";
/* CSS Document */

.fixed{
	position: fixed!important;
}

.sp{
	display:none;
}
#wrap-content *{
	box-sizing: content-box;
}
/*///////////body header///////////*/

html, body{
	width:100%;
	height: 20000px;
}

body{
	min-width:1200px;
	margin:0;
	padding:0;
	color:#3c3c3c;
	font-size:12px;
	-webkit-text-size-adjust: 100%;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*///////////メイン画像アニメーション///////////*/

#bg{
	margin:0 auto;
	width:100%;
	height:100%;
	position: relative;
	font-weight: 300;
}

#bg::before{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	background: url("../img/item_page/pivo/main.jpg") center center no-repeat;
	background-size:cover;
	animation: fade-in0 5s ease-in-out 0s 1 forwards;
	-webkit-animation: fade-in0 5s ease-in-out 0s 1 forwards;
}

#bg .text{
	text-align:center;
	color:#fff;
	line-height: 3;
	letter-spacing: 0.3em;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
#bg .t1{
	font-size:4.5em;
	line-height:0;
	animation: fade-in-t1 5s ease-in-out 0s 1 forwards;
	-webkit-animation: fade-in-t1 5s ease-in-out 0s 1 forwards;
}
#bg .t2{
	font-size:2em;
	line-height:0;
	animation: fade-in-t2 5s ease-in-out 0s 1 forwards;
	-webkit-animation: fade-in-t2 5s ease-in-out 0s 1 forwards;
}
#bg .t3{
	font-size:2em;
	margin-top:40px;
	animation: fade-in-t3 5s ease-in-out 0s 1 forwards;
	-webkit-animation: fade-in-t3 5s ease-in-out 0s 1 forwards;
}
#bg .line{
	border-top:1px solid #ddd;
	width:100px;
	margin:40px auto 0;
	animation: fade-in-t4 5s ease 0s 1 forwards;
	-webkit-animation: fade-in-t4 5s ease 0s 1 forwards;
}
#bg h2{
	font-size:2em;
	letter-spacing:10px;
	margin:40px 0 0 14px;
	animation: fade-in-t5 5s ease 0s 1 forwards;
	-webkit-animation: fade-in-t5 5s ease 0s 1 forwards;
}

#wrap-top{
	width:100%;
	min-width: 1050px;
	height: calc(100vh - 220px);
	background-color: #fff;
	margin: 110px auto;
}


@media (max-height:500px) and (max-width:900px) { /*SP横画面*/
	#wrap-top{
		min-height:100vw;
		position: static;
	}
	.btn-box{
		display:none;
	}
	#wrap-header1,
	#wrap-header2{
		animation: fadeIn 1s ease-out 0s 1 both;
		-webkit-animation: fadeIn 1s ease-out 0s 1 both;
	}
	
}

@media (max-height:420px) and (min-width:800px) and (max-width:900px) { /*SP横画面(iPhoneX用)*/
	#wrap-top{
		min-height:55vw;
	}	
}

@media (min-width:1480px) {
	#bg{
		width:90%;
	}
}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -moz-animation-iteration-count: infinite;
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}
.hvr-ripple-out:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
  animation-iteration-count: infinite;
}


/* Icon Sink */
@-webkit-keyframes hvr-icon-sink {
  0% {
	top:25px;
    opacity: 1;
  }
  50% {
	top:40px;
    opacity: 0;
  }
  70% {
	top:25px;
    opacity: 0;
  }
  100% {
	top:25px;
    opacity: 1;
  }
}

@keyframes hvr-icon-sink{
  0% {
	top:25px;
    opacity: 1;
  }
  50% {
	top:40px;
    opacity: 0;
  }
  70% {
	top:25px;
    opacity: 0;
  }
  100% {
	top:25px;
    opacity: 1;
  }
}

.hvr-icon-sink {
	text-align:center;
	position:absolute;
	left: 20px;
	top:25px;
  	display: inline-block;
  	vertical-align: middle;
  	animation-duration: 2.5s;
  	-webkit-animation-duration: 2.5s;
 	-webkit-animation-timing-function: ease-in-out;
 	-webkit-animation-iteration-count: infinite;
 	-webkit-animation-name: hvr-icon-sink;
 	animation-name: hvr-icon-sink;
}

.btn-box{
	position:absolute;
	width:60px;
	left:50%;
	bottom:0;
	z-index:10000;
}
.btn-box a{
	position:absolute;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	left: -30px;
	bottom:30px;
	width: 60px;
    height: 60px;
	background-color: rgba(255,255,255,0.7); 
}
p.btn{
	text-align:center;
	position:absolute;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	left: 0;
	bottom:0;
	width: 60px;
    height: 60px;
}
p.btn img.text{
	margin-top:21px;
}

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


/*///////////コンテンツ///////////*/
span.tax{
	font-size:11px;
}
#wrap-content{
	position:relative;
}
#H_Content{
	width:100%;
	min-width: 1050px;
}
.back-white{
	margin:0 auto;
	animation: fadeIn 1s ease-out 0s 1 both;
	-webkit-animation: fadeIn 1s ease-out 0s 1 both;
}
.nav-space{
	width:100%;
	height:70px;
}
#contents1,
#contents2,
#contents3,
#contents4,
#contents5,
#contents6{
	position: relative;
	width: 100%;
	letter-spacing: 0.05em;
	padding-top: 100px;
	margin-bottom:150px;
}

#s-navi{
	position:relative;
	width:100%;
}
#contents1 .title,
#contents2 .title,
#contents3 .title,
#contents4 .title,
#contents5 .title,
#contents6 .title{
	position: absolute;
	left: 13px;
	top: 13px;
	z-index: 104;
	color: #ffffff;
	background: #3c3c3c;
	line-height:1em;
	padding: 13px;
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
}

/*///////////-------- ソファメイン--------///////////*/

#sofaitem{
	clear:both;
	position: relative;
    top: auto;
    left: auto;
	margin-top:5px;
	max-width: 1100px;
}
#sofaitem .title-box{
	margin:0 auto;
	height:40px;
	border-bottom:1px solid #d2d2d2;
}
#sofaitem .title-box h1{
	float:left;
	letter-spacing:2px;
	font-weight:bold;
	font-size:26px;
	margin-top:2px;
}
#sofaitem .title-box h2{
	float:left;
	margin-top:18px;
	line-height:14px;
	margin-left:28px;
	font-size:12px;
	font-weight:normal;
}
#sofaitem .title-box h2 span{
	margin-left:28px;
}
#sofaitem .title-box p.sofa-price{
	float:right;
	margin-top:5px;
	font-size:17px;
	text-align:right;
	color:#3c3c3c;
}
#sofaitem p.tobuy,
#sofaitem p.nobuy{
	float:right;
	width:75px;
	margin-top:4px;
	text-align:right;
}
#sofaitem p.tobuy a,
#sofaitem p.nobuy a{
	margin-left:20px;
	display:block;
	width:66px;
	height:19px;
	text-align:left;
	text-indent:-7777px;
	overflow:hidden;
	float:right;
	background-image:url(../img/item_page/item_icn_parts/btn_buy_small.png);
}
#sofaitem p.tobuy a:hover,
#sofaitem p.nobuy a:hover{
	background-position:0 -19px;
}

/*///////////ソファ構図ナビ///////////*/

#main-photo{
	margin:0 auto;
	width: 90%;
	max-width: 1300px;
	min-width: 1000px;
    height: 40vw;
	max-height:554px;
	min-height:460px;
	position: relative;
}
#main-photo .sofa-main-photo{
	min-width: inherit;
}
/*

#main-photo .sliderArrows a {
    display: block;
    outline: none;
    text-indent: -9999px;
    z-index: 50;
    background-image: url(../../img/arrow_cl.png);
	background-position: 0 0;
    width: 30px;
    height: 57px;
    position: absolute;
    top: 40%;
    margin: auto;
}
#main-photo .sliderArrows a.prev {
    left: 50px;
}

#main-photo .sliderArrows a.next {
    right: 50px;
    background-position-x: -30px;
}
*/

.sliderBullets {
	display:block;
	width:400px;
	height:75px;
	position:absolute;
	margin-left:-200px;
	left:50%;
	bottom:-10px;
	z-index:40;
}

.navi-position-stool{
	width:320px;
	margin-left:-160px;
}

.navi-position-25p a{
	background: url(../img/item_page/pivo/navi_sofa_25p.png);
}
.navi-position-3p a {
	background: url(../img/item_page/pivo/navi_sofa_3p.png);
}
.navi-position-stool a {
	background: url(../img/item_page/pivo/navi_sofa_stool.png);
}
.sliderBullets a{
	display: block;
	cursor:pointer;
	padding:0;
	width: 80px;
	height: 75px;
	float: left;
	outline: none;
	border:none;
	overflow: hidden;
	background-size:400px 225px;
	text-indent:-99999px;
}
.slider3 .sliderBullets a{
	background-size:320px 225px;
}
	
.sliderBullets a:nth-child(1){
	background-position:0 0;
}
.sliderBullets a:nth-child(2){
	background-position:-80px 0;
}
.sliderBullets a:nth-child(3){
	background-position:-160px 0;
}
.sliderBullets a:nth-child(4){
	background-position:-240px 0;
}
.sliderBullets a:nth-child(5){
	background-position:-320px 0;
}
.sliderBullets a:hover{
	background-position-y:-75px;
}
.sliderBullets a.active{
 	background-position-y:-150px;
}

/*///////////--------sofa-navi--------///////////*/
#s-navi{
	background:#fff;
	clear:both;
	width:100%;
	padding-top:80px;
}
#s-navi .sofa-size1{
	background:#fff;
	margin-bottom:0px;
}
#s-navi .sofa-size-navi .item{
	width:1000px;
	height:103px;
	margin:0 auto;
}
ul.size-navi{
	display: flex;
	margin: 0 auto;
    width: 334px;
}

ul.size-navi2{
	float: left;
	margin:0 0 0 5px;
}

ul.size-navi .size-25 a{
	background-image:url(../img/item_page/pivo/size_btn_25p.png);
}
ul.size-navi .size-3 a{
	background-image:url(../img/item_page/pivo/size_btn_3p.png);
}
ul.size-navi .size-stool a{
	background-image:url(../img/item_page/pivo/size_btn_stool.png);
}

.size-button-on{
	background-position:0 -93px;
}

ul.size-navi li{
	display:block;
	width:110px;
	height:103px;
	border-left:1px solid #d2d2d2;
	text-indent:-7777px;
}
ul.size-navi li.last{
	border-right:1px solid #d2d2d2;
}
ul.size-navi li a{
	display:block;
	width:100px;
	height:93px;
	margin:5px;
	background-size:100px 186px;
	background-repeat:no-repeat;
	padding:0;
	cursor:pointer;
}
ul.size-navi li a.size-button-on{
	background-position:0 -93px;
	cursor:default;
}
.sofa-size-img{
	margin:0 auto;
	width:898px;
	clear:both;
}
.sofa-size-img .item{
	padding:30px 0 80px;
}
.sofa-size-img .item p.text{
	margin-bottom: 0;
}
.sofa-size-img .item p{
	margin-bottom:10px;
/*	font-size:13px;*/
	/*text-align:center;*/
}

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


/*///////////スクロールナビゲーション///////////*/
#navi_area{
	position:relative;
}
#nav {
    z-index:50;
	width:100%;
    height:70px;
	background-color: rgba(0, 0, 0, 0.8);
}
#nav ul{
	margin:0 auto;
	width:740px;
	display:flex;
}
#nav li{
    text-indent:-99999px;
}
#nav a{
    display:block;
    height:70px;
	text-indent: -99999px;
    background: url(../img/item_page/item_icn_parts/btn_scroll_navi5.png) no-repeat;
}

#nav li:nth-child(1) a{width:79px; background-position:-221px 0;}
#nav li:nth-child(2) a{width:67px; background-position:-300px 0;}
#nav li:nth-child(3) a{width:67px; background-position:-367px 0;}
#nav li:nth-child(4) a{width:106px; background-position:-434px 0;}
#nav li:nth-child(5) a{width:148px; background-position:-540px 0;}
#nav li:nth-child(6) a{width:67px; background-position:-688px 0;}
#nav li:nth-child(7) a{width:111px; background-position:-755px 0;}
#nav li.tobuy a{
	margin-left:15px;
	width:80px;
	background-position:-881px 0;
}
#nav .navi9{
	position:absolute;
	top:0;
	right:0;
}
#nav .navi9 a{
	width:51px;
	height:70px;
	opacity:1;
	background:url(../img/item_page/item_icn_parts/btn_scroll_navi_pt.png) no-repeat;
	background-position:0 0;
}
#nav a:hover{background-position-y:-70px!important;}

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

/*/////構造スライドショー/////*/
.swiper-wrapper:not(.checked-items__wrapper){
    display: flex;
	width:100%;
    max-width: 1100px;
	min-width: 1000px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10% auto;
	box-sizing: border-box!important;
}
.swiper-wrapper:not(.checked-items__wrapper) .box-slide:nth-child(-n+3){
	margin-bottom: 80px;
}
.swiper-wrapper:not(.checked-items__wrapper) .box-slide h2{
	margin-bottom: 40px;
}
.swiper-wrapper:not(.checked-items__wrapper) .box-slide p{
	margin-top: 440px;
	font-weight: 300;
}
.swiper-wrapper .box-slide.last-box p{
	margin-top: 0;
}
#contents5 .box-slide {
	width:340px;
/*	max-width:340px;*/
/*    min-width: 325px;*/
}

#contents5 .box-slide:last-child{
	width:100%;
}

.swiper-pagination,
.swiper-button-next,
.swiper-button-prev{
	display: none!important;
}

.box-slide a:not(.arrow4) img{
	width:325px;
	display: block;
}

#contents5 .box-slide:last-child img{
	width:100%;
}

.box-slide a:not(.arrow4){
	position: absolute;
}

.box-slide span img{
	width:8px;
}

.box-slide.last-box{
	max-width: 1100px;
    height: 380px;
    position: relative;
}

.box-slide.last-box .swiper-box{/*PIVO用LAST*/
	width: 30vw;
    padding-top: 80px;
    max-width: 340px;
    min-width: 315px;
}

.box-slide.last-box a{
	top:0;
	right:0;
	width:66%;
}

.box-slide.last-box p{
	margin-top: 20px;
}
/*/////END_構造スライドショー/////*/


/*///////////--------コンテンツ 1--------///////////*/

#cnt1-2{
	position:relative;
	display:block;
	margin:150px auto 0;
	height:100%;
}
.back-cnt1 .text-box-cap{
	text-align:center;
	margin:60px auto;
}
#cnt1-1 h1,
#cnt1-2 h1{
	font-size: 4.3rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}	
.back-cnt1 p.text{
	margin:60px 0;
}
#cnt1-1 .image-box{
	position:relative;
	margin:0 auto;
	max-width:1500px;
	height:700px;
	overflow:hidden;
	width:100%;
}
#cnt1-1 .image-box .image{
	position: absolute;
	margin:0 auto;
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../img/item_page/pivo/cnt1_image1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-position:center;
/*	opacity:0;*/
}
#cnt1-2 .image-box{
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1500px;
	min-width:1000px;
	height:50vw;
	max-height:700px;
	min-height:448px;
	overflow:hidden;
}
#cnt1-2 .image-box .image{
	position: absolute;
	margin:0 auto;
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../img/item_page/pivo/cnt1_image2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-position:center;
/*	opacity:0;*/
}
#cnt1-3{
	position:relative;
	display:block;
	margin:150px auto 0;
}
#cnt1-3 .l-box{
	position:relative;
	float:left;
	width:50%;
	height:1050px;
	overflow:hidden;
}
#cnt1-3 .l-box .image{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../img/item_page/pivo/cnt1_image3.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-position:center;
}
#cnt1-3 .r-box{
	float:right;
	width:50%;
	height:900px;
}
#cnt1-3 .text-box{
	width:400px;
	padding:0 10%;
	position:relative;
	top: 50%;
	transform: translateY(-50%);
}
#cnt1-3 h2{
	font-size: 3.2rem;
	line-height:1.5;
	letter-spacing: 0.05em
}	
#cnt1-3 p.text{
	margin-top:60px;
}
#cnt1-3 p.icn{
	margin-top:60px;
	background:url(../img/item_page/pivo/cnt1_icn.svg) no-repeat;
	display:block;
	background-size:200px 150px;
	width:200px;
	height:150px;
}

#cnt1-3 .l-box2{
	float:left;
	width:50%;
	height:800px;
}
#cnt1-3 .l-box2 .text-box{
	float:right;
}
#cnt1-3 .r-box2{
	position:relative;
	float:left;
	width:50%;
	margin-top:0;
	height:800px;
	overflow:hidden;
}
#cnt1-3  .r-box2 .image{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../img/item_page/pivo/cnt1_image4.jpg) center bottom;
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.movie-box{
	width: 1000px;
    margin:100px auto 0px;
	position:relative;
}

.movie-box .btn{
	position:absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width:88px;
	height:88px;
	z-index:10;
    overflow: hidden;
}

.movie-box:hover .btn::before{
	opacity:0;
}
.movie-box .btn::before{
	content: '';
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background-image:url(../img/item_page/pivo/btn_movie.png);
	z-index: 10;
	transition: 1s;
}

.movie-box .btn::after{
	content: '';
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	background-image:url(../img/item_page/pivo/btn_movie.png);
	background-position: 0 -88px;
	z-index: 5;
}

.movie-box img{
	width:1000px;
	height:375px;
	cursor: pointer;
}

/*////////////movieモーダル////////////////*/
.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(255,255,255,0.9);
    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:1400px;
    height: 80%;
	max-height: 800px;
    padding-top: 50px;
    box-sizing: border-box!important;
    transition: 1s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.close_button{
    position: absolute;
	width: 25px;
    height: 38px;
    top: 0;
    right: 0;
    cursor: pointer;
	background-image: url(../img/item_page/item_icn_parts/movie_close.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;
}

iframe{
	width:100%;
	height:100%;
}

/*///////////--------コンテンツ 2--------///////////*/

.back-cnt2 .text-box-cap{
	text-align:center;
	margin:60px auto;
}
#cnt2-1 h1{
	font-size: 4.3rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}	
.back-cnt2 p.text{
	margin-top:60px;
	font-weight: 300;
}
#cnt2-1 .image-box{
	position:relative;
	margin:0 auto;
	width:100%;
	height:600px;
	overflow:hidden;
}
#cnt2-1 .image-box .image{
	position: absolute;
	margin:0 auto;
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../img/item_page/pivo/cnt2_image1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-position:center;
}
#cnt2-1 .image-box2{
	position:relative;
	margin:100px auto;
	width:100%;
	max-width:1500px;
	height:700px;
	overflow:hidden;
}
#cnt2-1 .image-box2 .image{
	position: absolute;
	margin:0 auto;
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../img/item_page/pivo/cnt2_image2.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-position:center;
}

#cnt2-2{
	position:relative;
	display:block;
	margin:0 auto;
	height:100%;
}

#cnt2-2 .l-box{
	float:left;
	width:55%;
	height:500px;
	position: relative;
}

#cnt2-2 .l-box .text-box{
	width:550px;
	padding:0 100px;
	position:relative;
	float:right;
	top: 50%;
	transform: translateY(-50%);
}
#cnt2-2 h1,
#cnt2-3 h1,
#cnt2-4 h1{
	font-size:3.2rem;
	line-height:1.5;
	letter-spacing:0.05em;
}
#cnt2-2 .l-box .text-box .text-box-in{
	position: relative;
	height:264px;
}
#cnt2-2 #seat-box{
	float:left;
	position:relative;
	width:164px;
	margin:70px 25px 0 0;
}
#cnt2-2 .l-box .text-box p.text{
	float:left;
	width:361px;
	position:relative;
	top: 50%;
	transform: translateY(-50%);
	margin-top:60px;
	font-weight: 300;
}
#cnt2-2 #seat-box .pivo-sp-seat{
	width: 164px;
	height:264px;
}
#cnt2-2 #seat-box .pivo-sp-seat p{
	text-align:center;
	font-size:11px;
	margin-bottom:10px;
}
#cnt2-2 #seat-box .pivo-sp-seat .za,
#cnt2-2 #seat-box .pivo-sp-seat .se{
	float:left;
	width:57px;
	margin-right:25px;
}
#cnt2-2 #seat-box .pivo-sp-seat .za .seat-left,
#cnt2-2 #seat-box .pivo-sp-seat .se .seat-right{
	margin:20px 0 0 7px;
}
#cnt2-2 .za-icn img,#cnt2-2 .se-icn img{
	width:57px;
	height:74px;
}
#cnt2-2 .seat-left img,#cnt2-2 .seat-right img{
	width:44px;
	height:170px;
}
#cnt2-2 .image-box{
	position:relative;
	float:right;
	width:45%;
	height:500px;
	overflow:hidden;
}
#cnt2-2 .image-box .image{
	position: absolute;
	margin:0 auto;
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../img/item_page/pivo/cnt2_image3.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-position:center;
}

#cnt2-3{
	position:relative;
	display:block;
	margin:100px auto;
	height:100%;
}
#cnt2-3 .image-box{
	position:relative;
	float:left;
	width:48%;
	height:500px;
	overflow:hidden;
}
#cnt2-3 .image-box .image{
	position: absolute;
	margin:0 auto;
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../img/item_page/pivo/cnt2_image4.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-position:center;
}
#cnt2-3 .r-box{
	float:right;
	width:52%;
	height:500px;
	position: relative;
}
#cnt2-3 .r-box .text-box{
	width:550px;
	padding:0 100px;
	position:relative;
	float:left;
	top: 50%;
	transform: translateY(-50%);
}
#cnt2-3 .r-box .text-box p.text{
	margin-top:60px;
	font-weight: 300;
}

#cnt2-4{
	position:relative;
	display:block;
	margin:100px auto;
	height:100%;
}
#cnt2-4 .l-box{
	float:left;
	width:45%;
	height:500px;
	position: relative;
}
#cnt2-4 .l-box .text-box{
	width:550px;
	padding:0 100px;
	position:relative;
	float:right;
	top: 50%;
	transform: translateY(-50%);
}
#cnt2-4 .l-box .text-box p.text{
	margin-top:60px;
	font-weight: 300;
}
#cnt2-4 .image-box{
	position:relative;
	float:left;
	display:flex;
	width:55%;
	height:500px;
	overflow:hidden;
}
#cnt2-4 .image-box li{
	width:100%;
	overflow:hidden;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#cnt2-4 .image-box .image1{
	background:url(../img/item_page/pivo/cnt2_image5_1.jpg) no-repeat right;
}
#cnt2-4 .image-box .image2{
	background:url(../img/item_page/pivo/cnt2_image5_2.jpg) no-repeat center;
}
#cnt2-4 .image-box .image3{
	background:url(../img/item_page/pivo/cnt2_image5_3.jpg) no-repeat right;
}

#cnt2-5 .image-box{
	position:relative;
	margin:0 auto;
	display:flex;
	width:100%;
	max-width:1500px;
	height:450px;
	overflow:hidden;
}
#cnt2-5 .image-box li{
	width:750px;
	overflow:hidden;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#cnt2-5 .image-box .image1{
	background:url(../img/item_page/pivo/cnt2_image6_1.jpg) no-repeat right;
}
#cnt2-5 .image-box .image2{
	background:url(../img/item_page/pivo/cnt2_image6_2.jpg) no-repeat center;
}
#cnt2-5 .image-box li p{
	padding:10px 20px;
	font-weight: 300;
}

/*///////////--------コンテンツ 3--------///////////*/

.back-cnt3 .text-box-cap{
	text-align:center;
	margin:60px auto;
}
#cnt3-1 h1,
#cnt3-2 h1,
#cnt3-3 h1{
	font-size: 4.3rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
}	
.back-cnt3 p.text{
	margin:60px 0;
}
.back-cnt3 p.text span{
	font-weight:600;
}
#cnt3-1 .image-box{
	position:relative;
	margin:0 auto;
	width:100%;
	height:600px;
	overflow:hidden;
}
#cnt3-1 .image-box .image{
	position: absolute;
	margin:0 auto;
	width:100%;
	height:100%;
	overflow:hidden;
	background:url(../img/item_page/pivo/cnt3_image1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-position:center;
}

#cnt3-2{
	position:relative;
	display:block;
	margin:150px auto 0;
	text-align:center;
}
#cnt3-2 .op1{
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1500px;
	height:500px;
	overflow:hidden;
}
#cnt3-2 .op1 li{
	width:500px;
	float:left;
}

#cnt3-3{
	margin:150px auto 0;
	max-width:1600px;
	padding: 150px 140px;
	width:100%;
	background:#e6e6e6;
}
#cnt3-3 .text-box{
	text-align:center;
	margin:0 auto;
}
#cnt3-3 .image-box{
	margin-top:60px;
}
#cnt3-3 .image-box li{
	float:left;
}

/*
.fancybox-slide:not(:first-child) .fancybox-content{
	max-width:1050px!important;
	width:100%!important;
}
*/

/*///////////--------コンテンツ 4--------///////////*/

#contents4 h1{
	font-size: 4.3rem;
	line-height: 1.5;
}
#cnt4-1,
#cnt4-2,
#cnt4-3{
	position:relative;
	display:block;
	margin:0 auto;
	padding: 150px 0;
	width:100%;
	height:100%;
}
#cnt4-1{
	padding-top:50px;
}

#cnt4-2{
	background:#e5eaf1;
}
#contents4 .text-box{
	padding-bottom:60px;
}
#contents4 .text-box .text{
	text-align:center;
}
#contents4 .text-box h1{
}
#contents4 .text-box p{
	margin-top:40px;
	font-weight: 300;
}
#contents4 .text-box p a{
	color:#dba24c;
}
#Glide2,
#Glide3,
#Glide4{
	position:relative;
	height:100%;
	max-width:70%;
	min-width:960px;
	margin:0 auto;
}

#contents4 .glide__track {
	max-width:1400px;
	min-width:960px;
	max-height: 900px;
    min-height: 630px;
    height: 46vw;
	margin:0 auto;
}
#contents4 .glide__slide {
	position: absolute;
	max-width:1400px;
	width:100%;
  	clear: none;
  	display:block;
}
#contents4 .glide__slide img{
	position:relative;
	max-width:100%;
	min-height:600px;
}
#contents4 .glide__arrows {
  	position: absolute;
  	display: block;
  	width:120%;
  	height:140px;
  	left:0;
  	top:0;
	bottom:0;
	margin:auto;
	margin-left:-97px;
  	padding-bottom: 208px;
 	z-index:1;
}

@media (max-width: 1200px){
		#contents4 .glide__arrows {
			width:100%;
			margin: auto;
	}
}
#contents4 .glide__arrows button{
	background:url(../../img/arrow_slider_3_big.png);
	display:block;
	width:80px;
	height:140px;
	text-indent:-9999px;
	border:none;
	position:absolute;
	cursor:pointer;
	outline: none;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	 top: 0;
	padding: 0;
}
#contents4 .glide__arrows .prev{
  background-position:0 0;
  left: 0;
}

#contents4 .glide__arrows .next{
  background-position:-80px 0;
  right: 0;
}

#contents4 .glide__arrows button:hover{
	background-position-y:-140px;
}

#contents4 .glide__slide p{
	margin-top:20px;
	text-align:center;
	font-weight: 300;
}

#contents4 .glide__bullets {
	max-width:1000px;
	display: block;
	height:119px;
	margin:40px auto 0 auto;
	z-index:1;
	display: flex;
	justify-content: space-between;
}
#contents4 .glide__bullet {
	display: block;
	cursor:pointer;
	border:5px solid #fff;
	width: 190px;
	height: 119px;
	outline: none;
	background-position:center;
	background-size:cover;
	background-color: transparent;/*iPad時に枠がつくのを消している*/
}

#Glide2 .glide__bullets button:nth-of-type(1){
	background-image: url(../img/item_page/pivo/cnt4_photo_1.jpg);
}
#Glide2 .glide__bullets button:nth-of-type(2){
	background-image: url(../img/item_page/pivo/cnt4_photo_2.jpg);
}
#Glide2 .glide__bullets button:nth-of-type(3){
	background-image: url(../img/item_page/pivo/cnt4_photo_3.jpg);
}
#Glide2 .glide__bullets button:nth-of-type(4){
	background-image: url(../img/item_page/pivo/cnt4_photo_4.jpg);
}
#Glide2 .glide__bullets button:nth-of-type(5){
	background-image: url(../img/item_page/pivo/cnt4_photo_5.jpg);
}

#Glide3 .glide__bullets button:nth-of-type(1){
	background-image: url(../img/item_page/pivo/cnt4_photo_6.jpg);
}
#Glide3 .glide__bullets button:nth-of-type(2){
	background-image: url(../img/item_page/pivo/cnt4_photo_7.jpg);
}
#Glide3 .glide__bullets button:nth-of-type(3){
	background-image: url(../img/item_page/pivo/cnt4_photo_8.jpg);
}
#Glide3 .glide__bullets button:nth-of-type(4){
	background-image: url(../img/item_page/pivo/cnt4_photo_9.jpg);
}
#Glide3 .glide__bullets button:nth-of-type(5){
	background-image: url(../img/item_page/pivo/cnt4_photo_10.jpg);
}

#Glide4 .glide__bullets button:nth-of-type(1){
	background-image: url(../img/item_page/pivo/cnt4_photo_11.jpg);
}
#Glide4 .glide__bullets button:nth-of-type(2){
	background-image: url(../img/item_page/pivo/cnt4_photo_12.jpg);
}
#Glide4 .glide__bullets button:nth-of-type(3){
	background-image: url(../img/item_page/pivo/cnt4_photo_13.jpg);
}
#Glide4 .glide__bullets button:nth-of-type(4){
	background-image: url(../img/item_page/pivo/cnt4_photo_14.jpg);
}
#Glide4 .glide__bullets button:nth-of-type(5){
	background-image: url(../img/item_page/pivo/cnt4_photo_15.jpg);
}	
#Glide3 .glide__bullet {
	border:5px solid #e5eaf1;
}
#contents4 .glide__bullet:hover {
	border:5px solid #dba24c;
}
#contents4 .glide__bullets .active{
 	border:5px solid #3c3c3c;
}

#contents4 .live{
	background:#5a6676;
}
#contents4 .banner-box {
	margin:0 auto;
	position:relative;
	width:100%%;
	max-width:1400px;
	min-width:1000px;
	height:325px;
}

#contents4 .banner-box .cap-box{
	position:absolute;
	right:0;
	top:0;
	width:460px;
	height:108px;
	padding:109px 140px 108px 40px;
	z-index:10;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
    justify-content: space-between;
}
#contents4 .banner-box .icn{
	width:120px;
}
#contents4 .banner-box .text-box2{
	width:300px;
	line-height:1.7em;
}
#contents4 .banner-box .text-box2 p{
	margin-top:10px;
	color:#ddd;
}
#contents4 .banner-box .image{
	position: absolute;
	width:100%;
	height:325px;
	z-index:0;
	background:url(../img/item_page/pivo/photo_live_bnr.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

#slp{
	margin:0 auto;
	color:#d2d2d2;
	background:#14395e;
	width: 100%;
	max-width: 100%;
}
#slp .slp-box{
	display: flex;
	width: 80%;
	max-width:1000px;
	margin:0 auto;
}

/*///////////--------コンテンツ 5--------///////////*/
#cnt5-1 h1{
	text-align:center;
	font-size: 4.3rem;
	line-height: 1.5;
	padding:50px 0 120px;
}
#cnt5-1 .material-box1{
	display:flex;
	width:1000px;
	justify-content: space-around;
	margin: 0 auto;
}

#cnt5-1 .material-box1 .l-box{
	width:428px;	
}
#cnt5-1 .material-box1 .r-box{
	width:415px;
}
#contents5 h2{
	margin-top:0px;
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: 0.05rem;
}
#cnt5-1 .material-box1 .r-box p{
	margin-top:60px;
	font-weight: 300;

}
/*///////////--------コンテンツ 6--------///////////*/

#contents6{
	color:#fff; 
	background:url(../img/item_page/pivo/cnt6_craftsman.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height: 800px;
	margin-bottom: 0;
}

.craftsman-box h1{
	font-size: 4.3rem;
	line-height: 1.5;
}
.craftsman-box p.text2,
.craftsman-box p.arrow{
	margin-top:30px;
}
.craftsman-box a{
	color:#dba24c;
}
.craftsman-box p span{
	margin-top:-6px;
}
.craftsman-box p span img{
	vertical-align: middle;
}
.craftsman-box{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	z-index:1;
	width:820px;
	height:505px;
	text-align: center;
}
.craftsman-box p.text1{
	margin-top:60px;
	font-weight: 300;
}

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

/*///////////PIVO本革バナー///////////*/

.bnr_pivo{
	margin:10px 0 0;
	border:1px solid #d2d2d2;
	position:relative;
	display: flex;
	justify-content: space-between;
}
.bnr_pivo .text-box2{
	width: 50%;
	background:#fff;
	padding:4% 4% 0%;
}
.bnr_pivo .text-box2 h2{
	font-size: 1.8rem;
	font-weight: 600;
}
.bnr_pivo .text-box2 p{
	font-size: 1.5rem;
	margin-top: 15px;
}
.bnr_pivo .text-box2 p span{
	font-size:11px;
}
.bnr_pivo .text-box2 p span.price{
	font-size:14px;
	font-weight:600;
}
.bnr_pivo .text-box2 a.arrow4{
	display: block;
	margin:10px 0 0 0;
}
.bnr_pivo img{
	width: 100%;
	display: block;
}
/*--------------------------------------------*/

@media screen and (max-width: 2000px) , (max-device-width : 2000px) {
	#cnt3-3{
		width:84%;
		padding:150px 4%;
	}
	#cnt3-3 .image-box li{
		width:50%;
	}
	#cnt3-3 .image-box li img{
		width:100%;
	}
}
@media screen and (max-width: 1600px) , (max-device-width : 1600px) {
	#cnt1-3 .l-box ,
	#cnt1-3 .r-box{
		height:800px;
	}
	#cnt2-1 .image-box2{
		width:90%;
	}
	#cnt2-1 .image-box,
	#cnt3-1 .image-box{
		height:400px;
	}
	#cnt2-2 .l-box .text-box,
	#cnt2-3 .r-box .text-box,
	#cnt2-4 .l-box .text-box{
		width:440px;
		padding:0 9%;
	}
	#cnt2-2 .l-box .text-box p.text{
		width:251px;
		font-weight: 300;
		font-weight: 300;
	}
	#cnt2-2 h1,
	#cnt2-3 h1,
	#cnt2-4 h1{
		font-size:1.8em;
	}
	#cnt2-2 h1 br,
	#cnt2-3 h1 br,
	#cnt2-4 h1 br{
		display:none;
	}
	#cnt2-3 .r-box,
	#cnt2-3 .image-box,
	#cnt2-4 .l-box,
	#cnt2-4 .image-box{
		height:400px;
	}
	#cnt2-5 .image-box{
		width:85%;
		height:400px;
	}
	#cnt2-5 .image-box li{
		width:100%;
	}
	#cnt2-5 .image-box .image1{
		background-position:center;
	}
	#cnt3-2 .op1{
		width:85%;
		height:auto;
	}
	#cnt3-2 .op1 li{
		width:33.333%;
	}
	#cnt3-2 .op1 li img{
		width:100%;
	}

}
