@charset "UTF-8";
main{background: var(--back_main);}

p,h2,h3,h4 {font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif; color:#282828;}

.sec_maincon_box{
 width: 100%;
 max-width: 750px;
 margin: 0 auto;
}

/*----------
 共有スタイル
----------*/
:root {
  --text: #3C3C3C;
  --navy: #343D4E;
  --orange: #C56C2C;
  --beige: #D5D2C7;
  --back_main: #F9F7F3;
  --back_gray: #E6E5E3;
  --shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}

/*調整用*/
#detail .row,
#spec_list .row,
#structure .row{
  margin: 0 !important;
}

/*共通テキスト*/
.att_bl {
 text-align: center;
 font-size: 16px;
 color:dodgerblue;
 cursor: pointer;
}

.link_blue {
 text-align: left;
 color:dodgerblue;
 cursor: pointer;
}

.gr_subtxt {
  color:#6B6B6B;
}

.s_subtxt{
  font-size: 13px;
}
@media screen and (max-width:768px){
  .s_subtxt{
    font-size: 11px;
  }
}
.red_font {
  color: firebrick;
}

/*ボタン*/
.btn{
  display: block; 
  font-size: 16px; 
  padding: 0;
  color:dimgray;
  margin: 30px auto 40px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
}
@media screen and (max-width:768px){
 .btn{
  font-size: 16px; 
 }
}
 
@media screen and (max-width:440px){
  .btn{
		font-size: 14px; 
	}
}

.btn-gray-m,
a.btn-gray-m {
  padding: 2% 4%;
  color:dimgray;
  border: dimgray 1px solid;
  background-color:none;
  border-radius: 100vh;
  margin:0 auto;
  text-align: center;
}
.btn-gray-m:hover,
a.btn-gray-m:hover {
  color: white;
  background:dimgray;
  text-decoration: none !important;
}
@media screen and (max-width:440px){
.btn-gray-m,
a.btn-gray-m {
  padding: 3% 6%;
 }
}

.big-btn,
a.big-btn {
  font-size: 18px;
  display:inline-block;
  width: auto;
  padding: 2% 4%;
  color:white;
  background-color: var(--navy);
  border-radius: 100vh;
  margin:0 auto;
  text-align: center;
}
.big-btn:hover,
a.big-btn:hover {
  color: white;
  background: #202632;
  text-decoration: none !important;
}
@media screen and (max-width:440px){
.big-btn,
a.big-btn {
  font-size: 17px;
  width: 80%;
  padding: 4% 0%;
 }
}

.cover_link,
a.cover_link {
  font-size: 16px;
  display:block;
  width: 50%;
  padding: 2% 4%;
  background-color:white;
  margin:0px auto 20px;
  text-align: center;
}
.cover_link:hover,
a.cover_link:hover {
  color: white;
  background:dimgray;
  text-decoration: none !important;
}
@media screen and (max-width:440px){
.cover_link,
a.cover_link {
  width: 100%;
  padding: 4% 8%;
 }
}

/*スペックシート*/
.sec-specseat{
  margin: 50px auto 70px;
}
.sec-specseat .info-link-desc{
  display: block;
  font-size: 11px;
  margin: 20px auto 0px;
}

/*chat*/
.sec-chat {
	display: block;
	position: fixed;
	bottom: 120px;
	right: 20px;
	z-index: 2000000000;
}

@media screen and (max-width:440px){
  .sec-chat {
    bottom: 80px;
    right: 8px;
  }
  .sec-chat img{
    width: 50px;
    height: 50px;
  }
}

/* 展示情報 */
.sec-jyouhou{
  width: 100%;
  padding: 7% 0 5% 0;
  margin: 20px auto 20px;
}
@media screen and (max-width:440px){
  .sec-jyouhou{
    width: 100%;
    padding: 10% 0;
    margin: 0 auto 0;
  }
}
.sec-top-nouki{
  display: block;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: 40px;
  padding-top: 10px;
  border-top: #3C3C3C solid 1px;
  border-bottom: #3C3C3C solid 1px;
}

