@charset "utf-8";
/*@charset "UTF-8";     コメント */
/*css初期設定 start*/
html {
  font-size: 62.5%;
  /*文字標準*/
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
}
a {
  text-decoration: none;
  /*リンクデコレーションリセット*/
}
/*大きさの計算*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*hrリセット*/
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  width: 100%;
  margin: 0 auto;
  line-height: 1.7;
  /*文字詰め*/
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  /*スマホ横向き時のフォントサイズリセット*/
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.4rem;
  background-color: #fff;
}
.eng {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
}
/*iOSフォーム要素の初期化*/
input, button, textarea, select {
  -webkit-appearance: none;
  appearance: none;
}
/*画像の調整*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
span {
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .br-sp {
    display: none;
  }  
}
/*ここまでは基本変更しない（ヘッダーフッターが崩れる可能性があります*/
/*メインcss*/
.main_contents {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.main_contents {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.topSec {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: var(--main-bg-color);
}
.topSec .moveImg01 {
  width: 100%;
  height: 0;
  padding-top: 33.33%;
  position: relative;
  margin-top: 10%;
}
/* 横スクロールセクション */
.container {
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}
.box {
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
}
.leadSec {
  margin: 0 auto;
  padding: 10% 10% 1%;
  background-color: white;
  position: relative;
}
.leadSec::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 40px 0 0 100vw;
  /*transparentで余分な線を消す*/
  border-color: rgba(255, 255, 255, 0);
}
.leadSec .mainTitle {
  padding-bottom: 5%;
}
.leadSec .mainTitle h2 {
  font-size: clamp(20px, 5.33vw, 35px);
  font-weight: 700;
  line-height: clamp(30px, 8vw, 59.5px);
  text-align: center;
}
.leadSec .descCard {
  width: 100%;
  margin: 10% auto;
}
.leadSec h3.bg-black {
  display: inline-block;
  padding: 2px 15px;
  background-color: black;
  color: white;
  font-weight: 500;
}
.prodMainImg {
  width: 100%;
}
/* 背景画像の見えている高さ */
.parallax {
  width: 100%;
  height: 100vh;
  -webkit-clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
  clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
}
.parallax01::before {
  background-image: url("../images/148755_807_coordi.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.parallax02::before {
  background-image: url("../images/148755_127_coordi.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.parallax03::before {
  background-image: url("../images/148759_coordi.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.parallax04::before {
  background-image: url("../images/148754_coordi.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.prodFlex {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.prodCard {
  width: 100%;
  padding: 5% 10%;
}
.prodCard h4 {
  font-size: clamp(23px, 6.13vw, 35px);
  line-height: clamp(23px, 6.13vw, 35px);
  padding-bottom: 3%;
  text-align: center;
}
/*swiper　Setup*/
.swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.swiper-wrapper {
  height: auto;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
/*swiper矢印の大きさ*/
.swiper [class^="swiper-button-"]::after {
  font-size: 20px;
}
/*swiper矢印の色*/
.swiper [class^="swiper-button-"] {
  color: white;
}
/*swiper位置移動*/
.swiper [class^="swiper-button-"] {
  width: 5px;
}
/*swiperページネーションの色変硫黄*/
.swiper .swiper-pagination-bullet {
  background-color: white;
}
.prodFlex .descCard {
  margin: 2% auto 0;
}
.prodFlex .descCard .descTxt {
  text-align: left;
  padding-bottom: 5%;
}
.prodFlex .descCard a.buyBtn {
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  margin: 5% auto;
  font-size: clamp(16px, 4.26vw, 20px);
}
.prodFlex .descCard .credit {
  text-align: center;
}
.cvSec{
  display: block;
  width: 100%;
  margin: 10% auto;
  text-align: center;
  padding: 0 10%;
}
.cvSec a.cvBtn{
  display: block;
  width: 100%;
  background-color: #000;
  color: #fff;
  margin: 0 auto;
  font-size: clamp(16px, 4.26vw, 20px)
}

@media (min-width: 1024px) {
.leadSec .mainTitle {
    padding-bottom: 5%;
    text-align: center;
}

  .container {
    width: 100%;
/*    max-width: 1240px;*/
    margin: 0 auto;
  }
  .leadSec {
    padding: 8% 20% 5%;
  }
  .leadSec .descCard {
    width: 100%;
    margin: 4% auto;
  }
  .leadSec h3.bg-black {
    padding: 2px 30px;
    font-size: 25px;
  }
  .leadSec .descCard p {
    font-size: 25px;
    font-weight: 400;
  }
  .parallax {
    width: 100%;
    height: 100vh;
    -webkit-clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0 100%);
    clip-path: polygon(0 80px, 100% 0, 100% calc(100% - 80px), 0 100%);
  }
  .parallax01::before {
    background-size: contain;
    width: 100%;
    height: 100vh;
    background-color: #ebebeb;
  }
  .parallax02::before {
    background-size: contain;
    width: 100%;
    height: 100vh;
    background-color: #ebebeb;
  }
  .parallax03::before {
    background-size: contain;
    width: 100%;
    height: 100vh;
    background-color: #ebebeb;
  }
    .parallax04::before {
    background-size: contain;
    width: 100%;
    height: 100vh;
    background-color: #ebebeb;
  }
  .prodFlex {
    width: 67%;
    display: flex;
    flex-direction: row;
    margin: 5% auto;
  }
  .prodCard {
    width: 50%;
    padding: 3%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;    
  }
  .prodFlex .descCard a.buyBtn {
    width: 50%;
    margin: 2% auto;
    font-size: 20px;
    font-weight: 600;
  }
  .prodFlex .descCard .descTxt {
  padding-bottom: 5%;
    font-size: clamp(16px, 1.56vw, 17px) ;
    font-weight: 500;
    width: 100%;
    height: 68.04%;
    /* padding-top: 68.04%; */
    min-height: 230px;
    max-height: 230px;
    /* position: relative;*/
  }
  .prodFlex .descCard .descTxt p{
/*    position: absolute;*/
    width: 100%;
/*    top: 0;*/
/*    left: 0;*/
  }
.cvSec {
    margin: 5% auto;
}  
a.cvBtn{
  max-width: 450px;
}  
}
