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

/*///////////メイン画像///////////*/

body{
	width:100%;
	min-width:1200px;
	margin:0;
	padding:0;
	color:#3c3c3c;
	font-size:12px;
	-webkit-text-size-adjust: 100%;
	background:#fff;
}
/* For tablets & smart phones */
/*@media (max-width: 1200px) {
	.container {
		width: auto
	}
}
/* For smartphones */
/*@media (max-width: 1200px) {
	.container {
		width: auto
	}
}
/* For smaller displays like laptops */
/*@media (min-width: 1200px) and (max-width: 1200px) {
	.container {
		width: 1200px
	}
}
/* For larger displays */
/*@media (min-width: 1200px) {
	.container {
		width: 1200px
	}
*/
.fade{
	animation: fadeIn 1s ease 0s 1 both;
}
#container{
	animation: fadeIn 0.5s ease 0s 1 both;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
body{
	width:100%;
	overflow:hidden;
	}
}
@keyframes fadeIn{
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
#wrap-top{
	width:100%;
	height:100%;
}
#main{
 	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width:1200px;
	min-height:100%;
	height:100%;
	overflow:hidden;
	 background:#fff;
 }
.header{
	height: 100vh;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#main{
  position: relative; 
  top: 0 ; 
  left: 0; 
  z-index:77777;
  opacity:0;
  display:none;
 }

}
#main #bg{
	width:100%;
	height:calc(100% - 220px);
	margin-top: 110px;
	animation: fadeIn 0.5s ease 0.5s 1 both;
	position: relative;
}
#main #bg .back1{
	background:url(../img/item_page/penta/main1.jpg) no-repeat;
	z-index: 0;
}
#main #bg .back2{
	background:url(../img/item_page/penta/main2.jpg) no-repeat;
	animation: fadeIn 1.5s ease 2s 1 both;
	z-index: 1;
}
/*
@keyframes fadeIn{
    0% {
        opacity:0;
    }
	50%{
		opacity:1;
	}
    100% {
        opacity:0;
    }
}
*/
#main #bg .back1,
#main #bg .back2{
	width: 100%;
	height: 100%;
	position:absolute;
	background-position:center;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	}
/*

#header-main{
	position:absolute;
	top:0;
	left:50%;
	z-index:10000;
}
#wrap-header1{
	position: absolute;
	left: -500px;
	top:0;
}
#wrap-header2{
	position: absolute;
	left: -500px;
	top:71px;
	opacity:0;
}
#wrap-header1-sp{
	display:none;
}
*/

/* Ripple Out */
@keyframes hvr-ripple-out {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  50% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
	-webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 42px;
  }
  70% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
}

.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;
}

#main .btn-box,
#main-tablet .btn-box{
	position:absolute;
	width:60px;
	left:50%;
	bottom:0;
	z-index:10000;
	display:none;
}
#main .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); 
}
#main 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;
}
#main p.btn img.text{
	margin-top:21px;
}
#main p.arrow{
	
}

#main .maincap-box{
	position:absolute;
	left: 23%;
	top: 20%;
	z-index:10;
	text-align:center;
	animation: fadeIn 1s ease 2.5s 1 both;
}
#main .maincap-box h2{
	font-weight: 100;
	font-size:2.8em;
	line-height:1.1em;
	margin-top:60px;
}

.tablet,
.xsp{
	display:none;
}
/* tablet */
/*
#main-tablet{
  position: relative; 
  top: 0 ; 
  left: 0; 
  z-index:10000;
  display:none;
  width:100%;
	height:100%;
	overflow: hidden;
 }
#main-tablet #bg-tablet .back1{
	background:url(../img/item_page/penta/main1.jpg) no-repeat;
}
#main-tablet #bg-tablet .back2{
	background:url(../img/item_page/penta/main2.jpg) no-repeat;
}
#main-tablet #bg-tablet .back1,
#main-tablet #bg-tablet .back2{
	width:100%;
	height:75%;
	position:absolute;
	background-position:center;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
*/
/*--------------------------------------------*/


