@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
 *
========================================================================== */
.mothersDay2026 .f-budget {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 48px;
  margin-top: 56px;
}
.mothersDay2026 .f-budget .f-budget-item a {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 208px;
  height: 208px;
  border: 1px solid #D00964;
  border-radius: 50%;
  color: #D00964;
  transition: all 0.3s;
}
.mothersDay2026 .f-budget .f-budget-item a:hover {
  background-color: #D00964;
  color: #fff;
  text-decoration: none;
}
.mothersDay2026 .f-budget .f-budget-item a:hover img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.mothersDay2026 .f-budget .f-budget-item a:hover svg path {
  stroke: #fff;
}
.mothersDay2026 .f-budget .f-budget-item a img {
  width: 120px;
  transition: all 0.3s;
}
.mothersDay2026 .f-budget .f-budget-item a p {
  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;
  margin-top: 8px;
  padding-bottom: 16px;
  gap: 4px;
  line-height: 1.25;
}
.mothersDay2026 .f-budget .f-budget-item a svg {
  width: 25px;
}
.mothersDay2026 .f-budget .f-budget-item a svg path {
  color: #D00964;
  transition: all 0.3s;
}
.mothersDay2026 .f-budget-list {
  margin-top: 76px;
  text-align: center;
}
.mothersDay2026 .f-budget-list a {
  font-size: 18px;
  line-height: 1.33;
  color: #D00964;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px;
}
.mothersDay2026 .f-budget-list a:hover {
  text-decoration: none;
}
@media (max-width: 939px) {
  .mothersDay2026 .f-budget {
    gap: 0 25.6px;
    margin-top: 76.8px;
  }
  .mothersDay2026 .f-budget .f-budget-item a {
    width: 281.6px;
    height: 281.6px;
  }
  .mothersDay2026 .f-budget .f-budget-item a img {
    width: 192px;
  }
  .mothersDay2026 .f-budget .f-budget-item a p {
    font-size: 22.4px;
    margin-top: -10px;
    padding-bottom: 44.8px;
    gap: 6.4px;
  }
  .mothersDay2026 .f-budget .f-budget-item a svg {
    width: 38.4px;
  }
  .mothersDay2026 .f-budget-list {
    margin-top: 64px;
  }
  .mothersDay2026 .f-budget-list a {
    font-size: 25.6px;
    line-height: 1.25;
    text-underline-offset: 8px;
  }
}

.mothersDay2026 .f-footer {
  position: relative;
  display: block;
}

.mothersDay2026 .f-header {
  position: relative;
  height: 512px;
  max-width: 100%;
  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;
}
.mothersDay2026 .f-headerBg {
  position: absolute;
  inset: 0;
}
.mothersDay2026 .f-headerBg img {
  width: 100%;
  height: 512px;
  object-fit: cover;
}
.mothersDay2026 .f-headerTitle {
  position: relative;
  max-width: 815px;
}
@media (max-width: 939px) {
  .mothersDay2026 .f-header {
    height: 384px;
  }
  .mothersDay2026 .f-headerBg img {
    height: 384px;
  }
  .mothersDay2026 .f-headerTitle {
    width: 588.8px;
  }
}

.mothersDay2026 .f-itemSection {
  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: 0 48px;
  text-align: center;
}
.mothersDay2026 .f-itemSection-item {
  position: relative;
  width: 294px;
}
.mothersDay2026 .f-itemSection-item.l {
  width: 464px;
}
.mothersDay2026 .f-itemSection-item.l .badge-frozen {
  top: 48px;
  right: 56px;
}
.mothersDay2026 .f-itemSection-item .f-item__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      -webkit-align-content: space-between;
          align-content: space-between;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.mothersDay2026 .f-itemSection-item a.f-item__body {
  color: #301516;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .mothersDay2026 .f-itemSection-item a.f-item__body:hover {
    color: #D00964;
    text-decoration: none;
  }
  .mothersDay2026 .f-itemSection-item a.f-item__body:hover img {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.mothersDay2026 .f-itemSection-item .item-img {
  width: 100%;
}
.mothersDay2026 .f-itemSection-item .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.3s;
}
.mothersDay2026 .f-itemSection-item .item__content {
  width: 100%;
  display: contents;
}
.mothersDay2026 .f-itemSection-item .item-name {
  width: 100%;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-size: 18px;
  line-height: 1.333;
  font-weight: 600;
}
.mothersDay2026 .f-itemSection-item .item-price {
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  line-height: 2.28;
}
.mothersDay2026 .f-itemSection-item .badge {
  position: absolute;
  width: 72px;
  height: 72px;
  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;
  border: 1px solid #D00964;
  border-radius: 50%;
  color: #D00964;
}
.mothersDay2026 .f-itemSection-item .badge-frozen {
  top: -16px;
  right: -16px;
  font-size: 18px;
  line-height: 1.11;
  letter-spacing: 1.8px;
}
.mothersDay2026 .f-itemSection-item .badge-limited {
  top: -16px;
  left: -16px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1.8px;
}
.mothersDay2026 .f-itemSection-item .badge-limited span {
  display: block;
  letter-spacing: -0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 939px) {
  .mothersDay2026 .f-itemSection {
    gap: 25.6px;
  }
  .mothersDay2026 .f-itemSection + .f-itemSection {
    margin-top: 25.6px;
  }
  .mothersDay2026 .f-itemSection-item {
    width: 281.6px;
  }
  .mothersDay2026 .f-itemSection-item.l {
    width: 281.6px;
  }
  .mothersDay2026 .f-itemSection-item.l .badge-frozen {
    top: -25.6px;
    right: -12.8px;
  }
  .mothersDay2026 .f-itemSection-item.l .item-img img {
    width: 100%;
    height: 281.6px;
    object-fit: contain;
  }
  .mothersDay2026 .f-itemSection-item .item-name {
    font-size: 25.6px;
    line-height: 1.25;
  }
  .mothersDay2026 .f-itemSection-item .item-price {
    margin-top: 12.8px;
    font-size: 19.2px;
    line-height: 1.33;
  }
  .mothersDay2026 .f-itemSection-item .badge {
    width: 89.6px;
    height: 89.6px;
  }
  .mothersDay2026 .f-itemSection-item .badge-frozen {
    top: -25.6px;
    right: -12.8px;
    font-size: 22.4px;
  }
  .mothersDay2026 .f-itemSection-item .badge-limited {
    top: -25.6px;
    left: -12.8px;
    font-size: 19.2px;
    line-height: 1.2;
    letter-spacing: 1.8px;
  }
  .mothersDay2026 .f-itemSection-item .badge-limited span {
    letter-spacing: -0.05em;
  }
}

