@charset "UTF-8";
/*!
style.css Modified: @@buildTime Editor: Toshiyuki Hara */
:root {
  --theme-color-1: #fff;
  --theme-color-2: #000;
  --theme-color-3: #e16388;
  --theme-color-4: #e71a28;
  --theme-color-5: #e95377;
  --theme-color-6: #ee7700;
  --theme-color-7: #f7d9e2;
  --theme-color-8: #da3940;
  --theme-color-9: #e16388;
  --breakpoint-standard: pc;
  --breakpoint-xl: 1200px;
  --breakpoint-lg: 1000px;
  --breakpoint-md: 768px;
  --breakpoint-sm: 560px;
  --breakpoint-xs: 320px;
}

.mothersday-present-2026 {
  /*
#overview
共通スタイル（_common.scss）

*/
  /* ==========================================================================
   RESET STYLE
   ========================================================================== */
  /* ==========================================================================
   FONT SET
   ========================================================================== */
  /* ==========================================================================
   HTML / BODY
   ========================================================================== */
  /* ==========================================================================
   LIST
   ========================================================================== */
  /* ==========================================================================
   LINK
   ========================================================================== */
  /* ==========================================================================
   MEDIA
   ========================================================================== */
  /* ==========================================================================
   TABLE
   ========================================================================== */
  /* ==========================================================================
   HORIZONTAL RULE
   ========================================================================== */
  /* ==========================================================================
   ゴシック体
   ========================================================================== */
  /*
#styleguide
ゴシック体

テキストをゴシック体にする場合はこのclassを使う
```
<p class="ff-gothic">窓も扉のかっこう棒手がゴーシュで叫ぶ音楽ました。</p>
```
*/
  /* ==========================================================================
   明朝体
   ========================================================================== */
  /*
#styleguide
明朝体

テキストを明朝体にする場合はこのclassを使う
```
<p class="ff-mincho">窓も扉のかっこう棒手がゴーシュで叫ぶ音楽ました。</p>
```
*/
  /* ==========================================================================
   ARIALフォント
   ========================================================================== */
  /*
#styleguide
ARIAL

テキストをARIALフォントにする場合はこのclassを使う
```
<p class="ff-arial">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
```
*/
  /* ==========================================================================
   ARIAL BLACKフォント
   ========================================================================== */
  /*
#styleguide
ARIAL BLACK

テキストをARIALフォントにする場合はこのclassを使う
```
<p class="ff-arialBlack">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
```
*/
  /*
#styleguide
マージン

marginに5pxずつ50pxまで
```
<div class="mt0">テキスト</div>
<div class="mt5">テキスト</div>
<div class="mt10">テキスト</div>
<div class="mt50">テキスト</div>
```
*/
  /* ==========================================================================
   IMPORTANT MARGIN
   ========================================================================== */
  /*
#styleguide
パディング

paddingに5pxずつ50pxまで
```
<div class="pt0">テキスト</div>
<div class="pt5">テキスト</div>
<div class="pt10">テキスト</div>
<div class="pt50">テキスト</div>
```
*/
  /* ==========================================================================
   IMPORTANT PADDING
   ========================================================================== */
  /*
#styleguide
フォントサイズ

font-sizeを2pxずつ50pxまで
```
<div class="fz12">テキスト</div>
<div class="fz18">テキスト</div>
<div class="fz24">テキスト</div>
<div class="fz30">テキスト</div>
<div class="fz36">テキスト</div>
<div class="fz42">テキスト</div>
```
*/
  /* ==========================================================================
   IMPORTANT FONT SIZE
   ========================================================================== */
  /* ==========================================================================
   IMPORTANT CLASS
   ========================================================================== */
  /* ==========================================================================
   viewportによって改行
   ========================================================================== */
  /*
#styleguide

5つのブレイクブレイクポイント（xs, sm ,md, lg, xl）による表示/非表示
<br>タグに使うと表示幅によって改行したり、改行を取ったりできる

0px以上で非表示・・・d-none
0px以上で表示・・・d-block
xs以上で非表示・・・d-xs-none
xs以上で表示・・・d-xs-block
sm以上で非表示・・・d-sm-none
sm以上で表示・・・d-sm-block
md以上で非表示・・・d-md-none
md以上で表示・・・d-md-block
lg以上で非表示・・・d-lg-none
lg以上で表示・・・d-lg-block
xl以上で非表示・・・d-xl-none
xl以上で表示・・・d-xl-block


```
```
*/
  /* ==========================================================================
   センターボックス
   ========================================================================== */
  /* ==========================================================================
   モーダルウィンドウなど上に被せた場合、htmlタグにclassをつけることによって
   htmlのスクロールさせないようにする
   参考: https://qiita.com/ShintaroKoizumi/items/82107fe292f3847d634e
   ========================================================================== */
  /*
#overview
テーマカラー（シークレットキャンペーン2021）

他にも使っているけど、だいたいこんな感じ
*/
  /*
#colors
@theme-color1 #fff
@theme-color2 #000
@theme-color3 #ec6d7b
@theme-color4 #eee
@theme-color5 #ec6d7b
@theme-color6 #45abe3
@theme-color7 #ecdddf
@theme-color8 #ece8dd
@theme-color9 #d7505f
@theme-color10 #e79fa7
@theme-color11 #f9576b
*/
  /*
#styleguide
フォントカラーのclass

font-tc●のばんごうはテーマカラーの番号
テーマカラーはstyle.scssに記述
!important付きなので使いどころに注意

```
<p class="font-tc3">テキストテキストテキストテキストテキストテキスト</p>
<p class="font-tc5">テキストテキストテキストテキストテキストテキスト</p>
<p class="font-tc7">テキストテキストテキストテキストテキストテキスト</p>
```
*/
  /*
#styleguide
背景色のclass

bg-tc●のばんごうはテーマカラーの番号
テーマカラーはstyle.scssに記述
!important付きなので使いどころに注意

```
<p class="bg-tc3">テキストテキストテキストテキストテキストテキスト</p>
<p class="bg-tc5">テキストテキストテキストテキストテキストテキスト</p>
<p class="bg-tc7">テキストテキストテキストテキストテキストテキスト</p>
```
*/
  /*
#styleguide
ボーダーカラーのclass

フォントカラーと背景色、ボーダーの色がテーマカラーごとclassに設定される
テーマカラーはstyle.scssに記述
!important付きなので使いどころに注意

```
<p class="border-tc3" style="border-width:3px;border-style:solid;">テキストテキストテキストテキストテキストテキスト</p>
<p class="border-tc5" style="border-width:3px;border-style:solid;">テキストテキストテキストテキストテキストテキスト</p>
<p class="border-tc7" style="border-width:3px;border-style:solid;">テキストテキストテキストテキストテキストテキスト</p>
```
*/
  /* ==========================================================================
   page-top_i879
   ========================================================================== */
  /* ==========================================================================
 *  
 *  _grid.scss
 *
 *  Last Modified: 2019/07/18
 *  Last Editor: Toshiyuki Hara
 *
   ========================================================================== */
  /*
#overview
グリッドシステム

BootstrapのGrid systemとほぼ同じ

*/
  /*
#styleguide


```
<div class="gs" style="border:2px solid #000;">
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6 gs__col--xs-12" style="border:2px solid #999; height: 50px;">1</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6 gs__col--xs-12" style="border:2px solid #999;">2</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6 gs__col--xs-12" style="border:2px solid #999;">3</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-3 gs__col--sm-6 gs__col--xs-12" style="border:2px solid #999;">4</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-3 gs__col--sm-4 gs__col--xs-12" style="border:2px solid #999;">5</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-3 gs__col--sm-4 gs__col--xs-12" style="border:2px solid #999;">6</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-3 gs__col--sm-4 gs__col--xs-12" style="border:2px solid #999;">7</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-2 gs__col--sm-2 gs__col--xs-12" style="border:2px solid #999;">8</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-3 gs__col--sm-3 gs__col--xs-12" style="border:2px solid #999;">9</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-5 gs__col--sm-1 gs__col--xs-12" style="border:2px solid #999;">10</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-1 gs__col--sm-5 gs__col--xs-12" style="border:2px solid #999;">11</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-1 gs__col--sm-1 gs__col--xs-12" style="border:2px solid #999;">12</div>
</div>
```
*/
  /*
#styleguide
パディングとネガティブマージンを使ったレイアウト

要素間に隙間を作るため、gs__colをパディングで隙間を作りたいが
両端には隙間はいらない時はgsにネガティブマージンで相殺する

```
テスト
<div class="" style="border:2px solid #ff0000;">
	<div class="gs m-n10" style="background-color: rgba(153,153,153, .5);">
		<div class="gs__col gs__col--md-4 p10" style="background-color: rgba(153,	153,153, .5);"><div style="background-color: #ccc;height:50px">1</div></div>
		<div class="gs__col gs__col--md-4 p10" style="background-color: rgba(153,	153,153, .5);"><div style="background-color: #ccc;height:50px">2</div></div>
		<div class="gs__col gs__col--md-4 p10" style="background-color: rgba(153,	153,153, .5);"><div style="background-color: #ccc;height:50px">3</div></div>
		<div class="gs__col gs__col--md-4 p10" style="background-color: rgba(153,	153,153, .5);"><div style="background-color: #ccc;height:50px">4</div></div>
	</div>
</div>
```
*/
  /*
#styleguide
.gs--center

flexboxのjustify-content: center;

```
<div class="gs gs--center mt30" style="border:2px solid #000;">
	<div class="gs__col gs__col--lg3 gs__col--md-2 gs__col--sm-1" style="border:2px solid #999; height: 50px;">1</div>
	<div class="gs__col gs__col--lg3 gs__col--md-2 gs__col--sm-1" style="border:2px solid #999;">2</div>
	<div class="gs__col gs__col--lg3 gs__col--md-2 gs__col--sm-1" style="border:2px solid #999;">3</div>
</div>
```
*/
  /*
#styleguide
.gs--around

flexboxのjustify-content: space-around;

```
<div class="gs gs--around mt30" style="border:2px solid #000;height: 50px;">
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">1</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">2</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">3</div>
</div>
```
*/
  /*
#styleguide
.gs--between

flexboxのjustify-content: space-between;

```
<div class="gs gs--between mt30" style="border:2px solid #000;height: 50px;">
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">1</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">2</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">3</div>
</div>
```
*/
  /*
#styleguide
.gs--middle

flexboxのalign-items: center;

```
<div class="gs gs--middle" style="border:2px solid #000;height: 50px;">
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999; height: 30px;">1</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">2</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">3</div>
</div>
```
*/
  /*
#styleguide
.gs--stretch

flexboxのalign-items: stretch;
itemの高さを指定しない場合、高さを揃えて表示します。
```
<div class="gs gs--stretch" style="border:2px solid #000;height: 100px;">
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">1</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">2</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">3</div>
</div>
```
*/
  /*
#styleguide
.gs--reverse

flexboxのflex-direction: row-reverse;

```
<div class="gs gs--reverse" style="border:2px solid #000;height: 50px;">
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">1</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">2</div>
	<div class="gs__col gs__col--xl-1 gs__col--lg-1 gs__col--md-4 gs__col--sm-6" style="border:2px solid #999;">3</div>
</div>
```
*/
  /*
#styleguide
offset

```
<div class="gs mt30" style="border:2px solid #000;height: 50px;">
	<div class="gs__col gs__col--md-1 gs__col--offset-md-3" style="border:2px solid #999;">1</div>
</div>
```
*/
  /* ==========================================================================
 *  
 *  _btn.scss
 *
 *  Last Modified: 2019/04/18
 *  Last Editor: Toshiyuki Hara
 *
   ========================================================================== */
  /*
#overview
ボタン

テキストテキスト
*/
  /*
#styleguide

プロにおまかせボタン

ヘッダに設置
```
<input type="button" value="プロにおまかせ" class="btn btn--pro">
```
*/
  /*
#styleguide

フォームの高さに合わせたボタン
```
<a href="" class="btn btn--form-parts btn--block"><i class="fas fa-search"></i>検索</a>
```
*/
  /*
#styleguide

お花の形から選ぶ で使われるボタン
```
<a href="" class="btn btn--type btn--block">ボタン</a>
```
*/
  /*
#styleguide

ページトップボタン
```
<input type="button" value="プロにおまかせ" class="btn btn--pro">
<a href="" class="btn btn--card-detail">ボタン</a>
<a href="" class="btn btn--card-cart">ボタン</a>
<input type="button" value="ボタン" class="btn btn--success btn--shadow">
<button class="btn btn--list btn--block">ボタン</button>
```
*/
  /*
#styleguide

ページトップボタン
```
<input type="button" value="プロにおまかせ" class="btn btn--pro">
<a href="" class="btn btn--card-detail">ボタン</a>
<a href="" class="btn btn--card-cart">ボタン</a>
<input type="button" value="ボタン" class="btn btn--success btn--shadow">
<button class="btn btn--list btn--block">ボタン</button>
```
*/
  /* ==========================================================================
 *  
 *  _headline.scss
 *
 *  Last Modified: 2021/04/09
 *  Last Editor: Toshiyuki Hara
 *
   ========================================================================== */
  /*
#overview
ヘッドライン


*/
  /*
#styleguide


```
<h3 class="headline"><span>ヘッドライン</span></h3>
```
*/
  /* ==========================================================================
 *  
 *  _service-info.scss
 *
 *  Last Modified: 2021/04/09
 *  Last Editor: Toshiyuki Hara
 *
   ========================================================================== */
  /*
#overview
サービス紹介


*/
  /*
#styleguide


```

```
*/
  /* ==========================================================================
   mothersday-present-2021
   ========================================================================== */
  /* ==========================================================================
   hero
   ========================================================================== */
  /* ==========================================================================
   local-nav
   ========================================================================== */
  /* ==========================================================================
   intro
   ========================================================================== */
  /* ==========================================================================
   box
   ========================================================================== */
  /* ==========================================================================
   campaign-detail
   ========================================================================== */
  /* ==========================================================================
   box-gift
   ========================================================================== */
  /* ==========================================================================
   special-type
   ========================================================================== */
  /* ==========================================================================
   btn-order-list
   ========================================================================== */
  /* ==========================================================================
   btn-campign
   ========================================================================== */
  /* ==========================================================================
   other-campign
   ========================================================================== */
  /* ==========================================================================
   cp1-box
   ========================================================================== */
  /* ==========================================================================
   cp1-detail
   ========================================================================== */
  /* ==========================================================================
   img-present
   ========================================================================== */
  /* ==========================================================================
   link-howto
   ========================================================================== */
  /* ==========================================================================
   ページ全体
   ========================================================================== */
  /* ==========================================================================
   campaign
   ========================================================================== */
  /* ==========================================================================
   entry-campaign
   ========================================================================== */
  /* ==========================================================================
   note-frame
   ========================================================================== */
  /* ==========================================================================
   cp2-box
   ========================================================================== */
  /* ==========================================================================
   logo-centforce
   ========================================================================== */
  /* ==========================================================================
   present-box
   ========================================================================== */
  /* ==========================================================================
   chance-box
   ========================================================================== */
  /* ==========================================================================
   entry-limit
   ========================================================================== */
  /* ==========================================================================
   hint-item
   ========================================================================== */
  /* ==========================================================================
   sns-msg
   ========================================================================== */
  /* ==========================================================================
   mother-prize-btn
   ========================================================================== */
  /* ==========================================================================
   youtube-box
   ========================================================================== */
  /* ==========================================================================
   feature-box
   ========================================================================== */
  /* ==========================================================================
   feature-list
   ========================================================================== */
  /* ==========================================================================
   news-box
   ========================================================================== */
  /* ==========================================================================
   release-list
   ========================================================================== */
  /* ==========================================================================
   card
   ========================================================================== */
  /* ==========================================================================
   msg
   ========================================================================== */
  /* ==========================================================================
   btn-page1
   ========================================================================== */
  /* ==========================================================================
   sns-box
   ========================================================================== */
  /* ==========================================================================
   box-sns
   ========================================================================== */
  /* ==========================================================================
   over-screen
   ========================================================================== */
}

