@charset "UTF-8";

#kv {
  background: #fff url(../img/kv.jpg) top center no-repeat;
  background-size: cover;
}

#valentine_cpn section {
  overflow-x: hidden;
}

#valentine_cpn #wrapper.page .head.type01.reverse {
  flex-direction: row-reverse;
}

#valentine_cpn #wrapper.page .item_box.type02 .inner.small-img {
  img {
    width: 70%;
  }
}

#valentine_cpn #wrapper.page .item_box.type01 .sub-img picture{
  margin: auto;
  max-width: 100%;
}

#valentine_cpn #wrapper.page .item_box.type01 .sub-img img {
  width: min(23.5714285714vw, 330px);
}

#valentine_cpn #wrapper.page .item_box .detail .detail_name strong {
  line-height: 1.5;
}

#valentine_cpn #wrapper.page .item_box .detail .detail_name strong span {
  white-space: nowrap;
}

#valentine_cpn #wrapper .section .row .col.horizontal .col-title {
  text-align: center;
}

#valentine_cpn #wrapper .section .row.type01 .col .col-text .small {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  white-space: nowrap;
}

#valentine_cpn #wrapper .section .row .col.horizontal {
  display: block;
}

#valentine_cpn #wrapper .section .row.type01 .col {
  padding-left: 0;
}

#valentine_cpn #wrapper.page .item_box picture {
  width: auto;
}

#valentine_cpn #wrapper.page .head h2 span.mark::after {
  content: "®";
  position: relative;
  top: 6px;
}


.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 br {
  display: none;
}

.handling img {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 38px;
}

.giftbag {
  width: 34px;
  height: 30px;
  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: 30px;
  aspect-ratio: 1;
}

.nowrap {
  white-space: nowrap;
}

#valentine_cpn #wrapper.page .head h2 span {
  text-transform: capitalize;
}

#valentine_cpn #wrapper.page .item_box .detail .banner {
  /* width: 330px; */
  display: block;
  margin-top: 20px;
}

.limited-edition {
  position: relative;
}

.limited-edition:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background: url(../img/limited-edition.png) center / cover no-repeat;
  top: -20px;
  left: 30px;
}

.limited-edition.b:before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background: url(../img/limited-edition.png) center / cover no-repeat;
  top: -70px;
  left: 30px;
}

#valentine_cpn #wrapper.page .item_box.type03 .detail .sub-img{
  width: auto;
}

#valentine_cpn #wrapper.page .item_box.mt-pc120 {
  margin-top: 120px;
}

#valentine_cpn #wrapper.page .item_box.type02 .inner .detail.pc-mt60 {
  margin-top: 60px;
}

.pc-w115 img {
  transform: scale(1.15);
}

.pc-w130 img {
  transform: scale(1.30);
}

#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: 16px;
  margin-bottom: 32px;
  display: inline-block;
}

.pc-inline {
  display: inline;
}

.sp-inline {
  display: none;
}

.sec01,
.sec02{
    align-items: flex-start;
}

.sec01 .item_img,
.sec01 .detail {
    width: 50%;
}

.sec01 .detail {
    padding-top: 56px;
}

.sec01 .detail > img {
    margin-bottom: 24px;
}

.sec02 .item_img > *{
    width: 55% !important;
}

.numberingDes01{
    width: 100px;
}

.numberingDes02{
    width: 600px;
    align-items: flex-start;
}