.sec-displaytitle{
  max-width: 500px;
  display: block;
  text-align: center;
	font-weight:bold;
	font-size:16px;
  color: #3C3C3C;
  margin: 30px auto 0px;
  padding: 10px 0;
  border-bottom: 1px solid #3C3C3C;
}
.sec-displays{
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.sec-displays .blk-sr{
  display: block;
  background-color: var(--back_main);
  color: #3C3C3C;
  font-size: 13px;
  text-align: center;
  width: 40%;
  height: 35px;
  margin: 10px;
  border-radius: 2px;
  padding-top: 7px;
  border: #3C3C3C solid 1px;
}
@media screen and (max-width:440px){
  .sec-top-nouki{
    width: 90%;
    max-width: 300px;
    margin: 20px auto;
    font-size:16px;
  }
  .sec-displaytitle{
    width: 90%;
    max-width: 300px;
    margin: 20px auto 5px;
    font-size:14px;
  }
  .sec-displays .blk-sr{
    width: 70%;
  }
}
/* おためし情報 */
.sec-otameshi{
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.sec-otameshi .blk-otameshi{
  display: block;
  color: #3C3C3C;
  font-size: 13px;
  text-align: center;
  width: 100%;
  height: 35px;
  margin: 10px;
  border-radius: 2px;
  padding-top: 7px;
  border: #3C3C3C solid 1px;
}
.sec-otameshi .blk-otameshi a{
  color: #237BBF;
}

.sec-otameshi-false{
  display: block;
  width: 30%;
  margin: 10px auto;
}
.sec-otameshi-false .blk-otameshi-false{
  display: block;
  color: #3C3C3C;
  font-size: 13px;
  text-align: center;
  width: 100%;
  height: 35px;
  margin: 10px;
  border-radius: 2px;
  padding-top: 7px;
  border: #3C3C3C solid 1px;
}
@media screen and (max-width:440px){
  .sec-otameshi{
    width: 75%;
  }
  .sec-otameshi-false{
    width: 90%;
  }
}

/*----------
 コンテンツタイトル
----------*/
.common_heading {
  width: 100%;
  border-bottom: 3px solid;
  margin: 100px auto 50px;
}
.common_heading h2.ttl {
  font-family: "Marcellus", "Optima", sans-serif;
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 3px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.common_heading .sub-ttl {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: bold;
  margin: 10px auto 40px;
  text-align: center;
}
@media screen and (max-width:768px){
  .common_heading {
    width: 100%;
    margin: 40px auto 40px;
  }
  .common_heading h2.ttl {
    font-family: "Marcellus", "Optima", sans-serif;
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 3px;
    margin: 0 auto;
    text-align: center;
  }
  .common_heading .sub-ttl {
    font-size: 18px;
    margin: 0px auto 30px;
    text-align: center;
  }
}

/* 背景ベージュ用 */
.heading-base {
  border-color: var(--beige);
}
.heading-base h2.ttl,
.heading-base .sub-ttl {
  color: var(--navy);
}

/* 背景ネイビー用 */
.heading-navy{
  border-color: white;
}
.heading-navy h2.ttl,
.heading-navy .sub-ttl {
  color: white;
}

/* 背景グレー用 */
.heading-grey {
  border-color: white;
}
.heading-grey h2.ttl,
.heading-grey .sub-ttl {
  color: var(--navy);
}

.con-txt {font-size: 15px; text-align: center;margin-bottom: 20px;}

/*----------
 ページタイトル
----------*/
.page_title{
  margin: 10% 0 10% 0;
}
@media screen and (max-width:768px){
  .page_title{
    margin: 25% 0 10% 0;
  }
}

.page_title p{
	text-align:center;
	line-height:1.3;
}
.page_title .sofaname_en{
	font-size:55px;
  font-family: "Optima","Marcellus", sans-serif;
	font-weight: 300;
	letter-spacing: 3px;
  color: var(--navy);
}
.page_title .sofaname_jp{
	font-size:20px;
	font-weight:400;
	letter-spacing: 4px;
  color: var(--navy);
}
@media screen and (max-width:1440px){
	.page_title .sofaname_en{
		font-size:55px;
	}
	.page_title .sofaname_jp{
		font-size:30px;
		letter-spacing: 3px;
	}
}
@media screen and (max-width:768px){
	/* .page_title{
		top:27%;
	} */
	.page_title .sofaname_en{
		font-size:40px;
	}
	.page_title .sofaname_jp{
		font-size:25px;
		letter-spacing: 2px;
	}
}
@media screen and (max-width:440px){
	/* .page_title{
		top:27%;
		width:100%;
	} */
	.page_title .sofaname_en{
		font-size:40px;
		letter-spacing: 1px;
	}
	.page_title .sofaname_jp{
		font-size:18px;
		letter-spacing: 1px;
	}
}
@media screen and (max-width:320px){
	.page_title{
		top:27%;
	}
	.page_title .sofaname_en{
		font-size:28px;
	}
	.page_title .sofaname_jp{
		font-size:18px;
	}
}

/*----------
 TOPスライダー
----------*/
.swiper-container{margin-top:10px;}
.swiper-container .one-srd p{font-size:18px;margin-top:7px;padding:0 5px; }
.swiper-container .one-srd p.detail_tx{font-size:12px;line-height:15px;margin-top:10px;padding:0 10px;color:#6B6B6B;}
@media screen and (max-width:768px){
    .swiper-container .one-srd p{font-size:14px;line-height:19px;padding:0 10px;text-align:left;}
}

.swiper-slide-next{opacity: 0.3;}
.swiper-slide-prev{opacity: 0.3;}

.swiper-button-prev,.swiper-button-next{
    position:absolute;
    top:20%;
    width:100px;
    height:300px;
    margin-top:-22px;
    cursor:pointer;
    background-size:100px;
    background-position:center;
    background-repeat:no-repeat;
    z-index:1000;
}

#top-swp .swiper-slide img{
  width: 95%;
  margin: 0 auto;
	border-radius:10px;
}

#top-swp .swiper-pagination-bullet{
	width:70px;
	height:70px;
	text-align:center;
	line-height:20px;
	font-size:12px;
	color:#fff;
	opacity:1;
	border-radius:5px;
	margin:5px;
	background:initial;
}
#top-swp .swiper-pagination-bullet img{
	width:70px;
	height:70px;
  object-fit: cover;
  border-radius:5px;
}

#top-swp .swiper-pagination-bullet-active{
	background:transparent;
	/* opacity:0.6; */
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #444;
}

