#page-wrapper #header {
  height: 70%;
}
/*共通*/
.single-topHero {
  width: 100%;
  height: 70%;
  z-index: -1;
  position: fixed;
  top: 0;
  background-size: cover;
  background-blend-mode: lighten;
  background-position: 50% 50%!important;
}
.single-topHero h2 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 36px;
  color: #503A26;
  transform: translate(-50%, -50%) !important;
	text-shadow: 3px 3px 4px #ffffff80;
}
#page-wrapper .main-contents {
  background: #E8E2DC url(images/overlay.png);
  padding-bottom: 100px;
}
/*TOP Hero下*/
.single-topHero_btmImg_gallery {
  display: flex;
  justify-content: space-around;
}
.single-topHero_btmImg_gallery img {
  width: 30%;
}
/*Tab*/
#tab-contents {
  margin: 50px auto;
  text-align: center;
  max-width: 1500px;
}
#tab-contents .single-style2-mainImg img {
  width: 50%;
}
#tab-contents .tab-4_optionParts {
  display: flex;
  justify-content: center;
  padding: 10px 20px;
  margin: 0 30px;
  align-items: center;
}
#tab-contents .tab-4_optionParts .col-50 {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
.tab-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.tab-4 > label {
  flex: 1 1;
  order: -1;
  position: relative;
  min-width: 70px;
  padding: .7em 1em;
  background-color: #ffffff;
  color: #999;
  font-size: .9em;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.tab-4 > label:hover, .tab-4 label:has(:checked) {
  background-color: #88a48b;
  color: #fff;
}
.tab-4 label:has(:checked)::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 9px;
  background-color: #88a48b;
  content: '';
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tab-4 input {
  display: none;
}
.tab-4 > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
}
.tab-4 label:has(:checked) + div {
  display: block;
}
.tab-4_optionParts {
  border: 1px solid #88A48B;
}
/* single-spotlight 動画部分 */
/* video */
.single-spotlight_dayImage .video video {
  width: 50%;
  margin: 0 auto;
}
.single-spotlight {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  padding: 2em 0;
}
.single-spotlight .image {
  -moz-order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  border-radius: 0;
  width: 30%;
}
.single-spotlight .image img {
  border-radius: 0;
  width: 100%;
}
.single-spotlight .content {
  padding: 2em 4em 0.1em 4em;
  -moz-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  max-width: 48em;
  width: 60%;
}
.single-spotlight:nth-child(2n) {
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.single-spotlight:nth-child(1) {
  background-color: #dccfc26b;
}
.single-spotlight:nth-child(2) {
  background-color: #dccfc26b;
}
.single-spotlight:nth-child(3) {
  background-color: #dccfc26b;
}
.single-spotlight:nth-child(4) {
  background-color: rgba(0, 0, 0, 0.3);
}
.single-spotlight:nth-child(5) {
  background-color: rgba(0, 0, 0, 0.375);
}
.single-spotlight:nth-child(6) {
  background-color: rgba(0, 0, 0, 0.45);
}
.single-spotlight:nth-child(7) {
  background-color: rgba(0, 0, 0, 0.525);
}
.single-spotlight:nth-child(8) {
  background-color: rgba(0, 0, 0, 0.6);
}
.single-spotlight:nth-child(9) {
  background-color: rgba(0, 0, 0, 0.675);
}
.single-spotlight:nth-child(10) {
  background-color: rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 1280px) {
  .single-spotlight .image {
    width: 45%;
  }
  .single-spotlight .content {
    width: 55%;
  }
}
@media screen and (max-width: 980px) {
  .single-spotlight {
    display: block;
  }
  .single-spotlight .image {
    width: 100%;
  }
  .single-spotlight .content {
    padding: 4em 3em 2em 3em;
    max-width: none;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .single-spotlight .content {
    padding: 3em 2em 1em 2em;
  }
}
#page-wrapper #two h2 {
  color: #88A48B;
  font-size: 36px;
  text-align: center;
  margin-bottom: 0.4em;
  line-height: 1em;
}
#page-wrapper #two h3 {
  text-align: center;
}
#page-wrapper #two p {
  margin: 2em;
  color: #444;
}
/* contents-2 3Wayの使い方  */
#three h2 {
  color: #88A48B;
  font-size: 42px;
  text-align: center;
  margin-bottom: 0.5em;
}
#three h3 {
  text-align: center;
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 1.5em;
}
#three .title-area {
  line-height: 2em;
}
.row_single {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
  justify-content: space-around;
}
.maru {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background: #88A48B;
  color: #ffffff;
  margin: 2em auto;
  font-size: 22px;
}
.single-style2_list img {
  width: 100%;
}
.single-style2_list h4 {
  color: #88A48B;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.4em;
}
.single-style2_list-title p {
  color: #88A48B;
  text-align: center;
  margin-bottom: 0.4em;
}
.single-style2_list-title {
  border-bottom: solid 1px #88A48B;
}
.single-style2_list-detail p {
  padding: 10px 20px;
}
/* single-style3 */
.single-style3 {
  text-align: center;
  background: #ffffff;
  padding: 30px;
}
/* 選べる２つの素材 */
#five h2 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 0.5em;
  border-bottom: solid 0.5px #88A48B;
  padding-bottom: 10px;
}
#five img {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  width: 80%;
  margin-bottom: 30px;
}
#five .title-area_sub {
  text-align: center;
  display: inline-block;
}
#five .title-area_sub p {
  text-align: center;
}
.single-style4 {
  text-align: center;
}
.single-style4_list-title h4 {
  text-align: center;
  font-size: 1.2em;
}
.single-style4_list-detail p {
  padding: 10px 20px;
}
.single-style4_img-area {
  text-align: center;
  margin: 0 auto 30px auto;
}
/* main-video */
#two-video {
  margin: 150px 0 250px 0;
}
.single-spotlight_dayImage {
  text-align: center;
}
.single-spotlight_dayImage_detail-contents-img {
  position: relative;
}
.single-spotlight_dayImage_detail-contents-img img {
  width: 100%;
}
.single-spotlight_dayImage_detail-contents-img-detail {
  background: #d9dbda;
  position: absolute;
  z-index: 2;
  top: 55%;
  width: 80%;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0 20px;
}
.single-spotlight_dayImage_detail-contents-img-detail h2 {
  font-size: 1.5em !important;
  padding: 10px 0 !important;
}
.single-spotlight_dayImage_detail-contents-img p {
  position: absolute; /*重ねたい子要素にabsolute*/
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%); /*ベンダープレフィックス*/
  -webkit-transform: translate(-50%, -50%); /*ベンダープレフィックス*/
  transform: translate(-50%, -50%); /*センター寄せの修正*/
  color: #fff;
  font-size: 1.8rem;
  margin: 0 !important; /*文字がずれている場合や*/
  padding: 0 !important; /*文字が折り返される場合*/
  line-height: 1.4em;
  font-family: "Kaisei HarunoUmi", serif;
  font-weight: 500;
  text-shadow: 2px 2px 1px #503a26;
}
.single-spotlight_dayImage_detail-contents ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  list-style: none;
  margin: 30px 0;
  padding: 0;
}
.single-spotlight_dayImage_detail-contents li {
  width: 35%;
  margin: 2% 0;
  padding: 3% 1% 12% 1%;
  position: relative;
  line-height: 1.6em;
  background: #86a2895c;
  text-align: center;
}
.single-spotlight_dayImage_detail-contents li:nth-child(4n+2) {
  top: 50px; /* Shoppingtimeのボックスを上から50pxずらす */
}
.single-spotlight_dayImage_detail-contents li:nth-child(4n+3) {
  top: 100px; /* Cafetimeのボックス上から100pxずらす */
}
.single-spotlight_dayImage_detail-contents li:nth-child(4n+4) {
  top: 150px; /* cleaninguptimeのボックス上から150pxずらす */
}
/* single-style5 contents-5　その他おすすめポイント */
.row_single > .col-3 {
  width: 27%;
}
.single-style5 {
  text-align: center;
  position: relative; /* 子要素の基準にするため、相対配置にする */
  border: 1px solid #000;
  padding: 1em 0.5em 0.5em 0.5em;
  margin: 1em 3em;
}
.single-style5 h2 {
  font-size: 1.5em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0 1em;
  margin: 0;
  transform: translateY(-50%) translateX(-50%);
  background: #E8E2DC url(images/overlay.png);
}
/* contents-2 3Wayの使い方 */
.row_single > .col-4 {
  width: 25%;
}
/* 選べる素材 */
.single-style4 .col-6 {
  width: 40%;
}
.single-style4 > .row_single {
  justify-content: center;
  gap: 6em;
}
/* 商品一覧 */
/* items-list */
#items-list .highlight {
  text-align: center;
}
#items-list .highlight h3 {
  color: #503A26;
  margin: 0 0 0.75em 0;
  font-size: 1.15em;
  letter-spacing: 0.05em;
}
#items-list .highlight .item-list {
  margin-top: 50px;
}
#items-list .wrapper .title {
  left: 0;
  margin-left: 0;
}
#items-list {
  margin-top: 150px;
  padding-top: 0;
}
/* Baby carrier */
/*TOP Hero*/
#babycarrier .single-topHero {
  background: url(../../images/single-page/babycarrier_top.jpg);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.3);
}
/* Pillow */
/*TOP Hero*/
#pillow .single-topHero {
  background: url(../../images/single-page/pillow/pillow_topHero.jpg);
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.1);
}



