a {
  background-color: transparent;
  color: inherit;
  text-decoration: none
}

main, p {
  font-family: 'NOTO SANS JP', 'Yu Mincho', sans-serif;
}
.sec-area {
  font-size: 14px;
  padding-top: 50px;
  padding-bottom: 40px;
}  
.sec-area h2 {
  font-size: 34px;
/*  font-family: "Zen Kaku Gothic New", "Noto Sans Serif", sans-serif;*/
  margin-bottom: 15px;
  font-weight: 500;
}
.sec-area h2 > span {
  font-size: 60%;
}
  
@media (max-width: 480px) {
  .sec-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 639.9px) {
  .sec-area {
    padding-top: 30px;
  }
  .sec-area h2 {
    font-size: 23px;
  }
}
@media (min-width: 640px) {
  .sec-area {
    margin-top: 30px;
  }
  .sec-area h2 {
    margin-bottom: 24px;
  }
}

.section .section__imagearea {
  max-width: 100%;
  padding-top: 30px;
}

.section .section__three_cols-pc {
  display: grid;
  column-gap: min(12%, 120px);
  justify-content: space-between;
}


@media (min-width: 640px) {
  .section .section__imagearea {
    margin-top: 50px;
  }
  .section .section__three_cols-pc {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
    
    
/* each prod_ item-img size */
    
.section__three_cols-pc .product-item-img {
  margin-bottom: 12px;
}  


  /* pc */
@media screen and (min-width:640px) {
  .prod_sc-600 .section__three_cols-pc {
    column-gap: min(10%, 110px);
  }
  .prod_sc-600 .product-item-img {
  }
  
  .prod_sc-601 .product-item-img {}
  
  
  .prod_sc-603 .section_col {
    max-width: 250px;
  }
  .prod_sc-603 .product-item-img {
    aspect-ratio: 70/67;
    object-fit: contain;
    object-position: top;
  }
  .prod_sc-60m .product-item-img {}
  .prod_sc-60u .product-item-img {
    aspect-ratio: 47/46;
    object-fit: contain;
    object-position: top;
  }
  .prod_sc-60d .product-item-img {
    width: 386px;
  }
  .prod_sc-45m .product-item-img {
    width: 420px;
  }
  .prod_se-65r .product-item-img {
    width: 220px;
  }
  .prod_sa-860 .product-item-img {
    width: 240px;
  }
}
  
  /* sp */
@media screen and (max-width:639.9px) {
  .prod_sc-600 .product-item-img {
    width: 52%;
  }
  
  .prod_sc-601 .product-item-img {
    width: 100%;
  }
  
  .prod_sc-603 .product-item-img {
    width: 45%;
  }
  
  .prod_sc-60m .product-item-img {
    width: 79%;
  }
  
  .prod_sc-60u .product-item-img {
    width: 40%;
  }
  .prod_sc-60d .product-item-img {
    width: 64%;
  }
  
  .prod_sc-45m .product-item-img {
    width: 70%;
  }
  
  .prod_se-65r .product-item-img {
    width: 38%;
    min-width: 100px;
  }
  .prod_sa-860 .product-item-img {
    width: 42%;
    min-width: 110px;
  }
}

/* ----- */
  
.head-ttl-deco {
  font-size: 9px;
  font-family: 'Roboto', "Noto Sans Serif", sans-serif;
}
@media (min-width: 640px) {
  .head-ttl-deco {
    font-size: 11px;
  }
}

.sec-area .section__text {
  font-size: 12px;
  margin-bottom: 55px;
  letter-spacing: 0.05em;
}
@media (max-width: 639.9px) {
  .sec-area .section__text {
    font-size: 11px;
    margin-bottom: 30px;
  }
}

/* --- right arrow */
.section .section__link {
  align-items: center;
  display: flex;
  gap: 8px;
  padding-top: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: baseline;
}

.section .section__link span {
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 2px;
  position: relative;
  line-height: 1.2;
}

.section .section__link span:after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s;
  width: 100%
}

@media (hover:hover) and (pointer:fine) {
  .section .section__link:hover span:after {
    transform: scaleX(1)
  }
}
/* --- */ 

.ttl-icon-new {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}


.pc-only {
  display: none;
}
@media (min-width:640px) {
  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }
}