/*---------------------------------
 Apple Intelligence
---------------------------------*/
.product_box {
  width: 100%;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 980px) {
  .product_box {
    font-size: 18px;
  }
}
.product_box img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 0;
}
.product_box .block01 {
  position: relative;
}
.product_box .btn {
  color: #fff;
  border:solid 0.075em;
  background: #000;
  display: inline-block;
  line-height: 2.45em;
  border-radius: 1.625em;
  background-clip: padding-box;
  padding: 0 1.2em;
}
.product_box .btn:hover {
  text-decoration: none;
}
.product_block .btn-box {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.product_block .partner-txt{
  position: absolute;
  top: calc(985 / 1144 * 100%);
  right: 0;
  left: 0;
  text-align: center;
  font-size: clamp(14px, (100vw - 768px) * 4 / 212 + 14px, 18px);
}
.product_box .btn:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .product_box .btn {
    font-size: clamp(14px, (100vw - 768px) * 4 / 212 + 14px, 18px);
    margin: 0 6px;
  }
  .block01 .btn-box {
    top: calc(1049 / 1144 * 100%);
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .product_box .btn {
    font-size: clamp(13px, (100vw - 320px) * 15 / 447 + 13px, 28px);
  }
  .block01 .btn-box {
    width: 100%;
    text-align: center;
    top: calc(1697 / 2017 * 100%);
    line-height: 0;
  }
  .product_block .partner-txt{
    top: calc(1562 / 2017 * 100%);
    line-height: 1.4;
    font-size: 4.266666667vw;
  }
  .product_block .btn-area {
    padding-bottom: 4%;
  }
}
@media screen and (min-width: 768px) {
  .product_box .btn {
    font-size: clamp(14px, (100vw - 768px) * 4 / 212 + 14px, 18px);
  }
}
@media screen and (max-width: 767px) {
  .product_box .btn {
    font-size: clamp(13px, (100vw - 320px) * 15 / 447 + 13px, 28px);
  }
}
.block7 {
  position: relative;
}
.btn-section {
  position:absolute; 
  top: calc(590 / 1779 * 100%);
  line-height: 0;
}
.btn-section01 {
  left: calc(68 / 980 * 100%);
}
.btn-section02 {
  left: calc(247 / 980 * 100%);
}
.btn-section03 {
  left: calc(429 / 980 * 100%);
}
.btn-section04 {
  left: calc(609 / 980 * 100%);
}
.btn-section05 {
  left: calc(789 / 980 * 100%);
}
@media screen and (max-width: 767px) {
  .btn-section {
    position:absolute; 
    top: calc(1011 / 3714 * 100%);
  }
  .btn-section01 {
    left: calc(129 / 750 * 100%);
  }
  .btn-section03 {
    left: calc(427 / 750 * 100%);
  }
  .btn-section02, .btn-section04, .btn-section05 {
    display: none;
  }
}

/*---------------------------------
 product-main-footer
---------------------------------*/
.product-main-footer {
  color: #888;
  background: #f5f5f7;
  font-size: 12px;
}
@media print, (min-width: 768px) {
  .product-main-footer {
    padding: 2%;
  }
}
@media screen and (max-width: 767px) {
  .product-main-footer {
    padding: 20px 4%;
  }
}