/* contents-2  絶壁防止*/
.single-style2 .single-style2-mainImg {
  text-align: center;
}
/* 
  flexbar 
*/
/*TOP Hero*/
#flexbar .single-topHero {
  background: url(../../images/single-page/flexbar/flexbar_top.jpg);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.3);
  background-position: center;
}
#flexbar .single-spotlight:nth-child(4) {
  margin: 20% 10%;
  background: #86a2895c;
}
#flexbar .single-topHero_btmtxt {
  text-align: center;
}
#flexbar .info_center {
  text-align: center;
}
#flexbar .row_single > .col-4 {
  width: 23%;
}
#flexbar #three {
  background: #dccfc26b;
  padding: 50px 20px;
}
#flexbar .single-spotlight:nth-child(6) {
  background: #dccfc26b;
}
#flexbar .single-spotlight .content h2 {
  color: #88A48B;
  font-size: 36px;
  text-align: center;
  margin-bottom: 0.4em;
  line-height: 1.0;
}
#flexbar .single-spotlight .content h3 {
  text-align: center;
}
#flexbar .single-spotlight .content p {
  margin: 2em;
  color: #444;
}
#flexbar .single-detail_section_img {
  text-align: center;
}
#flexbar .single-detail_section_img img {
  margin: 0 auto;
}
#flexbar .color h2 {
  color: #88A48B;
  font-size: 42px;
  text-align: center;
  margin-bottom: 0.5em;
}
#flexbar .color h3 {
  text-align: center;
  font-size: 2em;
  font-weight: 400;
  margin-bottom: 1.5em;
}
#flexbar .color {
  background: #fefcf5;
  padding-top: 50px;
}
#flexbar .detail {
  background: #ffffff;
}
#flexbar .detail img {
  margin: 30px 0;
}
/* 
   babybed
*/
/*TOP Hero*/
#babybed .single-topHero {
  background: url(../../images/single-page/babybed/babybed_tag-main.jpg);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.3);
  background-position: center;
}
.single-topHero_btmtxt {
  text-align: center;
}
#babybed #three {
  text-align: center;
}


