@charset "UTF-8";
/*!
style.css Modified: @@buildTime Editor: Toshiyuki Hara */
:root {
  --theme-color-1: #fff;
  --theme-color-2: #000;
  --theme-color-3: #e75404;
  --theme-color-4: #eee;
  --theme-color-5: #ed4f4f;
  --theme-color-6: #e32657;
  --theme-color-7: #45479e;
  --theme-color-8: #e13c60;
  --theme-color-9: #5eaade;
  --theme-color-10: #db3e3e;
  --theme-color-11: #f6e9bd;
  --theme-color-12: #eee;
  --theme-color-13: #e36d85;
  --theme-color-14: #fcf5e5;
  --theme-color-15: #e1697e;
  --theme-color-16: #f4800e;
  --theme-color-17: #8bca5b;
  --breakpoint-standard: pc;
  --breakpoint-xl: 1200px;
  --breakpoint-lg: 1000px;
  --breakpoint-md: 768px;
  --breakpoint-sm: 560px;
  --breakpoint-xs: 320px;
}

.any-gift {
  /*
#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
テーマカラーについて（cp-140）

他にも使っているけど、だいたいこんな感じ
*/
  /*
#colors
@theme-color1 #fff
@theme-color2 #000
@theme-color3 #ec6465
@theme-color4 #db4c4e
@theme-color5 #f6ccd2
@theme-color6 #e65869
@theme-color7 #faeedd
@theme-color8 #d14b62
@theme-color9 #5eaade
@theme-color10 #d0889a
@theme-color11 #dbc6cc
@theme-color12 #b9142f
@theme-color13 #e77e90
@theme-color14 #cc6781
@theme-color15 #e1697e
@theme-color16 #f4800e
@theme-color17 #8bca5b
*/
  /*
#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>
```
*/
  /* ==========================================================================
 *  
 *  _service-info.scss
 *
 *  Last Modified: 2021/04/09
 *  Last Editor: Toshiyuki Hara
 *
   ========================================================================== */
  /*
#overview
サービス紹介


*/
  /*
#styleguide


```

```
*/
  /* ==========================================================================
   ページ全体
   ========================================================================== */
  /* ==========================================================================
   hero
   ========================================================================== */
  /* ==========================================================================
   local-nav
   ========================================================================== */
  /* ==========================================================================
   intro
   ========================================================================== */
  /* ==========================================================================
   about
   ========================================================================== */
  /* ==========================================================================
   recommend
   ========================================================================== */
  /* ==========================================================================
   .buy
   ========================================================================== */
  /* ==========================================================================
   .faq
   ========================================================================== */
  /* ==========================================================================
   cp1-box
   ========================================================================== */
  /* ==========================================================================
   cp2-box
   ========================================================================== */
  /* ==========================================================================
   sns-box
   ========================================================================== */
  /* ==========================================================================
   sns-msg
   ========================================================================== */
  /* ==========================================================================
   mother-prize-btn
   ========================================================================== */
  /* ==========================================================================
   bnr-box
   ========================================================================== */
  /* ==========================================================================
   card
   ========================================================================== */
  /* ==========================================================================
   box-product
   ========================================================================== */
}

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

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

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

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

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

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

.any-gift *, .any-gift *::before, .any-gift *::after {
  box-sizing: inherit;
}

.any-gift 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, .any-gift body {
    font-family: Meiryo, sans-serif;
  }
}

.any-gift ul, .any-gift ol {
  list-style: none;
}

.any-gift .list-style-disc li {
  padding-left: 1em;
  text-indent: -1em;
}

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

.any-gift .list-style-asterisk li {
  padding-left: 1em;
  text-indent: -1em;
}

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

.any-gift .disc-none::before {
  color: transparent;
}

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

.any-gift a:link, .any-gift a:visited, .any-gift a:hover, .any-gift a:focus, .any-gift a:active {
  color: #000;
}

.any-gift a:hover, .any-gift a:focus {
  text-decoration: underline;
}

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

.any-gift img[src$=".svg"] {
  width: 100%;
}

.any-gift table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.any-gift .ff-mincho {
  font-family: true;
}