.mothersDay2026 {
  font-size: 16px;
  font-family: "Yu Mincho", YuMincho, "yu-mincho-pr6n", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  color: #301516;
}
.mothersDay2026 .f-display-pc {
  display: block !important;
}
.mothersDay2026 .f-display-sp {
  display: none !important;
}
.mothersDay2026 .f-container {
  padding-bottom: 64px;
}
.mothersDay2026 .f-container::after {
  content: "";
  clear: both;
  display: block;
}
.mothersDay2026 .f-inner {
  position: relative;
  max-width: 978px;
  margin: 40px auto 0;
}
.mothersDay2026 .mt-m {
  margin-top: 16px;
}

@media (max-width: 939px) {
  .mothersDay2026 .f-container {
    padding-bottom: 64px;
  }
  .mothersDay2026 .f-display-pc {
    display: none !important;
  }
  .mothersDay2026 .f-display-sp {
    display: block !important;
  }
  .mothersDay2026 .f-inner {
    position: relative;
    max-width: 588.8px;
    margin: 51.2px auto 0;
  }
  .mothersDay2026 .mt-m-sp {
    margin-top: 25.6px;
  }
  .mothersDay2026 .mt-l-sp {
    margin-top: 51.2px;
  }
}
.mothersDay2026 .f-profile {
  width: 100%;
  margin-top: 64px;
  padding: 56px 128px;
  background-color: #D00964;
  color: #fff;
  text-align: center;
}
.mothersDay2026 .f-profile .f-profile-header {
  text-align: center;
}
.mothersDay2026 .f-profile .f-profile-header .f-profile-header_title {
  font-size: 24px;
  line-height: 1.33;
  font-weight: 600;
}
.mothersDay2026 .f-profile .f-profile-header .f-profile-header_subtitle {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
.mothersDay2026 .f-profile .f-profile-content {
  padding-top: 40px;
  font-size: 16px;
  line-height: 2;
}
.mothersDay2026 .f-profile .f-profile-content .f-profile-text {
  text-align: left;
}
.mothersDay2026 .f-profile .f-profile-content .f-profile-text_note {
  margin: 24px 0;
  font-size: 14px;
  text-align: left;
}
.mothersDay2026 .f-profile .f-profile-content .f-profile-link {
  margin-top: 24px;
  font-size: 12px;
  text-decoration: none;
}
@media (any-hover: hover) {
  .mothersDay2026 .f-profile .f-profile-content .f-profile-link:hover {
    color: #fff;
    text-decoration: underline;
  }
}
@media (max-width: 939px) {
  .mothersDay2026 .f-profile {
    padding: 64px;
  }
  .mothersDay2026 .f-profile .f-profile-header .f-profile-header_title {
    font-size: 28.8px;
  }
  .mothersDay2026 .f-profile .f-profile-header .f-profile-header_subtitle {
    margin-top: 12.8px;
    font-size: 19.2px;
    line-height: 1.33;
  }
  .mothersDay2026 .f-profile .f-profile-content {
    padding-top: 25.6px;
    font-size: 19.2px;
  }
  .mothersDay2026 .f-profile .f-profile-content .f-profile-text_note {
    margin: 51.2px 0 38.4px;
    font-size: 19.2px;
  }
  .mothersDay2026 .f-profile .f-profile-content .f-profile-link {
    font-size: 19.2px;
  }
}

.mothersDay2026 .f-section {
  position: relative;
  display: block;
}
.mothersDay2026 .f-section + .f-section {
  margin-top: 64px;
}
@media (max-width: 939px) {
  .mothersDay2026 .f-section + .f-section {
    margin-top: 115.2px;
  }
}

.mothersDay2026 .f-textHeading {
  padding: 16px;
  background: #D00964;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 939px) {
  .mothersDay2026 .f-textHeading {
    padding: 12.8px;
    font-size: 28.8px;
    line-height: 1.33;
  }
  .mothersDay2026 .f-textHeading.sp-min {
    font-size: 22.4px;
    line-height: 1.64;
  }
}