/* 
   Grow up series
*/


/*TOP Hero*/
#grow .single-topHero {
  background: url(../../images/grow_up1.jpg);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.3);
  background-position: center;
}

/*リンク背景*/

/* Features ２カラム　babybed*/
	.features3_1{
			background-image: url("../../images/single-page/babybed/babybed_tag-main.jpg");
	background-position:center;
	background-size:cover;
	}

/* Features ２カラム　flexibar*/
	.features3_2{
			background-image: url("../../images/single-page/flexbar/flexbar_top.jpg");
	background-position:center;
	background-size:cover;
	}

/* Features ２カラム bound cot*/
	.features3_3{
			background-image: url("../../images/single-page/boundcot.jpg");
	background-position:center;
	background-size:cover;
	}

/* Features ２カラム stretch chair*/
	.features3_4{
			background-image: url("../../images/single-page/stretchChair.jpg");
	background-position:center;
	background-size:cover;
	}

#grow .top_btm_txt-detail{
	text-align:center;
	font-size:1.1em;
	line-height:1.8em;
	padding:100px 30px;
}

#grow #three .title-area{
	text-align: center;
}


#grow .top_btm_txt{
	padding-top:100px;
}
/* 
   About us
*/
/*TOP Hero*/



#about .single-topHero {
  background: url(../../images/single-page/about/about_top-01.jpg);
  background-size: contain;
  background-position: top!important;
	height:100%!important;
}