/*///////////コンテンツ///////////*/
span.tax{
	font-size:11px;
}
#wrap-content{
	position:relative;
	animation: fadeIn 0.5s ease 0s 1 both;
}
#H_Content{
	position:relative;
	width:100%;
	min-width:1200px;
	overflow:hidden;
}
.back-white{
	position: relative; 
	width:100%;
	min-width:1200px;
	background:#fff;
	color:#3c3c3c;
	overflow:hidden;
}
.nav-space{
	width:100%;
	height:70px;
}
.back-cnt1{
	position: relative; 
	width: 100%;
	background:#fff;
	overflow: hidden;
}
.back-cnt2{
	position: relative;
	background:#fff;
	width: 100%;
	overflow:hidden;
}
.back-cnt3{
	position: relative;
	background:#fff;
	width: 100%;
	margin-top:1px;
	color:#3c3c3c;
	overflow:hidden;
}
.back-cnt4{
	position: relative; 
	width: 100%;
	min-height: 100%;
	color:#3c3c3c;
	overflow:hidden;
}
.back-cnt5{
	position: relative;
	color:#3c3c3c; 
	width: 100%;
	min-height: 100%;
	background:#fff;
	overflow:hidden;
	font-weight: 300;
}
.back-cnt6{
	position: relative;
	color:#fff; 
	width: 100%;
	min-height: 100%;
	background:#777;
	overflow:hidden;
	font-weight: 300;
}
#s-navi{
	position:relative;
	width:100%;
}
.back-cnt1 .title,
.back-cnt2 .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;
	padding:60px 0 10px 0;
}
#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{
	float:right;
	width:75px;
	margin-top:4px;
	text-align:right;
}
#sofaitem p.tobuy 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{
	background-position:0 -19px;
}

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

#Glide0 .glide__bullets {
	display:block;
	width:400px;
	height:75px;
	position:absolute;
	margin-left:-200px;
	left:50%;
	bottom:20px;
	z-index:40;
}
#Glide0 .glide__bullet {
	display: block;
	cursor:pointer;
	padding:0;
	width: 80px;
	height: 75px;
	float: left;
	outline: none;
	border:none;
	overflow: hidden;
	background: url(../img/item_page/penta/navi_sofa_1p.png);
}

#Glide0 .glide__bullet{
	background-position:0 0;
}
#Glide0 .glide__bullet:nth-child(2){
	background-position:-80px 0;
}
#Glide0 .glide__bullet:nth-child(3){
	background-position:-160px 0;
}
#Glide0 .glide__bullet:nth-child(4){
	background-position:-240px 0;
}
#Glide0 .glide__bullet:nth-child(5){
	background-position:-320px 0;
}
#Glide0 .glide__bullet:hover {
	background-position: -0 -75px;
}
#Glide0 .glide__bullet:nth-child(2):hover {
	background-position: -80px -75px;
}
#Glide0 .glide__bullet:nth-child(3):hover {
	background-position: -160px -75px;
}
#Glide0 .glide__bullet:nth-child(4):hover {
	background-position: -240px -75px;
}
#Glide0 .glide__bullet:nth-child(5):hover {
	background-position: -320px -75px;
}
#Glide0 .glide__bullet.active{
 	background-position: 0 -150px
}
#Glide0 .glide__bullet:nth-child(2).active{
 	background-position: -80px -150px
}
#Glide0 .glide__bullet:nth-child(3).active{
 	background-position: -160px -150px
}
#Glide0 .glide__bullet:nth-child(4).active{
 	background-position: -240px -150px
}
#Glide0 .glide__bullet:nth-child(5).active{
 	background-position: -320px -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:896px;
	height:103px;
	margin:0 auto;
}
ul.size-navi-penta{
	width:112px;
	margin:0 auto;
}
ul.size-navi-penta2{
	width:112px;
}

ul.size-navi-penta .size-1 a,
ul.size-navi-penta2 .size-1 a{
	background-image:url(../img/item_page/penta/size_btn_1p.png);
}
.size-button-on{
	background-position:0 -93px;
}
ul.size-navi li{
	display:block;
	width:110px;
	height:103px;
	float:left;	
	border-left:1px solid #d2d2d2;
	text-indent:-7777px;
	overflow:hidden;
}
ul.size-navi li.last{
	border-right:1px solid #d2d2d2;
}
ul.size-navi li a{
	display:block;
	width:100px;
	height:93px;
	margin:5px;
	background-repeat:no-repeat;
	padding:0;
	cursor:pointer;
}
.sofa-size-img{
	margin:0 auto;
	width:1198px;
	clear:both;
}
.sofa-size-img .item{
	padding:30px 150px 80px;
}
.sofa-size-img .item .size-image{
	display:none;
}
.sofa-size-img .item p{
	margin-bottom:10px;
/*	font-size:13px;*/
	/*text-align:center;*/
}


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


