@charset "utf-8";

body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.04em;
  width: 100%;
  position: relative;
}

body.post-type-archive ,
body.tax-magazine_category ,
body.tax-magazine_tag{
	background:#f8f5ee;
}

.cal{
  font-family: "calibri", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gar{
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 300;
  font-style: normal;
}

.inview1{
	opacity: 0;
	transform: translateY(20px);
	transition: 0.7s;
	transition-delay: 0.1s;
}

.inview1.show1{
	opacity: 1;
	transform: translateY(0px);	
}

.inview2{
	opacity: 0;
	transform: translateY(20px);
	transition: 0.7s;
	transition-delay: 0.3s;
}

.inview2.show2{
	opacity: 1;
	transform: translateY(0px);	
}

.inview3{
	opacity: 0;
	transform: translateY(20px);
	transition: 0.7s;
	transition-delay: 0.5s;
}

.inview3.show3{
	opacity: 1;
	transform: translateY(0px);	
}

.inview4{
	opacity: 0;
	transition: 0.7s;
	transition-delay: 0.3s;
}

.inview4.show4{
	opacity: 1;
}

.m0{
  margin: 0!important;
}

body:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background:#FF171F;
  z-index: 5;
}

header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

header a{
  display: inline-flex;
  align-items: center;
  color:white;
  text-decoration: none;
  transition: 0.4s;
}

header a:hover{
  opacity: 0.6;
}

header a img{
  width: 110px;
  display: block;
}

header a h1{
  margin: 0;
  color:white;
  font-size:12px;
  margin-left: 20px;
  font-size: 12px;
}

header a h1 span{
  display: block;
  font-size: 16px;
}

.mainV{
  width: 100%;
  
  position: relative;
  box-sizing: border-box;
  padding:500px 0 0;
}

.mainV .mv__slick img , .mainV{
  height: 960px;
}

.mainV img{
  width: 100%;
}

.mainV .mv__slick{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.mainV .mv__slick img{
  width: 100%;
  object-fit: cover;
}

.mainV .mv__slick .slick-dots{
  position: absolute;
  right: 55px;
  top: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateY(-50%);
  z-index: 2;
}

.cs__slider{
  position: relative;
}

.cs__slider .slick-dots{
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  outline: none;
}

.cs__slider .slick-dots li{
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  cursor: pointer; 
  outline: none;
}

.cs__slider .slick-dots li:before{
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #FF171F;
  border-radius: 50%;
  z-index: 3;
}

.mainV .mv__slick .slick-dots li{
  position: relative;
  width:30px;
  height:30px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  cursor: pointer;
  outline: none;
}

.mainV .mv__slick .slick-dots li:before{
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #FF171F;
  border-radius: 50%;
  z-index: 3;
}

svg.demo{
  margin:0;
  width: 30px;
  display:block;
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); 
  display:none; 
  outline: none;
}

.mv__slick .slick-dots li.slick-active svg.demo ,
.cs__slider .slick-dots li.slick-active svg.demo{
display:block;
}

circle.demo{
  fill:none;
  stroke:#FF171F;
  stroke-width:5px;
  stroke-dasharray: 314;
  animation: demo_kururi linear 5s;
}

.cs__area circle.demo{
  stroke:#FF171F;
}

@keyframes demo_kururi {
  from {
      stroke-dashoffset: 314;
  }
  to {
      stroke-dashoffset: 0;
  }
}



.mainV .mv__slick .slick-dots li button{
  display:none;
  outline: none;
}

.mainV .wrap{
  position: relative;
  z-index: 2;
}

.wrap{
  width: 1360px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  padding:0 40px;
  position: relative;
}

.wrap2{
  width: 1440px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  padding:0 20px; 
}

.mainV .wrap h2{
  font-size: 80px;
  color:#FF171F;
  margin: 0;
  letter-spacing: -0.02em;
}

.mainV .wrap h3{
  font-size: 21px;
  margin:0 0 15px;
  color:white;
}

.mainV .wrap p{
  font-size: 14px;
  margin: 0;
  color:white;
  line-height: 2.1;
}

.pickup{
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  z-index: 3;
}

.pickup a{
  background: white;
  display: flex;
  border-radius: 10px;
  transition: 0.4s;
  color:black;
  padding:37px 85px;
  box-sizing: border-box;
  text-decoration: none;
}

.pickup a p{
  transition: 0.4s;
}

.pickup a:hover p{
  opacity: 0.6;
}

.pickup a p.date{
  font-size: 15px;
  letter-spacing: 0;
  color:#888;
  margin: 0;
  width: 100px;
}

.pickup a p.category{
  font-size: 11px;
  color:#FF171F;
  margin: 0;
  width: 100px;
}

.pickup a p.category span{
  display: inline-block;
  border:1px solid #FF171F;
  border-radius: 12px;
  padding:2px 10px;
}

.pickup a p.title{
  font-size: 15px;
  margin: 0;
  width: calc(100% - 200px);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section__2{
  width: 100%;
  padding:220px 0  100px;
  background-image: url('img/bg1.jpg');
  background-size: cover;
}

.st__sub{
  font-size: 14px;
  margin: 0;
}

.st__sub span{
  font-size: 15px;
  display: inline-block;
  align-items: center;
  position: relative;
  padding-right: 44px;
  top: -1px;
}

.st__sub span:after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 20px;
  height: 1px;
  background: black;
}

.st__sub.border{
  position: relative;
  padding-left: 40px;
}

.st__sub.border:before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 1px;
  background: white; 
}

.title__flex{
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.title__flex h2{
  font-size: 120px;
  line-height: 1;
  color:#FF171F;
  margin: 0;
  width: 420px;
  overflow: hidden;
  letter-spacing: 0em;
}

.title__flex h2.type2{
  width: 590px;
}

/* .title__flex h2.type4{
  width: 340px;
} */

.title__flex h2.type5{
  width: 665px;
}

.title__flex h2.type8{
  width: 360px;
}

.title__flex h2.type3{
  width: 460px;
}

.title__flex p{
  margin: 0;
  font-size: 15px;
  width: calc(100% - 420px);
  position: relative;
  top: 10px;
}

.title__flex p.type2{
  width: calc(100% - 590px);
}

.title__flex p.type3{
  width: calc(100% - 460px);
}

/* .title__flex p.type4{
  width: calc(100% - 340px);
} */

.title__flex p.type5{
  width: calc(100% - 665px);
}

.title__flex h2.type7{
  width: 500px;
}

.title__flex p.type7{
  width: calc(100% - 500px);
}

.title__flex p.type8{
  width: calc(100% - 360px);
}

/* Flip animation for .title__flex h2 characters */
.flip-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.2em);
  transition: opacity 0.4s, transform 0.3s;
  will-change: opacity, transform;
}

/* 「W」の文字間調整 */
.flip-char.char-w {
  margin-right: -0.15em;
}

.product__flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px 0 110px;
}

.product__flex a.size1{
  display: block;
  width: calc(50% - 1px);
  height: 638px;
  margin-bottom: 1px;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  padding:24px;
}

.product__flex a.size2{
  display: block;
  width: calc(25% - 1px);
  height: 319px;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  padding:24px;
}

.product__flex a p.pf1{
  font-size: 26px;
  font-weight: bold;
  color:#FF171F;
  line-height: 1.3;
  margin: 0;
}
.product__flex a p.pf2{
  font-size: 15px;
  color:black;
  margin: 0;
}

.product__flex a.pfbg1{
  background-image: url('img/category1.png');
  background-size: cover;
  background-position: center;
}

.product__flex a.pfbg2{
  background-image: url('img/category2.jpg');
  background-size: cover;
  background-position: center;
}

.product__flex a.pfbg3{
  background-image: url('img/category3.jpg');
  background-size: cover;
  background-position: center;
} 

.product__flex a.pfbg4{
  background-image: url('img/category4.jpg');
  background-size: cover;
  background-position: center;
} 

.product__flex a.pfbg5{
  background-image: url('img/category5.jpg');
  background-size: cover;
  background-position: center;
}  

.product__flex a.pfbg6{
  background-image: url('img/category6.jpg');
  background-size: cover;
  background-position: center;
}       

.product__flex a:hover:after{
  opacity: 1;
  transform: translateX(0);
}

.product__flex a:after{
  content: '';
  position: absolute;
  width: 46px;
  height: 32px;
  background-image: url('img/arrow3.png');
  background-size: cover;
  right: 24px;
  bottom: 24px;
  transition: 0.4s;
  opacity: 0;
  transform: translateX(-10px);
}

.arrow__link{
  display: block;
  width: 230px;
  margin:0 auto;
  position: relative;
  color:white;
  background: #FF171F;
  border-radius: 26px;
  padding:14px 0;
  box-sizing: border-box;
  padding-left: 31px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
}

.arrow__link:after{
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-image: url('img/arrow1.png');
  background-size: cover;
  background-position: center;
  transition: 0.4s;
}

.abo__btn .arrow__link:hover{
  opacity: 1;
}

.sh__right .arrow__link:hover:after , .arrow__link.arrow:hover:after , .arrow__link:hover:after{
  transform: translateY(-50%) translateX(5px);
}

.sh__right .arrow__link:hover , .arrow__link.arrow:hover{
  opacity: 1;
}

.arrow__link.white.size3{
  width: 410px;
}

.logo__section{
  padding:90px 0;
  background: #F8F5EE;
}

.logo__section.rel{
  position: relative;
  padding: 220px 0;
}

.magazine__link{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -135px;
  width: 1280px;
  max-width: calc(100% - 40px);
  display: flex;
  text-decoration: none;
  transition: 0.4s;
}

.magazine__link:hover{
  opacity: 0.9;
}

.magazine__left{
  width: calc(100% - 400px);
  box-sizing: border-box;
  padding:132px 65px;
  
  background: #35322F;
}

.magazine__left .gar{
  font-size: 60px;
  color:#CAB69E;
  margin: 0;
  line-height: 1.2;
  width: 100%;
}

.magazine__left .gar span{
  display: inline-block;
  padding-right: 62px;
  position: relative;
}

.magazine__left .gar span:after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 19px;
  width: 46px;
  height: 27px;
  background-image: url('img/sauna/arrow.png');
  background-size: cover;
  background-position: center;
}

.magazine__left .title{
  font-size: 14px;
  color:#CAB69E;
  margin: 0;
  width: 100%;
}

.magazine__right{
  width: 400px;
  height:360px ;
}

.magazine__right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo__slider img{
  margin:0 22px;
  width: 787px;
  display: block;
}

.logo__slider .scroll-infinity__item img{
  margin:0 22px;
  width: 787px;
  display: block;
}

.logo__slider{
  overflow: hidden;
}