#top-swp .swiper-pagination{
  width: 100%;
	display:block;
	position:initial;
	margin:20px auto 20px;
  max-width: 700px;
}
#top-swp .swiper-button-prev,
#top-swp .swiper-button-next{
	position:absolute;
	top:20%;
	width:100px;
	height:300px;
	margin-top:-22px;
	cursor:pointer;
	background-size:100px;
	background-position:center;
	background-repeat:no-repeat;
	z-index:602;
}
#top-swp .swiper-button-prev{
	background-image:url("../../../../common_areas/images/img_clear_prev.png");
	left:0px;
	right:auto;
}
#top-swp .swiper-button-next{
	background-image:url("../../../../common_areas/images/img_clear_next.png");
	right:0px;
	left:auto;
}

@media screen and (max-width:1440px){
	#top-swp .swiper-button-prev,
	#top-swp .swiper-button-next{
		top:12%;
	}
}
@media screen and (max-width:768px){
	#top-swp .swiper-button-prev,
	#top-swp .swiper-button-next{
		position:absolute;
		top:15%;
		width:80px;
		height:200px;
		margin-top:-22px;
		cursor:pointer;
		background-size:80px;
		background-position:center;
		background-repeat:no-repeat;
		z-index:602;
	}
}
@media screen and (max-width:440px){
	.swiper-button-prev,
	.swiper-button-next{
		top:18%;
		width:50px;
		height:100px;
		background-size:50px;
	}
	#top-swp .swiper-button-prev,
	#top-swp .swiper-button-next{
		top:15%;
		width:50px;
		height:100px;
		background-size:50px;
	}
	.swiper-pagination{
		margin:30px 0px;
	}
	#top-swp .swiper-pagination-bullet{
		width:45px;
		height:45px;
	}
  #top-swp .swiper-pagination-bullet img{
		width:45px;
		height:45px;
  }
}
@media screen and (max-width:440px){
	#top-swp .swiper-pagination-bullet{
		width:40px;
		height:40px;
	}
  #top-swp .swiper-pagination-bullet img{
		width:40px;
		height:40px;
  }
}

@media screen and (min-width:376px) and (max-width:440px){
	.swiper-button-prev,
	.swiper-button-next{
		top:22%;
	}
}
@media screen and (min-width:441px) and (max-width:768px){
	.swiper-button-prev,
	.swiper-button-next{
		top:3%;
	}
}
@media screen and (min-width:769px) and (max-width:1024px){
	.swiper-button-prev,
	.swiper-button-next{
		top:15%;
	}
}
@media screen and (min-width:1025px) and (max-width:1440px){
	.swiper-button-prev,
	.swiper-button-next{
		top:9%;
	}
}
@media screen and (min-width:1441px) and (max-width:1920px){
	.swiper-button-prev,
	.swiper-button-next{
		top:15%;
	}
}
@media screen and (min-width:1025px){
	.swiper-wrapper img{
		width:900px;
		height:auto;
	}
}

/*----------
  SIZE/SPEC
----------*/
#top_info {
  margin: 10% 0 3% 0;
}
@media screen and (max-width:768px){
  #top_info{
    margin: 20% 0 5% 0;
  }
}

section.sofatype{
	display: flex;
	flex-wrap: wrap;
  margin-top: 0%;
}
section.sofatype::after {
	content: '';
	width: 100%;
	height: 3px;
	order: -1;
	display: block;
}

@media screen and (max-width:768px){
  section.sofatype{
    margin-top: 0%;
  }
}

section.sofatype .tabLabel {
	margin:1.5%;
	padding: 0 0 5px 0;
	order: -1;
	border-radius: 5px;
	color: #444;
	background: #FFF;
	transition: .5s ;
	cursor: pointer;
	width: 17%;
  box-sizing: border-box;
}