/*///////////スクロールナビゲーション///////////*/
#navi_area{
	position:relative;
	display:block;
}
#nav {
    position:absolute;
	left:0;
	top:0;
    z-index:50;
	width:100%;
    height:70px;
	filter: progid:DXImageTransform.Microsoft.Gradient(Enabled=0,GradientType=0,StartColorStr=#cc000000,EndColorStr=#cc000000);
	background-color: rgba(0, 0, 0, 0.8);
}
#nav ul.hover-css{
	margin:0 auto;
	width:740px;
	padding:0 239px 0 221px;
}
#nav li {
    display:block;
    overflow:hidden;
    float:left;
    text-indent:-99999px;
}
ul.hover-css li a,
ul.hover-anims li a,
ul.hover-anims li span {
    display:block;
	opacity:1;
    height:70px;
    background: url(../img/item_page/item_icn_parts/btn_scroll_navi5.png) no-repeat;
}
ul.hover-css li a,ul.hover-anims li a {position:relative;}
ul.hover-anims li span {
    position:absolute;
    top:0;
    left:0;
    cursor:pointer;
}

#nav ul li.navi1 a{ width:79px; background-position:-221px 0; }
#nav ul li.navi1 a:hover,
#nav ul li.navi1 a.on,
ul.hover-anims li.navi1 span a.on,
ul.hover-anims li.navi1 a span,
ul.hover-anims li.navi1 span { width:79px; background-position:-221px -70px; }

#nav ul li.navi2 a{ width:67px; background-position:-300px 0; }
#nav ul li.navi2 a:hover,
#nav ul li.navi2 a.on,
ul.hover-anims li.navi2 span a.on,
ul.hover-anims li.navi2 a span,
ul.hover-anims li.navi2 span { width:67px; background-position:-300px -70px; }

#nav ul li.navi3 a{ width:67px; background-position:-367px 0; }
#nav ul li.navi3 a:hover,
#nav ul li.navi3 a.on,
ul.hover-anims li.navi3 span a.on,
ul.hover-anims li.navi3 a span,
ul.hover-anims li.navi3 span { width:67px;background-position:-367px -70px; }

#nav ul li.navi4 a{ width:106px; background-position:-434px 0; }
#nav ul li.navi4 a:hover,
#nav ul li.navi4 a.on,
ul.hover-anims li.navi4 span a.on,
ul.hover-anims li.navi4 a span,
ul.hover-anims li.navi4 span { width:106px; background-position:-434px -70px; }

#nav ul li.navi5 a{ width:148px; background-position:-540px 0; }
#nav ul li.navi5 a:hover,
#nav ul li.navi5 a.on,
ul.hover-anims li.navi5 span a.on,
ul.hover-anims li.navi5 a span,
ul.hover-anims li.navi5 span { width:148px; background-position:-540px -70px; }

#nav ul li.navi6 a{ width:67px; background-position:-688px 0; }
#nav ul li.navi6 a:hover,
#nav ul li.navi6 a.on,
ul.hover-anims li.navi6 span a.on,
ul.hover-anims li.navi6 a span,
ul.hover-anims li.navi6 span { width:67px; background-position:-688px -70px; }

#nav ul li.navi7 a{ width:111px; background-position:-755px 0; }
#nav ul li.navi7 a:hover,
#nav ul li.navi7 a.on,
ul.hover-anims li.navi7 span a.on,
ul.hover-anims li.navi7 a span,
ul.hover-anims li.navi7 span { width:111px; background-position:-755px -70px; }

#nav ul li.navi8 a{ margin-left:15px; width:80px; background-position:-881px 0; }
#nav ul li.navi8 a:hover,
#nav ul li.navi8 a.on,
ul.hover-anims li.navi8 span a.on,
ul.hover-anims li.navi8 a span,
ul.hover-anims li.navi8 span { margin-left:15px; width:80px; background-position:-881px -70px; }