#about .single-topHero h2{
	display:none;
}

#about .main-contents{
	padding: 100px;
	background: #E8E2DC url(images/overlay.png);
}


#about .top_btm_txt{
	text-align: center;
}

#about .top_btm_txt h2,#about #history h2{
	text-align: center;
	font-size:5em;
}
.top_btm_txt-detail{
	padding:100px;
}

#about #top_btm_img{
	display: flex;
	justify-content: center;
	padding:2em 0;
	align-items:flex-end;
}

#about #top_btm_img .image{
	width:30%;
}
#about #top_btm_img .content{
	position: relative;
	left:-5em;
	text-align:right;
}


#about #top_btm_img .content h2,#about #top_btm_img .content h3{
	color:#88A48B;
	font-size:3em;
	margin:25px 0!important;
}


/*history部分*/
#history{
	max-width: 1500px;
	margin: 0 auto;
}


/*年号部分*/
.cp_timeline04 {
  position: relative;
  margin: 8em auto;
  padding-bottom: 2em;
}
.cp_timeline04:before {
  position: absolute;
  top: 0px;
  top: -30px;
  left: 45px;
  width: 3px;
  height: 100%;
  content: '';
  background: #88A48B;
}
.cp_timeline04 .timeline_item {
  margin: 0px 0px 0px 80px;
}
.cp_timeline04 .timeline_item .time_date .time {
  font-family: serif;
  font-size: 5em;
  font-weight: bold;
  position: relative;
  margin: 0;
  letter-spacing: 3px;
  color: rgba(136,164,139,0.2);
}
.cp_timeline04 .timeline_item .time_date .time:before {
  position: absolute;
  top: 50%;
  left: -42px;
  width: 10px;
  height: 10px;
  content: '';
  transform: rotate(45deg);
  border: 3px solid #88A48B;
  background: #fff;
}
.cp_timeline04 .timeline_item .time_date .flag {
  font-size: 1.3em;
  font-weight: normal;
  margin: -40px 0 0 0;
  color: #88A48B;
}
.cp_timeline04 .timeline_item .desc {
  font-size: 0.8em;
  line-height: 20px;
  margin-top: 10px;
  padding-left: 20px;
  border-left: 1px solid #88A48B;
  margin-bottom: 60px;
}


.timeline_pickContent{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:2em 0;
	flex-direction: row-reverse;
	background:#ded3c8  0% 0% no-repeat padding-box;
}
.timeline_pickContent .content{
	padding: 2em 4em 0.1em 4em;
    -moz-order: 2;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    max-width: 48em;
    width: 60%;
}

.timeline_pickContent .content h2{
	color:#3B4043;
	font-size:3em;
	margin-bottom:30px;
}

.timeline_pickContent .content h3{
	color:#88A48B;
	font-size:1.4em;
	margin-bottom:50px;
}


.timeline_pickContent .image{
	-moz-order: 1;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    border-radius: 0;
    width: 30%;
}
#about .timeline_pickContent h2{
	text-align:left!important;
	font-size:4em!important;
	color:rgba(136, 164, 139, 0.8);
	margin-bottom:0.7em;
	font-family: serif;
}

