@charset "UTF-8";

#kv {
  background: #fff url(../img/kv_sp.jpg) top center no-repeat;
  background-size: cover;
}

#valentine_cpn section {
  overflow-x: hidden;
}

#valentine_cpn #wrapper .lead {
  margin-bottom: 0;
}

#valentine_cpn #wrapper.page .lead h2 {}

#valentine_cpn #wrapper.page .lead p {
  margin-bottom: 40px;
}

#valentine_cpn #wrapper.page .lead .logo {
  width: 150px;
  margin: auto;
}

#valentine_cpn #wrapper.page .item_box picture {
  width: auto;
}

#valentine_cpn #wrapper.page .item_box .detail .detail_name strong {
  line-height: 1.5;
}

#valentine_cpn #wrapper.page .item_box .detail .row {
  width: 100vw;
  position: relative;
  left: 50%;
  translate: -50% 0;
  padding: 0 3vw;
}

#valentine_cpn #wrapper.page .item_box .detail h3.col-title {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-align: center;
}

#valentine_cpn #wrapper .section .row-sp-2.type08 {
  .col.horizontal {
    gap: 0;
    width: 50%;

    .col-img {
      width: 60px;
      flex-shrink: 0;
      margin-inline: 0;
    }
  }
}

#valentine_cpn #wrapper .section .row.type01 .col {
  padding-left: 0;
}

#valentine_cpn #wrapper.page .head h2 span.mark::after {
  content: "®";
  position: relative;
  top: 4px;
}

.handling {
  max-width: 770px;
  margin: auto;
  background: #f8f7f3;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 14px;
  font-size: 14px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.handling img {
  width: 32px;
}

.handling+.handling {
  margin-top: 6px;
  margin-bottom: 100px;
}

.handling:first-of-type {
  margin-top: 110px;
}

.handling {
  width: 96%;
  line-height: 1.6;
}

.handling img {
  position: static;
  margin-right: 10px;
}

.giftbag {
  width: 27px;
  height: 22px;
  display: inline-block;
  mask: no-repeat center / 100%;
  -webkit-mask: no-repeat center / 100%;
  mask-image: url(../../cmn/img/icon_gift_bag.png);
  -webkit-mask-image: url(../../cmn/img/icon_gift_bag.png);
  vertical-align: -4px;
  background: #915f10;
}

@media all and (-ms-high-contrast:none) {
  .giftbag {
    background: url(../../cmn/img/icon_gift_bag.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

.item_box .giftbag {
  margin-left: 8px;
}


#valentine_cpn #wrapper.page article section .def_gift_icon.red dt,
.giftbag.red {
  background-color: #a70e2b;
}

#valentine_cpn #wrapper.page article section .def_gift_icon.blue dt,
.giftbag.blue {
  background-color: #0068b7;
}

#valentine_cpn #wrapper.page article section .item_box .logo {
  display: inline-block;
  margin: 4px 0 0 8px;
  width: 24px;
  aspect-ratio: 1;
}

#valentine_cpn #wrapper.page .head h2 span {
  text-transform: capitalize;
}

#valentine_cpn #wrapper.page .item_box .detail .banner {
  width: 300px;
  max-width: 100%;
  margin: auto;
  display: block;
  margin-top: 20px;
}

.w-sp90 img {
  width: 90%;
}

.w-sp110 img {
  transform: scale(1.1);
}

.w-sp120 img {
  transform: scale(1.2);
}

.limited-edition {
  position: relative;
}

.limited-edition:before {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  background: url("../img/limited-edition.png") center / cover no-repeat;
  top: -60px;
  left: -5px;
  z-index: 1;
}

.limited-edition.b:before {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  background: url("../img/limited-edition.png") center / cover no-repeat;
  top: -78px;
  left: -20px;
  z-index: 1;
}

#valentine_cpn #wrapper.page .item_box .detail.sp-mt60 {
  margin-top: 60px;
}

#valentine_cpn #wrapper.page .item_box.mt-sp80 {
  margin-top: 80px;
}

.mt-sp100 {
  margin-top: 100px;
}

.mt-sp120 {
  margin-top: 120px;
}

#valentine_cpn #wrapper.page .head .new {
  padding: 6px 10px;
  background-color: #FF2D96;
  border-radius: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 32px;
  display: inline-block;
}

.pc-inline {
  display: none;
}

.sp-inline {
  display: inline;
}

#valentine_cpn #wrapper.page .item_box.shiori02_sp {
    margin-top: 0;
    margin-bottom: 40px;
}
#valentine_cpn #wrapper.page .item_box.shiori01_sp {
    margin-top: 160px;
    margin-bottom: 120px;
}

.logo-wagen__padding-bottom{
  padding-bottom: 100px;
}
.logo-wagen__margin-bottom{
  margin-bottom: 0px !important;
}
.logo-wagen__relative{
  position: relative;
}
.logo-wagen{
  position: absolute;
  bottom: -85px;
  right: clamp(-28px, calc(45.92vw - 200.2px), 152px);
  width: 90px;

  img{
    width: 90px;
    aspect-ratio: 80 / 77;
  }
}