.mothersday-present-2026 html, .mothersday-present-2026 body, .mothersday-present-2026 div, .mothersday-present-2026 span, .mothersday-present-2026 object, .mothersday-present-2026 iframe,
.mothersday-present-2026 h1, .mothersday-present-2026 h2, .mothersday-present-2026 h3, .mothersday-present-2026 h4, .mothersday-present-2026 h5, .mothersday-present-2026 h6, .mothersday-present-2026 p, .mothersday-present-2026 blockquote, .mothersday-present-2026 pre,
.mothersday-present-2026 address, .mothersday-present-2026 cite, .mothersday-present-2026 code,
.mothersday-present-2026 del, .mothersday-present-2026 dfn, .mothersday-present-2026 em, .mothersday-present-2026 img, .mothersday-present-2026 ins, .mothersday-present-2026 kbd, .mothersday-present-2026 q, .mothersday-present-2026 samp,
.mothersday-present-2026 small, .mothersday-present-2026 strong, .mothersday-present-2026 sub, .mothersday-present-2026 sup, .mothersday-present-2026 var,
.mothersday-present-2026 b, .mothersday-present-2026 i,
.mothersday-present-2026 dl, .mothersday-present-2026 dt, .mothersday-present-2026 dd, .mothersday-present-2026 ol, .mothersday-present-2026 ul, .mothersday-present-2026 li,
.mothersday-present-2026 fieldset, .mothersday-present-2026 form, .mothersday-present-2026 label, .mothersday-present-2026 legend,
.mothersday-present-2026 table, .mothersday-present-2026 caption, .mothersday-present-2026 tbody, .mothersday-present-2026 tfoot, .mothersday-present-2026 thead, .mothersday-present-2026 tr, .mothersday-present-2026 th, .mothersday-present-2026 td,
.mothersday-present-2026 article, .mothersday-present-2026 aside, .mothersday-present-2026 canvas, .mothersday-present-2026 details, .mothersday-present-2026 figcaption, .mothersday-present-2026 figure,
.mothersday-present-2026 footer, .mothersday-present-2026 header, .mothersday-present-2026 menu, .mothersday-present-2026 nav, .mothersday-present-2026 section, .mothersday-present-2026 summary,
.mothersday-present-2026 time, .mothersday-present-2026 mark, .mothersday-present-2026 audio, .mothersday-present-2026 video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.mothersday-present-2026 article, .mothersday-present-2026 aside, .mothersday-present-2026 details, .mothersday-present-2026 figcaption, .mothersday-present-2026 figure,
.mothersday-present-2026 footer, .mothersday-present-2026 header, .mothersday-present-2026 main, .mothersday-present-2026 menu, .mothersday-present-2026 nav, .mothersday-present-2026 section {
  display: block;
}

.mothersday-present-2026 button,
.mothersday-present-2026 [type="reset"],
.mothersday-present-2026 [type="button"],
.mothersday-present-2026 [type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

@font-face {
  .mothersday-present-2026 {
    font-family: YakuHanJP;
    src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Thin.eot);
    src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Thin.woff2) format("woff2"), url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal;
  }
}

@font-face {
  .mothersday-present-2026 {
    font-family: YakuHanJP;
    src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Light.eot);
    src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Light.woff2) format("woff2"), url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
  }
}

@font-face {
  .mothersday-present-2026 {
    font-family: YakuHanJP;
    src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Regular.eot);
    src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Regular.woff2) format("woff2"), url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
  }
}

@font-face {
  .mothersday-present-2026 {
    font-family: YakuHanJP;
    src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Medium.eot);
    src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Medium.woff2) format("woff2"), url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
  }
}

@font-face {
  .mothersday-present-2026 {
    font-family: YakuHanJP;
    src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Bold.eot);
    src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Bold.woff2) format("woff2"), url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
  }
}

@font-face {
  .mothersday-present-2026 {
    font-family: YakuHanJP;
    src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Black.eot);
    src: url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Black.woff2) format("woff2"), url(//cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/fonts/YakuHanJP/YakuHanJP-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
  }
}

@font-face {
  .mothersday-present-2026 {
    font-family: 'MyYuGothicM';
    font-weight: normal;
    src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
    /* Mediumがない場合 */
  }
}

@font-face {
  .mothersday-present-2026 {
    font-family: 'MyYuGothicM';
    font-weight: bold;
    src: local("YuGothic-Bold"), local("Yu Gothic");
    /* for Chrome */
  }
}