@media only screen and (max-width: 767px) {
  .cp_timeline04:before {
    left: 15px;
  }
  .cp_timeline04 .timeline_item .time_date .time:before {
    left: -32px;
  }
  .cp_timeline04 .timeline_item {
    margin: 00px 80px 100px 80px;
  }
  .cp_timeline04 .timeline_item .desc {
    padding-left: 0px;
    border-top: 1px solid #880e4f;
    border-left: none;
  }
}

/* レスポンシブデザイン */
@media screen and (max-width: 980px) {
  /* contents-3  */
  .single-style3_img-area img {
    width: 100%;
  }
		#about .main-contents{
	margin-top:-450px;
		}
}
	


@media screen and (max-width: 450px) {
	.single-style4 > .row_single {
		gap:4em;
	}
	
  /*TOP Hero*/
  .single-topHero {
    background-position-x: center!important;
  }
  .single-topHero h2 {
    line-height: 1em;
  }
  .wrapper {
    padding: 3em 0;
  }
  .single-topHero_btmtxt {
    padding: 0 1.2em;
  }
  #page-wrapper #two h2 {
    font-size: 32px;
  }
  #three h3 {
    font-size: 1.3em;
  }
  .single-spotlight .content {
    padding: 3em 1em;
  }
  .col-50 img {
    width: 90%;
  }
  /* main-video */
  #two-video {
    margin: 10px 0 250px 0;
  }
  .single-spotlight_dayImage .video video {
    width: 80%;
    margin: 0 auto 30px auto;
  }
  .single-spotlight_dayImage_detail-contents ul {
    display: inline-block;
  }
  .single-spotlight_dayImage_detail-contents li {
    width: 100%;
    margin: 2% 0 18% 0;
  }
  .single-spotlight_dayImage_detail-contents-img img {
    width: 80%;
  }
  .single-spotlight_dayImage_detail-contents-img-detail {
    top: 70%;
  }
  #three h2 {
    font-size: 36px;
    letter-spacing: 0.02em;
  }
  #three .row_single {
    display: inline-block;
    margin: 0 auto;
  }
  .single-style2_list-title {
    margin-top: 20px;
  }
  .row_single > .col-4 {
    width: 100%;
  }
  .single-style2_list-detail p {
    text-align: center;
  }

  /* contents-5 */
  .single-style4_img-area img {
    width: 100%;
  }
  .single-style5 {
    margin: 1em;
  }
  .row_single > .col-3 {
    width: 45%;
  }
  .single-style5 h2 {
    white-space: nowrap;
  }
	
/*pillow*/	
	#pillow .single-style2-mainImg img{
		width:100%;
	}
	
	
  /*flexbar*/
  #flexbar .single-spotlight:nth-child(4) {
    margin: 150px 0;
  }
  #flexbar .row_single > .col-4 {
    width: 100%;
  }
  #flexbar .single-detail_section_img img {
    width: 100%;
  }
  #flexbar .single-topHero_btmtxt {
    padding: 10px 20px;
  }
  /*Babybed*/
  #tab-contents .single-style2-mainImg img {
    width: 100%;
  }
  #tab-contents .tab-4_optionParts {
    margin: 0;
  }
  #tab-contents p {
    margin: 2em 0!important;
	  text-align: left;
  }
	
	 /*****
	about us
	*****/
	#about{
		margin-top:-440px;
		position: relative;
	}
	
	
	#about .single-topHero{
		background-size:contain;
		background-position: top;
	}
	#about #page-wrapper #header{
		height:22%;
	}
	
	#about .main-contents {
		padding:100px 0;
	}
	#about .top_btm_txt h2, #about #history h2{
		line-height:1em;
		letter-spacing: 0.05em;
		font-size:3em;
	}

	.top_btm_txt-detail{
		padding:30px;
	}
	
	#about #top_btm_img{
		padding:2em 0.8em;
	}
	
	#about #top_btm_img .content h2{
		line-height:0.8em;
		font-size:2.5em;
	}
	#about #top_btm_img .content h3{
		font-size:2em;
		white-space: nowrap;
	}
	#about #top_btm_img .content{
		text-align: left;
		left:-2em;
	}
	
	#about #top_btm_img .image{
		width:100%;
	}
	.cp_timeline04 .timeline_item .desc{
		border-top:1px solid #88A48B;
	}
	.cp_timeline04 .timeline_item{
		margin:0px 30px 100px 43px;
	}
	.timeline_pickContent{
		display: block;
		margin:0;
		width:100%;
		padding-left:40px;
	}
	.timeline_pickContent .content{
		padding:1em 0.3em;
		width:100%;
	}

	.timeline_pickContent .image{
		width:90%;
	}
	.cp_timeline04 .timeline_item .time_date .flag{
		font-size:1.2em;
		line-height:1.5em;
	}
		 /*****
	grow up
	*****/
	
	#grow #page-wrapper .main-contents{
		padding-bottom:0;
	}
	#grow #features2 .style1 h2{
		font-size:1.6em;
		line-height:1.2em;
		white-space:nowrap;
		transform-origin: center;
	}
}