/* logo__slider専用の無限横スクロールスタイル */
.logo-scroll-infinity__list{ 
  display: flex;
  overflow: hidden;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.logo-scroll-infinity__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.logo-scroll-infinity__item img {
  margin:0 22px;
  width: 787px;
  display: block;
}

.section__3{
  width: 100%;
  padding:350px 0 150px;
  background-image: url('img/bg2.jpg');
  background-size: cover;
  background-position: center;
  color:white;
}

.title__flex.ver2 h2{
  width: 500px;
  color:#CAB69E;
}

.section__3 .st__sub span:after{
  background:white;
}
 
.cs__section .cs__area:first-child{
  margin-top: 30px;
}

.cs__area{
  background: #630B0E;
  color:#CAB69E;
  margin-top: 0px;
}

.cs__section .cs__area:nth-child(odd) .wrap3{
  padding-right: 0;
}

.cs__section .cs__area:nth-child(even) .wrap3{
  padding-left: 0;
}

.csa__flex{
  display: flex;
  width:100%;
}

.cs__section .cs__area:nth-child(even) .csa__flex{
  flex-direction: row-reverse;
}

.cs__section .cs__area:nth-child(even) .csa__flex .csa__left{
  padding-left: 80px;
  box-sizing: border-box;
}

.cs__section .cs__area:nth-child(even) .csa__flex .csa__left .data__1 , .cs__section .cs__area:nth-child(even) .csa__flex .csa__left .data__2 {
  left: 80px;
}

.csa__left{
  width: 32%;
  position: relative;
  padding:80px 0;
}

.csa__right{
  width: 68%;
  display: block;
  transition: 0.4s;
}

.csa__right:hover{
  opacity: 0.6;
}

.csa__right img{
  width: 100%;
}

.csa__left .data__1{
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 80px;
}

.csa__left .data__2{
  position: absolute;
  left: 0;
  bottom: 80px;
}

.csa__left .data__1 .flex{
  display: flex;
  margin-bottom: 20px;
}

.csa__left .data__1 .flex p{
  margin: 0;
}

.csa__left .data__1 .flex p.cal{
  width: 85px;
}

.csa__left .data__1 .flex p.title{
  width: calc(100% - 85px);
}

.csa__left  a{
  display: inline-block;
  text-decoration: none;
  color:#CAB69E;
  transition: 0.4s;
}

.csa__left  a:hover{
  opacity: 0.6;
}

.csa__left .data__2 p.cal{
  font-size: 14px;
  margin:0 0 5px;
}

.csa__left .data__2 p.link{
  margin: 0;
  font-size: 13px;
}

.csa__left .data__2 p.link a{
  color: #CAB69E;
  transition: 0.4s;
}

.csa__left .data__2 p.link a:hover{
  opacity: 0.6;
}

.section__4{
  padding:150px 0;
  background: #F8F5EE;
}

.reason__flex{
  display: flex;
  justify-content: space-between;
  padding:0 60px;
  margin-top: 100px;
}

/* モバイル用スライダーを非表示 */
.reason__slider{
  display: none;
}

.rf__col{
  width: 32%;
  box-sizing: border-box;
  border:1px solid #FF171F;
  padding: 90px 35px 120px;
  border-radius: 185px;
}

.reason__flex .rf__col:nth-child(2){
  transition-delay: 0.3s;
}

.reason__flex .rf__col:nth-child(3){
  transition-delay: 0.5s;
}

.rf__col p.rfc__1{
  font-size: 60px;
  text-align: center;
  margin: 0 0 10px;
  color:#FF171F;
  line-height: 1;
}

.rf__col p.rfc__2{
  font-size: 24px;
  color:#FF171F;
  text-align: center;
  margin: 0 0 20px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rf__col p.rfc__3{
  font-size: 15px;
  color:black;
  margin: 0;
  line-height: 1.9;
}

.slider__area{
  margin: 280px 0 0;
 overflow: hidden;
  list-style: none;
   align-items: center;
  padding: 0  
}

.scroll-infinity__list{ 
  display: flex;
  align-items: center;
  width: 200%; /* 2倍の幅にして複製されたコンテンツを表示 */
}
.scroll-infinity__item {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 20px;
  box-sizing: border-box;
  /* 小数点以下を切り捨てて精度を統一 */
  min-width: 0;
}

/* 縦長画像（奇数番号）を少し小さく */
.scroll-infinity__item.s-img2{
  width: calc(100vw / 3);
  min-width: 0;
}

/* 横長画像（偶数番号）を少し大きく */
.scroll-infinity__item.s-img1{
  width: calc(100vw / 2.4);
  min-width: 0;
}
.scroll-infinity__item>img {
  width: 100%;
}

footer{
  width: 100%;
  background-image: url('img/footer.jpg');
  background-size: cover;
  background-position: center;
  padding:200px 0 25px;
  position: relative;
}

.showroom{
  width: 1360px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  display: block;
  position: absolute;
  top: -500px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px;
}

.last__section{
  padding-bottom: 670px;
}

.footer__area{
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  background: #952727;
  color:white;
  padding:65px 20px;
  box-sizing: border-box;
}

.footer__area p.fa__1{
  margin: 0 0 18px;
  padding-bottom: 18px;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

.footer__area p.fa__1:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 1px;
  background: white;
}

.footer__area p.fa__2{
  margin: 0;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}

.footer__area p.fa__1 a{
  color:white;
  transition: 0.4s;
  text-decoration: none;
  display: inline-block;
}

.footer__area p.fa__1 a:hover{
  opacity: 0.6;
}

.footer__area p.fa__2 a{
  color: white;
  transition: 0.4s;
}

.footer__area p.fa__2 a:hover{
  opacity: 0.6;
}

.copy__flex{
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: calc(100% + 80px);
  left: -40px;
  margin-top: 95px;
}

.copy__flex p.cal{
  font-size: 80px;
  color:#FF171F;
  letter-spacing: -0.02em;
  margin: 0;
  line-height: 1.3;
  position: relative;
  top: 20px;
}

.copy__flex a.cf__right{
  display: block;
  transition: 0.4s;
  position: relative;
  top: 20px;
}

.copy__flex a.cf__right:hover{
  opacity: 0.6;
}

.copy__flex a.cf__right img{
  width: 151px;
}

.logo__slider.footer__ver{
  position: relative;
  margin-top: -163px;
}

.footer__info{
  border-top:1px solid rgba(255,255,255,0.2);
  border-bottom:1px solid rgba(255,255,255,0.2);
  padding:65px 0;
  margin-top: 40px;
}

.footer__info__flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__info__left{
  width: 50%;
}

.footer__info__left p{
  font-size: 15px;
  margin: 0;
  color:rgba(255,255,255,0.8);
}

.footer__info__right{
  width: 50%;
}

.footer__info__right p{
  text-align: right;
  margin: 0;
}

.footer__info__right p a ,.footer__info__right ul li.type1 a{
  color:rgba(255,255,255,0.8);
  font-size: 16px;
  transition: 0.4s;
  text-decoration: none;
}

.footer__info__right p a:hover,.footer__info__right ul li.type1 a:hover{
  opacity: 0.6;
}

.footer__info__right ul{
  display: flex;
  justify-content: right;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.footer__info__right ul li{
 margin-left: 15px;
}

.footer__info__right ul li.type2 a{
  font-size: 12px;
  position: relative;
  color:rgba(255,255,255,0.8);
  padding-right:20px;
  transition: 0.4s;
}

.footer__info__right ul li.type2 a:hover{
  opacity: 0.6;
}

.footer__info__right ul li.type2 a:after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background-image: url('img/target.png');
  background-size: cover;
  background-position: center;
}

.copyright{
  font-size: 12px;
  color:rgba(255,255,255,0.8);
  margin:25px 0 0;
}

.pageV{
  width: 100%;
  padding:194px 0 140px;
  background-image: url('img/pageV.jpg');
  background-size: cover;
  background-position: center;
  color:white;
}

.pageV .st__sub span::after{
  background: white;
}

.page__section{
  padding-top: 28px;
  background: #f8f5ee;
}

.breadarea{
  font-size: 14px;
  margin-bottom: 150px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadarea span a{
  display: inline-block;
  padding-right: 38px;
  position: relative;
  transition: 0.4s;
  margin-bottom: 4px;
  cursor: default;
}

.breadarea span a span{
  cursor: pointer;
  transition: 0.4s;
}

.breadarea span a:hover span{
  opacity: 0.6;
}

.breadarea span a span{
  padding: 0;
}

.breadarea a{
  display: inline-block;
  color:#888;
  position: relative;
  text-decoration: none;
}

.breadarea span a:after{
  content: '';
  position: absolute;
  right: 14px;
  top: 46%;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background-image: url('img/arrow4.png');
  background-size: contain;
  background-repeat: no-repeat;

}

.category__flex{
  display: flex;
  justify-content: space-between;
  padding-bottom: 23px;
  margin-bottom: 110px;
  border-bottom:1px solid #888;
}

.category__flex.news__category{
  border-bottom:2px solid #FF171F;
  margin-bottom: 10px;
}

.category__flex .category__left{
  width: 30%;
}

.category__flex .category__left p{
  font-size: 16px;
  margin: 0;
  color:#888;
}

.category__flex .category__right{
  width: 70%;
}

.category__flex .category__right ul{
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.category__flex .category__right ul li a{
  font-size: 12px;
  color:#888;
  border:1px solid #888;
  text-decoration: none;
  transition: 0.4s;
  padding:5px 13px;
  white-space: nowrap;
  border-radius: 14px;
}

.category__flex .category__right ul li a:hover{
  background: black;
  border-color: black;
  color:white;
}

.category__flex .category__right ul li a.current{
  background: #FF171F;
  color:white;
  border-color: #FF171F;
  pointer-events: none;
}

.archive__product__flex{
  display: flex;
  flex-wrap: wrap;
}

.archive__product__flex .product__item:nth-child(1),
.archive__product__flex .product__item:nth-child(4),
.archive__product__flex .product__item:nth-child(7),
.archive__product__flex .product__item:nth-child(10),
.archive__product__flex .product__item:nth-child(13),
.archive__product__flex .product__item:nth-child(16),
.archive__product__flex .product__item:nth-child(19),
.archive__product__flex .product__item:nth-child(22),
.archive__product__flex .product__item:nth-child(25),
.archive__product__flex .product__item:nth-child(28),
.archive__product__flex .product__item:nth-child(31),
.archive__product__flex .product__item:nth-child(34) ,
.archive__product__flex .product__item:nth-child(37),
.archive__product__flex .product__item:nth-child(40),
.archive__product__flex .product__item:nth-child(43),
.archive__product__flex .product__item:nth-child(46),
.archive__product__flex .product__item:nth-child(49),
.archive__product__flex .product__item:nth-child(52),
.archive__product__flex .product__item:nth-child(55),
.archive__product__flex .product__item:nth-child(58),
.archive__product__flex .product__item:nth-child(61),
.archive__product__flex .product__item:nth-child(64),
.archive__product__flex .product__item:nth-child(67),
.archive__product__flex .product__item:nth-child(70),
.archive__product__flex .product__item:nth-child(73),
.archive__product__flex .product__item:nth-child(76),
.archive__product__flex .product__item:nth-child(79),
.archive__product__flex .product__item:nth-child(82),
.archive__product__flex .product__item:nth-child(85),
.archive__product__flex .product__item:nth-child(88),
.archive__product__flex .product__item:nth-child(91),
.archive__product__flex .product__item:nth-child(94),
.archive__product__flex .product__item:nth-child(97),
.archive__product__flex .product__item:nth-child(100),
.archive__product__flex .product__item:nth-child(103),
.archive__product__flex .product__item:nth-child(106),
.archive__product__flex .product__item:nth-child(109),
.archive__product__flex .product__item:nth-child(112),
.archive__product__flex .product__item:nth-child(115),
.archive__product__flex .product__item:nth-child(118),
.archive__product__flex .product__item:nth-child(121),
.archive__product__flex .product__item:nth-child(124)
{
  margin-right: 2%;
}

.archive__product__flex .product__item:nth-child(2),
.archive__product__flex .product__item:nth-child(5),
.archive__product__flex .product__item:nth-child(8),
.archive__product__flex .product__item:nth-child(11),
.archive__product__flex .product__item:nth-child(14),
.archive__product__flex .product__item:nth-child(17),
.archive__product__flex .product__item:nth-child(20),
.archive__product__flex .product__item:nth-child(23),
.archive__product__flex .product__item:nth-child(26),
.archive__product__flex .product__item:nth-child(29),
.archive__product__flex .product__item:nth-child(32),
.archive__product__flex .product__item:nth-child(35) ,
.archive__product__flex .product__item:nth-child(38),
.archive__product__flex .product__item:nth-child(41),
.archive__product__flex .product__item:nth-child(44),
.archive__product__flex .product__item:nth-child(47),
.archive__product__flex .product__item:nth-child(50),
.archive__product__flex .product__item:nth-child(53),
.archive__product__flex .product__item:nth-child(56),
.archive__product__flex .product__item:nth-child(59),
.archive__product__flex .product__item:nth-child(62),
.archive__product__flex .product__item:nth-child(65),
.archive__product__flex .product__item:nth-child(68),
.archive__product__flex .product__item:nth-child(71),
.archive__product__flex .product__item:nth-child(74),
.archive__product__flex .product__item:nth-child(77),
.archive__product__flex .product__item:nth-child(80),
.archive__product__flex .product__item:nth-child(83),
.archive__product__flex .product__item:nth-child(86),
.archive__product__flex .product__item:nth-child(89),
.archive__product__flex .product__item:nth-child(92),
.archive__product__flex .product__item:nth-child(95),
.archive__product__flex .product__item:nth-child(98),
.archive__product__flex .product__item:nth-child(101),
.archive__product__flex .product__item:nth-child(104),
.archive__product__flex .product__item:nth-child(107),
.archive__product__flex .product__item:nth-child(110),
.archive__product__flex .product__item:nth-child(113),
.archive__product__flex .product__item:nth-child(116),
.archive__product__flex .product__item:nth-child(119),
.archive__product__flex .product__item:nth-child(122),
.archive__product__flex .product__item:nth-child(125){
  margin-right: 1%;
  margin-left: 1%;
}

.archive__product__flex .product__item:nth-child(3),
.archive__product__flex .product__item:nth-child(6),
.archive__product__flex .product__item:nth-child(9),
.archive__product__flex .product__item:nth-child(12),
.archive__product__flex .product__item:nth-child(15),
.archive__product__flex .product__item:nth-child(18),
.archive__product__flex .product__item:nth-child(21),
.archive__product__flex .product__item:nth-child(24),
.archive__product__flex .product__item:nth-child(27),
.archive__product__flex .product__item:nth-child(30),
.archive__product__flex .product__item:nth-child(33) ,
.archive__product__flex .product__item:nth-child(36),
.archive__product__flex .product__item:nth-child(39),
.archive__product__flex .product__item:nth-child(42),
.archive__product__flex .product__item:nth-child(45),
.archive__product__flex .product__item:nth-child(48),
.archive__product__flex .product__item:nth-child(51) ,
.archive__product__flex .product__item:nth-child(54),
.archive__product__flex .product__item:nth-child(57),
.archive__product__flex .product__item:nth-child(60),
.archive__product__flex .product__item:nth-child(63),
.archive__product__flex .product__item:nth-child(66),
.archive__product__flex .product__item:nth-child(69),
.archive__product__flex .product__item:nth-child(72),
.archive__product__flex .product__item:nth-child(75),
.archive__product__flex .product__item:nth-child(78),
.archive__product__flex .product__item:nth-child(81),
.archive__product__flex .product__item:nth-child(84),
.archive__product__flex .product__item:nth-child(87),
.archive__product__flex .product__item:nth-child(90),
.archive__product__flex .product__item:nth-child(93),
.archive__product__flex .product__item:nth-child(96),
.archive__product__flex .product__item:nth-child(99),
.archive__product__flex .product__item:nth-child(102),
.archive__product__flex .product__item:nth-child(105),
.archive__product__flex .product__item:nth-child(108),
.archive__product__flex .product__item:nth-child(111),
.archive__product__flex .product__item:nth-child(114),
.archive__product__flex .product__item:nth-child(117),
.archive__product__flex .product__item:nth-child(120),
.archive__product__flex .product__item:nth-child(123),
.archive__product__flex .product__item:nth-child(126)
{
    margin-left: 2%;
}

.archive__product__flex .product__item{
  display: block;
  background: white;
  transition: 0.4s;
  width: 31.3%;
  margin-bottom: 40px;
}

.archive__product__flex .product__item img{
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.archive__product__flex .product__item .info1{
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.archive__product__flex .product__item .info1 .product__text1{
  font-size: 12px;
  color:#FF171F;
  margin: 0;
}

.archive__product__flex .product__item .info1 .product__text1 a{
  color:#FF171F;
}

.archive__product__flex .product__item .info1 .product__text1 span{
  display: inline-block;
  border-radius: 12px;
  padding:1px 10px;
  border:1px solid #FF171F;
}

.archive__product__flex .product__item .info1 .product__text2{
  color:rgba(44,39,40,0.6);
  font-size: 12px;
  margin: 0;
  position: relative;
  top: 2px;
}

.archive__product__flex .product__item .product__info{
  padding:20px 30px 35px;
}

.archive__product__flex .product__item .product__info h3{
  font-size: 22px;
  color:#2C2728;
  line-height: 1.5;
  margin:25px 0 10px;
}

.archive__product__flex .product__item .product__info .product__text3{
  font-size: 14px;
  line-height: 1.5;
  margin:0 0 25px;
  color:#2C2728;
}

.archive__product__flex .product__item .product__info .product__text4{
  font-size: 11px;
  line-height: 1.5;
  margin:0;
  color:#2C2728;
}

.archive__product__flex .product__item .product__info .product__text4 span.size1{
  font-size: 21px;
  color:#FF171F;
  display: inline-block;
  margin:0 12px;
}

.archive__product__flex .product__item .product__info .product__text4 span.size2{
  font-size: 14px;
  color:#2C2728;
}

.archive__product__flex .product__item .product__info .product__text5{
  font-size: 11px;
  color:rgba(44,39,40,0.8);
  background:rgba(192,192,192,0.23) ;
  width: 68px;
  text-align: center;
  border-radius: 2px;
  padding:2px 0;
  margin:34px 0 12px;
}

.rel__link p{
  margin:4px 0;
  font-size: 14px;
}

.rel__link p a{
  color: #EC1A23;
  transition: 0.4s;
}

.rel__link p a:hover{
  opacity: 0.6;
}

.archive__product__flex .product__item a{
  transition: 0.4s;
}

.archive__product__flex .product__item a:hover{
  opacity: 0.6;
}

.archive__product__flex .product__item a.product__title{
  text-decoration: none;
}

.single__section{
  background-image: url('img/bg4.jpg');
  background-size: contain;
  background-repeat: repeat;
  background-position: center;
  padding-top:170px;
  padding-bottom: 120px;
  min-height: 100vh;
}

.single__content{
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  min-height: 100vh;
}

.left__space{
  padding-left: 10%;
}

.single__left{
  width: calc(420px + 10%);
  box-sizing: border-box;
  padding-left: 10%;
  padding-right:70px;
  position: sticky;
  top: 120px;
  height: fit-content;
  align-self: flex-start;
}

.single__right{
  width: calc(100% - 420px - 10%);
  line-height: 1;
}

.single__content img{
  width: 100%;
  vertical-align:bottom;
  display: block;
  margin-bottom: 3px;
}

.single__left a.category{
  display: inline-block;
  font-size: 13px;
  padding:2px 12px;
  border:1px solid #FF171F;
  border-radius: 14px;
  color:#FF171F;
  text-decoration: none;
  transition: 0.4s;
}

.single__left a.category:hover{
  background: #FF171F;
  color:white;
}

.single__left h2{
  font-size: 27px;
  line-height: 1.5;
  margin:34px 0 15px;
}

.breadarea.mb2{
  margin-bottom: 65px;
}

.single__left .sl__text1{
  font-size: 14px;
  color:rgba(44,39,40,0.6);
  margin:0 0 30px;
}

.single__left .sl__text2{
  font-size: 16px;
  color:rgba(44,39,40,0.8);
  margin:0 0 22px;
  line-height: 1.5;
}

.single__left .sl__text3{
  font-size: 14px;
  color:#2C2728;
  margin:0 0 10px;
}

.single__left .sl__text3 span.size1{
  font-size: 28px;
  color:#FF171F;
  display: inline-block;
  margin:0 10px;
}

.single__left .sl__text4{
  font-size: 12px;
  color:rgba(44,39,40,0.6);
  margin:0 0 30px;
}

.plus__info{
  margin:40px 0 0;
}

.plus__info .pi__row:first-child{
  border-top:1px solid #EC1A23;
}

.plus__info .pi__row{
  display: flex;
  justify-content: space-between;
  border-bottom:1px solid #EC1A23;
  padding:12px 0 ;
}

.plus__info .pi__row .pi__left{
  display: flex;
  align-items: center;
  width: 50%;
}

.plus__info .pi__row .pi__right{
  width: 50%;
}

.plus__info .pi__row .pi__right p{
  color:#EC1A23;
  font-size: 14px;
  margin: 0;
}

.plus__info .pi__row .pi__right p a{
  color:#EC1A23;
  text-decoration: none;
  transition: 0.4s;
  font-size: 14px;
  padding-right: 24px;
  position: relative;
  display: inline-block;
  transition: 0.4s;
}

.plus__info .pi__row .pi__right p a:hover{
  opacity: 0.6;
}

.plus__info .pi__row .pi__right p a:after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 9px;
  height: 10px;
  background-image: url('img/arrow5.png');
  background-size: cover;
  background-position: center;
  transform: translateY(-50%);
}

.plus__info .pi__row .pi__left p{
  font-size: 12px;
  margin: 0;
}

.plus__info .pi__row .pi__left img.icon1{
  width: 9px;
  margin-right: 12px;
  display: block;
  position: relative;
  top: -1px;
}

.plus__info .pi__row .pi__left img.icon2{
  width: 11px;
  margin-right: 10px;
  display: block;
  position: relative;
  top: -1px;
}

.single__mail{
  display: flex;
  align-items: center;
  justify-content: center;
  background:#EC1A23;
  color:white;
  text-decoration: none;
  padding:15px 0;
  border-radius: 26px;
  font-size: 13px;
  transition: 0.4s;
  width: 255px;
  box-sizing: border-box;
  margin-top: 40px;
}

.single__mail img{
  width: 15px;
  margin-right: 6px;
}

.single__mail:hover{
  opacity: 0.6;
}

.single__section2{
  padding-top: 120px;
  padding-bottom: 120px;
  width: 100%;
  background-image: url('img/bg3.jpg');
  background-position: center;
}

.spec__flex{
  display: flex;
  justify-content: space-between;
}

.spec__flex .spec__left{
  width: calc(50% - 45px);
}

.spec__flex .spec__right{
  width: calc(50% - 45px);
}

.spec__flex h3{
  font-size: 14px;
  margin: 0 0 45px;
  color:rgba(44,39,40,0.8);
}

.spec__flex h3 span{
  font-weight: bold;
  font-size: 27px;
  color:#2C2728;
  display: inline-block;
  margin-right: 30px;
  padding-left: 23px;
  position: relative;
  color:#EC1A23;
}

.spec__flex h3 span:after{
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #EC1A23;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.spec__right_list{
  display: flex;
  flex-wrap: wrap;
}

.spec__right_list a{
  width: 32.9%;
  display: block;
  text-decoration: none;
  color:#2C2728;
  transition: 0.4s;
  margin-bottom: 16px;
  transition: 0.4s;
}

.spec__right_list a:hover{
  opacity: 0.6;
}

.spec__right_list a p{
  margin:8px 0 0;
  font-size: 13px;
}

.spec__right_list a:nth-child(1) ,
.spec__right_list a:nth-child(4) ,
.spec__right_list a:nth-child(7) ,
.spec__right_list a:nth-child(10) ,
.spec__right_list a:nth-child(13) ,
.spec__right_list a:nth-child(16) ,
.spec__right_list a:nth-child(19) ,
.spec__right_list a:nth-child(22) ,
.spec__right_list a:nth-child(25) ,
.spec__right_list a:nth-child(28) ,
.spec__right_list a:nth-child(31) ,
.spec__right_list a:nth-child(34) ,
.spec__right_list a:nth-child(37){
  margin-right: 0.4%;
}

.spec__right_list a:nth-child(2) ,
.spec__right_list a:nth-child(5) ,
.spec__right_list a:nth-child(8) ,
.spec__right_list a:nth-child(11) ,
.spec__right_list a:nth-child(14) ,
.spec__right_list a:nth-child(17) ,
.spec__right_list a:nth-child(20) ,
.spec__right_list a:nth-child(23) ,
.spec__right_list a:nth-child(26) ,
.spec__right_list a:nth-child(29) ,
.spec__right_list a:nth-child(32) ,
.spec__right_list a:nth-child(35) ,
.spec__right_list a:nth-child(38){
  margin-right: 0.2%;
  margin-left: 0.2%;
}

.spec__right_list a:nth-child(3) ,
.spec__right_list a:nth-child(6) ,
.spec__right_list a:nth-child(9) ,
.spec__right_list a:nth-child(12) ,
.spec__right_list a:nth-child(15) ,
.spec__right_list a:nth-child(18) ,
.spec__right_list a:nth-child(21) ,
.spec__right_list a:nth-child(24) ,
.spec__right_list a:nth-child(27) ,
.spec__right_list a:nth-child(30) ,
.spec__right_list a:nth-child(33) ,
.spec__right_list a:nth-child(36) ,
.spec__right_list a:nth-child(39){
  margin-left: 0.4%;
}

.spec__right_list a .img__box{
  background: white;
  width: 100%;
  height: 198px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.spec__right_list a .img__box img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 95%;
  z-index:2 ;
}

.spec__right_text{
  margin:40px 0 0;
  font-size: 11px;
  color:rgba(44,39,40,0.6);
  letter-spacing: 0;
}

.single__section2 .wrap{
  width:1380px;
}

.single__section3{
  padding-top: 120px;
  width: 100%;
  background-image: url('img/bg4.jpg');
  background-position: center;
}

.single__section3 .title__flex h2{
  width: 750px;
}

.single__section3 .title__flex div p{
  font-size: 16px;
  color:#EC1A23;
  margin: 0;
  padding-left: 14px;
}

.single__section3 .title__flex{
  justify-content: space-between;
}

.arrow__link2{
  width: 230px;
  background: white;
  border-radius: 26px;
  font-size: 15px;
  color:black;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.4s;
  padding:10px 0 8px;
  box-sizing: border-box;
  transition: 0.4s;
}

.arrow__link2:hover{
  /* opacity: 0.6; */
}

.arrow__link2 img{
  width: 35px;
  display: block;
  margin-left: 15px;
  position: relative;
  top: -1px;
  transition: 0.4s;
}

.arrow__link2:hover img{
  transform: translateX(5px);
}

.slick__ver.archive__product__flex{
  margin-top: 60px;
  flex-wrap: nowrap;
  /* overflow-x: scroll; */
  min-width: 100%;
}

.archive__product__flex.slick__ver .product__item{
  margin-left: 0;
  margin-right: 28px;
  width: 27vw;
}

.archive__product__flex.slick__ver .product__item img{
  height: 17vw;
}

.archive__product__flex.slick__ver .product__item .no__img{
  width: 100%;
  background: #ED1C24;
  position: relative;
  height: 17vw;
  border-radius: 10px;
}

.archive__product__flex.slick__ver .product__item .no__img img{
  width:170px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
}

.archive__product__flex.slick__ver .slick-prev{
  display: none!important;
}

.archive__product__flex.slick__ver .next-arrow{
  width: 124px;
  position: absolute;
  right:115px;
  top: 46%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.wrap3{
  padding:0 10%;
}

.single-products header a h1 , .single-news header a h1 , .contact3 header a h1 ,
.contact2 header a h1 , .contact header a h1 , .confirm header a h1 , .confirm2 header a h1 , .confirm3 header a h1{
  color:#FF171F
}

.single-products .breadarea span span.current-item{
  color:#EC1A23;
}

.single__content img{
  height: auto;
}

.single__section3 .prev-arrow{
  display: none!important;
}

.table__row{
  display: flex;
  border-top: 1px solid #EC1A23;
  border-bottom: 1px solid #EC1A23;
  margin-top: 50px;
  flex-wrap: wrap;
}

.table__row .table__left{
  width: 30%;
  padding:15px 0;
  border-bottom: 1px solid rgba(236,26,35,0.2);
  display: flex;
  align-items: center;
}

.table__row .table__right{
  width: 70%;
  padding:15px 0;
  border-bottom: 1px solid rgba(236,26,35,0.2);
  display: flex;
  justify-content: right;
}

/* .table__row .table__left:last-child,
.table__row .table__right:last-child{
  border-bottom: 0;
} */

.table__row .table__left p{
  font-size: 14px;
  position: relative;
  margin: 0;
  padding-left: 18px;
}

.table__row .table__left p:before{
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
  background-image: url('img/icon2.png');
  background-size: cover;
  background-position: center;
}

.table__row .table__right p{
  /* text-align: right; */
  font-size: 16px;
  color:#EC1A23;
  margin: 0;
}

.table__row .table__right p span{
  display: inline-block;
  color:#2C2728;
  width: 180px;
  text-align: left;
}

.spec__link{
  display: flex;
  margin-top: 40px;
}

.spec__link a{
  width: 115px;
  display: block;
  margin-right: 12px;
  text-align: center;
  box-sizing: border-box;
  font-size: 13px;
  color:#EC1A23;
  text-decoration: none;
  border:1px solid #EC1A23;
  border-radius: 21px;
  padding:9px 0;
  transition: 0.4s;
}

.spec__link a.target__ver{
  width: 200px;
  position: relative;
  padding-right: 10px;
}

.spec__link a.target__ver:after{
  content: '';
  position: absolute;
  width: 9px;
  height: 10px;
  background-image: url('img/arrow5.png');
  background-size: cover;
  background-position: center;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.spec__link a:hover{
  opacity: 0.6;
}

.privacy__content p{
  color:#2C2728;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}

.privacy p.privacy__border{
  border-bottom: 1px solid #EC1A23;
  padding-bottom: 40px;
  font-weight: bold;
}

.privacy h3{
  color:#FF171F;
  font-size: 24px;
  padding-left: 60px;
  position: relative;
  margin:70px 0 25px;
}

.privacy h3.pr__num:before{
  content: '(  01  )';
  position: absolute;
  left: 0;
  top: 4px;
  color:#FF171F;
  font-size: 18px;
  font-weight: 400;
  font-family: "calibri", sans-serif;
}

.privacy h3.pr__num.pr__num2:before{
  content: '(  02  )';
}

.privacy h3.pr__num.pr__num3:before{
  content: '(  03  )';
}

.privacy h3.pr__num.pr__num4:before{
  content: '(  04  )';
}

.privacy h3.pr__num.pr__num5:before{
  content: '(  05  )';
}

.privacy h3.pr__num.pr__num6:before{
  content: '(  06  )';
}

.privacy h3.pr__num.pr__num7:before{
  content: '(  07  )';
} 

.privacy h3.pr__num.pr__num8:before{
  content: '(  08  )';
}

.privacy h3.pr__num.pr__num9:before{
  content: '(  09  )';
}

.privacy h4{
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  margin:35px 0 20px;
}


.privacy h4.num__plus1 ,
.privacy h4.num__plus2,
.privacy h4.num__plus3,
.privacy h4.num__plus4{
  position: relative;
  margin-left: 30px;
}

.privacy h4.num__plus1:before{
  content: '1.';
  position: absolute;
  left: -30px;
  top: 0;
  font-size: 18px;
  font-weight: bold;
  color:#2C2728;
}

.privacy h4.num__plus2:before{
  content: '2.';
  position: absolute;
  left: -30px;
  top: 0;
  font-size: 18px;
  font-weight: bold;
  color:#2C2728;
}

.privacy h4.num__plus3:before{
  content: '3.';
  position: absolute;
  left: -30px;
  top: 0;
  font-size: 18px;
  font-weight: bold;
  color:#2C2728;
}

.privacy h4.num__plus4:before{
  content: '4.';
  position: absolute;
  left: -30px;
  top: 0;
}

.privacy__content p.bold{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
}

.privacy ul{
  margin:12px 0 0;
  list-style: none;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}

.privacy ul li{
  position: relative;
  padding-left: 8px;
  box-sizing: border-box;
}

.privacy ul li:before{
  content:'';
  position: absolute;
  left: 0;
  top: 12px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  display: block;
  background:#2C2728;
  z-index: 2;
}

.privacy p.mt__plus{
  margin-top: 42px;
}

.privacy a{
  color:#888;
  transition: 0.4s;
}

.privacy a.arrow__link{
  color: white;
}

.privacy a.blank{
  position: relative;
}

.privacy a.blank img{
  display: inline-block;
  width: 16px;
  margin-left: 5px;
}

.privacy a:hover{
  opacity: 0.6;
}

.privacy h4.bo-none{
  text-decoration: none;
  margin-bottom: 15px;
}

.privacy h4.mt__plus{
  margin-top: 60px;
}

.privacy p.mt__plus2{
  margin-top: 30px;
}

.privacy .info p{
  margin-top: 2px;
}

.privacy .info span{
  display: inline-block;
  width: 113px;
}

.company__table{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1080px;
  margin: 0 auto;
  max-width: 100%;
}

.company__table .ct__left{
  width: 180px;
  border-bottom:1px solid #EC1A23;
  padding:33px 0;
}

.company__table .ct__right{
  width: calc(100% - 210px);
  border-bottom:1px solid #EC1A23;
  padding:33px 0;  
} 

.company__table .ct__left.bo-top , 
.company__table .ct__right.bo-top{
  border-top:1px solid #EC1A23;
}

.company__table .ct__left p , .company__table .ct__right p{
  color:#2C2728;
  font-size: 16px;
  margin: 0;
}

.company__table .ct__right ul{
  list-style: none;
  padding:0;
  margin: 0;
}

.arrow__link3{
  margin:82px auto 0;
  text-align: center;
}

.arrow__link3 a{
  display: inline-flex;
  align-items: center;
  background: white;
  font-size: 15px;
  text-decoration: none;
  border-radius: 26px;
  padding:9px 22px;
  transition: 0.4s;
  color:black;
}

.arrow__link3 a span{
  color: #FF171F;
}

.arrow__link3 a img{
  width: 35px;
  display: block;
  margin-left: 12px;
  transition: 0.4s;
}

.arrow__link3 a:hover img{
  transform: translateX(5px);
}

.title__flex p.type4{
  font-size: 50px;
  color:#FF171F;
}

.error404 , .thanks{
  background-image: url(img/pageV.jpg);
  background-size: cover;
  background-position: center;
}

.error404 .pageV.last__section , .thanks .pageV.last__section{
  padding-bottom: 740px;
  background-image: none!important;
}

.error404 footer , .thanks footer{
  background-image: none!important;
}

.error404 .title__flex , .thanks .title__flex{
  padding-top: 200px;
}

.notfound__text , .thanks .notfound__text{
  color:white;
}

.notfound__text h3{
  margin:60px 0 30px;
  font-size: 30px;
  font-weight: bold;
}

.notfound__text p.nt__text1{
  font-size: 16px;
  margin:0 0 45px;
  font-weight: 500;
}

.notfound__text p.nt__text2{
  margin: 0;
  font-size: 17px;
}

.notfound__text p.nt__text3{
  font-size: 14px;
}

.arrow__link3.left{
  margin-left: 0;
  text-align: left;
  margin-top: 65px;
}

.arrow__link3.left a{
  padding-left: 35px;
  padding-right: 25px;
}

.arrow__link3.left a img{
  margin-left: 15px;
}

.category__flex.news__category .category__right ul{
  justify-content: end;
}

.category__flex.news__category .category__right ul li{
  margin-left: 10px;
  margin-right: 0;
}

.na__row{
  border-bottom:1px solid rgba(237,28,36,0.3);
}

.na__row:last-child{
  border-bottom:2px solid #FF171F;
}

.na__row a{
  display: flex;
  text-decoration: none;
  transition: 0.4s;
  color:#2C2728; 
   padding:25px 0;
}

.na__row a:hover{
  opacity: 0.6;
}

.na__row a p.date{
  font-size: 13px;
  margin:5px 0 0;
  color:#888;
  font-weight: bold;
  width: 120px;
  box-sizing: border-box;
  padding-left: 8px;

}

.na__row.pickver .pick__right .pickright__flex p.date{
  padding-left: 0;
}

.na__row a p.category{
  width: 115px;
  margin: 0;
}

.na__row a p.category span{
  display: inline-block;
  border: 1px solid #FF171F;
  border-radius: 14px;
  padding: 2px 13px;
  color:#FF171F;
  font-size: 12px;
}

.na__row a h3.title{
  font-size: 16px;
  margin:0;
  width: calc(100% - 235px);
}

.wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 135px;
  line-height: 1.1;
}

.pagination .wp-pagenavi a{
  font-size: 22px;
  color:#888;
  transition: 0.4s;
  text-decoration: none;
  margin: 0 20px;
  padding: 0;
  border: none;
  transition: 0.4s;
}

.pagination .wp-pagenavi a:hover{
  opacity: 0.6;
}

.pagination .wp-pagenavi .current{
  font-size: 22px;
  color:#FF171F;
  transition: 0.4s;
  text-decoration: none;
  margin: 0 20px;
  padding: 0;
  border: none;
  border-bottom:1px solid #FF171F;
}

.pagination .wp-pagenavi a.nextpostslink{
  width: 87px;
  margin-right: 0;
  margin-left: 45px;
}

.pagination .wp-pagenavi a.nextpostslink img{
  width: 100%;
}


.pagination .wp-pagenavi a.previouspostslink{
  width: 87px;
  margin-left: 0;
  margin-right: 45px;
}

.pagination .wp-pagenavi a.previouspostslink img{
  width: 100%;
}


.na__row.pickver .pick__left{
  width: 48%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 55px;

}

.na__row.pickver a{
  align-items: center;
}


.na__row.pickver .pick__left img{
  width: 100%;
  height:auto;
  border-radius: 10px;
}

.na__row.pickver .pick__right{
  width: 52%;
  box-sizing: border-box;
  position: relative;
  padding-right: 130px;
} 

.na__row.pickver .pick__right .pickright__flex{
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.na__row.pickver .pick__right .pickright__flex p.date{
  width:92px;
}

.na__row.pickver .pick__right .pickright__flex p.category{
  width:115px;
  margin:0;
}

.na__row.pickver .pick__right h3.title{
  font-size: 26px;
  width: 100%;
  line-height: 1.5;
}

.na__row.pickver a{
  position: relative;
}

.na__row.pickver a:after{
content: '';
position: absolute;
width: 46px;
height: 32px;
background-image: url(img/arrow3.png);
background-size: cover;
right: 24px;
bottom: 25px;
transition: 0.4s;
opacity: 0;
transform: translateX(-10px);  
}


.na__row.pickver a:hover:after{
  opacity: 0.6;
  transform: translateX(0);
}

.wrap4{
  width: 1160px;
  max-width: 100%;
  padding:0 40px;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
}

.news__single .wrap4 p.category{
  font-size: 13px;
  margin: 0 0 10px;
}

.news__single .wrap4 p.category a{
  display: inline-block;
  border: 1px solid #FF171F;
  border-radius: 12px;
  padding: 2px 14px;
  color: #FF171F;
  text-decoration: none;
  transition: 0.4s;
}

.news__single .wrap4 p.category a:hover{
  background: #FF171F;
  color: white;
}

.news__content{
  width: 900px;
  max-width: 100%;
  margin:0 auto;
}

.news__content img{
  max-width: 100%;
}

.news__single .news__header__left h2{
  font-size: 27px;
  line-height: 1.45;
  margin:27px 0 20px;
}

.news__single .news__header__left p.date{
  font-size: 16px;
  margin:0;
  color:#888;
  font-weight: bold;
}

.news__header{
  display: flex;
  justify-content: space-between;
  align-items:end;
  margin-bottom: 45px;
}

.news__header__left{
  width:calc(100% - 275px);
  box-sizing: border-box;
  padding-right: 60px;
}

.news__header__right{
  width: 275px;
}

.sns__flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sns__flex a{
  width: 58px;
  display: block;
  line-height: 1;
  margin: 0;
  transition: 0.4s;
}

.sns__flex a:hover{
  opacity: 0.7;
}

.sns__flex a img{
  width: 100%;
}

.sns__flex p{
  color:#888;
  font-size: 16px;
  margin:0 ;
}

.news__content .thm__img img{
  width: 100%;
  height: auto;
  margin:0 0 35px;
}


.sns__flex.type2{
  width: 275px;
  margin-left: auto;
  margin-top: 40px;
}


.news__content{
  color:#2C2728;
}

.news__content p{
  font-size: 16px;
  font-weight: 500;
}

.news__content h3{
  font-size: 20px;
  margin:45px 0 20px;
}

.news__content h2{
  font-size: 22px;
  margin:65px 0 20px;
  color:#FF171F;
}

.news__content__text img{
  margin:40px 0 ;
}

.news__product{
  margin-top: 70px;
  padding-top: 85px;
  border-top: 1px solid #888;
}

.news__content h2.mt0{
  margin-top: 0;
}

.np__box{
  background:#E8E8E8;
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.np__box .np__left{
  width: 50%;
  box-sizing: border-box;
  padding-right: 16px;
}

.np__box .np__right{
  width: 50%;
  box-sizing: border-box;
  padding-left: 16px;
}

.np__box .np__right img{
  width: 100%;
  height: auto;
}

.np__box .np__left h3{
  font-size: 18px;
  margin:0 0 30px; 
}

.np__spec p{
  margin: 0;
  font-weight: 500;
}

.np__spec{
  margin-bottom: 50px;
}

.news__footer{
  background:#E8E8E8;
  box-sizing: border-box;
  padding: 60px 80px;
  margin-top: 75px;
}

.news__footer h3{
  font-size: 18px;
  margin:0 0 30px;
}

.news__footer p{
  margin: 0;
}

.news__content__text a , .news__footer a{
  color:#FF171F;
  transition: 0.4s;
}

.news__content__text a{
  color:#888;
}

.news__footer a img{
  width: 16px;
  display: inline-block;
  margin-left: 5px;
}

.news__content__text a:hover , .news__footer a:hover{
  opacity: 0.7;
}

.navigation{
  display: flex;
  align-items: center;
  margin-top: 120px;
}

.navigation .nav__prev{
  width: 43.5%;
  box-sizing: border-box;
  padding-right: 20px;
}

.navigation .nav__all{
  width: 13%;
}

.navigation .nav__all a{
  font-size: 18px;
  text-decoration: none;
  color:#FF171F;
  transition: 0.4s;
  line-height: 1.3;
  border-left: 1px solid #FF171F;
  border-right: 1px solid #FF171F;
  display: block;
  text-align: center;
}

.navigation .nav__all a:hover{
  opacity: 0.7;
}

.navigation .nav__next{
  width: 43.5%;
  box-sizing: border-box;
  padding-left: 20px;
}

.navigation .nav__prev a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 108px;
  font-size: 15px;
  color:black;
  text-decoration: none;
  padding-top: 36px;
  font-weight: 500;

}

.navigation .nav__prev a:before{
  content: 'PREV';
  position: absolute;
  font-family: 'Calibri';
  font-weight: 400;
  font-size: 18px;
  color:#FF171F;
  top: 5px;
  left: 108px;
}

.navigation .nav__prev , .navigation .nav__next{
  position: relative;
}

.navigation .nav__prev:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 87px;
  height: 87px;
  background-image: url('img/arrow7.png');
  background-size: cover;
  transition: 0.3s;
}

.navigation .nav__next a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-right: 108px;
  font-size: 15px;
  color:black;
  text-decoration: none;
  padding-top: 36px;
  font-weight: 500;
  
}

.navigation .nav__next a:before{
  content: 'NEXT';
  position: absolute;
  font-family: 'Calibri';
  font-weight: 400;
  font-size: 18px;
  color:#FF171F;
  top: 5px;
  left: 0;
}

.navigation .no-link:after{
  display: none!important;
}

.navigation .nav__next:after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 87px;
  height: 87px;
  background-image: url('img/arrow6.png');
  background-size: cover;
  transition: 0.3s;
}
 
.navigation a{
  transition: 0.4s;
}

.navigation a:hover{
  opacity: 0.6;
}

.privacy__content{
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.pe-none{
  pointer-events: none;
}

.privacy__content .tel{
  text-decoration: none;
  color:#2C2728;
}

.archive__product__flex.news__ver .product__item{
  background: inherit;
  margin-bottom: 0!important;
}

.archive__product__flex.news__ver .product__item img{
  border-radius: 10px;
}

.archive__product__flex.news__ver .product__item a{
  display: block;
  color:#2C2728;
  text-decoration: none;
  transition: 0.4s;
}

.archive__product__flex.news__ver .product__item a:hover{
  opacity: 0.7;
}

.archive__product__flex.news__ver .product__item h3{
  font-size: 20px;
  margin:15px 0 10px;
}

.archive__product__flex.news__ver .product__item .category a{
  display: inline-block;
  border: 1px solid #FF171F;
  border-radius: 12px;
  padding: 2px 14px;
  color: #FF171F;
  text-decoration: none;
  transition: 0.4s;
  font-size: 13px;
}

.archive__product__flex.news__ver .product__item .category a:hover{
  background: #FF171F;
  color:#fff;
}

.archive__product__flex.slick__ver.news__ver .next-arrow{
  top: 31%;
}

.topnews__area{
  margin-top:150px;
  padding: 150px 0 35vw;
  background-image: url(img/bg1.jpg);
  background-size: cover;
}

.slider__area{
  margin-top: -24vw;
}

.news__archive.top__ver{
  border-top: 2px solid #FF171F;
  margin-top: 60px;
}

.title__flex h2.type6{
  width: 280px;
}

.title__flex p.type6{
  width: calc(100% - 280px - 270px);
  box-sizing: border-box;
  padding-right: 30px;
}

.title__flex .arrow__link.type6{
  width: 270px;
  padding-left: 25px;
  transition: 0.4s;
}

.title__flex .arrow__link.type6:hover{
  opacity: 1;
}

.title__flex .arrow__link.type6:hover:after{
  transform: translateY(-50%) translateX(5px);
}

.toplink__flex{
  display: flex;
  justify-content: center;
}

.arrow__link.type2{
  background: white;
  color:black;
}

.arrow__link.type2:after{
  width: 10px;
  height: 10px;
  right: 25px;
  background-image: url('img/arrow8.png');
}

.toplink__flex p{
  margin:0 10px;
}

.arrow__link.white{
  width: 250px;
  margin-top: 110px;
  background: white;
  color:black;
}

.arrow__link.white:after{
  background-image: url('img/arrow2.png');
  transition: 0.4s;
}

.arrow__link.white:hover:after{
  transform: translateY(-50%) translateX(5px);
}

.arrow__link.white:hover{
  opacity: 1;
}

.arrow__link{
  transition: 0.4s;
}

.arrow__link:hover{
  opacity: 0.7;
}

.toplink__flex.mt__plus{
  margin-top: 120px;
}

.toplink__flex.mt__plus a{
  width: 270px;
}

.ig__icon{
  width: 24px;
  display: block;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.toplink__flex.mt__plus a.ig__link{
  display: flex;
  align-items: center;
}

.toplink__flex.mt__plus a.news__link{
  padding-left: 46px;
  transition: 0.4s;
}

.toplink__flex.mt__plus a.news__link:hover{
  opacity: 1;
}

.toplink__flex.mt__plus a.news__link:hover:after{
  transform: translateY(-50%) translateX(5px);
}

.copyright__flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cfl__right{
  width: 50%;
  display: flex;
  justify-content: right;
  margin-top: 22px;
}

.cfl__right a{
  margin-left: 20px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 13px;
  transition: 0.4s;
}

.cfl__right a:hover{
  opacity: 0.7;
}

.menu_button{
  transition: 0.4s;
  right: 40px;
  top: 50px;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height:auto;
}


.menu_button:hover{
 cursor:pointer;
}

.menu_button:hover{
 cursor:pointer;
}

.menu_button .menu_icon01 {
 display: block;
 /* cursor: pointer;
 transition: .5s;
 position: absolute;
 top:50%;
 left:50%;
 transform: translate(-50%, -50%); */
}

.menu_button .menu_icon01 span {
 display: block;
 width: 50px;
 height: 1px;
 background: #FF171F;
 margin-bottom: 10px;
 transition: .5s;
}

.menu_button .menu__text{
  font-size: 12px;
  margin:10px 0 0;
  color:#FF171F;
  font-weight: bold;
}

.menu_button .menu_icon01 span.bar3{
  width: 40px;
}

#nav .menu_button{
  z-index: 9999;
}

.menu_button.open__ver .menu_button{
  transition: 0.4s;
}

.menu_button.open__ver.open{
  opacity: 0;
}

.menu_button img{
  width: 100%;
}

#nav .menu_button.close__ver .menu__text{
  text-align: center;
  margin: 0;
  position: relative;
  top: -4px;
}


#nav{
	position: fixed;
  overflow-y: auto;
  min-height: 100vh;
  max-height: 100vh;
  width: 100%;
  top: 0;
  background:rgba(39,39,39,0.9);
  margin-top: 0px;
  padding: 0;
  padding-right: 0!important;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: .6s;
}

.home #nav header .header__wrap .header__left a:before{
  opacity: 0;
}

#nav header{
  background: inherit!important;
}

#nav.in{
	opacity: 1;
	pointer-events: auto;
	z-index: 99;

}

.nav__flex{
  display: flex;
  height: 100vh;
}

.nav__left{
  width: 480px;
  background-image: url(img/nl-bg.jpg);
  background-size: cover;
  background-position: center;
 
  position: relative;
}

.nav__left .navl__abo{
  position: absolute;
  left: 0px;
  bottom: 120px;
  width: 100%; 
  box-sizing: border-box;
  padding:0 40px;
}

.nav__right{
  width: calc(100% - 480px);
  background-image: url(img/bg2.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.nav__right .navr__abo{
  box-sizing: border-box;
  width: 100%;
  padding:0 100px;
  position: absolute;
  left: 0;
  bottom: 60px;
}

.nl__1{
  display: block;
  color:rgba(202,182,158,0.8);
  text-decoration: underline;
  font-size: 14px;
  /* text-decoration: none; */
  line-height: 1.3;
  position: relative;
  margin-bottom: 20px;
}

.nl__1:after{
  content: '';
  position:absolute;
  right: 0;
  bottom: 10px;
  width: 46px;
  height: 32px;
  background-image: url('img/arrow3.png');
  background-size: cover;
}

.nl__1 span{
  display: inline-block;
  color:#FF171F;
  font-size: 38px;
  font-weight: 400;
  text-decoration: none;
  margin-top: 4px;
}

.na__row.nav__ver a{
  flex-wrap: wrap;
  padding:17px 0;
}

.na__row.nav__ver{
  border-color: rgba(255,255,255,0.2);
}

.na__row.nav__ver:last-child{
  border-width: 1px;
}

.na__row.nav__ver a h3.title{
  width: 100%;
  color:white;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 7px;
}

.na__row.nav__ver a p.date{
  padding: 0;
  font-size: 13px;
  color:white;
  margin: 0;
  width: 90px;
  position: relative;
  top: 2px;
}

.na__row.nav__ver a p.category span{
  padding:0 12px;
}

.nrl__col a{
  display: block;
  color:rgba(202,182,158,0.8);
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 40px;
}

.nrl__col a span{
  display: inline-block;
  color:#FF171F;
  font-size: 52px;
  font-weight: 400;
  text-decoration: none;
  margin-top: 4px;
}

#nav a{
  transition: 0.4s;
}

#nav a:hover{
  opacity: 0.6;
}

.nr__row{
  display:flex;
  justify-content: space-between;
  /* align-items: center; */
  border-top:1px solid rgba(255,255,255,0.2);
  padding-top: 30px;
  margin-top: 150px;
  position: relative;
}

.nrr__left{
  width: 50%;
}

.nrr__left a{
  font-size: 13px;
  margin-right:20px;
  color:rgba(202,182,158,0.8);
}

.nrr__right{
  width: 50%;
  text-align: right;
}

.nrr__right ul{
  display: flex;
  justify-content: right;
  margin:0;
  padding: 0;
  list-style: none;
}

.nrr__right ul li{
  margin-left: 15px;
}

.nrr__right ul li a{
  font-size: 12px;
  position: relative;
  color:rgba(202,182,158,0.8);
  padding-right: 20px;
  transition: 0.4s;
}

.nrr__right ul li a:after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background-image: url(img/target.png);
  background-size: cover;
  background-position: center;
}

