@charset "UTF-8";
:root {
  --font-serif:"Noto Serif JP", serif;
  /* font-family: var(--font-serif); */
}

.valentine2025 a,
.valentine2025 a img {
  transition: opacity .3s ease-in-out;
}
.valentine2025 a:hover,
.valentine2025 a:hover img {
  opacity: .7;
}
.valentine2025 img,
.valentine2025 a {
  width: 100%;
}
.tabOn{
  display: None;
}
.spOn{
  display: None;
}
.xspOn{
  display: None;
}
.d-inline-b{
  display: inline-block;
}
.valentine2025 .letter-spacing-s{
  letter-spacing: 0.02em;
}
.valentine2025 .nowrap{
  white-space: nowrap;
}

.valentine2025 .section100vw {
  margin: 0 calc(50% - 50vw);
  overflow-x: hidden;
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
/* ページ全体のカラー指定 */
.valentine2025 .section{
  color: #2F1C1B;
}

/* MV下 */
.valentine2025 .shipping-fee{
margin-top: 20px;
}

/* ご注意事項 */
.valentine2025 .attention {
  margin-bottom: 60px;
  margin-top: 20px;
  padding: 20px;
  background-color: #FFF5DE;
}
.valentine2025 .attention .title{
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 3.5em;
}
.valentine2025 .attention .title .h2 {
  color: #363636;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
.valentine2025 .attention .title .h2 span {
  position: relative;
}
.valentine2025 .attention .title .h2 span:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../icon_title.svg");
  width: 25px;
  height: 40px;
  top: 18%;
  left: -37px;
}
.valentine2025 .attention p,
.valentine2025 .attention dt,
.valentine2025 .attention dd,
.valentine2025 #accordionContent .attention-item-list li{
  color: #363636;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
}
.valentine2025 .attention p {
  margin-bottom: 12px;
}
.valentine2025 .attention dl {
  padding-left: 17px;
}
.valentine2025 .attention dt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.67;
  margin-left: -12px;
}
.valentine2025 .attention ul li {
  padding-left: 1em;
  position: relative;
  line-height: 1.6;
}
.valentine2025 .attention dd:not(:last-child) {
  margin-bottom: 12px;
}
.valentine2025 .attention ul li span{
  color: #C22503;
  font-weight: bold;
}
.valentine2025 .attention dd li::before,
.valentine2025 #accordionContent .attention-item-list > li::before {
  content: "・";
  display: inline;
  left: 0;
  position: absolute;
}
.valentine2025 .attention .proviso{
  margin-bottom: 5px;
}
.valentine2025 .attention .proviso,
.valentine2025 .attention #accordionContent .proviso li {
    font-size: 14px;
    line-height: 1.6;
}
.valentine2025 .attention #accordionContent .proviso li{
  margin-bottom: 1px;
}
.valentine2025 .attention ul.proviso li::before {
  content: "※";
}
/* アコーディオン */
.valentine2025 #accordionTitle {
  text-align: center;
  margin: 15px auto 0;
  /* padding: 11px 10px 20px; */
  width: 100%;
  background-color: #B4792E;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  position: relative;
  line-height: 70px;
}
.valentine2025 #accordionTitle::after{
  background-image: url("../icon-arrow-caution01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
  width: 18.726px;
  height: 8.517px;
  right: 16px;
  top: 50%;
}
.valentine2025 #accordionTitle.open::after {
    transform: translateY(-50%) rotate(180deg);
  }

.valentine2025 #accordionTitle span{
  position: relative;
}
.valentine2025 #accordionTitle span::before{
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../icon_title.svg);
  height: 35px;
  top: 50%;
  left: -37px;
  transform: translateY(-50%);
  width: 22px;
  display: block;
}

.valentine2025 #accordionContent{
  padding: 45px 63px 50px;
  background-color: rgba(255,255,255, 0.8);
}
.valentine2025 #accordionContent dl{
  padding-left: 0;
}

/* ボタン */
.valentine2025 .itemButtonW100 {
  width: 100%;
}
/* TOPページ・カテゴリーページボタン */
.valentine2025 .bnrWrap {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 90px auto 5em;
  max-width: 880px;
  width: 100%;
}
.valentine2025 .bnrWrap .categoryLink,
.valentine2025 .bnrWrap .topBtn {
    width: 100%;
}
.valentine2025 .bnrWrap .categoryLink a {
    align-items: center;
    background-color: #DCAD72;
    color: #fff;
    display: flex;
    font-size: 20px;
   /*  padding: 0 10px; */
    font-size: 23px;
    font-weight: bold;
    height: 70px;
    justify-content: center;
    width: 480px;
}
.valentine2025 .bnrWrap .topBtn {
    margin-right: 10px;
}
.valentine2025 .bnrWrap .topBtn a {
    align-items: center;
    border: 1px solid #7a7778;
    color: #7a7778;
    display: flex;
    font-size: 23px;
  height: 70px;
  justify-content: center;
  max-width: 360px;
}
body .contentsTop{
  margin: 0 auto 50px !important;
}

.valentine2025 .link-area .link-parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
}

