@charset "UTF-8";
/*!
style.css Modified: @@buildTime Editor: Toshiyuki Hara */
:root {
  --theme-color-1: #fff;
  --theme-color-2: #000;
  --theme-color-3: #ec6465;
  --theme-color-4: #eee;
  --theme-color-5: #ec6d7b;
  --theme-color-6: #45abe3;
  --theme-color-7: #f7efe4;
  --theme-color-8: #e13c60;
  --theme-color-9: #e23c3d;
  --theme-color-10: #f8e9e7;
  --theme-color-11: #f9576b;
  --theme-color-13: #ec6465;
  --breakpoint-standard: pc;
  --breakpoint-xl: 1200px;
  --breakpoint-lg: 1000px;
  --breakpoint-md: 768px;
  --breakpoint-sm: 560px;
  --breakpoint-xs: 320px;
}

.mothersday-secret-2025-answer {
  /*
#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
   ========================================================================== */
  /* ==========================================================================
   interview
   ========================================================================== */
  /* ==========================================================================
   box-referral
   ========================================================================== */
  /* ==========================================================================
   item-referral
   ========================================================================== */
  /* ==========================================================================
   entry-step
   ========================================================================== */
  /* ==========================================================================
   step-box
   ========================================================================== */
  /* ==========================================================================
   entry-limit
   ========================================================================== */
  /* ==========================================================================
   hint-btn
   ========================================================================== */
  /* ==========================================================================
   prize-box
   ========================================================================== */
  /* ==========================================================================
   prize-detail
   ========================================================================== */
  /* ==========================================================================
   entry-target
   ========================================================================== */
  /* ==========================================================================
   hint-list
   ========================================================================== */
  /* ==========================================================================
   bnr-mothersday
   ========================================================================== */
  /* ==========================================================================
   over-screen
   ========================================================================== */
  /* ==========================================================================
   special-type
   ========================================================================== */
  /* ==========================================================================
   btn-order-list
   ========================================================================== */
  /* ==========================================================================
   btn-campign
   ========================================================================== */
  /* ==========================================================================
   other-campign
   ========================================================================== */
  /* ==========================================================================
   cp1-box
   ========================================================================== */
  /* ==========================================================================
   img-present
   ========================================================================== */
  /* ==========================================================================
   link-howto
   ========================================================================== */
  /* ==========================================================================
   ページ全体
   ========================================================================== */
  /* ==========================================================================
   entry-campaign
   ========================================================================== */
  /* ==========================================================================
   note-frame
   ========================================================================== */
  /* ==========================================================================
   cp2-box
   ========================================================================== */
  /* ==========================================================================
   logo-centforce
   ========================================================================== */
  /* ==========================================================================
   present-box
   ========================================================================== */
  /* ==========================================================================
   chance-box
   ========================================================================== */
  /* ==========================================================================
   entry-btn
   ========================================================================== */
  /* ==========================================================================
   hint-text
   ========================================================================== */
  /* ==========================================================================
   hint-item
   ========================================================================== */
  /* ==========================================================================
   box-campaign
   ========================================================================== */
  /* ==========================================================================
   prize-img
   ========================================================================== */
  /* ==========================================================================
   sns-msg
   ========================================================================== */
  /* ==========================================================================
   mother-prize-btn
   ========================================================================== */
  /* ==========================================================================
   youtube-box
   ========================================================================== */
  /* ==========================================================================
   feature-box
   ========================================================================== */
  /* ==========================================================================
   feature-list
   ========================================================================== */
  /* ==========================================================================
   news-box
   ========================================================================== */
  /* ==========================================================================
   release-list
   ========================================================================== */
  /* ==========================================================================
   card
   ========================================================================== */
  /* ==========================================================================
   msg
   ========================================================================== */
  /* ==========================================================================
   btn-page1
   ========================================================================== */
  /* ==========================================================================
   sns-box
   ========================================================================== */
  /* ==========================================================================
   campaign-end
   ========================================================================== */
}

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

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

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