@media screen and (max-width:768px){
  section.sofatype .tabLabel {
    width: 30%;
  }
}
section.sofatype .tabLabel img{
	border-radius: 5px;
  padding: 0 5px;
  box-sizing: border-box;
}
section.sofatype .tabLabel p {
  font-size: 12px;
  line-height: 1;
  padding-bottom: 3px;
  height: 28px;
  display: flex;
  align-items:flex-start;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width:768px){
  section.sofatype .tabLabel p {
    font-size: 12px;
    height: 25px;
  }
}

section.sofatype .tabLabel:nth-last-of-type(1){ margin-right: 0; }
section.sofatype input {
	display: none;
}
section.sofatype .content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	margin: 0 auto;
  padding: 0;
}
section.sofatype input:checked + .tabLabel {
	color: #444;
	/* border: 3px solid #CDCDCD; */
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #444;
}

section.sofatype input:checked + .tabLabel + .content {
	padding: 15px;
	height: auto;
	overflow: auto;
	transition: .5s opacity;
	opacity: 1;
}
section.sofatype p{
	text-align: center;
}

.big_price{
	font-size: 23px;
	line-height: 1.5;
	letter-spacing: 2px;
}

.sub_price {
  width: 100%;
	font-size: 12px;
	line-height: 1.8;
	border-bottom: 1px solid #CDCDCD;
	padding: 10px;
	letter-spacing: 0.5px;
}

.sub_detail {
	font-size: 14px;
	line-height: 2;
	border-bottom: 1px solid #CDCDCD;
	padding: 10px 0;
}

/*----------
  POINT
----------*/
#point {
  width: 100%;
  margin: 0 auto 0%;
  background: var(--back_main);
}
#point section:not(:last-child) {
  margin: 0 auto 10%;
}
#point img.point_top {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width:768px){
  #point{
    width: 100%;
    margin: 3% auto 10%;
  }
  #point section {
    margin: 0 auto 15%;
  }
}
/*ポイント　見出し*/
#point h3.p_catchcopy{
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight:500;
	line-height:1.7;
	font-size:30px;
  padding: 5px 0;
	margin:3% auto 8%;
  text-align: center;
  letter-spacing: 0.5px;
}
@media screen and (max-width:768px){
	#point h3.p_catchcopy{
		font-size:26px;
		margin:3% 5% 10% 5%;
	}
}
#point h4.p_subcatchcopy{
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight:500;
	line-height:1.7;
	font-size:27px;
  padding: 5px 0;
	margin:5% auto 5%;
  text-align: center;
  letter-spacing: 0.5px;
}
@media screen and (max-width:768px){
	#point h4.p_subcatchcopy{
		font-size:23px;
		margin:5%;
	}
}

#point .sec-bodycopy{
  margin-bottom: 10%;
}

#point p.bodycopy{
	font-weight:400;
	line-height:1.7;
	font-size:16px;
	margin:20px auto 20px;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width:768px){
	#point p.bodycopy{
		text-align:left;
		font-size:15px;
    margin: 0 auto 0;
    padding:1% 5% 5% 5%;
	}	
}

#point .point_photo{
  width: 90%;
	margin: 2% auto 7%;
}
#point .point_photo img{
	width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}
#point .point_photo p{
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0.5px;
  text-align: center;
  padding: 2% 1.5%;
}
@media screen and (max-width:768px){
  #point .point_photo img{
    width: 100%;
    margin: 0 auto;
  }
  #point .point_photo p{
    font-size: 13px;
    text-align: left;
  }
}

/*----------
  FOR YOU
----------*/
#scene {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 8%;
  background-color: var(--navy);
}
@media screen and (max-width:768px){
  #scene{
    width: 100%;
    padding-bottom: 10%;
  }
}

#scene .scene_cont{
  width: 100%;
  padding:0;
	margin: 2% auto 10%;
  background: var(--back_main);
  border-radius: 15px;
}
#scene .scene_cont img{
	width: 100%;
  margin: 0 auto;
  border-radius: 15px 15px 0 0;
}
#scene .scene_cont .number {
  width: 80px;
  margin: 5% auto 3%;
  padding: 3px;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 1px;
  background: var(--orange);
  color: white;
  text-align: center;
}
#scene .scene_cont h3.p_catchcopy{
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight:500;
	line-height:1.6;
	font-size:27px;
  padding: 5px 0;
	margin:3% auto 3%;
  text-align: center;
  letter-spacing: 0.5px;
}
@media screen and (max-width:768px){
	#scene .scene_cont h3.p_catchcopy{
		font-size:23px;
		margin:5%;
	}
}

#scene .scene_cont p{
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.5px;
  text-align: left;
  padding: 2% 10% 10% 10%;
}
@media screen and (max-width:768px){
  #scene .scene_cont{
    width: 90%;
  }
  #scene .scene_cont img{
    width: 100%;
    margin: 0 auto;
  }
	#scene .scene_cont h3.p_catchcopy{
		font-size:22px;
		margin:3% auto 2%;
	}
  #scene .scene_cont p{
    font-size: 15px;
    text-align: left;
    padding: 2% 5% 10% 5%;
  }
}

