@charset "UTF-8";
/* ==========================================================================
 *
 * プライベート用のcssで汎用設定を利用するため
 *
========================================================================== */
/* ==========================================================================
 *
 * Variables
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Function - _convert_px_to_sp
 * デザインのフォントサイズ をSP用に変換する
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Function - zero-padding
 * 数値をゼロパディングする
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - clearfix
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - font-smoothing
 * OSX 向けフォントレンダリングの調整
 * http://maximilianhoffmann.com/posts/better-font-rendering-on-osx
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - hidden-text
 * sprite などのお供に
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - hidden
 * display: none せずに要素を隠す
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - opacity
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - placeholder
 * プレースホルダーの色を設定する
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - pre-wrap
 * テキストの改行を pre 的な振る舞いに設定
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - reset-button
 * button 要素をリセット
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - reset-input
 * input 要素をリセット
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - reset-select
 * select 要素をリセット
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - sprite
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - text-ellipsis
 * テキストを ... で省略する
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - text
 * SP用のフォントサイズ管理
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Mixin - white-space
	- normal
	- nowrap
	- pre-wrap
 *
========================================================================== */
/* ==========================================================================
 *
 * Utility: Extends
 *
========================================================================== */
.valentin2026 .f-budget {
  padding-bottom: 96px;
}
.valentin2026 .f-budget__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 96%;
  max-width: 1152px;
  margin: 48px auto 0;
  gap: 64px;
}
.valentin2026 .f-budget__body {
  width: 100%;
  height: 100%;
}
.valentin2026 .f-budget-box {
  position: relative;
  border: 2px solid #231815;
  padding: 4px;
  width: 340px;
}
.valentin2026 .f-budget-box .f-item__body {
  position: relative;
  display: block;
  padding: 15px 42px;
  height: 100%;
  border: 2px solid #231815;
  background-color: #FEF4EC;
  color: #231815;
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  .valentin2026 .f-budget-box .f-item__body:hover {
    background-color: #F9CEA8;
    text-decoration: none;
    color: #231815;
  }
}
.valentin2026 .f-budget-box .item-img img {
  width: 100%;
}
.valentin2026 .f-budget-box .item-name {
  font-size: 24px;
  line-height: 1.33;
}
.valentin2026 .f-budget-box .item-price {
  font-size: 20px;
  line-height: 1.2;
}
.valentin2026 .f-budget-box .item-price:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 24px;
  background: url(/assets/img/feature/valentin-2026/icon-arrow.svg) no-repeat center/100% 100%;
  -webkit-transform: rotate(-90deg) translateY(8px);
          transform: rotate(-90deg) translateY(8px);
  vertical-align: bottom;
}
@media (max-width: 939px) {
  .valentin2026 .f-budget {
    padding-bottom: 76.8px;
  }
  .valentin2026 .f-budget__wrap {
    width: 100%;
    gap: 25.6px;
  }
  .valentin2026 .f-budget-box {
    padding: 6.4px;
    width: 281.6px;
  }
  .valentin2026 .f-budget-box .f-item__body {
    padding: 12.8px 32px;
  }
  .valentin2026 .f-budget-box .item-name {
    font-size: 22.4px;
    line-height: 1.14;
  }
  .valentin2026 .f-budget-box .item-price {
    font-size: 19.2px;
    line-height: 1.16;
  }
  .valentin2026 .f-budget-box .item-price:after {
    width: 12.8px;
    height: 20.8px;
  }
}

.valentin2026 .f-deco__area {
  position: relative;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}
