/* CSS Document */
@import url("../../products/style.css");
.pc_only {
  display: none;
}
.sp_only {
  display: block;
}
h3.serif{
    text-align: center;
    margin-bottom: 1em;
}
.first .text {
  text-align: left;
}
.point {
    background: #efeae4;
}
.point .f30 {
    letter-spacing: .2em;
    font-size: 2.5rem;
  }
.point .serif {
    letter-spacing: .1em;
  }
.point .point_item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 76%;
    gap: 16%;
    margin-left: 9%;
}
.point .point_text {
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
}
.point .point_img {
    width: 85px;
    padding-right: 1em;
}
.point .point_caption{
    width: calc(100% - 85px);
}
.point h4 {
    font-weight: bold;
    margin-bottom: 1em;
}
.point h4 .marker{
    background: linear-gradient(transparent 60%, #DFE8A2 0%);
}
.point .point_list {
  margin-top: 8%;
}
.point .point_sub {
  margin-top: 24px;
  text-align: center;
}
.point .point_sub p:last-child {
  margin-top: 20px;
}
.point .point_img-top {
  margin-left: 10%;
  width: 90%;
}
.point .point_img-top02 {
  width: 90%;
  margin-left: 9%;
}
.point .sp_only .point_list_wrap {
  margin-top: 16%;
}
.point .sp_only .arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.point .sp_only .arrow::before,
.point .sp_only .arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 6px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.point .sp_only .point-triangle {
  width: 100%;
  margin-top: 20%;
}
.point .sp_only .point-triangle::before {
  left: 4px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 20px solid transparent;
  border-left: 20px solid #d2c6bb;
  transform: rotate(90deg);
}
.point .sp_only .point_text {
  width: 70%;
  margin: 0 auto;
}
.point .sp_only .point_sub {
  margin-top: 0;
}
.point .sp_only .point_sub p {
  margin-top: 0;
/*  word-break: keep-all;*/
}
.point_title {
  letter-spacing: .1em;
}
.products_detail {
  padding-top: 2%;
}
.products_detail .products_img{
    text-align: center;
}
.products_detail .products_img span{
    color: #d9667c;
    display: block;
}
.products_detail .pink {
  color: #d9667c;
}
.products_text {
  margin-top: 1em;
}
.products_text dd p:nth-child(2) {
  margin-top: 1em;
}
.howto h3{
  text-align: center;
}
.howto .howto_list_wrap{
    margin: 3em 0 6em;
}
.howto .howto_list.grid{
    grid-template-columns: 1fr 1fr;
}
.howto .howto_list li{
    background: #E9EFBC;
    padding: .5em;
    border-radius: 10px;
    text-align: center;
    display: flex
}
.howto .howto_list li p{
    margin: auto;
}
.howto h4 span{
    background: #E9EFBC;
}
.howto .howto_box:nth-of-type(3) h4 span{
    background: #FAE8B4
}
.swiper-button-next, .swiper-button-prev{
    bottom: 0;
    top: auto;
}
.step_slider .swiper-wrapper{
    padding-bottom: 4em;
}
.products_detail .products_price{
    margin-bottom: 0;
}
.concept_list .sub_title {
    position: absolute;
    top: 48%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    line-height: 1.5em;
    }
.concept_list .concept_img {
  margin: 0 auto;
  width: 200px;
}
.concept_list img {
    padding: 36px;
}
.concept .concept_list li:nth-child(n+2) {
  margin-top: 16%;
}
    .whats_list .whats_item .text {
        margin-top: 16px;
        text-align: center;
    }
 .whats {
    background-color:#efeae4;
  }
.whats .f30 {
    letter-spacing: .2em;
  }
.whats_list {
  margin-top: 8%;
}
 .whats_item {
   width: 250px;
   margin: 0 auto;
   text-align: center;
    }
.whats_item:nth-child(n+2) {
      margin-top: 20%;
    }
.whats_item img {
        width: 70%;
    }
.whats_title {
  letter-spacing: .1em;
}
@media screen and (min-width:1280px){
  .pc_only {
  display: block;
}
.sp_only {
  display: none;
}
  .first .text {
    text-align: center;
  }
  .point .f30 {
    font-size: 3rem;
  }
.point .point_item{
    width: 40%;
    margin: 2em 0;
}
.howto .howto_list.grid{
    grid-template-columns: 1fr 1fr 1fr;
}
    .howto .howto_list_wrap{
        grid-template-columns: 2fr 1fr;
        column-gap: 2em;
    }
    .step_list{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap:1em;
    }
  .point .point_list {
  width: 70%;
  margin: 24px auto;
}
.point .point_list li {
  text-align: center;
}
.point .point_list p {
  text-align: left;
}
.point .point_item{
    width: 76%;
    gap: 16%;
    margin-left: 9%;
}
.point .point_item .point_text {
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
}
.point .point_sub {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.point .point_sub p {
  width: 68%;
  margin-left: 5%;
}
.point .point_sub p:first-of-type {
  margin-left: 18%;
}
.point .point_sub p:last-child {
  margin-top: 0;
}
  .concept {
   padding-bottom: 0;
  }
  .concept_list .ml17 {
    margin-left: 17%;
  }
  .concept_list .ml10 {
    margin-left: 10%;
  }
  .concept_list .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
    .concept_list .sub_title {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        margin:0;
        padding:0;
        line-height: 1.5;
    }
  .concept_list .wrap .flex1 {
    flex: 1;
  }
  .concept_list .concept_img {
  width: 250px;
}

  .concept .concept_list li:nth-child(n+2) {
  margin-top: 0;
}

    .whats_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: baseline;
    margin-top: 0;
    }
    .whats_item {
      flex: 1;
      text-align: center;
    }
    .whats_item:nth-child(n+2) {
      margin-top: 0;
    }
    .whats_item img {
        width: 70%;
    }

    .swiper-button-next, .swiper-button-prev{
        display: none;
    }
}