.any-gift .ff-mincho {
  font-family: YuMincho, Hiragino Mincho ProN, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.any-gift .ff-arial {
  font-family: Arial, Helvetica, Helvetica Neue, sans-serif;
}

.any-gift .ff-arialBlack {
  font-family: Arial Black, sans-serif;
}

.any-gift .m0 {
  margin: 0px !important;
}

.any-gift .mt0 {
  margin-top: 0px !important;
}

.any-gift .mr0 {
  margin-right: 0px !important;
}

.any-gift .mb0 {
  margin-bottom: 0px !important;
}

.any-gift .ml0 {
  margin-left: 0px !important;
}

.any-gift .m-n0 {
  margin: 0px !important;
}

.any-gift .mx0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.any-gift .mx-n0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.any-gift .my0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.any-gift .my-n0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.any-gift .m5 {
  margin: 5px !important;
}

.any-gift .mt5 {
  margin-top: 5px !important;
}

.any-gift .mr5 {
  margin-right: 5px !important;
}

.any-gift .mb5 {
  margin-bottom: 5px !important;
}

.any-gift .ml5 {
  margin-left: 5px !important;
}

.any-gift .m-n5 {
  margin: -5px !important;
}

.any-gift .mx5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.any-gift .mx-n5 {
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.any-gift .my5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.any-gift .my-n5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.any-gift .m10 {
  margin: 10px !important;
}

.any-gift .mt10 {
  margin-top: 10px !important;
}

.any-gift .mr10 {
  margin-right: 10px !important;
}

.any-gift .mb10 {
  margin-bottom: 10px !important;
}

.any-gift .ml10 {
  margin-left: 10px !important;
}

.any-gift .m-n10 {
  margin: -10px !important;
}

.any-gift .mx10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.any-gift .mx-n10 {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.any-gift .my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.any-gift .my-n10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.any-gift .m15 {
  margin: 15px !important;
}

.any-gift .mt15 {
  margin-top: 15px !important;
}

.any-gift .mr15 {
  margin-right: 15px !important;
}

.any-gift .mb15 {
  margin-bottom: 15px !important;
}

.any-gift .ml15 {
  margin-left: 15px !important;
}

.any-gift .m-n15 {
  margin: -15px !important;
}

.any-gift .mx15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.any-gift .mx-n15 {
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.any-gift .my15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.any-gift .my-n15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.any-gift .m20 {
  margin: 20px !important;
}

.any-gift .mt20 {
  margin-top: 20px !important;
}

.any-gift .mr20 {
  margin-right: 20px !important;
}

.any-gift .mb20 {
  margin-bottom: 20px !important;
}

.any-gift .ml20 {
  margin-left: 20px !important;
}

.any-gift .m-n20 {
  margin: -20px !important;
}

.any-gift .mx20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.any-gift .mx-n20 {
  margin-right: -20px !important;
  margin-left: -20px !important;
}

.any-gift .my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.any-gift .my-n20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.any-gift .m25 {
  margin: 25px !important;
}

.any-gift .mt25 {
  margin-top: 25px !important;
}

.any-gift .mr25 {
  margin-right: 25px !important;
}

.any-gift .mb25 {
  margin-bottom: 25px !important;
}

.any-gift .ml25 {
  margin-left: 25px !important;
}

.any-gift .m-n25 {
  margin: -25px !important;
}

.any-gift .mx25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.any-gift .mx-n25 {
  margin-right: -25px !important;
  margin-left: -25px !important;
}

.any-gift .my25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.any-gift .my-n25 {
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}

.any-gift .m30 {
  margin: 30px !important;
}

.any-gift .mt30 {
  margin-top: 30px !important;
}

.any-gift .mr30 {
  margin-right: 30px !important;
}

.any-gift .mb30 {
  margin-bottom: 30px !important;
}

.any-gift .ml30 {
  margin-left: 30px !important;
}

.any-gift .m-n30 {
  margin: -30px !important;
}

.any-gift .mx30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.any-gift .mx-n30 {
  margin-right: -30px !important;
  margin-left: -30px !important;
}

.any-gift .my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.any-gift .my-n30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.any-gift .m35 {
  margin: 35px !important;
}

.any-gift .mt35 {
  margin-top: 35px !important;
}

.any-gift .mr35 {
  margin-right: 35px !important;
}

.any-gift .mb35 {
  margin-bottom: 35px !important;
}

.any-gift .ml35 {
  margin-left: 35px !important;
}

.any-gift .m-n35 {
  margin: -35px !important;
}

.any-gift .mx35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.any-gift .mx-n35 {
  margin-right: -35px !important;
  margin-left: -35px !important;
}

.any-gift .my35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.any-gift .my-n35 {
  margin-top: -35px !important;
  margin-bottom: -35px !important;
}

.any-gift .m40 {
  margin: 40px !important;
}

.any-gift .mt40 {
  margin-top: 40px !important;
}

.any-gift .mr40 {
  margin-right: 40px !important;
}

.any-gift .mb40 {
  margin-bottom: 40px !important;
}

.any-gift .ml40 {
  margin-left: 40px !important;
}

.any-gift .m-n40 {
  margin: -40px !important;
}

.any-gift .mx40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.any-gift .mx-n40 {
  margin-right: -40px !important;
  margin-left: -40px !important;
}

.any-gift .my40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.any-gift .my-n40 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}

.any-gift .m45 {
  margin: 45px !important;
}

.any-gift .mt45 {
  margin-top: 45px !important;
}

.any-gift .mr45 {
  margin-right: 45px !important;
}

.any-gift .mb45 {
  margin-bottom: 45px !important;
}

.any-gift .ml45 {
  margin-left: 45px !important;
}

.any-gift .m-n45 {
  margin: -45px !important;
}

.any-gift .mx45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.any-gift .mx-n45 {
  margin-right: -45px !important;
  margin-left: -45px !important;
}

.any-gift .my45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.any-gift .my-n45 {
  margin-top: -45px !important;
  margin-bottom: -45px !important;
}

.any-gift .m50 {
  margin: 50px !important;
}

.any-gift .mt50 {
  margin-top: 50px !important;
}

.any-gift .mr50 {
  margin-right: 50px !important;
}

.any-gift .mb50 {
  margin-bottom: 50px !important;
}

.any-gift .ml50 {
  margin-left: 50px !important;
}

.any-gift .m-n50 {
  margin: -50px !important;
}

.any-gift .mx50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.any-gift .mx-n50 {
  margin-right: -50px !important;
  margin-left: -50px !important;
}

.any-gift .my50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.any-gift .my-n50 {
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}

.any-gift .mx-auto {
  margin: 0 auto !important;
}

.any-gift .p0 {
  padding: 0px !important;
}

.any-gift .pt0 {
  padding-top: 0px !important;
}

.any-gift .pr0 {
  padding-right: 0px !important;
}

.any-gift .pb0 {
  padding-bottom: 0px !important;
}

.any-gift .pl0 {
  padding-left: 0px !important;
}

.any-gift .px0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.any-gift .py0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.any-gift .p5 {
  padding: 5px !important;
}

.any-gift .pt5 {
  padding-top: 5px !important;
}

.any-gift .pr5 {
  padding-right: 5px !important;
}

.any-gift .pb5 {
  padding-bottom: 5px !important;
}

.any-gift .pl5 {
  padding-left: 5px !important;
}

.any-gift .px5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.any-gift .py5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.any-gift .p10 {
  padding: 10px !important;
}

.any-gift .pt10 {
  padding-top: 10px !important;
}

.any-gift .pr10 {
  padding-right: 10px !important;
}

.any-gift .pb10 {
  padding-bottom: 10px !important;
}

.any-gift .pl10 {
  padding-left: 10px !important;
}

.any-gift .px10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.any-gift .py10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.any-gift .p15 {
  padding: 15px !important;
}

.any-gift .pt15 {
  padding-top: 15px !important;
}

.any-gift .pr15 {
  padding-right: 15px !important;
}

.any-gift .pb15 {
  padding-bottom: 15px !important;
}

.any-gift .pl15 {
  padding-left: 15px !important;
}

.any-gift .px15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.any-gift .py15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.any-gift .p20 {
  padding: 20px !important;
}

.any-gift .pt20 {
  padding-top: 20px !important;
}

.any-gift .pr20 {
  padding-right: 20px !important;
}

.any-gift .pb20 {
  padding-bottom: 20px !important;
}

.any-gift .pl20 {
  padding-left: 20px !important;
}

.any-gift .px20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.any-gift .py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.any-gift .p25 {
  padding: 25px !important;
}

.any-gift .pt25 {
  padding-top: 25px !important;
}

.any-gift .pr25 {
  padding-right: 25px !important;
}

.any-gift .pb25 {
  padding-bottom: 25px !important;
}

.any-gift .pl25 {
  padding-left: 25px !important;
}

.any-gift .px25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.any-gift .py25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.any-gift .p30 {
  padding: 30px !important;
}

.any-gift .pt30 {
  padding-top: 30px !important;
}

.any-gift .pr30 {
  padding-right: 30px !important;
}

.any-gift .pb30 {
  padding-bottom: 30px !important;
}

.any-gift .pl30 {
  padding-left: 30px !important;
}

.any-gift .px30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.any-gift .py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.any-gift .p35 {
  padding: 35px !important;
}

.any-gift .pt35 {
  padding-top: 35px !important;
}

.any-gift .pr35 {
  padding-right: 35px !important;
}

.any-gift .pb35 {
  padding-bottom: 35px !important;
}

.any-gift .pl35 {
  padding-left: 35px !important;
}

.any-gift .px35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.any-gift .py35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.any-gift .p40 {
  padding: 40px !important;
}

.any-gift .pt40 {
  padding-top: 40px !important;
}

.any-gift .pr40 {
  padding-right: 40px !important;
}

.any-gift .pb40 {
  padding-bottom: 40px !important;
}

.any-gift .pl40 {
  padding-left: 40px !important;
}

.any-gift .px40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.any-gift .py40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.any-gift .p45 {
  padding: 45px !important;
}

.any-gift .pt45 {
  padding-top: 45px !important;
}

.any-gift .pr45 {
  padding-right: 45px !important;
}

.any-gift .pb45 {
  padding-bottom: 45px !important;
}

.any-gift .pl45 {
  padding-left: 45px !important;
}

.any-gift .px45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.any-gift .py45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.any-gift .p50 {
  padding: 50px !important;
}

.any-gift .pt50 {
  padding-top: 50px !important;
}

.any-gift .pr50 {
  padding-right: 50px !important;
}

.any-gift .pb50 {
  padding-bottom: 50px !important;
}

.any-gift .pl50 {
  padding-left: 50px !important;
}

.any-gift .px50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.any-gift .py50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.any-gift .border {
  border-style: solid;
  border-color: transparent;
}

.any-gift .border--0 {
  border-width: 0px;
}

.any-gift .border--top-0 {
  border-top-width: 0px;
}

.any-gift .border--right-0 {
  border-right-width: 0px;
}

.any-gift .border--bottom-0 {
  border-bottom-width: 0px;
}

.any-gift .border--left-0 {
  border-left-width: 0px;
}

.any-gift .border--1 {
  border-width: 1px;
}

.any-gift .border--top-1 {
  border-top-width: 1px;
}

.any-gift .border--right-1 {
  border-right-width: 1px;
}

.any-gift .border--bottom-1 {
  border-bottom-width: 1px;
}

.any-gift .border--left-1 {
  border-left-width: 1px;
}

.any-gift .border--2 {
  border-width: 2px;
}

.any-gift .border--top-2 {
  border-top-width: 2px;
}

.any-gift .border--right-2 {
  border-right-width: 2px;
}

.any-gift .border--bottom-2 {
  border-bottom-width: 2px;
}

.any-gift .border--left-2 {
  border-left-width: 2px;
}

.any-gift .border--3 {
  border-width: 3px;
}

.any-gift .border--top-3 {
  border-top-width: 3px;
}

.any-gift .border--right-3 {
  border-right-width: 3px;
}

.any-gift .border--bottom-3 {
  border-bottom-width: 3px;
}

.any-gift .border--left-3 {
  border-left-width: 3px;
}

.any-gift .border--4 {
  border-width: 4px;
}

.any-gift .border--top-4 {
  border-top-width: 4px;
}

.any-gift .border--right-4 {
  border-right-width: 4px;
}

.any-gift .border--bottom-4 {
  border-bottom-width: 4px;
}

.any-gift .border--left-4 {
  border-left-width: 4px;
}

.any-gift .border--5 {
  border-width: 5px;
}

.any-gift .border--top-5 {
  border-top-width: 5px;
}

.any-gift .border--right-5 {
  border-right-width: 5px;
}

.any-gift .border--bottom-5 {
  border-bottom-width: 5px;
}

.any-gift .border--left-5 {
  border-left-width: 5px;
}

.any-gift .border--radius-0 {
  border-radius: 0px;
}

.any-gift .border--radius-2 {
  border-radius: 2px;
}

.any-gift .border--radius-4 {
  border-radius: 4px;
}

.any-gift .border--radius-6 {
  border-radius: 6px;
}

.any-gift .border--radius-8 {
  border-radius: 8px;
}

.any-gift .border--radius-10 {
  border-radius: 10px;
}

.any-gift .border--radius-12 {
  border-radius: 12px;
}

.any-gift .border--radius-14 {
  border-radius: 14px;
}

.any-gift .border--radius-16 {
  border-radius: 16px;
}

.any-gift .border--radius-18 {
  border-radius: 18px;
}

.any-gift .border--radius-20 {
  border-radius: 20px;
}

.any-gift .border--radius-pill {
  border-radius: 50rem !important;
}

.any-gift .font-space {
  letter-spacing: .5em;
}

.any-gift .fz12 {
  font-size: 12px !important;
}

.any-gift .fz14 {
  font-size: 14px !important;
}

.any-gift .fz16 {
  font-size: 16px !important;
}

.any-gift .fz18 {
  font-size: 18px !important;
}

.any-gift .fz20 {
  font-size: 20px !important;
}

.any-gift .fz22 {
  font-size: 22px !important;
}

.any-gift .fz24 {
  font-size: 24px !important;
}

.any-gift .fz26 {
  font-size: 26px !important;
}

.any-gift .fz28 {
  font-size: 28px !important;
}

.any-gift .fz30 {
  font-size: 30px !important;
}

.any-gift .fz32 {
  font-size: 32px !important;
}

.any-gift .fz34 {
  font-size: 34px !important;
}

.any-gift .fz36 {
  font-size: 36px !important;
}

.any-gift .fz38 {
  font-size: 38px !important;
}

.any-gift .fz40 {
  font-size: 40px !important;
}

.any-gift .fz42 {
  font-size: 42px !important;
}

.any-gift .fz44 {
  font-size: 44px !important;
}

.any-gift .fz46 {
  font-size: 46px !important;
}

.any-gift .fz48 {
  font-size: 48px !important;
}

.any-gift .fz50 {
  font-size: 50px !important;
}

.any-gift .x-small {
  font-size: 80% !important;
}

.any-gift .small {
  font-size: 91% !important;
}

.any-gift .large {
  font-size: 120% !important;
}

.any-gift .thin {
  font-weight: 100 !important;
}

.any-gift .light {
  font-weight: 300 !important;
}

.any-gift .bold {
  font-weight: bold !important;
}

.any-gift .normal,
.any-gift .regular {
  font-weight: 400 !important;
}

.any-gift .center {
  text-align: center !important;
}

.any-gift .left {
  text-align: left !important;
}

.any-gift .right {
  text-align: right !important;
}

.any-gift .att {
  color: #ff0000 !important;
}

.any-gift .borderNone {
  border: 0 !important;
}

.any-gift .block {
  display: block !important;
}

.any-gift .inline-block {
  display: inline-block;
}

.any-gift .none {
  display: none !important;
}

.any-gift .show {
  visibility: visible !important;
}

.any-gift .hide {
  visibility: hidden !important;
}

.any-gift .indent {
  padding-left: 1em !important;
  text-indent: -1em !important;
}

.any-gift .disabled {
  cursor: default !important;
  pointer-events: none !important;
  opacity: .3 !important;
}

.any-gift .underline {
  text-decoration: underline !important;
}

.any-gift .h100p {
  height: 100%;
}

.any-gift .lh1 {
  line-height: 1;
}

.any-gift .medium {
  font-weight: 500 !important;
}

.any-gift .black {
  font-weight: 900 !important;
}

.any-gift .d-none {
  display: none !important;
}

.any-gift .d-block {
  display: block !important;
}

.any-gift .d-xs-none {
  display: block !important;
}

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

.any-gift .d-xs-block {
  display: none !important;
}

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

.any-gift .d-sm-none {
  display: block !important;
}

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

.any-gift .d-sm-block {
  display: none !important;
}

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

.any-gift .d-md-none {
  display: block !important;
}

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

.any-gift .d-md-block {
  display: none !important;
}

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

.any-gift .d-lg-none {
  display: block !important;
}

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

.any-gift .d-lg-block {
  display: none !important;
}

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

.any-gift .d-xl-none {
  display: block !important;
}

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

.any-gift .d-xl-block {
  display: none !important;
}

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

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

.any-gift .cb__inr {
  padding: 0 40px;
}

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

.any-gift .nowrap {
  white-space: nowrap;
}

.any-gift .font-tc1 {
  color: #fff !important;
}

.any-gift .bg-tc1 {
  background-color: #fff !important;
}

.any-gift .border-tc1 {
  border-color: #fff !important;
}

.any-gift .font-tc2 {
  color: #000 !important;
}

.any-gift .bg-tc2 {
  background-color: #000 !important;
}

.any-gift .border-tc2 {
  border-color: #000 !important;
}

.any-gift .font-tc3 {
  color: #e75404 !important;
}

.any-gift .bg-tc3 {
  background-color: #e75404 !important;
}

.any-gift .border-tc3 {
  border-color: #e75404 !important;
}

.any-gift .font-tc4 {
  color: #eee !important;
}

.any-gift .bg-tc4 {
  background-color: #eee !important;
}

.any-gift .border-tc4 {
  border-color: #eee !important;
}

.any-gift .font-tc5 {
  color: #ed4f4f !important;
}

.any-gift .bg-tc5 {
  background-color: #ed4f4f !important;
}

.any-gift .border-tc5 {
  border-color: #ed4f4f !important;
}

.any-gift .font-tc6 {
  color: #e32657 !important;
}

.any-gift .bg-tc6 {
  background-color: #e32657 !important;
}

.any-gift .border-tc6 {
  border-color: #e32657 !important;
}

.any-gift .font-tc7 {
  color: #45479e !important;
}

.any-gift .bg-tc7 {
  background-color: #45479e !important;
}

.any-gift .border-tc7 {
  border-color: #45479e !important;
}

.any-gift .font-tc8 {
  color: #e13c60 !important;
}

.any-gift .bg-tc8 {
  background-color: #e13c60 !important;
}

.any-gift .border-tc8 {
  border-color: #e13c60 !important;
}

.any-gift .font-tc9 {
  color: #5eaade !important;
}

.any-gift .bg-tc9 {
  background-color: #5eaade !important;
}

.any-gift .border-tc9 {
  border-color: #5eaade !important;
}

.any-gift .font-tc10 {
  color: #db3e3e !important;
}

.any-gift .bg-tc10 {
  background-color: #db3e3e !important;
}

.any-gift .border-tc10 {
  border-color: #db3e3e !important;
}

.any-gift .font-tc11 {
  color: #f6e9bd !important;
}

.any-gift .bg-tc11 {
  background-color: #f6e9bd !important;
}

.any-gift .border-tc11 {
  border-color: #f6e9bd !important;
}

.any-gift .font-tc12 {
  color: #eee !important;
}

.any-gift .bg-tc12 {
  background-color: #eee !important;
}

.any-gift .border-tc12 {
  border-color: #eee !important;
}

.any-gift .font-tc13 {
  color: #e36d85 !important;
}

.any-gift .bg-tc13 {
  background-color: #e36d85 !important;
}

.any-gift .border-tc13 {
  border-color: #e36d85 !important;
}

.any-gift .font-tc14 {
  color: #fcf5e5 !important;
}

.any-gift .bg-tc14 {
  background-color: #fcf5e5 !important;
}

.any-gift .border-tc14 {
  border-color: #fcf5e5 !important;
}

.any-gift .font-tc15 {
  color: #e1697e !important;
}

.any-gift .bg-tc15 {
  background-color: #e1697e !important;
}

.any-gift .border-tc15 {
  border-color: #e1697e !important;
}

.any-gift .font-tc16 {
  color: #f4800e !important;
}

.any-gift .bg-tc16 {
  background-color: #f4800e !important;
}

.any-gift .border-tc16 {
  border-color: #f4800e !important;
}

.any-gift .font-tc17 {
  color: #8bca5b !important;
}

.any-gift .bg-tc17 {
  background-color: #8bca5b !important;
}

.any-gift .border-tc17 {
  border-color: #8bca5b !important;
}

.any-gift .page-top {
  width: 80px;
  height: 80px;
  text-align: center;
  margin: 0 auto 60px;
}

.any-gift .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;
}

.any-gift .page-top a:hover {
  background-color: #F49FCE;
}

.any-gift .gs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.any-gift .gs--center {
  -ms-flex-pack: center;
  justify-content: center;
}

.any-gift .gs--right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.any-gift .gs--around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.any-gift .gs--between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.any-gift .gs--middle {
  -ms-flex-align: center;
  align-items: center;
}

.any-gift .gs--stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.any-gift .gs--reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

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

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

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

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

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

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

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

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

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

.any-gift .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;
}

.any-gift .btn:link, .any-gift .btn:visited, .any-gift .btn:hover, .any-gift .btn:focus, .any-gift .btn:active {
  color: #fff;
}

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

.any-gift .btn:hover, .any-gift .btn:focus {
  color: white;
  text-decoration: none;
  background-color: #cccccc;
}

.any-gift .btn--block {
  width: 100%;
  display: block;
}

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

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

.any-gift .btn--disabled, .any-gift .btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .3;
}