/*----------
  DETAIL
----------*/
#detail {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#detail section{
  margin: 0 auto ;
}
#detail img.point_top {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width:768px){
  #detail{
    width: 100%;
    margin: 0 auto;
    padding: 10% 0;
  }
  #detail section{
    width: 100%;
  }
}
/*ポイント　見出し*/
#detail h3.p_catchcopy{
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight:500;
	line-height:1.7;
	font-size:27px;
  padding: 5px 0;
	margin:3% auto 5%;
  text-align: center;
  letter-spacing: 0.5px;
}
@media screen and (max-width:768px){
	#detail h3.p_catchcopy{
		font-size:23px;
		margin:3% auto 5%;
	}
}

#detail .item {
  display: inline-block;  
  width: auto;
  margin: 5% auto 1%;
  padding: 3px 15px;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 1.5px;
  background: var(--navy);
  color: white;
  text-align: center;
}
@media screen and (max-width:768px){
#detail .item {
  margin: 8% auto 1%;
  }
}

#detail .detail_more{
  width: 100%;
  margin: 5% auto 10%;
  display: -webkit-flex;
  display: flex;
}
.l_box {
  width: 55%;
}
.r_box {
  width: 45%;
  padding: 0 0 0 3%;
}
.r_box,
.l_box {
  border-radius: 10px;
}
@media screen and (max-width:768px){
  #detail .detail_more{
    width: 90%;
    display:block;
    margin: 10% auto 10%;
  }
  .l_box {
    width: 100%;
  }
  .r_box {
    width: 100%;
    padding: 0;
  }
}

#detail .detail_more img{
	width: 100%;
  margin: 0 auto;
  border-radius: 15px;
}
#detail .detail_more video{
  width: 100%;
  display: block;  
  margin: 0 auto;
  border-radius: 15px;
}
#detail .detail_more p{
  width: 100%;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
  text-align: left;
  padding: 0 0 5% 0;
  margin: 3% auto 5%;
}
@media screen and (max-width:768px){
  #detail .detail_more img{
    width: 100%;
    margin: 0 auto;
  }
  #detail .detail_more video{
    width: 100%;
  }
  #detail .detail_more p{
    width: 100%;
    font-size: 15px;
    text-align: left;
    margin:5% auto 5%;
  }
}

#detail .swiper-container{
  width: 100%;
	margin-bottom:30px;
}
.bottom_margin {
  margin-bottom: 10%;
}
#detail .swiper-wrapper .swiper-slide img{
	margin:0 auto;
	width:100%;
  border-radius: 15px;
}
#detail .swiper-wrapper .swiper-slide p{
	font-size:13px;
	text-align:center;
	padding:10px 15px;
	line-height:1.5;
}

#detail .swiper-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  gap: 80%;
  width: 100%;
  max-width: 800px;
  position: relative;
}
#detail .swiper-button-prev,
#detail .swiper-button-next {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
#detail .swiper-button-prev {
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../../../../common_areas/images/arrow_l.svg);
  background: var(--navy);
}
#detail .swiper-button-next {
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../../../../common_areas/images/arrow_r.svg);
  background: var(--navy);
}
#detail .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-bottom: 17px;
}
#detail .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: darkgray;
  opacity: 0.3;
  border-radius: 10px;
}
#detail .swiper-pagination-bullet-active {
  background: darkgray;
  opacity: 1;
}

/*----------
  FABRIC/COLOR 4色
----------*/

#fabric{
  background: white;
}

