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

.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:#ED1C24;
  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: #ED1C24;
  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: #ED1C24;
  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:white;
  stroke-width:5px;
  stroke-dasharray: 314;
  animation: demo_kururi linear 5s;
}

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

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

.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:#ED1C24;
  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:#ED1C24;
  margin: 0;
  width: 100px;
}

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

.pickup a p.title{
  font-size: 15px;
  margin: 0;
  width: calc(100% - 200px);
}

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

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

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

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

/* 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;
}

.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:#ED1C24;
  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: #ED1C24;
  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;
}

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

.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:150px 0;
  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__area{
  background: #630B0E;
  color:#CAB69E;
  margin-top: 30px;
}

.csa__flex{
  display: flex;
  width: calc(100% + 40px);
}

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

.csa__right{
  width: 68%;
}

.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 .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 #ED1C24;
  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:#ED1C24;
  line-height: 1;
}

.rf__col p.rfc__2{
  font-size: 24px;
  color:#ED1C24;
  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: 740px;
}

.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:#ED1C24;
  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{
  color:rgba(255,255,255,0.8);
  font-size: 16px;
  transition: 0.4s;
  text-decoration: none;
}

.footer__info__right p 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 a{
  font-size: 12px;
  position: relative;
  color:rgba(255,255,255,0.8);
  padding-right:20px;
  transition: 0.4s;
}

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

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

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

/* footer{
  margin-top: 600px;
} */

.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: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadarea span a{
  display: inline-block;
  padding-right: 38px;
  position: relative;
  transition: 0.4s;
  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 .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: #ED1C24;
  color:white;
  border-color: #ED1C24;
  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:#ED1C24;
  margin: 0;
}

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

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

.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:#ED1C24;
  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 #ED1C24;
  border-radius: 14px;
  color:#ED1C24;
  text-decoration: none;
  transition: 0.4s;
}

.single__left a.category:hover{
  background: #ED1C24;
  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:#ED1C24;
  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;
}

.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 .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{
  color:#ED1C24
}

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








@media screen and (max-width:1500px){

  .copy__flex{
    width: calc(100% + 40px);
    left: -20px;
    top: -40px;
    margin-top: 120px;
  }

  .cs__area .wrap{
    padding-right: 0;
    width: 100%;
  }

  .csa__flex{
    width: 100%;
    left: 0;
  }

  .cs__area{
    margin-top: 40px;
  }

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

  .wrap3{
    padding:0 80px;
  }

  .archive__product__flex.slick__ver .next-arrow{
    right: 75px;
  }



}

@media screen and (max-width:1300px) {

}

@media screen and (max-width:1200px) {

  .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:100px 0;
  }

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

  .slider__area{
    margin-top: 200px;
  }

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



}

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

  .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{
    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 .wrap{
    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: 12px;
  }

  .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;
    left: 0%;
    top: 0%;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
  }

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

  .archive__product__flex.slick__ver .product__item 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;
  }

  .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: 20px;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
    width: 90px;
  }

  .archive__product__flex.slick__ver .next-arrow{
    left: 115px;
  }

  .spec__link{
    justify-content: center;
  }

  .spec__link a{
    margin:0 6px;
  }

  .table__row{
    margin-top: 35px;
  }




}

.sp2{
  display: none;
}

@media screen and (max-width:480px) {

  .sp2{
    display: block;
  }

  .single__left .sp img{
    margin-bottom: 25px;
    width: calc(100% + 30px);
    position: relative;
    left: -10px;
  }

  header a img{
    width: 70px;
  }

  header a h1{
    font-size: 10px;
    margin-left: 15px;
  }

  header a h1 span{
    font-size: 14px;
  }

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

  .footer__info__left p{
    width: calc(100% - 100px);
    padding-left: 20px;
    font-size: 10px;
  }

  .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: 65vw;
  }

  .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{
    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: 20px;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
    width: 80px;
  }

  .archive__product__flex.slick__ver .next-arrow{
    left: 105px;
    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;
  }









}