.valentin2026 .f-deco__area--1::after {
  content: "";
  background: url("/assets/img/feature/valentin-2026/illust_1.png") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 131px;
  left: 946px;
  width: 159px;
  height: 251px;
  pointer-events: none;
}
.valentin2026 .f-deco__area--1 .f-itemSection__normal {
  margin-top: 110px;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.valentin2026 .f-deco__area--1 .f-deco__music_note--1 {
  left: 911px;
  bottom: 227px;
}
.valentin2026 .f-deco__area--2::after {
  content: "";
  background: url("/assets/img/feature/valentin-2026/illust_2.png") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 119px;
  right: 983px;
  width: 91px;
  height: 179px;
  pointer-events: none;
}
.valentin2026 .f-deco__area--2 .f-itemSection__normal {
  margin-top: 32px;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.valentin2026 .f-deco__area--2 .f-deco__music_note--2 {
  right: 941px;
  top: 38px;
}
.valentin2026 .f-deco__area--3 .f-deco__music_note--1 {
  left: 81px;
  top: 191px;
}
.valentin2026 .f-deco__area--3 .f-deco__music_note--2 {
  left: 191px;
  top: 97px;
}
.valentin2026 .f-deco__area--3 .f-deco__star--1 {
  right: 97px;
  top: 195px;
}
.valentin2026 .f-deco__area--3 .f-deco__star--2 {
  right: 49px;
  top: 356px;
}
.valentin2026 .f-deco__area--4::before {
  content: "";
  background: url("/assets/img/feature/valentin-2026/illust_3.png") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 132px;
  left: 774px;
  width: 299px;
  height: 196px;
  pointer-events: none;
}
.valentin2026 .f-deco__area--4::after {
  content: "";
  background: url("/assets/img/feature/valentin-2026/illust_4.png") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 120px;
  width: 214px;
  height: 197px;
  pointer-events: none;
}
.valentin2026 .f-deco__area--4 .f-deco__music_note--1 {
  left: 233px;
  bottom: 255px;
}
.valentin2026 .f-deco__area--4 .f-deco__music_note--2 {
  left: 956px;
  top: 106px;
}
.valentin2026 .f-deco__area--4 .f-deco__music_note--3 {
  left: 75px;
  bottom: 170px;
}
.valentin2026 .f-deco__item {
  position: absolute;
  pointer-events: none;
}
.valentin2026 .f-deco__item.f-deco__music_note--1 {
  width: 19px;
  height: 53px;
  background: url("/assets/img/feature/valentin-2026/music_note_1.png") no-repeat center center;
  background-size: contain;
  -webkit-animation: 1.5s linear 0.5s infinite rotate-1;
          animation: 1.5s linear 0.5s infinite rotate-1;
}
.valentin2026 .f-deco__item.f-deco__music_note--2 {
  width: 28px;
  height: 40px;
  background: url("/assets/img/feature/valentin-2026/music_note_2.png") no-repeat center center;
  background-size: contain;
  -webkit-animation: 1.2s linear infinite rotate-1;
          animation: 1.2s linear infinite rotate-1;
}
.valentin2026 .f-deco__item.f-deco__music_note--3 {
  width: 45px;
  height: 58px;
  background: url("/assets/img/feature/valentin-2026/music_note_3.png") no-repeat center center;
  background-size: contain;
  -webkit-animation: 1.3s linear 0.1s infinite rotate-1;
          animation: 1.3s linear 0.1s infinite rotate-1;
}
.valentin2026 .f-deco__item.f-deco__star--1 {
  width: 41px;
  height: 47px;
  background: url("/assets/img/feature/valentin-2026/star.svg") no-repeat center center;
  background-size: contain;
  -webkit-animation: 1.7s linear 0.5s infinite scale;
          animation: 1.7s linear 0.5s infinite scale;
}
.valentin2026 .f-deco__item.f-deco__star--2 {
  width: 29px;
  height: 32px;
  background: url("/assets/img/feature/valentin-2026/star.svg") no-repeat center center;
  background-size: contain;
  -webkit-animation: 1.2s linear infinite scale;
          animation: 1.2s linear infinite scale;
}
@-webkit-keyframes rotate-1 {
  0%, 50%, 100% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  51%, 99% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
}
@keyframes rotate-1 {
  0%, 50%, 100% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  51%, 99% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
}
@-webkit-keyframes scale {
  0%, 50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  51%, 99% {
    -webkit-transform: scale(1.17);
            transform: scale(1.17);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale {
  0%, 50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  51%, 99% {
    -webkit-transform: scale(1.17);
            transform: scale(1.17);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 939px) {
  .valentin2026 .f-deco__area--1 {
    margin: 0 25.6px;
  }
  .valentin2026 .f-deco__area--1::after {
    top: 153.6px;
    left: 411.2px;
    width: 163.2px;
    height: 268.8px;
  }
  .valentin2026 .f-deco__area--1 .f-itemSection__normal {
    margin-top: 118.4px;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .valentin2026 .f-deco__area--1 .f-itemSection__normal .f-itemSection-box:nth-child(2) {
    margin: 0 auto;
  }
  .valentin2026 .f-deco__area--1 .f-deco__music_note--1 {
    left: auto;
    right: 80px;
    bottom: auto;
    top: 537.6px;
  }
  .valentin2026 .f-deco__area--2 {
    margin: 0 25.6px;
  }
  .valentin2026 .f-deco__area--2::after {
    top: auto;
    bottom: 36.8px;
    right: auto;
    left: 48px;
    width: 145.6px;
    height: 286.4px;
  }
  .valentin2026 .f-deco__area--2 .f-itemSection__normal {
    margin-top: 38.4px;
  }
  .valentin2026 .f-deco__area--2 .f-deco__music_note--2 {
    right: auto;
    left: 209.6px;
    top: 470.4px;
  }
  .valentin2026 .f-deco__area--3 .f-deco__item {
    display: none;
  }
  .valentin2026 .f-deco__area--4 {
    margin: 0 25.6px;
  }
  .valentin2026 .f-deco__area--4::before {
    top: 252.8px;
    left: 396.8px;
    width: 192px;
    height: 136px;
  }
  .valentin2026 .f-deco__area--4::after {
    bottom: 160px;
    left: 12.8px;
    width: 156.8px;
    height: 156.8px;
  }
  .valentin2026 .f-deco__area--4 .f-deco__music_note--1 {
    left: 132.8px;
    bottom: 411.2px;
  }
  .valentin2026 .f-deco__area--4 .f-deco__music_note--2 {
    left: auto;
    right: 36.8px;
    top: 187.2px;
  }
  .valentin2026 .f-deco__area--4 .f-deco__music_note--3 {
    left: 8px;
    bottom: 342.4px;
  }
  .valentin2026 .f-deco__item.f-deco__music_note--1 {
    width: 16px;
    height: 44.8px;
  }
  .valentin2026 .f-deco__item.f-deco__music_note--2 {
    width: 35.2px;
    height: 51.2px;
  }
  .valentin2026 .f-deco__item.f-deco__music_note--3 {
    width: 35.2px;
    height: 46.4px;
  }
}

.valentin2026 .f-footer {
  max-width: 90%;
  margin: 0 auto;
  padding: 96px 0;
}
.valentin2026 .f-footer__name {
  margin-top: 32px;
}
.valentin2026 .f-footer__name_kana {
  font-size: 16px;
  line-height: 1.25;
}
.valentin2026 .f-profile {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 939px) {
  .valentin2026 .f-footer {
    max-width: 96%;
    padding: 76.8px 0 115.2px;
  }
  .valentin2026 .f-footer__img {
    width: 153.6px;
    margin: 0 auto;
  }
  .valentin2026 .f-footer__img img {
    max-width: none;
    width: 100%;
  }
  .valentin2026 .f-footer__name {
    width: 326.4px;
    margin: 25.6px auto 0;
  }
  .valentin2026 .f-footer__name_kana {
    font-size: 25.6px;
  }
  .valentin2026 .f-profile {
    margin-top: 25.6px;
    font-size: 22.4px;
  }
}

.valentin2026 .f-header {
  position: relative;
  width: 100%;
  height: 1251px;
  padding-top: 32px;
  background: url("/assets/img/feature/valentin-2026/kv/main.webp") center bottom no-repeat;
  background-size: 1484px 1112px;
}
.valentin2026 .f-headerTitle {
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 939px) {
  .valentin2026 .f-header {
    height: 665.6px;
    padding-top: 25.6px;
    background-size: 121% auto;
  }
  .valentin2026 .f-headerTitle {
    max-width: 100%;
  }
  .valentin2026 .f-headerTitle img {
    width: auto;
    height: 57.6px;
  }
  .valentin2026 .f-headerTitle img:first-child {
    padding-right: 38.4px;
  }
}

.valentin2026 .f-itemFlavor {
  position: relative;
  margin-top: 48px;
  padding: 0;
}
.valentin2026 .f-itemFlavor_title {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 1.33;
}
.valentin2026 .f-itemFlavor_title:before, .valentin2026 .f-itemFlavor_title:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 20px;
}
.valentin2026 .f-itemFlavor_title:before {
  left: -16px;
  top: 0;
  background: url(/assets/img/feature/valentin-2026/brackets_1.svg) no-repeat center/100% 100%;
}
.valentin2026 .f-itemFlavor_title:after {
  right: -16px;
  bottom: 0;
  background: url(/assets/img/feature/valentin-2026/brackets_2.svg) no-repeat center/100% 100%;
}
.valentin2026 .f-itemFlavor_items {
  position: relative;
  margin: 0 auto;
  padding-top: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 62px 16px;
}
.valentin2026 .f-itemFlavor_items--macarons {
  max-width: 1100px;
}
.valentin2026 .f-itemFlavor_items--macarons .item-body {
  padding-top: 34px !important;
}
.valentin2026 .f-itemFlavor_item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 276px;
  height: 276px;
  border: 2px solid #231815;
  border-radius: 50%;
}
.valentin2026 .f-itemFlavor_item .item-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 212px;
  height: 100%;
  margin: 0 auto;
  padding-top: 8px;
}
.valentin2026 .f-itemFlavor_item .item-image {
  width: 120px;
  height: auto;
}
.valentin2026 .f-itemFlavor_item .item-name {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.22;
}
.valentin2026 .f-itemFlavor_item .item-description {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
}
.valentin2026 .f-itemFlavor_item .item-counts {
  position: absolute;
  bottom: -46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #231815;
  background-color: #F9CEA8;
}
.valentin2026 .f-itemFlavor_item .item-counts ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.valentin2026 .f-itemFlavor_item .item-counts_list {
  font-size: 18px;
  line-height: 1.22;
  white-space: nowrap;
}
.valentin2026 .f-itemFlavor_item .item-counts_list + .item-counts_list:before {
  content: '/';
  padding: 0 3px;
}
.valentin2026 .f-itemFlavor_item .item-counts_list a {
  color: #231815;
  text-decoration: underline;
}
.valentin2026 .f-itemFlavor_item .item-counts_list a:hover {
  color: #FF5200;
  text-decoration: none;
}
.valentin2026 .f-itemFlavor_item .item-counts_text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.14;
}
@media (max-width: 939px) {
  .valentin2026 .f-itemFlavor {
    margin-top: 38.4px;
  }
  .valentin2026 .f-itemFlavor_title {
    padding: 9.6px 0;
    font-size: 25.6px;
    line-height: 1.25;
  }
  .valentin2026 .f-itemFlavor_title:before, .valentin2026 .f-itemFlavor_title:after {
    width: 25.6px;
    height: 32px;
  }
  .valentin2026 .f-itemFlavor_title:before {
    left: -25.6px;
  }
  .valentin2026 .f-itemFlavor_title:after {
    right: -25.6px;
  }
  .valentin2026 .f-itemFlavor_items {
    padding-top: 38.4px;
    gap: 89.6px 25.6px;
  }
  .valentin2026 .f-itemFlavor_item {
    width: 281.6px;
    height: 281.6px;
  }
  .valentin2026 .f-itemFlavor_item .item-body {
    max-width: 219.2px;
    padding-top: 12.8px;
  }
  .valentin2026 .f-itemFlavor_item .item-image {
    width: 115.2px;
  }
  .valentin2026 .f-itemFlavor_item .item-name {
    margin-top: 16px;
    font-size: 19.2px;
    line-height: 1.16;
  }
  .valentin2026 .f-itemFlavor_item .item-description {
    margin-top: 6.4px;
    font-size: 16px;
    line-height: 1;
  }
  .valentin2026 .f-itemFlavor_item .item-counts {
    bottom: -67.2px;
    padding: 12.8px;
  }
  .valentin2026 .f-itemFlavor_item .item-counts_list {
    font-size: 25.6px;
    line-height: 1.25;
  }
  .valentin2026 .f-itemFlavor_item .item-counts_list + .item-counts_list:before {
    padding: 0 4.8px;
  }
  .valentin2026 .f-itemFlavor_item .item-counts_text {
    margin-top: 12.8px;
    font-size: 19.2px;
  }
}

.valentin2026 .f-itemSection {
  position: relative;
}
.valentin2026 .f-itemSection--other {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 96px 0;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
.valentin2026 .f-itemSection--other .f-itemSection__normal {
  gap: 48px 64px;
}
.valentin2026 .f-itemSection__normal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1152px;
  margin: 0 auto;
  gap: 32px 64px;
}
.valentin2026 .f-itemSection__normal + .f-itemSection__normal {
  margin-top: 48px;
}
.valentin2026 .f-itemSection__normal--flex_end {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.valentin2026 .f-itemSection__body {
  width: 100%;
  height: 100%;
}
.valentin2026 .f-itemSection-box {
  position: relative;
  border-radius: 200px 200px 0 0;
  border: 2px solid #231815;
  padding: 4px;
  background-color: #F9CEA8;
  transition: background-color 0.2s ease;
}
.valentin2026 .f-itemSection-box--m {
  width: 240px;
}
.valentin2026 .f-itemSection-box--l {
  width: 392px;
}
.valentin2026 .f-itemSection-box--l .f-item__body {
  padding: 32px 24px !important;
}
.valentin2026 .f-itemSection-box--l .item-left_label {
  top: 16px !important;
  left: 16px !important;
}
.valentin2026 .f-itemSection-box--l .item-name {
  font-size: 24px !important;
}
.valentin2026 .f-itemSection-box--l .item-price {
  font-size: 20px !important;
}
.valentin2026 .f-itemSection-box.highlight .f-item__body {
  background-color: #FF9900 !important;
}
.valentin2026 .f-itemSection-box .f-item__body {
  position: relative;
  display: block;
  padding: 20px 16px;
  height: 100%;
  border-radius: 200px 200px 0 0;
  border: 2px solid #231815;
  background-color: #FEF4EC;
  color: #231815;
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  .valentin2026 .f-itemSection-box .f-item__body.link:hover {
    background-color: #F9CEA8;
    text-decoration: none;
    color: #231815;
  }
}
.valentin2026 .f-itemSection-box .item-img img {
  width: 100%;
}
.valentin2026 .f-itemSection-box .item-content {
  padding-bottom: 36px;
}
.valentin2026 .f-itemSection-box .item-name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 68px;
  font-size: 20px;
  line-height: 1.2;
}
.valentin2026 .f-itemSection-box .item-price {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 0 16px;
  font-size: 16px;
  line-height: 1.25;
}
.valentin2026 .f-itemSection-box .item-price span {
  padding-left: 8px;
  color: #908680;
}
.valentin2026 .f-itemSection-box .item-left_label {
  position: absolute;
  top: 2px;
  left: -22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #231815;
  background-color: #FEF4EC;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.05em;
}
.valentin2026 .f-itemSection-box .item-right_label {
  position: absolute;
  top: 2px;
  right: -22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 81px;
  height: 76px;
  font-size: 12px;
  line-height: 1.14;
  letter-spacing: -0.05em;
  background: url(/assets/img/feature/valentin-2026/heart.svg) no-repeat center/100% 100%;
  z-index: 3;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.valentin2026 .f-itemSection-box .item-right_label.link:hover {
  color: #231815;
  text-decoration: none;
  opacity: 0.7;
}
.valentin2026 .f-itemSection-box .item-right_label p {
  -webkit-transform: rotate(15deg) translate(-4px, 1px);
          transform: rotate(15deg) translate(-4px, 1px);
}
.valentin2026 .f-itemSection-box .item-right_label p.label--s {
  font-size: 10px;
  line-height: 1;
}
.valentin2026 .f-itemSection-box .item-right_label p.label--l {
  font-size: 14px;
}
.valentin2026 .f-itemSection-box .item-right_label p span {
  letter-spacing: -0.12em;
}
.valentin2026 .f-itemSection-box .item-right_label p .pack {
  margin: 0 -0.28em;
}
.valentin2026 .f-itemSection__link {
  margin-top: 32px;
}
.valentin2026 .f-itemSection__link a {
  position: relative;
  display: inline-block;
  padding: 8px;
  font-size: 24px;
  line-height: 1.3;
  text-decoration: none;
  color: #231815;
}
.valentin2026 .f-itemSection__link a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  border-bottom: 2px solid #231815;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: width 0.3s ease;
}
.valentin2026 .f-itemSection__link a:hover {
  text-decoration: none;
  color: #231815;
}
.valentin2026 .f-itemSection__link a:hover:before {
  width: 0;
}
@media (max-width: 939px) {
  .valentin2026 .f-itemSection--other {
    padding: 76.8px 0;
    gap: 76.8px;
  }
  .valentin2026 .f-itemSection--other .f-itemSection__normal {
    gap: 51.2px 25.6px;
  }
  .valentin2026 .f-itemSection__normal {
    width: 100%;
    max-width: 1152px;
    gap: 38.4px 25.6px;
  }
  .valentin2026 .f-itemSection__normal + .f-itemSection__normal {
    margin-top: 51.2px;
  }
  .valentin2026 .f-itemSection__normal--flex_end {
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .valentin2026 .f-itemSection__normal--gapWide {
    gap: 76.8px 25.6px;
  }
  .valentin2026 .f-itemSection-box {
    padding: 6.4px;
  }
  .valentin2026 .f-itemSection-box--m {
    width: 281.6px;
  }
  .valentin2026 .f-itemSection-box--l {
    width: 281.6px;
  }
  .valentin2026 .f-itemSection-box--l .f-item__body {
    padding: 32px 12.8px !important;
  }
  .valentin2026 .f-itemSection-box--l .item-left_label {
    top: 3.2px !important;
    left: 0 !important;
  }
  .valentin2026 .f-itemSection-box--l .item-name {
    font-size: 22.4px !important;
  }
  .valentin2026 .f-itemSection-box--l .item-price {
    font-size: 19.2px !important;
  }
  .valentin2026 .f-itemSection-box--l.sp-l {
    width: 384px;
  }
  .valentin2026 .f-itemSection-box--l.sp-l .f-item__body {
    padding: 57.6px 12.8px !important;
  }
  .valentin2026 .f-itemSection-box--l.sp-l .item-img {
    width: 288px !important;
    margin: 0 auto;
  }
  .valentin2026 .f-itemSection-box--l.sp-l .item-name {
    font-size: 32px !important;
  }
  .valentin2026 .f-itemSection-box--l.sp-l .item-price {
    font-size: 25.6px !important;
  }
  .valentin2026 .f-itemSection-box .f-item__body {
    padding: 32px 12.8px 19.2px;
  }
  .valentin2026 .f-itemSection-box .item-content {
    padding-bottom: 35px;
  }
  .valentin2026 .f-itemSection-box .item-name {
    min-height: 54.4px;
    font-size: 22.4px;
    line-height: 1.14;
  }
  .valentin2026 .f-itemSection-box .item-price {
    bottom: 32px;
    font-size: 19.2px;
    line-height: 1.16;
  }
  .valentin2026 .f-itemSection-box .item-price span {
    padding-left: 12.8px;
  }
  .valentin2026 .f-itemSection-box .item-left_label {
    top: 3.2px;
    left: 0;
    width: 89.6px;
    height: 89.6px;
    font-size: 25.6px;
    line-height: 1.25;
  }
  .valentin2026 .f-itemSection-box .item-right_label {
    top: -25.6px;
    right: -16px;
    width: 129.6px;
    height: 121.6px;
    font-size: 19.2px;
    line-height: 1.14;
    letter-spacing: -0.05em;
  }
  .valentin2026 .f-itemSection-box .item-right_label p {
    -webkit-transform: rotate(15deg) translate(-6.4px, 3.2px);
            transform: rotate(15deg) translate(-6.4px, 3.2px);
  }
  .valentin2026 .f-itemSection-box .item-right_label p.label--s {
    font-size: 16px;
  }
  .valentin2026 .f-itemSection-box .item-right_label p.label--l {
    font-size: 22.4px;
  }
  .valentin2026 .f-itemSection__link {
    margin-top: 38.4px;
  }
  .valentin2026 .f-itemSection__link a {
    padding: 12.8px;
    font-size: 25.6px;
  }
}

.valentin2026 #chocolats .f-chocolats__wrap {
  margin: 64px auto 0;
  width: 94%;
}
@media (max-width: 939px) {
  .valentin2026 #chocolats .f-chocolats__wrap {
    margin-top: 76.8px;
    width: 100%;
  }
}

.valentin2026 #macarons {
  margin-top: 96px;
  padding-bottom: 96px;
}
.valentin2026 #macarons .f-itemSection__normal--macarons {
  margin-top: 46px;
}
.valentin2026 #macarons .f-itemSection__normal--macarons .macarons_min {
  margin-top: 166px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.valentin2026 #macarons .f-itemSection__normal--macarons .macarons_last {
  -ms-flex-item-align: end;
      -webkit-align-self: flex-end;
          align-self: flex-end;
}
@media (max-width: 939px) {
  .valentin2026 #macarons {
    margin-top: 51.2px;
    padding-bottom: 76.8px;
  }
  .valentin2026 #macarons .f-itemSection__normal--macarons {
    margin-top: 105.6px;
  }
  .valentin2026 #macarons .f-itemSection__normal--macarons .macarons_first {
    margin: 0 auto 0 0;
  }
  .valentin2026 #macarons .f-itemSection__normal--macarons .macarons_min {
    margin-top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 51.2px 25.6px;
  }
  .valentin2026 #macarons .f-itemSection__normal--macarons .macarons_last {
    margin: 0 0 0 auto;
  }
  .valentin2026 #macarons .f-item__chara {
    width: 7.3125rem;
    translate: 16% -40%;
  }
  .valentin2026 #macarons .f-item__chara .f-item__chara_balloon {
    left: -34px;
    width: 5.25rem;
  }
}