.fabtype{
	display: flex;
	flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.fabtype::after {
	content: '';
	width: 100%;
	height: 3px;
	order: -1;
	display: block;
}
@media screen and (max-width:768px){
  .fabtype{
    width: 90%;
  }
}

.fabtype .tabLabel {
	margin:2.5% 1.5%;
	padding: 15px 0;
	order: -1;
	background: var(--back_main);
	transition: .5s ;
	cursor: pointer;
	width: 30%;
  color: #444;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #efece3;
}
.fabtype .tabLabel .rank{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.fabtype .tabLabel2:nth-last-of-type(1){ margin-right: 0; }
.fabtype input {
	display: none;
}
.fabtype .content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	margin: 0 auto;
}
.fabtype .content img.fabcut{
  width: 100%;
  margin-bottom: 5px;
}
.fabtype input:checked + .tabLabel{
  background: #f4f0e9;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #444;
}

.fabtype input:checked + .tabLabel + .content {
	padding: 1.5%;
	height: auto;
	overflow: auto;
	transition: .5s opacity;
	opacity: 1;
}
.fabtype p{
	text-align: center;
}

.fabtype .fabdetail{
	margin: 5px auto 5px;
  padding: 0 3%;
}
.fabtype .fabdetail p{
	font-size: 16px;
	padding: 10px 0;
  text-align: left;
  line-height: 1.5;
}

@media screen and (max-width:768px){
  .fabtype .tabLabel .rank{
    font-size: 15px;
  }
  .fabtype .tabLabel .jp_rank{
    font-size: 13px;
  }
  .fabtype .tabLabel img{
    width: 80px;
  }
  .fabtype .content img.fabcut{
  width: 100%;
  margin-bottom: 5px;
 }
 .fabtype .fabdetail p{
  font-size: 15px;
 }
}

/*----------
 SIZEスライダー
----------*/
#size{
  background: white;
  padding-bottom: 5%;
}
@media screen and (max-width:768px){
  #size{
    padding-bottom: 15%;
  }
}
#size-swp .swiper-container{
  width: 100%;
	margin-bottom:30px;
}
#size-swp .swiper-wrapper .swiper-slide img{
	margin:0 auto;
	width:100%;
  border-radius: 15px;
}
#size-swp .swiper-wrapper .swiper-slide p{
	font-size:13px;
	text-align:center;
	padding:10px 15px;
	line-height:1.5;
}

#size-swp .swiper-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  gap: 80%;
  width: 100%;
  max-width: 800px;
  position: relative;
}
#size-swp .swiper-button-prev,
#size-swp .swiper-button-next {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
#size-swp .swiper-button-prev {
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../../../../common_areas/images/arrow_l.svg);
  background: var(--navy);
}
#size-swp .swiper-button-next {
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../../../../common_areas/images/arrow_r.svg);
  background: var(--navy);
}
#size-swp .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-bottom: 17px;
}
#size-swp .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: darkgray;
  opacity: 0.3;
  border-radius: 10px;
}
#size-swp .swiper-pagination-bullet-active {
  background: darkgray;
  opacity: 1;
}

/*----------
  STRUCTURE
----------*/
#structure {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background: var(--back_gray);
}
#structure section{
  margin: 0 auto ;
}
#structure img.point_top {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width:768px){
  #structure{
    width: 100%;
    margin: 0 auto;
    padding: 10% 0;
  }
  #structure section{
    width: 100%;
  }
}
/*ポイント　見出し*/
#structure h3.p_catchcopy{
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight:500;
	line-height:1.7;
	font-size:20px;
  padding: 5px 0;
	margin:3% auto 5%;
  text-align: center;
  letter-spacing: 0.5px;
}
@media screen and (max-width:768px){
	#structure h3.p_catchcopy{
		font-size:18px;
		margin:3% 0;
	}
}

#structure .detail_more{
  width: 100%;
  margin: 5% auto 10%;
  display: -webkit-flex;
  display: flex;
}
#structure .detail_more .l_box {
  width: 45%;
}
#structure .detail_more .r_box {
  width: 50%;
  padding: 0 0 0 3%;
}
#structure .detail_more .r_box,
#structure .detail_more .l_box {
  border-radius: 10px;
}
@media screen and (max-width:768px){
  #structure .detail_more{
    width: 90%;
    display:block;
    margin: 10% auto 10%;
  }
  #structure .detail_more .l_box {
    width: 100%;
  }
  #structure .detail_more .r_box {
    width: 100%;
    padding: 0;
  }
}

#structure .detail_more img{
	width: 100%;
  margin: 0 auto;
  border-radius: 15px;
}
#structure .detail_more video{
  width: 100%;
  display: block;  
  margin: 0 auto;
  border-radius: 15px;
}
#structure .detail_more p{
  width: 100%;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.5px;
  text-align: left;
  padding: 0 0 5% 0;
  margin: 3% auto 5%;
}
@media screen and (max-width:768px){
  #structure .detail_more img{
    width: 100%;
    margin: 0 auto;
  }
  #structure .detail_more video{
    width: 100%;
  }
  #structure .detail_more p{
    width: 100%;
    font-size: 15px;
    text-align: left;
  }
}

/*----------
 REVIEWスライダー
----------*/
#review-swp{
	margin:20px auto -50px;
 width: 100%;
	padding: 0;
 max-width: 900px;
}
#review-swp .swiper-wrapper{
	margin-bottom:60px;
  width: 100%;
}
#review-swp .swiper-wrapper .swiper-slide{
	background: white;
}
#review-swp .swiper-wrapper .swiper-slide img{
	margin:0 auto;
	width:100%;
}
#review-swp .swiper-wrapper .swiper-slide p{
	font-size:14px;
	text-align:left;
	padding:15px;
	line-height:1.5;
}
#review-swp .swiper-button-prev,
#review-swp .swiper-button-next{
  /* 2022-08-03
  width: 30px;
  height: 30px;
	top:40%;*/

  display: block;
  width: 100px;
  height: 50px;
  margin: 10px;
  top:40%;
}