.any-gift .btn--shadow {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.any-gift .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;
}

.any-gift .btn--pro:link, .any-gift .btn--pro:visited, .any-gift .btn--pro:hover, .any-gift .btn--pro:focus, .any-gift .btn--pro:active {
  color: #eee;
}

.any-gift .btn--pro:hover, .any-gift .btn--pro:focus {
  color: white;
  background-color: white;
  border-color: white;
}

.any-gift .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;
}

.any-gift .btn--list {
  color: #fff;
  background-color: #e75404;
  border-color: #e75404;
  font-size: 18rem;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.any-gift .btn--list:link, .any-gift .btn--list:visited, .any-gift .btn--list:hover, .any-gift .btn--list:focus, .any-gift .btn--list:active {
  color: #fff;
}

.any-gift .btn--list:hover, .any-gift .btn--list:focus {
  color: white;
  background-color: #fc9055;
  border-color: #fc9055;
}

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

.any-gift .btn--item:link, .any-gift .btn--item:visited, .any-gift .btn--item:hover, .any-gift .btn--item:focus, .any-gift .btn--item:active {
  color: #757575;
}

.any-gift .btn--item:hover, .any-gift .btn--item:focus {
  color: #a8a8a8;
  background-color: white;
  border-color: white;
}

.any-gift .btn--type {
  color: #fff;
  background-color: #e75404;
  border-color: #e75404;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.any-gift .btn--type:link, .any-gift .btn--type:visited, .any-gift .btn--type:hover, .any-gift .btn--type:focus, .any-gift .btn--type:active {
  color: #fff;
}

.any-gift .btn--type:hover, .any-gift .btn--type:focus {
  color: white;
  background-color: #fc9055;
  border-color: #fc9055;
}

.any-gift .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;
}