.valentin2026 {
  font-size: 0.875rem;
  font-family: "tot-shizukasmudgemin-stdn", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: -0.02em;
  text-align: center;
}
.valentin2026 .f-display-pc {
  display: block !important;
}
.valentin2026 .f-display-sp {
  display: none !important;
}
.valentin2026 .f-container {
  overflow: clip;
  color: #231815;
  background-color: #FF9900;
}
.valentin2026 .f-container::after {
  content: "";
  clear: both;
  display: block;
}
.valentin2026 .f-bg_light {
  background-color: #F9CEA8;
  border-top: 2px solid #231815;
  border-bottom: 2px solid #231815;
}
@media (max-width: 939px) {
  .valentin2026 {
    padding: 0 !important;
  }
}

@media (max-width: 939px) {
  html {
    font-size: 25.6px;
  }

  .valentin2026 .f-container {
    overflow-x: hidden;
  }
  .valentin2026 .f-display-pc {
    display: none !important;
  }
  .valentin2026 .f-display-sp {
    display: block !important;
  }
}
.valentin2026 .f-lead {
  max-width: 94%;
  margin: 0 auto;
  padding: 40px 0 72px;
}
.valentin2026 .f-leadTitle {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.25;
}
.valentin2026 .f-leadText {
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.6;
}
.valentin2026 .f-leadText + .f-leadText {
  margin-top: 1em;
}
.valentin2026 .f-leadNav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 64px;
  margin-top: 40px;
}
.valentin2026 .f-leadNav__item {
  width: 392px;
}
.valentin2026 .f-leadNav__item img {
  width: 240px;
}
.valentin2026 .f-leadNav__item .f-leadNav__link {
  display: block;
  max-width: 328px;
  margin: 16px auto 0;
  padding: 15px;
  border: 2px solid #231815;
  background-color: #F9CEA8;
  color: #231815;
  text-decoration: none;
  border-radius: 40px;
  font-size: 24px;
  line-height: 1.3;
  transition: background-color 0.3s ease;
}
.valentin2026 .f-leadNav__item .f-leadNav__link p:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 24px;
  margin-left: 8px;
  background: url(/assets/img/feature/valentin-2026/icon-arrow.svg) no-repeat center/100% 100%;
  vertical-align: text-bottom;
}
.valentin2026 .f-leadNav__item .f-leadNav__link:hover {
  color: #231815;
  text-decoration: none;
  background-color: #FEF4EC;
}
@media (max-width: 939px) {
  .valentin2026 .f-lead {
    padding-top: 27.2px;
    padding-bottom: 76.8px;
  }
  .valentin2026 .f-leadLogo {
    width: 380.8px;
    margin: 0 auto;
  }
  .valentin2026 .f-leadLogo img {
    max-width: none;
    width: 100%;
  }
  .valentin2026 .f-leadTitle {
    font-size: 25.6px;
  }
  .valentin2026 .f-leadText {
    margin-top: 51.2px;
    font-size: 25.6px;
    letter-spacing: -0.05em;
  }
  .valentin2026 .f-leadNav {
    gap: 25.6px;
    margin-top: 64px;
  }
  .valentin2026 .f-leadNav__item {
    width: 281.6px;
  }
  .valentin2026 .f-leadNav__item img {
    width: 256px;
  }
  .valentin2026 .f-leadNav__item .f-leadNav__link {
    width: 100%;
    margin: 0 auto;
    padding: 3.2px;
    font-size: 25.6px;
    line-height: 1.5;
  }
  .valentin2026 .f-leadNav__item .f-leadNav__link p:after {
    width: 12.8px;
    height: 19.2px;
    margin-left: 12.8px;
  }
}