#review-swp .swiper-pagination-bullet {
  margin: 0 5px!important;
  width: 8px;
  height: 8px;
  background: darkgray;
  opacity: 0.19;
  border-radius: 10px;
}
#review-swp .swiper-pagination-bullet-active {
  background: darkgray;
  opacity: 1;
}
@media screen and (max-width:768px){
  #review-swp .swiper-button-prev,
  #review-swp .swiper-button-next{
    width: 50px;
    height: 30px;
    margin: 10px 0px;
    top:30%;
  }
}

/*----------
 SHOWROOMスライダー
----------*/
#showroom{
  background: var(--back_main);
  padding-bottom: 5%;
}
@media screen and (max-width:768px){
  #showroom{
    padding-bottom: 15%;
  }
}
#showroom p.info {
  width: 100%;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  margin: 3% auto;
}
@media screen and (max-width:768px){
  #showroom p.info {
    width: 90%;
    font-size: 14px;
    margin: 5% auto 10%;
  }
}

#showroom-swp .swiper-container{
  width: 100%;
	margin-bottom:30px;
}
#showroom-swp .swiper-wrapper .swiper-slide img{
	margin:0 auto;
	width:100%;
  border-radius: 15px;
}
#showroom-swp .swiper-wrapper .swiper-slide p{
	font-size:14px;
	text-align:center;
	padding:10px 15px 15px 15px;
	line-height:1.5;
}

#showroom-swp .swiper-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  gap: 80%;
  width: 100%;
  max-width: 800px;
  position: relative;
}
#showroom-swp .swiper-button-prev,
#showroom-swp .swiper-button-next {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
#showroom-swp .swiper-button-prev {
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../../../../common_areas/images/arrow_l.svg);
  background: var(--navy);
}
#showroom-swp .swiper-button-next {
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../../../../common_areas/images/arrow_r.svg);
  background: var(--navy);
}
#showroom-swp .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-bottom: 17px;
}
#showroom-swp .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: darkgray;
  opacity: 0.3;
  border-radius: 10px;
}
#showroom-swp .swiper-pagination-bullet-active {
  background: darkgray;
  opacity: 1;
}

/*----------
  option
----------*/

.sec-option{
	background: white;
	padding: 30px 80px 20px 80px;
	border-radius: 20px;
	margin: 10px auto 30px;
}
.sec-option h3.option_name{
	font-size: 21px;
	letter-spacing: 0.2px;
	text-align: left;
	margin: 0 auto;
	padding: 15px 0;
	line-height: 1.4;
}
.sec-option p{
	font-size: 16px;
	margin: 10px;
  text-align: left;
}
.sec-option p.option_detail {
	text-align: left;
	font-size: 16px;
    color:dodgerblue;
    cursor: pointer;
}
@media screen and (max-width:440px){
  .sec-option{
      background: white;
      padding: 15px 15px 2px 15px;
      border-radius: 20px;
      margin: 10px auto 30px;
  }
}

/*----------
  pricelist
----------*/
.pricelist_wrapper{
  overflow-x: scroll;
}

table.pricelist{
  width: 100%;
  min-width: 600px;
  border-spacing:1px;
  line-height: 1.5;
  margin: 5px 0;
}
table.pricelist th,
table.pricelist td{
  width: 150px;
  padding: 2%;
  vertical-align: top;
  font-size: 15px;
  text-align: center;
}
table.pricelist th,
table.pricelist td {
  border-right: 1px #D5D0C8 solid;
}

table.pricelist th.rank {
  background: #595857;
  color: white;
}

table.pricelist th.recomend {
  background: #9F8B63;
  color: white;
}
table.pricelist th.item {
  background: #F2F2F2;
  font-weight: bold;
}
table.pricelist td.price {
  background: white;
  text-align: center;
}

table.pricelist tr:nth-child(odd) td {
  background: #F2F2F2;
}

table.pricelist tr:nth-child(odd) th.item {
  background: #DEDEDE;
}

@media screen and (max-width:768px){
  table.pricelist td.item,
  table.pricelist td.price {
    font-size: 14px;
    padding: 3% 5%;
  }
}
.sticky {
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
}
.sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*----------
  speclist
----------*/
#spec-list {
  background: white;
  padding: 0 0 5% 0;
  margin: 0;
}
@media screen and (max-width:768px){
  #spec-list {
    padding: 0 0 15% 0;
  }
}

table.speclist {
  width: 100%;
  margin: 20px auto;
  text-align: left;
}
.speclist th {
  width: 25%;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 10px;
  font-weight: bold;
}
.speclist td {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 10px;
}
.speclist th,
.speclist td {
  font-size: 15px;
  line-height: 1.5;
}