.any-gift .btn--danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #c9302c;
}

.any-gift .btn--danger:link, .any-gift .btn--danger:visited, .any-gift .btn--danger:hover, .any-gift .btn--danger:focus, .any-gift .btn--danger:active {
  color: #fff;
}

.any-gift .btn--danger:hover, .any-gift .btn--danger:focus {
  color: white;
  background-color: #e27c79;
  border-color: #e27c79;
}

.any-gift .btn--bg-tc-1 {
  background-color: #fff;
}

.any-gift .btn--bg-tc-1:hover, .any-gift .btn--bg-tc-1:focus {
  background-color: white;
}

.any-gift .btn--border-tc-1 {
  border-color: #fff;
}

.any-gift .btn--border-tc-1:hover, .any-gift .btn--border-tc-1:focus {
  border-color: white;
}

.any-gift .btn--font-tc-1 {
  color: #fff;
}

.any-gift .btn--font-tc-1:link, .any-gift .btn--font-tc-1:visited {
  color: #fff;
}

.any-gift .btn--font-tc-1:hover, .any-gift .btn--font-tc-1:focus, .any-gift .btn--font-tc-1:active {
  color: white;
}

.any-gift .btn--bg-tc-2 {
  background-color: #000;
}

.any-gift .btn--bg-tc-2:hover, .any-gift .btn--bg-tc-2:focus {
  background-color: #333333;
}

