@charset "utf-8";
/*-------------------------------------
 セール時にクーポンモデルを並べるためのCSS
---------------------------------------*/

:root{
  --coupon-model-gap: 1rem;
  --coupon-model-cols: 3;
}

/*-------------------------------------
 クーポンの使い方ポップアップ
---------------------------------------*/
.p-popup-how-to-use-coupon__trigger {
  display: inline-block;
}

.p-popup-how-to-use-coupon__trigger img {
  width: 14px !important;
  height: auto !important;
  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;
  line-height: 1.6;
}

.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%;
}

/*-------------------------------------
　モデル一覧表示
---------------------------------------*/
.sale-model .model-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  gap: var(--coupon-model-gap);
}
.sale-model .model-box {
  display: flex;
  flex-direction: column;
  width: calc((100% - var(--coupon-model-gap) * (var(--coupon-model-cols) - 1)) / var(--coupon-model-cols));
  padding: var(--coupon-model-gap);
  background-color: #fff;
  border: 2px solid #b0b0b0;
  box-shadow: none;
  position: relative;
  border-radius: 12px;
}
.sale-model .model-box a:first-child{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sale-model .model-box__name,.sale-model .model-box__category {
  font-size: 16px;
  line-height: 1.25;
  height: calc(1em * 1.25 * 2);
  margin-bottom: var(--coupon-model-gap);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 700;
}
.sale-model .model-box__category{
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.sale-model .model-box__image {
  margin: 0 auto var(--coupon-model-gap) auto;
  width: 80%;
}
.sale-model .model-box__image img {
  height: auto;
  width: 100%;
}
.sale-model .model-box__spec{
  margin-bottom: var(--coupon-model-gap);
}
.sale-model .model-box__spec li{
  padding: 0.25em 0;
  border-bottom: 1px dotted #b0b0b0;
}
.sale-model .model-box a.review-in-recommend__link {
  display: flex;
  padding: 0;
  margin-bottom: 15px;
}
.sale-model .model-box a .review-in-recommend__star {
  height: 1em !important;
}
.sale-model .model-box__stkname{
  margin-top: auto;
}
.sale-model .model-box__price {
  margin-bottom: var(--coupon-model-gap);
  color: #e43344;
  font-weight: bold;
  line-height: 1.2;
}
.sale-model div.model-box__price {
  border-bottom: none;
  line-height: 1.2;
}
.sale-model .model-box__price span {
  font-size: 28px;
  padding-right: 2px;
}
.sale-model .model-box__button {
  width: 100%;
  background: #002060;
  border-radius: 3em;
}
.sale-model .model-box--banner{
  width: calc((100% - var(--coupon-model-gap) * (var(--coupon-model-cols) - 1)) / var(--coupon-model-cols));
}
.sale-model .model-box--banner img{
  max-width: 100%;
}
.sale-model .more-link {
  text-align: right;
  margin: 1em 0 0 0;
}
.sale-model .c-link{
  filter:drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff) drop-shadow(0px -1px 0 #fff) drop-shadow(-1px 0px 0 #fff) drop-shadow(1px 0px 0 #fff) drop-shadow(0px 1px 0 #fff);
}
@media screen and (max-width: 767px) {
  :root{
    --coupon-model-gap: 4vw;
  }
  .sale-model .model-wrapper{
    gap:var(--coupon-model-gap);
  }
  .sale-model .model-box,.sale-model .model-box--banner{
     width: 100%;
  }
  .sale-model .model-box__category{
    font-size: 6.72vw;
  }
}
.sale-model .model-box__label{
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  left: 10px;
  top: 10px;
  background: red;
  color: white;
  font-weight: 700;
}

/*sale-model内クーポン枠*/
.sale-model .coupon-wrapper{
  margin-top: auto;
  margin-bottom: var(--coupon-model-gap);
  flex-wrap: wrap;
}
.sale-model .coupon-value{
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 1em), 50% 100%, 0 calc(100% - 1em));
  padding: 0.5em 0.5em 1em 2em;
}
.sale-model .coupon-value__detail{
  font-size: 32px;
  line-height: 1;
}
.sale-model .coupon-code{
  width: 100%;
  padding: 0.5em;
}
.sale-model .coupon-code__inner{
  width: 100%;
}
.sale-model .coupon-code__detail{
  font-size: 13px;
  font-weight: 700;
}
.sale-model .coupon-code__text::before{
  display: inline-block;
}
.sale-model .ribbon{
  font-size: 9px;
  padding-inline: 1em;
  transform: translate(calc((cos(45deg) - 1)* 100% - 0px), calc(-100% - 0px)) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .sale-model .coupon-value__detail{
    font-size: 8.53vw;
  }
  .sale-model .coupon-code__detail{
    font-size: 3.2vw;
  }
  .sale-model .ribbon{
    font-size: 2.4vw;
  }
}

/*-------------------------------------
　カテゴリトップ用
---------------------------------------*/
.p-sale-model {
  padding: 80px 0;
  background: #fff4e1;
}

@media screen and (max-width: 767px) {
  .p-sale-model {
    padding: 10.67vw 0;
  }
}

.p-sale-model__inr {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .p-sale-model__inr {
    width: 100%;
  }
}