@font-face {
  .mothersday-secret-2025-answer {
    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-secret-2025-answer {
    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-secret-2025-answer {
    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-secret-2025-answer {
    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-secret-2025-answer {
    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-secret-2025-answer {
    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-secret-2025-answer {
    font-family: 'MyYuGothicM';
    font-weight: normal;
    src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
    /* Mediumがない場合 */
  }
}

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

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

.mothersday-secret-2025-answer *, .mothersday-secret-2025-answer *::before, .mothersday-secret-2025-answer *::after {
  box-sizing: inherit;
}

.mothersday-secret-2025-answer 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-secret-2025-answer body {
    font-family: Meiryo, sans-serif;
  }
}

.mothersday-secret-2025-answer ul, .mothersday-secret-2025-answer ol {
  list-style: none;
}

.mothersday-secret-2025-answer .list-style-disc li {
  padding-left: 1em;
  text-indent: -1em;
}

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

.mothersday-secret-2025-answer .list-style-asterisk li {
  padding-left: 1em;
  text-indent: -1em;
}

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

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

.mothersday-secret-2025-answer a:link, .mothersday-secret-2025-answer a:visited, .mothersday-secret-2025-answer a:hover, .mothersday-secret-2025-answer a:focus, .mothersday-secret-2025-answer a:active {
  color: #000;
}

.mothersday-secret-2025-answer a:hover, .mothersday-secret-2025-answer a:focus {
  text-decoration: underline;
}

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

.mothersday-secret-2025-answer img[src$=".svg"] {
  width: 100%;
}

.mothersday-secret-2025-answer table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.mothersday-secret-2025-answer .ff-mincho {
  font-family: true;
}

.mothersday-secret-2025-answer .ff-mincho {
  font-family: "Noto Serif JP", serif;
}

.mothersday-secret-2025-answer .ff-arial {
  font-family: Arial, Helvetica, Helvetica Neue, sans-serif;
}

.mothersday-secret-2025-answer .ff-arialBlack {
  font-family: Arial Black, sans-serif;
}

.mothersday-secret-2025-answer .m0 {
  margin: 0px !important;
}

.mothersday-secret-2025-answer .mt0 {
  margin-top: 0px !important;
}

.mothersday-secret-2025-answer .mr0 {
  margin-right: 0px !important;
}

.mothersday-secret-2025-answer .mb0 {
  margin-bottom: 0px !important;
}

.mothersday-secret-2025-answer .ml0 {
  margin-left: 0px !important;
}

.mothersday-secret-2025-answer .m-n0 {
  margin: 0px !important;
}

.mothersday-secret-2025-answer .mx0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mothersday-secret-2025-answer .mx-n0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mothersday-secret-2025-answer .my0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mothersday-secret-2025-answer .my-n0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mothersday-secret-2025-answer .m5 {
  margin: 5px !important;
}

.mothersday-secret-2025-answer .mt5 {
  margin-top: 5px !important;
}

.mothersday-secret-2025-answer .mr5 {
  margin-right: 5px !important;
}

.mothersday-secret-2025-answer .mb5 {
  margin-bottom: 5px !important;
}

.mothersday-secret-2025-answer .ml5 {
  margin-left: 5px !important;
}

.mothersday-secret-2025-answer .m-n5 {
  margin: -5px !important;
}

.mothersday-secret-2025-answer .mx5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mothersday-secret-2025-answer .mx-n5 {
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.mothersday-secret-2025-answer .my5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mothersday-secret-2025-answer .my-n5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.mothersday-secret-2025-answer .m10 {
  margin: 10px !important;
}

.mothersday-secret-2025-answer .mt10 {
  margin-top: 10px !important;
}

.mothersday-secret-2025-answer .mr10 {
  margin-right: 10px !important;
}

.mothersday-secret-2025-answer .mb10 {
  margin-bottom: 10px !important;
}

.mothersday-secret-2025-answer .ml10 {
  margin-left: 10px !important;
}

.mothersday-secret-2025-answer .m-n10 {
  margin: -10px !important;
}

.mothersday-secret-2025-answer .mx10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mothersday-secret-2025-answer .mx-n10 {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.mothersday-secret-2025-answer .my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mothersday-secret-2025-answer .my-n10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.mothersday-secret-2025-answer .m15 {
  margin: 15px !important;
}

.mothersday-secret-2025-answer .mt15 {
  margin-top: 15px !important;
}

.mothersday-secret-2025-answer .mr15 {
  margin-right: 15px !important;
}

.mothersday-secret-2025-answer .mb15 {
  margin-bottom: 15px !important;
}

.mothersday-secret-2025-answer .ml15 {
  margin-left: 15px !important;
}

.mothersday-secret-2025-answer .m-n15 {
  margin: -15px !important;
}

.mothersday-secret-2025-answer .mx15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mothersday-secret-2025-answer .mx-n15 {
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.mothersday-secret-2025-answer .my15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mothersday-secret-2025-answer .my-n15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.mothersday-secret-2025-answer .m20 {
  margin: 20px !important;
}

.mothersday-secret-2025-answer .mt20 {
  margin-top: 20px !important;
}

.mothersday-secret-2025-answer .mr20 {
  margin-right: 20px !important;
}

.mothersday-secret-2025-answer .mb20 {
  margin-bottom: 20px !important;
}

.mothersday-secret-2025-answer .ml20 {
  margin-left: 20px !important;
}

.mothersday-secret-2025-answer .m-n20 {
  margin: -20px !important;
}

.mothersday-secret-2025-answer .mx20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mothersday-secret-2025-answer .mx-n20 {
  margin-right: -20px !important;
  margin-left: -20px !important;
}

.mothersday-secret-2025-answer .my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mothersday-secret-2025-answer .my-n20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.mothersday-secret-2025-answer .m25 {
  margin: 25px !important;
}

.mothersday-secret-2025-answer .mt25 {
  margin-top: 25px !important;
}

.mothersday-secret-2025-answer .mr25 {
  margin-right: 25px !important;
}

.mothersday-secret-2025-answer .mb25 {
  margin-bottom: 25px !important;
}

.mothersday-secret-2025-answer .ml25 {
  margin-left: 25px !important;
}

.mothersday-secret-2025-answer .m-n25 {
  margin: -25px !important;
}

.mothersday-secret-2025-answer .mx25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mothersday-secret-2025-answer .mx-n25 {
  margin-right: -25px !important;
  margin-left: -25px !important;
}

.mothersday-secret-2025-answer .my25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mothersday-secret-2025-answer .my-n25 {
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}

.mothersday-secret-2025-answer .m30 {
  margin: 30px !important;
}

.mothersday-secret-2025-answer .mt30 {
  margin-top: 30px !important;
}

.mothersday-secret-2025-answer .mr30 {
  margin-right: 30px !important;
}

.mothersday-secret-2025-answer .mb30 {
  margin-bottom: 30px !important;
}

.mothersday-secret-2025-answer .ml30 {
  margin-left: 30px !important;
}

.mothersday-secret-2025-answer .m-n30 {
  margin: -30px !important;
}

.mothersday-secret-2025-answer .mx30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mothersday-secret-2025-answer .mx-n30 {
  margin-right: -30px !important;
  margin-left: -30px !important;
}

.mothersday-secret-2025-answer .my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mothersday-secret-2025-answer .my-n30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.mothersday-secret-2025-answer .m35 {
  margin: 35px !important;
}

.mothersday-secret-2025-answer .mt35 {
  margin-top: 35px !important;
}

.mothersday-secret-2025-answer .mr35 {
  margin-right: 35px !important;
}

.mothersday-secret-2025-answer .mb35 {
  margin-bottom: 35px !important;
}

.mothersday-secret-2025-answer .ml35 {
  margin-left: 35px !important;
}

.mothersday-secret-2025-answer .m-n35 {
  margin: -35px !important;
}

.mothersday-secret-2025-answer .mx35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.mothersday-secret-2025-answer .mx-n35 {
  margin-right: -35px !important;
  margin-left: -35px !important;
}

.mothersday-secret-2025-answer .my35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mothersday-secret-2025-answer .my-n35 {
  margin-top: -35px !important;
  margin-bottom: -35px !important;
}

.mothersday-secret-2025-answer .m40 {
  margin: 40px !important;
}

.mothersday-secret-2025-answer .mt40 {
  margin-top: 40px !important;
}

.mothersday-secret-2025-answer .mr40 {
  margin-right: 40px !important;
}

.mothersday-secret-2025-answer .mb40 {
  margin-bottom: 40px !important;
}

.mothersday-secret-2025-answer .ml40 {
  margin-left: 40px !important;
}

.mothersday-secret-2025-answer .m-n40 {
  margin: -40px !important;
}

.mothersday-secret-2025-answer .mx40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mothersday-secret-2025-answer .mx-n40 {
  margin-right: -40px !important;
  margin-left: -40px !important;
}

.mothersday-secret-2025-answer .my40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mothersday-secret-2025-answer .my-n40 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.mothersday-secret-2025-answer .m45 {
  margin: 45px !important;
}

.mothersday-secret-2025-answer .mt45 {
  margin-top: 45px !important;
}

.mothersday-secret-2025-answer .mr45 {
  margin-right: 45px !important;
}

.mothersday-secret-2025-answer .mb45 {
  margin-bottom: 45px !important;
}

.mothersday-secret-2025-answer .ml45 {
  margin-left: 45px !important;
}

.mothersday-secret-2025-answer .m-n45 {
  margin: -45px !important;
}

.mothersday-secret-2025-answer .mx45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.mothersday-secret-2025-answer .mx-n45 {
  margin-right: -45px !important;
  margin-left: -45px !important;
}

.mothersday-secret-2025-answer .my45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mothersday-secret-2025-answer .my-n45 {
  margin-top: -45px !important;
  margin-bottom: -45px !important;
}

.mothersday-secret-2025-answer .m50 {
  margin: 50px !important;
}

.mothersday-secret-2025-answer .mt50 {
  margin-top: 50px !important;
}

.mothersday-secret-2025-answer .mr50 {
  margin-right: 50px !important;
}

.mothersday-secret-2025-answer .mb50 {
  margin-bottom: 50px !important;
}

.mothersday-secret-2025-answer .ml50 {
  margin-left: 50px !important;
}

.mothersday-secret-2025-answer .m-n50 {
  margin: -50px !important;
}

.mothersday-secret-2025-answer .mx50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.mothersday-secret-2025-answer .mx-n50 {
  margin-right: -50px !important;
  margin-left: -50px !important;
}

.mothersday-secret-2025-answer .my50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mothersday-secret-2025-answer .my-n50 {
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}

.mothersday-secret-2025-answer .mx-auto {
  margin: 0 auto !important;
}

.mothersday-secret-2025-answer .p0 {
  padding: 0px !important;
}

.mothersday-secret-2025-answer .pt0 {
  padding-top: 0px !important;
}

.mothersday-secret-2025-answer .pr0 {
  padding-right: 0px !important;
}

.mothersday-secret-2025-answer .pb0 {
  padding-bottom: 0px !important;
}

.mothersday-secret-2025-answer .pl0 {
  padding-left: 0px !important;
}

.mothersday-secret-2025-answer .px0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.mothersday-secret-2025-answer .py0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.mothersday-secret-2025-answer .p5 {
  padding: 5px !important;
}

.mothersday-secret-2025-answer .pt5 {
  padding-top: 5px !important;
}

.mothersday-secret-2025-answer .pr5 {
  padding-right: 5px !important;
}

.mothersday-secret-2025-answer .pb5 {
  padding-bottom: 5px !important;
}

.mothersday-secret-2025-answer .pl5 {
  padding-left: 5px !important;
}

.mothersday-secret-2025-answer .px5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.mothersday-secret-2025-answer .py5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.mothersday-secret-2025-answer .p10 {
  padding: 10px !important;
}

.mothersday-secret-2025-answer .pt10 {
  padding-top: 10px !important;
}

.mothersday-secret-2025-answer .pr10 {
  padding-right: 10px !important;
}

.mothersday-secret-2025-answer .pb10 {
  padding-bottom: 10px !important;
}

.mothersday-secret-2025-answer .pl10 {
  padding-left: 10px !important;
}

.mothersday-secret-2025-answer .px10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.mothersday-secret-2025-answer .py10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.mothersday-secret-2025-answer .p15 {
  padding: 15px !important;
}

.mothersday-secret-2025-answer .pt15 {
  padding-top: 15px !important;
}

.mothersday-secret-2025-answer .pr15 {
  padding-right: 15px !important;
}

.mothersday-secret-2025-answer .pb15 {
  padding-bottom: 15px !important;
}

.mothersday-secret-2025-answer .pl15 {
  padding-left: 15px !important;
}

.mothersday-secret-2025-answer .px15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.mothersday-secret-2025-answer .py15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.mothersday-secret-2025-answer .p20 {
  padding: 20px !important;
}

.mothersday-secret-2025-answer .pt20 {
  padding-top: 20px !important;
}

.mothersday-secret-2025-answer .pr20 {
  padding-right: 20px !important;
}

.mothersday-secret-2025-answer .pb20 {
  padding-bottom: 20px !important;
}

.mothersday-secret-2025-answer .pl20 {
  padding-left: 20px !important;
}

.mothersday-secret-2025-answer .px20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.mothersday-secret-2025-answer .py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.mothersday-secret-2025-answer .p25 {
  padding: 25px !important;
}

.mothersday-secret-2025-answer .pt25 {
  padding-top: 25px !important;
}

.mothersday-secret-2025-answer .pr25 {
  padding-right: 25px !important;
}

.mothersday-secret-2025-answer .pb25 {
  padding-bottom: 25px !important;
}

.mothersday-secret-2025-answer .pl25 {
  padding-left: 25px !important;
}

.mothersday-secret-2025-answer .px25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.mothersday-secret-2025-answer .py25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.mothersday-secret-2025-answer .p30 {
  padding: 30px !important;
}

.mothersday-secret-2025-answer .pt30 {
  padding-top: 30px !important;
}

.mothersday-secret-2025-answer .pr30 {
  padding-right: 30px !important;
}

.mothersday-secret-2025-answer .pb30 {
  padding-bottom: 30px !important;
}

.mothersday-secret-2025-answer .pl30 {
  padding-left: 30px !important;
}

.mothersday-secret-2025-answer .px30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.mothersday-secret-2025-answer .py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.mothersday-secret-2025-answer .p35 {
  padding: 35px !important;
}

.mothersday-secret-2025-answer .pt35 {
  padding-top: 35px !important;
}

.mothersday-secret-2025-answer .pr35 {
  padding-right: 35px !important;
}

.mothersday-secret-2025-answer .pb35 {
  padding-bottom: 35px !important;
}

.mothersday-secret-2025-answer .pl35 {
  padding-left: 35px !important;
}

.mothersday-secret-2025-answer .px35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.mothersday-secret-2025-answer .py35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.mothersday-secret-2025-answer .p40 {
  padding: 40px !important;
}

.mothersday-secret-2025-answer .pt40 {
  padding-top: 40px !important;
}

.mothersday-secret-2025-answer .pr40 {
  padding-right: 40px !important;
}

.mothersday-secret-2025-answer .pb40 {
  padding-bottom: 40px !important;
}

.mothersday-secret-2025-answer .pl40 {
  padding-left: 40px !important;
}

.mothersday-secret-2025-answer .px40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.mothersday-secret-2025-answer .py40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.mothersday-secret-2025-answer .p45 {
  padding: 45px !important;
}

.mothersday-secret-2025-answer .pt45 {
  padding-top: 45px !important;
}

.mothersday-secret-2025-answer .pr45 {
  padding-right: 45px !important;
}

.mothersday-secret-2025-answer .pb45 {
  padding-bottom: 45px !important;
}

.mothersday-secret-2025-answer .pl45 {
  padding-left: 45px !important;
}

.mothersday-secret-2025-answer .px45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.mothersday-secret-2025-answer .py45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.mothersday-secret-2025-answer .p50 {
  padding: 50px !important;
}

.mothersday-secret-2025-answer .pt50 {
  padding-top: 50px !important;
}

.mothersday-secret-2025-answer .pr50 {
  padding-right: 50px !important;
}

.mothersday-secret-2025-answer .pb50 {
  padding-bottom: 50px !important;
}

.mothersday-secret-2025-answer .pl50 {
  padding-left: 50px !important;
}

.mothersday-secret-2025-answer .px50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.mothersday-secret-2025-answer .py50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.mothersday-secret-2025-answer .border {
  border-style: solid;
  border-color: transparent;
}

.mothersday-secret-2025-answer .border--0 {
  border-width: 0px;
}

.mothersday-secret-2025-answer .border--top-0 {
  border-top-width: 0px;
}

.mothersday-secret-2025-answer .border--right-0 {
  border-right-width: 0px;
}

.mothersday-secret-2025-answer .border--bottom-0 {
  border-bottom-width: 0px;
}

.mothersday-secret-2025-answer .border--left-0 {
  border-left-width: 0px;
}

.mothersday-secret-2025-answer .border--1 {
  border-width: 1px;
}

.mothersday-secret-2025-answer .border--top-1 {
  border-top-width: 1px;
}

.mothersday-secret-2025-answer .border--right-1 {
  border-right-width: 1px;
}

.mothersday-secret-2025-answer .border--bottom-1 {
  border-bottom-width: 1px;
}

.mothersday-secret-2025-answer .border--left-1 {
  border-left-width: 1px;
}

.mothersday-secret-2025-answer .border--2 {
  border-width: 2px;
}

.mothersday-secret-2025-answer .border--top-2 {
  border-top-width: 2px;
}

.mothersday-secret-2025-answer .border--right-2 {
  border-right-width: 2px;
}

.mothersday-secret-2025-answer .border--bottom-2 {
  border-bottom-width: 2px;
}

.mothersday-secret-2025-answer .border--left-2 {
  border-left-width: 2px;
}

.mothersday-secret-2025-answer .border--3 {
  border-width: 3px;
}

.mothersday-secret-2025-answer .border--top-3 {
  border-top-width: 3px;
}

.mothersday-secret-2025-answer .border--right-3 {
  border-right-width: 3px;
}

.mothersday-secret-2025-answer .border--bottom-3 {
  border-bottom-width: 3px;
}

.mothersday-secret-2025-answer .border--left-3 {
  border-left-width: 3px;
}

.mothersday-secret-2025-answer .border--4 {
  border-width: 4px;
}

.mothersday-secret-2025-answer .border--top-4 {
  border-top-width: 4px;
}

.mothersday-secret-2025-answer .border--right-4 {
  border-right-width: 4px;
}

.mothersday-secret-2025-answer .border--bottom-4 {
  border-bottom-width: 4px;
}

.mothersday-secret-2025-answer .border--left-4 {
  border-left-width: 4px;
}

.mothersday-secret-2025-answer .border--5 {
  border-width: 5px;
}

.mothersday-secret-2025-answer .border--top-5 {
  border-top-width: 5px;
}

.mothersday-secret-2025-answer .border--right-5 {
  border-right-width: 5px;
}

.mothersday-secret-2025-answer .border--bottom-5 {
  border-bottom-width: 5px;
}

.mothersday-secret-2025-answer .border--left-5 {
  border-left-width: 5px;
}

.mothersday-secret-2025-answer .border--radius-0 {
  border-radius: 0px;
}

.mothersday-secret-2025-answer .border--radius-2 {
  border-radius: 2px;
}

.mothersday-secret-2025-answer .border--radius-4 {
  border-radius: 4px;
}

.mothersday-secret-2025-answer .border--radius-6 {
  border-radius: 6px;
}

.mothersday-secret-2025-answer .border--radius-8 {
  border-radius: 8px;
}

.mothersday-secret-2025-answer .border--radius-10 {
  border-radius: 10px;
}

.mothersday-secret-2025-answer .border--radius-12 {
  border-radius: 12px;
}

.mothersday-secret-2025-answer .border--radius-14 {
  border-radius: 14px;
}

.mothersday-secret-2025-answer .border--radius-16 {
  border-radius: 16px;
}

.mothersday-secret-2025-answer .border--radius-18 {
  border-radius: 18px;
}

.mothersday-secret-2025-answer .border--radius-20 {
  border-radius: 20px;
}

.mothersday-secret-2025-answer .border--radius-pill {
  border-radius: 50rem !important;
}

.mothersday-secret-2025-answer .font-space {
  letter-spacing: .5em;
}

.mothersday-secret-2025-answer .fz12 {
  font-size: 12px !important;
}

.mothersday-secret-2025-answer .fz14 {
  font-size: 14px !important;
}

.mothersday-secret-2025-answer .fz16 {
  font-size: 16px !important;
}

.mothersday-secret-2025-answer .fz18 {
  font-size: 18px !important;
}

.mothersday-secret-2025-answer .fz20 {
  font-size: 20px !important;
}

.mothersday-secret-2025-answer .fz22 {
  font-size: 22px !important;
}

.mothersday-secret-2025-answer .fz24 {
  font-size: 24px !important;
}

.mothersday-secret-2025-answer .fz26 {
  font-size: 26px !important;
}

.mothersday-secret-2025-answer .fz28 {
  font-size: 28px !important;
}

.mothersday-secret-2025-answer .fz30 {
  font-size: 30px !important;
}

.mothersday-secret-2025-answer .fz32 {
  font-size: 32px !important;
}

.mothersday-secret-2025-answer .fz34 {
  font-size: 34px !important;
}

.mothersday-secret-2025-answer .fz36 {
  font-size: 36px !important;
}

.mothersday-secret-2025-answer .fz38 {
  font-size: 38px !important;
}

.mothersday-secret-2025-answer .fz40 {
  font-size: 40px !important;
}

.mothersday-secret-2025-answer .fz42 {
  font-size: 42px !important;
}

.mothersday-secret-2025-answer .fz44 {
  font-size: 44px !important;
}

.mothersday-secret-2025-answer .fz46 {
  font-size: 46px !important;
}

.mothersday-secret-2025-answer .fz48 {
  font-size: 48px !important;
}

.mothersday-secret-2025-answer .fz50 {
  font-size: 50px !important;
}

.mothersday-secret-2025-answer .x-small {
  font-size: 80% !important;
}

.mothersday-secret-2025-answer .small {
  font-size: 91% !important;
}

.mothersday-secret-2025-answer .large {
  font-size: 120% !important;
}

.mothersday-secret-2025-answer .thin {
  font-weight: 100 !important;
}

.mothersday-secret-2025-answer .light {
  font-weight: 300 !important;
}

.mothersday-secret-2025-answer .bold {
  font-weight: bold !important;
}

.mothersday-secret-2025-answer .normal,
.mothersday-secret-2025-answer .regular {
  font-weight: 400 !important;
}

.mothersday-secret-2025-answer .center {
  text-align: center !important;
}

.mothersday-secret-2025-answer .left {
  text-align: left !important;
}

.mothersday-secret-2025-answer .right {
  text-align: right !important;
}

.mothersday-secret-2025-answer .att {
  color: #ff0000 !important;
}

.mothersday-secret-2025-answer .borderNone {
  border: 0 !important;
}

.mothersday-secret-2025-answer .block {
  display: block !important;
}

.mothersday-secret-2025-answer .inline-block {
  display: inline-block;
}

.mothersday-secret-2025-answer .none {
  display: none !important;
}

.mothersday-secret-2025-answer .show {
  visibility: visible !important;
}

.mothersday-secret-2025-answer .hide {
  visibility: hidden !important;
}

.mothersday-secret-2025-answer .indent {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

.mothersday-secret-2025-answer .disabled {
  cursor: default !important;
  pointer-events: none !important;
  opacity: .3 !important;
}

.mothersday-secret-2025-answer .underline {
  text-decoration: underline !important;
}

.mothersday-secret-2025-answer .h100p {
  height: 100%;
}

.mothersday-secret-2025-answer .lh1 {
  line-height: 1;
}

.mothersday-secret-2025-answer .medium {
  font-weight: 500 !important;
}

.mothersday-secret-2025-answer .black {
  font-weight: 900 !important;
}

.mothersday-secret-2025-answer .d-none {
  display: none !important;
}

.mothersday-secret-2025-answer .d-block {
  display: block !important;
}

.mothersday-secret-2025-answer .d-xs-none {
  display: block !important;
}

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

.mothersday-secret-2025-answer .d-xs-block {
  display: none !important;
}

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

.mothersday-secret-2025-answer .d-sm-none {
  display: block !important;
}

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

.mothersday-secret-2025-answer .d-sm-block {
  display: none !important;
}

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

.mothersday-secret-2025-answer .d-md-none {
  display: block !important;
}

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

.mothersday-secret-2025-answer .d-md-block {
  display: none !important;
}

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

.mothersday-secret-2025-answer .d-lg-none {
  display: block !important;
}

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

.mothersday-secret-2025-answer .d-lg-block {
  display: none !important;
}

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

.mothersday-secret-2025-answer .d-xl-none {
  display: block !important;
}

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

.mothersday-secret-2025-answer .d-xl-block {
  display: none !important;
}

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

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

.mothersday-secret-2025-answer .cb__inr {
  padding: 0 40px;
}

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

.mothersday-secret-2025-answer .nowrap {
  white-space: nowrap;
}

.mothersday-secret-2025-answer .font-tc1 {
  color: #fff !important;
}

.mothersday-secret-2025-answer .bg-tc1 {
  background-color: #fff !important;
}

.mothersday-secret-2025-answer .border-tc1 {
  border-color: #fff !important;
}

.mothersday-secret-2025-answer .font-tc2 {
  color: #000 !important;
}

.mothersday-secret-2025-answer .bg-tc2 {
  background-color: #000 !important;
}

.mothersday-secret-2025-answer .border-tc2 {
  border-color: #000 !important;
}

.mothersday-secret-2025-answer .font-tc3 {
  color: #ec6465 !important;
}

.mothersday-secret-2025-answer .bg-tc3 {
  background-color: #ec6465 !important;
}

.mothersday-secret-2025-answer .border-tc3 {
  border-color: #ec6465 !important;
}

.mothersday-secret-2025-answer .font-tc4 {
  color: #eee !important;
}

.mothersday-secret-2025-answer .bg-tc4 {
  background-color: #eee !important;
}

.mothersday-secret-2025-answer .border-tc4 {
  border-color: #eee !important;
}

.mothersday-secret-2025-answer .font-tc5 {
  color: #ec6d7b !important;
}

.mothersday-secret-2025-answer .bg-tc5 {
  background-color: #ec6d7b !important;
}

.mothersday-secret-2025-answer .border-tc5 {
  border-color: #ec6d7b !important;
}

.mothersday-secret-2025-answer .font-tc6 {
  color: #45abe3 !important;
}

.mothersday-secret-2025-answer .bg-tc6 {
  background-color: #45abe3 !important;
}

.mothersday-secret-2025-answer .border-tc6 {
  border-color: #45abe3 !important;
}

.mothersday-secret-2025-answer .font-tc7 {
  color: #f7efe4 !important;
}

.mothersday-secret-2025-answer .bg-tc7 {
  background-color: #f7efe4 !important;
}

.mothersday-secret-2025-answer .border-tc7 {
  border-color: #f7efe4 !important;
}

.mothersday-secret-2025-answer .font-tc8 {
  color: #e13c60 !important;
}

.mothersday-secret-2025-answer .bg-tc8 {
  background-color: #e13c60 !important;
}

.mothersday-secret-2025-answer .border-tc8 {
  border-color: #e13c60 !important;
}

.mothersday-secret-2025-answer .font-tc9 {
  color: #e23c3d !important;
}

.mothersday-secret-2025-answer .bg-tc9 {
  background-color: #e23c3d !important;
}

.mothersday-secret-2025-answer .border-tc9 {
  border-color: #e23c3d !important;
}

.mothersday-secret-2025-answer .font-tc10 {
  color: #f8e9e7 !important;
}

.mothersday-secret-2025-answer .bg-tc10 {
  background-color: #f8e9e7 !important;
}

.mothersday-secret-2025-answer .border-tc10 {
  border-color: #f8e9e7 !important;
}

.mothersday-secret-2025-answer .font-tc11 {
  color: #f9576b !important;
}

.mothersday-secret-2025-answer .bg-tc11 {
  background-color: #f9576b !important;
}

.mothersday-secret-2025-answer .border-tc11 {
  border-color: #f9576b !important;
}

.mothersday-secret-2025-answer .font-tc13 {
  color: #ec6465 !important;
}

.mothersday-secret-2025-answer .bg-tc13 {
  background-color: #ec6465 !important;
}

.mothersday-secret-2025-answer .border-tc13 {
  border-color: #ec6465 !important;
}

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

.mothersday-secret-2025-answer .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-secret-2025-answer .page-top a:hover {
  background-color: #F49FCE;
}

.mothersday-secret-2025-answer .gs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mothersday-secret-2025-answer .gs--center {
  -ms-flex-pack: center;
  justify-content: center;
}

.mothersday-secret-2025-answer .gs--right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mothersday-secret-2025-answer .gs--around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.mothersday-secret-2025-answer .gs--between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mothersday-secret-2025-answer .gs--middle {
  -ms-flex-align: center;
  align-items: center;
}

.mothersday-secret-2025-answer .gs--stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mothersday-secret-2025-answer .gs--reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.mothersday-secret-2025-answer .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-secret-2025-answer .gs__col--xs-1 {
    max-width: 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
  }
  .mothersday-secret-2025-answer .gs__col--xs-2 {
    max-width: 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
  }
  .mothersday-secret-2025-answer .gs__col--xs-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .mothersday-secret-2025-answer .gs__col--xs-4 {
    max-width: 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .mothersday-secret-2025-answer .gs__col--xs-5 {
    max-width: 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
  }
  .mothersday-secret-2025-answer .gs__col--xs-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .mothersday-secret-2025-answer .gs__col--xs-7 {
    max-width: 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
  }
  .mothersday-secret-2025-answer .gs__col--xs-8 {
    max-width: 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
  }
  .mothersday-secret-2025-answer .gs__col--xs-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .mothersday-secret-2025-answer .gs__col--xs-10 {
    max-width: 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
  }
  .mothersday-secret-2025-answer .gs__col--xs-11 {
    max-width: 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
  }
  .mothersday-secret-2025-answer .gs__col--xs-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .mothersday-secret-2025-answer .gs__col--push-xs-1 {
    left: 8.33333%;
  }
  .mothersday-secret-2025-answer .gs__col--push-xs-2 {
    left: 16.66667%;
  }
  .mothersday-secret-2025-answer .gs__col--push-xs-3 {
    left: 25%;
  }
  .mothersday-secret-2025-answer .gs__col--push-xs-4 {
    left: 33.33333%;
  }
  .mothersday-secret-2025-answer .gs__col--push-xs-5 {
    left: 41.66667%;
  }
  .mothersday-secret-2025-answer .gs__col--push-xs-6 {
    left: 50%;
  }
  .mothersday-secret-2025-answer .gs__col--push-xs-7 {
    left: 58.33333%;
  }
  .mothersday-secret-2025-answer .gs__col--push-xs-8 {
    left: 66.66667%;
  }
  .mothersday-secret-2025-answer .gs__col--push-xs-9 {
    left: 75%;
  }
  .mothersday-secret-2025-answer .gs__col--push-xs-10 {
    left: 83.33333%;
  }
  .mothersday-secret-2025-answer .gs__col--push-xs-11 {
    left: 91.66667%;
  }
  .mothersday-secret-2025-answer .gs__col--push-xs-12 {
    left: 100%;
  }
  .mothersday-secret-2025-answer .gs__col--pull-xs-1 {
    right: 8.33333%;
  }
  .mothersday-secret-2025-answer .gs__col--pull-xs-2 {
    right: 16.66667%;
  }
  .mothersday-secret-2025-answer .gs__col--pull-xs-3 {
    right: 25%;
  }
  .mothersday-secret-2025-answer .gs__col--pull-xs-4 {
    right: 33.33333%;
  }
  .mothersday-secret-2025-answer .gs__col--pull-xs-5 {
    right: 41.66667%;
  }
  .mothersday-secret-2025-answer .gs__col--pull-xs-6 {
    right: 50%;
  }
  .mothersday-secret-2025-answer .gs__col--pull-xs-7 {
    right: 58.33333%;
  }
  .mothersday-secret-2025-answer .gs__col--pull-xs-8 {
    right: 66.66667%;
  }
  .mothersday-secret-2025-answer .gs__col--pull-xs-9 {
    right: 75%;
  }
  .mothersday-secret-2025-answer .gs__col--pull-xs-10 {
    right: 83.33333%;
  }
  .mothersday-secret-2025-answer .gs__col--pull-xs-11 {
    right: 91.66667%;
  }
  .mothersday-secret-2025-answer .gs__col--pull-xs-12 {
    right: 100%;
  }
  .mothersday-secret-2025-answer .gs__col--offset-xs-1 {
    margin-left: 8.33333%;
  }
  .mothersday-secret-2025-answer .gs__col--offset-xs-2 {
    margin-left: 16.66667%;
  }
  .mothersday-secret-2025-answer .gs__col--offset-xs-3 {
    margin-left: 25%;
  }
  .mothersday-secret-2025-answer .gs__col--offset-xs-4 {
    margin-left: 33.33333%;
  }
  .mothersday-secret-2025-answer .gs__col--offset-xs-5 {
    margin-left: 41.66667%;
  }
  .mothersday-secret-2025-answer .gs__col--offset-xs-6 {
    margin-left: 50%;
  }
  .mothersday-secret-2025-answer .gs__col--offset-xs-7 {
    margin-left: 58.33333%;
  }
  .mothersday-secret-2025-answer .gs__col--offset-xs-8 {
    margin-left: 66.66667%;
  }
  .mothersday-secret-2025-answer .gs__col--offset-xs-9 {
    margin-left: 75%;
  }
  .mothersday-secret-2025-answer .gs__col--offset-xs-10 {
    margin-left: 83.33333%;
  }
  .mothersday-secret-2025-answer .gs__col--offset-xs-11 {
    margin-left: 91.66667%;
  }
  .mothersday-secret-2025-answer .gs__col--offset-xs-12 {
    margin-left: 100%;
  }
}

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

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

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

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

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

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

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

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

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

.mothersday-secret-2025-answer .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-secret-2025-answer .btn:link, .mothersday-secret-2025-answer .btn:visited, .mothersday-secret-2025-answer .btn:hover, .mothersday-secret-2025-answer .btn:focus, .mothersday-secret-2025-answer .btn:active {
  color: #fff;
}

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

.mothersday-secret-2025-answer .btn:hover, .mothersday-secret-2025-answer .btn:focus {
  color: white;
  text-decoration: none;
  background-color: #cccccc;
}

.mothersday-secret-2025-answer .btn--block {
  width: 100%;
  display: block;
}

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

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

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

.mothersday-secret-2025-answer .btn--shadow {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

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

.mothersday-secret-2025-answer .btn--pro:link, .mothersday-secret-2025-answer .btn--pro:visited, .mothersday-secret-2025-answer .btn--pro:hover, .mothersday-secret-2025-answer .btn--pro:focus, .mothersday-secret-2025-answer .btn--pro:active {
  color: #eee;
}

.mothersday-secret-2025-answer .btn--pro:hover, .mothersday-secret-2025-answer .btn--pro:focus {
  color: white;
  background-color: white;
  border-color: white;
}

.mothersday-secret-2025-answer .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-secret-2025-answer .btn--list {
  color: #fff;
  background-color: #ec6465;
  border-color: #ec6465;
  font-size: 18rem;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mothersday-secret-2025-answer .btn--list:link, .mothersday-secret-2025-answer .btn--list:visited, .mothersday-secret-2025-answer .btn--list:hover, .mothersday-secret-2025-answer .btn--list:focus, .mothersday-secret-2025-answer .btn--list:active {
  color: #fff;
}

.mothersday-secret-2025-answer .btn--list:hover, .mothersday-secret-2025-answer .btn--list:focus {
  color: white;
  background-color: #f7bfbf;
  border-color: #f7bfbf;
}

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

.mothersday-secret-2025-answer .btn--item:link, .mothersday-secret-2025-answer .btn--item:visited, .mothersday-secret-2025-answer .btn--item:hover, .mothersday-secret-2025-answer .btn--item:focus, .mothersday-secret-2025-answer .btn--item:active {
  color: #757575;
}

.mothersday-secret-2025-answer .btn--item:hover, .mothersday-secret-2025-answer .btn--item:focus {
  color: #a8a8a8;
  background-color: white;
  border-color: white;
}

.mothersday-secret-2025-answer .btn--type {
  color: #fff;
  background-color: #ec6465;
  border-color: #ec6465;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.mothersday-secret-2025-answer .btn--type:link, .mothersday-secret-2025-answer .btn--type:visited, .mothersday-secret-2025-answer .btn--type:hover, .mothersday-secret-2025-answer .btn--type:focus, .mothersday-secret-2025-answer .btn--type:active {
  color: #fff;
}

.mothersday-secret-2025-answer .btn--type:hover, .mothersday-secret-2025-answer .btn--type:focus {
  color: white;
  background-color: #f7bfbf;
  border-color: #f7bfbf;
}

.mothersday-secret-2025-answer .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-secret-2025-answer .btn--danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #c9302c;
}

.mothersday-secret-2025-answer .btn--danger:link, .mothersday-secret-2025-answer .btn--danger:visited, .mothersday-secret-2025-answer .btn--danger:hover, .mothersday-secret-2025-answer .btn--danger:focus, .mothersday-secret-2025-answer .btn--danger:active {
  color: #fff;
}

.mothersday-secret-2025-answer .btn--danger:hover, .mothersday-secret-2025-answer .btn--danger:focus {
  color: white;
  background-color: #e27c79;
  border-color: #e27c79;
}

.mothersday-secret-2025-answer .btn--bg-tc-1 {
  background-color: #fff;
}

.mothersday-secret-2025-answer .btn--bg-tc-1:hover, .mothersday-secret-2025-answer .btn--bg-tc-1:focus {
  background-color: white;
}

.mothersday-secret-2025-answer .btn--border-tc-1 {
  border-color: #fff;
}

.mothersday-secret-2025-answer .btn--border-tc-1:hover, .mothersday-secret-2025-answer .btn--border-tc-1:focus {
  border-color: white;
}

.mothersday-secret-2025-answer .btn--font-tc-1 {
  color: #fff;
}

.mothersday-secret-2025-answer .btn--font-tc-1:link, .mothersday-secret-2025-answer .btn--font-tc-1:visited {
  color: #fff;
}

.mothersday-secret-2025-answer .btn--font-tc-1:hover, .mothersday-secret-2025-answer .btn--font-tc-1:focus, .mothersday-secret-2025-answer .btn--font-tc-1:active {
  color: white;
}

.mothersday-secret-2025-answer .btn--bg-tc-2 {
  background-color: #000;
}

.mothersday-secret-2025-answer .btn--bg-tc-2:hover, .mothersday-secret-2025-answer .btn--bg-tc-2:focus {
  background-color: #333333;
}

.mothersday-secret-2025-answer .btn--border-tc-2 {
  border-color: #000;
}

.mothersday-secret-2025-answer .btn--border-tc-2:hover, .mothersday-secret-2025-answer .btn--border-tc-2:focus {
  border-color: #333333;
}

.mothersday-secret-2025-answer .btn--font-tc-2 {
  color: #000;
}

.mothersday-secret-2025-answer .btn--font-tc-2:link, .mothersday-secret-2025-answer .btn--font-tc-2:visited {
  color: #000;
}

.mothersday-secret-2025-answer .btn--font-tc-2:hover, .mothersday-secret-2025-answer .btn--font-tc-2:focus, .mothersday-secret-2025-answer .btn--font-tc-2:active {
  color: #333333;
}

.mothersday-secret-2025-answer .btn--bg-tc-3 {
  background-color: #ec6465;
}

.mothersday-secret-2025-answer .btn--bg-tc-3:hover, .mothersday-secret-2025-answer .btn--bg-tc-3:focus {
  background-color: #f7bfbf;
}

.mothersday-secret-2025-answer .btn--border-tc-3 {
  border-color: #ec6465;
}

.mothersday-secret-2025-answer .btn--border-tc-3:hover, .mothersday-secret-2025-answer .btn--border-tc-3:focus {
  border-color: #f7bfbf;
}

.mothersday-secret-2025-answer .btn--font-tc-3 {
  color: #ec6465;
}

.mothersday-secret-2025-answer .btn--font-tc-3:link, .mothersday-secret-2025-answer .btn--font-tc-3:visited {
  color: #ec6465;
}

.mothersday-secret-2025-answer .btn--font-tc-3:hover, .mothersday-secret-2025-answer .btn--font-tc-3:focus, .mothersday-secret-2025-answer .btn--font-tc-3:active {
  color: #f7bfbf;
}

.mothersday-secret-2025-answer .btn--bg-tc-4 {
  background-color: #eee;
}

.mothersday-secret-2025-answer .btn--bg-tc-4:hover, .mothersday-secret-2025-answer .btn--bg-tc-4:focus {
  background-color: white;
}

.mothersday-secret-2025-answer .btn--border-tc-4 {
  border-color: #eee;
}

.mothersday-secret-2025-answer .btn--border-tc-4:hover, .mothersday-secret-2025-answer .btn--border-tc-4:focus {
  border-color: white;
}

.mothersday-secret-2025-answer .btn--font-tc-4 {
  color: #eee;
}

.mothersday-secret-2025-answer .btn--font-tc-4:link, .mothersday-secret-2025-answer .btn--font-tc-4:visited {
  color: #eee;
}

.mothersday-secret-2025-answer .btn--font-tc-4:hover, .mothersday-secret-2025-answer .btn--font-tc-4:focus, .mothersday-secret-2025-answer .btn--font-tc-4:active {
  color: white;
}

.mothersday-secret-2025-answer .btn--bg-tc-5 {
  background-color: #ec6d7b;
}

.mothersday-secret-2025-answer .btn--bg-tc-5:hover, .mothersday-secret-2025-answer .btn--bg-tc-5:focus {
  background-color: #f8c7cd;
}

.mothersday-secret-2025-answer .btn--border-tc-5 {
  border-color: #ec6d7b;
}

.mothersday-secret-2025-answer .btn--border-tc-5:hover, .mothersday-secret-2025-answer .btn--border-tc-5:focus {
  border-color: #f8c7cd;
}

.mothersday-secret-2025-answer .btn--font-tc-5 {
  color: #ec6d7b;
}

.mothersday-secret-2025-answer .btn--font-tc-5:link, .mothersday-secret-2025-answer .btn--font-tc-5:visited {
  color: #ec6d7b;
}

.mothersday-secret-2025-answer .btn--font-tc-5:hover, .mothersday-secret-2025-answer .btn--font-tc-5:focus, .mothersday-secret-2025-answer .btn--font-tc-5:active {
  color: #f8c7cd;
}

.mothersday-secret-2025-answer .btn--bg-tc-6 {
  background-color: #45abe3;
}

.mothersday-secret-2025-answer .btn--bg-tc-6:hover, .mothersday-secret-2025-answer .btn--bg-tc-6:focus {
  background-color: #9ed3f0;
}

.mothersday-secret-2025-answer .btn--border-tc-6 {
  border-color: #45abe3;
}

.mothersday-secret-2025-answer .btn--border-tc-6:hover, .mothersday-secret-2025-answer .btn--border-tc-6:focus {
  border-color: #9ed3f0;
}

.mothersday-secret-2025-answer .btn--font-tc-6 {
  color: #45abe3;
}

.mothersday-secret-2025-answer .btn--font-tc-6:link, .mothersday-secret-2025-answer .btn--font-tc-6:visited {
  color: #45abe3;
}

.mothersday-secret-2025-answer .btn--font-tc-6:hover, .mothersday-secret-2025-answer .btn--font-tc-6:focus, .mothersday-secret-2025-answer .btn--font-tc-6:active {
  color: #9ed3f0;
}

.mothersday-secret-2025-answer .btn--bg-tc-7 {
  background-color: #f7efe4;
}

.mothersday-secret-2025-answer .btn--bg-tc-7:hover, .mothersday-secret-2025-answer .btn--bg-tc-7:focus {
  background-color: white;
}

.mothersday-secret-2025-answer .btn--border-tc-7 {
  border-color: #f7efe4;
}

.mothersday-secret-2025-answer .btn--border-tc-7:hover, .mothersday-secret-2025-answer .btn--border-tc-7:focus {
  border-color: white;
}

.mothersday-secret-2025-answer .btn--font-tc-7 {
  color: #f7efe4;
}

.mothersday-secret-2025-answer .btn--font-tc-7:link, .mothersday-secret-2025-answer .btn--font-tc-7:visited {
  color: #f7efe4;
}

.mothersday-secret-2025-answer .btn--font-tc-7:hover, .mothersday-secret-2025-answer .btn--font-tc-7:focus, .mothersday-secret-2025-answer .btn--font-tc-7:active {
  color: white;
}

.mothersday-secret-2025-answer .btn--bg-tc-8 {
  background-color: #e13c60;
}

.mothersday-secret-2025-answer .btn--bg-tc-8:hover, .mothersday-secret-2025-answer .btn--bg-tc-8:focus {
  background-color: #ef94a8;
}

.mothersday-secret-2025-answer .btn--border-tc-8 {
  border-color: #e13c60;
}

.mothersday-secret-2025-answer .btn--border-tc-8:hover, .mothersday-secret-2025-answer .btn--border-tc-8:focus {
  border-color: #ef94a8;
}

.mothersday-secret-2025-answer .btn--font-tc-8 {
  color: #e13c60;
}

.mothersday-secret-2025-answer .btn--font-tc-8:link, .mothersday-secret-2025-answer .btn--font-tc-8:visited {
  color: #e13c60;
}

.mothersday-secret-2025-answer .btn--font-tc-8:hover, .mothersday-secret-2025-answer .btn--font-tc-8:focus, .mothersday-secret-2025-answer .btn--font-tc-8:active {
  color: #ef94a8;
}

.mothersday-secret-2025-answer .btn--bg-tc-9 {
  background-color: #e23c3d;
}

.mothersday-secret-2025-answer .btn--bg-tc-9:hover, .mothersday-secret-2025-answer .btn--bg-tc-9:focus {
  background-color: #ef9595;
}

.mothersday-secret-2025-answer .btn--border-tc-9 {
  border-color: #e23c3d;
}

.mothersday-secret-2025-answer .btn--border-tc-9:hover, .mothersday-secret-2025-answer .btn--border-tc-9:focus {
  border-color: #ef9595;
}

.mothersday-secret-2025-answer .btn--font-tc-9 {
  color: #e23c3d;
}

.mothersday-secret-2025-answer .btn--font-tc-9:link, .mothersday-secret-2025-answer .btn--font-tc-9:visited {
  color: #e23c3d;
}

.mothersday-secret-2025-answer .btn--font-tc-9:hover, .mothersday-secret-2025-answer .btn--font-tc-9:focus, .mothersday-secret-2025-answer .btn--font-tc-9:active {
  color: #ef9595;
}

.mothersday-secret-2025-answer .btn--bg-tc-10 {
  background-color: #f8e9e7;
}

.mothersday-secret-2025-answer .btn--bg-tc-10:hover, .mothersday-secret-2025-answer .btn--bg-tc-10:focus {
  background-color: white;
}

.mothersday-secret-2025-answer .btn--border-tc-10 {
  border-color: #f8e9e7;
}

.mothersday-secret-2025-answer .btn--border-tc-10:hover, .mothersday-secret-2025-answer .btn--border-tc-10:focus {
  border-color: white;
}

.mothersday-secret-2025-answer .btn--font-tc-10 {
  color: #f8e9e7;
}

.mothersday-secret-2025-answer .btn--font-tc-10:link, .mothersday-secret-2025-answer .btn--font-tc-10:visited {
  color: #f8e9e7;
}

.mothersday-secret-2025-answer .btn--font-tc-10:hover, .mothersday-secret-2025-answer .btn--font-tc-10:focus, .mothersday-secret-2025-answer .btn--font-tc-10:active {
  color: white;
}

.mothersday-secret-2025-answer .btn--bg-tc-11 {
  background-color: #f9576b;
}

.mothersday-secret-2025-answer .btn--bg-tc-11:hover, .mothersday-secret-2025-answer .btn--bg-tc-11:focus {
  background-color: #fdb9c2;
}

.mothersday-secret-2025-answer .btn--border-tc-11 {
  border-color: #f9576b;
}

.mothersday-secret-2025-answer .btn--border-tc-11:hover, .mothersday-secret-2025-answer .btn--border-tc-11:focus {
  border-color: #fdb9c2;
}

.mothersday-secret-2025-answer .btn--font-tc-11 {
  color: #f9576b;
}

.mothersday-secret-2025-answer .btn--font-tc-11:link, .mothersday-secret-2025-answer .btn--font-tc-11:visited {
  color: #f9576b;
}

.mothersday-secret-2025-answer .btn--font-tc-11:hover, .mothersday-secret-2025-answer .btn--font-tc-11:focus, .mothersday-secret-2025-answer .btn--font-tc-11:active {
  color: #fdb9c2;
}

.mothersday-secret-2025-answer .btn--bg-tc-13 {
  background-color: #ec6465;
}

.mothersday-secret-2025-answer .btn--bg-tc-13:hover, .mothersday-secret-2025-answer .btn--bg-tc-13:focus {
  background-color: #f7bfbf;
}

.mothersday-secret-2025-answer .btn--border-tc-13 {
  border-color: #ec6465;
}

.mothersday-secret-2025-answer .btn--border-tc-13:hover, .mothersday-secret-2025-answer .btn--border-tc-13:focus {
  border-color: #f7bfbf;
}

.mothersday-secret-2025-answer .btn--font-tc-13 {
  color: #ec6465;
}

.mothersday-secret-2025-answer .btn--font-tc-13:link, .mothersday-secret-2025-answer .btn--font-tc-13:visited {
  color: #ec6465;
}

.mothersday-secret-2025-answer .btn--font-tc-13:hover, .mothersday-secret-2025-answer .btn--font-tc-13:focus, .mothersday-secret-2025-answer .btn--font-tc-13:active {
  color: #f7bfbf;
}

.mothersday-secret-2025-answer .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: #ec6465;
}

.mothersday-secret-2025-answer .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-secret-2025-answer .headline > span span {
  font-weight: normal;
  font-size: 14px;
}

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

.mothersday-secret-2025-answer .service-info {
  padding: 45px 0 70px;
}

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

.mothersday-secret-2025-answer .service-info__text {
  margin-top: 30px;
  line-height: 1.556;
  font-size: 18px;
}

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

.mothersday-secret-2025-answer .feature-box {
  margin-top: 40px;
}

.mothersday-secret-2025-answer .feature-box__head {
  position: relative;
}

.mothersday-secret-2025-answer .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-secret-2025-answer .feature-box__logo {
  width: 151px;
  height: 52px;
  position: absolute;
  top: -5px;
  right: 0;
}

.mothersday-secret-2025-answer .feature-box__logo img {
  width: 143px;
}

.mothersday-secret-2025-answer .feature-box__body {
  margin-top: 30px;
}

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

.mothersday-secret-2025-answer .feature-list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.mothersday-secret-2025-answer .feature-list__item:not(:first-child) {
  margin-left: 10px;
}

.mothersday-secret-2025-answer .feature-list__item p {
  margin-top: 10px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .feature-list {
    display: block;
  }
  .mothersday-secret-2025-answer .feature-list__item {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
  }
  .mothersday-secret-2025-answer .feature-list__item:not(:first-child) {
    margin-top: 5px;
    margin-left: 0;
  }
  .mothersday-secret-2025-answer .feature-list__item img {
    width: 138px;
  }
  .mothersday-secret-2025-answer .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-secret-2025-answer .youtube-box {
  margin-top: 45px;
}

.mothersday-secret-2025-answer .youtube-box__body {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

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

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

.mothersday-secret-2025-answer .link-howto {
  margin-top: 45px;
  text-align: center;
}

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

.mothersday-secret-2025-answer .link-howto a:link, .mothersday-secret-2025-answer .link-howto a:visited, .mothersday-secret-2025-answer .link-howto a:hover, .mothersday-secret-2025-answer .link-howto a:focus, .mothersday-secret-2025-answer .link-howto a:active {
  color: #ed404f;
}

.mothersday-secret-2025-answer .link-howto a:hover, .mothersday-secret-2025-answer .link-howto a:focus {
  text-decoration: none;
}

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

.mothersday-secret-2025-answer .shadow {
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.12);
}

.mothersday-secret-2025-answer .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-secret-2025-answer .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-secret-2025-answer .bubble {
  padding: 0 5px;
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: #fff;
}

.mothersday-secret-2025-answer .bubble::before, .mothersday-secret-2025-answer .bubble::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  border: 1px solid #fff;
}

.mothersday-secret-2025-answer .bubble::before {
  left: 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mothersday-secret-2025-answer .bubble::after {
  right: 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

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

.mothersday-secret-2025-answer .cb {
  min-width: inherit;
}

.mothersday-secret-2025-answer .hero {
  height: 449px;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}

.mothersday-secret-2025-answer .hero__img {
  width: 2000px;
  height: 449px;
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
}

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

.mothersday-secret-2025-answer .local-nav {
  padding: 50px 0;
}

.mothersday-secret-2025-answer .local-nav__item {
  height: 80px;
  padding-right: 10px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ef6c6d;
  border-radius: 10px;
}

.mothersday-secret-2025-answer .local-nav__item i {
  position: absolute;
  top: calc(50% - .5em);
  right: 15px;
  color: #ec6d6d;
}

.mothersday-secret-2025-answer .local-nav--howtoapply {
  padding: 0 0 48px;
}

.mothersday-secret-2025-answer .local-nav--howtoapply .local-nav__item {
  height: 56px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .local-nav {
    padding: 25px 0;
  }
  .mothersday-secret-2025-answer .local-nav__item {
    height: 60px;
    font-size: 15px;
  }
  .mothersday-secret-2025-answer .local-nav__item i {
    right: 5px;
  }
  .mothersday-secret-2025-answer .local-nav__item span {
    margin-left: -3px;
  }
  .mothersday-secret-2025-answer .local-nav .m-n10 {
    margin: -5px;
  }
  .mothersday-secret-2025-answer .local-nav .p10 {
    padding: 5px !important;
  }
  .mothersday-secret-2025-answer .local-nav--howtoapply {
    padding: 0 0 50px;
  }
}

.mothersday-secret-2025-answer .intro {
  margin-top: -9px;
  padding: 0 0 65px;
  text-align: center;
  background: url(https://images.i879.com/image/mothersday-secret-2025/bg_intro.webp) center top/cover no-repeat;
}

.mothersday-secret-2025-answer .intro__text-1 {
  line-height: 1.7;
  font-weight: 700;
  font-size: 24px;
}

.mothersday-secret-2025-answer .intro__text-2 {
  margin-top: 20px;
  line-height: 1.8;
  font-weight: 500;
  font-size: 18px;
}

.mothersday-secret-2025-answer .intro__btn {
  width: 443px;
  margin: 40px auto 0;
}

.mothersday-secret-2025-answer .intro__btn a {
  padding: .5em 0;
  font-size: 18px;
}

.mothersday-secret-2025-answer .intro__btn i {
  margin-top: .1em;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .intro {
    margin-top: 0;
    padding: 0 15px 45px;
  }
  .mothersday-secret-2025-answer .intro__text-1 {
    margin-top: 10px;
    line-height: 1.425;
    font-size: 20px;
  }
  .mothersday-secret-2025-answer .intro__text-2 {
    font-size: 16px;
  }
  .mothersday-secret-2025-answer .intro__btn {
    width: auto;
  }
}

.mothersday-secret-2025-answer .interview__lead {
  font-weight: bold;
  font-size: 20px;
}

.mothersday-secret-2025-answer .interview__movie {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .interview__lead {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .full-width {
    margin: 0 calc(50% - 50vw);
  }
}

.mothersday-secret-2025-answer .box-referral {
  margin-top: 65px;
  text-align: left;
}

.mothersday-secret-2025-answer .box-referral__title {
  margin-top: 50px;
}

.mothersday-secret-2025-answer .box-referral__title::before {
  content: '■ ';
  color: #ec6465;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .box-referral {
    margin-top: 40px;
  }
  .mothersday-secret-2025-answer .box-referral__title {
    margin-top: 25px;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.mothersday-secret-2025-answer .bnr-referral {
  margin-top: 70px;
}

.mothersday-secret-2025-answer .item-referral {
  margin: 30px 0;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.mothersday-secret-2025-answer .item-referral__img {
  width: 320px;
}

.mothersday-secret-2025-answer .item-referral__detail {
  width: calc(100% - 320px);
}

.mothersday-secret-2025-answer .item-referral__detail p + p {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .item-referral {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mothersday-secret-2025-answer .item-referral__img {
    width: auto;
  }
  .mothersday-secret-2025-answer .item-referral__detail {
    width: auto;
  }
}

.mothersday-secret-2025-answer .entry-step {
  margin-top: 30px;
  counter-reset: num;
  /* 数字のカウントをリセットする */
}

.mothersday-secret-2025-answer .entry-step__item {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
}

.mothersday-secret-2025-answer .entry-step__item::before {
  content: '';
  width: 118px;
  height: 123px;
  position: absolute;
  top: -30px;
  left: -30px;
  display: block;
  background: 0 0 / cover no-repeat;
}

.mothersday-secret-2025-answer .entry-step__item--1-b::before {
  background-image: url(https://images.i879.com/image/mothersday-secret-2025/img_entry-step-1-b.webp);
}

.mothersday-secret-2025-answer .entry-step__item--2-b::before {
  background-image: url(https://images.i879.com/image/mothersday-secret-2025/img_entry-step-2-b.webp);
}

.mothersday-secret-2025-answer .entry-step__item--1-g::before {
  background-image: url(https://images.i879.com/image/mothersday-secret-2025/img_entry-step-1-g.webp);
}

.mothersday-secret-2025-answer .entry-step__item--2-g::before {
  background-image: url(https://images.i879.com/image/mothersday-secret-2025/img_entry-step-2-g.webp);
}

.mothersday-secret-2025-answer .entry-step__item:not(:first-child) {
  margin-top: 84px;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .entry-step {
    margin-top: 25px;
  }
  .mothersday-secret-2025-answer .entry-step__item {
    border-width: 2px;
  }
  .mothersday-secret-2025-answer .entry-step__item::before {
    width: 59px;
    height: 62px;
    padding-top: 10px;
    top: -15px;
    left: -15px;
    font-size: 11px;
  }
  .mothersday-secret-2025-answer .entry-step__item::after {
    width: 59px;
    top: 10px;
    left: -15px;
    font-size: 24px;
  }
  .mothersday-secret-2025-answer .entry-step__item:not(:first-child) {
    margin-top: 56px;
  }
}

.mothersday-secret-2025-answer .entry-step-wrap {
  padding: 0 55px;
  text-align: center;
}

.mothersday-secret-2025-answer .entry-step-wrap--last {
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .entry-step-wrap {
    padding: 0 20px;
  }
  .mothersday-secret-2025-answer .entry-step-wrap--last {
    padding-bottom: 50px;
  }
}

.mothersday-secret-2025-answer .step-box__head {
  padding: 10px 0;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  background-color: #bda352;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.mothersday-secret-2025-answer .step-box__body {
  padding: 35px 10px 40px;
}

.mothersday-secret-2025-answer .step-box__text0 {
  font-weight: bold;
  font-size: 26px;
}

.mothersday-secret-2025-answer .step-box__text0 span {
  font-size: 20px;
  color: #f7b6b7;
}

.mothersday-secret-2025-answer .step-box__text1 {
  padding: 0 15px;
  font-size: 26px;
  font-weight: 500;
}

.mothersday-secret-2025-answer .step-box__text1 strong {
  color: #d3272a;
  position: relative;
  background: linear-gradient(transparent 80%, #feeb15 20%);
}

.mothersday-secret-2025-answer .step-box__text1 strong span {
  position: relative;
  z-index: 1;
}

.mothersday-secret-2025-answer .step-box__text2 {
  margin-top: 10px;
  font-size: 22px;
}

.mothersday-secret-2025-answer .step-box__text2 a {
  text-decoration: underline;
}

.mothersday-secret-2025-answer .step-box__text2 a:link, .mothersday-secret-2025-answer .step-box__text2 a:visited, .mothersday-secret-2025-answer .step-box__text2 a:hover, .mothersday-secret-2025-answer .step-box__text2 a:focus, .mothersday-secret-2025-answer .step-box__text2 a:active {
  color: #d3272a;
}

.mothersday-secret-2025-answer .step-box__text2 strong {
  color: #d3272a;
  position: relative;
  background: linear-gradient(transparent 80%, #feeb15 20%);
}

.mothersday-secret-2025-answer .step-box__text2 strong span {
  position: relative;
  z-index: 1;
}

.mothersday-secret-2025-answer .step-box__text3 {
  font-weight: 500;
  font-size: 26px;
}

.mothersday-secret-2025-answer .step-box__text3 strong {
  color: #d3272a;
  position: relative;
  background: linear-gradient(transparent 80%, #feeb15 20%);
}

.mothersday-secret-2025-answer .step-box__text3 strong span {
  position: relative;
  z-index: 1;
}

.mothersday-secret-2025-answer .step-box__text3 span {
  position: relative;
  display: inline-block;
}

.mothersday-secret-2025-answer .step-box__text3 span::before, .mothersday-secret-2025-answer .step-box__text3 span::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-left: 1px solid #000;
}

.mothersday-secret-2025-answer .step-box__text3 span::before {
  left: 0;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mothersday-secret-2025-answer .step-box__text3 span::after {
  right: 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mothersday-secret-2025-answer .step-box__btn {
  width: 468px;
  margin: 30px auto 0;
}

.mothersday-secret-2025-answer .step-box__btn a {
  padding: 15px 0 17px;
  position: relative;
  line-height: 1;
  font-weight: 900;
  font-size: 20px;
}

.mothersday-secret-2025-answer .step-box__btn a::before {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  background: url(https://images.i879.com/image/i879_campaign/ico_sns/img_ico-x-twitter_30x30_white.png) 0 0/cover no-repeat;
}

.mothersday-secret-2025-answer .step-box__btn--ico-none a::before {
  display: none;
}

.mothersday-secret-2025-answer .step-box__btn--instagram a {
  border: 0;
  background: linear-gradient(to bottom, #3a53f8 0%, #d32d8f 14%, #ff2159 50%, #ffb33c 83%, #ffe497 100%);
}

.mothersday-secret-2025-answer .step-box__btn--instagram a::before {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  background: url(https://images.i879.com/image/i879_campaign/ico_sns/img_ico-instagram_42x42_white.png) 0 0/cover no-repeat;
}

.mothersday-secret-2025-answer .step-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: #d6c1a5;
  border-width: 30px;
  margin-left: -30px;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .step-box__body {
    padding: 18px 10px 25px;
  }
  .mothersday-secret-2025-answer .step-box__head {
    font-size: 21px;
    line-height: 1.3;
  }
  .mothersday-secret-2025-answer .step-box__text0 {
    font-weight: bold;
    font-size: 19px;
  }
  .mothersday-secret-2025-answer .step-box__text0 span {
    font-size: 14px;
  }
  .mothersday-secret-2025-answer .step-box__text1 {
    padding: 0;
    font-size: 18px;
  }
  .mothersday-secret-2025-answer .step-box__text2 {
    font-size: 15px;
  }
  .mothersday-secret-2025-answer .step-box__text3 {
    font-size: 19px;
  }
  .mothersday-secret-2025-answer .step-box__text3 span::before {
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  .mothersday-secret-2025-answer .step-box__text3 span::after {
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  .mothersday-secret-2025-answer .step-box__btn {
    width: 100%;
    margin-top: 15px;
  }
  .mothersday-secret-2025-answer .step-box__btn a {
    font-size: 17px;
  }
  .mothersday-secret-2025-answer .step-box__btn a::before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 15px;
  }
  .mothersday-secret-2025-answer .step-box--arrow::after {
    top: calc(100% + 15px);
  }
}

.mothersday-secret-2025-answer .entry-limit {
  margin-top: 40px;
  padding: 15px 0;
  font-size: 22px;
}

.mothersday-secret-2025-answer .entry-limit p {
  position: relative;
  display: inline-block;
}

.mothersday-secret-2025-answer .entry-limit p span {
  position: relative;
  z-index: 1;
}

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

.mothersday-secret-2025-answer .entry-text {
  margin-top: 40px;
  font-weight: bold;
  font-size: 28px;
  color: #c41213;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .entry-text {
    margin-top: 30px;
    font-size: 17px;
  }
}

.mothersday-secret-2025-answer .entry-comment {
  margin-top: 50px;
  line-height: 1;
  font-weight: bold;
  font-size: 28px;
  color: #d3272a;
}

.mothersday-secret-2025-answer .entry-comment::before, .mothersday-secret-2025-answer .entry-comment::after {
  height: calc(1em + 5px);
  border-color: #d3272a;
  top: initial;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .entry-comment {
    margin-top: 35px;
    font-size: 21px;
  }
  .mothersday-secret-2025-answer .entry-comment::before, .mothersday-secret-2025-answer .entry-comment::after {
    height: auto;
    border-color: #d3272a;
    top: 0;
  }
}

.mothersday-secret-2025-answer .hint-btn {
  width: 345px;
  margin: 40px auto 0;
}

.mothersday-secret-2025-answer .hint-btn--entry {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .hint-btn {
    width: 100%;
  }
  .mothersday-secret-2025-answer .hint-btn--entry {
    margin-top: 25px;
  }
}

.mothersday-secret-2025-answer .prize-box {
  min-height: 235px;
  position: relative;
}

.mothersday-secret-2025-answer .prize-box:not(:first-child) {
  margin-top: 25px;
}

.mothersday-secret-2025-answer .prize-box__lead {
  min-width: 320px;
  min-height: 40px;
  margin-bottom: 15px;
  padding: 0 10px;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  border-radius: 10px;
}

.mothersday-secret-2025-answer .prize-box__lead strong {
  font-weight: 900;
  font-size: 30px;
}

.mothersday-secret-2025-answer .prize-box__lead::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: calc(100% + 0px);
  left: 50px;
  -webkit-clip-path: polygon(100% 14px, 0% 0%, 14px 0%);
  clip-path: polygon(100% 14px, 0% 0%, 14px 0%);
}

.mothersday-secret-2025-answer .prize-box__lead--instagram {
  background-image: linear-gradient(90deg, #ff831c 0%, #fd006f 50%, #cb00cb 100%);
}

.mothersday-secret-2025-answer .prize-box__lead--instagram::after {
  background-color: #ff3d41;
}

.mothersday-secret-2025-answer .prize-box__lead--x {
  background-color: #000;
}

.mothersday-secret-2025-answer .prize-box__lead--x::after {
  background-color: #000;
}

.mothersday-secret-2025-answer .prize-box__lead--basic {
  background-color: #49b1df;
}

.mothersday-secret-2025-answer .prize-box__lead--basic::after {
  background-color: #49b1df;
}

.mothersday-secret-2025-answer .prize-box__lead--follow {
  background-color: #ec6465;
}

.mothersday-secret-2025-answer .prize-box__lead--follow::after {
  background-color: #ec6465;
}

.mothersday-secret-2025-answer .prize-box__lead--w {
  background-color: #b19641;
}

.mothersday-secret-2025-answer .prize-box__lead--w::after {
  background-color: #b19641;
}

.mothersday-secret-2025-answer .prize-box__title1 {
  margin-bottom: 18px;
  display: inline-block;
  line-height: 1.3;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}

.mothersday-secret-2025-answer .prize-box__title1 strong {
  color: #d3272a;
}

.mothersday-secret-2025-answer .prize-box__title2 {
  padding-bottom: 25px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 18px;
}

.mothersday-secret-2025-answer .prize-box__title2 strong {
  color: #d3272a;
}

.mothersday-secret-2025-answer .prize-box__detail {
  min-height: 157px;
}

.mothersday-secret-2025-answer .prize-box__body {
  width: calc(100% - 322px);
  padding-top: 18px;
  border-top: 1px solid #bbb;
}

.mothersday-secret-2025-answer .prize-box__img {
  width: 280px;
  position: absolute;
  top: 60px;
  right: 0;
}

.mothersday-secret-2025-answer .prize-box__img--e-gift {
  width: 193px;
}

.mothersday-secret-2025-answer .prize-box__text1 {
  text-indent: -5em;
  padding-left: 5em;
}

.mothersday-secret-2025-answer .prize-box__text2 {
  margin-top: 25px;
  font-size: 12px;
}

.mothersday-secret-2025-answer .prize-box__btn {
  width: calc(100% - 322px);
  margin-bottom: 20px;
}

.mothersday-secret-2025-answer .prize-box__btn a {
  width: 383px;
  padding: .5em 0;
  margin: 0 auto;
  display: block;
  font-size: 18px;
  background-color: #e23c3d;
}

.mothersday-secret-2025-answer .prize-box:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .prize-box:not(:first-child) {
    margin-bottom: 40px;
  }
  .mothersday-secret-2025-answer .prize-box__lead {
    min-width: 290px;
  }
  .mothersday-secret-2025-answer .prize-box .prize-box__img {
    top: 0;
  }
  .mothersday-secret-2025-answer .prize-box__bal {
    text-align: center;
  }
  .mothersday-secret-2025-answer .prize-box__bal-2 {
    width: 50%;
    margin: 0 auto;
  }
  .mothersday-secret-2025-answer .prize-box__title1 {
    margin-top: 15px;
    display: block;
    font-size: 21px;
    text-align: center;
  }
  .mothersday-secret-2025-answer .prize-box__title2 {
    font-size: 16px;
    text-align: center;
  }
  .mothersday-secret-2025-answer .prize-box__detail {
    min-height: inherit;
  }
  .mothersday-secret-2025-answer .prize-box__img {
    width: 235px;
    margin: 17px auto 0;
    position: relative;
    right: auto;
    text-align: center;
  }
  .mothersday-secret-2025-answer .prize-box__img--e-gift {
    width: 175px;
  }
  .mothersday-secret-2025-answer .prize-box__body {
    width: 100%;
    margin-top: 25px;
  }
  .mothersday-secret-2025-answer .prize-box__text1 {
    font-size: 14px;
  }
  .mothersday-secret-2025-answer .prize-box__btn {
    width: 100%;
  }
  .mothersday-secret-2025-answer .prize-box__btn a {
    width: 100%;
    font-size: 15px;
  }
}

.mothersday-secret-2025-answer .prize-note {
  margin-top: 60px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .prize-note {
    margin-top: 30px;
  }
}

.mothersday-secret-2025-answer .prize-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mothersday-secret-2025-answer .prize-detail__info {
  padding-right: 10px;
  -ms-flex: 0 0 calc(100% - 145px);
  flex: 0 0 calc(100% - 145px);
  text-align: left;
}

.mothersday-secret-2025-answer .prize-detail__head {
  font-weight: bold;
  font-size: 22px;
}

.mothersday-secret-2025-answer .prize-detail__head strong {
  color: #e04041;
}

.mothersday-secret-2025-answer .prize-detail__indent {
  font-size: 14px;
  padding-left: 5em;
  text-indent: -5em;
}

.mothersday-secret-2025-answer .prize-detail__btn {
  width: 392px;
  margin: 15px 0;
}

.mothersday-secret-2025-answer .prize-detail__btn a {
  padding: .3em 0;
  white-space: nowrap;
}

.mothersday-secret-2025-answer .prize-detail__btn i {
  line-height: 1;
  top: calc(50% - 0.45em) !important;
}

.mothersday-secret-2025-answer .prize-detail__img {
  -ms-flex: 0 0 145px;
  flex: 0 0 145px;
}

.mothersday-secret-2025-answer .prize-detail__note {
  -ms-flex: 0 0 calc(100% - 145px);
  flex: 0 0 calc(100% - 145px);
  margin-top: 15px;
  padding-top: 15px;
  text-align: left;
  border-top: 1px solid #b69451;
}

.mothersday-secret-2025-answer .prize-detail--spe {
  position: relative;
}

.mothersday-secret-2025-answer .prize-detail--spe .prize-detail__info {
  padding-right: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: left;
}

.mothersday-secret-2025-answer .prize-detail--spe .prize-detail__head {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.mothersday-secret-2025-answer .prize-detail--spe .prize-detail__img {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 304px;
  position: absolute;
  top: 0;
  right: 0;
}

.mothersday-secret-2025-answer .prize-detail--spe .prize-detail__note {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .prize-detail {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mothersday-secret-2025-answer .prize-detail__info {
    padding-right: 0;
    -ms-flex: 0 0 calc(100% - 145px);
    flex: 0 0 calc(100% - 145px);
    text-align: left;
  }
  .mothersday-secret-2025-answer .prize-detail__head {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
  }
  .mothersday-secret-2025-answer .prize-detail__indent {
    padding-left: 0;
    text-indent: 0;
  }
  .mothersday-secret-2025-answer .prize-detail__indent span {
    display: block;
  }
  .mothersday-secret-2025-answer .prize-detail__text {
    font-size: 16px;
  }
  .mothersday-secret-2025-answer .prize-detail__btn {
    width: 100%;
  }
  .mothersday-secret-2025-answer .prize-detail__btn a {
    font-size: 14px;
  }
  .mothersday-secret-2025-answer .prize-detail__img {
    margin-top: 20px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .mothersday-secret-2025-answer .prize-detail--spe .prize-detail__head {
    display: -ms-flexbox;
    display: flex;
  }
  .mothersday-secret-2025-answer .prize-detail--spe .prize-detail__img {
    position: relative;
    width: auto;
  }
}

.mothersday-secret-2025-answer .prize-detaila {
  width: 100%;
  font-size: 22px;
}

.mothersday-secret-2025-answer .entry-target {
  margin-top: 15px;
  padding-top: 15px;
  text-align: left;
  border-top: 1px solid #b69451;
}

.mothersday-secret-2025-answer .entry-target__text {
  font-weight: 500;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .entry-target__text {
    padding-left: 5em;
    text-indent: -5em;
    font-size: 14px;
  }
}

.mothersday-secret-2025-answer .hint-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .hint-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}

.mothersday-secret-2025-answer .bnr-mothersday {
  margin-top: 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .bnr-mothersday {
    margin: 35px calc(50% - 50vw) 0;
    padding: 45px 20px 0;
  }
}

.mothersday-secret-2025-answer .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-secret-2025-answer .over-screen > div {
  padding: 40px;
}

.mothersday-secret-2025-answer .over-screen p {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .over-screen > div {
    padding: 40px 15px;
  }
  .mothersday-secret-2025-answer .over-screen p {
    font-size: 20px;
  }
}

.mothersday-secret-2025-answer .special-type {
  width: 100%;
  display: table;
}

.mothersday-secret-2025-answer .special-type__winner {
  width: 192px;
  height: 173px;
  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-2021/bg_winners.png) center top/cover no-repeat;
}

.mothersday-secret-2025-answer .special-type__winner strong {
  font-weight: 900;
  font-size: 60px;
}

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

.mothersday-secret-2025-answer .special-type__text strong {
  color: #ed404f;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .special-type {
    margin-bottom: 15px;
    display: block;
  }
  .mothersday-secret-2025-answer .special-type__winner {
    width: 118px;
    height: 106px;
    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-secret-2025-answer .special-type__winner strong {
    font-size: 35px;
  }
  .mothersday-secret-2025-answer .special-type__text {
    margin-top: 15px;
    padding: 0;
    display: block;
    font-size: 17px;
  }
}

.mothersday-secret-2025-answer .btn-order-list {
  margin-top: 50px;
  padding: 0 30px;
}

.mothersday-secret-2025-answer .btn-order-list a {
  min-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;
}

.mothersday-secret-2025-answer .btn-order-list a::before {
  content: '';
  width: 90px;
  height: 90px;
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  background: url(https://images.i879.com/image/mothersday-present-2021/img_btn-flower.png) center top/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .btn-order-list {
    margin-top: 30px;
    padding: 0;
  }
  .mothersday-secret-2025-answer .btn-order-list a {
    min-height: 108px;
    padding: 0 36px 0 110px;
    line-height: 1.4;
    font-size: 20px;
  }
  .mothersday-secret-2025-answer .btn-order-list a::before {
    width: 80px;
    height: 80px;
  }
}

.mothersday-secret-2025-answer .btn-campign {
  margin-top: 50px;
  padding: 0 200px;
}

.mothersday-secret-2025-answer .btn-campign a {
  padding: 20px 0;
  font-size: 20px;
}

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

.mothersday-secret-2025-answer .other-campign {
  margin-top: 40px;
  text-align: center;
}

.mothersday-secret-2025-answer .other-campign__text {
  line-height: 1.3;
  font-weight: bold;
  font-size: 36px;
  color: #e13d60;
}

.mothersday-secret-2025-answer .other-campign__text::before, .mothersday-secret-2025-answer .other-campign__text::after {
  border-color: #e13d60;
}

.mothersday-secret-2025-answer .other-campign__body {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .other-campign {
    margin-top: 25px;
  }
  .mothersday-secret-2025-answer .other-campign__text {
    font-size: 23px;
  }
  .mothersday-secret-2025-answer .other-campign__body {
    font-size: 15px;
  }
}

.mothersday-secret-2025-answer .cp-140-box__head {
  font-weight: 900;
  font-size: 30px;
}

.mothersday-secret-2025-answer .cp-140-box__body {
  padding: 40px 0 80px;
}

.mothersday-secret-2025-answer .cp-140-box--line {
  padding-bottom: 70px;
  border-bottom: 4px solid #ec6465;
}

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

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .cp-140-box__body {
    padding: 20px 20px 40px;
  }
  .mothersday-secret-2025-answer .cp-140-box__body--pt0 {
    padding-top: 0;
  }
  .mothersday-secret-2025-answer .cp-140-box--line {
    padding-bottom: 50px;
    border-width: 2px;
  }
}

.mothersday-secret-2025-answer .img-present {
  width: 170px;
}

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

.mothersday-secret-2025-answer .link-howto {
  color: #ed404f;
  text-align: center;
}

.mothersday-secret-2025-answer .link-howto a {
  font-weight: bold;
  font-size: 18px;
}

.mothersday-secret-2025-answer .link-howto a:link, .mothersday-secret-2025-answer .link-howto a:visited, .mothersday-secret-2025-answer .link-howto a:hover, .mothersday-secret-2025-answer .link-howto a:focus, .mothersday-secret-2025-answer .link-howto a:active {
  color: #ed404f;
}

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

.mothersday-secret-2025-answer .cp-140 {
  overflow: hidden;
}

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

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

.mothersday-secret-2025-answer .note-frame {
  height: 652px;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

.mothersday-secret-2025-answer .cp2-box {
  position: relative;
}

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

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

.mothersday-secret-2025-answer .cp2-box__body {
  padding: 50px 55px 70px;
}

.mothersday-secret-2025-answer .cp2-box__body--movie {
  padding: 50px 0 70px;
}

.mothersday-secret-2025-answer .cp2-box__body--movie p {
  font-size: 24px;
  margin-bottom: 40px;
}

.mothersday-secret-2025-answer .cp2-box__body--last {
  padding-bottom: 70px;
}

.mothersday-secret-2025-answer .cp2-box__body--hint {
  padding: 50px 0 70px;
}

.mothersday-secret-2025-answer .cp2-box__body-2 {
  padding: 50px 0 70px;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .cp2-box__head {
    padding: 12px 5px;
    font-size: 22px;
  }
  .mothersday-secret-2025-answer .cp2-box__head span {
    padding: 0 0 0 98px;
  }
  .mothersday-secret-2025-answer .cp2-box__head span::before {
    width: 98px;
    height: 98px;
    margin-top: -49px;
  }
  .mothersday-secret-2025-answer .cp2-box__body, .mothersday-secret-2025-answer .cp2-box__body-2 {
    padding: 35px 20px 40px;
  }
  .mothersday-secret-2025-answer .cp2-box__body--movie, .mothersday-secret-2025-answer .cp2-box__body-2--movie {
    padding: 23px 0 40px;
  }
  .mothersday-secret-2025-answer .cp2-box__body--movie p, .mothersday-secret-2025-answer .cp2-box__body-2--movie p {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .mothersday-secret-2025-answer .cp2-box__body--last, .mothersday-secret-2025-answer .cp2-box__body-2--last {
    padding-bottom: 50px;
  }
  .mothersday-secret-2025-answer .cp2-box__body--hint, .mothersday-secret-2025-answer .cp2-box__body-2--hint {
    padding: 25px 20px 50px;
  }
}

.mothersday-secret-2025-answer .logo-centforce img {
  max-width: 269px;
}

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

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

.mothersday-secret-2025-answer .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-secret-2025-answer .present-box__body {
  padding: 25px 50px 40px;
  text-align: left;
}

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

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

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

.mothersday-secret-2025-answer .present-box__text2 {
  font-size: 26px;
}

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

.mothersday-secret-2025-answer .present-box__btn a {
  font-size: 20px;
}

.mothersday-secret-2025-answer .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-secret-2025-answer .present-box--2 {
  border: 0;
  overflow: hidden;
}

.mothersday-secret-2025-answer .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-secret-2025-answer .present-box--3 {
  border: 0;
  overflow: hidden;
}

.mothersday-secret-2025-answer .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-secret-2025-answer .present-box:not(:first-child) {
  margin-top: 60px;
}

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

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

.mothersday-secret-2025-answer .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-secret-2025-answer .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-secret-2025-answer .chance-box__body {
  padding: 25px 50px 40px;
}

.mothersday-secret-2025-answer .chance-box__text1 {
  font-size: 32px;
  font-weight: 900;
}

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

.mothersday-secret-2025-answer .chance-box__text1 strong span {
  position: relative;
  z-index: 1;
}

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

.mothersday-secret-2025-answer .entry-btn {
  max-width: 443px;
  margin: 50px auto 0;
}

.mothersday-secret-2025-answer .entry-btn a {
  padding: 10px 0;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .entry-btn {
    max-width: 100%;
  }
  .mothersday-secret-2025-answer .entry-btn a {
    font-size: 17px;
  }
}

.mothersday-secret-2025-answer .detail-btn {
  width: 345px;
  margin: 40px auto 0;
}

.mothersday-secret-2025-answer .detail-btn--entry {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .detail-btn {
    width: 100%;
    padding: 0 20px;
  }
  .mothersday-secret-2025-answer .detail-btn--entry {
    margin-top: 25px;
  }
}

.mothersday-secret-2025-answer .hint-text {
  font-weight: bold;
  font-size: 30px;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .hint-text {
    font-size: 22px;
  }
  .mothersday-secret-2025-answer .hint-text::before {
    left: 10px;
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  .mothersday-secret-2025-answer .hint-text::after {
    right: 10px;
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}

.mothersday-secret-2025-answer .hint-item__btn {
  width: 270px;
  margin: 20px auto 0;
  font-size: 20px;
}

.mothersday-secret-2025-answer .hint-item__text {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .hint-item__btn {
    width: auto;
    font-size: 16px;
  }
  .mothersday-secret-2025-answer .hint-item__btn a {
    padding: 5px 0;
    white-space: nowrap;
  }
}

.mothersday-secret-2025-answer .hint-item-special {
  margin-bottom: 70px;
}

.mothersday-secret-2025-answer .hint-item-special__title {
  min-height: 57px;
  margin-bottom: 30px;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  background-color: #49b1df;
}

.mothersday-secret-2025-answer .hint-item-special__title::before, .mothersday-secret-2025-answer .hint-item-special__title::after {
  content: '';
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background-color: #f8e9e7;
}

.mothersday-secret-2025-answer .hint-item-special__title::before {
  width: 20px;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.mothersday-secret-2025-answer .hint-item-special__title::after {
  width: 21px;
  right: -1px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .hint-item-special {
    margin-bottom: 35px;
  }
  .mothersday-secret-2025-answer .hint-item-special__title {
    min-height: 40px;
    margin-bottom: 15px;
    font-size: 21px;
  }
  .mothersday-secret-2025-answer .hint-item-special__title::before, .mothersday-secret-2025-answer .hint-item-special__title::after {
    width: 15px;
  }
}

.mothersday-secret-2025-answer .box-campaign__body {
  padding-top: 40px;
  text-align: left;
}

.mothersday-secret-2025-answer .box-campaign__lead {
  font-size: 20px;
}

.mothersday-secret-2025-answer .box-campaign__lead strong {
  color: #d3272a;
}

.mothersday-secret-2025-answer .box-campaign__note {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .box-campaign__body {
    padding-top: 30px;
  }
  .mothersday-secret-2025-answer .box-campaign__lead {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .prize-img {
    margin-top: 10px;
    padding: 0 20px;
  }
}

.mothersday-secret-2025-answer .sns-msg {
  font-size: 24px;
}

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

.mothersday-secret-2025-answer .mother-prize-btn {
  width: 513px;
  margin: 60px auto 0;
}

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

.mothersday-secret-2025-answer .mother-prize-btn a:hover, .mothersday-secret-2025-answer .mother-prize-btn a:focus {
  background-color: #f6b1b4;
}

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

.mothersday-secret-2025-answer .youtube-box__body {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

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

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

.mothersday-secret-2025-answer .movie {
  aspect-ratio: 16/9;
}

.mothersday-secret-2025-answer .movie iframe {
  width: 100%;
  height: 100%;
}

.mothersday-secret-2025-answer .feature-box {
  margin-top: 40px;
}

.mothersday-secret-2025-answer .feature-box__head {
  position: relative;
}

.mothersday-secret-2025-answer .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-secret-2025-answer .feature-box__logo {
  width: 151px;
  height: 52px;
  position: absolute;
  top: -5px;
  right: 0;
}

.mothersday-secret-2025-answer .feature-box__logo img {
  width: 143px;
}

.mothersday-secret-2025-answer .feature-box__body {
  margin-top: 30px;
}

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

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

.mothersday-secret-2025-answer .feature-list__item {
  padding-right: 10px;
}

.mothersday-secret-2025-answer .feature-list__item img {
  margin-bottom: 10px;
}

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

.mothersday-secret-2025-answer .news-box {
  padding: 55px 0 70px;
}

.mothersday-secret-2025-answer .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-secret-2025-answer .news-box__head::before, .mothersday-secret-2025-answer .news-box__head::after {
  content: '';
  width: 50%;
  border-top: 2px solid #f06e6c;
}

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

.mothersday-secret-2025-answer .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-secret-2025-answer .news-box__body {
  padding-top: 25px;
}

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

.mothersday-secret-2025-answer .release-list {
  width: 100%;
}

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

.mothersday-secret-2025-answer .release-list__item a {
  display: table-row;
}

.mothersday-secret-2025-answer .release-list__item a:hover, .mothersday-secret-2025-answer .release-list__item a:focus {
  text-decoration: none;
}

.mothersday-secret-2025-answer .release-list__date {
  width: 107px;
  padding: 20px 0;
  display: table-cell;
}

.mothersday-secret-2025-answer .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-secret-2025-answer .release-list__title {
  padding: 20px;
  display: table-cell;
  font-weight: 500;
}

.mothersday-secret-2025-answer .release-list__performer {
  width: 185px;
  padding: 20px 0;
  display: table-cell;
}

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

.mothersday-secret-2025-answer .card img {
  margin-bottom: 10px;
}

.mothersday-secret-2025-answer .card__name {
  min-height: 3em;
  font-weight: bold;
  font-size: 18px;
  color: #d3272a;
}

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

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

.mothersday-secret-2025-answer .btn-page1,
.mothersday-secret-2025-answer .btn-page2 {
  width: 275px;
  margin: 0 auto;
  margin-top: 50px;
}

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

.mothersday-secret-2025-answer .sns-box {
  padding: 40px 0 80px;
}

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

.mothersday-secret-2025-answer .campaign-end {
  margin-bottom: 50px;
  padding: 10px;
  background-color: #db5268;
  border-radius: 10px;
}

.mothersday-secret-2025-answer .campaign-end p {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 1.727;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .campaign-end {
    margin-bottom: 25px;
  }
  .mothersday-secret-2025-answer .campaign-end p {
    font-size: 20px;
  }
}

.mothersday-secret-2025-answer .app-rule {
  padding: 50px 0 70px;
}

.mothersday-secret-2025-answer .app-rule__body {
  height: 652px;
  padding: 20px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}

.mothersday-secret-2025-answer .app-rule__body > p:not(:first-child),
.mothersday-secret-2025-answer .app-rule dl:not(:first-child) {
  margin-top: 25px;
}

.mothersday-secret-2025-answer .app-rule dt::after {
  content: 'ーーーーーー';
  display: block;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .app-rule {
    padding: 20px 20px 40px;
  }
  .mothersday-secret-2025-answer .app-rule__body {
    height: 326px;
    padding: 15px;
  }
}

.mothersday-secret-2025-answer .howtoapply {
  padding: 50px 0 20px;
}

.mothersday-secret-2025-answer .howtoapply__title {
  min-height: 54px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  border-radius: 8px;
}

.mothersday-secret-2025-answer .howtoapply__title::before {
  content: '';
  width: 40px;
  height: 30px;
  margin-right: 10px;
  display: block;
  border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
}

.mothersday-secret-2025-answer .howtoapply__title--icon-x {
  background-color: #ec6465;
}

.mothersday-secret-2025-answer .howtoapply__title--icon-x::before {
  background: #000 url(https://images.i879.com/image/i879_campaign/ico_sns/img_ico-x-twitter_30x30_white.png) 50% 50% no-repeat;
  background-size: 17px;
}

.mothersday-secret-2025-answer .howtoapply__title--icon-instagram {
  background-color: #b19641;
}

.mothersday-secret-2025-answer .howtoapply__title--icon-instagram::before {
  background: url(https://images.i879.com/image/i879_campaign/ico_sns/img_ico-instagram_42x42_white.png), linear-gradient(to bottom, #3a53f8 0%, #d32d8f 14%, #ff2159 50%, #ffb33c 83%, #ffe497 100%);
  background-position: 50% 50%;
  background-size: 18px 18px, cover;
  background-repeat: no-repeat, no-repeat;
}

.mothersday-secret-2025-answer .howtoapply--a {
  padding-top: 25px;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .howtoapply {
    padding: 25px 20px 20px;
  }
  .mothersday-secret-2025-answer .howtoapply__title {
    min-height: 45px;
    font-size: 16px;
  }
  .mothersday-secret-2025-answer .howtoapply__title::before {
    width: 34px;
    height: 24px;
    margin-right: 8px;
  }
  .mothersday-secret-2025-answer .howtoapply__title--icon-x::before {
    background-size: 14px;
  }
  .mothersday-secret-2025-answer .howtoapply--a {
    padding-top: 10px;
  }
}

.mothersday-secret-2025-answer .prize-apply {
  margin-top: 50px;
  text-align: center;
}

.mothersday-secret-2025-answer .prize-apply__title {
  min-width: 250px;
  min-height: 55px;
  margin-bottom: 15px;
  padding: 0 10px;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 26px;
  color: #fff;
  border-radius: 10px;
}

.mothersday-secret-2025-answer .prize-apply__title strong {
  font-weight: 900;
  font-size: 30px;
}

.mothersday-secret-2025-answer .prize-apply__title::after {
  content: '';
  display: block;
  width: 19px;
  height: 16px;
  position: absolute;
  top: calc(100% + 0px);
  left: calc(50% - 10px);
  -webkit-clip-path: polygon(100% 0, 0 0, 95% 100%);
  clip-path: polygon(100% 0, 0 0, 95% 100%);
}

.mothersday-secret-2025-answer .prize-apply__title--basic {
  background-color: #49b1df;
}

.mothersday-secret-2025-answer .prize-apply__title--basic::after {
  background-color: #49b1df;
}

.mothersday-secret-2025-answer .prize-apply__title--follow {
  background-color: #ec6465;
}

.mothersday-secret-2025-answer .prize-apply__title--follow::after {
  background-color: #ec6465;
}

.mothersday-secret-2025-answer .prize-apply__title--w {
  background-color: #b19641;
}

.mothersday-secret-2025-answer .prize-apply__title--w::after {
  background-color: #b19641;
}

.mothersday-secret-2025-answer .prize-apply__body {
  margin-top: 20px;
}

.mothersday-secret-2025-answer .prize-apply__text {
  font-weight: bold;
  font-size: 24px;
}

.mothersday-secret-2025-answer .prize-apply__text--black {
  font-weight: 900;
  font-size: 28px;
}

.mothersday-secret-2025-answer .prize-apply__text strong {
  color: #d3272a;
}

.mothersday-secret-2025-answer .prize-apply__amazon-gift-card {
  width: 238px;
  margin: 20px auto 0;
}

.mothersday-secret-2025-answer .prize-apply__e-gift-card {
  width: 193px;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .mothersday-secret-2025-answer .prize-apply {
    margin-top: 25px;
  }
  .mothersday-secret-2025-answer .prize-apply__title {
    min-width: 220px;
    min-height: 40px;
    font-size: 21px;
  }
  .mothersday-secret-2025-answer .prize-apply__body {
    margin-top: 15px;
  }
  .mothersday-secret-2025-answer .prize-apply__text {
    font-size: 20px;
  }
}

/* ==========================================================================
 *  
 *  _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-secret-2025-answer.css.map */
