@charset "utf-8";

#js-benchmark-modal+section.p-common-item-slider__section .p-common-item-slider__slide>a .product_id {
  -webkit-line-clamp: unset;
}

.p-product-show-fv__section {
  height: auto;
  display: block;
}

.bnr_link_win11 {
  margin-top: clamp(15px, 0.256rem + 2.27vw, 30px);
  margin-bottom: 10px;
  /*text-align: left;*/
  display: flex;
  gap: 30px;
}

.bnr_link_win11_img {
  width: 360px;
  aspect-ratio: 360/53;
}

.dti_bnr_link_win11--pro .bnr_link_win11_img {
  aspect-ratio: 360/47;
}

.bnr_link_win11 img {
  transition: opacity 0.6s;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width:768px) {
  .bnr_link_win11 img:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width:767px) {
  .bnr_link_win11 {
    text-align: center;
    flex-direction: column;
    gap: 15px;
  }

  .bnr_link_win11_img {
    margin-inline: auto;
  }
}

.p-product-show-detail__inner {
  padding-top: 10px;
}

/*送料無料*/
.p-product-show-detail__text--free-shipping {
  border: 1px solid #004da1;
  color: #004da1;
  letter-spacing: 1.08px;
  padding: 16px;
  text-align: center;
}

.p-product-show-detail__text--free-shipping b {
  color: red;
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__text--free-shipping {
    font-size: 3.1vw;
    margin: 0 auto;
    padding: 10px;
    width: calc(100% - 30px);
  }
}

/*分割支払い訴求*/
.p-product-show-detail__text--smbc {
  border: 2px solid #f00;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  background: #fffdc7;
  padding: 6px;
}

.p-product-show-detail__text--smbc span {
  font-weight: bold;
  font-size: 110%;
}

.p-product-show-detail__text--smbc span:first-of-type {
  margin-right: 0.2em;
}

.p-product-show-detail__text--smbc span:last-of-type {
  margin-right: 0.4em;
}

.p-product-show-detail__text--smbc .text--smbc-red {
  color: #f00;
  font-size: 130%;
}

@media screen and (max-width: 767px) {
  .p-product-show-detail__text--smbc {
    font-size: 3.4vw;
    margin: 0 auto;
    padding: 10px 4px;
    width: calc(100% - 30px);
    line-height: 1.6;
  }
}

/*単一バナー用CSS*/
.campaign-banner a:hover {
  opacity: .6;
}

.campaign-banner img {
  height: auto;
}

.campaign-banner img,
.bnr_link_win11_img img {
  width: 100%;
}

.campaign-banner {
  margin-top: 30px;
  aspect-ratio: 57/7;
}

.campaign-banner:hover{
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}
@media screen and (max-width:767px) {
  .campaign-banner {
    aspect-ratio: 375/112;
  }
}

/*-------------------------------------
 クーポンの使い方ポップアップ
---------------------------------------*/
.p-popup-how-to-use-coupon__trigger {
  display: inline-block;
  line-height: 1;
  margin-top: 1em;
}

.p-popup-how-to-use-coupon__trigger img {
  width: 12px;
  height: auto;
  margin-left: 3px;
  vertical-align: baseline;
}

.p-popup-how-to-use-coupon__trigger:hover img {
  opacity: 0.5;
}

.p-popup-how-to-use-coupon input.popup_flg~.popup_content_wrapper {
  width: 95vw;
  max-width: 1000px;
  padding: 40px;
}

.p-popup-how-to-use-coupon input.popup_flg~.popup_content_wrapper .popup_close_icon {
  color: #484848;
  border: 0;
  top: 4px;
  right: 4px;
  transform: none;
  font-size: clamp(28px, 36/768*100vw, 36px);
  font-weight: normal;
}

.p-popup-how-to-use-coupon .popup_content {
  overflow-y: auto;
}

.p-popup-how-to-use-coupon__image img {
  width: 100%;
}
.popup_content p{
  line-height: 1.75;
}
.popup_content h2{
  font-size: 150%;
  font-weight: 700;
  text-align: center;
  color: #004da1;
}
.popup_content h3{
  margin-top: 2em;
  margin-bottom: 0.5em;
  font-size: 120%;
  font-weight: 700;
  color: #004da1;
  border-bottom: 1px solid #004da1;
}
.popup_content strong{
  color: red;
}
@media screen and (max-width:767px){
  .p-popup-how-to-use-coupon input.popup_flg ~ .popup_content_wrapper{
    padding: 40px 20px 20px 20px;
  }
}

/*-------------------------------------
 レビュー投稿促進UI
---------------------------------------*/
.review-promotion-wrapper {
  margin: 30px 0 0 0;
  display: flex;
  gap: 30px;
}

.review-promotion a {
  margin: 0 0 calc(tan(60deg) * 1em / 2) 0;
  padding: 0.5em 2em 0.5em 1em;
  border-radius: 0.5em;
  background: #ffe900;
  display: inline-block;
  position: relative;
  transition: opacity 0.6s;
}

.review-promotion a:hover {
  opacity: .6;
}

.review-promotion a::before {
  content: "";
  display: block;
  background: #ffe900;
  width: 1em;
  height: calc(tan(60deg) * 1em / 2);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: calc(tan(60deg) * 1em / 2 * -1 + 1px);
  transform: translateX(-50%);
}

.review-promotion a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #484848;
}

@media screen and (max-width: 767px) {
  .review-promotion-wrapper {
    margin: 15px 0 0 0;
    gap: 0;
    flex-direction: column-reverse;
  }

  .review-promotion a {
    width: calc(100% - 30px);
    margin: 15px auto;
    display: block;
    font-size: 3.8vw;
  }
}

/*-------------------------------------
 対象外アラート
---------------------------------------*/
.not-kessan-point-model {
  margin-top: 30px;
  padding: 0.5em;
  background: red;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width:767px) {
  .not-kessan-point-model {
    margin-top: 0px;
    font-size: 4.8vw;
  }
}

/*-------------------------------------
 特定条件でUIを非表示
---------------------------------------*/
body.idaten-site .review-promotion{
  display:none;
}
@media screen and (max-width: 767px) {
  .smbc-pc-only {
    display: none !important;
  }
}

/*-------------------------------------
 エントリー
---------------------------------------*/
.entry-wrapper{
  width:100%;
  margin:20px auto;
}
.entry-wrapper img{
  width:100%;
}
.entry-wrapper a:hover img{
  opacity:0.7;
  translate: 0px 5px;
}
.entry-wrapper.js-hide-entry-wrapper{
  display:none;
}
.entry-wrapper.js-show-entry-wrapper{
  display:block;
}
body.idaten-site .idaten-hide{
  padding-top:10px;
}
body.idaten-site .idaten-hide .entry-wrapper{
  display:none;
}
@media screen and (max-width:767px){
  body.idaten-site .idaten-hide{
    padding-top:0;
  }
}