#nav div.navi9{ position:absolute; top:0; right:0; display:block; overflow:hidden; text-indent:-99999px;}
#nav div.navi9 a{ width:51px; height:70px; display:block; opacity:1; background: url(../img/item_page/item_icn_parts/btn_scroll_navi_pt.png) no-repeat; background-position:0 0; }
#nav div.navi9 a:hover,
#nav div.navi9 a.on,
#nav div.navi9 span a.on,
#nav div.navi9 a span,
#nav div.navi9 span { width:51px; background-position:0 -70px; }

/*tablet*/
#nav div.tablet{ position:absolute; top:0; right:0; display:block; overflow:hidden; text-indent:-99999px;}
#nav div.tablet a{ width:51px; height:70px; display:block; opacity:1; background: url(../img/item_page/item_icn_parts/btn_scroll_navi_pt.png) no-repeat; background-position:0 0; }
#nav div.tablet a:hover,
#nav div.tablet a.on,
#nav div.tablet span a.on,
#nav div.tablet a span,
#nav div.tablet span { width:51px; background-position:0 -70px; }

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

/*///////////--------コンテンツ 1--------///////////*/
#cnt1{
	position:relative;
	display:block;
	margin:0 auto;
	text-align:center;
	height:100%;
}
.back-cnt1 .text-box-cap{
	width:1200px;
	margin:0 auto;
	text-align:center;
}
#cnt1 h1{
	margin-top:200px;
	text-align:center;
	font-size: 4.3rem;
	line-height: 1.5;
}
.back-cnt1 p.text{
	margin:60px 0;
}
#cnt1 .image-box{
	position:relative;
	display:block;
	background: #eee;
	margin-top: 500px;
}
#cnt1 .image{
	position:relative;
	overflow:hidden;
	margin:0 auto;
	width: 100%;
	max-width:1680px;
	top: -420px;
}
#cnt1 ul{
	margin:-350px auto 0;
	max-width:1480px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#cnt1 ul li{
	position:relative;
	width:49.5%;
	margin-bottom: 100px;
}
#cnt1 ul li h3{
	font-weight:normal;
	margin-top:40px;
	font-size:1.9em;
	letter-spacing:-1px;
}
#cnt1 ul li p{
	margin-top:20px;
	color:#777;
}

#cnt1 .movie-box{
	background:#eee;
	padding-top:80px;
}
#cnt1 .movie-box .movie{
	margin:0 auto;
	position:relative;
	width:1200px;
	height:300px;
}
#cnt1 .movie-box .btn{
	position:absolute;
	top:256px;
	left:556px;
	width:88px;
	height:88px;
	overflow:hidden;
	z-index:10;
}
#cnt1 .sp-sofa{
	margin:480px auto 0 auto;
	width:100%;
	height:600px;
	overflow:hidden;
	background:url(../img/item_page/penta/cnt1_6.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;
	position: relative;
}
#cnt1 .sp-sofa .text-box{
	position: absolute;
    top: 0;
    bottom: 20%;
    right: 10%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#cnt1 .sp-sofa .text-box h2{
	text-align:center;
	font-size:3.2rem;
	line-height:1.5;
	letter-spacing: 0;
	color:#1d3b60;
}
#cnt1 .sp-sofa .text-box p{
	margin-top:30px;
	font-size:1.23em;
}
#cnt1 .sp-sofa .text-box .btn{
	width:172px;
	height:63px;
	overflow:hidden;
}

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

#cnt2-1{
	position:relative;
	display: flex;
	justify-content: flex-end;
	margin:180px 0;
	width:100%;
}
#cnt2-1 .l-box{
	width:45%;
	background:#fff;
	padding-right: 5%;
}
#cnt2-1 .text-box{
	float:right;
	width:468px;
}
#cnt2-1 .text-box h1{
	font-size:4.3rem;
	line-height:1.5;
	letter-spacing: 0.05em;
}
#cnt2-1 .text-box p{
	margin:40px 0;
}
#cnt2-1 .r-box{
	width:50%;
	overflow: hidden;
}

