@charset "UTF-8";

/* =========================
   FV
========================= */
section.fv{
  height: 100vh;
  width: 100%;
  min-height: 600px;
  background-image: url("../img/home/fv_whiteline.png"), url("../img/home/fv.jpg");
  background-size: 30%, cover;
  background-position: bottom -1px right, center;
  background-repeat: no-repeat, no-repeat;
}

.fv_message{
  position: absolute;
  right: 5%;
  top: -5%;
  line-height: 75px;
  letter-spacing: 6px;
  height: 100vh;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 4.5rem;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-family: yu-mincho-pr6n, sans-serif;
  color: #2B2B2B;
}

.fv_message span{
  display: block;
  margin-top: 0;
  font-family: mr-eaves-modern, sans-serif;
  font-size: 3rem;
  letter-spacing: 3px;
  color: #707070;
}

/* =========================
   CONCEPT
========================= */
section#concept{
  padding: 160px 0;
  display: flex;
  align-items: center;
}

.concept_image{ width: 56%; }

.concept_cap{
  width: 38%;
  margin-left: 6%;
  max-width: 360px;
}

.concept_cap h2{
  font-size: 3.2rem;
  color: #2B2B2B;
  line-height: 60px;
  margin-bottom: 30px;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-family: yu-mincho-pr6n, sans-serif;
}

.concept_cap p{
  color: #2B2B2B;
  line-height: 28px;
  font-size: 1.4rem;
}

/* =========================
   PRODUCT（PC：3列固定）
   ※手動 nth-child 調整は廃止
========================= */
section#product{
  max-width: 1000px;
  margin: 0 auto;
}

ul.product_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 100px 120px;   /* 縦 横の間隔 */
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.product_items li{
  width: 270px;
  max-width: 270px;
  flex: 0 0 270px;
  box-sizing: border-box;
  margin: 100px 0 0;
}

.product_image img{
  width: 100%;
  height: auto;
  display: block;
}
.product_image{ margin-bottom: 15px; }

.product_items h3{
  font-family: mr-eaves-modern, sans-serif;
  font-size: 2.2rem;
  line-height: 30px;
  letter-spacing: 1.5px;
  color: #2B2B2B;
}

.product_items h3 span{
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #2B2B2B;
  line-height: 20px;
  margin: 8px 0;
  letter-spacing: 0;
  font-size: 1.2rem;
}

.product_price{
  font-size: 1.4rem;
  font-family: mr-eaves-modern, sans-serif;
  letter-spacing: 1.5px;
  color: #2B2B2B;
}

a.more_btn{
  font-family: mr-eaves-modern, sans-serif;
  letter-spacing: 1.5px;
  background: #000;
  display: block;
  color: #fff;
  margin-top: 20px;
  border-radius: 200px;
  text-align: center;
  padding: 24px;
}

/* =========================
   SP（480px）
========================= */
@media screen and (max-width: 480px){

  .fv_message{
    right: inherit;
    left: 10.5%;
    top: 150px;
    height: inherit;
    line-height: 52px;
    letter-spacing: 5px;
    display: inherit;
    -webkit-flex-direction: inherit;
    -webkit-justify-content: inherit;
    font-size: 3.2rem;
  }

  .fv_message span{
    font-size: 1.8rem;
    letter-spacing: 3px;
    line-height: 44px;
  }

  section.fv{
    min-height: inherit;
    background-image: url(../img/home/fv_spline.png), url(../img/home/fv_sp.jpg);
    background-size: 35%, cover;
    background-position: bottom -1px right, top 40px center;
  }

  section#concept{
    padding: 75px 0;
    display: block;
  }

  .concept_image{ width: 90%; }

  .concept_cap{
    width: 75%;
    margin: 60px auto 0;
    max-width: 75%;
  }

  .section_title{
    font-family: mr-eaves-modern, sans-serif;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    color: #707070;
    font-size: 1.5rem;
  }

  .concept_cap h2{
    font-size: 2.4rem;
    line-height: 48px;
    margin-bottom: 20px;
  }

  .concept_cap p{
    line-height: 28px;
    font-size: 1.3rem;
  }

  section#product{
    max-width: 75%;
    margin: 0 auto;
  }

  ul.product_items{
    gap: 0; /* SPは縦並びなのでgap不要 */
  }

  .product_items li{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 60px;
  }

  .product_items h3{
    font-size: 3rem;
    line-height: 45px;
  }

  .product_items h3 span{
    line-height: 28px;
    font-size: 1.3rem;
  }

  .product_price{
    font-size: 1.6rem;
    margin: 20px 0 10px;
  }

  .product_price span{ font-size: 1.1rem; }

  a.more_btn{
    font-size: 1.8rem;
    padding: 24px 0;
  }

  .product_items h3 span br{
    display: none;
  }
}

/* =========================
   NEWS
========================= */
.news span{ color:#ea5514; }
.news p{ font-size:1.6rem; letter-spacing:0.1rem; }

ul.newsList{
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px dotted #999;
  padding: 10px 0;
}

ul.newsList li{
  display: block;
  margin: 10px 10px;
}

ul.newsList li:nth-child(-n + 2){
  flex-basis: 130px;
}

ul.newsList li:nth-child(2){
  flex-basis: auto;
}

/* 320px */
@media screen and (max-width: 320px){
  .news_container{
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
}