.any-gift .btn--border-tc-2 {
  border-color: #000;
}

.any-gift .btn--border-tc-2:hover, .any-gift .btn--border-tc-2:focus {
  border-color: #333333;
}

.any-gift .btn--font-tc-2 {
  color: #000;
}

.any-gift .btn--font-tc-2:link, .any-gift .btn--font-tc-2:visited {
  color: #000;
}

.any-gift .btn--font-tc-2:hover, .any-gift .btn--font-tc-2:focus, .any-gift .btn--font-tc-2:active {
  color: #333333;
}

.any-gift .btn--bg-tc-3 {
  background-color: #e75404;
}

.any-gift .btn--bg-tc-3:hover, .any-gift .btn--bg-tc-3:focus {
  background-color: #fc9055;
}

.any-gift .btn--border-tc-3 {
  border-color: #e75404;
}

.any-gift .btn--border-tc-3:hover, .any-gift .btn--border-tc-3:focus {
  border-color: #fc9055;
}

.any-gift .btn--font-tc-3 {
  color: #e75404;
}

.any-gift .btn--font-tc-3:link, .any-gift .btn--font-tc-3:visited {
  color: #e75404;
}

.any-gift .btn--font-tc-3:hover, .any-gift .btn--font-tc-3:focus, .any-gift .btn--font-tc-3:active {
  color: #fc9055;
}

.any-gift .btn--bg-tc-4 {
  background-color: #eee;
}

.any-gift .btn--bg-tc-4:hover, .any-gift .btn--bg-tc-4:focus {
  background-color: white;
}

.any-gift .btn--border-tc-4 {
  border-color: #eee;
}

.any-gift .btn--border-tc-4:hover, .any-gift .btn--border-tc-4:focus {
  border-color: white;
}

.any-gift .btn--font-tc-4 {
  color: #eee;
}

.any-gift .btn--font-tc-4:link, .any-gift .btn--font-tc-4:visited {
  color: #eee;
}

.any-gift .btn--font-tc-4:hover, .any-gift .btn--font-tc-4:focus, .any-gift .btn--font-tc-4:active {
  color: white;
}

.any-gift .btn--bg-tc-5 {
  background-color: #ed4f4f;
}

.any-gift .btn--bg-tc-5:hover, .any-gift .btn--bg-tc-5:focus {
  background-color: #f6acac;
}

.any-gift .btn--border-tc-5 {
  border-color: #ed4f4f;
}

.any-gift .btn--border-tc-5:hover, .any-gift .btn--border-tc-5:focus {
  border-color: #f6acac;
}

.any-gift .btn--font-tc-5 {
  color: #ed4f4f;
}

.any-gift .btn--font-tc-5:link, .any-gift .btn--font-tc-5:visited {
  color: #ed4f4f;
}

.any-gift .btn--font-tc-5:hover, .any-gift .btn--font-tc-5:focus, .any-gift .btn--font-tc-5:active {
  color: #f6acac;
}

.any-gift .btn--bg-tc-6 {
  background-color: #e32657;
}

.any-gift .btn--bg-tc-6:hover, .any-gift .btn--bg-tc-6:focus {
  background-color: #ef809d;
}

.any-gift .btn--border-tc-6 {
  border-color: #e32657;
}

.any-gift .btn--border-tc-6:hover, .any-gift .btn--border-tc-6:focus {
  border-color: #ef809d;
}

.any-gift .btn--font-tc-6 {
  color: #e32657;
}

.any-gift .btn--font-tc-6:link, .any-gift .btn--font-tc-6:visited {
  color: #e32657;
}

.any-gift .btn--font-tc-6:hover, .any-gift .btn--font-tc-6:focus, .any-gift .btn--font-tc-6:active {
  color: #ef809d;
}

.any-gift .btn--bg-tc-7 {
  background-color: #45479e;
}

.any-gift .btn--bg-tc-7:hover, .any-gift .btn--bg-tc-7:focus {
  background-color: #8183c8;
}

.any-gift .btn--border-tc-7 {
  border-color: #45479e;
}

.any-gift .btn--border-tc-7:hover, .any-gift .btn--border-tc-7:focus {
  border-color: #8183c8;
}

.any-gift .btn--font-tc-7 {
  color: #45479e;
}

.any-gift .btn--font-tc-7:link, .any-gift .btn--font-tc-7:visited {
  color: #45479e;
}

.any-gift .btn--font-tc-7:hover, .any-gift .btn--font-tc-7:focus, .any-gift .btn--font-tc-7:active {
  color: #8183c8;
}

.any-gift .btn--bg-tc-8 {
  background-color: #e13c60;
}

.any-gift .btn--bg-tc-8:hover, .any-gift .btn--bg-tc-8:focus {
  background-color: #ef94a8;
}

.any-gift .btn--border-tc-8 {
  border-color: #e13c60;
}

.any-gift .btn--border-tc-8:hover, .any-gift .btn--border-tc-8:focus {
  border-color: #ef94a8;
}

.any-gift .btn--font-tc-8 {
  color: #e13c60;
}

.any-gift .btn--font-tc-8:link, .any-gift .btn--font-tc-8:visited {
  color: #e13c60;
}