.mothersday-present-2026 html {
  height: 100%;
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.mothersday-present-2026 *, .mothersday-present-2026 *::before, .mothersday-present-2026 *::after {
  box-sizing: inherit;
}

.mothersday-present-2026 body {
  height: 100%;
  font: 16px/1.6 YakuHanJP, "Noto Sans JP", MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .mothersday-present-2026 body {
    font-family: Meiryo, sans-serif;
  }
}

.mothersday-present-2026 ul, .mothersday-present-2026 ol {
  list-style: none;
}

.mothersday-present-2026 .list-style-disc li {
  padding-left: 1em;
  text-indent: -1em;
}

.mothersday-present-2026 .list-style-disc li::before {
  content: '・';
  font-family: "Noto Sans JP", MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.mothersday-present-2026 .list-style-asterisk li {
  padding-left: 1em;
  text-indent: -1em;
}

.mothersday-present-2026 .list-style-asterisk li::before {
  content: '※';
  font-family: "Noto Sans JP", MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.mothersday-present-2026 a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  vertical-align: baseline;
  background-color: transparent;
}

.mothersday-present-2026 a:link, .mothersday-present-2026 a:visited, .mothersday-present-2026 a:hover, .mothersday-present-2026 a:focus, .mothersday-present-2026 a:active {
  color: #000;
}

.mothersday-present-2026 a:hover, .mothersday-present-2026 a:focus {
  text-decoration: underline;
}

.mothersday-present-2026 img, .mothersday-present-2026 embed, .mothersday-present-2026 object, .mothersday-present-2026 audio, .mothersday-present-2026 video, .mothersday-present-2026 iframe {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

.mothersday-present-2026 img[src$=".svg"] {
  width: 100%;
}

.mothersday-present-2026 table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mothersday-present-2026 hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.mothersday-present-2026 .ff-mincho {
  font-family: true;
}

.mothersday-present-2026 .ff-mincho {
  font-family: "Noto Serif JP", serif;
}

.mothersday-present-2026 .ff-arial {
  font-family: Arial, Helvetica, Helvetica Neue, sans-serif;
}

.mothersday-present-2026 .ff-arialBlack {
  font-family: Arial Black, sans-serif;
}

.mothersday-present-2026 .m0 {
  margin: 0px !important;
}

.mothersday-present-2026 .mt0 {
  margin-top: 0px !important;
}

.mothersday-present-2026 .mr0 {
  margin-right: 0px !important;
}

.mothersday-present-2026 .mb0 {
  margin-bottom: 0px !important;
}

.mothersday-present-2026 .ml0 {
  margin-left: 0px !important;
}

.mothersday-present-2026 .m-n0 {
  margin: 0px !important;
}

.mothersday-present-2026 .mx0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mothersday-present-2026 .mx-n0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mothersday-present-2026 .my0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mothersday-present-2026 .my-n0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mothersday-present-2026 .m5 {
  margin: 5px !important;
}

.mothersday-present-2026 .mt5 {
  margin-top: 5px !important;
}

.mothersday-present-2026 .mr5 {
  margin-right: 5px !important;
}

.mothersday-present-2026 .mb5 {
  margin-bottom: 5px !important;
}

.mothersday-present-2026 .ml5 {
  margin-left: 5px !important;
}

.mothersday-present-2026 .m-n5 {
  margin: -5px !important;
}

.mothersday-present-2026 .mx5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mothersday-present-2026 .mx-n5 {
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.mothersday-present-2026 .my5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mothersday-present-2026 .my-n5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.mothersday-present-2026 .m10 {
  margin: 10px !important;
}

.mothersday-present-2026 .mt10 {
  margin-top: 10px !important;
}

.mothersday-present-2026 .mr10 {
  margin-right: 10px !important;
}

.mothersday-present-2026 .mb10 {
  margin-bottom: 10px !important;
}

.mothersday-present-2026 .ml10 {
  margin-left: 10px !important;
}

.mothersday-present-2026 .m-n10 {
  margin: -10px !important;
}

.mothersday-present-2026 .mx10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mothersday-present-2026 .mx-n10 {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.mothersday-present-2026 .my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mothersday-present-2026 .my-n10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.mothersday-present-2026 .m15 {
  margin: 15px !important;
}

.mothersday-present-2026 .mt15 {
  margin-top: 15px !important;
}

.mothersday-present-2026 .mr15 {
  margin-right: 15px !important;
}

.mothersday-present-2026 .mb15 {
  margin-bottom: 15px !important;
}

.mothersday-present-2026 .ml15 {
  margin-left: 15px !important;
}

.mothersday-present-2026 .m-n15 {
  margin: -15px !important;
}

.mothersday-present-2026 .mx15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mothersday-present-2026 .mx-n15 {
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.mothersday-present-2026 .my15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mothersday-present-2026 .my-n15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.mothersday-present-2026 .m20 {
  margin: 20px !important;
}

.mothersday-present-2026 .mt20 {
  margin-top: 20px !important;
}

.mothersday-present-2026 .mr20 {
  margin-right: 20px !important;
}

.mothersday-present-2026 .mb20 {
  margin-bottom: 20px !important;
}

.mothersday-present-2026 .ml20 {
  margin-left: 20px !important;
}

.mothersday-present-2026 .m-n20 {
  margin: -20px !important;
}

.mothersday-present-2026 .mx20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mothersday-present-2026 .mx-n20 {
  margin-right: -20px !important;
  margin-left: -20px !important;
}

.mothersday-present-2026 .my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mothersday-present-2026 .my-n20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.mothersday-present-2026 .m25 {
  margin: 25px !important;
}

.mothersday-present-2026 .mt25 {
  margin-top: 25px !important;
}

.mothersday-present-2026 .mr25 {
  margin-right: 25px !important;
}

.mothersday-present-2026 .mb25 {
  margin-bottom: 25px !important;
}

.mothersday-present-2026 .ml25 {
  margin-left: 25px !important;
}

.mothersday-present-2026 .m-n25 {
  margin: -25px !important;
}

.mothersday-present-2026 .mx25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mothersday-present-2026 .mx-n25 {
  margin-right: -25px !important;
  margin-left: -25px !important;
}

.mothersday-present-2026 .my25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mothersday-present-2026 .my-n25 {
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}

.mothersday-present-2026 .m30 {
  margin: 30px !important;
}

.mothersday-present-2026 .mt30 {
  margin-top: 30px !important;
}

.mothersday-present-2026 .mr30 {
  margin-right: 30px !important;
}

.mothersday-present-2026 .mb30 {
  margin-bottom: 30px !important;
}

.mothersday-present-2026 .ml30 {
  margin-left: 30px !important;
}

.mothersday-present-2026 .m-n30 {
  margin: -30px !important;
}

.mothersday-present-2026 .mx30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mothersday-present-2026 .mx-n30 {
  margin-right: -30px !important;
  margin-left: -30px !important;
}

.mothersday-present-2026 .my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mothersday-present-2026 .my-n30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.mothersday-present-2026 .m35 {
  margin: 35px !important;
}

.mothersday-present-2026 .mt35 {
  margin-top: 35px !important;
}

.mothersday-present-2026 .mr35 {
  margin-right: 35px !important;
}

.mothersday-present-2026 .mb35 {
  margin-bottom: 35px !important;
}

.mothersday-present-2026 .ml35 {
  margin-left: 35px !important;
}

.mothersday-present-2026 .m-n35 {
  margin: -35px !important;
}

.mothersday-present-2026 .mx35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.mothersday-present-2026 .mx-n35 {
  margin-right: -35px !important;
  margin-left: -35px !important;
}

.mothersday-present-2026 .my35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mothersday-present-2026 .my-n35 {
  margin-top: -35px !important;
  margin-bottom: -35px !important;
}

.mothersday-present-2026 .m40 {
  margin: 40px !important;
}

.mothersday-present-2026 .mt40 {
  margin-top: 40px !important;
}

.mothersday-present-2026 .mr40 {
  margin-right: 40px !important;
}

.mothersday-present-2026 .mb40 {
  margin-bottom: 40px !important;
}

.mothersday-present-2026 .ml40 {
  margin-left: 40px !important;
}

.mothersday-present-2026 .m-n40 {
  margin: -40px !important;
}

.mothersday-present-2026 .mx40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mothersday-present-2026 .mx-n40 {
  margin-right: -40px !important;
  margin-left: -40px !important;
}

.mothersday-present-2026 .my40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mothersday-present-2026 .my-n40 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.mothersday-present-2026 .m45 {
  margin: 45px !important;
}

.mothersday-present-2026 .mt45 {
  margin-top: 45px !important;
}

.mothersday-present-2026 .mr45 {
  margin-right: 45px !important;
}

.mothersday-present-2026 .mb45 {
  margin-bottom: 45px !important;
}

.mothersday-present-2026 .ml45 {
  margin-left: 45px !important;
}

.mothersday-present-2026 .m-n45 {
  margin: -45px !important;
}

.mothersday-present-2026 .mx45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.mothersday-present-2026 .mx-n45 {
  margin-right: -45px !important;
  margin-left: -45px !important;
}

.mothersday-present-2026 .my45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mothersday-present-2026 .my-n45 {
  margin-top: -45px !important;
  margin-bottom: -45px !important;
}

.mothersday-present-2026 .m50 {
  margin: 50px !important;
}

.mothersday-present-2026 .mt50 {
  margin-top: 50px !important;
}

.mothersday-present-2026 .mr50 {
  margin-right: 50px !important;
}

.mothersday-present-2026 .mb50 {
  margin-bottom: 50px !important;
}

.mothersday-present-2026 .ml50 {
  margin-left: 50px !important;
}

.mothersday-present-2026 .m-n50 {
  margin: -50px !important;
}

.mothersday-present-2026 .mx50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.mothersday-present-2026 .mx-n50 {
  margin-right: -50px !important;
  margin-left: -50px !important;
}

.mothersday-present-2026 .my50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mothersday-present-2026 .my-n50 {
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}

.mothersday-present-2026 .mx-auto {
  margin: 0 auto !important;
}

.mothersday-present-2026 .p0 {
  padding: 0px !important;
}

.mothersday-present-2026 .pt0 {
  padding-top: 0px !important;
}

.mothersday-present-2026 .pr0 {
  padding-right: 0px !important;
}

.mothersday-present-2026 .pb0 {
  padding-bottom: 0px !important;
}

.mothersday-present-2026 .pl0 {
  padding-left: 0px !important;
}

.mothersday-present-2026 .px0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.mothersday-present-2026 .py0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.mothersday-present-2026 .p5 {
  padding: 5px !important;
}

.mothersday-present-2026 .pt5 {
  padding-top: 5px !important;
}

.mothersday-present-2026 .pr5 {
  padding-right: 5px !important;
}

.mothersday-present-2026 .pb5 {
  padding-bottom: 5px !important;
}

.mothersday-present-2026 .pl5 {
  padding-left: 5px !important;
}

.mothersday-present-2026 .px5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.mothersday-present-2026 .py5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.mothersday-present-2026 .p10 {
  padding: 10px !important;
}

.mothersday-present-2026 .pt10 {
  padding-top: 10px !important;
}

.mothersday-present-2026 .pr10 {
  padding-right: 10px !important;
}

.mothersday-present-2026 .pb10 {
  padding-bottom: 10px !important;
}

.mothersday-present-2026 .pl10 {
  padding-left: 10px !important;
}

.mothersday-present-2026 .px10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.mothersday-present-2026 .py10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.mothersday-present-2026 .p15 {
  padding: 15px !important;
}

.mothersday-present-2026 .pt15 {
  padding-top: 15px !important;
}

.mothersday-present-2026 .pr15 {
  padding-right: 15px !important;
}

.mothersday-present-2026 .pb15 {
  padding-bottom: 15px !important;
}

.mothersday-present-2026 .pl15 {
  padding-left: 15px !important;
}

.mothersday-present-2026 .px15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.mothersday-present-2026 .py15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.mothersday-present-2026 .p20 {
  padding: 20px !important;
}

.mothersday-present-2026 .pt20 {
  padding-top: 20px !important;
}

.mothersday-present-2026 .pr20 {
  padding-right: 20px !important;
}

.mothersday-present-2026 .pb20 {
  padding-bottom: 20px !important;
}

.mothersday-present-2026 .pl20 {
  padding-left: 20px !important;
}

.mothersday-present-2026 .px20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.mothersday-present-2026 .py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.mothersday-present-2026 .p25 {
  padding: 25px !important;
}

.mothersday-present-2026 .pt25 {
  padding-top: 25px !important;
}

.mothersday-present-2026 .pr25 {
  padding-right: 25px !important;
}

.mothersday-present-2026 .pb25 {
  padding-bottom: 25px !important;
}

.mothersday-present-2026 .pl25 {
  padding-left: 25px !important;
}

.mothersday-present-2026 .px25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.mothersday-present-2026 .py25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.mothersday-present-2026 .p30 {
  padding: 30px !important;
}

.mothersday-present-2026 .pt30 {
  padding-top: 30px !important;
}

.mothersday-present-2026 .pr30 {
  padding-right: 30px !important;
}

.mothersday-present-2026 .pb30 {
  padding-bottom: 30px !important;
}

.mothersday-present-2026 .pl30 {
  padding-left: 30px !important;
}

.mothersday-present-2026 .px30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.mothersday-present-2026 .py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.mothersday-present-2026 .p35 {
  padding: 35px !important;
}

.mothersday-present-2026 .pt35 {
  padding-top: 35px !important;
}

.mothersday-present-2026 .pr35 {
  padding-right: 35px !important;
}

.mothersday-present-2026 .pb35 {
  padding-bottom: 35px !important;
}

.mothersday-present-2026 .pl35 {
  padding-left: 35px !important;
}

.mothersday-present-2026 .px35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.mothersday-present-2026 .py35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.mothersday-present-2026 .p40 {
  padding: 40px !important;
}

.mothersday-present-2026 .pt40 {
  padding-top: 40px !important;
}

.mothersday-present-2026 .pr40 {
  padding-right: 40px !important;
}

.mothersday-present-2026 .pb40 {
  padding-bottom: 40px !important;
}

.mothersday-present-2026 .pl40 {
  padding-left: 40px !important;
}

.mothersday-present-2026 .px40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.mothersday-present-2026 .py40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.mothersday-present-2026 .p45 {
  padding: 45px !important;
}

.mothersday-present-2026 .pt45 {
  padding-top: 45px !important;
}

.mothersday-present-2026 .pr45 {
  padding-right: 45px !important;
}

.mothersday-present-2026 .pb45 {
  padding-bottom: 45px !important;
}

.mothersday-present-2026 .pl45 {
  padding-left: 45px !important;
}

.mothersday-present-2026 .px45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.mothersday-present-2026 .py45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.mothersday-present-2026 .p50 {
  padding: 50px !important;
}

.mothersday-present-2026 .pt50 {
  padding-top: 50px !important;
}

.mothersday-present-2026 .pr50 {
  padding-right: 50px !important;
}

.mothersday-present-2026 .pb50 {
  padding-bottom: 50px !important;
}

.mothersday-present-2026 .pl50 {
  padding-left: 50px !important;
}

.mothersday-present-2026 .px50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.mothersday-present-2026 .py50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.mothersday-present-2026 .border {
  border-style: solid;
  border-color: transparent;
}

.mothersday-present-2026 .border--0 {
  border-width: 0px;
}

.mothersday-present-2026 .border--top-0 {
  border-top-width: 0px;
}

.mothersday-present-2026 .border--right-0 {
  border-right-width: 0px;
}

.mothersday-present-2026 .border--bottom-0 {
  border-bottom-width: 0px;
}

.mothersday-present-2026 .border--left-0 {
  border-left-width: 0px;
}

.mothersday-present-2026 .border--1 {
  border-width: 1px;
}

.mothersday-present-2026 .border--top-1 {
  border-top-width: 1px;
}

.mothersday-present-2026 .border--right-1 {
  border-right-width: 1px;
}

.mothersday-present-2026 .border--bottom-1 {
  border-bottom-width: 1px;
}

.mothersday-present-2026 .border--left-1 {
  border-left-width: 1px;
}

.mothersday-present-2026 .border--2 {
  border-width: 2px;
}

.mothersday-present-2026 .border--top-2 {
  border-top-width: 2px;
}

.mothersday-present-2026 .border--right-2 {
  border-right-width: 2px;
}

.mothersday-present-2026 .border--bottom-2 {
  border-bottom-width: 2px;
}

.mothersday-present-2026 .border--left-2 {
  border-left-width: 2px;
}

.mothersday-present-2026 .border--3 {
  border-width: 3px;
}

.mothersday-present-2026 .border--top-3 {
  border-top-width: 3px;
}

.mothersday-present-2026 .border--right-3 {
  border-right-width: 3px;
}

.mothersday-present-2026 .border--bottom-3 {
  border-bottom-width: 3px;
}

.mothersday-present-2026 .border--left-3 {
  border-left-width: 3px;
}

.mothersday-present-2026 .border--4 {
  border-width: 4px;
}

.mothersday-present-2026 .border--top-4 {
  border-top-width: 4px;
}

.mothersday-present-2026 .border--right-4 {
  border-right-width: 4px;
}

.mothersday-present-2026 .border--bottom-4 {
  border-bottom-width: 4px;
}

.mothersday-present-2026 .border--left-4 {
  border-left-width: 4px;
}

.mothersday-present-2026 .border--5 {
  border-width: 5px;
}

.mothersday-present-2026 .border--top-5 {
  border-top-width: 5px;
}

.mothersday-present-2026 .border--right-5 {
  border-right-width: 5px;
}

.mothersday-present-2026 .border--bottom-5 {
  border-bottom-width: 5px;
}

.mothersday-present-2026 .border--left-5 {
  border-left-width: 5px;
}

.mothersday-present-2026 .border--radius-0 {
  border-radius: 0px;
}

.mothersday-present-2026 .border--radius-2 {
  border-radius: 2px;
}

.mothersday-present-2026 .border--radius-4 {
  border-radius: 4px;
}

.mothersday-present-2026 .border--radius-6 {
  border-radius: 6px;
}

.mothersday-present-2026 .border--radius-8 {
  border-radius: 8px;
}

.mothersday-present-2026 .border--radius-10 {
  border-radius: 10px;
}

.mothersday-present-2026 .border--radius-12 {
  border-radius: 12px;
}

.mothersday-present-2026 .border--radius-14 {
  border-radius: 14px;
}

.mothersday-present-2026 .border--radius-16 {
  border-radius: 16px;
}

.mothersday-present-2026 .border--radius-18 {
  border-radius: 18px;
}

.mothersday-present-2026 .border--radius-20 {
  border-radius: 20px;
}

.mothersday-present-2026 .border--radius-pill {
  border-radius: 50rem !important;
}

.mothersday-present-2026 .font-space {
  letter-spacing: .5em;
}

.mothersday-present-2026 .fz12 {
  font-size: 12px !important;
}

.mothersday-present-2026 .fz14 {
  font-size: 14px !important;
}

.mothersday-present-2026 .fz16 {
  font-size: 16px !important;
}

.mothersday-present-2026 .fz18 {
  font-size: 18px !important;
}

.mothersday-present-2026 .fz20 {
  font-size: 20px !important;
}

.mothersday-present-2026 .fz22 {
  font-size: 22px !important;
}

.mothersday-present-2026 .fz24 {
  font-size: 24px !important;
}

.mothersday-present-2026 .fz26 {
  font-size: 26px !important;
}

.mothersday-present-2026 .fz28 {
  font-size: 28px !important;
}

.mothersday-present-2026 .fz30 {
  font-size: 30px !important;
}

.mothersday-present-2026 .fz32 {
  font-size: 32px !important;
}

.mothersday-present-2026 .fz34 {
  font-size: 34px !important;
}

.mothersday-present-2026 .fz36 {
  font-size: 36px !important;
}

.mothersday-present-2026 .fz38 {
  font-size: 38px !important;
}

.mothersday-present-2026 .fz40 {
  font-size: 40px !important;
}

.mothersday-present-2026 .fz42 {
  font-size: 42px !important;
}

.mothersday-present-2026 .fz44 {
  font-size: 44px !important;
}

.mothersday-present-2026 .fz46 {
  font-size: 46px !important;
}

.mothersday-present-2026 .fz48 {
  font-size: 48px !important;
}

.mothersday-present-2026 .fz50 {
  font-size: 50px !important;
}

.mothersday-present-2026 .x-small {
  font-size: 80% !important;
}

.mothersday-present-2026 .small {
  font-size: 91% !important;
}

.mothersday-present-2026 .large {
  font-size: 120% !important;
}

.mothersday-present-2026 .thin {
  font-weight: 100 !important;
}

.mothersday-present-2026 .light {
  font-weight: 300 !important;
}

.mothersday-present-2026 .bold {
  font-weight: bold !important;
}

.mothersday-present-2026 .normal,
.mothersday-present-2026 .regular {
  font-weight: 400 !important;
}

.mothersday-present-2026 .center {
  text-align: center !important;
}

.mothersday-present-2026 .left {
  text-align: left !important;
}

.mothersday-present-2026 .right {
  text-align: right !important;
}

.mothersday-present-2026 .att {
  color: #ff0000 !important;
}

.mothersday-present-2026 .borderNone {
  border: 0 !important;
}

.mothersday-present-2026 .block {
  display: block !important;
}

.mothersday-present-2026 .inline-block {
  display: inline-block;
}

.mothersday-present-2026 .none {
  display: none !important;
}

.mothersday-present-2026 .show {
  visibility: visible !important;
}

.mothersday-present-2026 .hide {
  visibility: hidden !important;
}

.mothersday-present-2026 .indent {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

.mothersday-present-2026 .disabled {
  cursor: default !important;
  pointer-events: none !important;
  opacity: .3 !important;
}

.mothersday-present-2026 .underline {
  text-decoration: underline !important;
}

.mothersday-present-2026 .h100p {
  height: 100%;
}

.mothersday-present-2026 .lh1 {
  line-height: 1;
}

.mothersday-present-2026 .medium {
  font-weight: 500 !important;
}

.mothersday-present-2026 .black {
  font-weight: 900 !important;
}

.mothersday-present-2026 .d-none {
  display: none !important;
}

.mothersday-present-2026 .d-block {
  display: block !important;
}

.mothersday-present-2026 .d-xs-none {
  display: block !important;
}

@media screen and (min-width: 320px) {
  .mothersday-present-2026 .d-xs-none {
    display: none !important;
  }
}

.mothersday-present-2026 .d-xs-block {
  display: none !important;
}

@media screen and (min-width: 320px) {
  .mothersday-present-2026 .d-xs-block {
    display: block !important;
  }
}

.mothersday-present-2026 .d-sm-none {
  display: block !important;
}

@media screen and (min-width: 560px) {
  .mothersday-present-2026 .d-sm-none {
    display: none !important;
  }
}

.mothersday-present-2026 .d-sm-block {
  display: none !important;
}

@media screen and (min-width: 560px) {
  .mothersday-present-2026 .d-sm-block {
    display: block !important;
  }
}

.mothersday-present-2026 .d-md-none {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .mothersday-present-2026 .d-md-none {
    display: none !important;
  }
}

.mothersday-present-2026 .d-md-block {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .mothersday-present-2026 .d-md-block {
    display: block !important;
  }
}

.mothersday-present-2026 .d-lg-none {
  display: block !important;
}

@media screen and (min-width: 1000px) {
  .mothersday-present-2026 .d-lg-none {
    display: none !important;
  }
}

.mothersday-present-2026 .d-lg-block {
  display: none !important;
}

@media screen and (min-width: 1000px) {
  .mothersday-present-2026 .d-lg-block {
    display: block !important;
  }
}

.mothersday-present-2026 .d-xl-none {
  display: block !important;
}

@media screen and (min-width: 1200px) {
  .mothersday-present-2026 .d-xl-none {
    display: none !important;
  }
}

.mothersday-present-2026 .d-xl-block {
  display: none !important;
}

@media screen and (min-width: 1200px) {
  .mothersday-present-2026 .d-xl-block {
    display: block !important;
  }
}

.mothersday-present-2026 .cb {
  max-width: 1000px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}

.mothersday-present-2026 .cb__inr {
  padding: 0 40px;
}

.mothersday-present-2026 .scroll-prevent {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.mothersday-present-2026 .nowrap {
  white-space: nowrap;
}

.mothersday-present-2026 .font-tc1 {
  color: #fff !important;
}

.mothersday-present-2026 .bg-tc1 {
  background-color: #fff !important;
}

.mothersday-present-2026 .border-tc1 {
  border-color: #fff !important;
}

.mothersday-present-2026 .font-tc2 {
  color: #000 !important;
}

.mothersday-present-2026 .bg-tc2 {
  background-color: #000 !important;
}

.mothersday-present-2026 .border-tc2 {
  border-color: #000 !important;
}

.mothersday-present-2026 .font-tc3 {
  color: #e16388 !important;
}

.mothersday-present-2026 .bg-tc3 {
  background-color: #e16388 !important;
}

.mothersday-present-2026 .border-tc3 {
  border-color: #e16388 !important;
}

.mothersday-present-2026 .font-tc4 {
  color: #e71a28 !important;
}

.mothersday-present-2026 .bg-tc4 {
  background-color: #e71a28 !important;
}

.mothersday-present-2026 .border-tc4 {
  border-color: #e71a28 !important;
}

.mothersday-present-2026 .font-tc5 {
  color: #e95377 !important;
}

.mothersday-present-2026 .bg-tc5 {
  background-color: #e95377 !important;
}

.mothersday-present-2026 .border-tc5 {
  border-color: #e95377 !important;
}

.mothersday-present-2026 .font-tc6 {
  color: #ee7700 !important;
}

.mothersday-present-2026 .bg-tc6 {
  background-color: #ee7700 !important;
}

.mothersday-present-2026 .border-tc6 {
  border-color: #ee7700 !important;
}

.mothersday-present-2026 .font-tc7 {
  color: #f7d9e2 !important;
}

.mothersday-present-2026 .bg-tc7 {
  background-color: #f7d9e2 !important;
}

.mothersday-present-2026 .border-tc7 {
  border-color: #f7d9e2 !important;
}

.mothersday-present-2026 .font-tc8 {
  color: #da3940 !important;
}

.mothersday-present-2026 .bg-tc8 {
  background-color: #da3940 !important;
}

.mothersday-present-2026 .border-tc8 {
  border-color: #da3940 !important;
}

.mothersday-present-2026 .font-tc9 {
  color: #e16388 !important;
}

.mothersday-present-2026 .bg-tc9 {
  background-color: #e16388 !important;
}

.mothersday-present-2026 .border-tc9 {
  border-color: #e16388 !important;
}

.mothersday-present-2026 .page-top {
  width: 80px;
  height: 80px;
  text-align: center;
  margin: 0 auto 60px;
}

.mothersday-present-2026 .page-top a {
  display: block;
  text-decoration: none;
  width: 80px;
  height: 80px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  padding-top: 40px;
  font-size: 1em;
  font-family: Folk Bold;
  font-weight: bold;
  background: #df5d5d url(//images.i879.com/image/i879_momoclo/i879_arrows_down.png) top center no-repeat;
}

.mothersday-present-2026 .page-top a:hover {
  background-color: #F49FCE;
}

.mothersday-present-2026 .gs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mothersday-present-2026 .gs--center {
  -ms-flex-pack: center;
  justify-content: center;
}

.mothersday-present-2026 .gs--right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mothersday-present-2026 .gs--around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.mothersday-present-2026 .gs--between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mothersday-present-2026 .gs--middle {
  -ms-flex-align: center;
  align-items: center;
}

.mothersday-present-2026 .gs--stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mothersday-present-2026 .gs--reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.mothersday-present-2026 .gs__col {
  max-width: 100%;
  min-height: 1px;
  position: relative;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (min-width: 320px) {
  .mothersday-present-2026 .gs__col--xs-1 {
    max-width: 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .mothersday-present-2026 .gs__col--xs-2 {
    max-width: 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .mothersday-present-2026 .gs__col--xs-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .mothersday-present-2026 .gs__col--xs-4 {
    max-width: 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .mothersday-present-2026 .gs__col--xs-5 {
    max-width: 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .mothersday-present-2026 .gs__col--xs-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .mothersday-present-2026 .gs__col--xs-7 {
    max-width: 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .mothersday-present-2026 .gs__col--xs-8 {
    max-width: 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .mothersday-present-2026 .gs__col--xs-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .mothersday-present-2026 .gs__col--xs-10 {
    max-width: 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .mothersday-present-2026 .gs__col--xs-11 {
    max-width: 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .mothersday-present-2026 .gs__col--xs-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .mothersday-present-2026 .gs__col--push-xs-1 {
    left: 8.33333%;
  }
  .mothersday-present-2026 .gs__col--push-xs-2 {
    left: 16.66667%;
  }
  .mothersday-present-2026 .gs__col--push-xs-3 {
    left: 25%;
  }
  .mothersday-present-2026 .gs__col--push-xs-4 {
    left: 33.33333%;
  }
  .mothersday-present-2026 .gs__col--push-xs-5 {
    left: 41.66667%;
  }
  .mothersday-present-2026 .gs__col--push-xs-6 {
    left: 50%;
  }
  .mothersday-present-2026 .gs__col--push-xs-7 {
    left: 58.33333%;
  }
  .mothersday-present-2026 .gs__col--push-xs-8 {
    left: 66.66667%;
  }
  .mothersday-present-2026 .gs__col--push-xs-9 {
    left: 75%;
  }
  .mothersday-present-2026 .gs__col--push-xs-10 {
    left: 83.33333%;
  }
  .mothersday-present-2026 .gs__col--push-xs-11 {
    left: 91.66667%;
  }
  .mothersday-present-2026 .gs__col--push-xs-12 {
    left: 100%;
  }
  .mothersday-present-2026 .gs__col--pull-xs-1 {
    right: 8.33333%;
  }
  .mothersday-present-2026 .gs__col--pull-xs-2 {
    right: 16.66667%;
  }
  .mothersday-present-2026 .gs__col--pull-xs-3 {
    right: 25%;
  }
  .mothersday-present-2026 .gs__col--pull-xs-4 {
    right: 33.33333%;
  }
  .mothersday-present-2026 .gs__col--pull-xs-5 {
    right: 41.66667%;
  }
  .mothersday-present-2026 .gs__col--pull-xs-6 {
    right: 50%;
  }
  .mothersday-present-2026 .gs__col--pull-xs-7 {
    right: 58.33333%;
  }
  .mothersday-present-2026 .gs__col--pull-xs-8 {
    right: 66.66667%;
  }
  .mothersday-present-2026 .gs__col--pull-xs-9 {
    right: 75%;
  }
  .mothersday-present-2026 .gs__col--pull-xs-10 {
    right: 83.33333%;
  }
  .mothersday-present-2026 .gs__col--pull-xs-11 {
    right: 91.66667%;
  }
  .mothersday-present-2026 .gs__col--pull-xs-12 {
    right: 100%;
  }
  .mothersday-present-2026 .gs__col--offset-xs-1 {
    margin-left: 8.33333%;
  }
  .mothersday-present-2026 .gs__col--offset-xs-2 {
    margin-left: 16.66667%;
  }
  .mothersday-present-2026 .gs__col--offset-xs-3 {
    margin-left: 25%;
  }
  .mothersday-present-2026 .gs__col--offset-xs-4 {
    margin-left: 33.33333%;
  }
  .mothersday-present-2026 .gs__col--offset-xs-5 {
    margin-left: 41.66667%;
  }
  .mothersday-present-2026 .gs__col--offset-xs-6 {
    margin-left: 50%;
  }
  .mothersday-present-2026 .gs__col--offset-xs-7 {
    margin-left: 58.33333%;
  }
  .mothersday-present-2026 .gs__col--offset-xs-8 {
    margin-left: 66.66667%;
  }
  .mothersday-present-2026 .gs__col--offset-xs-9 {
    margin-left: 75%;
  }
  .mothersday-present-2026 .gs__col--offset-xs-10 {
    margin-left: 83.33333%;
  }
  .mothersday-present-2026 .gs__col--offset-xs-11 {
    margin-left: 91.66667%;
  }
  .mothersday-present-2026 .gs__col--offset-xs-12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 560px) {
  .mothersday-present-2026 .gs__col--sm-1 {
    max-width: 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .mothersday-present-2026 .gs__col--sm-2 {
    max-width: 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .mothersday-present-2026 .gs__col--sm-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .mothersday-present-2026 .gs__col--sm-4 {
    max-width: 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .mothersday-present-2026 .gs__col--sm-5 {
    max-width: 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .mothersday-present-2026 .gs__col--sm-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .mothersday-present-2026 .gs__col--sm-7 {
    max-width: 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .mothersday-present-2026 .gs__col--sm-8 {
    max-width: 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .mothersday-present-2026 .gs__col--sm-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .mothersday-present-2026 .gs__col--sm-10 {
    max-width: 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .mothersday-present-2026 .gs__col--sm-11 {
    max-width: 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .mothersday-present-2026 .gs__col--sm-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .mothersday-present-2026 .gs__col--push-sm-1 {
    left: 8.33333%;
  }
  .mothersday-present-2026 .gs__col--push-sm-2 {
    left: 16.66667%;
  }
  .mothersday-present-2026 .gs__col--push-sm-3 {
    left: 25%;
  }
  .mothersday-present-2026 .gs__col--push-sm-4 {
    left: 33.33333%;
  }
  .mothersday-present-2026 .gs__col--push-sm-5 {
    left: 41.66667%;
  }
  .mothersday-present-2026 .gs__col--push-sm-6 {
    left: 50%;
  }
  .mothersday-present-2026 .gs__col--push-sm-7 {
    left: 58.33333%;
  }
  .mothersday-present-2026 .gs__col--push-sm-8 {
    left: 66.66667%;
  }
  .mothersday-present-2026 .gs__col--push-sm-9 {
    left: 75%;
  }
  .mothersday-present-2026 .gs__col--push-sm-10 {
    left: 83.33333%;
  }
  .mothersday-present-2026 .gs__col--push-sm-11 {
    left: 91.66667%;
  }
  .mothersday-present-2026 .gs__col--push-sm-12 {
    left: 100%;
  }
  .mothersday-present-2026 .gs__col--pull-sm-1 {
    right: 8.33333%;
  }
  .mothersday-present-2026 .gs__col--pull-sm-2 {
    right: 16.66667%;
  }
  .mothersday-present-2026 .gs__col--pull-sm-3 {
    right: 25%;
  }
  .mothersday-present-2026 .gs__col--pull-sm-4 {
    right: 33.33333%;
  }
  .mothersday-present-2026 .gs__col--pull-sm-5 {
    right: 41.66667%;
  }
  .mothersday-present-2026 .gs__col--pull-sm-6 {
    right: 50%;
  }
  .mothersday-present-2026 .gs__col--pull-sm-7 {
    right: 58.33333%;
  }
  .mothersday-present-2026 .gs__col--pull-sm-8 {
    right: 66.66667%;
  }
  .mothersday-present-2026 .gs__col--pull-sm-9 {
    right: 75%;
  }
  .mothersday-present-2026 .gs__col--pull-sm-10 {
    right: 83.33333%;
  }
  .mothersday-present-2026 .gs__col--pull-sm-11 {
    right: 91.66667%;
  }
  .mothersday-present-2026 .gs__col--pull-sm-12 {
    right: 100%;
  }
  .mothersday-present-2026 .gs__col--offset-sm-1 {
    margin-left: 8.33333%;
  }
  .mothersday-present-2026 .gs__col--offset-sm-2 {
    margin-left: 16.66667%;
  }
  .mothersday-present-2026 .gs__col--offset-sm-3 {
    margin-left: 25%;
  }
  .mothersday-present-2026 .gs__col--offset-sm-4 {
    margin-left: 33.33333%;
  }
  .mothersday-present-2026 .gs__col--offset-sm-5 {
    margin-left: 41.66667%;
  }
  .mothersday-present-2026 .gs__col--offset-sm-6 {
    margin-left: 50%;
  }
  .mothersday-present-2026 .gs__col--offset-sm-7 {
    margin-left: 58.33333%;
  }
  .mothersday-present-2026 .gs__col--offset-sm-8 {
    margin-left: 66.66667%;
  }
  .mothersday-present-2026 .gs__col--offset-sm-9 {
    margin-left: 75%;
  }
  .mothersday-present-2026 .gs__col--offset-sm-10 {
    margin-left: 83.33333%;
  }
  .mothersday-present-2026 .gs__col--offset-sm-11 {
    margin-left: 91.66667%;
  }
  .mothersday-present-2026 .gs__col--offset-sm-12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 768px) {
  .mothersday-present-2026 .gs__col--md-1 {
    max-width: 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .mothersday-present-2026 .gs__col--md-2 {
    max-width: 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .mothersday-present-2026 .gs__col--md-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .mothersday-present-2026 .gs__col--md-4 {
    max-width: 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .mothersday-present-2026 .gs__col--md-5 {
    max-width: 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .mothersday-present-2026 .gs__col--md-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .mothersday-present-2026 .gs__col--md-7 {
    max-width: 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .mothersday-present-2026 .gs__col--md-8 {
    max-width: 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .mothersday-present-2026 .gs__col--md-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .mothersday-present-2026 .gs__col--md-10 {
    max-width: 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .mothersday-present-2026 .gs__col--md-11 {
    max-width: 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .mothersday-present-2026 .gs__col--md-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .mothersday-present-2026 .gs__col--push-md-1 {
    left: 8.33333%;
  }
  .mothersday-present-2026 .gs__col--push-md-2 {
    left: 16.66667%;
  }
  .mothersday-present-2026 .gs__col--push-md-3 {
    left: 25%;
  }
  .mothersday-present-2026 .gs__col--push-md-4 {
    left: 33.33333%;
  }
  .mothersday-present-2026 .gs__col--push-md-5 {
    left: 41.66667%;
  }
  .mothersday-present-2026 .gs__col--push-md-6 {
    left: 50%;
  }
  .mothersday-present-2026 .gs__col--push-md-7 {
    left: 58.33333%;
  }
  .mothersday-present-2026 .gs__col--push-md-8 {
    left: 66.66667%;
  }
  .mothersday-present-2026 .gs__col--push-md-9 {
    left: 75%;
  }
  .mothersday-present-2026 .gs__col--push-md-10 {
    left: 83.33333%;
  }
  .mothersday-present-2026 .gs__col--push-md-11 {
    left: 91.66667%;
  }
  .mothersday-present-2026 .gs__col--push-md-12 {
    left: 100%;
  }
  .mothersday-present-2026 .gs__col--pull-md-1 {
    right: 8.33333%;
  }
  .mothersday-present-2026 .gs__col--pull-md-2 {
    right: 16.66667%;
  }
  .mothersday-present-2026 .gs__col--pull-md-3 {
    right: 25%;
  }
  .mothersday-present-2026 .gs__col--pull-md-4 {
    right: 33.33333%;
  }
  .mothersday-present-2026 .gs__col--pull-md-5 {
    right: 41.66667%;
  }
  .mothersday-present-2026 .gs__col--pull-md-6 {
    right: 50%;
  }
  .mothersday-present-2026 .gs__col--pull-md-7 {
    right: 58.33333%;
  }
  .mothersday-present-2026 .gs__col--pull-md-8 {
    right: 66.66667%;
  }
  .mothersday-present-2026 .gs__col--pull-md-9 {
    right: 75%;
  }
  .mothersday-present-2026 .gs__col--pull-md-10 {
    right: 83.33333%;
  }
  .mothersday-present-2026 .gs__col--pull-md-11 {
    right: 91.66667%;
  }
  .mothersday-present-2026 .gs__col--pull-md-12 {
    right: 100%;
  }
  .mothersday-present-2026 .gs__col--offset-md-1 {
    margin-left: 8.33333%;
  }
  .mothersday-present-2026 .gs__col--offset-md-2 {
    margin-left: 16.66667%;
  }
  .mothersday-present-2026 .gs__col--offset-md-3 {
    margin-left: 25%;
  }
  .mothersday-present-2026 .gs__col--offset-md-4 {
    margin-left: 33.33333%;
  }
  .mothersday-present-2026 .gs__col--offset-md-5 {
    margin-left: 41.66667%;
  }
  .mothersday-present-2026 .gs__col--offset-md-6 {
    margin-left: 50%;
  }
  .mothersday-present-2026 .gs__col--offset-md-7 {
    margin-left: 58.33333%;
  }
  .mothersday-present-2026 .gs__col--offset-md-8 {
    margin-left: 66.66667%;
  }
  .mothersday-present-2026 .gs__col--offset-md-9 {
    margin-left: 75%;
  }
  .mothersday-present-2026 .gs__col--offset-md-10 {
    margin-left: 83.33333%;
  }
  .mothersday-present-2026 .gs__col--offset-md-11 {
    margin-left: 91.66667%;
  }
  .mothersday-present-2026 .gs__col--offset-md-12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .mothersday-present-2026 .gs__col--lg-1 {
    max-width: 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .mothersday-present-2026 .gs__col--lg-2 {
    max-width: 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .mothersday-present-2026 .gs__col--lg-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .mothersday-present-2026 .gs__col--lg-4 {
    max-width: 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .mothersday-present-2026 .gs__col--lg-5 {
    max-width: 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .mothersday-present-2026 .gs__col--lg-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .mothersday-present-2026 .gs__col--lg-7 {
    max-width: 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .mothersday-present-2026 .gs__col--lg-8 {
    max-width: 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .mothersday-present-2026 .gs__col--lg-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .mothersday-present-2026 .gs__col--lg-10 {
    max-width: 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .mothersday-present-2026 .gs__col--lg-11 {
    max-width: 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .mothersday-present-2026 .gs__col--lg-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .mothersday-present-2026 .gs__col--push-lg-1 {
    left: 8.33333%;
  }
  .mothersday-present-2026 .gs__col--push-lg-2 {
    left: 16.66667%;
  }
  .mothersday-present-2026 .gs__col--push-lg-3 {
    left: 25%;
  }
  .mothersday-present-2026 .gs__col--push-lg-4 {
    left: 33.33333%;
  }
  .mothersday-present-2026 .gs__col--push-lg-5 {
    left: 41.66667%;
  }
  .mothersday-present-2026 .gs__col--push-lg-6 {
    left: 50%;
  }
  .mothersday-present-2026 .gs__col--push-lg-7 {
    left: 58.33333%;
  }
  .mothersday-present-2026 .gs__col--push-lg-8 {
    left: 66.66667%;
  }
  .mothersday-present-2026 .gs__col--push-lg-9 {
    left: 75%;
  }
  .mothersday-present-2026 .gs__col--push-lg-10 {
    left: 83.33333%;
  }
  .mothersday-present-2026 .gs__col--push-lg-11 {
    left: 91.66667%;
  }
  .mothersday-present-2026 .gs__col--push-lg-12 {
    left: 100%;
  }
  .mothersday-present-2026 .gs__col--pull-lg-1 {
    right: 8.33333%;
  }
  .mothersday-present-2026 .gs__col--pull-lg-2 {
    right: 16.66667%;
  }
  .mothersday-present-2026 .gs__col--pull-lg-3 {
    right: 25%;
  }
  .mothersday-present-2026 .gs__col--pull-lg-4 {
    right: 33.33333%;
  }
  .mothersday-present-2026 .gs__col--pull-lg-5 {
    right: 41.66667%;
  }
  .mothersday-present-2026 .gs__col--pull-lg-6 {
    right: 50%;
  }
  .mothersday-present-2026 .gs__col--pull-lg-7 {
    right: 58.33333%;
  }
  .mothersday-present-2026 .gs__col--pull-lg-8 {
    right: 66.66667%;
  }
  .mothersday-present-2026 .gs__col--pull-lg-9 {
    right: 75%;
  }
  .mothersday-present-2026 .gs__col--pull-lg-10 {
    right: 83.33333%;
  }
  .mothersday-present-2026 .gs__col--pull-lg-11 {
    right: 91.66667%;
  }
  .mothersday-present-2026 .gs__col--pull-lg-12 {
    right: 100%;
  }
  .mothersday-present-2026 .gs__col--offset-lg-1 {
    margin-left: 8.33333%;
  }
  .mothersday-present-2026 .gs__col--offset-lg-2 {
    margin-left: 16.66667%;
  }
  .mothersday-present-2026 .gs__col--offset-lg-3 {
    margin-left: 25%;
  }
  .mothersday-present-2026 .gs__col--offset-lg-4 {
    margin-left: 33.33333%;
  }
  .mothersday-present-2026 .gs__col--offset-lg-5 {
    margin-left: 41.66667%;
  }
  .mothersday-present-2026 .gs__col--offset-lg-6 {
    margin-left: 50%;
  }
  .mothersday-present-2026 .gs__col--offset-lg-7 {
    margin-left: 58.33333%;
  }
  .mothersday-present-2026 .gs__col--offset-lg-8 {
    margin-left: 66.66667%;
  }
  .mothersday-present-2026 .gs__col--offset-lg-9 {
    margin-left: 75%;
  }
  .mothersday-present-2026 .gs__col--offset-lg-10 {
    margin-left: 83.33333%;
  }
  .mothersday-present-2026 .gs__col--offset-lg-11 {
    margin-left: 91.66667%;
  }
  .mothersday-present-2026 .gs__col--offset-lg-12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .mothersday-present-2026 .gs__col--xl-1 {
    max-width: 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .mothersday-present-2026 .gs__col--xl-2 {
    max-width: 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .mothersday-present-2026 .gs__col--xl-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .mothersday-present-2026 .gs__col--xl-4 {
    max-width: 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .mothersday-present-2026 .gs__col--xl-5 {
    max-width: 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .mothersday-present-2026 .gs__col--xl-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .mothersday-present-2026 .gs__col--xl-7 {
    max-width: 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .mothersday-present-2026 .gs__col--xl-8 {
    max-width: 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .mothersday-present-2026 .gs__col--xl-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .mothersday-present-2026 .gs__col--xl-10 {
    max-width: 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .mothersday-present-2026 .gs__col--xl-11 {
    max-width: 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .mothersday-present-2026 .gs__col--xl-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .mothersday-present-2026 .gs__col--push-xl-1 {
    left: 8.33333%;
  }
  .mothersday-present-2026 .gs__col--push-xl-2 {
    left: 16.66667%;
  }
  .mothersday-present-2026 .gs__col--push-xl-3 {
    left: 25%;
  }
  .mothersday-present-2026 .gs__col--push-xl-4 {
    left: 33.33333%;
  }
  .mothersday-present-2026 .gs__col--push-xl-5 {
    left: 41.66667%;
  }
  .mothersday-present-2026 .gs__col--push-xl-6 {
    left: 50%;
  }
  .mothersday-present-2026 .gs__col--push-xl-7 {
    left: 58.33333%;
  }
  .mothersday-present-2026 .gs__col--push-xl-8 {
    left: 66.66667%;
  }
  .mothersday-present-2026 .gs__col--push-xl-9 {
    left: 75%;
  }
  .mothersday-present-2026 .gs__col--push-xl-10 {
    left: 83.33333%;
  }
  .mothersday-present-2026 .gs__col--push-xl-11 {
    left: 91.66667%;
  }
  .mothersday-present-2026 .gs__col--push-xl-12 {
    left: 100%;
  }
  .mothersday-present-2026 .gs__col--pull-xl-1 {
    right: 8.33333%;
  }
  .mothersday-present-2026 .gs__col--pull-xl-2 {
    right: 16.66667%;
  }
  .mothersday-present-2026 .gs__col--pull-xl-3 {
    right: 25%;
  }
  .mothersday-present-2026 .gs__col--pull-xl-4 {
    right: 33.33333%;
  }
  .mothersday-present-2026 .gs__col--pull-xl-5 {
    right: 41.66667%;
  }
  .mothersday-present-2026 .gs__col--pull-xl-6 {
    right: 50%;
  }
  .mothersday-present-2026 .gs__col--pull-xl-7 {
    right: 58.33333%;
  }
  .mothersday-present-2026 .gs__col--pull-xl-8 {
    right: 66.66667%;
  }
  .mothersday-present-2026 .gs__col--pull-xl-9 {
    right: 75%;
  }
  .mothersday-present-2026 .gs__col--pull-xl-10 {
    right: 83.33333%;
  }
  .mothersday-present-2026 .gs__col--pull-xl-11 {
    right: 91.66667%;
  }
  .mothersday-present-2026 .gs__col--pull-xl-12 {
    right: 100%;
  }
  .mothersday-present-2026 .gs__col--offset-xl-1 {
    margin-left: 8.33333%;
  }
  .mothersday-present-2026 .gs__col--offset-xl-2 {
    margin-left: 16.66667%;
  }
  .mothersday-present-2026 .gs__col--offset-xl-3 {
    margin-left: 25%;
  }
  .mothersday-present-2026 .gs__col--offset-xl-4 {
    margin-left: 33.33333%;
  }
  .mothersday-present-2026 .gs__col--offset-xl-5 {
    margin-left: 41.66667%;
  }
  .mothersday-present-2026 .gs__col--offset-xl-6 {
    margin-left: 50%;
  }
  .mothersday-present-2026 .gs__col--offset-xl-7 {
    margin-left: 58.33333%;
  }
  .mothersday-present-2026 .gs__col--offset-xl-8 {
    margin-left: 66.66667%;
  }
  .mothersday-present-2026 .gs__col--offset-xl-9 {
    margin-left: 75%;
  }
  .mothersday-present-2026 .gs__col--offset-xl-10 {
    margin-left: 83.33333%;
  }
  .mothersday-present-2026 .gs__col--offset-xl-11 {
    margin-left: 91.66667%;
  }
  .mothersday-present-2026 .gs__col--offset-xl-12 {
    margin-left: 100%;
  }
}

@media only screen and (min-width: 320px) {
  .mothersday-present-2026 .gs__col--xs-20p {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

@media only screen and (min-width: 560px) {
  .mothersday-present-2026 .gs__col--sm-20p {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

@media only screen and (min-width: 768px) {
  .mothersday-present-2026 .gs__col--md-20p {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

@media only screen and (min-width: 1000px) {
  .mothersday-present-2026 .gs__col--lg-20p {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

@media only screen and (min-width: 1200px) {
  .mothersday-present-2026 .gs__col--xl-20p {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}

.mothersday-present-2026 .btn {
  min-width: 1em;
  margin: 0;
  padding: 0.26em 0.3em;
  position: relative;
  display: inline-block;
  font: 700 18px/1.5 YakuHanJP, "Noto Sans JP", MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  border-radius: 0.5em;
  border: 2px solid transparent;
  outline: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in-out;
}

.mothersday-present-2026 .btn:link, .mothersday-present-2026 .btn:visited, .mothersday-present-2026 .btn:hover, .mothersday-present-2026 .btn:focus, .mothersday-present-2026 .btn:active {
  color: #fff;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .mothersday-present-2026 .btn {
    font-family: Meiryo, sans-serif;
  }
}

.mothersday-present-2026 .btn:hover, .mothersday-present-2026 .btn:focus {
  color: white;
  text-decoration: none;
  background-color: #cccccc;
}

.mothersday-present-2026 .btn--block {
  width: 100%;
  display: block;
}

.mothersday-present-2026 .btn--ico .fa, .mothersday-present-2026 .btn--ico .fas {
  position: absolute;
  top: calc(50% - .5em);
  left: 0.5em;
}

.mothersday-present-2026 .btn--ico-right .fa, .mothersday-present-2026 .btn--ico-right .fas {
  position: absolute;
  top: calc(50% - .5em);
  right: 0.5em;
}

.mothersday-present-2026 .btn--disabled, .mothersday-present-2026 .btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .3;
}

.mothersday-present-2026 .btn--shadow {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.mothersday-present-2026 .btn--pro {
  color: #e71a28;
  background-color: #fff;
  border-color: #e71a28;
  font-size: 18rem;
  border-radius: 8px;
  padding-top: 1px;
  padding-bottom: 1px;
  min-width: 190px;
}

.mothersday-present-2026 .btn--pro:link, .mothersday-present-2026 .btn--pro:visited, .mothersday-present-2026 .btn--pro:hover, .mothersday-present-2026 .btn--pro:focus, .mothersday-present-2026 .btn--pro:active {
  color: #e71a28;
}

.mothersday-present-2026 .btn--pro:hover, .mothersday-present-2026 .btn--pro:focus {
  color: #f1767f;
  background-color: white;
  border-color: #f1767f;
}

.mothersday-present-2026 .btn--card {
  font-size: 16rem;
  border-radius: 3px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: 34px;
  line-height: 34px;
  border: 0;
}

.mothersday-present-2026 .btn--list {
  color: #fff;
  background-color: #e16388;
  border-color: #e16388;
  font-size: 18rem;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mothersday-present-2026 .btn--list:link, .mothersday-present-2026 .btn--list:visited, .mothersday-present-2026 .btn--list:hover, .mothersday-present-2026 .btn--list:focus, .mothersday-present-2026 .btn--list:active {
  color: #fff;
}

.mothersday-present-2026 .btn--list:hover, .mothersday-present-2026 .btn--list:focus {
  color: white;
  background-color: #f1b9c9;
  border-color: #f1b9c9;
}

.mothersday-present-2026 .btn--item {
  color: #757575;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  font-size: 14rem;
  border-radius: 4px;
  padding-top: 0;
  padding-bottom: 0;
}

.mothersday-present-2026 .btn--item:link, .mothersday-present-2026 .btn--item:visited, .mothersday-present-2026 .btn--item:hover, .mothersday-present-2026 .btn--item:focus, .mothersday-present-2026 .btn--item:active {
  color: #757575;
}

.mothersday-present-2026 .btn--item:hover, .mothersday-present-2026 .btn--item:focus {
  color: #a8a8a8;
  background-color: white;
  border-color: white;
}

.mothersday-present-2026 .btn--type {
  color: #fff;
  background-color: #e16388;
  border-color: #e16388;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.mothersday-present-2026 .btn--type:link, .mothersday-present-2026 .btn--type:visited, .mothersday-present-2026 .btn--type:hover, .mothersday-present-2026 .btn--type:focus, .mothersday-present-2026 .btn--type:active {
  color: #fff;
}

.mothersday-present-2026 .btn--type:hover, .mothersday-present-2026 .btn--type:focus {
  color: white;
  background-color: #f1b9c9;
  border-color: #f1b9c9;
}

.mothersday-present-2026 .btn--form-parts {
  border-radius: 3px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height: 34px;
  line-height: 34px;
  border: 0;
}

.mothersday-present-2026 .btn--danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #c9302c;
}

.mothersday-present-2026 .btn--danger:link, .mothersday-present-2026 .btn--danger:visited, .mothersday-present-2026 .btn--danger:hover, .mothersday-present-2026 .btn--danger:focus, .mothersday-present-2026 .btn--danger:active {
  color: #fff;
}

.mothersday-present-2026 .btn--danger:hover, .mothersday-present-2026 .btn--danger:focus {
  color: white;
  background-color: #e27c79;
  border-color: #e27c79;
}

.mothersday-present-2026 .btn--bg-tc-1 {
  background-color: #fff;
}

.mothersday-present-2026 .btn--bg-tc-1:hover, .mothersday-present-2026 .btn--bg-tc-1:focus {
  background-color: white;
}

.mothersday-present-2026 .btn--border-tc-1 {
  border-color: #fff;
}

.mothersday-present-2026 .btn--border-tc-1:hover, .mothersday-present-2026 .btn--border-tc-1:focus {
  border-color: white;
}

.mothersday-present-2026 .btn--font-tc-1 {
  color: #fff;
}

.mothersday-present-2026 .btn--font-tc-1:link, .mothersday-present-2026 .btn--font-tc-1:visited {
  color: #fff;
}

.mothersday-present-2026 .btn--font-tc-1:hover, .mothersday-present-2026 .btn--font-tc-1:focus, .mothersday-present-2026 .btn--font-tc-1:active {
  color: white;
}

.mothersday-present-2026 .btn--bg-tc-2 {
  background-color: #000;
}

.mothersday-present-2026 .btn--bg-tc-2:hover, .mothersday-present-2026 .btn--bg-tc-2:focus {
  background-color: #333333;
}

.mothersday-present-2026 .btn--border-tc-2 {
  border-color: #000;
}

.mothersday-present-2026 .btn--border-tc-2:hover, .mothersday-present-2026 .btn--border-tc-2:focus {
  border-color: #333333;
}

.mothersday-present-2026 .btn--font-tc-2 {
  color: #000;
}

.mothersday-present-2026 .btn--font-tc-2:link, .mothersday-present-2026 .btn--font-tc-2:visited {
  color: #000;
}

.mothersday-present-2026 .btn--font-tc-2:hover, .mothersday-present-2026 .btn--font-tc-2:focus, .mothersday-present-2026 .btn--font-tc-2:active {
  color: #333333;
}

.mothersday-present-2026 .btn--bg-tc-3 {
  background-color: #e16388;
}

.mothersday-present-2026 .btn--bg-tc-3:hover, .mothersday-present-2026 .btn--bg-tc-3:focus {
  background-color: #f1b9c9;
}

.mothersday-present-2026 .btn--border-tc-3 {
  border-color: #e16388;
}

.mothersday-present-2026 .btn--border-tc-3:hover, .mothersday-present-2026 .btn--border-tc-3:focus {
  border-color: #f1b9c9;
}

.mothersday-present-2026 .btn--font-tc-3 {
  color: #e16388;
}

.mothersday-present-2026 .btn--font-tc-3:link, .mothersday-present-2026 .btn--font-tc-3:visited {
  color: #e16388;
}

.mothersday-present-2026 .btn--font-tc-3:hover, .mothersday-present-2026 .btn--font-tc-3:focus, .mothersday-present-2026 .btn--font-tc-3:active {
  color: #f1b9c9;
}

.mothersday-present-2026 .btn--bg-tc-4 {
  background-color: #e71a28;
}

.mothersday-present-2026 .btn--bg-tc-4:hover, .mothersday-present-2026 .btn--bg-tc-4:focus {
  background-color: #f1767f;
}

.mothersday-present-2026 .btn--border-tc-4 {
  border-color: #e71a28;
}

.mothersday-present-2026 .btn--border-tc-4:hover, .mothersday-present-2026 .btn--border-tc-4:focus {
  border-color: #f1767f;
}

.mothersday-present-2026 .btn--font-tc-4 {
  color: #e71a28;
}

.mothersday-present-2026 .btn--font-tc-4:link, .mothersday-present-2026 .btn--font-tc-4:visited {
  color: #e71a28;
}

.mothersday-present-2026 .btn--font-tc-4:hover, .mothersday-present-2026 .btn--font-tc-4:focus, .mothersday-present-2026 .btn--font-tc-4:active {
  color: #f1767f;
}

.mothersday-present-2026 .btn--bg-tc-5 {
  background-color: #e95377;
}

.mothersday-present-2026 .btn--bg-tc-5:hover, .mothersday-present-2026 .btn--bg-tc-5:focus {
  background-color: #f5adbf;
}

.mothersday-present-2026 .btn--border-tc-5 {
  border-color: #e95377;
}

.mothersday-present-2026 .btn--border-tc-5:hover, .mothersday-present-2026 .btn--border-tc-5:focus {
  border-color: #f5adbf;
}

.mothersday-present-2026 .btn--font-tc-5 {
  color: #e95377;
}

.mothersday-present-2026 .btn--font-tc-5:link, .mothersday-present-2026 .btn--font-tc-5:visited {
  color: #e95377;
}

.mothersday-present-2026 .btn--font-tc-5:hover, .mothersday-present-2026 .btn--font-tc-5:focus, .mothersday-present-2026 .btn--font-tc-5:active {
  color: #f5adbf;
}

.mothersday-present-2026 .btn--bg-tc-6 {
  background-color: #ee7700;
}

.mothersday-present-2026 .btn--bg-tc-6:hover, .mothersday-present-2026 .btn--bg-tc-6:focus {
  background-color: #ffaa55;
}

.mothersday-present-2026 .btn--border-tc-6 {
  border-color: #ee7700;
}

.mothersday-present-2026 .btn--border-tc-6:hover, .mothersday-present-2026 .btn--border-tc-6:focus {
  border-color: #ffaa55;
}

.mothersday-present-2026 .btn--font-tc-6 {
  color: #ee7700;
}

.mothersday-present-2026 .btn--font-tc-6:link, .mothersday-present-2026 .btn--font-tc-6:visited {
  color: #ee7700;
}

.mothersday-present-2026 .btn--font-tc-6:hover, .mothersday-present-2026 .btn--font-tc-6:focus, .mothersday-present-2026 .btn--font-tc-6:active {
  color: #ffaa55;
}

.mothersday-present-2026 .btn--bg-tc-7 {
  background-color: #f7d9e2;
}

.mothersday-present-2026 .btn--bg-tc-7:hover, .mothersday-present-2026 .btn--bg-tc-7:focus {
  background-color: white;
}

.mothersday-present-2026 .btn--border-tc-7 {
  border-color: #f7d9e2;
}

.mothersday-present-2026 .btn--border-tc-7:hover, .mothersday-present-2026 .btn--border-tc-7:focus {
  border-color: white;
}

.mothersday-present-2026 .btn--font-tc-7 {
  color: #f7d9e2;
}

.mothersday-present-2026 .btn--font-tc-7:link, .mothersday-present-2026 .btn--font-tc-7:visited {
  color: #f7d9e2;
}

.mothersday-present-2026 .btn--font-tc-7:hover, .mothersday-present-2026 .btn--font-tc-7:focus, .mothersday-present-2026 .btn--font-tc-7:active {
  color: white;
}

.mothersday-present-2026 .btn--bg-tc-8 {
  background-color: #da3940;
}

.mothersday-present-2026 .btn--bg-tc-8:hover, .mothersday-present-2026 .btn--bg-tc-8:focus {
  background-color: #ea8f93;
}

.mothersday-present-2026 .btn--border-tc-8 {
  border-color: #da3940;
}

.mothersday-present-2026 .btn--border-tc-8:hover, .mothersday-present-2026 .btn--border-tc-8:focus {
  border-color: #ea8f93;
}

.mothersday-present-2026 .btn--font-tc-8 {
  color: #da3940;
}

.mothersday-present-2026 .btn--font-tc-8:link, .mothersday-present-2026 .btn--font-tc-8:visited {
  color: #da3940;
}

.mothersday-present-2026 .btn--font-tc-8:hover, .mothersday-present-2026 .btn--font-tc-8:focus, .mothersday-present-2026 .btn--font-tc-8:active {
  color: #ea8f93;
}

.mothersday-present-2026 .btn--bg-tc-9 {
  background-color: #e16388;
}

.mothersday-present-2026 .btn--bg-tc-9:hover, .mothersday-present-2026 .btn--bg-tc-9:focus {
  background-color: #f1b9c9;
}

.mothersday-present-2026 .btn--border-tc-9 {
  border-color: #e16388;
}

.mothersday-present-2026 .btn--border-tc-9:hover, .mothersday-present-2026 .btn--border-tc-9:focus {
  border-color: #f1b9c9;
}

.mothersday-present-2026 .btn--font-tc-9 {
  color: #e16388;
}

.mothersday-present-2026 .btn--font-tc-9:link, .mothersday-present-2026 .btn--font-tc-9:visited {
  color: #e16388;
}

.mothersday-present-2026 .btn--font-tc-9:hover, .mothersday-present-2026 .btn--font-tc-9:focus, .mothersday-present-2026 .btn--font-tc-9:active {
  color: #f1b9c9;
}

.mothersday-present-2026 .headline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  background-color: #e16388;
}

.mothersday-present-2026 .headline > span {
  min-height: 70px;
  line-height: 1.3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mothersday-present-2026 .headline > span span {
  font-weight: normal;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .headline span {
    min-height: 45px;
    padding: 3px 0;
    font-size: 22px;
  }
}

.mothersday-present-2026 .service-info {
  padding: 45px 0 70px;
}

.mothersday-present-2026 .service-info__intro {
  line-height: 1.6;
  font-size: 20px;
  color: #e13c60;
  text-align: center;
}

.mothersday-present-2026 .service-info__text {
  margin-top: 30px;
  line-height: 1.556;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .service-info {
    padding: 22px 5.33333% 50px;
  }
  .mothersday-present-2026 .service-info__intro {
    line-height: 1.375;
    font-size: 16px;
  }
  .mothersday-present-2026 .service-info__text {
    margin-top: 18px;
    line-height: 1.4;
    font-size: 15px;
  }
}

.mothersday-present-2026 .feature-box {
  margin-top: 40px;
}

.mothersday-present-2026 .feature-box__head {
  position: relative;
}

.mothersday-present-2026 .feature-box__title {
  width: 100%;
  height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  background-color: #de726e;
}

.mothersday-present-2026 .feature-box__logo {
  width: 151px;
  height: 52px;
  position: absolute;
  top: -5px;
  right: 0;
}

.mothersday-present-2026 .feature-box__logo img {
  width: 143px;
}

.mothersday-present-2026 .feature-box__body {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .feature-box {
    margin-top: 20px;
  }
  .mothersday-present-2026 .feature-box__title {
    margin-top: 10px;
    padding: 10px 0;
    display: block;
    font-size: 18px;
  }
  .mothersday-present-2026 .feature-box__logo {
    width: 110px;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 0;
    text-align: center;
  }
  .mothersday-present-2026 .feature-box__logo img {
    width: 110px;
  }
  .mothersday-present-2026 .feature-box__body {
    margin-top: 15px;
  }
}

.mothersday-present-2026 .feature-list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.mothersday-present-2026 .feature-list__item:not(:first-child) {
  margin-left: 10px;
}

.mothersday-present-2026 .feature-list__item p {
  margin-top: 10px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .feature-list {
    display: block;
  }
  .mothersday-present-2026 .feature-list__item {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
  }
  .mothersday-present-2026 .feature-list__item:not(:first-child) {
    margin-top: 5px;
    margin-left: 0;
  }
  .mothersday-present-2026 .feature-list__item img {
    width: 138px;
  }
  .mothersday-present-2026 .feature-list__item p {
    height: 88px;
    margin-top: 0;
    margin-left: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.357;
    font-size: 14px;
  }
}

.mothersday-present-2026 .youtube-box {
  margin-top: 45px;
}

.mothersday-present-2026 .youtube-box__body {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.mothersday-present-2026 .youtube-box iframe,
.mothersday-present-2026 .youtube-box .youtube-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 999px) {
  .mothersday-present-2026 .youtube-box {
    margin: 25px calc(50% - 50vw) 0;
  }
}

.mothersday-present-2026 .link-howto {
  margin-top: 45px;
  text-align: center;
}

.mothersday-present-2026 .link-howto a {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #ed404f;
}

.mothersday-present-2026 .link-howto a:link, .mothersday-present-2026 .link-howto a:visited, .mothersday-present-2026 .link-howto a:hover, .mothersday-present-2026 .link-howto a:focus, .mothersday-present-2026 .link-howto a:active {
  color: #ed404f;
}

.mothersday-present-2026 .link-howto a:hover, .mothersday-present-2026 .link-howto a:focus {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .link-howto {
    margin-top: 30px;
  }
  .mothersday-present-2026 .link-howto a {
    font-size: 14px;
  }
}

.mothersday-present-2026 .shadow {
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.12);
}

.mothersday-present-2026 .lbl-p {
  margin-right: 5px;
  padding: .1em .2em;
  line-height: 1;
  display: inline-block;
  transform: matrix3d(1, -0.09, 0, 0, 0.09, 0.87, 0.5, 0.002, 0, -0.5, 0.87, 0, 0, 0, 0, 1);
  -webkit-transform: matrix3d(1, -0.09, 0, 0, 0.09, 0.87, 0.5, 0.002, 0, -0.5, 0.87, 0, 0, 0, 0, 1);
}

.mothersday-present-2026 .gradient {
  background: #bc791e;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #bc791e 0%, #e0cb63 50%, #bc791e 100%);
}

.mothersday-present-2026 .bubble {
  padding: 0 5px;
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #000;
}

.mothersday-present-2026 .bubble::before, .mothersday-present-2026 .bubble::after {
  content: '';
  height: 1.3em;
  display: inline-block;
  position: absolute;
  bottom: 0;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-left: 1px solid #000;
}

.mothersday-present-2026 .bubble::before {
  left: 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mothersday-present-2026 .bubble::after {
  right: 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .bubble__bubble {
    font-size: 23px;
  }
}

.mothersday-present-2026 .fz18-fz15 {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .fz18-fz15 {
    font-size: 15px;
  }
}

.mothersday-present-2026 .fz16-fz14 {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .fz16-fz14 {
    font-size: 14px;
  }
}

.mothersday-present-2026 .cb {
  min-width: inherit;
}

.mothersday-present-2026 .indent {
  padding-left: 1.3em !important;
  text-indent: -1.3em !important;
}

.mothersday-present-2026 .hero {
  height: 440px;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  background-color: #f29fb3;
}

.mothersday-present-2026 .hero__img {
  width: 2000px;
  height: 440px;
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .hero {
    height: auto;
  }
  .mothersday-present-2026 .hero__img {
    width: auto;
    height: auto;
    position: static;
  }
}

.mothersday-present-2026 .local-nav {
  padding: 10px 0 40px;
}

.mothersday-present-2026 .local-nav__item {
  min-height: 61px;
  padding: 15px 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d95179;
  border-radius: 10px;
}

.mothersday-present-2026 .local-nav__item i {
  position: absolute;
  top: calc(50% - .5em);
  right: 15px;
  color: #eb94ae;
}

.mothersday-present-2026 .local-nav__item strong {
  color: #d92b5e;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .local-nav {
    padding: 10px 0 30px;
  }
  .mothersday-present-2026 .local-nav__item {
    min-height: 30px;
    font-size: 14px;
  }
  .mothersday-present-2026 .local-nav__item i {
    right: 5px;
  }
  .mothersday-present-2026 .local-nav__item span {
    margin-left: -3px;
  }
  .mothersday-present-2026 .local-nav .m-n5 {
    margin: -5px;
  }
  .mothersday-present-2026 .local-nav .p5 {
    padding: 5px !important;
  }
}

.mothersday-present-2026 .intro {
  padding: 45px 0 95px;
  text-align: center;
  background: url(https://images.i879.com/image/mothersday-present-2026/bg_intro.webp) center top/cover no-repeat;
}

.mothersday-present-2026 .intro__lead {
  font-weight: bold;
  font-size: 30px;
}

.mothersday-present-2026 .intro__text {
  line-height: 1.6;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
}

.mothersday-present-2026 .intro__text strong {
  color: #d92b5e;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .intro {
    padding: 25px 20px 50px;
  }
  .mothersday-present-2026 .intro__text {
    font-size: 19px;
  }
  .mothersday-present-2026 .intro__lead {
    font-size: 20px;
  }
}

.mothersday-present-2026 .box {
  position: relative;
}

.mothersday-present-2026 .box__head {
  padding: 10px 0;
  position: relative;
}

.mothersday-present-2026 .box__head span {
  padding: 15px 0;
  display: block;
  line-height: 1.233;
  font-size: 48px;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.mothersday-present-2026 .box__body {
  padding: 50px 0 75px;
}

.mothersday-present-2026 .box--special .box__head {
  background-color: #e71a28;
}

.mothersday-present-2026 .box--special .box__head span {
  border-color: #f38d94;
}

.mothersday-present-2026 .box--special .box__body {
  background: #f5dde4 url(https://images.i879.com/image/mothersday-present-2026/bg_box-special.webp) center top/cover no-repeat;
}

.mothersday-present-2026 .box--39 .box__head {
  background-color: #e95377;
}

.mothersday-present-2026 .box--39 .box__head span {
  border-color: #f4a9bb;
}

.mothersday-present-2026 .box--39 .box__body {
  background: url(https://images.i879.com/image/mothersday-present-2026/bg_box-39.webp) center top/cover no-repeat;
}

.mothersday-present-2026 .box--order .box__head {
  background-color: #ee7700;
}

.mothersday-present-2026 .box--order .box__head span {
  border-color: #f7bb80;
}

.mothersday-present-2026 .box--order .box__body {
  background: #d9ebe0 url(https://images.i879.com/image/mothersday-present-2026/bg_box-order.webp) center top/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .box__head span {
    font-size: 30px;
  }
  .mothersday-present-2026 .box__body {
    padding: 25px 20px 50px;
  }
}

@media screen and (max-width: 320px) {
  .mothersday-present-2026 .box__body {
    padding: 25px 10px 30px;
  }
}

.mothersday-present-2026 .campaign-detail {
  overflow: hidden;
  border: 4px solid #000;
  border-radius: 15px;
  background-color: #fff;
}

.mothersday-present-2026 .campaign-detail__head {
  padding: 25px 0;
  line-height: 1.3;
  font-weight: 900;
  font-size: 40px;
  color: #fff;
  text-align: center;
}

.mothersday-present-2026 .campaign-detail__body {
  padding: 25px 65px 50px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}

.mothersday-present-2026 .campaign-detail__text {
  font-weight: 500;
  font-size: 24px;
}

.mothersday-present-2026 .campaign-detail__text strong {
  color: #ed404f;
}

.mothersday-present-2026 .campaign-detail__note {
  margin-top: 30px;
}

.mothersday-present-2026 .campaign-detail__full-img {
  margin-top: 23px;
  text-align: center;
}

.mothersday-present-2026 .campaign-detail__poster-img {
  margin-top: 10px;
  text-align: center;
}

.mothersday-present-2026 .campaign-detail__postcard-img {
  margin-top: 10px;
  text-align: center;
}

.mothersday-present-2026 .campaign-detail--special {
  border-color: #e71a28;
}

.mothersday-present-2026 .campaign-detail--special .campaign-detail__head {
  border-color: #e71a28;
  background-color: #e71a28;
}

.mothersday-present-2026 .campaign-detail--39 {
  border-color: #e95377;
}

.mothersday-present-2026 .campaign-detail--39 .campaign-detail__head {
  border-color: #e95377;
  background-color: #e95377;
}

.mothersday-present-2026 .campaign-detail--order {
  border-color: #ee7700;
}

.mothersday-present-2026 .campaign-detail--order .campaign-detail__head {
  border-color: #ee7700;
  background-color: #ee7700;
}

.mothersday-present-2026 .campaign-detail + .campaign-detail {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .campaign-detail__head {
    padding: 13px 0;
    font-size: 25px;
  }
  .mothersday-present-2026 .campaign-detail__body {
    padding: 20px 18px;
  }
  .mothersday-present-2026 .campaign-detail + .campaign-detail {
    margin-top: 30px;
  }
  .mothersday-present-2026 .campaign-detail__text {
    font-size: 17px;
  }
  .mothersday-present-2026 .campaign-detail__note {
    margin-top: 15px;
  }
  .mothersday-present-2026 .campaign-detail__full-img {
    width: calc(100% + 36px);
    padding: 0 20px;
    margin-left: -18px;
  }
  .mothersday-present-2026 .campaign-detail__poster-img {
    width: 130px;
    margin: 10px auto 0;
  }
  .mothersday-present-2026 .campaign-detail__postcard-img {
    width: 130px;
    margin: 10px auto 0;
  }
}

.mothersday-present-2026 .box-gift {
  width: 100%;
  margin-top: 40px;
  display: table;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.mothersday-present-2026 .box-gift__img {
  width: 45%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.mothersday-present-2026 .box-gift__detail {
  display: table-cell;
}

.mothersday-present-2026 .box-gift__list li:not(:first-child) {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .box-gift {
    margin-top: 20px;
    display: block;
  }
  .mothersday-present-2026 .box-gift__img {
    width: 170px;
    margin: 0 auto;
    display: block;
  }
  .mothersday-present-2026 .box-gift__img--amazon {
    width: 240px;
  }
  .mothersday-present-2026 .box-gift__detail {
    margin-top: 25px;
    display: block;
  }
  .mothersday-present-2026 .box-gift__list li:not(:first-child) {
    margin-top: 10px;
  }
}

.mothersday-present-2026 .instax {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mothersday-present-2026 .instax__img {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .instax__img {
    display: none;
  }
}

.mothersday-present-2026 .instax-list {
  width: 700px;
}

.mothersday-present-2026 .instax-list__item:not(:first-child) {
  margin-top: 30px;
}

.mothersday-present-2026 .instax-list__head {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
}

.mothersday-present-2026 .instax-list__note {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .instax-list__img::after {
    content: '';
    margin: 10px auto;
    display: block;
    background: 0 0 / cover no-repeat;
  }
  .mothersday-present-2026 .instax-list__img--send::after {
    width: 120px;
    height: 120px;
    background-image: url(https://images.i879.com/image/mothersday-present-2026/img_instax-1_sp.webp);
  }
  .mothersday-present-2026 .instax-list__img--poster::after {
    width: 106px;
    height: 128px;
    background-image: url(https://images.i879.com/image/mothersday-present-2026/img_instax-2_sp.webp);
  }
  .mothersday-present-2026 .instax-list__img--postcard::after {
    width: 106px;
    aspect-ratio: 192 / 235;
    background-image: url(https://images.i879.com/image/mothersday-present-2026/img_cheki.webp);
  }
}

.mothersday-present-2026 .special-type {
  width: 100%;
  display: table;
}

.mothersday-present-2026 .special-type__winner {
  width: 170px;
  height: 162px;
  display: table-cell;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: url(https://images.i879.com/image/mothersday-present-2023/bg_winners.webp) center center/contain no-repeat;
}

.mothersday-present-2026 .special-type__winner strong {
  font-weight: 900;
  font-size: 58px;
}

.mothersday-present-2026 .special-type__text {
  padding-left: 30px;
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
  font-size: 24px;
}

.mothersday-present-2026 .special-type__text strong {
  color: #ed404f;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .special-type {
    margin-bottom: 15px;
    display: block;
  }
  .mothersday-present-2026 .special-type__winner {
    width: 118px;
    height: 116px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
  }
  .mothersday-present-2026 .special-type__winner strong {
    font-size: 35px;
  }
  .mothersday-present-2026 .special-type__text {
    margin-top: 15px;
    padding: 0;
    display: block;
    font-size: 17px;
  }
}

.mothersday-present-2026 .btn-order-list {
  margin-top: 50px;
  padding: 0 30px;
}

.mothersday-present-2026 .btn-order-list a {
  height: 120px;
  padding: 0 52px 0 120px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  background-color: #d03c68;
}

.mothersday-present-2026 .btn-order-list a::before {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  background: url(https://images.i879.com/image/mothersday-present-2026/img_btn-flower.webp) center top/cover no-repeat;
}

.mothersday-present-2026 .btn-order-list a:hover, .mothersday-present-2026 .btn-order-list a:focus {
  background-color: #e48ea8;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .btn-order-list {
    margin-top: 30px;
    padding: 0;
  }
  .mothersday-present-2026 .btn-order-list a {
    height: 108px;
    padding: 0 36px 0 110px;
    line-height: 1.4;
    font-size: 20px;
  }
  .mothersday-present-2026 .btn-order-list a::before {
    width: 78px;
    height: 78px;
    top: 15px;
    left: 15px;
  }
}

@media screen and (max-width: 559px) {
  .mothersday-present-2026 .btn-order-list {
    /*
		a {
			font-size: 16px;
		}
*/
  }
}

.mothersday-present-2026 .btn-campign {
  margin-top: 60px;
  text-align: center;
}

.mothersday-present-2026 .btn-campign a {
  font-weight: bold;
  color: #d92b5e;
  font-size: 20px;
}

.mothersday-present-2026 .btn-campign a:hover, .mothersday-present-2026 .btn-campign afocus {
  color: #e981a0;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .btn-campign {
    margin-top: 30px;
    padding: 0;
  }
  .mothersday-present-2026 .btn-campign a {
    padding: 14px 0;
    font-size: 15px;
  }
}

.mothersday-present-2026 .other-campign {
  margin-top: 60px;
  text-align: center;
}

.mothersday-present-2026 .other-campign__text {
  line-height: 1.3;
}

.mothersday-present-2026 .other-campign__text span {
  font-weight: 900;
  font-size: 36px;
  color: #e13d60;
}

.mothersday-present-2026 .other-campign__text span::before, .mothersday-present-2026 .other-campign__text span::after {
  border-color: #e13d60;
  border-width: 2px;
}

.mothersday-present-2026 .other-campign__body {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .other-campign {
    margin-top: 30px;
  }
  .mothersday-present-2026 .other-campign__text span {
    font-size: 23px;
  }
  .mothersday-present-2026 .other-campign__body {
    font-size: 15px;
  }
}

.mothersday-present-2026 .cp-140-box__head {
  font-weight: 900;
  font-size: 30px;
}

.mothersday-present-2026 .cp-140-box__body {
  padding: 40px 0 80px;
}

.mothersday-present-2026 .cp-140-box__sub-title {
  padding-bottom: 10px;
  margin-bottom: 40px;
  font-size: 22px;
  color: #f06e6c;
  text-align: center;
  border-bottom: 1px solid #f06e6c;
}

.mothersday-present-2026 .cp-140-box__text1 {
  font-size: 20px;
}

.mothersday-present-2026 .cp-140-box__text2 {
  font-size: 16px;
}

.mothersday-present-2026 .cp-140-box--line {
  padding-bottom: 70px;
  border-bottom: 4px solid #e16388;
}

@media screen and (max-width: 999px) {
  .mothersday-present-2026 .cp-140-box__body {
    padding: 20px 20px 40px;
  }
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .cp-140-box__head {
    font-size: 22px;
  }
  .mothersday-present-2026 .cp-140-box__body {
    padding: 20px 20px 40px;
  }
  .mothersday-present-2026 .cp-140-box__sub-title {
    margin-top: 25px;
    font-size: 22px;
  }
  .mothersday-present-2026 .cp-140-box__text1 {
    font-size: 16px;
  }
  .mothersday-present-2026 .cp-140-box__text2 {
    font-size: 15px;
  }
  .mothersday-present-2026 .cp-140-box--line {
    padding-bottom: 50px;
    border-width: 2px;
  }
}

@media screen and (max-width: 320px) {
  .mothersday-present-2026 .cp-140-box__body {
    padding: 25px 10px 30px;
  }
}

.mothersday-present-2026 .cp1-detail {
  padding: 10px;
  background-color: #fff;
}

.mothersday-present-2026 .cp1-detail:not(:first-child) {
  margin-top: 30px;
}

.mothersday-present-2026 .cp1-detail__head {
  padding: 10px;
  line-height: 1.3;
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  text-align: center;
  background-color: #e95070;
}

.mothersday-present-2026 .cp1-detail__title {
  padding: 10px 0;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 34px;
  color: #e95070;
  text-align: center;
  border-bottom: 1px solid #dd708d;
}

.mothersday-present-2026 .cp1-detail__title:not(:first-child) {
  margin-top: 40px;
}

.mothersday-present-2026 .cp1-detail__title::before {
  content: '';
  margin-right: 5px;
  display: inline-block;
  vertical-align: bottom;
  background: 0 0 / cover no-repeat;
}

.mothersday-present-2026 .cp1-detail__title.cp1-detail__title--present::before {
  width: 28px;
  height: 34px;
}

.mothersday-present-2026 .cp1-detail__title.cp1-detail__title--memo::before, .mothersday-present-2026 .cp1-detail__title.cp1-detail__title--note::before {
  width: 31px;
  height: 31px;
}

.mothersday-present-2026 .cp1-detail__body {
  padding: 20px 15px;
}

.mothersday-present-2026 .cp1-detail--special .cp1-detail__head {
  background-color: #e71a28;
}

.mothersday-present-2026 .cp1-detail--special .cp1-detail__title {
  color: #e71a28;
  border-bottom-color: #e71a28;
}

.mothersday-present-2026 .cp1-detail--special .cp1-detail__title.cp1-detail__title--present::before {
  background-image: url(https://images.i879.com/image/mothersday-present-2026/ico/ico_present-red.webp);
}

.mothersday-present-2026 .cp1-detail--special .cp1-detail__title.cp1-detail__title--memo::before {
  background-image: url(https://images.i879.com/image/mothersday-present-2026/ico/ico_memo-red.webp);
}

.mothersday-present-2026 .cp1-detail--special .cp1-detail__title.cp1-detail__title--note::before {
  background-image: url(https://images.i879.com/image/mothersday-present-2026/ico/ico_note-red.webp);
}

.mothersday-present-2026 .cp1-detail--39 .cp1-detail__head {
  background-color: #e95377;
}

.mothersday-present-2026 .cp1-detail--39 .cp1-detail__title {
  color: #e95377;
  border-bottom-color: #e95377;
}

.mothersday-present-2026 .cp1-detail--39 .cp1-detail__title.cp1-detail__title--present::before {
  background-image: url(https://images.i879.com/image/mothersday-present-2026/ico/ico_present-pink.webp);
}

.mothersday-present-2026 .cp1-detail--39 .cp1-detail__title.cp1-detail__title--memo::before {
  background-image: url(https://images.i879.com/image/mothersday-present-2026/ico/ico_memo-pink.webp);
}

.mothersday-present-2026 .cp1-detail--39 .cp1-detail__title.cp1-detail__title--note::before {
  background-image: url(https://images.i879.com/image/mothersday-present-2026/ico/ico_note-pink.webp);
}

.mothersday-present-2026 .cp1-detail--order .cp1-detail__head {
  background-color: #ee7700;
}

.mothersday-present-2026 .cp1-detail--order .cp1-detail__title {
  color: #ee7700;
  border-bottom-color: #ee7700;
}

.mothersday-present-2026 .cp1-detail--order .cp1-detail__title.cp1-detail__title--present::before {
  background-image: url(https://images.i879.com/image/mothersday-present-2026/ico/ico_present-orange.webp);
}

.mothersday-present-2026 .cp1-detail--order .cp1-detail__title.cp1-detail__title--memo::before {
  background-image: url(https://images.i879.com/image/mothersday-present-2026/ico/ico_memo-orange.webp);
}

.mothersday-present-2026 .cp1-detail--order .cp1-detail__title.cp1-detail__title--note::before {
  background-image: url(https://images.i879.com/image/mothersday-present-2026/ico/ico_note-orange.webp);
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .cp1-detail__head {
    font-size: 20px;
  }
  .mothersday-present-2026 .cp1-detail__title {
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 18px;
  }
  .mothersday-present-2026 .cp1-detail__title.cp1-detail__title--present::before {
    width: 19px;
    height: 22px;
  }
  .mothersday-present-2026 .cp1-detail__title.cp1-detail__title--memo::before {
    width: 22px;
    height: 22px;
  }
  .mothersday-present-2026 .cp1-detail__title.cp1-detail__title--note::before {
    width: 22px;
    height: 22px;
  }
  .mothersday-present-2026 .cp1-detail .btn-order-list a {
    padding: 0 30px 0 105px;
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .mothersday-present-2026 .cp1-detail__body {
    padding: 10px 0;
  }
  .mothersday-present-2026 .cp1-detail .btn-order-list a {
    padding: 0 30px 0 100px;
    font-size: 14px;
  }
}

.mothersday-present-2026 .img-present {
  width: 170px;
}

.mothersday-present-2026 .img-present--amazon {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .img-present {
    margin: 15px auto 0;
  }
}

.mothersday-present-2026 .link-howto {
  color: #ed404f;
  text-align: center;
}

.mothersday-present-2026 .link-howto a {
  font-weight: bold;
  font-size: 18px;
}

.mothersday-present-2026 .link-howto a:link, .mothersday-present-2026 .link-howto a:visited, .mothersday-present-2026 .link-howto a:hover, .mothersday-present-2026 .link-howto a:focus, .mothersday-present-2026 .link-howto a:active {
  color: #ed404f;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .link-howto a {
    font-size: 14px;
  }
}

.mothersday-present-2026 .cp-140 {
  overflow: hidden;
}

.mothersday-present-2026 .campaign {
  position: relative;
}

.mothersday-present-2026 .campaign__body {
  height: 412px;
  position: relative;
  background: url(../img/cp1/bg_campaign.png) center center/cover no-repeat;
}

.mothersday-present-2026 .campaign__img {
  max-width: 499px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mothersday-present-2026 .campaign__period {
  width: 100%;
  padding: 12px 0;
  line-height: 1;
  font-weight: 900;
  font-size: 32px;
  text-align: center;
  color: #fff;
  background-color: #d7465f;
}

@media screen and (max-width: 999px) {
  .mothersday-present-2026 .campaign__img {
    min-width: 41.66667%;
  }
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .campaign__body {
    height: 568px;
    position: relative;
  }
  .mothersday-present-2026 .campaign__img {
    min-width: 81.33333%;
  }
  .mothersday-present-2026 .campaign__period {
    padding: 18px 0;
    font-size: 16px;
  }
}

.mothersday-present-2026 .entry-campaign {
  padding-top: 45px;
  padding-bottom: 70px;
  border-top: 2px solid #f06e6c;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .entry-campaign {
    padding: 30px 10px 40px;
  }
}

.mothersday-present-2026 .note-frame {
  height: 652px;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .note-frame {
    height: 326px;
    padding: 15px;
  }
}

.mothersday-present-2026 .cp2-box {
  position: relative;
}

.mothersday-present-2026 .cp2-box__head {
  padding: 15px 10px;
  position: relative;
  font-size: 30px;
  background-color: #f06e6c;
}

.mothersday-present-2026 .cp2-box__head span {
  padding: 0 95px;
  position: relative;
  display: inline-block;
  line-height: 1.364;
}

.mothersday-present-2026 .cp2-box__head span::before {
  content: '';
  width: 85px;
  height: 85px;
  margin-top: -43px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  vertical-align: middle;
  background: url(https://images.i879.com/image/ohanajikan/bg_title-mark.png) center center/cover no-repeat;
}

.mothersday-present-2026 .cp2-box__body {
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .cp2-box__head {
    padding: 12px 5px;
    font-size: 22px;
  }
  .mothersday-present-2026 .cp2-box__head span {
    padding: 0 0 0 98px;
  }
  .mothersday-present-2026 .cp2-box__head span::before {
    width: 98px;
    height: 98px;
    margin-top: -49px;
  }
  .mothersday-present-2026 .cp2-box__body {
    padding: 35px 0;
  }
}

.mothersday-present-2026 .logo-centforce img {
  max-width: 269px;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .logo-centforce {
    padding: 20px 0 10px;
  }
  .mothersday-present-2026 .logo-centforce img {
    max-width: 185px;
  }
}

.mothersday-present-2026 .present-box {
  position: relative;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  border: 4px solid #cfccb9;
}

.mothersday-present-2026 .present-box__title {
  min-width: 380px;
  padding: 3px 0;
  margin: 0 auto;
  position: relative;
  top: -30px;
  display: inline-block;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.851;
  text-align: center;
  color: #fff;
  background-color: #9b8e62;
  border-radius: 30px;
}

.mothersday-present-2026 .present-box__body {
  padding: 25px 50px 40px;
  text-align: left;
}

.mothersday-present-2026 .present-box__text1 {
  /* 		padding: 0 85px; */
  font-size: 26px;
  font-weight: 900;
}

.mothersday-present-2026 .present-box__text1 strong {
  position: relative;
  font-size: 38px;
  background: linear-gradient(transparent 80%, #fcea52 20%);
}

.mothersday-present-2026 .present-box__text1 strong span {
  position: relative;
  z-index: 1;
}

.mothersday-present-2026 .present-box__text2 {
  font-size: 26px;
}

.mothersday-present-2026 .present-box__btn {
  width: 458px;
  margin: 25px auto 0;
}

.mothersday-present-2026 .present-box__btn a {
  font-size: 20px;
}

.mothersday-present-2026 .present-box--arrow::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  top: calc(100% + 25px);
  pointer-events: none;
  border-color: rgba(186, 77, 105, 0);
  border-top-color: #e65879;
  border-width: 30px;
  margin-left: -30px;
}

.mothersday-present-2026 .present-box--2 {
  border: 0;
  overflow: hidden;
}

.mothersday-present-2026 .present-box--2 .present-box__title {
  width: 100%;
  padding: 3px 0;
  margin: 0 auto;
  position: relative;
  top: 0;
  display: block;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.851;
  text-align: center;
  color: #fff;
  background-color: #d46b95;
  border-radius: 0;
}

.mothersday-present-2026 .present-box--3 {
  border: 0;
  overflow: hidden;
}

.mothersday-present-2026 .present-box--3 .present-box__title {
  width: 100%;
  padding: 3px 0;
  margin: 0 auto;
  position: relative;
  top: 0;
  display: block;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.851;
  text-align: center;
  color: #fff;
  background-color: #ed4f4f;
  border-radius: 0;
}

.mothersday-present-2026 .present-box:not(:first-child) {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .present-box {
    border-radius: 10px;
  }
  .mothersday-present-2026 .present-box__title {
    min-width: 250px;
    font-size: 20px;
    top: -18px;
    line-height: 1.524;
  }
  .mothersday-present-2026 .present-box__body {
    padding: 15px 10px 25px;
  }
  .mothersday-present-2026 .present-box__text1 {
    /* padding: 0 30px 0 40px; */
    font-size: 18px;
  }
  .mothersday-present-2026 .present-box__text1 strong {
    font-size: 26px;
  }
  .mothersday-present-2026 .present-box__text2 {
    font-size: 18px;
  }
  .mothersday-present-2026 .present-box__btn {
    width: 100%;
  }
  .mothersday-present-2026 .present-box__btn a {
    font-size: 15px;
  }
  .mothersday-present-2026 .present-box:not(:first-child) {
    margin-top: 35px;
  }
}

.mothersday-present-2026 .chance-box {
  margin-top: 70px;
  background-color: #fff;
  border-radius: 20px;
}

.mothersday-present-2026 .chance-box__title {
  min-height: 75px;
  padding: 15px 0;
  position: relative;
  font-size: 32px;
  color: #fff;
  background-color: #d75c5c;
  border-bottom: 5px solid #ccc;
  border-radius: 20px 20px 0 0;
}

.mothersday-present-2026 .chance-box__title::before {
  content: '';
  width: 91px;
  height: 96px;
  display: block;
  position: absolute;
  top: -7px;
  left: 230px;
  background: url(https://images.i879.com/image/manga2020/img_chance-icon.png) 0 0/cover no-repeat;
  z-index: 1;
}

.mothersday-present-2026 .chance-box__body {
  padding: 25px 50px 40px;
}

.mothersday-present-2026 .chance-box__text1 {
  font-size: 32px;
  font-weight: 900;
}

.mothersday-present-2026 .chance-box__text1 strong {
  position: relative;
  color: #cd4345;
  background: linear-gradient(transparent 80%, #fcea52 20%);
}

.mothersday-present-2026 .chance-box__text1 strong span {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .chance-box__title {
    min-height: 45px;
    padding: 10px 0 10px 87px;
    font-size: 22px;
    text-align: left;
  }
  .mothersday-present-2026 .chance-box__title::before {
    width: 55px;
    height: 59px;
    top: -3px;
    left: 22px;
  }
  .mothersday-present-2026 .chance-box__body {
    padding: 15px 10px 25px;
  }
  .mothersday-present-2026 .chance-box__text1 {
    font-size: 22px;
  }
}

.mothersday-present-2026 .entry-limit {
  margin-top: 50px;
  padding: 15px 0;
  font-size: 26px;
}

.mothersday-present-2026 .entry-limit p {
  position: relative;
  display: inline-block;
}

.mothersday-present-2026 .entry-limit p span {
  position: relative;
  z-index: 1;
  background: linear-gradient(transparent 80%, #fcea52 20%);
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .entry-limit {
    margin-top: 25px;
    font-size: 18px;
  }
}

.mothersday-present-2026 .hint-item {
  padding: 24px;
}

.mothersday-present-2026 .hint-item__btn {
  width: 270px;
  margin: 20px auto 0;
  font-size: 20px;
}

.mothersday-present-2026 .hint-item__text {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .hint-item {
    padding: 25px 10px 0;
  }
  .mothersday-present-2026 .hint-item__btn {
    width: auto;
    font-size: 16px;
  }
  .mothersday-present-2026 .hint-item__btn a {
    padding: 5px 0;
    white-space: nowrap;
  }
}

.mothersday-present-2026 .sns-msg {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .sns-msg {
    font-size: 18px;
  }
}

.mothersday-present-2026 .mother-prize-btn {
  width: 513px;
  margin: 60px auto 0;
}

.mothersday-present-2026 .mother-prize-btn a {
  padding: .5em;
  font-size: 20px;
  background-color: #ed6268;
}

.mothersday-present-2026 .mother-prize-btn a:hover, .mothersday-present-2026 .mother-prize-btn a:focus {
  background-color: #f6b1b4;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .mother-prize-btn {
    width: 100%;
    margin-top: 30px;
  }
  .mothersday-present-2026 .mother-prize-btn a {
    font-size: 15px;
  }
}

.mothersday-present-2026 .youtube-box__body {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.mothersday-present-2026 .youtube-box iframe,
.mothersday-present-2026 .youtube-box .youtube-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 999px) {
  .mothersday-present-2026 .youtube-box {
    padding: 20px;
  }
}

.mothersday-present-2026 .feature-box {
  margin-top: 40px;
}

.mothersday-present-2026 .feature-box__head {
  position: relative;
}

.mothersday-present-2026 .feature-box__title {
  width: 100%;
  height: 44px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  background-color: #de726e;
}

.mothersday-present-2026 .feature-box__logo {
  width: 151px;
  height: 52px;
  position: absolute;
  top: -5px;
  right: 0;
}

.mothersday-present-2026 .feature-box__logo img {
  width: 143px;
}

.mothersday-present-2026 .feature-box__body {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .feature-box {
    margin-top: 20px;
  }
  .mothersday-present-2026 .feature-box__title {
    margin-top: 10px;
    padding: 10px 0;
    display: block;
    font-size: 18px;
  }
  .mothersday-present-2026 .feature-box__logo {
    width: 110px;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 0;
    text-align: center;
  }
  .mothersday-present-2026 .feature-box__logo img {
    width: 110px;
  }
  .mothersday-present-2026 .feature-box__body {
    margin-top: 15px;
  }
}

.mothersday-present-2026 .feature-list {
  width: calc(100% + 10px);
  display: -ms-flexbox;
  display: flex;
}

.mothersday-present-2026 .feature-list__item {
  padding-right: 10px;
}

.mothersday-present-2026 .feature-list__item img {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .feature-list {
    width: 100%;
    display: block;
  }
  .mothersday-present-2026 .feature-list__item {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
  }
  .mothersday-present-2026 .feature-list__item img {
    width: 138px;
    margin-right: 10px;
  }
  .mothersday-present-2026 .feature-list__item p {
    font-size: 16px;
  }
}

.mothersday-present-2026 .news-box {
  padding: 55px 0 70px;
}

.mothersday-present-2026 .news-box__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  color: #dd4651;
  text-align: center;
}

.mothersday-present-2026 .news-box__head::before, .mothersday-present-2026 .news-box__head::after {
  content: '';
  width: 50%;
  border-top: 2px solid #f06e6c;
}

.mothersday-present-2026 .news-box__head span {
  padding: 0 10px 0 60px;
  position: relative;
  white-space: nowrap;
  display: block;
  line-height: 30px;
}

.mothersday-present-2026 .news-box__head span::before {
  content: '';
  width: 39px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAAzCAYAAAAjKt6MAAACqUlEQVR4AezXA4wdURTG8andBjXibFTbinajjbNB3aC2raA2otq27fAFtRnUdk//N/mS3Noz0ze9yS/JuYN7zrd8wZ9YD7t3LYQqyEJHDMZsrMZOnMBp3MJDeQ/zae+h3NIzJ/SO1XrnYJ2RpTMLBWEvDs2LqmiPWdiPG7CI3VAvs9RbVeT908NnoAe24TnsB71SgykcxCYsxlxM9YwTf2+u7t2kZ1N61yvYD3qObeo943e+1TvgGOwbLmErpqELMlEVpf7id2UpnZGpM6eph0uwbzimmQr96EE5uA2D7xHWox9aokQQs+V6Um/9sF49m0+z5XzvRX1gnruYjobIE/xjy/Ws3qdrFvP0+dpDNfEWhifojPxBmiw3i2Z6AtOsNb9043rvT1iTIE2Xm00zGtZ/erEc3sGwNUjz5WaEaeZy/oW2MMlOQBDZMGnrX1jg/e0vnIAgCmtWwwL/wiUY9gUJWW5WGC4F2igKkwkJCmICTIq6jfowaZ2gIFrDpL7baAOT2gkKojZM2riNITAplaAgSsFkiNuYp+JlCIcPQ7MYhfEShnmu2KziYggHH4BhKcrFIIiLMGx2xVEVJ8MKQh6jL/JFGMRJGI664oyK7WEG4TmNlhEFsR2GM664pmJpFEF4VqBCyEEsheGaKx6qWBBlEPIE/cL6cfE+Wjz0g5gXfRDh/ri4mf0g3qmYGpcgPCtR6S/2MxWGd64wmRy3IOQZBiL/X+hnMszxgxgZxyA8c/9CPyO/EMT/74gP7NuhFQAgDAPR/bdhRBAneDh0fyy+bZKjGWFG2BrX+nRHuCy7LPMavAb3mfssj5BHSKjamGWWMstSbCm2XqNeQ9NV03Wk+0za8ISPSIiZ53GNZ6hQdTjLhLzFYqPz/df40R4dd/Dg8tRA7eABACCifjb9c7g1AAAAAElFTkSuQmCC) 0 0/cover no-repeat;
}

.mothersday-present-2026 .news-box__body {
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .news-box {
    padding: 40px 20px 43px;
  }
  .mothersday-present-2026 .news-box__head span {
    padding-left: 50px;
    line-height: 26px;
    font-size: 20px;
  }
  .mothersday-present-2026 .news-box__head span::before {
    width: 34px;
    height: 26px;
  }
  .mothersday-present-2026 .news-box__body {
    padding-top: 5px;
  }
}

.mothersday-present-2026 .release-list {
  width: 100%;
}

.mothersday-present-2026 .release-list__item {
  width: 100%;
  display: table;
  border-bottom: 1px solid #e9c6c9;
}

.mothersday-present-2026 .release-list__item a {
  display: table-row;
}

.mothersday-present-2026 .release-list__item a:hover, .mothersday-present-2026 .release-list__item a:focus {
  text-decoration: none;
}

.mothersday-present-2026 .release-list__date {
  width: 107px;
  padding: 20px 0;
  display: table-cell;
}

.mothersday-present-2026 .release-list__date time {
  padding: 6px 0;
  display: block;
  line-height: 1;
  font-size: 14px;
  text-align: center;
  color: #dd4651;
  border: 1px solid #f06e6c;
}

.mothersday-present-2026 .release-list__title {
  padding: 20px;
  display: table-cell;
  font-weight: 500;
}

.mothersday-present-2026 .release-list__performer {
  width: 185px;
  padding: 20px 0;
  display: table-cell;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .release-list__item {
    display: block;
  }
  .mothersday-present-2026 .release-list__item a {
    padding: 15px 0;
    display: block;
  }
  .mothersday-present-2026 .release-list__date {
    width: 96px;
    padding: 0;
    display: block;
  }
  .mothersday-present-2026 .release-list__date time {
    font-size: 12px;
  }
  .mothersday-present-2026 .release-list__title {
    padding: 8px 0;
    display: block;
  }
  .mothersday-present-2026 .release-list__performer {
    width: 100%;
    padding: 0;
    display: block;
    text-align: left;
  }
}

.mothersday-present-2026 .card {
  padding-bottom: 40px;
  position: relative;
}

.mothersday-present-2026 .card img {
  margin-bottom: 10px;
}

.mothersday-present-2026 .card__name {
  min-height: 3em;
  font-weight: bold;
  font-size: 18px;
  color: #d92b5e;
}

.mothersday-present-2026 .card__name a {
  color: #d92b5e;
}

.mothersday-present-2026 .card .btns {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mothersday-present-2026 .card .btn_detail,
.mothersday-present-2026 .card .btn_cart {
  display: block;
  padding: 8px 10px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  font-size: .8em;
}

.mothersday-present-2026 .card .btn_detail {
  margin-right: 0;
  margin-left: 0;
  background: #fff;
  color: #9D887D;
  border: 1px solid #9D887D;
  width: 25%;
  float: left;
}

.mothersday-present-2026 .card .btn_detail:hover, .mothersday-present-2026 .card .btn_detail:focus {
  background-color: #9D887D;
  color: #fff;
}

.mothersday-present-2026 .card .btn_cart {
  margin-left: 0;
  margin-right: 0;
  color: white;
  letter-spacing: 0.2em;
  /* width: 70%; */
  width: 100%;
  float: right;
  border-width: 1px;
  border-style: solid;
  border-color: #da3940;
  border-image: initial;
  background: #da3940;
}

.mothersday-present-2026 .card .btn_cart:hover, .mothersday-present-2026 .card .btn_cart:focus {
  background-color: #fff;
  color: #da3940;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .card .btn_detail,
  .mothersday-present-2026 .card .btn_cart {
    padding: 8px 5px;
    font-size: .6em;
  }
  .mothersday-present-2026 .card__name {
    min-height: 4.5em;
  }
}

.mothersday-present-2026 .msg {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 28px;
  color: #b63300;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .msg {
    margin-bottom: 12px;
    font-size: 21px;
  }
}

.mothersday-present-2026 .btn-page1,
.mothersday-present-2026 .btn-page2 {
  width: 275px;
  margin: 0 auto;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .btn-page1,
  .mothersday-present-2026 .btn-page2 {
    width: 235px;
    margin-top: 25px;
  }
}

.mothersday-present-2026 .sns-box {
  padding: 40px 0 80px;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .sns-box {
    padding: 20px 20px 40px;
  }
}

.mothersday-present-2026 .box-sns__item {
  padding: 5px;
}

.mothersday-present-2026 .box-sns__btn {
  width: 100%;
  height: 46px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  border-radius: 5px;
}

.mothersday-present-2026 .box-sns__btn:link, .mothersday-present-2026 .box-sns__btn:visited, .mothersday-present-2026 .box-sns__btn:hover, .mothersday-present-2026 .box-sns__btn:focus, .mothersday-present-2026 .box-sns__btn:active {
  color: #fff;
}

.mothersday-present-2026 .box-sns__btn::before {
  content: '';
  position: absolute;
  display: block;
  background: 0 0 / cover no-repeat;
}

.mothersday-present-2026 .box-sns__btn:hover, .mothersday-present-2026 .box-sns__btn:focus {
  text-decoration: none;
}

.mothersday-present-2026 .box-sns__btn--twitter {
  background-color: #1da1f2;
}

.mothersday-present-2026 .box-sns__btn--twitter::before {
  width: 27px;
  height: 22px;
  top: 13px;
  left: 13px;
  background-image: url(https://images.i879.com/image/father-column/ico_twitter.png);
}

.mothersday-present-2026 .box-sns__btn--twitter:hover, .mothersday-present-2026 .box-sns__btn--twitter:focus {
  background-color: #8ed0f9;
}

.mothersday-present-2026 .box-sns__btn--line {
  background-color: #5ac363;
}

.mothersday-present-2026 .box-sns__btn--line::before {
  width: 27px;
  height: 26px;
  top: 11px;
  left: 13px;
  background-image: url(https://images.i879.com/image/father-column/ico_line.png);
}

.mothersday-present-2026 .box-sns__btn--line:hover, .mothersday-present-2026 .box-sns__btn--line:focus {
  background-color: #ade1b1;
}

.mothersday-present-2026 .box-sns__btn--facebook {
  background-color: #1877f2;
}

.mothersday-present-2026 .box-sns__btn--facebook::before {
  width: 25px;
  height: 25px;
  top: 12px;
  left: 14px;
  background-image: url(https://images.i879.com/image/father-column/ico_facebook.png);
}

.mothersday-present-2026 .box-sns__btn--facebook:hover, .mothersday-present-2026 .box-sns__btn--facebook:focus {
  background-color: #8cbbf9;
}

.mothersday-present-2026 .over-screen {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.mothersday-present-2026 .over-screen__body {
  width: 830px;
  height: 147px;
  font-weight: bold;
  font-size: 24px;
  border-width: 4px;
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .over-screen__body {
    width: 100%;
    height: 156px;
    font-size: 17px;
    border-width: 2px;
  }
}

@media screen and (max-width: 767px) {
  .mothersday-present-2026 .img-sp {
    width: 100%;
  }
}

/* ==========================================================================
 *  
 *  _mothers-fix.scss
 *
 *  Last Modified: 2020/02/06
 *  Last Editor: Toshiyuki Hara
 *
   ========================================================================== */
#page-top {
  display: none;
}

/* ==========================================================================
   e-gift-box
   ========================================================================== */
.e-gift-box {
  padding: 20px 25px;
}

.e-gift-box__title {
  margin-bottom: 25px;
  font-size: 24px;
  color: #dc404c;
  text-align: center;
  border-bottom: 1px solid #dc404c;
}

.e-gift-box__grid {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.e-gift-box__note {
  font-size: 14px;
}

.e-gift-box__detail {
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .e-gift-box {
    padding: 15px 20px;
  }
  .e-gift-box__grid {
    display: block;
  }
  .e-gift-box__img {
    margin-top: 20px;
    text-align: center;
  }
  .e-gift-box__img img {
    width: 200px;
  }
}

/*# sourceMappingURL=maps/style-mothersday-present-2026.css.map */