@media screen and (max-width:768px){
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  table.speclist {
    width: 90%;
  }
  .speclist th,
  .speclist td {
    display: block;
    width: 100%;
    font-size: 14px;
  }
   .speclist th {
    border-bottom: none;
    padding: 10px 5px 5px 5px;
  }
   .speclist td {
    border-bottom: none;
    border-top: none;
    padding: 5px 5px 10px 5px;
  }
}


/*----------
  モーダルウィンドウ
----------*/

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5000000000;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
}
.popup.is-show {
    opacity: 1;
    visibility: visible;
}
.popup-inner {
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 800px;
    padding: 10px;
    background-color: #F9F7F2;
    z-index: 4000000000;
    height: 90%;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
	margin: 0 auto;
}
@media screen and (min-width:1441px){
	#js-popup_option .popup-inner{
		height: 75%;
	}
}
@media screen and (max-width:1025px){
    .popup-inner {
        top:52%;
        left: 50%;
        height: 90%;
    }
}
@media screen and (max-width:440px){
    .popup-inner {
        top:52%;
        left: 50%;
        height: 90%;
    }
}
@media screen and (min-width:1025px){
    .popup-inner {
        padding: 30px;
    }
}
.popup-inner::-webkit-scrollbar{
    display:none;
}
.popup-inner .popup-main{
    margin-top: 50px;
}
.popup-inner .popup-main img{
    margin: 10px auto;
}

.popup-inner .popup-main .title{
    display: block;
    text-align: center;
	margin-bottom:30px;
	padding-bottom: 20px;
	border-bottom: 5px solid white;
}
.popup-inner .popup-main .title p{
	text-align:center;
	font-size:20px;
	font-weight: 500;
}
@media screen and (max-width:440px){
	.popup-inner .popup-main .title{
		margin-bottom: 20px;
	}
	.popup-inner .popup-main .title p{
		font-size: 18px;
		padding:0;
	}
}
.popup-inner .popup-main p.description{
  text-align: left;
	font-size:17px;
	margin:30px auto;
	line-height:1.5;
	width:90%;
}
.popup-inner .popup-main p .blue{
  color: rgb(0, 51, 153);
  font-weight: bold;
}
.popup-inner .popup-main p .black{
  color: #000;
  font-weight: bold;
}
.popup-inner .popup-main .more_details{
	background:#f3f3f2;
	padding:15px;
	margin:15px;
}
.popup-inner .popup-main .more_details p{
	text-align:center;
}
.popup-inner .popup-main .more_details .term{
	font-size:16px;
	font-weight:bold;
	margin:5px 0;
}
@media screen and (max-width:440px){
	.popup-inner .popup-main p.description{
		font-size:14px;
		padding:0 10px;
		width:100%;
	}
	.popup-inner .popup-main .more_details{
		padding:10px;
		margin:0 10px;
	}
	.popup-inner .popup-main .more_details p{
		padding:0;
	}
	.popup-inner .popup-main .more_details .term{
		font-size:14px;
		margin:0;
	}
}
.popup-inner .popup-main .img_conts{
	text-align:center;
	margin:30px auto;
	width:90%;
}
.popup-inner .popup-main .img_conts img{
	width:100%;
}
@media screen and (max-width:440px){
	.popup-inner .popup-main .img_conts{
		margin:15px auto 30px;
		width:95%;
	}
}


.popup-inner .popup-main .colmn2 {
  display: -webkit-flex;
  display: flex;
	margin: 0 auto;
	width: 100%;
}
.popup-inner .popup-main .colmn2 p{
	font-size: 16px;
	text-align: center;
	line-height: 1.7;
	margin: 10px auto 15px;
}

.popup-inner .popup-main .colmn2 .incard {
	width: 48%;
  padding: 1% 1%;
	margin: 2% auto 3%;
}
 
.popup-inner .popup-main .colmn2 .incard img{
	width: 100%;
}
@media screen and (max-width:440px){
	.popup-inner .popup-main .colmn2 .incard {
		margin: 1% auto 1%;
	}
  .popup-inner .popup-main .colmn2 .incard img{
    width: 100%;
    display: block;
    margin-right: auto;
  }
	.popup-inner .popup-main .colmn2 p{
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
		margin: 10px auto 10px;
  }
}


.pop_btn {
	width: 90%;
	max-width: 400px;
	border: 1px solid #0F0F0F;
	text-align: center;
	font-size:16px;
	margin: 10px auto;
	padding: 5px 0;
	display: block;
	transition:border color 0.8s;
}
.pop_btn:hover{
	border: 1px solid #443F6C;
	color: #443F6C;
}

@media screen and (max-width:768px){
  .pop_btn {
    width: 90%;
    margin: 10px auto;
  }
}

.close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i{
  font-size: 40px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}

.last_bottom{margin-bottom: 30px;}