.any-gift .btn--font-tc-8:hover, .any-gift .btn--font-tc-8:focus, .any-gift .btn--font-tc-8:active {
  color: #ef94a8;
}

.any-gift .btn--bg-tc-9 {
  background-color: #5eaade;
}

.any-gift .btn--bg-tc-9:hover, .any-gift .btn--bg-tc-9:focus {
  background-color: #b3d7ef;
}

.any-gift .btn--border-tc-9 {
  border-color: #5eaade;
}

.any-gift .btn--border-tc-9:hover, .any-gift .btn--border-tc-9:focus {
  border-color: #b3d7ef;
}

.any-gift .btn--font-tc-9 {
  color: #5eaade;
}

.any-gift .btn--font-tc-9:link, .any-gift .btn--font-tc-9:visited {
  color: #5eaade;
}

.any-gift .btn--font-tc-9:hover, .any-gift .btn--font-tc-9:focus, .any-gift .btn--font-tc-9:active {
  color: #b3d7ef;
}

.any-gift .btn--bg-tc-10 {
  background-color: #db3e3e;
}

.any-gift .btn--bg-tc-10:hover, .any-gift .btn--bg-tc-10:focus {
  background-color: #eb9494;
}

.any-gift .btn--border-tc-10 {
  border-color: #db3e3e;
}

.any-gift .btn--border-tc-10:hover, .any-gift .btn--border-tc-10:focus {
  border-color: #eb9494;
}

.any-gift .btn--font-tc-10 {
  color: #db3e3e;
}

.any-gift .btn--font-tc-10:link, .any-gift .btn--font-tc-10:visited {
  color: #db3e3e;
}

.any-gift .btn--font-tc-10:hover, .any-gift .btn--font-tc-10:focus, .any-gift .btn--font-tc-10:active {
  color: #eb9494;
}

.any-gift .btn--bg-tc-11 {
  background-color: #f6e9bd;
}

.any-gift .btn--bg-tc-11:hover, .any-gift .btn--bg-tc-11:focus {
  background-color: white;
}

.any-gift .btn--border-tc-11 {
  border-color: #f6e9bd;
}

.any-gift .btn--border-tc-11:hover, .any-gift .btn--border-tc-11:focus {
  border-color: white;
}

.any-gift .btn--font-tc-11 {
  color: #f6e9bd;
}

.any-gift .btn--font-tc-11:link, .any-gift .btn--font-tc-11:visited {
  color: #f6e9bd;
}

.any-gift .btn--font-tc-11:hover, .any-gift .btn--font-tc-11:focus, .any-gift .btn--font-tc-11:active {
  color: white;
}

.any-gift .btn--bg-tc-12 {
  background-color: #eee;
}

.any-gift .btn--bg-tc-12:hover, .any-gift .btn--bg-tc-12:focus {
  background-color: white;
}

.any-gift .btn--border-tc-12 {
  border-color: #eee;
}

.any-gift .btn--border-tc-12:hover, .any-gift .btn--border-tc-12:focus {
  border-color: white;
}

.any-gift .btn--font-tc-12 {
  color: #eee;
}

.any-gift .btn--font-tc-12:link, .any-gift .btn--font-tc-12:visited {
  color: #eee;
}

.any-gift .btn--font-tc-12:hover, .any-gift .btn--font-tc-12:focus, .any-gift .btn--font-tc-12:active {
  color: white;
}

.any-gift .btn--bg-tc-13 {
  background-color: #e36d85;
}

.any-gift .btn--bg-tc-13:hover, .any-gift .btn--bg-tc-13:focus {
  background-color: #f3c3cd;
}

.any-gift .btn--border-tc-13 {
  border-color: #e36d85;
}

.any-gift .btn--border-tc-13:hover, .any-gift .btn--border-tc-13:focus {
  border-color: #f3c3cd;
}

.any-gift .btn--font-tc-13 {
  color: #e36d85;
}

.any-gift .btn--font-tc-13:link, .any-gift .btn--font-tc-13:visited {
  color: #e36d85;
}

.any-gift .btn--font-tc-13:hover, .any-gift .btn--font-tc-13:focus, .any-gift .btn--font-tc-13:active {
  color: #f3c3cd;
}

.any-gift .btn--bg-tc-14 {
  background-color: #fcf5e5;
}

.any-gift .btn--bg-tc-14:hover, .any-gift .btn--bg-tc-14:focus {
  background-color: white;
}

.any-gift .btn--border-tc-14 {
  border-color: #fcf5e5;
}

.any-gift .btn--border-tc-14:hover, .any-gift .btn--border-tc-14:focus {
  border-color: white;
}

.any-gift .btn--font-tc-14 {
  color: #fcf5e5;
}

.any-gift .btn--font-tc-14:link, .any-gift .btn--font-tc-14:visited {
  color: #fcf5e5;
}

.any-gift .btn--font-tc-14:hover, .any-gift .btn--font-tc-14:focus, .any-gift .btn--font-tc-14:active {
  color: white;
}

.any-gift .btn--bg-tc-15 {
  background-color: #e1697e;
}

.any-gift .btn--bg-tc-15:hover, .any-gift .btn--bg-tc-15:focus {
  background-color: #f2bec7;
}

.any-gift .btn--border-tc-15 {
  border-color: #e1697e;
}

.any-gift .btn--border-tc-15:hover, .any-gift .btn--border-tc-15:focus {
  border-color: #f2bec7;
}

.any-gift .btn--font-tc-15 {
  color: #e1697e;
}

.any-gift .btn--font-tc-15:link, .any-gift .btn--font-tc-15:visited {
  color: #e1697e;
}

.any-gift .btn--font-tc-15:hover, .any-gift .btn--font-tc-15:focus, .any-gift .btn--font-tc-15:active {
  color: #f2bec7;
}

.any-gift .btn--bg-tc-16 {
  background-color: #f4800e;
}

.any-gift .btn--bg-tc-16:hover, .any-gift .btn--bg-tc-16:focus {
  background-color: #f8b370;
}

.any-gift .btn--border-tc-16 {
  border-color: #f4800e;
}

.any-gift .btn--border-tc-16:hover, .any-gift .btn--border-tc-16:focus {
  border-color: #f8b370;
}

.any-gift .btn--font-tc-16 {
  color: #f4800e;
}

.any-gift .btn--font-tc-16:link, .any-gift .btn--font-tc-16:visited {
  color: #f4800e;
}

.any-gift .btn--font-tc-16:hover, .any-gift .btn--font-tc-16:focus, .any-gift .btn--font-tc-16:active {
  color: #f8b370;
}

.any-gift .btn--bg-tc-17 {
  background-color: #8bca5b;
}

.any-gift .btn--bg-tc-17:hover, .any-gift .btn--bg-tc-17:focus {
  background-color: #c2e3a8;
}

.any-gift .btn--border-tc-17 {
  border-color: #8bca5b;
}

.any-gift .btn--border-tc-17:hover, .any-gift .btn--border-tc-17:focus {
  border-color: #c2e3a8;
}