#cnt2-1 #seat-box{
	position:relative;
}
#cnt2-1 #seat-box .penta-sp-seat{
    width: 143px;
    height: 264px;
    margin: 0 auto;
}
#cnt2-1 #seat-box .penta-sp-seat .za{
	float:left;
	width:57px;
	margin-right:15px;
}
#cnt2-1 #seat-box .penta-sp-seat .se{
	float:right;
}
#cnt2-1 #seat-box .penta-sp-seat .za .seat-left,
#cnt2-1 #seat-box .penta-sp-seat .se .seat-right{
	margin:30px 0 0 7px;
}
#cnt2-1 .za-icn img,#cnt2-1 .se-icn img{
	width:57px;
	height:74px;
}
#cnt2-1 .seat-left img,#cnt2-1 .seat-right img{
	width:44px;
	height:170px;
}
/* スライドショー */
.gride-seat,
.gride-seat .glide__wrapper {
  position: relative;
  width: 100%;
}
.gride-seat .glide__track {
  height: 100%;
  overflow: hidden;
  *zoom: 1;
}
.gride-seat .glide__slide {
  float: left;
  clear: none;
  overflow: hidden;
  display:block;
}
.gride-seat .glide__slide img {
　width: 100%;
}
.gride-seat .glide__arrows {
  position: absolute;
  display: block;
  margin-top: 70px;
  width:100%;
  left:0;
  top:50%;
  z-index:1;
}
.gride-seat .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;
}
.gride-seat .glide__arrows .prev{
  bottom: -50%;
  background-position:0 0;
  left: 30px;
}
.gride-seat .glide__arrows .prev:hover{
	background-position:0 -140px;
}
.gride-seat .glide__arrows .next{
  bottom: -50%;
  background-position:-80px 0;
  right: 5%;
}
.gride-seat .glide__arrows .next:hover{
	background-position:-80px -140px;
}
.gride-seat .glide__arrows .disabled{
	display:none;
}
#Glide1-pc .glide__bullets {
	display: block;
	width:81px;
	position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: auto;
	z-index:1;
}
#Glide1-pc .glide__bullet {
	display: block;
	cursor:pointer;
	margin:0 7px;
	width: 13px;
	height: 13px;
	padding:0;
	background:url(../../img/btn_c.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
	outline: none;
	border:none;
}
#Glide1-pc .glide__bullet:hover {
	background-position: 0 -13px;
}
#Glide1-pc .glide__bullets .active{
 	background-position: 0 -26px
}

#Glide1-tab .glide__bullets{
	display: block;
	width:180px;
	height:30px;
	margin-left:200px
}
#Glide1-tab .glide__bullet{
	display: block;
	cursor:pointer;
	margin:7px 15px;
	width: 30px;
	height: 30px;
	padding:0;
	background:url(../../img/btn_c_middle.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
	outline: none;
	border:none;
}
#Glide1-tab .glide__bullet:hover {
	background-position: 0 -30px;
}
#Glide1-tab .glide__bullets .active{
 	background-position: 0 -60px
}

.gride-seat .tablet .glide__bullet {
	display: block;
	cursor:pointer;
	width:30px;
	height:30px;
	margin: 7px 15px;
	background:url(../../img/btn_c_middle.png) no-repeat;
	background-position: 0 0;
	float: left;
	overflow: hidden;
	outline: none;
	border:none;
}
.gride-seat .tablet .glide__bullet:hover {
	background-position: 0 -30px
}
.gride-seat .tablet .glide__bullets .active{
 	background-position: 0 -60px
}

#cnt2-2{
	position:relative;
	display: flex;
	margin:0 auto;
	width:100%;
}
#cnt2-2 .l-box{
	width:50%;
}
#cnt2-2 .l-box img{
	display: block;
	object-fit: cover;
	width: 100%;
	max-width: 1200px;
}

#cnt2-2 .r-box{
	width:50%;
	padding-left: 5%;
}
#cnt2-2 .text-box{
	float:left;
	width:468px;
}
#cnt2-2 .text-box h1{
	font-size: 4.3rem;
	line-height: 1.5;
}
#cnt2-2 .text-box p.text{
	margin:40px 0;
}
#cnt2-2 .text-box .image{
	margin:20px;
	position:relative;
}
#cnt2-2 .text-box p.text2{
	text-align:center;
	position:absolute;
	width:426px;
	top:290px;
	color:#777;
}
#cnt2-2 .text-box .image img{
	border:1px solid #d2d2d2;
	position:absolute;
	top:30px;
	left:0;
	opacity:0;
}
#cnt2-3{
	max-width:1680px;
	margin:0 auto 180px;
}
#cnt2-3 .text-box{
	text-align:center;
	margin-top:180px;
}
#cnt2-3 .text-box h1{
	font-size: 4.3rem;
	line-height: 1.5;
}
#cnt2-3 .text-box p{
	margin-top:60px;
}
#cnt2-3 .image{
	margin:80px auto 0 auto;
}
#cnt2-3 .image img{	
}

