@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 .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;
}

#valentine_cpn #wrapper.page .item_box .item_img.pc-w84 img{
  width: 84%;
}

#valentine_cpn #wrapper.page .item_box .item_img.pc-w90 img{
  width: 90%;
}

#valentine_cpn #wrapper.page .item_box .item_img.pc-w93 img{
  width: 93%;
}

.pc-w108 img{
  transform: scale(1.08);
  transform-origin: center;
}
#valentine_cpn #wrapper.page .head.type01 .head_txt .new,#valentine_cpn #wrapper.page .head.type02 .head_ttl .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;
}
#valentine_cpn #wrapper.page .item_box .detail .nowrap {
  white-space: nowrap;
}
.pc-inline{
  display: inline;
}
.sp-inline{
  display: none;
}
.mark-bottom{
  position: relative;
  top: 6px;
}