.any-gift .btn--font-tc-17 {
  color: #8bca5b;
}

.any-gift .btn--font-tc-17:link, .any-gift .btn--font-tc-17:visited {
  color: #8bca5b;
}

.any-gift .btn--font-tc-17:hover, .any-gift .btn--font-tc-17:focus, .any-gift .btn--font-tc-17:active {
  color: #c2e3a8;
}

.any-gift .service-info {
  padding: 45px 0 70px;
}

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

.any-gift .service-info__text {
  margin-top: 30px;
  line-height: 1.556;
  font-size: 18px;
}

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

.any-gift .feature-box {
  margin-top: 40px;
}

.any-gift .feature-box__head {
  position: relative;
}

.any-gift .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;
}

.any-gift .feature-box__logo {
  width: 151px;
  height: 52px;
  position: absolute;
  top: -5px;
  right: 0;
}

.any-gift .feature-box__logo img {
  width: 143px;
}

.any-gift .feature-box__body {
  margin-top: 30px;
}

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

.any-gift .feature-list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.any-gift .feature-list__item:not(:first-child) {
  margin-left: 10px;
}

.any-gift .feature-list__item p {
  margin-top: 10px;
  font-size: 16px;
}

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

.any-gift .youtube-box {
  margin-top: 45px;
}