/*///////////--------コンテンツ 3--------///////////*/
.back-cnt3 .title-box{
	margin:0 auto;
	width:1680px;
	position:relative;
}
#cnt3{
	position:relative;
	display:block;
	margin:0 auto;
	padding:180px 0;
	max-width:1680px;
	height:100%;
	background:#eee;
}
#contents3 .text-box{
	width:1200px;
	margin:0 auto;
	text-align:center;
}
#contents3 .text-box h1{
	font-size: 4.3rem;
	line-height: 1.5;
}
#contents3 .text-box h2{
	margin-top:80px;
	font-size: 2.2rem;
	font-weight: 600;
}
#contents3 .text-box p{
	margin-top:40px;
}
#contents3 .text-box p span.size{
	font-size:14px;
	font-weight: 600;
}
#contents3 .photo-box{
	margin:0 auto;
	width:1200px;
}
#contents3 .photo-box .image2,
#contents3 .photo-box ul{
	margin-top:10px;
}
#contents3 .photo-box ul li{
	float:left;
	width:595px;
}
#contents3 .photo-box ul li.image3{
	margin-right:10px;
}
#contents3 p.price{
	font-weight: 600;
	margin:30px 0 80px 0;
}
#cnt3 .photo-box{
	margin-top:80px;
}
/*///////////--------コンテンツ 4--------///////////*/

.back-cnt4{
	background:#fff;
	height:100%;
}
.back-cnt4 #cnt4-1,
.back-cnt4 #cnt4-2,
.back-cnt4 #cnt4-3{
	position:relative;
	display:block;
	margin:0 auto;
	padding: 180px 0;
	width:100%;
	height:100%;
}
.back-cnt4 #cnt4-2{
	background:#f0f0ee;
}
.back-cnt4 .text-box{
	position:relative;
	width:1200px;
	padding-bottom:80px;
	margin:0 auto;
}
.back-cnt4 .text-box .text{
	width:1200px;
	text-align:center;
}
.back-cnt4 .text-box h1{
	font-size: 4.3rem;
	line-height: 1.5;
}
.back-cnt4 .text-box p{
	margin-top:40px;
}
#Glide2,
#Glide3,
#Glide4{
	position:relative;
	height:100%;
	max-width:70%;
	min-width:960px;
	margin:0 auto;
}
.back-cnt4 .glide__wrapper {
	max-width:1400px;
	min-width:960px;
	max-height:100%;
	min-height:100%;
	margin:0 auto;
}
.back-cnt4 .glide__track {
  min-height: 100%;
  overflow: hidden;
  *zoom: 1;
}
.back-cnt4 .glide__slide {
	position: absolute;
	max-width:1400px;
	width:100%;
  clear: none;
  display:block;
}
.back-cnt4 .glide__slide img{
	position:relative;
	max-width:100%;
	min-height:600px;
}
.back-cnt4 .glide__arrows {
  position: absolute;
  display: block;
  width:120%;
  height:140px;
  left:-10%;
  top:50%;
  margin-top:-175px;
  z-index:1;
}
.back-cnt4 .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;
}
.back-cnt4 .glide__arrows .prev{
  top: 0;
  background-position:0 0;
  left: 0;
}
.back-cnt4 .glide__arrows .prev:hover{
	background-position:0 -140px;
}
.back-cnt4 .glide__arrows .next{
  top: 0;
  background-position:-80px 0;
  right: 0;
}
.back-cnt4 .glide__arrows .next:hover{
	background-position:-80px -140px;
}
.back-cnt4 .glide__arrows .disabled{
	display:none;
}
.back-cnt4 .glide__slide p{
	margin-top:20px;
	text-align:center;
}
.back-cnt4 .glide__bullets {
	display: block;
	width:1000px;
	height:119px;
	margin:40px auto 0 auto;
	z-index:1;
}
.back-cnt4 .glide__bullet {
	display: block;
	cursor:pointer;
	margin:0 5px;
	border:5px solid #fff;
	width: 190px;
	height: 119px;
	float: left;
	outline: none;
	background-position:center;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#Glide2 .glide__bullets .slide1{
	background-image: url(../img/item_page/penta/cnt4_1_1.jpg);
}
#Glide2 .glide__bullets .slide2{
	background-image: url(../img/item_page/penta/cnt4_1_2.jpg);
}
#Glide2 .glide__bullets .slide3{
	background-image: url(../img/item_page/penta/cnt4_1_3.jpg);
}
#Glide2 .glide__bullets .slide4{
	background-image: url(../img/item_page/penta/cnt4_1_4.jpg);
}
#Glide2 .glide__bullets .slide5{
	background-image: url(../img/item_page/penta/cnt4_1_5.jpg);
}

