@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 .lead{
  max-width: 960px;
  margin-inline: auto;
  padding-top: 64px;
}
#valentine_cpn #wrapper .lead .logo{
  margin-bottom: 90px;
}
#valentine_cpn #wrapper .lead h3{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 32px;
}
#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 .item_img{
  width: 54%;
}
#valentine_cpn #wrapper.page .item_box.type01 .sub-img img {
  /* width: 50%; */
}
#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;
}
.displayFlex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 48px;
}
.displayFlex p{
  font-size: 14px;
  text-align: left;
  margin-top: 28px;
  line-height: 1.71;
}
.intro-bottom__text{
  text-align: left;
  line-height: 1.75;
}
.item_box.small{
  max-width: 700px;
}
.item_box.ex-small{
  max-width: 280px;
}
.lead .displayFlex{
  display: flex;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.lead .displayFlex .img{
  width: 200px;
  text-align: center;
}
.profile_text{
  padding-left: 56px;
  width: calc(100% - 200px);
  text-align: left;
}
#valentine_cpn #wrapper.page .lead .profile_text p{
  margin-bottom: 0;
}
.lead .displayFlex h3{
  margin-bottom: 18px;
  font-size: 1.4em;
}
.head_giftbag{
  max-width: 800px;
  margin-inline: auto;
  margin-top: 20px;
}
#valentine_cpn #wrapper.page .head h2 span{
  height: 14px;
  img{
    width: auto;
    height: 100%;
  }
}
#valentine_cpn #wrapper.page .head h2 .height18{
  height: 16px;
}
#valentine_cpn #wrapper.page .head.type01 .head_txt{
  min-height: 100%;
  background: url("../img/map.jpg") center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;

}
#valentine_cpn #wrapper.page .head.type01 .head_txt02{
  padding: 40px min(6.714286vw, 150px) 40px min(5.142857vw, 100px);
}
#valentine_cpn #wrapper.page .head.type01 .head_txt03{
padding: 40px min(3.714286vw, 150px) 40px min(2.8vw, 100px);
}

#valentine_cpn #wrapper.page .head.type01{
  align-items: stretch;
}
#valentine_cpn #wrapper.page .item_box .detail .icon-bag{
  display: inline-block;
  width: 34px;
  height: 30px;
  margin-bottom: -4px;
  background: url("../img/icon-bag.svg") center / cover no-repeat;
}
.item_box.insta {
  position: relative;
  height: 288px;
}
.item_box.insta .instagram{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 288px;
  height: 288px;
  background: url("../img/instagram_button-01.png") center / contain no-repeat;
}
.item_box.insta .instagram:hover{
  background: url("../img/instagram_button-02.png") center / contain no-repeat;
}
.accordion{
  margin-top: 40px;
  margin-inline: auto;
  width: 90vw;
  max-width: 1100px;
}
.accordion_heading{
  cursor: pointer;
  position: relative;
}
.accordion_heading:before{
  position: absolute;
  content: "";
  width: 100%;
  /* height: 100%; */
  top: 0;
  left: 0;
}
.accordion_heading{
  transition: 0.3s all ease;
}
.accordion_heading img{
  transition: 0.3s all ease;
}
.accordion_area.opened{
  padding-bottom: 40px;
  border-bottom: 1px solid #BA915B;
  margin-top: -1px;
}
.accordion_text{
  margin-top: 30px;
}
.accordion_close{
  border: none;
  background-color: transparent;
  cursor: pointer;
  max-width: 88px;
  position: relative;
  padding: 0;
}
.accordion_close:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.accordion_close:hover:before{
  background: url("../img/accordion_close-hover.jpg") center / contain no-repeat;
}

/* 通常時 */
.accordion_heading .closed{
  display: block;
}
.accordion_heading .hover{
  display: none;
}
.accordion_heading .opened{
  display: none;
}
/* ホバー時 */
.accordion_heading:hover .closed{
  display: none;
}
.accordion_heading:hover .hover{
  display: block;
}
.accordion_heading:hover .opened{
  display: none;
}
/* オープン時 */
.accordion_heading.opened .closed{
  display: none;
}
.accordion_heading.opened .hover{
  display: none;
}
.accordion_heading.opened .opened{
  display: block;
}

.accordion04 .accordion_close{
  margin-top: 20px;
}

#valentine_cpn #wrapper.page .item_box.type01 .sub-img picture{
  width: auto!important;
  margin-left: auto!important;
}

#valentine_cpn #wrapper.page .item_box.type01 .sub-img{
  width: 67%;
  margin-left: 13%;
  margin-bottom: 32px;
}

.pc-w105 img{
  transform: scale(1.05);
  transform-origin: center;
}

.pc-w115 img{
  transform: scale(1.15);
  transform-origin: center;
  padding-bottom: 16px;
}

.pc-w120 img{
  transform: scale(1.2);
  transform-origin: center;
  margin-top: 32px;
  margin-bottom: 64px;
}

.pc-w130{
  transform: scale(1.3);
  transform-origin: center;
}

#valentine_cpn #wrapper.page .item_box .item_img.pc-w72 img{
  width: 72%;
}

#valentine_cpn #wrapper.page .item_box .item_img.pc-w60 img{
  width: 60%;
}

.css_pc_only.dib{
  display: inline-block!important;
}
.video{
  width: 80%;
  margin-inline: auto;
  aspect-ratio: 16 / 9;
}

#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;
    }

.new-relative{
  position: relative;
}
.new-pc::before {
    content: "new";
    padding: 6px 10px;
    background-color: #ff2d96;
    border-radius: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: clamp(40px, 7.4vw, 150px);
}

#valentine_cpn #wrapper.page .head h2 {
    margin-bottom: 0;
    text-align: left;
    line-height: 1.2;
}