@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;
}
#valentine_cpn #wrapper.page .head.type01.reverse {
  flex-direction: row-reverse;
}
#valentine_cpn #wrapper.page .head p span{
  font-size: 0.8em;
  display: block;
}
#valentine_cpn #wrapper.page .item_box.type02 .inner.small-img {
  img {
    width: 70%;
  }
}
#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;
}
.displayFlex > *{
	width: 32%;
}
.displayFlex > *{
  margin-bottom: 24px;
}

.displayFlex > *:first-child img{
  width: 250px;
}

.displayFlex > *:nth-child(2) img{
  width: 215px;
}

.displayFlex > *:nth-child(3) img{
  width: 119px;
}
.intro-bottom__text{
  text-align: left;
  line-height: 1.75;
}
.displayFlex_wrap{
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 1200px){
  .displayFlex_wrap{
    flex-direction: column;
    align-items: center;
  }
}
.displayFlex.single{
  width: 360px;
}
@media screen and (max-width: 1200px){
  .displayFlex.single{
    width: 100%;
        justify-content: center;
  }
}
.displayFlex.single *{
  width: 360px;
}
.displayFlex_wrap .item_box{
  width: fit-content !important;
  margin-inline: 0 !important;
  justify-content: end;
}
@media screen and (max-width: 1200px){
  #valentine_cpn #wrapper.page .item_box {
    width: min(min(78.5714285714vw, 1100px), 1100px) !important;
    margin-inline: auto !important;
}
}
.displayFlex_wrap > *{
  width: 360px;
  min-width: 360px;
}
@media screen and (max-width: 1200px){
  .displayFlex.single *{
    width: 80vw;
  }
}
#valentine_cpn #wrapper.page .displayFlex_wrap .item_box.type01 picture:first-child{
  width: 480px !important;
  margin-left: 0;
}
#valentine_cpn #wrapper.page .head .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;
}
.item_box.small{
  max-width: 700px;
}
.pc-inline{
  display: inline;
}
.sp-inline{
  display: none;
}
.products-height{
  height: 302px;
}
.products-height img{
  width: auto;
  height: 100%;
}
.w-pc85 img{
  width: 85%;
}
.w-pc77 img{
  width: 77%;
}
.mb0{
  margin-bottom: 0;
}