#Glide3 .glide__bullets .slide1{
	background-image: url(../img/item_page/penta/cnt4_2_1.jpg);
}
#Glide3 .glide__bullets .slide2{
	background-image: url(../img/item_page/penta/cnt4_2_2.jpg);
}
#Glide3 .glide__bullets .slide3{
	background-image: url(../img/item_page/penta/cnt4_2_3.jpg);
}
#Glide3 .glide__bullets .slide4{
	background-image: url(../img/item_page/penta/cnt4_2_4.jpg);
}
#Glide3 .glide__bullets .slide5{
	background-image: url(../img/item_page/penta/cnt4_2_5.jpg);
}

#Glide4 .glide__bullets .slide1{
	background-image: url(../img/item_page/penta/cnt4_3_1.jpg);
}
#Glide4 .glide__bullets .slide2{
	background-image: url(../img/item_page/penta/cnt4_3_2.jpg);
}
#Glide4 .glide__bullets .slide3{
	background-image: url(../img/item_page/penta/cnt4_3_3.jpg);
}
#Glide4 .glide__bullets .slide4{
	background-image: url(../img/item_page/penta/cnt4_3_4.jpg);
}
#Glide4 .glide__bullets .slide5{
	background-image: url(../img/item_page/penta/cnt4_3_5.jpg);
}	
#Glide3 .glide__bullet {
	border:5px solid #f0f0ee;
}
.back-cnt4 .glide__bullet:hover,
#Glide3 .glide__bullet:hover {
	border:5px solid #dba24c;
}
.back-cnt4 .glide__bullets .active,
#Glide3 .glide__bullets .active{
 	border:5px solid #3c3c3c;
}

.back-cnt4 .live{
	background:#fff;
}
.back-cnt4 .banner-box {
	margin:0 auto;
	position:relative;
	width:1200px;
	height:325px;
}
.back-cnt4 .banner-box .cap-box{
	position:absolute;
	right:-240px;
	top:0;
	width:560px;
	height:108px;
	padding:109px 240px 108px 40px;
	z-index:10;
	filter: progid:DXImageTransform.Microsoft.Gradient(Enabled=0,GradientType=0,StartColorStr=#cc000000,EndColorStr=#cc000000);
	background-color: rgba(0, 0, 0, 0.7);
}
.back-cnt4 .banner-box .cap-box .icn{
	float:left;
	width:120px;
}
.back-cnt4 .banner-box .cap-box .text-box2{
	float:left;
	width:350px;
	margin-left:40px;
	font-size:1.1em;
	line-height:1.7em;
}
.back-cnt4 .banner-box .cap-box .text-box2 p{
	margin-top:20px;
}
.back-cnt4 .banner-box .image{
	position: absolute;
	z-index:0;
	left:-240px;
	top:0;
}
.back-cnt4 .banner-box .image img{
	padding:0 240px;
	background:url(../img/item_page/brick/photo_live_bnr_b1.jpg) left no-repeat,url(../img/item_page/brick/photo_live_bnr_b2.jpg) right no-repeat;
}
.back-slp{
	background:#254565;
}
/*///////////--------コンテンツ 5--------///////////*/
.back-cnt5 .title-box{
	margin:0 auto;
	max-width:1680px;
	position:relative;
}
#cnt5-1,
#cnt5-2{
	position:relative;
	width:1200px;
	margin:0 auto;
}
#cnt5-1 .material-box1{
	width:1200px;
	background:#fff;
	padding:150px 0 0 0;
}
#cnt5-1 .material-box1 h1{
	padding-bottom:150px;
	text-align:center;
	font-size: 4.3rem;
	line-height: 1.5;
}
#cnt5-1 .material-box1 .l-box{
	width:428px;
	float:left;
	margin-left:143px;
}
#cnt5-1 .material-box1 .r-box{
	width:415px;
	margin-left:70px;
	float:left;
}
#cnt5-1 .material-box1 .r-box h2{
	margin-top:0px;
	font-size: 3.2rem;
	line-height: 1.5;
}
#cnt5-1 .material-box1 .r-box p{
	margin-top:70px;

}
#cnt5-2 .material-box2 {
	background:#fff;
	clear:both;
	width:1200px;
	padding:0 0 90px 0;
}
#cnt5-2 .material-box2 .item-box {
	margin:0 auto;
	position:relative;
	width:1200px;
	padding:0 50px;
	padding-top:180px;
	font-size: 15px;
    line-height: 24px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#cnt5-2 .material-box2 .item-box .item {
	float:left;
	width:340px;
	margin:0 0 90px;
}