.p-sale-model__title {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-sale-model__title {
    margin-bottom: 30px;
  }
}

.p-sale-model__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.25;
}

.p-sale-model__title h2 span {
  color: #e43344;
}

.p-sale-model__title h2.is_coupon-countdown span {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-sale-model__title h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 1.5;
  }

  .p-sale-model__title h2 span {
    display: block;
  }
}

.p-sale-model__text {
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .p-sale-model__text {
    margin-bottom: 31px;
  }
}

.p-sale-model__text p {
  font-size: 14px;
  letter-spacing: 0.84px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-sale-model__text p {
    font-size: 12px;
    letter-spacing: 0.72px;
    text-align: left;
  }
}

/*-------------------------------------
　三井住友
---------------------------------------*/
.modaal-container:has(.c-modal--810) {
  width: fit-content;
}

.modaal-content-container:has(.c-modal--810) {
  padding: 0;
}

.sale-model .smbc_box {
  width: 100%;
  padding: var(--coupon-model-gap);
  margin-bottom: var(--coupon-model-gap);
  background: #f6f6f6;
  font-size: 13px;
}

.sale-model .smbc_box dl {
  margin: 0.4rem 0;
  display: flex;
  gap: 0.4rem;
  align-items: baseline;
  flex-wrap: wrap;
}

.sale-model .recItemIcon {
  background: #e43344;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  padding: 0.25em 0.5em;
  line-height: 1;
}

.sale-model .recItemIcon .SmbcAuto {
  display: inline-block !important;
}

.sale-model .recItemPrice {
  color: #e43344;
  font-weight: bold;
}

.sale-model .recItemPrice span {
  font-size: 22px;
}

.sale-model .smbc_box .p-product-show-detail__supplement-line {
  text-align: center;
}

.sale-model .smbc_box .p-product-show-detail__supplement-line span {
  cursor: pointer;
}

/*-------------------------------------
　横スクロール対応
---------------------------------------*/
.sale-model.horizontal .model-wrapper{
  gap:10px;
  flex-wrap: nowrap;
}
.sale-model.horizontal .model-wrapper .model-box{
  padding: 10px;
}
.sale-model.horizontal .model-box__spec{
  font-size: 12px;
}
.sale-model.horizontal .coupon-code__text::before{
  display: inline-block;
}
.sale-model.horizontal .coupon-value__detail{
  font-size: 24px;
}
.sale-model.horizontal .coupon-code__detail{
  font-size: 12px;
}
.sale-model.horizontal .ribbon{
  font-size: 8px;
}

@media screen and (max-width:1100px){
  .p-sale-model .sale-model.horizontal{
    overflow-x:auto;
  }
  .sale-model.horizontal .model-wrapper{
    width: fit-content;
  }
  .sale-model.horizontal .model-box {
    width: 24vw;
  }
}
@media screen and (max-width:840px) {
  .sale-model.horizontal .model-box {
    width: 30vw;
  }
}
@media screen and (max-width:670px) {
  .sale-model.horizontal .model-box {
    width: 36vw;
  }
}
@media screen and (max-width:550px) {
  .sale-model.horizontal .model-box {
    width: 60vw;
  }
}

/*-------------------------------------
　カウントダウン
---------------------------------------*/
.coupon-countdown {
  margin: 0 auto;
  background: #fff;
}

.p-sale-model .coupon-countdown {
  margin: 30px auto 0;
  width: 100%;
}

.coupon-countdown-timer {
  color: #000;
  font-weight: bold;
  letter-spacing: 1.68px;
  padding: 10px 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.p-sale-model .coupon-countdown-timer {
  background: #fff;
  color: #484848;
}

.coupon-countdown-timer p {
  font-size: 26px;
}

.coupon-countdown-timer p span {
  color: #ff1e00;
}

.p-sale-model .coupon-countdown-timer p span {
  color: #e43344;
}

.coupon-timer_box {
  font-size: 22px;
  margin-left: 15px;
}

.yycountdown-box {
  display: inline;
}

.yycountdown-box .yyc-day,
.yycountdown-box .yyc-hou,
.yycountdown-box .yyc-min,
.yycountdown-box .yyc-sec {
  color: #ff1e00;
  font-size: 38px;
}

.p-sale-model .yycountdown-box .yyc-day,
.p-sale-model .yycountdown-box .yyc-hou,
.p-sale-model .yycountdown-box .yyc-min,
.p-sale-model .yycountdown-box .yyc-sec {
  color: #e43344;
}

@media screen and (max-width: 767px) {
  .coupon-countdown {
    margin-bottom: 0;
  }

  .coupon-countdown-timer {
    display: block;
    padding: 10px;
    text-align: center;
  }

  .coupon-countdown-timer p {
    font-size: 5vw;
    margin-top: 0;
    letter-spacing: 0;
  }

  .coupon-timer_box {
    font-size: 4vw;
    margin-left: 0;
    line-height: 1.2;
  }

  .yycountdown-box .yyc-day,
  .yycountdown-box .yyc-hou,
  .yycountdown-box .yyc-min,
  .yycountdown-box .yyc-sec {
    font-size: 7vw;
  }
}
.model-box__ship-date{
  font-size:14px;
}