.valentine2025 .link-area .link-parent a{
  background-color: #fff;
  border: #B4792E 1px solid;
  color: #B4792E;
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 68px;
  padding: 0 10px;
  position: relative;
  /* font-family: "Noto Serif JP", serif; */
}
.valentine2025 .link-area .link-parent a::before{
  background-image: url(../icon-arrow-anchor01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
.valentine2025 .link-area .link-parent li{
  padding-left: 0;
}

  .valentine2025 .link-area .link-parent li.link-all a::before{
    background-image: url(../icon-arrow-alllink.svg);
}

/* セクション内共通要素 */
.valentine2025 .section .title{
  display: flex;
  justify-content: center;
  text-align: center;
  /* line-height: 1.325; */ 
}
.valentine2025 .title .h2{
  font-weight: bold;
  font-size: 22px;
  line-height: 1.333;
  /* font-family: var(--font-serif); */
}
.valentine2025 .title .h2 span{
  font-family: "Dancing Script", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 55px;
}
.valentine2025 .section .itemLead{
  font-size: 16px;
  line-height: 1.5;
}

.valentine2025 .section .shop-name{
  font-size: 14px;
  line-height: 1.4;
  text-indent: -7px;
}
.valentine2025 .section .itemName{
  margin-top: 5px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
.valentine2025 .section .itemPrice {
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
}
.valentine2025 .section .itemPrice .number {
  font-weight: bold;
  font-size: 18px;
  /* padding-right: 5px; */
}

  /* swiper */
  .valentine2025 .recommend-sec {
    margin-bottom:60px;
    padding: 30px 0 40px;
    background-color: #FFF5F5;
    background-image: url(../bg_decoration_pickup.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    position: relative;
    overflow: hidden;
  }

  .valentine2025 .recommend-sec::before{
    background-image: url("../bg_perts_pickup_right.svg");
    width: 431.14px;
    height: 278.99px;
    top: -44px;
    right: -118px;
  }

  .valentine2025 .recommend-sec .title .h2{
    /* font-size: 35px;
    position: relative;
    letter-spacing: 0.08em;
    line-height: 1.325; */
  }
  .valentine2025 .recommend-sec .body {
    margin-top: 30px;
    padding: 0 45px;
  }
  .valentine2025 .recommend-sec .swiper {
    width: 100%;
    max-width: 1009px;
    overflow: hidden;
  }
  .valentine2025 .recommend-sec .swiper-slide {
    width: 323px;
  }
  .valentine2025 .recommend-sec .swiper-slide:not(:last-child) {
    margin-right: 20px;
  }
  .valentine2025 .recommend-sec .swiper-button-next,
  .valentine2025 .recommend-sec .swiper-button-prev {
    top: 54.85%;
  }
  .valentine2025 .recommend-sec .swiper-button-next {
    right: 15px;
  }
  .valentine2025 .recommend-sec .swiper-button-prev {
    left: 15px;
  }
  .valentine2025 .recommend-sec .swiper-wrapper{
  margin-bottom: 0;
  }
  .valentine2025 .recommend-sec .swiper-pagination-bullet-active{
  background-color: #E86879;
  }
  .valentine2025 .recommend-sec .swiper-container-horizontal > .swiper-pagination-bullets{
   bottom: 60px;
  }
  .valentine2025 .recommend-sec .itemLead{
    margin-top: 20px;
  }
  .valentine2025 .recommend-sec .itemButton {
    background-color: #fff;
    border: 1px solid #E86879;
    color: #E86879;
    font-size: 20px;
    margin: 15px auto 0;
    line-height: 1.45;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    height: 60px;
  }

 /* ブランドから選ぶ */
 .valentine2025 .brand-sec{
  padding: 10px;
  border: 2px solid #f6e8d5;
 }
 .valentine2025 .brand-sec .sectionInner-wrap{
  padding-bottom: 50px;
  background-image: url("../bg_brand.jpg");
  background-repeat: repeat-y;
  background-position: top center;
 }
 .valentine2025 .brand-sec .sectionInner-wrap .sectionInner{
  background-image: url(../bg_decoration_brand.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
 }
 .valentine2025 .brand-sec .title{
  margin-bottom: 30px;
  padding-top: 30px;
 }
 .valentine2025 .brand-sec .body{
  margin: 30px 40px 40px;
  padding: 40px;
  background-color: rgba(255,255,255, 0.8);
 }
 .valentine2025 .brand-sec .title .h3{
  line-height: 1.44;
  font-size: 34px;
  font-weight: bold;
  color: #983800;
 }
 .valentine2025 .brand-sec .title .h3-sub{
  font-size: 18px;
  position: relative;
 }
 .valentine2025 .brand-sec .title .h3-sub::before,
 .valentine2025 .brand-sec .title .h3-sub::after{
  content: '';
  display: block;
  background-color: #983800;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
 }
 .valentine2025 .brand-sec .title .h3-sub::before{
  left: -25px;
 }
 .valentine2025 .brand-sec .title .h3-sub::after{
  right: -25px;
 }
 .valentine2025 .brand-sec .brand-content{
  margin-top: 20px;
  container-type: inline-size;
}
@container (width <= 810px) {
  .valentine2025 .brand-sec .brand-content li:first-child .brand-detail .brand-detail-text dt span::after{
    right: -23px !important;
  }
  .valentine2025 .brand-sec .brand-content li:nth-child(3) .brand-detail .brand-detail-text dt span::after{
    right: -113px !important;
  }
  @container (width <= 690px) {
    .valentine2025 .brand-sec .brand-content li:first-child .brand-detail .brand-detail-text dt span::after{
      right: -16% !important;
      transform: scale(0.8);
    }
    .valentine2025 .brand-sec .brand-content li:nth-child(2) .brand-detail .brand-detail-text dt span::after{
      transform: scale(0.8);
    }
    .valentine2025 .brand-sec .brand-content li:nth-child(3) .brand-detail .brand-detail-text dt span::after{
      transform: scale(0.8);
    }
  }
  @container (width <= 620px) {
    .valentine2025 .brand-sec .brand-content li:first-child .brand-detail .brand-detail-text dt span::after{
    }
    .valentine2025 .brand-sec .brand-content li:nth-child(3) .brand-detail .brand-detail-text dt span::after{
      right: -54.33%!important;
    }
    .valentine2025 .brand-sec .brand-content .brand-detail .brand-image-main-wrap{
      width: 40%;
    }
    .valentine2025 .brand-sec .brand-content .brand-detail .brand-detail-text{
      margin-left: 15px;
      width: calc(60% - 15px)!important;
    }
    .valentine2025 .brand-sec .brand-content li:nth-child(2) .brand-detail .brand-detail-text{
      margin-left: 0;
    }
    .valentine2025 .itemButtonLargeWrap .itemButtonLarge{
      width: 100%!important;
    }
  }
}

.valentine2025 .brand-sec .brand-content .brand-detail{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.valentine2025 .brand-sec .brand-content li:nth-child(even) .brand-detail{
  flex-direction: row-reverse;
}
.valentine2025 .brand-sec .brand-content .brand-detail .brand-image-main-wrap{
  position: relative;
  transition: opacity .3s ease-in-out;
}
/* .valentine2025 .brand-sec .brand-content .brand-detail .brand-image-main-wrap::before{
  content: '';
  display: block;
  background-image: url("../icon_web_only.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 124px;
  height: 49px;
  top: 0;
  left: 0;
  position: absolute;
}
.valentine2025 .brand-sec .brand-content .brand-detail .brand-image-main-wrap:hover{
  opacity: .7;
}
.valentine2025 .brand-sec .brand-content .brand-detail .brand-image-main-wrap a:hover{
  opacity: 1;
} */
.valentine2025 .brand-sec .brand-content .brand-detail .brand-image-main{
  width: 305px;
  display: block;
}
.valentine2025 .brand-sec .brand-content .brand-detail .brand-detail-text{
  /* margin-top: 60px; */
  width: calc(100% - (305px + 30px));
}
.valentine2025 .brand-sec .brand-content .brand-detail .brand-detail-text dt span{
  font-size: 26px;
  font-weight: bold;
  line-height: 1.192;
  position: relative;
  display: inline-block;
}
.valentine2025 .brand-sec .brand-content .brand-detail .brand-detail-text dt span::after{
  content: '';
  display: block;
  background-image: url("../decoration_recommend01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 103.73px;
  height: 83.33px;
  position: absolute;
  top: -40px;
}
.valentine2025 .brand-sec .brand-content li:first-child .brand-detail .brand-detail-text dt span::after{
  right: -100px;
}
.valentine2025 .brand-sec .brand-content li:nth-child(2) .brand-detail .brand-detail-text dt span::after{
  top: -13px;
  right: -133px;
  background-image: url("../decoration_recommend02.png");
}
.valentine2025 .brand-sec .brand-content li:nth-child(3) .brand-detail .brand-detail-text dt span::after{
  right: -290px;
}
.valentine2025 .brand-sec .brand-content .brand-detail .brand-detail-text dd{
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.valentine2025 .brand-sec .brand-content .brand-detail .brand-detail-text .copy{
  margin-bottom: 10px;
  color: #8F560D;
  font-size: 22px;
  font-weight: bold;
}
.valentine2025 .brand-sec .brand-image-container{
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
}
.valentine2025 .brand-sec .brand-content li + li{
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.valentine2025 .brand-sec .brand-content li + li::before,
.valentine2025 .brand-sec .brand-btn-list::before{
  content: '';
  display: block;
  background-image: url("../border.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.valentine2025 .brand-sec .brand-btn-list{
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.valentine2025 .brand-sec .brand-btn-list li a{
  padding: 10px 15px;
  display: block;
  width: 100%;
  height: 147px;
  background-color: #FFEBE6;
}
.valentine2025 .brand-sec .brand-btn-list li a .brand-btn-container{
  display: flex;
  align-items: center;
}
.valentine2025 .brand-sec .brand-btn-list li a .brand-btn-container img{
  width: 127px;
  display: block;
  flex-grow: 1;
}
.valentine2025 .brand-sec .brand-btn-list li{
  container-type: inline-size;
}
@container (width <= 402px) {
  .valentine2025 .brand-sec .brand-btn-list li a{
    display: flex;
    align-items: center;
  }
  .valentine2025 .brand-sec .brand-btn-list li a .brand-btn-container{
    width: 100%;
    position: static !important;
    transform: none !important;
  }
  .valentine2025 .brand-sec .brand-btn-list li a .brand-btn-container img{
    width: 27%;
  }
}
.valentine2025 .brand-sec .brand-btn-list-wrapper{
  container-type: inline-size;
}
@container (width <= 625px) {
  .valentine2025 .brand-sec .brand-btn-list{
    display: block;
    gap: 0;
  }
  .valentine2025 .brand-sec .brand-btn-list li + li{
    margin-top: 10px;
  }
}

.valentine2025 .brand-sec .brand-btn-list li a .brand-btn-container .brand-name{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  width: calc(100% - 127px);
  flex-grow: 2;
  font-size: 20px;
  font-weight: bold;
  color: #2F1C1B;
}
.valentine2025 .brand-sec .brand-btn-list li a .brand-btn-container .brand-name-sub{
  font-size: 16px;
}

.valentine2025 .brand-sec .body + .body{
  margin-bottom: 0;
  padding-top: 0;
}
.valentine2025 .brand-list-content .h3{
position: relative;
}
.valentine2025 .brand-list-content .h3::before,
.valentine2025 .brand-list-content .h3::after{
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.valentine2025 .brand-list-content .h3::before{
  background-image: url("../decoration_brand-list_left.png");
  top: 0;
  left: -107px;
  width:49px;
  height: 100%;
}
.valentine2025 .brand-list-content .h3::after{
  background-image: url("../decoration_brand-list_right.png");
  top: 15px;
  right: -104px;
  width: 48.96px;
  height: 48.72px;
}

/* ブランドリスト */
/* .valentine2025 .sectionBrand {
  margin-top: 60px;
} */
.valentine2025 .sectionBrand .titleH4 {
  margin-bottom: 6px;
}
.valentine2025 .sectionBrand .titleH4 .h4 {
  color: #4b241d;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.valentine2025 .sectionBrand .titleH4 .h4:before {
  background-image: url(icon-heart01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15.138px;
  margin-right: 5px;
  width: 17.177px;
}
.valentine2025 .sectionBrand .brandNav {
  /* margin-bottom: 26px; */
}
.valentine2025 .sectionBrand .brandNav ul {
  display: flex;
  justify-content: center;
}
.valentine2025 .sectionBrand .brandNav li {
  border-left: 1px solid #4e4e4e;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1;
}
.valentine2025 .sectionBrand .brandNav li a {
  color: #4e4e4e;
  line-height: 1;
  padding: 0 12px;
  position: relative;
}
.valentine2025 .sectionBrand .brandNav li.disable{
  pointer-events: none;
}
.valentine2025 .sectionBrand .brandNav li.disable a{
  color: #b6b5b5;
}
.valentine2025 .sectionBrand .brandNav li a:after {
  background-color: #4e4e4e;
  bottom: 2px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1em;
}
.valentine2025 .sectionBrand .brandNav li.disable a::after{
  display: none;
}
.valentine2025 .sectionBrand .brandNav li:first-child {
  border-left: none;
}
.valentine2025 .sectionBrand .brandNav li:first-child a {
  padding-left: 0;
}
.valentine2025 .sectionBrand .brandNav li:first-child a:after {
  left: calc(50% - 6px);
}
.valentine2025 .sectionBrand .brandNav li:last-child {
  border-right: none;
}
.valentine2025 .sectionBrand .brandNav li:last-child a {
  padding-right: 0;
}
.valentine2025 .sectionBrand .brandNav li:last-child a:after {
  left: calc(50% + 6px);
}
.valentine2025 .sectionBrand .label {
  display: inline-block;
  position: relative;
  margin-top: -3px;
}
.valentine2025 .sectionBrand .label::before{
  content: '';
  display: inline-block;
  background-image: url(../icon_web_only_s.svg);
  position: relative;
  background-size: contain;
  width: 65px;
  height: 23px;

}
.valentine2025 .sectionBrand .hasLabel .brandName {
  margin-right: 5px;
  margin-bottom: 3px;
}
.valentine2025 .sectionBrand .brand {
  /* display: flex;
  flex-wrap: wrap; */
  display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 20px;
}
.valentine2025 .sectionBrand .brand li {
  display: inline-block;
 /*  width: calc((100% - 30px) / 3); */
}

.valentine2025 .sectionBrand .brand li:nth-last-child(n+4) {
  margin-bottom: 17px;
}
.valentine2025 .sectionBrand .brand li a {
    /* background-position: 0 7px; */  
  /* background-size: 7.8px 7.8px; */
  color: #2F1C1B;
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  padding-left: 3px;
  display: flex;
  flex-wrap: wrap;
  /* align-items: center; */
  position: relative;
}
.valentine2025 .sectionBrand .brand li a::before{
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-image: url(../icon-brand-list.svg);
  background-size: contain;
  width: 7.8px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: -8px;
}
.valentine2025 .sectionBrand .brand li .icon-brand-list{
  display: inline-block;
  width: 7.8px;
}
.valentine2025 .sectionBrand .brand li a:hover {
  text-decoration: underline;
}
/* .valentine2025 .sectionBrand .brand li:not(:nth-child(4n)) {
  margin-right: 15px;
} */
.valentine2025 .sectionBrand .brand .limited {
  background-position: 0 7.5px;
}
.valentine2025 .sectionBrand .brandUnit:not(:last-child) {
  margin-bottom: 24px;
}
.valentine2025 .sectionBrand .brandUnit.noBrand{
  display: none;
}
.valentine2025 .sectionBrand .brandUnit .title {
  border-bottom: 1px solid #B4792E;
  margin-bottom: 16px;
  padding-top: 10px;
}
.valentine2025 .sectionBrand .brandUnit .title .h4 {
  margin-right: auto;
  margin-left: 0;
  color: #B4792E;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 8px;
}
.valentine2025 .sectionBrand .inner{
  border-top: 1px solid #219B86;
}
.valentine2025 .sectionPrice {
  border-right: 10px solid #FAFAF0;
  border-left: 10px solid #FAFAF0;
  border-bottom: 10px solid #FAFAF0;
}
.valentine2025 .sectionPrice .inner,
.valentine2025 .sectionBrand .inner{
  border-right: 1px solid #219B86;
  border-left: 1px solid #219B86;
  border-bottom: 1px solid #219B86;
  background-color: #fff;
  width: 100%;
  padding: 40px 50px;
}

/* 予算から選ぶ */
.valentine2025 .budget-sec{
margin-top: 50px;
container-type: inline-size;
}

.valentine2025 .budget-sec .title .h2{
  position: relative;
}
.valentine2025 .budget-sec .title .h2::before,
.valentine2025 .budget-sec .title .h2::after{
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.valentine2025 .budget-sec .title .h2::before{
  background-image: url("../decoration_budget_left.png");
  top: -10px;
  left: -367px;
  width:160.99px;
  height: 100%;
}
.valentine2025 .budget-sec .title .h2::after{
  background-image: url("../decoration_budget_right.png");
  top: -17px;
  right: -409px;
  width:242px;
  height: 100%;
}
@container (width <= 970px) {
  .valentine2025 .budget-sec .title .h2::before,
  .valentine2025 .budget-sec .title .h2::after{
    transform: scale(0.8);
  }
  .valentine2025 .budget-sec .title .h2::before{
    left: -108%;
  }
  .valentine2025 .budget-sec .title .h2::after{
    right: -119%;
  }
}

.valentine2025 .budget-sec .Column2{
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
}
.valentine2025 .budget-sec .Column3{
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
}
.valentine2025 .budget-sec .item a {
  align-items: center;
  background-color: #FFFAF6;
  background-image: url(../icon-arrow-price01.svg);
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  background-size: 7.844px 16.903px;
  border: 1px solid #B4792E;
  color: #8F560D;
  display: flex;
  font-size: 18px;
  height: 70px;
  justify-content: center;
  line-height: 1.1;
  padding: 0 10px;
  width: 100%;
}
.valentine2025 .budget-sec .item a .baseline {
  align-items: baseline;
  display: flex;
  /* font-size: 18px; */
}
.valentine2025 .budget-sec .item a .small {
  font-size: 14px;
}


  /* すべての商品を見るボタン */
  .valentine2025 .allBtn{
    margin-top: 60px;
  }
  .valentine2025 .allBtn a {
    padding: 5px;
    background-image: url(../btn_all-product.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin: 0 auto;
    letter-spacing: 0.05em;
    max-width: 770px;
    height: 120px;
    text-align: center;
    display: block;
  }
  .valentine2025 .allBtn .allBtn-inner{
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

.valentine2025 .itemButtonLargeWrap {
  margin: 40px auto 0;
  position: relative;
  text-align: center;
}
.valentine2025 .itemButtonLargeWrap .itemButtonLarge {
  background-color: #B4792E;
  margin: 0 auto;
  width: 570px;
  height: 70px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
}
.valentine2025 .itemButtonLargeWrap .itemButtonLarge .spNone{
  display: inline-block;
}

@media screen and (max-width: 1400px){
  .valentine2025 .brand-sec .brand-content .brand-detail .brand-detail-text .copy.nowrap{
    white-space: normal;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .valentine2025 .sectionBrand .brand li {
    /* width: calc((100% - 30px) / 3); */
  }
  .valentine2025 .sectionBrand .brand li:nth-last-child(n+5) {
    margin-bottom: 0;
  }
  .valentine2025 .sectionBrand .brand li:nth-last-child(n+4) {
    margin-bottom: 17px;
  }
  .valentine2025 .sectionBrand .brand li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .valentine2025 .sectionBrand .brand li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .tabOn{
    display: block;
  }

  /* ボタン */
  /* TOPページ・カテゴリーページボタン */
  .valentine2025 .bnrWrap{
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  .valentine2025 .bnrWrap .categoryLink a{
    margin: 0 auto;
    max-width: 480px;
    width: 95%;
  }
  .valentine2025 .bnrWrap .topBtn a{
    height: 50px;
    margin: 20px auto 0;
    width: 80%;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .valentine2025 .sectionBrand{
    margin-top: 0;
  }
}
@media screen and (max-width: 820px) {
  /* アンカーリンク・ボタン */
  .valentine2025 .link-area .link-parent a{
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tabOn{
    display: None;
  }
  .spOn{
    display: block;
  }
  
  body .contents{
    margin: 0;
    padding: 0;
  }
  .top .contentsTop {
    margin-bottom: 0 !important;
}


.valentine2025 .shipping-fee{
  margin-top: 10px;
}

    /* ボタン */
    /* TOPページ・カテゴリーページボタン */
  .valentine2025 .bnrWrap {
    margin: 90px auto 0;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  .valentine2025 .banner-recommend + .bnrWrap {
    margin: 45px auto 40px;
  }
  .valentine2025 .bnrWrap .categoryLink {
    padding: 0 1em;
  }
  .valentine2025 .bnrWrap .categoryLink a{
    font-size: 19px;
    margin: 0 auto;
    max-width: 480px;
    width: 95%;
  }
  .valentine2025 .bnrWrap .topBtn{
    margin-right: 0;
    padding: 0 1em;
  }
  .valentine2025 .bnrWrap .topBtn a {
    font-size: 16px;
    height: 50px;
    line-height: 1.4;
    margin: 20px auto 0;
    text-align: center;
    /* width: 80%; */
    /* width: 74.9333%; */
    width: 80%;
  }


  /* ご注意事項 */
  .valentine2025 .attention .title .h2 {
    font-size: 23px;
  }
  .valentine2025 .attention .title .h2 span:before {
    width: 20px;
    height: 36px;
    top: 5%;
    left: -28px;
  }
  .valentine2025 .attention {
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 25px 10px;
  }
  .valentine2025 .attention p,
  .valentine2025 .attention dt,
  .valentine2025 .attention dd {
    color: #272727;
    font-size: 14px;
    line-height: 25px;
  }
  .valentine2025 .attention ul li + li{
    margin-top: 4px;
  }
  .valentine2025 .attention .title{
    margin-bottom: 0;
    line-height: 1.4;
  }
  .valentine2025 .attention .title + dl{
    margin-top: 20px;
  }
  .valentine2025 .attention dt{
    font-size: 14px;
    margin-left: -9px;
    line-height: 25px;
  }
  .valentine2025 .attention dd{
    line-height: 25px;
  }
  .valentine2025 .attention dd:not(:last-child){
    margin-bottom: 12px;

  }

  .valentine2025 .attention dd .attention-item-list{
    margin-top: 0;
  }
  .valentine2025 .attention p {
    margin-bottom: 3px;
  }
  .valentine2025 .attention .proviso{
    font-size: 12px;
    line-height: 1.6;
  }
  .valentine2025 .attention .proviso li + li{
    margin-top: 5px;
  }
  /* アコーディオン */
  
  .valentine2025 #accordionTitle{
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 5px;
  padding-left: 39px;
  font-size: 18px;
  line-height: 37px;
  text-align: center;
  }
  .valentine2025 #accordionTitle span::before{
    left: -27px;
  }
  .valentine2025 #accordionTitle::after{
    /* right: 10px; */
    width: 15.726px;
    left: calc(50% - 18.726px / 2);
    top: auto;
    bottom: 3px;
  }
  .valentine2025 #accordionContent{
    padding: 20px;
  }
  .valentine2025 #accordionContent dl{
    margin-top: 0;
    padding-left: 17px;
  }
  .valentine2025 #accordionContent .attention-item-list li{
    margin-bottom: 4px;
    font-size: 14px;
    line-height:22px;
  }
  .valentine2025 #accordionContent .attention-item-list + dl{
    margin-top: 20px;
  }
  .valentine2025 .attention #accordionContent .proviso li{
    font-size: 12px;
    line-height:22px;
  }

  /* アンカーリンク・ボタン */
  .valentine2025 .link-area{
    /* padding: 0 20px; */
  }
  .valentine2025 .link-area .link-parent{
    display: block;
  }
  .valentine2025 .link-area .link-parent li + li{
    margin-top: 10px;
  }
  .valentine2025 .link-area .link-parent a{
    line-height: 50px;
    font-size: 18px;
  }

  /* カタログ番号から選ぶ */
  .valentine2025 .search.sectionSmall .form {
    display: block;
  }
  .valentine2025 .search.sectionSmall .form .inputs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 4.5px;
    grid-row-gap: 4.5px;
  }
  .valentine2025 .search.sectionSmall .form .inputs li {
    width: 100%;
  }
  .valentine2025 .search .inputs input {
    height: 40px !important;
  }
  .valentine2025 .search.sectionSmall .h2{
    font-size: 30px;
  }
  .valentine2025 .search.sectionSmall .h2 .small{
    font-size: 25px;
  }
  .valentine2025 .search.sectionSmall .form .submit{
    margin-left: 0;
  }
  .valentine2025 .search.sectionSmall .form .submit {
    margin: 20px auto 0;
    padding: 0;
    /* width: 59.7015%; */
    width: 100%;
  }
  
  .valentine2025 .search.sectionSmall .h2 .inner{
    line-height: 1.5;
  }
  .valentine2025 .search.sectionSmall .h2 .inner::before,
  .valentine2025 .search.sectionSmall .h2 .inner::after{
    /* width: 29px;
    height: 30px; */
    display: none;
  }
  .valentine2025 .search.sectionSmall .h2{
    position: relative;
  }
  .valentine2025 .search.sectionSmall .h2::before,
  .valentine2025 .search.sectionSmall .h2::after{
    content: "";
    background-image: url(../kazari_headding_snow.svg);
    background-repeat: no-repeat;
      background-size: contain;
      display: block;
      position: absolute;
      width: 26px;
      height: 27px;
      top: calc(50% - 13px);
  }
  .valentine2025 .search.sectionSmall .h2::before {
    left: -44px;
  }
  .valentine2025 .search.sectionSmall .h2::after {
    right: -44px;
  }

  .valentine2025 .catalogDay .sectionInnerBorder{
    padding-left: 12px;
    padding-right: 12px;
  }
  .valentine2025 .search.sectionSmall .select-receiving-list{
    margin-top: 20px;
  }
  .valentine2025 .search.sectionSmall p{
    font-size: 14px;
  }
  .valentine2025 .search.sectionSmall .select-receiving-list li a .small{
    font-size: 16px;
  }
  .valentine2025 .search.sectionSmall .select-receiving-list li a::after{
    width: 6px;
    height: 15px;
  }
  .valentine2025 .size-list{
    margin-top:20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 510px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
  }
  .valentine2025 .search.sectionSmall .size-list li{
    height: 63px;
    margin-bottom: 10px;
  }
  .valentine2025 .search.sectionSmall .size-list li a{
    background-color: #6CAFBE;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    width: 162px;
    height: 100%;
    position: relative;
  }
  .valentine2025 .search.sectionSmall .size-list li a::after{
    width: 6px;
    height: 15px;
    top: calc(50% + 3px);
    right: 12px;
  }
  .valentine2025 .search.sectionSmall .size-list li a p{
    margin: 0;
    font-size: 20px;
  }
  .valentine2025 .search.sectionSmall .select-receiving-list p{
    font-size: 20px;
    }
  .valentine2025 .search.sectionSmall .select-receiving-list p .small{
    font-size: 16px;
    }
  .valentine2025 .catalogDay + .banner{
    margin-top: 30px;
  }
  .valentine2025 .catalogDay{
    margin-top: 40px;
  }
  .valentine2025 .catalogDay.sizesec{
    margin-top: 30px;
  }
  .valentine2025 .catalogDay .sectionInnerBorderContent::after{
    background-size: cover !important;
  }
  
  /* セクション内共通要素 */
  .valentine2025 .title .h2{
    font-size: 14px;
  }
  .valentine2025 .title .h2 span{
    font-size: 35px;
  }
  .valentine2025 .section .itemLead{
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.4;
  }
  .valentine2025 .section .shop-name{
    /* font-size: 14px;
    line-height: 1.4; */
  }
  .valentine2025 .section .itemName{
    font-size: 15px;
    line-height: 1.4;
  }
  .valentine2025 .section .itemPrice{
    font-size: 13px;
    line-height: 17.5px;
  }
  .valentine2025 .section .itemPrice .number{
    font-size: 18px;
    line-height: 1.8;
    padding-right: 2px;
  }


  /* swiper */
  .valentine2025 .recommend-sec{
    margin-bottom: 40px;
    padding: 25px 0;
  }
  .valentine2025 .recommend-sec .title .h2 span{
    font-size: 40px;
  }
  .valentine2025 .recommend-sec .body{
    margin-top: 25px;
    padding: 0 20px;
  }
  .valentine2025 .recommend-sec .itemButton{
    max-width: 280px;
    font-size: 18px;
    height: 50px;
  }
  .valentine2025 .recommend-sec .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 40px;
  }
  .valentine2025 .recommend-sec::before{
    width: 215px;
    top: -13px;
  }
  .valentine2025 .recommend-sec::after{
    width: 215px;
    bottom: -120px;
  }
  .valentine2025 .swiper-button-next,
.valentine2025 .swiper-button-prev {
  width: 9px;
  height: 30px;
  background-size: contain;
  top: 51.85% !important;
}
.valentine2025 .swiper-button-next {
  background-image: url("../slide_arrow_rignt_sp.svg") !important;
  transform: rotate(0deg);
  right: 6px!important;
}
.valentine2025 .swiper-button-prev {
  background-image: url("../slide_arrow_left_sp.svg") !important;
  left: 6px!important;

}
.valentine2025 .recommend-sec .itemLead{
  margin-top: 10px;
}

/* ブランドから選ぶ */
.valentine2025 .brand-sec{
  padding: 8px;
  container-type: inline-size;
}
.valentine2025 .brand-sec .sectionInner-wrap .sectionInner{
  background-size: 85%;
}
@container (width <= 430px) {
  .valentine2025 .brand-sec .sectionInner-wrap .sectionInner{
    background-image: url("../bg_decoration_brand_sp.png");
    background-size: contain;
  }
}
.valentine2025 .brand-sec .title{
  padding-top: 10px;
  margin-bottom: 0;
}
.valentine2025 .brand-sec .body{
  margin: 10px 10px 20px;
  padding: 15px;
}
.valentine2025 .brand-sec .title .h3{
  font-size: 21px;
}
.valentine2025 .brand-sec .title .h3-sub{
  font-size: 13px;
}
.valentine2025 .brand-sec .title .h3-sub::before,
.valentine2025 .brand-sec .title .h3-sub::after{
width: 8px;
top: 52%;
}
.valentine2025 .brand-sec .title .h3-sub::before{
left: -14px;
}
.valentine2025 .brand-sec .title .h3-sub::after{
right: -14px;
}
.valentine2025 .brand-sec .brand-content .brand-detail{
  display: block;
}
.valentine2025 .brand-sec .brand-content .brand-detail .brand-image-main-wrap{
  width: 70%;
  max-width: 305px;
  margin: 0 auto;
  position: relative;
}
.valentine2025 .brand-sec .brand-content .brand-detail .brand-image-main-wrap::after{
  content: '';
  display: block;
  background-image: url("../decoration_recommend01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width:33.55%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -53px;
}
.valentine2025 .brand-sec .brand-content .brand-detail .brand-image-main-wrap::before{
  transform: scale(0.9);
  transform-origin: left top;
}
.valentine2025 .brand-sec .brand-content .brand-detail .brand-image-main{
  width: 100%;
}

.valentine2025 .brand-sec .brand-content li:nth-child(2) .brand-detail .brand-image-main-wrap::after{
  background-image: url("../decoration_recommend02.png");
  width: 31.55%;
}
.valentine2025 .brand-sec .brand-content .brand-detail .brand-detail-text dt span::after{
  display: none;
}
.valentine2025 .brand-sec .brand-content .brand-detail .brand-detail-text{
  margin-top: 15px;
  margin-left: 0;
  width: 100% !important;
}
.valentine2025 .brand-sec .brand-content .brand-detail .brand-detail-text dt span{
  font-size: 17px;
}
.valentine2025 .brand-sec .brand-content .brand-detail .brand-detail-text dd{
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}
.valentine2025 .brand-sec .brand-content .brand-detail .brand-detail-text .copy{
  font-size: 16px;
}
.valentine2025 .brand-sec .brand-image-container{
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-column-gap: 0; */
  grid-column-gap: 10px;
}
.valentine2025 .brand-sec .brand-image-container a{
  /* display: block;
  min-width: 150px;
  width: calc((100% - 10px * 2) / 3); */
}
.valentine2025 .brand-sec .brand-image-container a + a{
  /* margin-left: 10px; */
}
.valentine2025 .brand-sec .brand-content li{
  container-type: inline-size;
}
@container (width <= 480px) {
  .valentine2025 .brand-sec .brand-image-container{
    /* margin-left: auto;
    margin-right: auto;
    justify-content: center;
    max-width: 310px; */
  }
  .valentine2025 .brand-sec .brand-image-container a:nth-child(2n + 1){
   /*  margin-left: 0; */
  }
  .valentine2025 .brand-sec .brand-image-container a:nth-child(n + 3){
    /* margin-top: 10px; */
  }
}
@container (width <= 310px) {
  .valentine2025 .brand-sec .brand-image-container a{
    /* min-width: inherit;
    width: calc((100% - 10px) / 2); */
  }
}
.valentine2025 .itemButtonLargeWrap{
  margin-top: 30px;
}
.valentine2025 .itemButtonLargeWrap .itemButtonLarge{
  width: 100%;
  font-size: 18px;
  line-height: 1.3;
}
.valentine2025 .itemButtonLargeWrap .itemButtonLarge .spNone{
  display: none;
}
.valentine2025 .brand-sec .brand-content li + li{
  margin-top: 30px;
}
.valentine2025 .brand-sec .brand-content li + li::before, .valentine2025 .brand-sec .brand-btn-list::before{
  background-size: cover;
}
.valentine2025 .brand-sec .brand-btn-list-wrapper{
  margin-bottom: 10px;
}
.valentine2025 .brand-sec .brand-btn-list{
  display: block;
  gap: 0;
}
.valentine2025 .brand-sec .brand-btn-list li + li{
  margin-top: 8px;
}
.valentine2025 .brand-sec .brand-btn-list li a{
  height: 75px;
}
.valentine2025 .brand-sec .brand-btn-list li a .brand-btn-container{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.valentine2025 .brand-sec .brand-btn-list li a .brand-btn-container img{
  width: 65px;
  flex-grow: inherit;
}

.valentine2025 .brand-sec .brand-btn-list li a .brand-btn-container .brand-name{
  font-size: 17px;
  line-height: 1.6;
}
.valentine2025 .brand-sec .brand-btn-list li a .brand-btn-container .brand-name-j{
  font-size: 15px;
}
.valentine2025 .brand-sec .brand-btn-list li a .brand-btn-container .brand-name-sub{
  font-size: 10px;
}

/* ブランドリスト */
.valentine2025 .brand-sec .body + .body{
  padding-top: 15px;
}
.valentine2025 .brand-list-content .h3::before{
  transform: scale(0.8);
  left: -56%;
  top: -15%;
}
.valentine2025 .brand-list-content .h3::after{
  transform: scale(0.7);
  right: -56%;
  top: -15%;
}
.valentine2025 .sectionBrand .title{
  margin-bottom: 23px;
}
.valentine2025 .sectionBrand {
  padding-left: 15px;
  padding-right: 15px;
  background-position: -5px calc(100% + 5px), calc(100% + 5px) calc(100% + 5px);
  background-size: 62.5px 61.5px, 62.5px 61.5px;
}
.valentine2025 .sectionBrand .inner,
.valentine2025 .sectionPrice .inner{
  padding: 20px 15px; 
}
.valentine2025 .sectionBrand .titleH4 .h4 {
  font-size: 18px;
}
.valentine2025 .sectionBrand .titleH4 .h4:before {
  background-image: url(icon-heart01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15.138px;
  margin-right: 5px;
  width: 17.177px;
}
.valentine2025 .sectionBrand .brand{
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.valentine2025 .sectionBrand .brandNav {
  margin-bottom: 19px;
}
.valentine2025 .sectionBrand .brandNav ul {
  justify-content: space-between;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.valentine2025 .sectionBrand .brandNav li {
  width: 100%;
  font-size: 15px;
}
.valentine2025 .sectionBrand .brandNav li a {
  padding: 4px 0;
  width: 100%;
  text-align: center;
  display: block;
}
.valentine2025 .sectionBrand .brandNav li:first-child a:after {
  left: 50%;
}
.valentine2025 .sectionBrand .brandNav li:last-child a:after {
  left: 50%;
}
.valentine2025 .sectionBrand .brand li {
  width: calc((100% - 15px) / 2);
}
.valentine2025 .sectionBrand .brand li:nth-last-child(n+5) {
  margin-bottom: 0;
}
.valentine2025 .sectionBrand .brand li:nth-last-child(n+3) {
  margin-bottom: 14px;
}
.valentine2025 .sectionBrand .brand li a {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 21px;
}
.valentine2025 .sectionBrand .brand li:not(:nth-child(4n)) {
  margin-right: 0;
}
.valentine2025 .sectionBrand .brand li:not(:nth-child(2n)) {
  margin-right: 15px;
}
.valentine2025 .sectionBrand .brandUnit:not(:last-child) {
  margin-bottom: 22px;
}
.valentine2025 .sectionBrand .brandUnit .title {
  margin-bottom: 12px;
  padding-top: 0;
}
.valentine2025 .sectionBrand .brandUnit .title .h4 {
  font-size: 16px;
  padding-bottom: 4px;
}
.valentine2025 .sectionBrand .label {
  align-items: center;
  display: inline-flex;
  /* font-size: 11px;
  height: 17.5px;
  line-height: 24px; */
}
.valentine2025 .brand-sec .sectionInner-wrap{
  padding-bottom: 20px;
}

/* 予算から選ぶ */
.valentine2025 .budget-sec{
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.valentine2025 .budget-sec .title .h2::before,
.valentine2025 .budget-sec .title .h2::after{
  top: 0;
  height: 150%;
}
.valentine2025 .budget-sec .title .h2::before{
  width: 86px;
  left: -137px;
}
.valentine2025 .budget-sec .title .h2::after{
  width: 127px;
  right: -133px;
}
.valentine2025 .budget-sec .Column2{
  margin-top: 23px;
}
.valentine2025 .budget-sec .Column3{
  margin-top: 20px;
}
.valentine2025 .budget-sec .Column2,
.valentine2025 .budget-sec .Column3{
  display: block;
  gap: 0;
}
.valentine2025 .budget-sec .item + .item{
  margin-top: 20px;
}
.valentine2025 .budget-sec .item a{
  height: 43px;
  font-size: 18px;
}
.valentine2025 .budget-sec .item a .small{
  font-size: 14px;
}

 /* 下部バナー */
.valentine2025 .banner {
  margin-top: 30px;
  margin: 0 auto 20px;
  width: calc(100% - 40px);
}
.valentine2025 .allBtn {
  margin: 40px auto 0;
  max-width: calc(100% - 40px);
}
.valentine2025 .allBtn a {
 /*  font-size: 23px;
  line-height: 1.5; */
  font-size: 18px;
  line-height: 32px;
  height: 88px;
}
.special .contents{
  margin-bottom: 5em !important;
}

/* おすすめバナー */
.valentine2025 .banner-recommend{
  margin : 45px 20px 0;
  width: calc(100% - 40px);
}
.valentine2025 .banner-recommend .headding{
  font-size: 30px;
}
.valentine2025 .banner-recommend .banner-recommend-text{
  font-size: 14px;
}
.valentine2025 .banner-recommend img,
.valentine2025 .banner-recommend .banner-recommend-text{
  margin-top: 15px;
}

/* TOPページ・カテゴリーページボタン */
.valentine2025 .banner-recommend + .bnrWrap {
  margin: 45px auto 40px;
}
}
@media screen and (max-width: 550px) {
  .valentine2025 .recommend-sec{
    background-image: url("../bg_decoration_pickup_sp.png");
  }
}
@media screen and (max-width: 520px) { 

  }

  @media screen and (max-width: 431px) {
    .valentine2025 .brand-sec .brand-content .brand-detail .brand-image-main-wrap::before{
      transform: scale(0.6);
      transform-origin: left top;
    }
    .valentine2025 .budget-sec .item + .item,
    .valentine2025 .budget-sec .Column3{
      margin-top: 10px;
    }
    .valentine2025 .brand-sec .brand-btn-list li a .brand-btn-container .brand-name{
      line-height: 1.3;
    }
    .valentine2025 .brand-sec .brand-btn-list li a .brand-btn-container .brand-name-sub{
      margin-top: 2px;
      display: inline-block;
    }
  }

@media screen and (max-width: 420px) {
  .xspOn{
    display: block;
  }
}

@media screen and (max-width: 385px) {
  .valentine2025 .budget-sec .title .h2::before,
  .valentine2025 .budget-sec .title .h2::after{
    transform: scale(0.7);
  }
  .valentine2025 .budget-sec .title .h2::after{
    right: -137px;
  }

}

@media screen and (max-width: 374px) {
  /* TOPページ・カテゴリーページボタン */
  .valentine2025 .bnrWrap .categoryLink a{
    font-size: 16px;
  }
  .valentine2025 .budget-sec .title .h2::before,
  .valentine2025 .budget-sec .title .h2::after{
    transform: scale(0.64);
  }
  .valentine2025 .budget-sec .title .h2::before{
    left: -102px;
  }
  .valentine2025 .budget-sec .title .h2::after{
    right: -116px;
  }
}