/* 2025.2.13追記 */
#pillow .video video{
  margin-bottom: clamp(40px, 6vw, 60px);
}
#pillow .thermography .single-spotlight_dayImage .video video{
  width: 80%;
  min-width: 330px;
}
.small-title{
  font-size: 0.6em;
  display: block;
  line-height: 1.6;
}
#pillow #three h2{
  color: #484d55;
  margin-bottom: 0;
}
#pillow .single-spotlight_dayImage_detail-contents-img p{
  top: 14%;
  width: 80%;
}
#pillow .single-spotlight_dayImage_detail-contents{
  margin-bottom: 250px;
}
#pillow .title-area h3{
  padding-top: 15px;
}
/* 2025.2.26追記 */
.thermography{
  width: 90%;
  max-width: 1000px;
  margin: clamp(64px, 13vw, 120px) auto;
}
.thermography__title{
  text-align: center;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: bold;
  margin-bottom: clamp(20px, 2.5vw, 40px);
  line-height: 1.6;
}
.thermography__text{
  text-align: center;
}
@media screen and (min-width: 981px) {
  .thermography__text{
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .thermography__text{
    text-align: left;
  }
}
/* 2025.3.11 pillow修正 */
.Pillow-productCategory{
  background-color: #f3f3f3;
  color:#503a26;
  position: relative;
  z-index: 5;
  transform: translateY(50px);
  text-align: center;
  font-size: 1.2em;
  padding-block: 20px;
  border-image: linear-gradient(#f3f3f3, #f3f3f3) fill 0 / / 0 100vw 0 100vw;
}
/* Sitting Carrier商品紹介パーツ */
.product .product__variation__label{
  display: inline;
  color: #3B4043;
  border-bottom: 1px solid #3B4043;
}
ul.product__variation__color{
  padding-top: 20px !important;
}
.product__body{
  background: #E8E2DC url(images/overlay.png);
}
.productWrap{
  background: #f3f3f3 url(images/overlay.png);
}
.product{
  padding-top: 0 !important;
  align-items: center !important;
}
.product__body{
  padding: clamp(40px, 8vw, 100px) 30px 50px 30px !important;
}
.product__variation__color li{
  border: 2px solid #fff !important;
  border-radius: 50%;
  position: relative;
}
.product__variation__color li.is-active{
  border: 2px solid #8d8d8d !important;
}
.product__variation__color li:nth-child(2){
  margin-right: 15px !important;
}
.product__category{
  position: absolute;
  bottom: -30px;
  left: 0;
}
.product__category::before{
  content: "\2514";
  padding-right: 3px;
}
.product__variation__name{
  margin-bottom: 20px !important;
  font-weight: 400 !important;
}
.product__variation__price{
  color: #3B4043 !important;
}
.slick-slide{
  height: auto !important;

}
.product__thumb {
  border: 10px solid #fff !important;
}
@media screen and (max-width: 767px) {
  .product__body{
    margin-bottom: 28px !important;
  }
}
/* chair */
.bx-wrapper{
  position: relative;
  z-index: -1;
  margin-inline: 0px;
  width: 100%;
}
.bx-wrapper img{
  max-width: 100%;
  width: 100%;
}
.bx-wrapper li{
  padding: 0;
}
.bx-wrapper ul{
  padding-left: 0;
}
#nav .logo li{
  text-align: center !important;
}