.aioseo-breadcrumb-separator{
  display: none !important;
}

.breadarea span a{
  cursor: pointer;
  transition: 0.4s; 
}

.breadarea span a:hover{
  opacity: 0.7;
}

.anker__area{
  display: flex;
  justify-content: space-between;
}

.anker__area a{
  display: block;
  width: 20.5%;
  border-bottom: 1px solid #FF171F;
  position: relative;
  color:black;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 12px;
}

.showroom__page .anker__area a{
  width: 19%;
}

.showroom__page .anker__area a.size2{
  width: 22%;
}

.showroom__page .anker__area a.size3{
  width: 26%;
}

.showroom__page .anker__area a.size4{
  width: 14%;
}

.anker__area a:after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 27px;
  height: 27px;
  background-image: url('img/feature/arrow3.png');
  background-size: cover;
  background-position: center;
  transition: 0.2s;
}

.anker__area a:hover:after{
  bottom: 7px;
}

.message__flex{
  margin-top: 180px;
  display: flex;
}

.message__left{
  width: 360px;
  box-sizing: border-box;
  padding-right: 40px;
}

.message__right{
  width: calc(100% - 360px);
}

.message__right h3{
  font-size: 32px;
  margin:15px 0 32px;
  line-height: 1.4;
}

.message__right h3 span , .message__right p span{
  color:#FF171F;
}

.message__right p{
  font-size: 18px;
  line-height: 2;
  margin: 0;
}


.message__left .title__flex h2{
  padding-bottom: 10px;
  font-size: 69px;
}

.page .title__sub{
  font-size: 16px;
  margin: 0;
  font-weight: bold;
}

.slider__area.page__ver{
  margin-top: 220px;
}

.scroll-infinity__item.pv-img1{
  width:44vw
}

.scroll-infinity__item.pv-img2{
  width:36vw
}

.scroll-infinity__item.pv-img3{
  width:54vw
}

.scroll-infinity__item.pv-img4{
  width:30vw
}

.scroll-infinity__item.pv-img5{
  width:54vw;
}

.scroll-infinity__item.pv-img6{
  width:30vw;
}

.scroll-infinity__item.pv-img7{
  width:33vw;
}

.scroll-infinity__item.pv-img8{
  width:38vw;
}

.scroll-infinity__item.pv-img9{
  width:53vw;
}

.scroll-infinity__item.pv-img10{
  width:32vw;
}

.page__bg{
  background-image: url('img/feature/page-bg.jpg');
  background-repeat: repeat;
  padding-top:calc(27vw + 200px);
  padding-bottom: 180px;
  margin-top: -27vw;
}

.title__flex.center{
  justify-content: center;
  text-align: center;
}

.page .title__sub.center{
  text-align: center;
}

.p-reason__flex{
  display: flex;
  align-items:stretch;
  margin-bottom: 60px;
}

.p-reason__flex.type2{
  flex-direction: row-reverse;
}

.p-reason__flex .p-reason__left{
  width: 50%;
}

.p-reason__flex .p-reason__left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-reason__flex .p-reason__right{
  width: 50%;
  box-sizing: border-box;
  padding:70px;
  background: white;
  position: relative;
}

.p-reason__flex .p-reason__right .reason__num{
  font-size: 19px;
  font-weight: bold;
  margin: 0;
  color:#FF171F;
  position: absolute;
  right: 28px;
  top: 28px;
}

.p-reason__flex .p-reason__right .reason__num:before{
  content: '';
  position: absolute;
  left:-80px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 1px;
  background: #FF171F;
}

.p-reason__flex .p-reason__right h3{
  margin:0 0 30px;
  line-height: 1.4;
  color:#FF171F;
  font-size: 28px;
  font-weight: bold;
}

.p-reason__flex .p-reason__right p{
  font-size: 17px;
  margin: 0;
  font-weight: bold;
}

.page .title__sub.mb{
  margin-bottom: 95px;
}

.page__btn{
  font-size: 15px;
  color:#EC1A23;
  text-decoration: none;
  transition: 0.4s;
  display:inline-block;
  font-size: 15px;
  font-weight: bold;
  padding-right: 22px;
  position: relative;
  margin-top: 40px;
}

.page__btn:after{
  content: '';
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url('img/feature/btn.png');
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}

.page__btn:hover{
  opacity: 0.6;
}

.page__section.feature-sec3{
  padding: 180px 0;
}


.p-feature__flex{
  border:1px solid #FF171F;
  border-radius: 10px;
  display: flex;
  align-items:center;
  padding:35px 40px;
  margin-bottom: 60px;
}

.p-feature__flex .p-feature__left{
  width: 50%;
}

.p-feature__flex .p-feature__right{
  width: 50%;
  box-sizing: border-box;
  padding-left: 40px;
}

