@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%;
}

.is-long-delivery .sepText,.is-long-delivery .credit-price-wrapper,.is-long-delivery .p-product-show-detail__fee{
  display: none !important;
}

@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: 15px auto;
  display: none;
}

.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;
  }
}

/*-------------------------------------
 納期外警告
---------------------------------------*/
.warning-wrapper {
  margin: 1em 0 0 0;
  padding: 1em;
  background: #fff;
  border: 2px solid red;
  font-size: 0.8em;
  line-height: 1.5;
  display: none;
}

.warning-wrapper p+*{
  margin-top: 1em;
}

.warning-wrapper ul {
  font-size: 0.8em;
  padding-left: 1em;
}
.warning-wrapper ul li{
  text-indent: -1em;
}
.warning-wrapper ul li::before{
  content: "※";
}

@media screen and (max-width:767px) {
  .warning-wrapper {
    width: 92vw;
    margin: 1em auto 0 auto;
  }
}

/*-------------------------------------
 ダブルキャンペーン
---------------------------------------*/
.double-campaign {
  margin: 15px 0 0;
  padding: 15px;
  background: #cc1f26;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 15px;
  font-size: 15px;
  position: relative;
  display: none;
  align-items: center;
}

.double-campaign::after {
  content: '';
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #b39855;
  position: absolute;
  left: 2px;
  top: 2px;
  pointer-events: none;
}

.double-campaign p{
  font-size: 16px;
}

.double-campaign strong {
  color: yellow;
  font-weight: 700;
}

.double-campaign a {
  text-decoration: underline;
  position: relative;
}

.double-campaign a::after {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: -13px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #fff;
}

.double-campaign .coupon-code{
  width: fit-content;
  padding: 0;
}

.double-campaign .coupon-code .coupon-code__text{
  color: #484848;
}

.double-campaign .coupon-code .coupon-code__button{
  background: orange;
  color: #fff;
}

.double-campaign .coupon-code .coupon-code__detail{
  border-color: orange;
}

@media screen and (max-width:767px) {
  .double-campaign {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .double-campaign p{
    font-size: 3.2vw;
  }
}

/*-------------------------------------
 送料無料訴求
---------------------------------------*/
  .free-shipping-appeal .free-shipping-appeal-inner{
    width:fit-content;
    height:auto;
    border:2px solid #f00;
    display:flex;
    flex-wrap:nowrap;
    font-weight:bold;
    font-size:14px;
    margin:auto;
  }
  .free-shipping-appeal .free-shipping__title{
    background:#f00;
    padding:5px 10px;
    color:#fff;
    white-space:nowrap;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 115%;
  }
  .free-shipping-appeal .free-shipping__text{
    background:#fff;
    padding:5px 10px;
    text-align:center;
    width:100%;
  }
  .free-shipping-appeal .free-shipping__text strong{
    color:#f00;
    margin-left:0.05em;
    margin-right:0.25em;
    font-size: 115%;
    letter-spacing: .03em;
  }
  @media screen and (max-width: 768px) {
    .free-shipping-appeal .free-shipping-appeal-inner .u-pc-hide{
      display:block;
    }
  }
    @media screen and (max-width: 767px) {
    .free-shipping-appeal .free-shipping-appeal-inner{
      width: calc(100% - 30px);
    }
    .free-shipping-appeal .free-shipping__text strong{
      margin-right:0;
    }
  }

/*-------------------------------------
 スポット追加キャンペーン
 例）買替応援
---------------------------------------*/
.spot-campaign-wrapper{
  margin-top:0.5em;
  width:100%;
  border:1px solid #004da1;
  padding:2px;
  bacground:#fff;
  margin:auto;
  overflow: hidden;
  transition: all 0.5s ease;
}
.spot-campaign-wrapper:hover{
  opacity: 0.7;
  transform: translateY(5px);
}
.spot-campaign-contents{
  position:relative;
  width:100%;
  padding:1em;
  background-image: linear-gradient(2deg, rgba(0, 56, 157, 1), rgba(12, 164, 220, 1));
  display: flex;
  flex-direction:column;
  gap:10px;
  justify-content:center;
  align-items:center;
}
.spot-campaign-contents::after{
  position:absolute;
  height: 200%;
  width: 100%;
  content: '';
  z-index:1;
  opacity: 0.05;
  background-image: repeating-conic-gradient(from 3deg, rgba(255, 255, 255, 1) 10deg 20deg, rgba(0, 0, 0, 1) 20deg 30deg);
  }
.spot-camp-txt{
  position:relative;
  padding-right:1em;
  font-size:clamp(14px, 0.648rem + 1.14vw, 24px);
  font-weight:700;
  color:#fff;
  z-index: 2;
  text-shadow: 2px 2px rgba(0,0,0,0.4);
  letter-spacing: 0.05em;
  line-height:1.5;
}
.spot-camp-txt::after{
  position: absolute;
  top: calc(50% - 0.3em);
  right:0;
  width: 0.6em;
  height: 0.6em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 3px solid;
  border-bottom: 3px solid;
  border-color: #fff;
  text-shadow: 2px 2px rgba(0,0,0,0.4);
  content: '';
}
.spot-camp-date{
  position:relative;
  background:rgba(255,255,255,0.6);
  padding: 0.5em 1em;
  border-radius:2em;
  color:#001e60;
  font-weight:700;
  font-size:clamp(12px, 0.659rem + 0.45vw, 16px);
  z-index: 2;
  letter-spacing: 0.05em;
}
.spot-campaign-contents::before{
  position:absolute;
  content:'';
  width:100%;
  height:100%;
  opacity: 0.3;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .spot-camp-txt::after{
    border-right: 2px solid;
    border-bottom: 2px solid;
  }
}