.valentin2026 .f-fixedNav {
  position: -webkit-sticky;
  position: sticky;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.valentin2026 .f-fixedNav_lists {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  width: 100%;
  padding: 8px;
  color: #FF9900;
  border-top: 2px solid #231815;
  background-color: #FEF4EC;
}
.valentin2026 .f-fixedNav_list {
  position: relative;
  display: block;
  white-space: nowrap;
}
.valentin2026 .f-fixedNav_list_link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 8px;
  text-decoration: none;
  color: #FF5200;
}
.valentin2026 .f-fixedNav_list_link img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.valentin2026 .f-fixedNav_list_link p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
@media (any-hover: hover) {
  .valentin2026 .f-fixedNav_list_link:hover {
    color: #FF9900;
    text-decoration: none;
  }
}
@media (max-width: 939px) {
  .valentin2026 .f-fixedNav {
    padding: 0;
    width: 100%;
  }
  .valentin2026 .f-fixedNav.is-bottom-nav {
    bottom: 0;
  }
  .valentin2026 .f-fixedNav_lists {
    padding: 0 0 6.4px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .valentin2026 .f-fixedNav_list_link {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 6.4px;
  }
  .valentin2026 .f-fixedNav_list_link img {
    width: 102.4px;
    height: 102.4px;
  }
  .valentin2026 .f-fixedNav_list_link p {
    font-size: 25.6px;
    margin-top: -9.6px;
  }
}

.valentin2026 .f-titleSection {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.04em;
}
.valentin2026 .f-titleSection:before, .valentin2026 .f-titleSection:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 128px;
  height: 2px;
  background-color: #231815;
}
.valentin2026 .f-titleSection:before {
  left: calc(-128px - 24px);
}
.valentin2026 .f-titleSection:after {
  right: calc(-128px - 24px);
}
.valentin2026 .f-titleSection--sub {
  padding: 8px 0;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400;
}
.valentin2026 .f-titleSection--sub:before, .valentin2026 .f-titleSection--sub:after {
  width: 80px;
}
.valentin2026 .f-titleSection--sub:before {
  left: calc(-80px - 24px);
}
.valentin2026 .f-titleSection--sub:after {
  right: calc(-80px - 24px);
}
.valentin2026 .f-titleSectionWrap {
  margin-bottom: 48px;
}
.valentin2026 .f-titleSection__lead {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 939px) {
  .valentin2026 .f-titleSection {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: -0.04em;
  }
  .valentin2026 .f-titleSection:before, .valentin2026 .f-titleSection:after {
    width: 128px;
    height: 2px;
  }
  .valentin2026 .f-titleSection:before {
    left: calc(-128px - 24px);
  }
  .valentin2026 .f-titleSection:after {
    right: calc(-128px - 24px);
  }
  .valentin2026 .f-titleSection--sub {
    padding: 0;
    font-size: 38.4px;
    line-height: 1.33;
    font-weight: 600;
  }
  .valentin2026 .f-titleSection--sub:before, .valentin2026 .f-titleSection--sub:after {
    width: 80px;
  }
  .valentin2026 .f-titleSection--sub:before {
    left: -128px;
  }
  .valentin2026 .f-titleSection--sub:after {
    right: -128px;
  }
  .valentin2026 .f-titleSectionWrap {
    margin-bottom: 38.4px;
  }
  .valentin2026 .f-titleSection__lead {
    margin-top: 25.6px;
    font-size: 22.4px;
    line-height: 1.4;
  }
}