.p-feature__flex .p-feature__left img{
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.p-feature__flex .p-feature__left ul{
  margin:13px 0 0;
  padding:0;
  display: flex;
  list-style: none;
}

.p-feature__flex .p-feature__left ul li{
  width: 7px;
  height: 7px;
  transition: 0.4s;
  border-radius: 50%;
  background: #C0C0C0;
  margin-right: 9px;
}

.p-feature__flex .p-feature__left ul li.slick-active{
  background: #EC1A23;
}

.p-feature__flex .p-feature__left ul li button{
  display: none;
}

.p-feature__flex .p-feature__right h3{
  margin:0 0 30px;
  line-height: 1.4;
  color:#FF171F;
  font-size: 28px;
  font-weight: bold;
}

.p-feature__flex .p-feature__right p{
  margin: 0;
  font-size: 17px;
  font-weight: bold;
}

.page__section.feature-sec4.page__bg{
  padding: 180px 0;
  margin-top: 0;
}

.flow__box{
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.fb__flex{
  display: flex;
}

.fb__flex a{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: relative;
  background: #EBEBEB;
  padding:21px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.4s;
}

.fb__flex a.current{
  background: white;
  pointer-events: none;
  color:#EC1A23;
}

.fb__flex a span{
  display: inline-block;
  position: relative;
  color:rgba(0, 0, 0, 0.5);
  transition: 0.4s;
}

.fb__flex a.current span{
  color:#EC1A23;
}

.fb__flex a span:after{
  content: '';
  position: absolute;
  background-image: url('img/feature/arrow2.png');
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
  line-height: 1;
  position: absolute;
  right: -42px;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}

.fb__flex a.current span:after{
  background-image: url('img/feature/arrow.png');
}

.fb__content{
  background: white;
  width: 100%;
  box-sizing: border-box;
  padding:95px 130px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.num__row{
  position: relative;
  padding-left:100px;
  margin-bottom: 75px;
}

.num__row.last__row{
  margin-bottom: 0;
}

.num__row:before{
  content: '';
  position: absolute;
  width: 2px;
  height: calc(100% + 75px);
  background: #FF171F;
  opacity: 0.2;
  left: 36px;
  top: 0;
}

.num__row.last__row:before{
  display: none;
}

.num__row .nr__num{
  width: 45px;
  height: 45px;
  font-size: 18px;
  text-align:center;
  position: absolute;
  left: 15px;
  top:-4px;
  margin:0;
  background: #FF171F;
  color:white;
  line-height: 45px;
  border-radius: 50%;
  z-index: 2;
}

.num__row .nr__num:before{
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  background: #FF171F;
  opacity: 0.1;  
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.fb__content h3{
  font-size: 25px;
  line-height: 1.5;
  margin:0 0 18px;
  font-weight: bold;
}

.fb__content p{
  font-size: 17px;
  margin: 0;
  font-weight: bold;
}

.fb__content p a{
  color:#FF171F;
  transition: 0.4s;
}

.fb__content p a:hover{
  opacity: 0.6;
}

.fb__content p span{
  display: inline-block;
  font-size: 14px;
  margin-top: 35px;
  color:#FF171F;
}

.fb__content h3 span{
  display: inline-block;
  border:1px solid #FF171F;
  border-radius:5px;
  font-size: 14px;
  color:#FF171F;
  padding:2px 11px;
  margin-left: 30px;
  position: relative;
  top: -5px;
}

.fb__content #content1 , .fb__content #content2{
  display: none;
}

.fb__content #content1.current{
  display: block;
}

.fb__content #content2.current{
  display: block;
}

.inview5{
  opacity: 0;
  transition: 0.4s;
}
.inview5.show5{
  opacity: 1;
}

.arrow__link--abo{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 26px;
  display: inline-flex;
  align-items: center;
  background: white;
  font-size: 15px;
  text-decoration: none;
  padding: 9px 22px;
  transition: 0.4s;
  color: black;
}

.arrow__link--abo.red{
  background: #EC1A23;
  color: white;
}

.title__flex{
  width: 100%;
  position: relative;
}

.title__flex.nv__size{
  margin-top: 0;
}

.arrow__link--abo img{
  width: 35px;
  display: block;
  margin-left: 14px;
  transition: 0.4s;
}

.arrow__link--abo:hover img{
  transform: translateX(5px);
}

.page__section.feature-sec5{
  padding-top: 150px;
}

.page__section.feature-sec5 .title__flex{
  margin-top: 0;
}

.faq__area{
  margin-top: 40px;
}

.faq__row{
  border-bottom: 1px solid #FF171F;
  padding:22px 10px;
  cursor: pointer;
}

.faq__row p.faq__q{
  font-size: 15px;
  position: relative;
  padding-right: 50px;
  margin: 0;

  font-weight: bold;
}

.faq__row p.faq__q:before{
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #FF171F;
}

.faq__row p.faq__q:after{
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #FF171F;
  transition: 0.4s;
}

.faq__row.open p.faq__q:after{
  transform: translateY(-50%) rotate(0deg);
}

.faq__row .faq__a{
  font-size: 13px;
  margin:15px 0 0;
  display: none;
}

.faq__row div.faq__a p{
  margin:0;
}

.faq__row div.faq__a img{
  max-width: 100%;
  display: block;
  margin:20px 0; 
}

.faq__row div.faq__a a{
  transition: 0.4s;
  color:#FF171F;
}

.faq__row div.faq__a a:hover{
  opacity: 0.6;
}

.faq__wrap{
  width: 1080px;
  max-width: 100%;
  display: block;
  margin:0 auto;
}

.faq__category{
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  padding:0 20px;
}

.faq__category a{
  width: 22%;
  display:block;
  text-decoration: none;
  color:black;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #FF171F;
  position: relative;
  margin-bottom: 40px;
  padding-right: 35px;
  line-height: 1.5;
  box-sizing: border-box;
}

.faq__category a:nth-child(1) , 
.faq__category a:nth-child(5) ,
.faq__category a:nth-child(9) ,
.faq__category a:nth-child(13){
  margin-right: 2.3%;
} 

.faq__category a:nth-child(2) , 
.faq__category a:nth-child(6) ,
.faq__category a:nth-child(10) ,
.faq__category a:nth-child(14){
  margin-right: 1.8%;
  margin-left: 1.8%;
} 

.faq__category a:nth-child(3) , 
.faq__category a:nth-child(7) ,
.faq__category a:nth-child(11) ,
.faq__category a:nth-child(15){
  margin-right: 1.8%;
  margin-left: 1.8%;
} 

.faq__category a:nth-child(4) , 
.faq__category a:nth-child(8) ,
.faq__category a:nth-child(12) ,
.faq__category a:nth-child(16){
  margin-left: 2.3%;
} 

.faq__category a:after{
  content: '';
  position: absolute;
  right: 0;
  top: -2px;
  width: 27px;
  height: 27px;
  background-image: url('img/arrow9.png');
  background-size: cover;
  transition: 0.4s;
}

.faq__category a:hover:after{
  transform: translateY(5px);
}

.faq__title{
  font-size:32px;
  font-weight: bold;
  margin:150px 0 10px;
}

.page__ver .faq__row p.faq__q{
  padding-left: 40px;
  font-size: 16px;
}

.page__ver .faq__row div.faq__a{
  padding-left: 40px;
  padding-right: 50px;
  font-size: 16px;
  position: relative; 
  margin-top: 22px;
}

.page__ver .faq__row div.faq__a:before{
  content: 'A';
  font-family: "calibri", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color:black;
  position: absolute;
  left: 1px;
  top: -12px;
}


.page__ver .faq__row{
  position: relative;
  padding:26px 0;
}

.page__ver .faq__row:before{
  content: 'Q';
  font-family: "calibri", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 12px;
  color:#FF171F;
}

.sh__flex{
  display: flex;
  margin-top: 180px;
}

.sh__left{
  width: 850px;
}

.sh__left img{
  width: 100%;
  display: block;
  margin-bottom: 7px;
}

.sh__right{
  width: calc(100% - 850px);
  box-sizing: border-box;
  padding-left:70px ;
}

.shr__1{
  margin:0 0 14px;
}

.shr__1 span{
  background: #EC1A23;
  border-radius: 3px;
  color:white;
  padding:3px 7px;
  font-size: 13px;
  display: inline-block;
}

.shr__2{
  font-size: 32px;
  margin:0 0 35px;
  font-weight: bold;
  line-height: 1.5;
}

.shr__3{
  font-size: 18px;
  margin:0 0 70px;
}

.shr__3 span{
  font-size: 16px;
  color:#EC1A23;
}

.sh__address{
  border-radius: 5px;
  background: white;
  padding:30px 27px;
}

.shr__4{
  margin:0 0 4px;
  color:#35322F;
  opacity: 0.8;
  font-size:13px;
}

.shr__5{
  margin:0 0 8px;
  font-size: 16px;
}

.shr__6{
  display: inline-flex;
  color:#EC1A23;
  font-size: 13px;
  text-decoration: none;
  align-items: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.shr__6 img{
  width: 11px;
  height: auto;
  display: block;
  margin-right: 7px;
}

.shr__7{
  font-size: 12px;
  color:#EC1A23;
  margin:0 0 24px;
}

.shr__7 span{
  display: inline-block;
  border:1px solid #EC1A23;
  border-radius: 12px;
  padding:1px 11px;
  margin-right: 10px;
}

.shr__8{
  margin:0 0 4px;
  color:#2C2728;
  opacity: 0.8;
  font-size:13px;
}

.shr__9{
  font-size: 16px;
  margin: 0;
}

.shr__9 span{
  font-size: 20px;
   color:#EC1A23;
}

.shr__10{
  font-size: 12px;
  color:#2C2728;
  margin:0 0 24px;
}

.shr__11{
  margin:0;
  color:#2C2728;
  opacity: 0.8;
  font-size:13px;
}

.shr__12{
  font-size: 25px;
  color:#EC1A23;
  display: inline-block;
}

.sh__right .arrow__link{
  width: 260px;
  margin-left: 0;
  margin-top: 42px;
}

.title__flex h2.faq__sectitle{
  text-align: center;
  font-size: 70px;
  color:#FF171F;
  margin:250px 0 10px;
  font-weight: 300;
  line-height: 1.2;
}

.title__flex h2.faq__sectitle.display{
  margin-top: 180px;
}

.section__sub{
  text-align: center;
  font-size: 16px;
  margin: 0;
}

.section__sub.mb__plus{
  margin-bottom: 80px;
}

.half.plus__info{
  width:350px;
  max-width: 100%;
}

.wcd__section{
  width:1280px;
  display: block;
  margin:0 auto 100px;
  max-width: 100%;
}

.reason__flex.type2 img{
  width: 100%;
  display: block;
  margin:24px 0 30px;
}

.reason__flex.type2 h3{
  font-size: 24px;
  text-align: center;
  margin: 0;
  color:#EC1A23;
}

.reason__flex.type2 .rf__col{
  padding-bottom: 100px;
}

.display__area{
  margin-top: 90px;
}

.product__item.display{
  border-radius: 10px;
  padding: 60px;
  border:1px solid #FF171F;
  position: relative;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product__item.display .display__left{
  width: 50%;
  box-sizing: border-box;
  padding-right: 25px;
}

.product__item.display .display__left img{
  width: 100%;
  height: auto;
}

.product__item.display .display__right{
  width: 50%;
  box-sizing: border-box;
  padding-left: 25px;
}

.product__item.display .display__info a{
  font-size: 13px;
  color:#EC1A23;
  text-decoration: none;
  border:1px solid #EC1A23;
  border-radius: 14px;
  padding:2px 12px;
  display: inline-block;
  margin-bottom: 30px;
}

.product__item.display .display__info{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product__item.display .display__info .product__text1{
  margin: 0;
}

.product__item.display h3{
  font-size: 28px;
  line-height: 1.4;
  margin:0 0 23px;
}

.product__item.display .product__text2{
  margin: 0;
  font-size: 14px;
  color:#2C2728;
  opacity: 0.6;

}

.product__item.display .product__text3{
  font-size: 16px;
  color:#2C2728;
  margin:0 0 10px;
}

.product__item.display .product__text4{
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  color:#2C2728;
  opacity: .6;
}

.arcase__flex{
  display: flex;
  justify-content: space-between;
}

.arcase__flex .arcase__left{
  width:280px;
  box-sizing: border-box;
  padding-right: 30px;
  position: sticky;
  top: 130px;
  left: 0;
  height: 100%;

}

.arcase__flex .arcase__right{
  width: calc(100% - 280px);
}

.arcase__flex .arcase__left h3{
  font-size: 16px;
  color:#888;
  margin:0 0 25px;
}

.arcase__category p{
  margin:0 0 15px;
}

.arcase__category p a{
  transition: 0.4s;
  font-size: 14px;
  color:#888;
  text-decoration: none;
  border: 1px solid #888;
  border-radius: 17px;
  padding:4px 19px;
  display: inline-block;
}

.arcase__category p a:hover{
  background: #EC1A23;
  color:white;
  border-color: #EC1A23; 
}

.arcase__category p a.current{
  background: #EC1A23;
  color:white;
  border-color: #EC1A23;
  pointer-events: none;
}

.arcase__link{
  display: block;
  text-decoration: none;
  color:#2C2728;
  margin-bottom: 100px;
}

.arcase__link .arl__flex{
  margin-top: 30px;
  display: flex;
}

.arcase__link .arl__flex .arl__left{
  width: 62%;
}

.arcase__link .arl__flex .arl__right{
  width: 38%;
  box-sizing: border-box;
  padding-left: 40px;
}

.ar__category{
  display: flex;
  flex-wrap: wrap;
}

.ar__category p{
  margin: 0;
}

.ar__category p a{
  font-size: 12px;
  color:#EC1A23;
  border:1px solid #EC1A23;
  border-radius: 15px;
  padding:2px 12px;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 5px;
}

.ar__category p a:hover{
  background: #EC1A23;
  color:white;
  opacity: 1;
}

.arcase__link .arl__flex .arl__left h3{
  margin:20px 0 27px;
  font-size: 26px;
  font-weight: bold;
}

.arcase__link a{
  text-decoration: none;
  color:#2C2728;
  display: block;
  transition: 0.4s;
}

.arcase__link a:hover{
  opacity: 0.6;
}


.arcase__link .arl__flex .arl__left p.excerpt{
  margin:0;
  font-size: 16px;
  color:black;
}

.arcase__link .arl__flex .arl__right p.cal{
  font-size: 15px;
  font-weight: bold;
  color:#888;
  margin:0 0 10px;
}

.arcase__link .arl__flex .arl__right p.location__text{
  font-size: 14px;
  color:#35322F;
  margin:0 0 32px;
}

.arcase__link .arl__flex .arl__right p.link{
  font-size: 14px;
  margin:0 0 4px;
}

.arcase__link .arl__flex .arl__right p.link a{
  transition: 0.4s;
  color:#EC1A23;
  text-decoration: underline;
}

.arcase__link .arl__flex .arl__right p.link a:hover{
  opacity: 0.6;
}

.slider__area.archive__slider{
  margin-top: 220px;
}

.arfaq__area{
  margin-top: 140px;
}

.title__flex.faq__ver h2{
  width: 330px;
}

.title__flex.faq__ver p{
  width: calc(100% - 330px);
}

.title__flex.faq__ver{
  box-sizing: border-box;
  margin: 0;
  padding-right: 300px;
  margin-bottom: 40px;
}

.abo__btn{
  width: 270px;
  
  position: absolute;
  right:0;
  top:50%;
  transform: translateY(-50%);
}

.abo__btn a{
  width: 100%;
  padding-left: 25px;
}

.works__content{
  margin-top: 65px;
}

.works__content figure{
  margin-bottom: 10px;
}

.works__content figure img{
  max-width: 100%;
  height: auto;
}

.works__content .wp-block-columns{
  gap:10px;
}

.point h4{
  margin:20px 0;
  font-size: 16px;
  font-weight: bold;
  color:#35322F;
}

.point h4 span{
  display: inline-block;
  background: #EBEBEB;
  padding:0 6px;
}

.point p{
  font-size: 16px;
  font-weight: bold;
  color:black;
}

.archive__product__flex.news__ver .product__item p.excerpt{
  font-size: 16px;
  margin: 0;
}

.arcase__link .cs__slider img{
  width: 100%;
  height: 580px;
  object-fit: cover;
}

.arcase__link.single__col .arl__flex{
  margin-top: 0;
}

.w__size.arrow__link2{
  width: 270px;
}

.left__space.mt__plus{
  margin-top: 250px;
}

.nv__size.title__flex h2{
  font-size: 70px;
}

.nv__text{
  font-size: 15px;
  margin:10px 0 35px;
}

.arrow__link.white.left{
  margin-left: 0;
}

.arrow__link.white.left.mt0{
  margin-top: 0;
}

.nv__flex{
  display: flex;
}

.nv__left{
  width: 550px;
  padding-right: 100px;
  box-sizing: border-box;
}

.nv__right{
  width: calc(100% - 550px);
  margin-top: 60px;
}

.nv__right .product__item h3 {
  margin-top: 5px!important;
}

.nv__right .prev-arrow{
  display: none!important;
}

.nv__right .archive__product__flex.slick__ver.news__ver .next-arrow{
  top: 36%;
}

.nv__right .slick__ver.archive__product__flex{
  margin-top: 0;
}


.pick__circle{
  position: absolute;
  right: 40px;
  top: -312px;
  width: 191px;
  height: auto;
  z-index: 2;
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.title__flex h2.size2{
  font-size: 80px;
  margin-bottom: 10px
}

.logo__slider.position2{
  margin-top: 70px;
  margin-bottom: -155px;
}

.logo__slider.position2.type2{
  margin: 0!important;
  margin-top: -150px!important;
  position: relative;
  top: 340px;
}

.date{
  font-size: 14px;
  color:#35322F;
  opacity: 0.6;
  margin: 0;
}

div.category{
  display: flex;
  justify-content: space-between;
}

.arrow__link.works__link{
  padding-left: 25px;
}

.fir__flex{
  display: flex;
  justify-content: end;
}

.fir__flex p{
  text-align: left;
  margin-left: 20px;
}

.product__item.display .display__info a{
  margin-bottom: 0;
}

.product__item.display .display__info{
  margin-bottom: 30px;
}

.product__item.display .display__right .arrow__link.white{
  margin-top: 32px;
}

.page__section.display{
  background-image: url('img/feature/page-bg2.jpg');
  background-size: cover;
  background-position: center;
  padding-bottom:100px;
  position: relative;
  z-index: 3;

}

.last__section.space{
  margin-top: -60px;
}

.title__flex.mt0{
  margin-top: 0!important;
}

.rel3.left__space.mt__plus{
  position: relative;
  z-index: 10;
  margin-bottom: -170px;
}

.single__content.fb__ver .single__left{
  width: calc(590px + 10%);
  position: relative;
  top: 0;
  height: auto;
}

.single__content.fb__ver .single__right{
  width: calc(100% - 590px - 10%);
}

.fb__text1{
  margin: 0;
  font-size: 14px;
  color:#EC1A23;
  font-weight: bold;
  line-height: 1.8;
}

.fb__text1 span{
  display: inline-block;
  border:1px solid #EC1A23;
  border-radius: 5px;
  padding:0 14px;
}

.fb__text2{
  margin:34px 0 10px ;
  font-size: 32px;
  line-height: 1.6;
}

.fb__text2 span{
  color:#EC1A23;
}

.fb__text3{
  color: #888;
  opacity: 0.8;
  font-size: 16px;
  margin:0 0 40px;
}

.fb__text4{
  font-size: 17px;
  margin:0 0 50px;
}

.fb__text4 span{
  color:#EC1A23;
}

.arrow__link.left.size2{
  margin-left: 0;
  width: 270px;
  padding-left: 43px;
}

.arrow__link.left.size2:hover{
  opacity: 1;
}

.arrow__link.left.size2:hover:after{
  transform: translateY(-50%) translateX(5px);
}

.single__content.fb__ver{
  align-items: center;
  min-height: auto;
}

.single__section.fb__ver{
  background: #F8F5EE;
  position: relative;
}

.single__section.fb__ver:before{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 75vw;
  background-image: url('img/builder/bg2.jpg');
  background-size: cover;
  background-position: center;
}

.single__section.fb__ver.magazine:before{
  height: 1140px;
}

.page__bg.fb__ver{
  padding-top: 200px;
  padding-bottom: 0;
  margin-top: 0;
  background: #F8F5EE;
}

.anker__area.fb__ver{
  justify-content: center;
  margin-top: 350px;
}

.anker__area.fb__ver a:nth-child(2){
  margin:0 50px;
}

.topcase__area{
  margin-top: 165px;
}

.topcase__flex{
  display: flex;
}

.topcase__left{
  width: 440px;
  padding-right: 80px;
  box-sizing: border-box;
}

.topcase__right{
  width: calc(100% - 440px);
}

.title__flex h2.size3{
  font-size: 40px;
}

.topcase__left h3{
  font-size: 32px;
  margin:20px 0 30px;
  line-height: 1.4;
}

.topcase__left p{
  font-size: 15px;
  margin: 0;
}

.tcr__slider .prev-arrow{
  width: 87px;
  position: absolute;
  left: -440px;
  top:80%;
  cursor: pointer;
}

.tcr__slider .next-arrow{
  width: 87px;
  position: absolute;
  left: -340px;
  top:80%;
  cursor: pointer;
}

.topcase__right{
  position: relative;
  padding:125px 0;
}

.topcase__right:before{
  content: '';
  width: calc(100% - 85px);
  height: 100%;
  background-image: url('img/builder/bg.jpg');
  position: absolute;
  right: 0;
  top:0;
}

.topcase__right .tcr__item{
  background: white;
  border-radius: 10px;
  padding:60px 75px;
  position: relative;
  margin-right: 50px;
}

.topcase__right .tcr__item:before{
  content: '';
  width: 33px;
  height: 42px;
  position: absolute;
  left: 35px;
  bottom: -24px;
  background-image: url('img/builder/deco.png');
  background-size: cover;
  background-position: center;
}

.topcase__right .tcr__item p{
  font-size: 26px;
  margin: 0;
}

.topcase__right .slick-list{
  padding:30px 0;
}

.p-reason__flex .p-reason__right p span{
  font-size:14px;
  color:#888;
  display: inline-block;
  line-height: 1.5;
}

.p-reason__flex .p-reason__right h3.space1{
  margin-top: 40px;
}

.p-reason__flex .p-reason__right h3.space2{
  margin-top: 20px;
}

.for-builder header a h1{
  color:#EC1A23;
}

.nr__link{
  display: flex;
  position: relative;
}

.sauna__size{
  position: absolute;
  right: 0;
  bottom: -130px;
  font-size: 42px;
  color: rgba(202, 182, 158, 0.8);
  margin: 0;
  line-height: 1.2;
  display: inline-block;
  text-decoration: none;
  transition: 0.4s;
  letter-spacing: -0.02em;
}

.sauna__size:hover{
  opacity: 0.6;
}

.nrl__col{
  width: 320px;
  max-width: 45%;
}

.arrow__link.white.mt0{
  margin-top: 0!important;
}

.arrow__link.white.mt0.btn1{
  padding-left: 70px;
}

.toplink__flex.mt__plus a.news__link.btn2{
  padding-left: 28px;
}

.toplink__flex.mt__plus a.news__link.btn2:hover{
  opacity: 1;
}

.toplink__flex.mt__plus a.news__link.btn2:hover:after{
  transform: translateY(-50%) translateX(5px);
}

.color .title__flex p{
  max-width: 620px;
  color:black
}

.color .title__flex p span{
  font-size: 14px;
  color:#888;
  display: inline-block;
  margin-top: 10px;
}

.pageV.color{
  background: #F8F5EE;
  padding:145px 0 100px;
}

.pageV.color .breadarea span{
  color:black;
}

.color .title__flex{
  align-items: end;
}

.color .breadarea{
  margin-bottom: 75px;
}

.contact__section1{
  background-image: url('img/bg3.jpg');
  background-size: cover;
  background-position: center;
  padding:70px 0;
}

.contact__section1 .contact__flex{
  display: flex;
  justify-content: space-between;
}

.contact__section1 .contact__col{
  width: 48.44%;
  background: white;
  text-align: center;
  box-sizing: border-box;
  padding:44px 10px;
  text-align: center;
}

.contact__section1 .contact__col h3{
  font-size: 30px;
  color:#FF171F;
  margin:0 0 30px;
}

.contact__section1 .contact__col a{
  width: 460px;
  display: block;
  margin:0 auto;
  box-sizing: border-box;
  color:white;
  font-size: 24px;
  background-image: url('img/contact/bg1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background: #FF171F; */
  padding:20px 0;
  max-width: 100%;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.4s;
}

.contact__section1 .contact__col a.tel__link{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  padding:6px 0;
  margin-bottom: 45px;
}

.contact__section1 .contact__col a.tel__link img{
  width: 27px;
  margin-right: 8px;
}

.contact__section1 .contact__col a:hover{
  opacity: 0.6;
}

.contact__section1 .contact__col p{
  font-size: 16px;
  margin:30px 0 0;
  line-height: 1.7;
  color:#2C2728;
  font-weight: 500;
}

.contact__section2{
  padding:110px 0;
}

.circle__flex{
  display: flex;
  justify-content: center;
}

.circle__flex .circle__col{
  width: 205px;
  height: 205px;
  box-sizing: border-box;
  text-align: center;
  border:1px solid #FF171F;
  border-radius: 50%;
  position: relative;
}

.circle__flex .circle__col .circle__num{
  font-size: 18px;
  margin: 0;
  color:#FF171F;
  font-weight: bold;
  padding:42px 0 14px;
}

.circle__flex .circle__col .circle__text{
  font-size: 20px;
  margin: 0;
  color:#FF171F;
  font-weight: bold;

}

.circle__flex .circle__col:nth-child(2){
  margin:0 100px;
}

.circle__flex .circle__col:nth-child(2):before{
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background: #FF171F;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
}

.circle__flex .circle__col:nth-child(2):after{
  content: '';
  position: absolute;
  width: 60px;
  height: 2px;
  background: #FF171F;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
}

.contact__form .form__box{
  background: white;
  width: 100%;
  box-sizing: border-box;
  padding:80px 130px;
  margin-top: 100px;
  color:#2C2728;
}

.contact__section2{
  background: #F8F5EE;
}

.contact__form .form__box h3{
  font-size: 28px;
  margin:0;
  padding-bottom: 5px;
  border-bottom:2px solid #FF171F;
}

.contact__form .form__box h4{
  margin:50px 0 25px;
  position: relative;
  font-size: 20px;
  padding-left: 17px;
  line-height: 1.2;
}

.contact__form .form__box h4 span.must ,.contact__form .form__box h4 span.option {
  font-size: 12px;
  color:white;
  background: #FF171F;
  font-weight: 500;
  padding:4px 7px;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  top: -3px;
  margin-left: 12px;
}

.contact__form .form__box h4:before{
  content: '';
  position: absolute;
  left: 2px;
  top: 0;
  width: 6px;
  height: 22px;
  background:#FF171F;
  border-radius: 3px;
}

.radio2 p{
  margin: 0;
}

.radio2 p span.wpcf7-radio .wpcf7-list-item{
  margin: 0;
  display: block;
  font-size:17px;
  font-weight: 500;
}

/* ラジオボタン風のaタグ装飾 */
.answer.radio1 p a{
  display: inline-flex;
  align-items: center;
  margin: 2px 0;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  min-width: 200px;
  font-size:17px;
  font-weight: 500;
}

.answer.radio1 p a::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 2px solid #333;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #fff;
  transition: all 0.3s ease;
  box-sizing: border-box;
  flex-shrink: 0;
}

/* 現在のページ（currentクラスが追加された場合） */
.answer.radio1 p a.current {
  color: #333;
  pointer-events: none;
}

.answer.radio1 p a.current::before {
  border-color: #333;
  background-color: #FF171F;
}

/* Contact Form 7 ラジオボタンの装飾 */
.wpcf7-radio {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.wpcf7-radio input[type="radio"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #333;
  border-radius: 50%;
  background-color: #fff;
  margin:2px 0;
  margin-right: 7px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  top: 4px;
}

.wpcf7-radio input[type="radio"]:checked {
  border-color: #333;
  background-color: #FF171F;
}

.wpcf7-radio input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FF171F;
}

.wpcf7-radio input[type="radio"]:hover {
  border-color: #333;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.wpcf7-radio label {
  cursor: pointer;
  color: #333;
  margin: 0;
}

/* チェックボックスのスタイル */
.wpcf7-checkbox input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #333;
  border-radius: 3px;
  background-color: #fff;
  margin: 2px 0;
  margin-right: 7px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  top: 4px;
}

.wpcf7-checkbox input[type="checkbox"]:checked {
  border-color: #333;
  background-color: #FF171F;
}

.wpcf7-checkbox input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

.wpcf7-checkbox input[type="checkbox"]:hover {
  border-color: #333;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.wpcf7-checkbox label {
  cursor: pointer;
  color: #333;
  margin: 0;
}

.row{
  display: flex;
}

.row p:nth-child(1){
  width: 140px;
}

.row p:nth-child(2){
  width: calc(100% - 140px);
}

.answer .calender input{
  width: 267px;
  font-size: 14px;
  font-weight: 500;
  box-sizing: border-box;
  padding:7px 22px;
  color:#2C2728;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

.answer .calender{
  position: relative;
}

.answer .calender p{
  margin: 0;
}

.answer .calender select{
  width: 267px;
  font-size: 14px;
  font-weight: 500;
  box-sizing: border-box;
  padding:10px 22px;
  color:#2C2728;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
}

.answer .calender.time::after{
  content: "▼";
  position: absolute;
  right: 448px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #2C2728;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

.answer .calender p.text{
  position: relative;
  top: 5px;
  width: 130px;
  box-sizing: border-box;
}

.answer .calender p.text.space{
  padding-left: 13px;
  top: 6px;
}

.answer .calender.time{
  margin:15px 0 30px;
}

.row.radio-flex{
  margin:48px 0 0;
}

.row.radio-flex p{
  margin: 0;
}

.row.radio-flex p:nth-child(1){
  width: 130px;
}

.row.radio-flex .wpcf7-form-control.wpcf7-radio{
  display: flex;
  align-items: center;
}

.row.radio-flex .wpcf7-form-control.wpcf7-radio .wpcf7-list-item{
  margin:0;
  margin-right: 20px;
}

p.caution{
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
  margin:35px 0 0;
}

.form__box textarea{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500; 
  font-size: 14px;
  width: 100%;
  height: 280px;
  resize: none;
  box-sizing: border-box;
  border:1px solid #2C2728;
  padding:12px 18px;
  line-height: 1.6;
}

.row__left{
  width:280px;
  margin:70px 0 0;
}

.row__right{
  width: calc(100% - 280px);
  margin:70px 0 0;
}

.contact__form .form__box .row__left h4{
  margin: 0;
  position: relative;
  top: 8px;
}

.row__right p{
  width: 100%!important;
  margin: 0;
}

.row__right input{
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  border: 1px solid #2C2728;
  box-sizing: border-box;
  padding:9px 18px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.row__right p.zip1{
  font-size: 16px;
  margin:6px 0 8px;
}

.row__right .zip2 input{
  width: 300px;
  margin: 0!important;
}

.row__right .zip2{
  display: flex;
  align-items: center;
}

.row__right .zip2 p{
  width: auto!important;
}

.row__right .zip2 p.black{
  width: 100px!important;
  text-align: center;
  background:#2C2728;
  font-size: 14px;
  color:white;
  border-radius: 5px;
  padding:9px 0;
  margin-left: 10px;
}

.row__right p.zip3{
  font-size: 16px;
  margin: 26px 0 6px;
}

p.pr__1{
  font-size: 16px;
  color:#969696;
  margin:38px 0 20px;
}

p.pr__1 a{
  color:#FF171F;
  text-decoration: none;
  display: inline-block;
  padding-right: 14px;
  position: relative;
  transition: 0.4s;
}

p.pr__1 a:hover{
  opacity: 0.6;
}

p.pr__1 a::after{
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('img/contact/link.png');
  background-size: cover;
  background-position: center;
}

.check{
  margin: 0;

}

.check .wpcf7-list-item{
  margin-left: 0;
}

.check .wpcf7-list-item label{
  font-size: 16px;
  font-weight: 500;
  color:#969696;
}

.submit{
  width: 300px;
  position: relative;
  margin:50px auto 0;
}

.submit:after{
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  background-image: url('img/arrow2.png');
  background-size: cover;
  background-position: center;
  right: 20px;
  top:9px;
  z-index: 2;
  pointer-events: none;
  transition: 0.4s;
}

.submit:hover:after{
  transform: translateX(5px);
}

.submit p{
  margin: 0;
}

.submit p input{
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  border: 0;
  background: white;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  color:#FF171F;
  border-radius: 26px;
  padding:15px 0;
  box-sizing: border-box;
  padding-right: 30px;
  cursor: pointer;
}

.contact__form .form__box h4 span.option{
  background: #969696;
}

.title__flex.end{
  margin-top: 10px;
}

.title__flex.end p{
  top: 30px;
}

.contact__form input::placeholder, .contact__form textarea::placeholder , .contact__form select::placeholder{
  color:#888;
}

.zip4 input{
  width: 300px!important;
  max-width: 100%!important;
}

.bar{
  font-size: 17px;
  position: relative;
  font-weight: 500;
  color: #2C2728;
  padding-left: 30px;
  margin:27px 0 7px!important;
}

.bar:before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background: #FF171F;
}

p.caution.type2{
  margin:10px 0 0;
}

.ip input{
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  border: 1px solid #2C2728;
  box-sizing: border-box;
  padding: 9px 18px;
  line-height: 1.6;
  margin-top: 5px;
}

.row p.w100{
  width: 100%!important;
}

.row.radio-flex.type2{
  margin: 0;
}

p.caution.type2 a{
  color: #2C2728;
}

.ip{
  margin: 0;
}

.checkbox .wpcf7-list-item{
  display: block;
  margin:0 0 2px;
  font-size: 17px;
  font-weight: 500;
}

.form__box .checkbox textarea{
 height: 72px; 
}

.form__box .checkbox p.caution.type2{
  margin-top: 5px;
}

.contact__form .form__box h4 span.size{
  font-size: 14px;
}

.other p{
  margin-bottom: 0;
}

.confirm .answer .calender.time::after{
  display: none;
}

.confirm .answer .calender p.text{
  top: 0;
}

.confirm .answer .calender p.text.space{
  top:1px;
}

.confirm .contact__form .form__box .row__left h4{
  top: 0;
}

.confirm .check{
  display: none;
}

.submit.submit__flex{
  display: flex;
  width: 650px;
  justify-content: space-between;
  margin-top: 80px;
}

.submit.submit__flex p{
  width: 300px;
}

.submit.submit__flex p.back input{
  padding-right: 0;
  background: gray;
  color:white;
  transition: 0.4s;
}

.submit.submit__flex p.back input:hover{
  opacity: 0.7;
}

.page__section.feature-sec5.confirm{
  padding-top: 0;
}

.confirm .submit p input{
  padding-right: 12px;
}

.confirm .submit:after{
  display: none;
}

.submit.submit__flex p{
  position: relative;
}

.submit.submit__flex p.send:after{
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  background-image: url(img/arrow2.png);
  background-size: cover;
  background-position: center;
  right: 20px;
  top: 9px;
  z-index: 2;
  pointer-events: none;
  transition: 0.4s;
}

.submit.submit__flex p.send:hover:after{
  transform: translateX(5px);
}
/* 
.confirm .wpcf7-spinner{
  display: none;
} */

.color.confirm .breadarea{
  margin-bottom: 0;
}

.pageV.color.confirm{
  padding-bottom: 0;
}

p.caution.type2 a{
  transition: 0.4s;
}
p.caution.type2 a:hover{
  opacity: 0.6;
}

.fl__flex{
  display: flex;
  margin-top: 75px;
}

.fl__flex .flf__col{
  width: 33.33333333333333%;
  background: #A02A2A;
  text-align: center;
  padding:65px 0 ;
}

.fl__flex .flf__col.color2{
  background: #952A2A;
}

.fl__flex .flf__col.color3{
  background: #8F2424;
}

.fl__flex .flf__col .fa__1{
  font-size: 20px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:white;
  text-decoration: none;;
  line-height: 1.35;
  margin: 0;
}

.fl__flex .flf__col.color2 .fa__1{
  box-sizing: border-box;
  padding-bottom: 5px;
}

.fl__flex .flf__col .fa__2{
  font-size: 14px;
  color:white;
  text-align: center;
  margin:19px 0 0;
  padding-top: 19px;
  position: relative;
  font-weight: 500;
  line-height: 1.9;
}

.fl__flex .flf__col .fa__2:before{
  content: '';
  top: 0;
  left: 50%;
  width: 20px;
  height: 1px;
  background: white;
  position: absolute;
  transform: translateX(-50%);
}

.fl__flex .flf__col a{
  text-decoration: none;
  color:white;
}

.fl__flex .flf__col a.tel__link{
  text-decoration: underline;
}

.fl__flex .flf__col a{
  transition: 0.4s;
}

.fl__flex .flf__col a:hover{
  opacity: 0.6;
}

.form__box .hidden{
  visibility: hidden;
  height: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
}

.form__box .hidden p{
  margin: 0;
}

.magazine .single__left h2{
  font-size: 120px;
  color:#CAB69E;
  font-weight:300;
  line-height: 1;
  letter-spacing: -0.02em;
}

.ma__text1{
  font-size: 15px;
}

.single__content.fb__ver.magazine .single__left{
    width:100%;
    box-sizing: border-box;
}

.single__content.fb__ver.magazine .single__left p.ma__text{
  font-size:15px;
  margin:0;
}

.sauna__slick a{
  display: flex!important;
  background: white;
  box-sizing: border-box;
  padding:20px;
  text-decoration: none;
  color:black;
  transition: 0.4s;
  margin-right: 40px;
  width: 890px;
}

.sauna__slick a:hover{
  opacity:0.9;
}

.sauna__slick a .ss__left{
  width: 50%;
  box-sizing: border-box;
  padding-right: 15px;
  display: flex;
  align-items: stretch;
}

.sauna__slick a .ss__left img{
  width: 100%;
  height: 414px;
  object-fit: cover;
  margin: 0;
}

.sauna__slick a .ss__right{
  width: 50%;
  box-sizing: border-box;
  padding-left: 15px;
}

.sauna__slick a .ss__right .ssr1{
  display: flex;
  align-items: center;
}

.sauna__slick a .ss__right .ssr1 p.ssr1__1{
  font-size: 13px;
  color:#959394;
  margin:0;
  width:95px;
  position: relative;
  top: 2px;
}

.sauna__slick a .ss__right .ssr1 p.ssr1__2{
  font-size:12px;
  margin:0;
  color:#EC1A23;
  border: 1px solid #EC1A23;
  padding:2px 10px;
  border-radius: 12px;
}

.sauna__slick a .ss__right h3{
  font-size: 26px;
  line-height: 1.5;
  margin:45px 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sauna__slick a .ss__right p.ma__text2{
  font-size:16px;
  margin:0;
  color:#686566;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sauna__slick a .ss__right .ssr2 p{
  font-size:14px;
  color:#888;
  margin:80px 0 0;
}

.sauna__slick{
  padding-left: 100px;
  margin-top: 75px;
  width: calc(100% + 70px);
  box-sizing: border-box;
}

.sauna__slick .slick-slide{
  display: flex;
  align-items: stretch;
  height: auto;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.sauna__slick .slick-slide.slick-cloned{
  opacity: 1;
}

.sauna__slick .slick-slide > a{
  display: flex!important;
  width: 100%;
  align-items: stretch;
}

.ta__area{
  width: 100%;
  background-image: url('img/sauna/sauna-bg.png');
  background-size: cover;
  padding:100px 0;
  margin-top: 27vw;
}

.ta__area.type2{
  margin-top: 240px;
}

.tas__flex{
  width: 1078px;
  max-width: 100%;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:0 auto;
}

.tas__flex a{
  width: calc(50% - 15px);
  background: white;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  text-decoration: none;
  color:black;
  display: flex;
  margin-bottom: 30px;
  transition: 0.4s;
}

.tas__flex a:hover{
  opacity: 0.7;
}

.tas__flex a img{
  width: 154px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
}

.tas__flex a .no__img{
  width: 154px;
  height: 120px;
  background: #ED1C24;
  border-radius: 10px;
  position: relative;
}

.tas__flex a .no__img img{
  width:90px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50%;
}

.tas__flex a div.tas__content{
  box-sizing: border-box;
  position: relative;
  padding-left: 18px;
  padding-right: 70px;
  width: calc(100% - 154px);
}

.tas__flex a div.tas__content .tas__1{
  font-size: 15px;
  margin: 0;
  line-height: 1.5;

}

.tas__flex a div.tas__content .tas__2{
  position: absolute;
  left: 18px;
  bottom: 0;
  font-size: 12px;
  color:#EC1A23;
  text-decoration: underline;
  margin: 0;
}

.tas__flex a div.tas__content:after{
  content: '';
  position: absolute;
  right: 53px;
  top: 0;
  width: 1px;
  height: 100%;
  background-image: url('img/sauna/bar.png');
  background-repeat: repeat-y;
  background-size: contain;
}

.tas__flex a div.tas__content img{
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

}

.taa1{
  font-size: 40px;
  color:#EC1A23;
  text-align: center;
  margin: 0;
  line-height: 1.6;
  letter-spacing: 0em;
}

.taa2{
  font-size: 16px;
  text-align: center;
  margin:0 0 47px;
}

.sauna__slick .prev-arrow{
  width: 25px;
  position: absolute;
  left:200px;
  bottom: -70px;
  z-index: 10;
  cursor: pointer;
}

.sauna__slick .next-arrow{
  width: 25px;
  position: absolute;
  left: 280px;
  bottom: -70px;
  z-index: 10;
  cursor: pointer;
}

.sauna__slick-counter{
  position: absolute;
  left: 205px;
  bottom: -15px;
  font-size: 26px;
  font-weight: 300;
  color: #333;
  z-index: 10;
  color:#ED1C24;
}

.single__content img.pickup__img{
  position: absolute;
  left: 50%;
  top: 50%;
  width:167px;
  transform: translate(-50%, -50%);
  animation: rotate-center 12s linear infinite;
  margin: 0;
}


.page__section.al__ver{
  padding:100px 0 0;
}

.title__flex.flex__ver h2 , .title__flex.al__ver h2{
  width: 520px;
}

.title__flex.flex__ver p{
  width: calc(100% - 520px);
}

.title__flex.al__ver p.ts__position{
  top: 25px;
}

.alct__flex{
  display: flex;
  margin: 35px 0;
}

.alct__flex p{
  width: 120px; 
  margin: 0;
  font-size:18px;
  font-weight: bold;
  position: relative;
  top: 2px;
}

.alct__flex ul{
  display:flex;
  width: calc(100% - 120px);
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: 1px;
}

.alct__flex ul li{
  margin-right: 12px;
  margin-bottom: 5px;
}

.alct__flex ul.type1 li a{
  font-size:12px;
  color:#EC1A23;
  text-decoration: none;
  border: 1px solid #EC1A23;
	padding:5px 12px;
  border-radius: 13px;
  transition: 0.4s;
}

.alct__flex ul.type1 li a.current{
  color:white;
  background: #EC1A23;
  pointer-events: none;
}

.alct__flex ul.type2 li a.current{
  color:#EC1A23;
  pointer-events: none;
}

.alct__flex ul.type2 li a{
  font-size:14px;
  color:#888;
  text-decoration: none;
  transition: 0.4s;
}

.alct__flex ul.type1 li a:hover{
  color:white;
  background: #EC1A23;
}

.alct__flex ul.type2 li a:hover{
  color:#EC1A23;
}

.al__article{
  display: flex;
  flex-wrap: wrap;
}

.al__article a{
  display: block;
  text-decoration: none;
  margin-bottom: 45px;
  width: 31%;
  color:#2C2728;
  transition: 0.4s;
  background: white;
}

.al__article a:nth-child(1) ,
.al__article a:nth-child(4) ,
.al__article a:nth-child(7) {
  margin-right: 2.3%;
}

.al__article a:nth-child(2) ,
.al__article a:nth-child(5) ,
.al__article a:nth-child(8) {
  margin-right: 1.15%;
  margin-left: 1.15%;
}

.al__article a:nth-child(3) ,
.al__article a:nth-child(6) ,
.al__article a:nth-child(9) {
  margin-left: 2.3%;
  margin-right: 0;
}

.al__article a:hover{
  opacity: 0.7;
}

.al__article a .thm{
  width:100%;
  height: 260px;
  line-height: 1;
}

.al__article a .thm img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.al__article a .no__img{
  width:100%;
  height: 260px;
  position: relative;
  background: #ED1C24;
}

.al__article a .no__img img{
  width:159px;
  height: 159px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ss__left .no__img{
  width: 100%;
  height: 414px;
  position: relative;
  background: #ED1C24;
}

.sauna__slick a .ss__left .no__img img{
  width:200px;
  max-width: 50%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}

.ala__bg{
  width:100%;
  box-sizing: border-box;
  padding:35px 28px;
  background: white;
  margin-top: -10px;
}

.ala__flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ala__flex .ala__1{
  margin: 0;
  font-size: 13px;
  color:#959394;
}

.ala__flex .ala__2{
  margin: 0;
  font-size: 12px;
  color: #EC1A23;
  text-decoration: none;
  border: 1px solid #EC1A23;
  padding: 3px 12px;
  border-radius: 13px;
}

.ala__bg h3{
  font-size: 22px;
  margin:32px 0 12px;
  line-height: 1.4;
  font-weight: bold;
}

.ala__bg .ala__text{
  color:#686566;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 30px;
}

.ala__bg .ala__tag{
  font-size: 12px;
  color:#888;
  margin:30px 0 0;
  line-height: 1.4;
}

.magazine.magazine-paged.single__section{
  min-height: auto;
  padding-bottom: 1px;
}

.magazine.magazine-paged.single__section:before{
  display: none;
}

.magazine.magazine-paged.single__section .breadarea.mb2{
  margin-bottom: 0;
}

.logo__slider.position2.al__ver{
  margin-top: 0;
}

.single__section.fb__ver.magazine{
  padding-bottom: 50px;
}

.sauna__slick .slick-track {
  display: flex!important;
}
.sauna__slick .slick-slide {
  height: auto !important;
}

.single__section.magazine{
  padding-bottom: 0;
}

.magazine-paged .page__section.al__ver{
  padding-top: 0;
}

.sauna__slick a{
  position: relative;
}

.sauna__slick a:after{
  content: '';
    position: absolute;
    width: 46px;
    height: 32px;
    background-image: url(img/arrow3.png);
    background-size: cover;
    right: 24px;
    bottom: 24px;
    transition: 0.4s;
    opacity: 0;
    transform: translateX(-10px);
    z-index: 10;
}
.sauna__slick a:hover:after{
  opacity: 1;
  transform: translateX(0);
}

.sauna__slick a:hover{
  opacity: 1!important;
}







@media screen and (max-width:1500px){

  .rel3.left__space.mt__plus{
    margin-bottom: -120px;
  }

  

  .copy__flex{
    width: calc(100% + 40px);
    left: -20px;
    top: -40px;
    margin-top: 120px;
  }

  .cs__area .wrap3{
    padding-right: 0;
    padding-left: 60px;
    width: 100%;
    box-sizing: border-box;
  }

  .cs__section .cs__area:nth-child(even) .wrap{
    padding-left: 0;
    padding-right: 60px;
  }

  .cs__section .cs__area:nth-child(even) .csa__flex .csa__left{
    padding-left: 60px;
  }

  .cs__section .cs__area:nth-child(even) .csa__flex .csa__left .data__1, .cs__section .cs__area:nth-child(even) .csa__flex .csa__left .data__2{
    left: 60px;
  }

  .csa__flex{
    width: 100%;
    left: 0;
  }

  .category__flex .category__left{
    width: 20%;
  }

  .category__flex .category__right{
    width: calc(80% - 20px);
  }

  .category__flex .category__right ul{
    flex-wrap: wrap;
    justify-content: unset;
  }

  .category__flex .category__right ul li{
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .left__space{
    padding-left: 80px;
  }

  .single__left{
    padding-left: 80px;
  }

  .single__content.fb__ver .single__left{
    width: 45%;
    padding-right: 60px;
  }

  .single__content.fb__ver .single__right{
    width: 55%;
  }
  
  .wrap3{
    padding:0 80px;
  }

  .archive__product__flex.slick__ver .next-arrow{
    right: 75px;
  }

  .sauna__slick{
    width: calc(100% + 60px);
  }

  .sauna__slick-counter{
    left: 150px;
  }



}

@media screen and (max-width:1300px) {

  .nav__right .navr__abo{
    padding:0 50px;
  }

  .nav__left .navl__abo{
    padding:0 20px;
  }
  .footer__info__left{
    width: 37%;
    box-sizing: border-box;
    padding-right: 10px;
  }

  .footer__info__right{
    width: 63%;
  }
}

@media screen and (max-width:1200px) {



  .contact__section1 .contact__col h3{
    font-size: 24px;
  }

  .contact__section1 .contact__col a{
    font-size: 20px;
  }

  .contact__section1 .contact__col a.tel__link{
    font-size: 32px;
  }

  .contact__section1 .contact__col a.tel__link img{
    width: 23px;
  }

  .arrow__link.white.size3{
    width: 340px;
    font-size: 13px;
    padding-left: 15px;
  }

  .contact__section1 .contact__col p{
    font-size: 14px;
  }

  .sh__left{
    width: 60%;
  }

  .sh__right{
    width: 40%;
    padding-left: 40px;
  }

  .shr__2{
    font-size: 24px;
  }

  .shr__3{
    font-size: 16px;
    margin-bottom: 50px;
  }

  .shr__5{
    font-size:14px;
  }

  .shr__8{
    font-size: 12px;
  }

  .shr__9 span{
    font-size: 18px;
  }

  .reason__flex.type2 img{
    margin:20px 0 25px;
  }

  .product__item.display{
    padding:50px 20px;
  }

  .product__item.display .display__info a{
    font-size: 12px;
  }

  .product__item.display .product__text2{
    font-size: 13px;
  }

  .product__item.display h3{
    font-size: 22px;
  }

  .product__item.display .product__text3{
    font-size: 15px;
  }

  .product__item.display .product__text4{
    font-size: 11px;
  }

  .title__flex h2.faq__sectitle.display{
    width: 100%;
  }

  .reason__flex.type2 h3{
    font-size: 20px;
  }

  .shr__9{
    font-size: 15px;
  }

  .shr__12{
    font-size: 20px;
  }

  .logo__slider.position2{
    margin-top: 40px;
    margin-bottom: -148px;
  }

  .p-feature__flex .p-feature__left img{
    height: 27vw;
  }

  .anker__area{
    flex-wrap: wrap;
  }

  .anker__area a{
    width: 48%;
    margin-bottom: 20px;
  }

  .nv__left{
    width: 380px;
    padding-right: 40px;
  }

  .nv__text{
    font-size: 14px;
  }

  .message__left{
    width: 300px;
  }

  .message__right h3{
    font-size: 26px;
  }

  .p-reason__flex .p-reason__right{
    padding:70px 40px ;
  }

  .p-reason__flex .p-reason__right p , .p-feature__flex .p-feature__right p{
    font-size: 16px;
  }

  .p-reason__flex .p-reason__right h3 , .p-feature__flex .p-feature__right h3{
    font-size: 22px;
  }

  .message__right p{
    font-size: 16px;
  }

  .fb__content{
    padding:90px 40px ;
  }

  .message__right{
    width: calc(100% - 300px);
  }

  .feature.wrap4{
    padding: 0;
  }

  .nv__size.title__flex h2{
    font-size: 55px;
  }

  .nv__right{
    width: calc(100% - 380px);
  }

  .cs__slider{
    height: 100%;
  }

  .cs__section .cs__area:nth-child(even) .csa__flex .csa__left .data__1, .cs__section .cs__area:nth-child(even) .csa__flex .csa__left .data__2{
    left: 0;
  }

  .arcase__link .cs__slider img{
    height: 45vw;
  }

  .title__flex h2.type7{
    width: 360px;
  }

  .title__flex p.type7{
    width:calc(100% - 360px);
  }

  .title__flex.faq__ver h2{
    width: 230px;
  }

  .arcase__flex .arcase__left{
    width: 210px;
    padding-right: 20px;
  }

  .arcase__flex .arcase__right{
    width: calc(100% - 210px);
  }

  .arcase__flex .arcase__left h3{
    margin-bottom: 20px;
  }

  .arcase__category p a{
    font-size: 13px;
    padding:5px 12px;
  }

  .title__flex.faq__ver p{
    width: calc(100% - 230px);
  }

  .faq__category{
   padding: 0;
  }

  /* .faq__category a{
    width: 32%;
  } */

  .faq__title{
    font-size: 24px;
    margin:80px 0 0;
  }

  /* .faq__category a{
    margin-right: 1.3%;
  } */

  .menu_button{
    top: 34px;
  }

  .nr__row{
    display: block;
  }

  .archive__product__flex.slick__ver .product__item img , .archive__product__flex.slick__ver .product__item .no__img{
    height: 23vw;
  }

  .nrr__right{
    width: 100%;
    text-align: left;
  }

  .nav__left{
    width: 340px;
  }

  .nav__right{
    width: calc(100% - 340px);
  }

  .nrr__left{
    width: 100%;
  }

  .nrr__right ul li{
    margin-left: 0;
    margin-right: 15px;
  }

  .nrr__right ul{
    justify-content: left;
  }

  .na__row.pickver a:after{
    right: 15px;
    width: 38px;
    height:25px;
  }

  .title__flex p.type4{
    font-size: 35px;
  }

  .notfound__text h3{
    font-size: 24px;
    margin:50px 0 25px;
  }

  .notfound__text p.nt__text2{
    font-size: 16px;
  }

  .notfound__text p.nt__text1{
    font-size: 15px;
    margin-bottom: 35px;
  }

  .news__header__left{
    width: calc(100% - 220px);
    padding-right: 40px;
  }

  .news__header__right{
    width: 220px;
  }

  .sns__flex a{
    width: 46px;
  }

  .news__content h3{
    font-size: 18px;
    margin:40px 0 20px;
  }

  .sns__flex.type2{
    width: 220px;
    margin-top: 35px;
  }

  .news__footer{
    padding:40px ;
  }

  .navigation{
    margin-top: 90px;
  }

  .news__content p{
    font-size: 15px;
  }

  .np__box .np__left h3{
    font-size: 17px;
    margin-bottom: 20px;
  }

  .news__footer h3{
    margin-top: 0!important;
  }

  .np__box{
    padding:30px;
    margin-bottom: 50px;
  }

  .news__product{
    margin-top: 60px;
    padding-top: 60px;
  }

  .news__content__text img{
    margin:30px 0;
  }

  .news__content h2{
    font-size: 20px;
    margin:55px 0 20px;
  }

  .sns__flex p , .news__single .news__header__left p.date{
    font-size: 15px;
  }

  .news__content .thm__img img{
    margin-bottom: 40px;
  }

  .news__single .news__header__left h2{
    font-size: 22px;
  }

  .title__flex h2.type5{
    width: 500px;
  }

  .title__flex p.type5{
    width: calc(100% - 500px);
  }

  .na__row.pickver .pick__left{
    padding-left: 0;
    padding-right: 40px;
  }

  .na__row.pickver .pick__right h3.title{
    font-size: 22px;
  }

  .na__row.pickver .pick__right{
    padding-right: 60px;
  }

  .title__flex h2.type2{
    width: 440px;
  }

  .title__flex p.type2 br{
    display:none;
  }

  .title__flex p.type2{
    width: calc(100% - 440px);
  }

  .title__flex h2.type3{
    width: 320px;
  }

  .title__flex p.type3{
    width: calc(100% - 320px);
  }

  .company__table .ct__left p, .company__table .ct__right p , .company__table .ct__right ul{
    font-size: 15px;
  }

  .title__flex p.type3 br{
    display: none;
  }

  .mainV .mv__slick img, .mainV{
    height: 700px;
  }

  .mainV{
    padding-top: 300px;
  }

  .mainV .wrap h2{
    font-size: 64px;
  }

  .mainV .wrap h3{
    font-size: 18px;
  }

  .pickup a{
    padding:37px 40px;
  }

  .section__2{
    padding:180px 0 80px;
  }

  .title__flex h2{
    font-size: 90px;
    width: 330px;
  }

  .title__flex p{
    width: calc(100% - 330px);
    font-size: 14px;
  }

  .product__flex a p.pf1{
    font-size: 20px;
    line-height: 1.2;
  }

  .product__flex a p.pf2{
    font-size: 14px;
  }

  .product__flex a.size1{
    height: 46vw;
  }

  .product__flex a.size2{
    height: 20vw;
    padding:10px ;
  }

  .product__flex{
    margin-bottom: 80px;
  }

  .logo__slider img{
    width: 600px;
  }

  .title__flex.ver2 h2{
    width: 420px;
  }

  .title__flex.ver2 p{
    width: calc(100% - 420px);
  }

  .csa__left{
    width: 340px;
  }

  .csa__right{
    width: calc(100% - 340px);
  }

  .csa__left .data__2 p.link{
    font-size: 12px;
  }

  .section__3{
    padding:300px 0 100px;
  }

  .magazine__left .gar span:after{
    width: 34px;
    height: 20px;
    bottom: 12px;
  }

  .magazine__left .gar span{
    padding-right: 45px;
  }

  .magazine__left .gar{
    font-size: 42px;
  }

  .magazine__right{
    width: 290px;
    height: 260px;
  }

  .magazine__left{
    width: calc(100% - 290px);
    padding:92px 20px;
  }

  .reason__flex{
    margin: 80px 0 0;
    padding: 0;
  }

  .rf__col{
    padding:85px 20px 100px ;
  }

  .rf__col p.rfc__1{
    font-size: 50px;
  }

  .rf__col p.rfc__2{
    font-size: 20px;
  }

  .rf__col p.rfc__3{
    font-size: 14px;
  }

  .showroom{
    top: -35vw;
  }

  .last__section{
    padding-bottom: 55vw;
  }

  .copy__flex p.cal{
    font-size: 64px;
  }

  .copy__flex a.cf__right img{
    width: 120px;
  }

  .footer__area p.fa__1{
    font-size: 18px;
  }

  .product__flex a:after{
    right: 10px;
    bottom: 15px;
    width: 38px;
    height: 26px;
  }

  .pageV{
    padding:140px 0 100px;
  }

  .breadarea{
    margin-bottom: 100px;
  }

  .archive__product__flex .product__item .product__info{
    padding:20px ;
  }

  .archive__product__flex .product__item{
    width: 48%;
    margin:0 0 40px!important;
  }

  .archive__product__flex{
    justify-content: space-between;
  }

  .archive__product__flex .product__item img{
    height: 30vw;
  }

  .category__flex{
    margin-bottom: 80px;
  }

  .single__left , .left__space{
    padding-left: 40px;
  }

  .single__left{
    padding-right: 40px;
    width: 420px;
  }

  .single__right{
    width: calc(100% - 420px);
  }

  .single__left h2{
    font-size: 22px;
    margin:25px 0 10px;
  }

  .single__left .sl__text1{
    font-size: 13px;
    margin-bottom: 20px;
  }

  .single__left .sl__text2{
    font-size: 15px;
    margin-bottom: 17px;
  }

  .single__left .sl__text3 span.size1{
    font-size: 24px;
  }

  .spec__flex h3{
    margin-bottom: 30px;

  }

  .spec__flex h3 span{
    font-size: 24px;
    margin-right: 20px;
  }

  .spec__right_list a .img__box{
    height: 21vw;
  }

  .spec__right_list a{
    width: 49%;
    margin:0 0 14px!important;
  }

  .spec__right_list{
    justify-content: space-between;
  }

  .spec__right_text{
    margin-top: 30px;
  }

  .single__section2{
    padding:80px 0;
  }

  .single__section{
    padding:140px 0 80px;
  }

  .wrap3{
    padding:0 40px;
  }

  .left__space .archive__product__flex .product__item{
    margin: 0!important;
    margin-right: 20px!important;
  }

  .archive__product__flex.slick__ver .product__item{
    width: 330px;
  }

  .archive__product__flex.slick__ver .next-arrow{
    right: 70px;
    width: 90px;
  }

  .single__section3{
    padding-top: 80px;
  }

  .archive__product__flex .product__item .product__info .product__text4 span.size1{
    margin:0 8px;
  }

  
  .single__section3 .title__flex{
    display: block;
  }

  .single__section3 .title__flex .arrow__link2{
    margin-top: 30px;
  }

  .spec__flex .spec__left{
    width: calc(50% - 20px);
  }

  .spec__flex .spec__right{
    width: calc(50% - 20px);
  }

  .table__row .table__right p{
    font-size: 14px;
  }

  .table__row .table__right p span{
    width: 165px;
  }

  .fb__text2{
    font-size: 24px;
  }

  .fb__text3{
    font-size: 14px;
  }

  .fb__text4{
    font-size: 15px;
  }

  .anker__area.fb__ver a{
    width: 30%;
    margin: 0;
  }

  .anker__area.fb__ver{
    justify-content: space-between;
    margin-top: 200px;
  }

  .feature.wrap4.fb__ver{
    padding:0 20px;
  }

  .topcase__left h3{
    font-size: 24px;
    margin-top: 15px;
  }

  .topcase__left p{
    font-size: 14px;
  }

  .topcase__left{
    width: 350px;
    padding-right: 50px;
  }

  .topcase__right{
    width: calc(100% - 350px);
    padding:80px 0;
  }

  .topcase__right .tcr__item p{
    font-size: 20px;
  }

  .tcr__slider .prev-arrow{
    left: -350px;
  }

  .tcr__slider .next-arrow{
    left: -240px;
  }

  .anker__area.fb__ver a:nth-child(2){
    margin: 0!important;
  }

  .single__section.fb__ver:before{
    height: 100vw;
  }

  .circle__flex .circle__col{
    width: 160px;
    height: 160px;
  }

  .circle__flex .circle__col:nth-child(2){
    margin:0 70px;
  }

  .circle__flex .circle__col:nth-child(2):before{
    left: -55px;
    width: 35px;
  }


  .circle__flex .circle__col:nth-child(2):after{
    right: -55px;
    width: 35px;
  }

  .circle__flex .circle__col .circle__num{
    padding:22px 0 12px;
  }

  .contact__form .form__box{
    padding:70px 30px;
  }

  .answer .calender.time{
    /* width: 100%; */
  }

  .answer .calender.time::after{
    right: inherit;
    left: 357px;
  }

  .contact__form .form__box h4{
    font-size: 18px;
  }

  .contact__form .form__box h4 span.must ,.contact__form .form__box h4 span.option {
    font-size: 11px;
    padding:3px 6px;
    margin-left: 6px;
  }

  .row__left{
    width: 255px;
    margin-top: 50px;
  }

  .row__right{
    width: calc(100% - 255px);
    margin-top: 50px;
  }

  .row__right .zip2 input{
    width: 180px;
  }

  p.pr__1{
    font-size: 14px;
  }

  .contact__section1 .contact__col{
    width: 49%;
    padding:35px 20px;
  }

  .contact__section1 .contact__col a{
    font-size: 18px;
    padding: 15px 0;
  }

  .contact__section1 .contact__col a.tel__link{
    font-size: 28px;
  }

  .color .title__flex.end{
    align-items: start;
  }

  .magazine .single__left h2{
    font-size: 80px;
  }

  .ma__text1{
    font-size: 14px;;
  }

  .sauna__slick a{
    width: 600px;
    margin-right: 30px;
  }

  .sauna__slick a .ss__right h3{
    font-size:20px;
  }

  .sauna__slick a .ss__right p.ma__text2{
    font-size:14px;
  }

  .sauna__slick a .ss__right .ssr2 p{
    margin-top: 50px;
  }

  .sauna__slick a .ss__left img , .ss__left .no__img{
    height: 350px;
  }

  .sauna__slick{
    padding-left: 50px;
  }

  .sauna__slick-counter{
    left: 60px;
    font-size: 20px;
    bottom: -10px;
  }

  .single__content img.pickup__img{
    width: 130px;
  }

  .sauna__slick .prev-arrow{
    left:120px;
    bottom: -50px;
  }

  .sauna__slick .next-arrow{
    left: 190px;
    bottom: -50px;
  }

  .single__section.fb__ver.magazine:before{
    height:940px;
    width:30%;
  }

  .ma__text1{
    width: 65%;
    font-size: 14px;
  }

  .ma__text1 br{
    display: none;
  }

  .ta__area.type2{
    margin-top: 200px;
  }

  .tas__flex a div.tas__content .tas__1{
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ta__area.type2{
    padding-bottom: 70px;
  }

  .tas__flex a div.tas__content .tas__2{
    font-size: 11px;
  }

  .tas__flex a img , .tas__flex a .no__img{
    width: 120px;
    height: 100px;
  }

  .tas__flex a .no__img img{
    max-width: 70%;
  }

  .tas__flex a div.tas__content{
    width: calc(100% - 120px);
    padding-right: 60px;
  }

  .tas__flex a div.tas__content img{
    width:30px;
    height: 30px;

  }

  .tas__flex a div.tas__content:after{
    right:44px;
  }

  .title__flex.al__ver h2{
    width: 390px;
  }

  .title__flex.al__ver p.ts__position{
    top: 17px;
  }

  .title__flex.al__ver{
    margin-top: 45px;
  }

  .page__section.al__ver{
    padding-top: 60px;
  }



  .alct__flex p{
    width: 105px;
    font-size: 16px;
  }

  .alct__flex ul{
    width: calc(100% - 105px);
    top: 0;
  }

  .ala__bg{
    padding:32px 20px;
    margin: 0;
  }

  .ala__bg h3{
    font-size: 18px;
    margin:22px 0 10px;
  }

  .ala__bg .ala__text{
    font-size: 13px;
  }

  .ala__flex .ala__2{
    padding:2px 10px;
    position: relative;
    top: -1px;
  }
	
	.alct__flex ul.type1 li a{
		padding:4px 10px;
	}

  .al__article a .thm , .al__article a .no__img{
    height: 22vw;
  }

  .sauna__slick a:after{
    right: 10px;
    bottom: 15px;
    width: 38px;
    height: 26px;
  }





}

@media screen and (max-width:1000px){

  .csa__left .data__1{
    position: relative;
    top: 0;
    margin-bottom: 120px;
  }

  .csa__left .data__2{
    padding-top: 0;
    position: relative;
    bottom: 0;
  }

  .csa__right .slick-list , .csa__right .slick-track{
    height: 100%;
  }

  .csa__right .slick-list img{
    height: 100%;
    object-fit: cover;
  }


}

.sp{
  display: none!important;
}

@media screen and (max-width:800px) {

  .pc{
    display: none!important;
  }

  .sp{
    display: block!important;
  }

  .logo__slider.position2{
    margin-bottom: -135px;
  }

  .title__flex h2.type6{
    width: 100%;
  }

  .title__flex p.type6{
    width: 100%;
  }

  .faq__wrap .title__flex p.type6{
    padding-right: 0;
  }

  .faq__category{
    justify-content: space-between;
    padding:0 ;
  }

  .faq__area.page__ver{
    margin: 0;
  }

  .faq__category a{
    width: 48%;
    margin:0 0 25px!important;
    box-sizing: border-box;
    padding-right: 30px;
  }

  .nav__left{
    display: none;
  }

  .nav__right{
    width: 100%;
  }

  .nav__right .navr__abo{
    position: relative;
    bottom: 0;
  }

  .cfl__right a{
    display:block;
    margin-left: 0;
    margin-bottom: 3px;
  }

  .copyright__flex{
    display: block;
  }

  .np__box .np__left{
    width: 100%;
    padding: 0;
  }

  .np__left h3{
    font-size: 18px;
  }

  .np__box .np__img{
    width: 100%;
    margin-bottom: 30px;
  }

  .np__left .arrow__link2{
    margin:0 auto;
  }

  .np__spec{
    margin-bottom: 30px;
  }

  .na__row.pickver a:after{
    display: none;
  }

  .mainV .wrap p br{
    display: none;
  }

  .mainV .mv__slick .slick-dots{
    right: 15px;
  }

  header a h1{
    font-size: 11px;
  }

  header a h1 span{
    font-size: 15px;
  }

  header a img{
    width: 80px;
  }

  .pickup a{
    flex-wrap: wrap;
  }

  .pickup a p.title{
    width: 100%;
    margin-top: 20px;
  }

  .section__2{
    padding:150px 0 80px ;
  }

  .title__flex{
    display: block;
  }

  .title__flex h2{
    width: 100%;
  }

  .title__flex p{
    width: 100%;
    margin-top: 10px;
    line-height: 1.9;
  }

  .product__flex{
    margin:50px 0;
  }

  .wrap , .wrap2 , .wrap3 , .wrap4{
    padding:0 20px;
  }

  .product__flex a.size1{
    width: 100%;
    height: 84vw;
    margin-bottom: 2px;
  }

  .product__flex a.size2{
    width: calc(50% - 2px);
    height: 36vw;
    margin-bottom: 2px;
  }

  .product__flex a p.pf1 br{
    display: none;
  }

  .product__flex a p.pf2{
    font-size: 12px;
    margin-top: 2px;
  }

  .arrow__link{
    width: 480px;
    max-width: 100%;
    text-align: center;
    padding-left: 0;
    padding:20px 0;
    border-radius: 50px;
  }

  .logo__section{
    padding:80px 0;
  }

  .title__flex.ver2 h2{
    width: 100%;
  }

  .title__flex.ver2 p{
    width: 100%;
  }

  .cs__area .wrap3{
    padding: 0;
  }

  .csa__flex{
    display: block;
  }

  .csa__left{
    width: 100%;
    padding:60px 20px;
    box-sizing: border-box;
  }

  .csa__right{
    width: 100%;
  }

  .csa__left .data__1{
    margin-bottom: 50px;
  }

  .cs__slider .slick-dots{
    bottom: 20px;
  }

  /* PC用reason__flexを非表示 */
  .reason__flex{
    display: none;
  }

  /* モバイル用スライダーを表示 */
  .reason__slider{
    display: block;
    margin-top: 60px;
  }

  .reason__slider .rf__col{
    width: 300px;
    margin-right: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .reason__slider .inview1{
    transform: translateY(0px);
  }

  /* スライダー矢印ボタンのスタイル */
  .reason__slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    width: 40px;
    height: 40px;
  }

  .reason__slider .next-arrow{
    right: -50px;
  }

  .reason__slider .prev-arrow{
    left: -50px;
  }

  footer{
    padding:20vw 0 20px;
  }

  .scroll-infinity__item.s-img1{
    width:calc(100vw / 1.2);
    padding:0 10px;
  }

  .scroll-infinity__item.s-img2{
    width:calc(100vw / 1.5);
    padding:0 10px;

  }

  .last__section{
    padding-bottom: 60vw;
  }

  .showroom{
    top: -50vw;
    width: calc(100% - 20px);
    max-width: calc(100% - 40px);
  }

  .footer__area{
    width: calc(100% - 100px);
  }

  .logo__slider img{
    width: 500px;
    margin:0 15px;
  }

  .copy__flex a.cf__right{
    display:none;
  }

  .copy__flex p.cal{
    font-size: 50px;
  }

  .logo__slider.footer__ver{
    margin-top: -95px;
  }

  .copy__flex{
    width: 100%;
    left: 0;
    top: 0;
  }

  .footer__info{
    border: 0!important;
    padding: 0;
  }

  .footer__info__flex{
    display: block;
  }


  .footer__info__left{
    width: 100%;
  }

  .footer__info__left{
    padding:0 20px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    margin-top: 20px;
  }

  .footer__info__left p{
    font-size: 12px;
    margin:0;
  }

  .fi__logo{
    display: block;
    width: 100px;
  }

  .fi__logo a img{
    width: 100%;
  }

  .footer__info__left p{
    /* width: calc(100% - 100px); */
    padding-left: 40px;
    box-sizing: border-box;
    margin: 0;
    font-size: 13px;
  }

  .footer__info__right{
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding:40px 20px;
    margin-top: 40px;
  }

  .footer__info__right p{
    font-size: 12px;
    text-align: left;
    margin-bottom: 20px;
  }

  .footer__info__right ul{
    display:block;
  }

  .footer__info__right ul li{
    margin: 0;
  }

  .mainV{
    padding-top: 410px;
  }

  .mainV .mv__slick img, .mainV{
    height: 800px;
  }

  .mainV .mv__slick .slick-dots li{
    width: 20px;
    height: 20px;
  }

  svg.demo{
    width: 20px;
  }

  .mainV .wrap h2{
    font-size: 50px;
  }

  .pageV{
    padding:120px 0 80px;
  }

  .category__flex{
    border-top:1px solid #888;
    border-bottom: 0;
    padding-top: 30px;
    margin-bottom: 50px;
    padding-bottom: 0;
    display: block;
  }

  .category__flex .category__left{
    width: 100%;
    margin-bottom: 20px;
  }

  .category__flex .category__right{
    width: 100%;
  }

  .category__flex .category__right ul{
    flex-wrap: wrap;
  }

  .category__flex .category__right ul li{
    margin-bottom: 15px;
  }

  .breadarea{
    margin-bottom: 50px;
  }

  .category__flex .category__right ul li a{
    padding:5px 25px;
  }

  .archive__product__flex .product__item{
    width: 100%;
    margin:0 0 30px!important;
  }

  .archive__product__flex .product__item img{
    height: 60vw;
  }

  .archive__product__flex .product__item .product__info{
    padding:20px 30px 30px;
  }
  
  .archive__product__flex .product__item .info1 .product__text2{
    position: relative;
    top: 2px;
  }

  .single__content{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding:0 20px;
  }

  .single__left{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    top: 0;
    margin-bottom: 40px;
  }

  .single__right{
    width: 100%;
  }

  .single__mail{
    margin:40px auto 0;
  }

  .spec__flex{
    display: block;
  }

  .spec__flex .spec__left{
    width: 100%;
  }

  .spec__flex .spec__right{
    width: 100%;
    margin-top: 60px;
  }
  
  .spec__right_list a .img__box{
    height: 45vw;
  }

  .single__section3{
    overflow-x: hidden;
  }

  .single__left, .left__space{
    padding:0 20px;
  }

  .nv__right{
    width: calc(100% + 20px)!important;
  }

  .page__section.feature-sec3{
    overflow-x: hidden;
  }


  
  .archive__product__flex.slick__ver .product__item img , .archive__product__flex.slick__ver .product__item .no__img{
    height: 30vw;
  }

  .slick__ver.archive__product__flex{
    padding-bottom: 110px;
  }

  .archive__product__flex.slick__ver .next-arrow{
    right: inherit;
    left: 140px;
    top: inherit;
    transform: translateY(0%);
    bottom: 0;
  }

  .single__content img{
    margin-bottom: 3px;
  }

  .single__section3 .left__space{
    padding: 0;
  }

  .single__section3 .left__space.type2{
    padding-left: 20px;
  }

  .breadarea{
    font-size: 12px;
  }

  .breadarea span a:after{
    top: 43%;
  }

  .breadarea span a{
    padding-right: 20px;
  }

  .breadarea span a:after{
    right: 5px;
  }

  .single__left .sp img{
    margin-bottom: 25px;
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
  }

  .single__section3 .prev-arrow{
    display: block!important;
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
    width: 90px;
  }

  .slick__ver.archive__product__flex.news__ver{
    padding-bottom: 90px;
  }

  .single__section3 .news__ver .prev-arrow{
    left: 0;
  }

  .archive__product__flex.slick__ver.news__ver .next-arrow{
    left: 95px;
  }

  .archive__product__flex.slick__ver .next-arrow{
    left: 115px;
  }

  .single__section3 .title__flex h2{
    max-width: 100%;
  }

  .archive__product__flex.slick__ver.news__ver .next-arrow{
    top: inherit;
    bottom: 0;
  }

  .spec__link{
    justify-content: center;
  }

  .spec__link a{
    margin:0 6px;
  }

  .table__row{
    margin-top: 35px;
  }


  .title__flex h2.type3{
    width: 100%;
  }

  .title__flex p.type3{
    width: 100%;
  }

  .company__table .ct__left p, .company__table .ct__right p , .company__table .ct__right ul{
    font-size: 15px;
  }

  .title__flex p.type3 br{
    display: block;
  }  

  .company__table{
    display: block;
  }

  .company__table .ct__left{
    width: 100%;
    border-bottom: none;
    padding:25px 0 0;
  }

  .company__table .ct__right{
    width: 100%;
    padding:10px 0 25px;
  }

  .company__table .ct__right.bo-top {
    border-top: none;
  }

  .arrow__link3 a{
    font-size: 14px;
  }

  .title__flex h2.type2{
    width: 100%;
  }

  .title__flex p.type2{
    width: 100%;
  }

  .title__flex p.type2 br{
    display: block;
  }

  .privacy p , .privacy ul{
    font-size: 15px;
  }

  .privacy p.privacy__border{
    padding-bottom: 30px;
  }

  .privacy h3{
    font-size: 21px;
    margin:60px 0 20px;
    padding-left: 52px
  }

  .privacy h3.pr__num:before{
    font-size: 17px;
    top: 2px;

  }

  .privacy p.bold{
    font-size: 17px;
    margin-bottom: 12px;
  }

  .privacy .info span{
    width: 102px;
  }

  .title__flex h2.type5 , .title__flex p.type5{
    width: 100%;
  }

  .category__flex.news__category{
    border-top: none;
  }

  .category__flex.news__category .category__right ul{
    justify-content: left;
  }

  .category__flex.news__category .category__right ul li{
    margin-right: 10px;
    margin-left: 0;
  }

  .na__row.pickver{
    display: block;
  }

  .na__row.pickver a{
    display: block;
    width: 100%;
  }

  .na__row.pickver .pick__left{
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  .na__row.pickver .pick__right{
    padding-right: 0;
  }

  .na__row.pickver .pick__right:after{
    display: none;
  }

  .na__row.pickver .pick__right{
    width: 100%;
  }

  .na__row.pickver .pick__right .pickright__flex{
    margin-bottom: 13px;
  }

  .na__row.pickver .pick__right h3.title{
    font-size: 18px;
  }

  .na__row a{
    flex-wrap: wrap;
  }

  .na__row a h3.title{
    width: 100%;
    margin-top: 15px;
  }

  .na__row a p.date{
    width: 92px;
    padding-left: 0;
  }

  .news__header__left{
    width: 100%;
    padding: 0;
    margin-bottom: 35px;
  }

  .na__row a h3.title{
    font-size: 15px;
  }

  .na__row a p.category , .na__row.pickver .pick__right .pickright__flex p.category{
    width: calc(100% - 100px);
  }

  .news__header{
    display: block;
  }

  .news__header{
    margin-bottom: 30px;
  }

  .news__content .thm__img img{
    margin-bottom: 30px;
  }

  .navigation .nav__prev:after{
    width: 55px;
    height: 55px;
    top: 50%;
    transform: translateY(-50%);
  }

  .navigation .nav__next:after{
    width: 55px;
    height: 55px;
    top: 50%;
    transform: translateY(-50%);
  }

  .navigation .nav__prev a{
    padding-left: 70px;
    font-size: 14px;
    padding-top: 28px;
    color: transparent;
  }

  .navigation .nav__next a{
    padding-right: 70px;
    font-size: 14px;
    padding-top: 28px;
    color: transparent;
  }

  .navigation .nav__prev a:before {
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
  }

  .navigation .nav__next a:before{
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
  }

  .navigation .nav__all{
    width: 20%;
  }

  .navigation .nav__prev , .navigation .nav__next{
    width: 40%;
  }

  .navigation .nav__all a{
    font-size: 16px;
    padding:10px 0;
  }

  .navigation .nav__prev{
    padding-right: 15px;
  }

  .navigation .nav__next{
    padding-left: 15px;
  }

  .title__flex p.type4{
    font-size: 24px;
    line-height: 1.2;
  }

  .pagination .wp-pagenavi a.previouspostslink{
    width: 64px;
    margin-right: 30px;
  }

  .pagination .wp-pagenavi a.nextpostslink{
    width: 64px;
    margin-left: 30px;
  }

  .pagination .wp-pagenavi a , .pagination .wp-pagenavi .current{
    font-size: 19px;
    margin:0 15px;
  }


  .toplink__flex.mt__plus{
    margin-top: 100px;
    display: block;
  }

  .toplink__flex.mt__plus a.arrow__link{
    text-align: left;
    margin:0 auto 20px!important;
  }

  .toplink__flex.mt__plus a.ig__link{
    padding-left: 30px;
  }

  .topnews__area{
    padding-bottom: 58vw;
  }

  .slider__area{
    margin-top: -45vw;
  }

  .menu_button{
    top: 27px;
    right: 20px;
    width: 40px;
  }

  .menu_button .menu_icon01 span{
    margin-bottom: 8px;
  }

  .menu_button .menu_icon01 span.bar3{
    width: 32px;
  }

  .menu_button .menu_icon01 span{
    width: 40px;
  }

  .menu_button .menu__text{
    margin-top: 8px;
  }

  .nav__right .navr__abo{
    padding:120px 20px 60px ;
  }

  #nav .menu_button{
    top: 22px;
  }

  .nrl__col a{
    font-size: 12px;
    margin-bottom: 20px;
  }

  .nrl__col a span{
    font-size: 30px;
  }

  .nr__row{
    margin-top: 70px;
    padding-top: 20px;
  }

  .nav__right{
    background-image: none;
  }

  #nav{
    background-image: url(img/bg2.jpg);
    background-size: cover;
    background-position: center;
  }

  .title__flex h2.type7{
    width: 100%;
  }

  .title__flex p.type7{
    width: 100%;
  }

  .arcase__flex .arcase__left{
    width: 100%;
    padding: 0;
  }

  .arcase__flex{
    display: block;
  }

  .arcase__flex .arcase__right{
    width: 100%;
    margin-top: 50px;
  }

  .arcase__flex .arcase__right.single{
    margin-top: 100px;
  }

  .arcase__link .arl__flex{
    display: block;
  }

  .arcase__link .arl__flex .arl__left{
    width: 100%;
  }

  .arcase__link .arl__flex .arl__right{
    width: 100%;
    margin-top: 25px;
    padding: 0;
  }

  .abo__btn{
    position: relative;
    top: 0;
    transform: translateY(0);
    padding-left: 0;
    text-align: left;
    margin: 40px auto 0;
  }

  .abo__btn a{
    text-align: left;

  }

  .title__flex.faq__ver{
    padding-right: 0;
  }

  .title__flex.faq__ver p{
    width: 100%;
  }

  .title__flex.faq__ver h2{
    width: 100%;
  }

  .arcase__link .arl__flex .arl__left h3{
    margin:15px 0 20px;
  }

  .arcase__link .arl__flex .arl__right p.cal{
    margin-bottom: 5px;
  }

  .arcase__link .arl__flex .arl__right p.location__text{
    margin-bottom: 20px;
  }

  .slider__area.archive__slider{
    margin-top: 140px;
  }

  .arcase__flex .arcase__left{
    position: relative;
    top: 0;
    height: auto;
  }

  .arcase__category{
    display: flex;
    flex-wrap: wrap;
  }

  .arcase__category p{
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .arcase__link .cs__slider img{
    height: 58vw;
  }

  .cs__section .cs__area:first-child{
      margin-top: 65px;
  }

  .cs__section .cs__area:nth-child(even) .wrap{
    padding-right: 0;
  }

  .cs__section .cs__area:nth-child(even) .csa__flex .csa__left{
    padding-left: 20px;
  }

  .message__flex{
    display: block;
    margin-top: 100px;
  }

  .message__left{
    width: 100%;
    margin-bottom: 50px;
  }

  .message__right{
    width: 100%;
  }

  .message__right h3{
    font-size: 21px;
  }

  .page__bg{
    padding-top: calc(27vw + 100px);
    padding-bottom: 100px;
  }

  .p-reason__flex{
    display: block;
  }

  .p-reason__flex .p-reason__left{
    width: 100%;
    line-height: 1;
    margin-bottom: -4px;
  }

  .p-reason__flex .p-reason__right{
    width: 100%;
  }

  .p-reason__flex .p-reason__right{
    padding:65px 20px ;
  }

  .p-reason__flex .p-reason__right h3, .p-feature__flex .p-feature__right h3{
    font-size: 20px;
  }

  .p-reason__flex .p-reason__right h3{
    margin-bottom: 20px;
  }

  .page__section.feature-sec3{
    padding:100px 0;
  }

  .p-feature__flex{
    display: block;
    padding:35px 20px ;
  }

  .p-feature__flex .p-feature__left{
    width: 100%;
    margin-bottom: 30px;
  }

  .p-feature__flex .p-feature__right{
    width: 100%;
    padding: 0;
  }

  .p-feature__flex .p-feature__left img{
    height: 56vw;
  }

  .p-feature__flex .p-feature__right h3{
    margin-bottom: 30px;
  }

  .left__space.mt__plus{
    margin-top: 130px;
  }

  .nv__flex{
    display: block;
  }

  .nv__left{
    width: 100%;
    padding: 0;
  }

  .nv__right{
    width: 100%;
  }

  .nv__right .archive__product__flex.slick__ver.news__ver .next-arrow{
    top: inherit;
  }

  .nv__right .prev-arrow{
    display:block!important;
  }

  .nv__right .prev-arrow{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: auto;
  }

  .arrow__link.left.white.mt0{
    text-align: left;
    padding-left: 20px;
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    width: 230px;
  }

  .nv__left{
    margin-bottom: 50px;
    position: relative;
    padding-right: 250px;
  }

  .page__section.feature-sec4.page__bg{
    padding:100px 0;
  }

  .fb__flex a{
    font-size: 16px;
    padding:20px 0;
  }

  .fb__flex a span:after{
    width: 22px;
    height: 22px;
    right: -40px;
  }

  .fb__content{
    padding:70px 20px ;
  }

  .fb__content h3{
    font-size: 20px;

  }

  .fb__content p{
    font-size: 15px;
  }

  .fb__content h3 span{
    font-size: 13px;
    padding:2px 8px;
    margin-left: 20px;
    top: -4px;
  }

  .num__row{
    padding-left: 85px;
  }

  .pick__circle{
    right: 20px;
    width: 120px;
    top: -193px;
  }

  .nv__right .slick__ver.archive__product__flex{
    padding-bottom: 115px;
  }

  .arrow__link.works__link{
    text-align: left;
  }

  .fir__flex{
    justify-content: inherit;
    flex-wrap: wrap;
  }

  .fir__flex p{
    text-align: left;
    margin-left: 0;
    margin-right: 15px;
  }

  .footer__info__right p a,.footer__info__right ul li.type1 a{
    font-size: 14px;
  }

  .arrow__link.type6{
    text-align: left;
    width: 270px;
    margin-top: 40px;
    padding-left: 26px;
  }

  .faq__area{
    margin-top: 30px;
  }

  .showroom__page .anker__area a{
    width: 48%!important;
  }

  .sh__flex{
    margin-top: 100px;
    display: block;
  }

  .sh__left{
    width: 100%;
  }

  .sh__right{
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }

  .shr__2{
    margin-bottom: 25px;
  }

  .rel3.left__space.mt__plus{
    margin-bottom: -250px;
  }

  .title__flex h2.faq__sectitle.display{
    margin-top: 200px;
  }

  .display__area {
    margin-top: 60px;
  }

  .product__item.display{
    display: block;
  }

  .product__item.display .display__left{
    width: 100%;
    padding: 0;
  }

  .product__item.display .display__right{
    width: 100%;
    padding: 0;
    margin-top: 35px;
  }

  .product__item.display .display__right .arrow__link.white{
    text-align: left;
    padding-left: 32px;
  }

  .last__section.space{
    margin-top: -20px;
  }

  .page__section.display{
    padding-bottom: 70px;
  }

  .wrap4.p0{
    padding:0;
  }

  .product__item.display .display__right .arrow__link.white{
    margin:30px auto 0;
  }

  .arrow__link.left.white.mt0.size3{
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 340px;
    font-size: 13px;
    padding-left: 15px;
    text-align: left;
  }

  .showroom__page .nv__left{
    padding-right: 0;
  }

  .single__content.fb__ver .single__left{
    width: 100%;
    padding: 0;
  }

  .arrow__link.left.size2{
    text-align: left;
  }

  .anker__area.fb__ver{
    margin-top: 140px;
  }

  .single__content.fb__ver .single__left img{
    margin-bottom: 25px;
    width: 100%;
    position: relative;
    left: 0;
  }

  .ss__left .no__img{
    margin-bottom: 25px;
  }

  .ss__left .no__img img{
    margin: 0!important;
  }

  .anker__area.fb__ver a{
    width: 48%;
    margin-bottom: 15px;
  }

  .anker__area.fb__ver a:nth-child(2){
    margin-bottom: 15px!important;
  }

  .topcase__flex{
    display: block;
  }

  .topcase__left{
    width: 100%;
    padding: 0;
  }

  .topcase__right{
    width: 100%;
  }

  .topcase__right{
    padding:50px 0;
    margin-top: 50px;
  }

  .tcr__slider .prev-arrow{
    left: 0;
    top: inherit;
    bottom: -95px;
    width: 60px;
  }

  .tcr__slider .next-arrow{
    left: 80px;
    top: inherit;
    bottom: -95px;
    width: 60px;
  }

  .topcase__right:before{
    width: calc(100% - 40px);
  }

  .left__space.topcase__area{
    padding-right: 0;
  }

  .topcase__area{
    margin-top:120px ;
  }

  .p-reason__flex .p-reason__right h3.space1 , .p-reason__flex .p-reason__right h3.space2{
    margin-top: 0;
  }

  .nr__link{
    display: block;
  }

  .nrl__col{
    width: 100%;
    max-width: 100%;
  }

  .table__row{
    justify-content: space-between;
  }

  .table__row .table__left{
    width: 50%;
  }

  .table__row .table__right{
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
  }

  .single__section3 .left__space{
    padding-left: 20px;
  }

  .title__flex p.type8{
    width: 100%;
  }

  .sh__right .arrow__link{
    width: 100%;
  }

  .single__section.fb__ver:before{
    display: none;
  }

  .arrow__link.left.size2{
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .contact__section1 .contact__flex{
    display: block;
  }

  .contact__section1 .contact__col{
    width: 100%;
  }

  .contact__section1 .contact__col:first-child{
    margin-bottom: 40px;
  }

  .contact__section1 .contact__col p{
    margin-top: 20px;
  }

  .contact__section1 .contact__col a.tel__link{
    margin-bottom: 20px;
  }

  .color .title__flex p span{
    font-size: 12px;
  }

  .contact__form .form__box h4{
    margin:40px 0 20px;
  }

  .contact__form .form__box h3{
    font-size: 23px;
  }

  .answer .calender p.text{
    font-size: 15px;
    width: 110px;
    top: 0px;
  }

  .answer .calender p.text.space{
    padding-left: 12px;
    top: 0px;
  }

  .radio2 p span.wpcf7-radio .wpcf7-list-item{
    font-size: 15px;
    margin:2px 0;
  }

  .row.radio-flex .wpcf7-form-control.wpcf7-radio .wpcf7-list-item{
    font-size: 15px;
  }

  .form__box textarea{
    height: 220px;
  }

  .row{
    display: block;
  }

  .row__left{
    width: 100%;
  }

  .row__right{
    width: 100%;
  }

  .answer .calender input{
    margin-top: 5px;
  }

  .answer .calender select{
    margin-top: 5px;
  }

  .row__right{
    margin-top: 30px;
  }

  .row__right input{
    margin-bottom: 15px;
  }

  .check .wpcf7-list-item label{
    font-size: 15px;
  }

  .circle__flex .circle__col:nth-child(2){
    margin:0 30px;
  }

  .circle__flex .circle__col:nth-child(2):before{
    display: none;
  }

  .circle__flex .circle__col:nth-child(2):after{
    display: none;
  }

  .circle__flex .circle__col{
    width: 115px;
    height: 115px;
  }

  .circle__flex .circle__col .circle__text{
    font-size: 18px;
  }

  .circle__flex .circle__col .circle__num{
    padding:12px 0 6px;
    font-size: 16px;
  }

  .circle__flex .circle__col .circle__text{
    font-size: 18px;
  }

  .contact__form .form__box{
    margin-top: 60px;
  }

  .answer.radio1 p a{
    align-items: start;
    font-size: 15px;
  }

  .answer.radio1 p a::before{
    position: relative;
    top: 3px;
  }

  .row.radio-flex .wpcf7-radio label{
    white-space: nowrap;
  }

  .checkbox .wpcf7-list-item{
    font-size: 15px;
  }

  .other p{
    margin-bottom: 0;
  }

  .submit.submit__flex{
    width: 300px;
    display: block;
  }

  .submit.submit__flex p.send{
    margin-top: 30px;
  }

  .confirm .answer .calender p.text.space{
    padding-left: 0;
  }

  .confirm .answer .calender p.text{
    margin-bottom: 5px;
  }

  .contact__section2.confirm{
    padding-bottom: 0;
    padding-top: 60px;
  }

  .answer .calender.time::after{
    top: 56%;
    left: 227px;
    transform: translateY(0%);
  }

  .answer .calender p.text.space{
    padding-left: 0;
  }

  .answer .calender p.text{
    margin:15px 0 5px;
    width: 100%;
  }

  .fl__flex{
    display: block;
  }

  .fl__flex .flf__col{
    width: 100%;
  }

  .fl__flex .flf__col{
    padding: 50px 0;
  }

  .fl__flex{
    margin-top: 20px;
  }

  .fl__flex .flf__col .fa__1{
    height: auto;
  }

  .single__content.fb__ver .single__left .sauna__slick .prev-arrow{
    left: inherit;
    right:100px;
    width: 25px;
    margin: 0;
    position: absolute;
  }

  .single__content.fb__ver .single__left .sauna__slick .next-arrow{
    left: inherit;
    right:20px;
    width: 25px;
    margin: 0;
    position: absolute;
  }

  .sauna__slick{
    width: 100%;
  }

  .sauna__slick{
    padding-left: 0;
  }

  .single__content.fb__ver .single__left img.pickup__img{
    width: 100px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }

  .ma__text1{
    width: 100%;
    box-sizing: border-box;
    padding-right:20px;
  }

  .magazine .single__left h2{
    font-size: 64px;
    box-sizing: border-box;
    padding-right:20px;
  }

  .sauna__slick{
    position: relative;
    z-index: 11;
  }

  .sauna__slick a.slick-slide{
    display: block!important;
    width: inherit;
    margin-right: 15px;
    
  }

  .sauna__slick a .ss__left{
    display: block!important;
    width: 100%;
    padding: 0;
    margin-right: 0;
  }

  .sauna__slick a .ss__left img , .ss__left .no__img{
    width: 100%;
    height: 50vw;
  }

  .sauna__slick a .ss__right{
    width: 100%;
    padding-left: 0;
  }

  .single__content.fb__ver.magazine{
    padding-right: 0;
  }

  .sauna__slick a .ss__right h3{
    margin:30px 0 15px ;
  }

  .sauna__slick a .ss__right .ssr2 p{
    margin-top: 40px;
  }

  .sauna__slick-counter{
    left: 25px;
    font-size: 16px;
    bottom: -30px;
  }

  .ta__area.type2{
    margin-top: 140px;
    padding:80px 0;
  }

  .tas__flex{
    padding:0 20px;
    box-sizing: border-box;
  }

  .tas__flex a{
    width: 100%;
    margin-bottom: 15px;
  }

  .tas__flex a img , .tas__flex a .no__img{
    width: 35%;
    height: 22vw;
  }

  .tas__flex a div.tas__content{
    width: calc(100% - 35%);
  }

  .tas__flex a div .tas__1{
    -webkit-line-clamp: 4;
  }

  .tas__flex a div{
    width: 65%;
  }

  .page__section.al__ver .wrap{
    padding:0 40px ;
  }

  .title__flex.al__ver{
    display: block;
    /* text-align: center; */
  }

  .title__flex.al__ver h2{
    margin:0 auto;

  }

  .title__flex.al__ver p{
    width: 390px;
    margin:0 auto;
    position: relative;
    top: -10px;
  }

  .page__section.al__ver{
    padding-top: 30px;
  }

  .logo__slider.position2.al__ver{
    margin-bottom: -110px;
  }

  .al__article{
    display: block;
  }

  .al__article a{
    width: 100%;
    margin:0 0 20px!important;
  }

  .al__article a .thm, .al__article a .no__img{
    height: 60vw;
  }

  .al__article a .no__img img{
    width: 40%;
    height: auto;
  }

  .alct__flex{
    margin: 0;
    display: block;
  }

  .alct__flex ul{
    width: 100%;
  }

  p#toggle{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    position: relative;
    padding:10px 0;
    cursor: pointer;
  }


  p#toggle::before{
    content: '';
    display: block;
    width:20px;
    height: 2px;
    background: #EC1A23;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 5px;
    transition: 0.4s;
  }

  p#toggle::after{
    content: '';
    display: block;
    width:20px;
    height: 2px;
    background: #EC1A23;
    position: absolute;
    top:50%;
    transform: translateY(-50%) rotate(90deg);
    right: 5px;
    transition: 0.4s;
  }

  p#toggle.open::after{
    transform: translateY(-50%) rotate(180deg);
  }


  .alct__area{
    border-top:1px solid #EC1A23;
    border-bottom:1px solid #EC1A23;
    padding:20px 0;
    margin:30px 0 60px;
  }

  .toggle__area{
    display: none;
    padding: 20px 0;
  }

  .alct__flex ul li{
    margin-bottom: 0px;
  }

  .alct__flex ul.type1 li{
    margin-bottom: 3px;
  }

  .alct__flex.mt__space{
    margin-bottom: 15px;
  }

  .sauna__slick .slick-list{
    padding-right: 40px;
  }

  .sauna__slick a .ss__right .ssr1{
    justify-content: space-between;
  }

  .title__flex.al__ver p.ts__position{
    top: -5px;
  }

  .title__flex.al__ver{
    margin-top: 10px;
  }

  .magazine__left .gar{
    font-size: 34px;
    line-height: 1;
  }

  .magazine__left .title{
    font-size: 12px;
    margin-top: 3px;
  }

  .magazine__left .gar span:after{
    width: 23px;
    height: 14px;
    bottom: 9px;

  }

  .magazine__left .gar span{
    padding-right: 32px;
  }

  .magazine__link{
    display: block;
  }

  .magazine__left{
    width: 100%;
  }

  .magazine__right{
    width: 100%;
    height: 46vw;
    margin-top: 0px;
  }

  .logo__section.rel{
    padding:25vw 0 55vw ;
  }

  .section__3{
    padding-top: 240px;
  }

  .sauna__size{
    position: relative;
    letter-spacing: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 30px;
  }












  

}

.sp2{
  display: none;
}

@media screen and (max-width:480px) {

  .sp2{
    display: block;
  }

  .fb__text3{
    margin-bottom: 25px;
  }

  .arrow__link.left.white.mt0.size3{
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 30px;
    
  }

  .arrow__link.works__link{
    margin-top: 70px;
  }

  .pick__circle{
    top: -172px;
  }

  .scroll-infinity__item.pv-img1{
    width:80vw;
    padding:0 10px;
  }

  .scroll-infinity__item.pv-img2{
    width:65vw;
    padding:0 10px;
  }

  .scroll-infinity__item.pv-img4{
    width:65vw;
    padding:0 10px;
  }

  .scroll-infinity__item.pv-img5{
    width:90vw;
    padding:0 10px;
  }

  .scroll-infinity__item.pv-img7{
    width:80vw;
    padding:0 10px;
  }

  .scroll-infinity__item.pv-img8{
    width:75vw;
    padding:0 10px;
  }

  .scroll-infinity__item.pv-img9{
    width:85vw;
    padding:0 10px;
  }

  .scroll-infinity__item.pv-img10{
    width:65vw;
    padding:0 10px;
  }

  .scroll-infinity__item.pv-img6{
    width:65vw;
    padding:0 10px;
  }

  .scroll-infinity__item.pv-img3{
    width:95vw;
    padding:0 10px;
  }

  .slider__area.page__ver{
    margin-top: 140px;
  }

  .message__right h3{
    font-size: 19px;
    line-height: 1.5;
  }

  .anker__area{
    align-items: end;
  }

  .anker__area a{
    box-sizing: border-box;
    line-height: 1.4;
    padding-right: 25px;
  }

  .page__bg{
    margin-top: -70vw;
  }

  .faq__category a{
    font-size:11px;
    padding-right: 20px;
    padding-bottom: 10px;

  }

  .faq__category a:after{
    bottom: inherit;
    top: 0;
    width: 15px;
    height: 15px;
  }

  .faq__title{
    font-size: 20px;
    margin: 100px 0 15px;
  }

  .page__ver .faq__row p.faq__q{
    font-size: 14px;
    padding-left: 28px;
    padding-right: 30px;
  }

  .page__ver .faq__row div.faq__a{
    font-size: 14px;
    padding-left: 28px;
    padding-right: 30px;
  }

  .page__ver .faq__row div.faq__a:before{
    font-size: 24px;
    top: -10px;
  }

  .page__ver .faq__row{
    padding:20px 0;
  }

  .single__left .sp img{
    margin-bottom: 25px;
    width: calc(100% + 30px);
    position: relative;
    left: -10px;
  }

  .faq__row p.faq__q:before{
    right: 0;
    width: 15px;
  }

  .faq__row p.faq__q:after{
    right: 0;
    width: 15px;
  }

  .page__ver .faq__row:before{
    font-size: 24px;
    top: 9px;
  }

  header a img{
    width: 60px;
  }

  header a h1 span{
    font-size: 13px;
  }

  .menu_button{
    right: 10px;
    top: 15px;
    width: 32px;
  }

  header a h1{
    font-size: 10px;
    margin-left: 10px;
  }

  header a h1 span{
    font-size: 13px;
  }

  .menu_button .menu_icon01 span{
    width: 32px;
  }

  #nav .menu_button{
    top: 11px;
  }

  .menu_button .menu_icon01 span.bar3{
    width: 28px;
  }

  .menu_button .menu__text{
    font-size: 11px;
    margin-top: 6px;
  }

  .mainV .wrap h2{
    font-size: 40px;
  }

  .mainV .wrap h3{
    font-size: 17px;
  }

  .mainV .wrap p{
    font-size: 13px;
    line-height: 2;
  }

  .mainV .mv__slick img, .mainV{
    height: 840px;
  }

  .mainV{
    padding-top: 460px;
  }

  .pickup a{
    padding:35px 30px;
  }

  .pickup a p.date{
    font-size: 14px;
    width: 80px;
  }

  .pickup a p.category{
    font-size: 10px;
  }

  .pickup a p.title{
    font-size: 14px;
    margin-top: 15px;
  }

  .pickup{
    bottom: -85px;
  }

  .title__flex h2{
    font-size: 80px;
  }

  .title__flex p br{
    display: none;
  }

  .product__flex a.size1{
    height: 90vw;
  }

  .product__flex a.size2{
    height: 44vw;
  }

  .product__flex a p.pf1{
    font-size: 15px;
  }

  .product__flex a p.pf2{
    font-size: 11px;
  }

  .logo__section{
    padding:60px 0 ;
  }

  .cs__slider .slick-dots li{
    width: 20px;
    height: 20px;
  }

  .csa__left .data__1{
    margin-bottom: 35px;
  }

  .csa__left .data__2 p.link{
    margin-bottom: 3px;
  }

  .csa__left .data__1 .flex{
    margin-bottom: 15px;
  }

  .csa__left{
    padding:50px 20px;
  }

  .section__4{
    padding-top: 100px;
  }

  .reason__slider .rf__col{
    width: 280px;
    margin-right: 15px;
  }

  .slider__area{
    margin-top: 100px;
  }

  .footer__area{
    width: calc(100% - 40px);
    padding:45px 15px;
  }


  .footer__area p.fa__1{
    font-size: 16px;
    line-height: 1.7;
  }

  .footer__area p.fa__2{
    font-size: 13px;
    line-height: 1.7;
  }

  .copy__flex p.cal{
    font-size: 40px;
  }

  .footer__info__left{
    padding:0 10px;
  }

  .footer__info__left p{
    width: calc(100% - 100px);
    padding-left: 20px;
    line-height: 1.5;
  }

  .footer__info__right{
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .copyright{
    font-size: 11px;
  }

  .mainV .mv__slick .slick-dots li:before , .cs__slider .slick-dots li:before{
    width: 3px;
    height: 3px;
  }

  .showroom{
    top: -48vw;
  }

  .last__section{
    padding-bottom: 60vw;
  }

  .archive__product__flex .product__item .product__info h3{
    font-size: 18px;
    margin:20px 0 10px;
  }

  .archive__product__flex .product__item .product__info .product__text3{
    margin-bottom: 20px;
  }

  .archive__product__flex .product__item .product__info .product__text4 span.size1{
    margin:0 8px;
  }

  .archive__product__flex .product__item .product__info .product__text5{
    margin:20px 0 10px;
  }

  .breadarea.mb2{
    margin-bottom: 40px;
  }

  .single__section{
    padding:100px 0 80px;
  }

  .single__left a.category{
    font-size: 12px;
    padding:4px 25px;
  }

  .single__left h2{
    font-size: 19px;
    margin:20px 0 10px;
  }

  .single__left .sl__text1{
    font-size: 12px;
  }

  .single__left{
    padding:0 15px;
  }

  .single__mail{
    width: 100%;
  }

  .wrap3{
    padding:0 20px;
  }

  .title__flex h2.line2{
    line-height: 0.9;
  }

  .single__section3 .title__flex div p{
    padding-left: 3px;
  }

  .plus__info .pi__row .pi__left p{
    font-size: 11px;
  }

  .plus__info .pi__row .pi__right p{
    font-size: 13px;
  }

  .plus__info .pi__row .pi__right p a{
    font-size: 13px;
  }

  .archive__product__flex.slick__ver .product__item img , .archive__product__flex.slick__ver .product__item .no__img{
    height: 54vw;
  }

  .archive__product__flex.slick__ver .product__item{
    width: 320px;
    margin-right: 15px!important;
  }

  .rel__link p{
    font-size: 12px;
  }

  .archive__product__flex.slick__ver .product__item .product__info{
    padding:20px ;
  }

  .single__section3 .prev-arrow{
    display: block!important;
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
    width: 80px;
  }

  .archive__product__flex.slick__ver .next-arrow{
    left: 85px;
    width: 80px;
  }

  .slick__ver.archive__product__flex{
    padding-bottom: 100px;
  }

  .table__row .table__left p{
    font-size: 13px;
  }

  .table__row .table__right p{
    font-size: 13px;
  }

  .table__row .table__right p span{
    width: 140px;
  }

  .archive__product__flex .product__item .product__info{
    padding:20px 20px 30px ;
  }

  .single__left .sl__text3 span.size1{
    font-size: 22px;
    margin:0 5px;
  }

  .single__left .sl__text3{
    font-size: 13px;
  }

  .arrow__link3{
    margin-top: 60px;
  }

  .arrow__link3 a img{
    width: 28px;
    position: relative;
    top: -1px;
    margin-left: 8px;
  }

  .arrow__link3 a{
    padding:10px 15px 8px;
  }

  .company__table .ct__left p, .company__table .ct__right p, .company__table .ct__right ul{
    font-size: 14px;
  }

  .company__table .ct__right{
    padding-bottom: 20px;
  }

  .company__table .ct__left{
    padding-top: 20px;
  }

  .title__flex h2.type2{
    font-size: 68px;
  }

  .privacy p, .privacy ul{
    font-size: 14px;
  }

  .privacy h3{
    font-size: 18px;
    margin:50px 0 15px;
    padding-left: 46px;
  }

  .privacy h3.pr__num:before{
    font-size: 15px;
    top: 1px;
  }

  .privacy h4.num__plus1, .privacy h4.num__plus2, .privacy h4.num__plus3, .privacy h4.num__plus4{
    margin-left: 24px;
  }

  .privacy h4.num__plus1:before , .privacy h4.num__plus2:before , .privacy h4.num__plus3:before , .privacy h4.num__plus4:before{
    font-size: 16px;
    left: -24px;
  }

  .privacy h4 , .privacy p.bold{
    font-size: 16px;
  }

  .privacy ul li:before{
    top: 10px;
  }

  .privacy p.bold{
    margin-bottom: 10px;
  }

  .privacy a{
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
  }

  .privacy a.blank img{
    width: 14px;
    position: relative;
    top: 1px;
  }

  .privacy .info span{
    width: 95px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .privacy .info p{
    position: relative;
    padding-left: 95px;
  }

  .category__flex .category__right ul li a{
    padding:5px 15px;
  }

  .category__flex.news__category .category__right ul li{
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .category__flex .category__left{
    margin-bottom: 15px;
  }

  .category__flex.news__category{
    border-bottom: 1px solid #FF171F;
    padding-bottom: 10px;
  }

  .na__row:last-child{
    border-bottom: 1px solid #FF171F;
  }

  .na__row.pickver .pick__left{
    margin-bottom: 15px;
  }

  .na__row.pickver .pick__right h3.title{
    font-size: 17px;
    margin-top: 10px;
  }

  .na__row a{
    padding:20px 0 ;
  }

  .na__row a h3.title{
    font-size: 15px;
    margin-top: 10px;
  }

  .na__row a p.category span{
    position: relative;
    top: -1px;
  }

  .news__single .wrap4 p.category{
    font-size: 12px;
    margin-bottom: 5px;
  }

  .news__single .news__header__left h2{
    font-size: 18px;
    margin-bottom: 15px;
  }

  .sns__flex p, .news__single .news__header__left p.date{
    font-size: 14px;
  }

  .news__header__right{
    width: 200px;
  }

  .sns__flex a{
    width: 40px;
  }

  .news__content .thm__img img{
    margin-bottom: 20px;
  }

  .news__content h3{
    font-size: 17px;
    margin:35px 0 17px;
  }

  .news__content h2{
    font-size: 19px;
    margin:50px 0 17px;
  }

  .news__content__text img{
    margin:20px 0;
  }

  .news__product{
    margin-top: 40px;
    padding-top: 50px;
  }

  .np__box{
    padding:30px 20px ;
    display: block;
  }

  .np__box .np__left{
    width: 100%;
    padding-right: 0;
  }

  .np__box .np__right{
    width: 100%;
    padding-left: 0;
  }

  .np__box .np__right h3{
    font-size: 17px;
    margin-bottom: 15px;
  }

  .news__footer{
    padding:30px 20px;
    margin-top: 50px;
  }

  .sns__flex.type2{
    width: 200px;
    margin-top: 25px;
  }

  .navigation .nav__prev a{
    padding-left: 35px;
    padding-top: 22px;
    font-size: 11px;
  }

  .navigation .nav__next a{
    padding-right: 35px;
    padding-top: 22px;
    font-size: 11px;
  }

  .navigation .nav__prev a:before{
    left: 70px;
  }

  .navigation .nav__next a:before{
    left: inherit;
    right: 70px;
  }

  .navigation .nav__prev{
    width: 36%;
    padding-right: 10px;
  }

  .navigation .nav__next{
    width: 36%;
    padding-left: 10px;
  }

  .navigation .nav__all{
    width: 28%;
  }

  .news__content p{
    font-size: 14px;
  }

  .np__spec{
    margin-bottom: 30px;
  }

  .error404 .title__flex{
    padding-top: 120px;
  }

  .notfound__text h3{
    font-size: 21px;
    margin:40px 0 20px;
  }

  .title__flex p.type4{
    font-size: 21px;
    margin-top: 0;
  }

  .notfound__text p.nt__text1{
    font-size: 14px;
    margin-bottom: 30px;
  }

  .notfound__text p.nt__text2{
    font-size: 15px;
  }

  
  .pagination .wp-pagenavi a.previouspostslink{
    width: 40px;
    margin-right: 15px;
  }

  .pagination .wp-pagenavi a.nextpostslink{
    width: 40px;
    margin-left: 15px;
  }

  .pagination .wp-pagenavi a , .pagination .wp-pagenavi .current{
    font-size: 16px;
    margin:0 10px;
  }

  .wp-pagenavi{
    margin-top: 80px;
  }

  .title__flex h2.type5{
    font-size: 62px;
  }

  .category__flex.news__category{
    padding-top: 0;
  }

  .arrow__link2{
    font-size: 14px;
  }

  .arrow__link2 img{
    width: 28px;
  }

  .archive__product__flex.news__ver .product__item h3{
    font-size: 17px;
    line-height: 1.55;
  }

  .archive__product__flex.news__ver .product__item .category a{
    font-size: 12px;
  }

  .na__row.pickver .pick__right .pickright__flex p.date , .na__row a p.date{
    width: auto;
    padding-right: 15px;
  }

  .na__row a p.category, .na__row.pickver .pick__right .pickright__flex p.category{
    width: auto;    
  }

  .news__footer a img{
    width: 14px;
    margin-left: 4px;
  }

  .topnews__area{
    margin-top: 100px;
    padding-top: 100px;
  }

  .slider__area{
    margin-top: -45vw;
  }

  .toplink__flex.mt__plus a.arrow__link{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .toplink__flex.mt__plus a.arrow__link.news__link{
    padding-left: 0;
  }

  .toplink__flex.mt__plus a.ig__link{
    padding-left: 0;
    justify-content: center;
  }

  .arrow__link{
    padding:15px 0;
  }

  .topnews__area{
    padding-bottom: 62vw;
  }

  .toplink__flex.mt__plus{
    margin-top: 70px;
  }

  .arcase__flex .arcase__left h3{
    margin-bottom: 15px;
  }

  .arcase__category p a{
    font-size: 12px;
  }

  .ar__category p{
    margin-right: 10px;
  }

  .arcase__link .arl__flex .arl__left h3{
    font-size: 20px;
  }

  .arcase__link .arl__flex .arl__left p.excerpt{
    font-size: 14px;
  }

  .arfaq__area{
    margin-top: 80px;
  }

  .slider__area.archive__slider{
    margin-top: 100px;
  }

  .ar__category p a{
    margin-right: 0;
  }

  .arcase__flex .arcase__right.single{
    margin-top: 80px;
  }

  .works__content{
    margin-top: 40px;
  }

  .works__content figure{
    margin-bottom: 10px;
  }

  .works__content div{
    gap:0!important;
  }

  .title__flex h2.w__size{
    font-size: 65px;
  }

  .point h4{
    margin-bottom: 10px;
  }

  .point p{
    font-size: 13px;
    margin: 0;
  }

  .arcase__link{
    margin-bottom: 80px;
  }

  .archive__product__flex.news__ver .product__item p.excerpt{
    font-size: 13px;
  }

  .p-reason__flex .p-reason__right h3, .p-feature__flex .p-feature__right h3{
    font-size: 18px;
    margin-bottom: 15px;
  }

  .p-reason__flex .p-reason__right{
    padding:65px 20px 40px;
  }

  .p-reason__flex .p-reason__right p, .p-feature__flex .p-feature__right p{
    font-size: 14px;
  }

  .p-reason__flex .p-reason__right .reason__num{
    top:18px;
  }

  .page__btn{
    margin-top: 25px;
  }

  .nv__right .prev-arrow{
    width: 80px;
  }

  .nv__left{
    padding-right: 0;
  }

  .arrow__link.left.white.mt0{
    position: relative;
    top: 0;
    transform: translateY(0);
  }

  .nv__right .archive__product__flex.slick__ver .product__item{
    width: 290px;
  }

  .nv__right .archive__product__flex.slick__ver .product__item img , .nv__right .archive__product__flex.slick__ver .product__item .no__img{
    height: 50vw;
  }

  .fb__flex a span:after{
    display: none;
  }

  .fb__flex a{
    font-size: 14px;
  }

  .num__row .nr__num{
    width: 36px;
    height: 36px;
    font-size: 16px;
    left: 0;
    line-height: 36px;
  }

  .num__row .nr__num:before{
    width: 48px;
    height: 48px;
  }

  .num__row:before{
    left: 17px;
    width: 1px;
  }

  .num__row{
    padding-left: 55px;
  }

  .fb__content h3{
    font-size: 18px;
    position: relative;
    margin-bottom: 55px;
  }

  .fb__content h3 span{
    position: absolute;
    left: 0;
    top: 35px;
    margin: 0;
  }

  .fb__content p{
    font-size: 14px;
  }

  .fb__content p span{
    font-size: 12px;
    margin-top: 25px;
    margin-top: 20px;
  }

  .arrow__link--abo{
    position: relative;
    top: 0;
    transform: translateY(0);
    margin:30px 0 10px ;
  }

  .message__flex{
    margin-top: 85px;
  }

  .slider__area.page__ver{
    margin-top: 120px;
  }

  .slider__area.page__ver{
    padding-bottom: 80px;
  }

  .page .title__sub.mb{
    font-size: 14px;
    margin-bottom: 55px;
  }

  .page__section.feature-sec3 , .page__section.feature-sec4.page__bg{
    padding:80px 0 ;
  }

  .left__space.mt__plusA{
    margin-top: 100px;
  }

  .page__section.feature-sec5{
    padding-top: 80px;
  }

  .sh__flex{
    margin-top: 70px;
  }

  .shr__2{
    font-size: 20px;
  }

  .shr__3{
    font-size: 15px;
    margin-bottom: 40px;
  }

  .sh__address{
    padding:20px 20px ;
  }

  .shr__5{
    font-size: 13px;
    margin-bottom: 5px;
  }

  /* .sh__right .arrow__link{
    text-align: left;
    padding-left: 41px;
  } */

  .section__sub.mb__plus{
    margin-bottom: 45px;
  }

  .logo__slider.position2.type2{
    top:220px;
    margin-top: -110px!important;
  }

  .title__flex h2.faq__sectitle{
    font-size: 50px;
    margin-top: 150px;
  }

  .section__sub{
    font-size: 14px;
  }

  .reason__slider{
    margin-top: 40px;
  }

  .title__flex h2.faq__sectitle.display{
    margin-top: 270px;
  }

  .display__area{
    margin-top: 45px;
  }

  .product__item.display .display__info{
    margin-bottom: 20px;
  }

  .product__item.display h3{
    font-size: 19px;
    margin-bottom: 18px;
  }

  .product__item.display .product__text3{
    font-size: 14px;
  }

  .fb__text2{
    font-size: 21px;
    margin:25px 0 10px;
  }

  .fb__text3{
    font-size: 13px;
  }

  .fb__text4{
    font-size: 14px;
    margin-bottom: 40px;
  }

  .topcase__right{
    margin-top: 30px;
    padding:30px 0;
  }

  .topcase__right .tcr__item{
    padding:40px;
    margin-right: 20px;
  }

  .topcase__right .tcr__item p{
    font-size: 17px;
  }

  .topcase__area{
    margin-top: 100px;
  }

  .single__section.fb__ver:before{
    width: 30%;
  }

  .anker__area.fb__ver{
    margin-top: 110px;
  }

  .topcase__area{
    margin-top: 90px;
  }

  .title__flex h2.size2{
    font-size: 65px;
  }

  .page__bg.fb__ver{
    padding-top: 140px;
  }

  .p-reason__flex .p-reason__right p span{
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.4;
  }

  .topcase__right .tcr__item:before{
    left: 30px;
    bottom: -18px;
  }

  .footer__info__right p{
    margin-bottom: 10px;
  }

  .nrr__left a{
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .arrow__link.white.mt0.btn1{
    padding-left: 0px;
    text-align: center;
  }
  
  .toplink__flex.mt__plus a.news__link.btn2{
    padding-left: 0;
    text-align: center;
  }

  .arrow__link.works__link{
    width: calc(100% - 40px);
    text-align: center;
    padding-left: 0;
  }

  .toplink__flex p{
    margin: 0;
  }

  .faq__wrap .title__flex p.type6 br{
    display: block;
  }

  .faq__wrap .title__flex p.type6{
    letter-spacing: 0;
  }

  .arrow__link.type6{
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 15px;
  }

  .home .faq__title{
    margin-top: 50px;
  }

  .arrow__link3 a{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    padding:14px 15px;
    padding-right: 30px;
  }

  .arrow__link3 a img{
    position: absolute;
    margin: 0;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: 0.4s;
  }

  .arrow__link3 a:hover img{
    transform: translateY(-50%) translateX(5px);
  }

  .nv__right{
    width: calc(100% + 15px) !important;
  }

  .rel3.left__space.mt__plus{
    margin-bottom: -310px;
  }

  .page__section.feature-sec5{
    padding-top: 130px;
  }

  .reason__slider{
    box-sizing: border-box;
    padding-left: 20px;
  }

  .color .breadarea{
    margin-bottom: 50px;
  }

  .color .title__flex p{
    font-size: 13px;
  }

  .color .title__flex p span{
    font-size: 11px;
  }

  .contact__section1 .contact__col h3{
    font-size: 21px;
    margin-bottom: 20px;
  }

  .contact__section1 .contact__col p{
    font-size: 13px;
  }

  .circle__flex .circle__col:nth-child(2){
    margin:0 15px;
  }

  .circle__flex .circle__col{
    width: 100px;
    height: 100px;
  }

  .circle__flex .circle__col .circle__text{
    font-size: 16px;
  }

  .contact__form .form__box{
    padding:60px 20px;
  }

  .contact__form .form__box h4:before{
    width: 4px;
    height: 20px;
  }

  .contact__form .form__box h4{
    line-height: 1.5;
    font-size: 16px;
    padding-left: 12px;
  }

  .row.radio-flex p{
    margin:4px 0;
  }

  .contact__form .form__box h4 span.must ,.contact__form .form__box h4 span.option {
    font-size: 10px;
    top: -2px;
    padding:2px 4px;
    margin-left: 8px;
  }

  .row__right .zip2 p.black{
    width: 80px!important;
    font-size: 12px!important;
  }

  .row__left{
    margin-top: 35px;
  }

  p.pr__1{
    font-size: 12px;
  }

  .check .wpcf7-list-item label{
    font-size: 13px;
  }

  p.caution{
    font-size: 12px;
  }

  .answer.radio1 p a::before{
    top: 4px;
  }

  .row.radio-flex .wpcf7-form-control.wpcf7-radio .wpcf7-list-item{
    font-size: 14px;
  }

  .row.radio-flex .wpcf7-radio input[type="radio"]{
    top: 5px;
  }

  .text2{
    font-size: 14px;
  }

  p.pr__1 a::after{
    width: 10px;
    height: 10px;
  }

  .contact__form .form__box h4 span.size{
    font-size: 11px;
  }

  .zip4 input{
    width: 100%!important;
  }

  .thanks .notfound__text h3{
    font-size: 19px;
  }

  .arrow__link3 a{
    position: relative;
  }

  .notfound__text p.nt__text3{
    font-size: 12px;
  }

  .contact__section1 .contact__col a.tel__link{
    font-size: 23px;
    padding:10px 0;
  }

  .contact__section1 .contact__col a.tel__link img{
    width: 18px;
  }

  .answer .calender input{
    height: 40px;
  }

  p.pr__1 a{
    padding-right: 10px;
  }

  p.pr__1 a::after {
    right: 10px;
  }

  .submit.submit__flex{
    margin-top: 60px;
  }

  .nrr__right ul{
    display: block;
  }

  .tas__flex{
    padding: 0 10px;
  }

  .page__section.al__ver .wrap{
    padding:0 30px;
  }

  .title__flex.al__ver h2{
    width: 310px;
    font-size: 77px;
    white-space: nowrap;
  }

  .title__flex.al__ver p{
    width: 310px;
  }

  .sauna__slick{
    margin-top: 30px;
  }

  .sauna__slick a .ss__right h3{
    font-size: 18px;
  }

  .sauna__slick a .ss__right p.ma__text2{
    font-size: 13px;
  }

  .sauna__slick a .ss__right .ssr2 p{
    font-size: 13px;
  }

  .sauna__slick .slick-list{
    padding-right: 20px;
  }

  .single__content.fb__ver .single__left .sauna__slick .next-arrow{
    right: 35px;
  }

  .taa2{
    font-size: 15px;
    margin-bottom: 35px;
  }

  .tas__flex a{
    padding:10px;
  }

  .tas__flex a div{
    padding-right: 0;
  }

  .tas__flex a div.tas__content img{
    display: none;
  }

  .tas__flex a div.tas__content:after{
    display: none;
  }

  .tas__flex a img , .tas__flex a .no__img{
    height: 90px;
  }

  .tas__flex a div.tas__content img{
    height: 90px;
  }

  .tas__flex a div .tas__1{
    font-size: 12px;
    line-height: 1.4;
  }

  .tas__flex a div .tas__2{
    font-size: 10px;
  }

  .ta__area.type2{
    padding-bottom: 60px;
  }

  .title__flex.al__ver p{
    top: -5px;
  }

  p#toggle{
    font-size: 18px;
    padding:5px 0;
  }

  .magazine__left{
    padding:70px 20px ;
  }

  .magazine__right{
    height: 70vw;
  }

  .logo__section.rel{
    padding:28vw 0 84vw ;
  }

  .section__3{
    padding-top: 220px;
  }


}

/* 20260106 */
.grecaptcha-badge{
	display:none!important;
}

.contact .grecaptcha-badge ,
.contact2 .grecaptcha-badge ,
.contact3 .grecaptcha-badge{
	display:block!important;
}