.any-gift .youtube-box__body {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

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

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

.any-gift .link-howto {
  margin-top: 45px;
  text-align: center;
}

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

.any-gift .link-howto a:link, .any-gift .link-howto a:visited, .any-gift .link-howto a:hover, .any-gift .link-howto a:focus, .any-gift .link-howto a:active {
  color: #ed404f;
}

.any-gift .link-howto a:hover, .any-gift .link-howto a:focus {
  text-decoration: none;
}

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

.any-gift .cp-140 {
  overflow: hidden;
}

.any-gift .hero {
  height: 528px;
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #e66a85;
}

.any-gift .hero__img {
  width: 2000px;
  height: 528px;
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
}

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

.any-gift .local-nav__item {
  height: 80px;
  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 #e66a85;
  border-radius: 10px;
}

.any-gift .local-nav__item i {
  position: absolute;
  top: calc(50% - .5em);
  right: 15px;
  color: #eb9fb0;
}

@media screen and (max-width: 767px) {
  .any-gift .local-nav {
    padding: 0;
    margin-bottom: 30px;
  }
  .any-gift .local-nav__item {
    height: 60px;
    padding-right: 15px;
    font-size: 15px;
  }
  .any-gift .local-nav__item i {
    right: 5px;
  }
  .any-gift .local-nav__item span {
    margin-left: -3px;
  }
  .any-gift .local-nav .m-n10 {
    margin: -5px;
  }
  .any-gift .local-nav .p10 {
    padding: 5px !important;
  }
}

.any-gift .intro {
  padding: 70px 0 80px;
  background-color: #fff;
}

.any-gift .intro__text {
  margin-top: 10px;
  line-height: 1.6;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}

.any-gift .intro__text strong {
  font-weight: bold;
  font-size: 27px;
  color: #e73904;
}

.any-gift .intro__btn {
  max-width: 400px;
  margin: 50px auto 0;
}

.any-gift .intro__btn a {
  padding: 13px 0;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .any-gift .intro__btn {
    max-width: 100%;
  }
  .any-gift .intro__btn a {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .any-gift .intro {
    height: auto;
    display: block;
    padding: 35px 5.33333% 45px;
  }
  .any-gift .intro__text {
    font-size: 16px;
  }
  .any-gift .intro__text strong {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
  }
}

.any-gift .about__lead {
  line-height: 1.83;
  font-size: 18px;
}

.any-gift .about__img {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .any-gift .about__lead {
    font-size: 16px;
  }
  .any-gift .about__img {
    margin-top: 30px;
  }
}

.any-gift .recommend-item {
  min-height: 170px;
  padding-left: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.any-gift .recommend-item:not(:first-child) {
  margin-top: 20px;
}

.any-gift .recommend-item__img {
  position: absolute;
  top: 0;
  left: 0;
}

.any-gift .recommend-item__ttl {
  font-family: "Zen Maru Gothic", serif;
  font-size: 22px;
}

.any-gift .recommend-item__ttl--1 {
  color: #f47300;
}

.any-gift .recommend-item__ttl--2 {
  color: #ec4b4b;
}

.any-gift .recommend-item__ttl--3 {
  color: #e36299;
}

.any-gift .recommend-item__ttl--4 {
  color: #a082e4;
}

.any-gift .recommend-item__ttl--5 {
  color: #4eb599;
}

.any-gift .recommend-item__body {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .any-gift .recommend-item {
    padding-left: 0;
    display: block;
  }
  .any-gift .recommend-item__img {
    width: 140px;
    margin: 10px auto 0;
    position: relative;
  }
  .any-gift .recommend-item__ttl {
    font-size: 19px;
    text-align: center;
  }
}

.any-gift .step-item:not(:first-child) {
  margin-top: 60px;
}

.any-gift .step-item__ttl {
  font-family: "Zen Maru Gothic", serif;
  font-size: 26px;
  color: #d94276;
  text-align: center;
}

.any-gift .step-item__ttl--receive {
  color: #2e9a7d;
}

.any-gift .step-item__img {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .any-gift .step-item__ttl {
    font-size: 26px;
  }
  .any-gift .step-item__img {
    margin-top: 30px;
  }
}

.any-gift .buy .gs {
  row-gap: 30px;
}

.any-gift .buy .gs__col {
  padding-left: 52px !important;
  padding-right: 52px !important;
}

@media screen and (max-width: 767px) {
  .any-gift .buy .gs {
    row-gap: 10px;
  }
  .any-gift .buy .gs__col {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.any-gift .faq {
  padding-right: 30px;
}

.any-gift .faq__ttl {
  font-family: "Zen Maru Gothic", serif;
  font-size: 26px;
  color: #d94276;
  text-align: center;
}

.any-gift .faq--receive {
  padding-right: 0;
  padding-left: 30px;
}

.any-gift .faq--receive .faq__ttl {
  color: #2e9a7d;
}

.any-gift .faq--receive .faq-item:not(:first-child) {
  border-top: 1px solid #b9decb;
}

.any-gift .faq--receive .faq-item__q {
  color: #2e9a7d;
}

@media screen and (max-width: 767px) {
  .any-gift .faq {
    padding-right: 0;
  }
  .any-gift .faq--receive {
    padding-top: 20px;
    padding-left: 0;
    border-top: 1px solid #b9decb;
  }
}

.any-gift .faq-item {
  padding: 25px 0;
  text-align: left;
}

.any-gift .faq-item:not(:first-child) {
  border-top: 1px solid #ffc9d5;
}

.any-gift .faq-item__q {
  color: #d94276;
  text-align: left !important;
}

.any-gift .faq-item__q::before {
  content: 'Q.';
}

.any-gift .faq-item__a {
  margin-top: 8px;
}

.any-gift .faq-item__a::before {
  content: 'A.';
}

.any-gift .faq-item__q, .any-gift .faq-item__a {
  padding-left: 25px;
  position: relative;
}

.any-gift .faq-item__q::before, .any-gift .faq-item__a::before {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .any-gift .faq-item {
    padding: 15px 0;
  }
}

.any-gift .cp-140-box__head {
  font-weight: 900;
  font-size: 30px;
}

.any-gift .cp-140-box__body {
  padding: 40px 0 80px;
}

.any-gift .cp-140-box--line {
  padding-bottom: 70px;
  border-bottom: 4px solid #e75404;
}

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

@media screen and (max-width: 767px) {
  .any-gift .cp-140-box__body {
    padding: 20px 20px 40px;
  }
  .any-gift .cp-140-box--line {
    padding-bottom: 50px;
    border-width: 2px;
  }
}

.any-gift .cp2-box {
  padding-top: 95px;
  position: relative;
}

.any-gift .cp2-box--about {
  background-color: #fff2f5;
}

.any-gift .cp2-box--step {
  background-color: #fff2f5;
}

.any-gift .cp2-box--product {
  background-color: #fff;
}

.any-gift .cp2-box--faq {
  background-color: #fffef0;
}

.any-gift .cp2-box__head {
  font-family: "Zen Maru Gothic", serif;
  font-size: 30px;
  color: #d1255e;
}

.any-gift .cp2-box__gr {
  color: #2e9a7d;
}

.any-gift .cp2-box__body {
  padding: 55px 0 90px;
}

@media screen and (max-width: 767px) {
  .any-gift .cp2-box {
    padding-top: 45px;
  }
  .any-gift .cp2-box__head {
    font-size: 22px;
  }
  .any-gift .cp2-box__body {
    padding: 25px 20px 45px;
  }
}

.any-gift .sns-box {
  padding: 40px 0 80px;
}

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

.any-gift .sns-msg {
  font-size: 24px;
}

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

.any-gift .mother-prize-btn {
  width: 585px;
  margin: 60px auto 0;
}

.any-gift .mother-prize-btn a {
  padding: .5em;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .any-gift .mother-prize-btn {
    width: 290px;
    margin-top: 30px;
  }
  .any-gift .mother-prize-btn a {
    font-size: 15px;
  }
}

.any-gift .bnr-box {
  padding: 55px 0 75px;
}

.any-gift .bnr-box__title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #cc0033;
  text-align: center;
}

.any-gift .bnr-box__item {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .any-gift .bnr-box__inr {
    padding: 0 20px;
  }
  .any-gift .bnr-box__item:not(:first-child) {
    margin-top: 15px;
  }
  .any-gift .bnr-box__title {
    font-size: 16px;
  }
}

.any-gift .card img {
  margin-bottom: 5px;
}

.any-gift .card__btn-cart {
  margin-top: 20px;
  padding: 8px 10px;
  display: block;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  width: 100%;
  border: 1px solid #da3940;
  background-color: #da3940;
}

.any-gift .card__btn-cart:link, .any-gift .card__btn-cart:visited, .any-gift .card__btn-cart:hover, .any-gift .card__btn-cart:focus, .any-gift .card__btn-cart:active {
  color: #fff;
}

.any-gift .card__btn-cart:hover, .any-gift .card__btn-cart:focus {
  color: #da3940;
  background-color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .any-gift .card__btn-cart {
    margin-top: 10px;
  }
}

.any-gift .app-rule {
  padding: 50px 0 70px;
}

.any-gift .app-rule__body {
  height: 652px;
  padding: 20px;
  overflow: auto;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  font-size: 15px;
}

.any-gift .app-rule__body > p:not(:first-child),
.any-gift .app-rule dl:not(:first-child) {
  margin-top: 25px;
}

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

.any-gift .box-product {
  margin-top: 65px;
}

.any-gift .box-product__title {
  margin-bottom: 40px;
  padding-bottom: 5px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  font-size: 26px;
  color: #d94276;
  text-align: center;
}

.any-gift .box-product__title--okuyami {
  color: #45479e;
}

.any-gift .box-product__btn {
  width: 523px;
  margin: 45px auto 0;
}

.any-gift .box-product__btn a {
  padding: 12px 0;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .any-gift .box-product {
    margin-top: 45px;
  }
  .any-gift .box-product__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .any-gift .box-product__btn {
    width: auto;
    margin-top: 20px;
  }
  .any-gift .box-product__btn a {
    padding: 10px 0;
    font-size: 15px;
  }
}

.any-gift .ranking .col102 {
  display: inline-block;
  padding-bottom: 1em;
}

.any-gift .rank_box {
  width: 19.5%;
}

.any-gift .ranking {
  display: inline-block;
  width: 100%;
  background-color: #fffde9;
  border: 2px solid #fedf8f;
  padding: 1em;
}

.any-gift .ranking p.rank:before {
  font-family: 'Noto Sans JP', FontAwesome;
  content: "\f005";
  color: #fed466;
}

.any-gift .ranking p.rank {
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
}

.any-gift .ranking img {
  width: 90%;
  margin: 5%;
}

.any-gift .ranking .product_name {
  font-size: 1em;
  height: 6.5em;
}

.any-gift .ranking .price {
  text-align: right;
}

.any-gift .product_code {
  font-size: 0.8em;
  margin-bottom: 5px;
}

.any-gift .product_code {
  margin-top: 3px;
}

.any-gift .rank_price {
  text-align: right;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
}

.any-gift a.rank_btn_cart, .any-gift a.rank_btn_detail {
  display: block;
  padding: 8px 10px;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  font-size: .8em;
}

.any-gift a.rank_btn_detail {
  width: 30%;
  float: left;
  margin: 10px 5% 10px 0;
  text-align: center;
  background: #fff;
  color: #9D887D;
  border: 1px solid #9D887D;
}

.any-gift a.rank_btn_detail:hover {
  color: #FFF;
  background: #9D887D;
}

.any-gift a.rank_btn_cart {
  color: #fff;
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  border: 1px solid #DA3940;
  background: #DA3940;
  letter-spacing: .2em;
  width: 65%;
  float: right;
  margin: 10px 0;
}

.any-gift a.rank_btn_cart:hover {
  color: #DA3940;
  background: #fff;
}

.any-gift a.rank_btn_cart, .any-gift a.rank_btn_detail {
  padding: 8px 0;
  font-size: .65em;
}

.any-gift a.rank_btn_detail {
  margin-right: 0;
  width: 25%;
}

.any-gift a.rank_btn_cart {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .any-gift .rank_box {
    width: 100%;
  }
  .any-gift .ranking img {
    width: 45%;
    margin: 0 5% 0 0;
    float: left;
  }
  .any-gift .product_code, .any-gift .product_des {
    display: none;
  }
  .any-gift .card--size .card__text {
    min-height: 4.5em;
  }
}

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

/*# sourceMappingURL=maps/style-any-gift.css.map */