#cnt5-2 .material-box2 .item-box .item-left {
	width:530px;
	margin-right: 20px;
}

#cnt5-2 .material-box2 .item-box .item-right {
	width:530px;
	margin-left: 20px;
	margin-right: 0;
}

#cnt5-2 .material-box2 .item-box .item a{
	position:relative;
	width:340px;
	height:380px;
}
#cnt5-2 .material-box2 .item-box .item a .zoom{
	display:block;
	position:absolute;
	left:0;
	bottom:-4px;
}
#cnt5-2 .material-box2 .item-box .first{
	margin-left:0;
}
#cnt5-2 .material-box2 .item-box .item h2 {
	margin-bottom:40px;
	font-weight: 600;
	font-size: 2.6rem;
	line-height: 1.5;
}
#cnt5-2 .material-box2 .item-box .item p {
	margin-top:40px;
}

/*///////////--------コンテンツ 6--------///////////*/
#cnt6{
	position:relative;
	width:1200px;
	margin:0 auto;
}
#cnt6 .craftsman-box .l-box .text-box p.text2,
#cnt6 .craftsman-box .l-box .text-box p.arrow{
	margin-top:30px;
}
#cnt6 .craftsman-box .l-box .text-box p span{
	margin-top:-6px;
}
#cnt6 .craftsman-box{
	width:1200px;
	height:900px;
}
#cnt6 .craftsman-box .l-box{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:600px;
	height:900px;
}
#cnt6 .craftsman-box .l-box .text-box{
	padding:140px 45px 0 58px;
}
#cnt6 .craftsman-box .l-box .text-box h1{
	font-size: 4.3rem;
    line-height: 1.5;
}
#cnt6 .craftsman-box .l-box .text-box p.text1{
	margin-top:60px;
}
#cnt6 .craftsman-box .l-box .text-box p.text1 a{
	color:#dba24c;
}
.back-cnt6  .back-box{
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../img/item_page/penta/cnt6_craftsman.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	backface-visibility: hidden;
	background-position:center;
}
#buy-area .pic .l-box{
	width: 499px;
}
#buy-area .pic .r-box{
	width: 467px;
	padding: 0 40px 0 0;
}
.buy-area-back .pic img{
	display: block;
}
#buy-area .pic .arrow4{
	display: block;
	margin-top: 5px;
}
/*///////////PENTA購入前の注意///////////*/
#attention-box{
	margin-top:8px;
	border:1px solid #d2d2d2;
	width:998px;
	height:98px;
	display:block;
	background:url(../img/item_page/penta/btn_attention.gif) no-repeat;
	background-position:0 -98px;
}
#attention-box a{
	width:998px;
	height:98px;
	display:block;
	text-indent:-9999px;
	background:url(../img/item_page/penta/btn_attention.gif) no-repeat;
	background-position:0 0;
	opacity:1;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    }
#attention-box a:hover {
	opacity:0;
    }
.sp{
	display: none;
}
.mosaic-block{
	display: block!important;
}

