@charset "UTF-8";

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
/* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

body {
  font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  color: #525263;
  transition: z-index 0ms 5.28455ms;
  background: #f6f6f6;
  margin: 0;
}

a {
  text-decoration: none;
}

pre {
  background-color: transparent;
  border: none;
  padding: 16px 0;
}

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
見出し

ページ内で見出しとして機能する要素のスタイル群です。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 1.1
*/
/*
見出し

商品紹介等で利用される、一般的な見出しのスタイルです。

ex [商品詳細ページ　商品見出し部分](http://demo3.ec-cube.net/products/detail/27)

Markup:
.ec-headingTitle マトリョーシカ

Styleguide 1.1.1
*/
.ec-headingTitle {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: normal;
  color: #525263;
}

/*
ページヘッダ

各種ページで用いられるページヘッダのデザインです。

ex [利用規約ページ　ページヘッダ部](http://demo3.ec-cube.net/help/agreement)

Markup:
.ec-pageHeader
  h1 利用規約

Styleguide 1.1.2
*/
.ec-pageHeader h1 {
  margin: 0 0 8px;
  border-bottom: 1px dotted #FFF;
  /* border-top: 1px solid #ccc; */
  padding: 8px 0 12px;
  font-size: 16px;
  font-weight: bold;
}

/*
サブ見出し

利用規約など、文字主体のページで用いられるサブ見出しです。

ex [利用規約ページ サブ見出し部分](http://demo3.ec-cube.net/help/agreement)

Markup:
.ec-heading 第1条 (会員)

Styleguide 1.1.3
*/
.ec-heading {
  margin: 24px 0;
}

/*
サブ見出し(太字)

文字主体のページで用いられるサブ見出しの太字のスタイルです。

ex [プライバシーポリシー サブ見出し部分](http://demo3.ec-cube.net/help/privacy)

Markup:
.ec-heading-bold 個人情報の定義

Styleguide 1.1.4
*/
.ec-heading-bold {
  margin: 16px 0;
  font-size: 16px;
  font-weight: bold;
}

/*
背景付き見出し

マイページ注文履歴等で用いられる背景付きの見出しです。

ex [ご注文履歴詳細　背景付き見出し部分](http://demo3.ec-cube.net/mypage/history/1063)

Markup:
.ec-rectHeading
  h2 配送情報
.ec-rectHeading
  h2 お支払について

Styleguide 1.1.5
*/
.ec-rectHeading h1,
.ec-rectHeading h2,
.ec-rectHeading h3,
.ec-rectHeading h4,
.ec-rectHeading h5,
.ec-rectHeading h6 {
  background: #F3F3F3;
  padding: 8px 12px;
  font-size: 20px;
  font-weight: bold;
}

/*
メッセージ見出し

ユーザが行った操作に対する、完了報告やエラー表示のページで使用される見出しのスタイルです。

ex [注文完了 ログイン後、カートに商品を入れ注文完了まで行う](http://demo3.ec-cube.net/shopping/)

Markup:
.ec-reportHeading
  h2 ご注文ありがとうございました

Styleguide 1.1.6
*/
.ec-reportHeading {
  width: 100%;
  border-top: 1px dotted #ccc;
  margin: 20px 0 30px;
  padding: 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.ec-reportHeading h1,
.ec-reportHeading h2,
.ec-reportHeading h3,
.ec-reportHeading h4,
.ec-reportHeading h5,
.ec-reportHeading h6,
.ec-reportHeading p {
  font-weight: bold;
  font-size: 24px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
文字装飾

文字装飾をするためのスタイル群です。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 1.2
*/
/*
テキストリンク

テキストリンクのスタイルです。

Markup:
a(href="#").ec-link さくらのクラウド

Styleguide 1.2.1
*/
.ec-link {
  color: #0092C4;
  text-decoration: none;
  cursor: pointer;
}

.ec-link:hover {
  color: #33A8D0;
  text-decoration: none;
}

/*
テキスト（太字）

テキストを太くするためのスタイルです。

Markup:
p.ec-font-bold この季節にぴったりな商品をご用意しました

Styleguide 1.2.2
*/
.ec-font-bold {
  font-weight: bold;
}

/*
テキスト（グレー）

テキストをグレーにするためのスタイルです。

Markup:
p.ec-color-grey 青色が美しい職人が仕上げた吹きガラス

Styleguide 1.2.3
*/
.ec-color-grey {
  color: #9a947e;
}

/*
テキスト（赤）

テキストを赤にするためのスタイルです。

Markup:
p.ec-color-red ¥ 2,728 税込
p.ec-color-accent ¥ 2,728 税込

Styleguide 1.2.4
*/
.ec-color-red {
  color: #DE5D50;
}

.ec-color-accent {
  color: #DE5D50;
}

/*
フォントサイズ

フォントサイズを指定するためのスタイルです。

Markup:
.ec-font-size-1 さわやかな日差しが過ごしやすい季節
.ec-font-size-2 さわやかな日差しが過ごしやすい季節
.ec-font-size-3 さわやかな日差しが過ごしやすい季節
.ec-font-size-4 さわやかな日差しが過ごしやすい季節
.ec-font-size-5 さわやかな日差しが過ごしやすい季節
.ec-font-size-6 さわやかな日差しが過ごしやすい季節


Styleguide 1.2.5
*/
.ec-font-size-1 {
  font-size: 12px;
}

.ec-font-size-2 {
  font-size: 14px;
}

.ec-font-size-3 {
  font-size: 16px;
}

.ec-font-size-4 {
  font-size: 20px;
}

.ec-font-size-5 {
  font-size: 32px;
}

.ec-font-size-6 {
  font-size: 40px;
}

/*
テキスト水平位置

テキストをセンタリングするためのスタイルです。

Markup:
p.ec-text-ac さわやかな日差しが過ごしやすい季節

Styleguide 1.2.6
*/
.ec-text-ac {
  text-align: center;
}

/*
価格テキスト

価格を表示するテキストです。

価格文字にスペースを取るほか、税込み等の表示を小さくする効果もあります。

spanを用いたインライン要素として利用します。

Markup:
div(style="color:#DE5D50;font-size:28px")
    span.ec-price
      span.ec-price__unit ¥
      span.ec-price__price 1,280
      span.ec-price__tax 税込

Styleguide 1.2.7
*/
.ec-price .ec-price__unit {
  font-size: 18px;
  font-weight: bold;
}

.ec-price .ec-price__price {
  display: inline-block;
  padding: 0 .3em;
  font-size: 18px;
  font-weight: bold;
}

.ec-price .ec-price__tax {
  font-size: 12px;
}

/*
テキストの位置

テキストや、入れ子にしたインライン要素を
「左揃え」「中央揃え」「右揃え」に設定することができます。

Markup:
h3 左揃え
p.text-left
  | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Incidunt praesentium repellat sapiente suscipit, unde veniam! Doloribus error, expedita id impedit iusto qui sint totam? Aspernatur error facere possimus quam quos?
br
h3 中央揃え
p.text-center
  | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Incidunt praesentium repellat sapiente suscipit, unde veniam! Doloribus error, expedita id impedit iusto qui sint totam? Aspernatur error facere possimus quam quos?
br
h3 右揃え
p.text-right
  | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Incidunt praesentium repellat sapiente suscipit, unde veniam! Doloribus error, expedita id impedit iusto qui sint totam? Aspernatur error facere possimus quam quos?

Styleguide 1.2.8
*/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/*
メッセージテキスト

ユーザが行った操作に対する、完了報告やエラー表示のページで使用されるテキストのスタイルです。

ex [注文完了 （ログイン後、カートに商品を入れ注文完了まで行う）](http://demo3.ec-cube.net/shopping/)

Markup:
.ec-reportHeading
  h2 ご注文ありがとうございました
p.ec-reportDescription
      | ただいま、ご注文の確認メールをお送りさせていただきました。
      br
      | 万一、ご確認メールが届かない場合は、トラブルの可能性もありますので大変お手数ではございますがもう一度お問い合わせいただくか、お電話にてお問い合わせくださいませ。
      br
      | 今後ともご愛顧賜りますようよろしくお願い申し上げます。


Styleguide 1.2.9
*/
.ec-reportDescription {
  margin-bottom: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}

/*
テキスト下部のスペース

テキストの下に余白を追加することができます。 .ec-para-normalで16pxの余白をつけることができます。

Markup:
p.ec-para-normal 万一、ご確認メールが届かない場合は、トラブルの可能性もありますので大変お手数ではございますがもう一度お問い合わせいただくか、お電話にてお問い合わせくださいませ。
p.ec-para-normal 万一、ご確認メールが届かない場合は、トラブルの可能性もありますので大変お手数ではございますがもう一度お問い合わせいただくか、お電話にてお問い合わせくださいませ。

Styleguide 1.2.10
*/
.ec-para-normal {
  margin-bottom: 16px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
リスト

シンプルなリストを構成するためのスタイル群です。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 1.3
*/
/*
水平定義リスト

シンプルな定義リストのスタイルを定義します。

dl要素を用いてコーディングします。

ex [当サイトについて　水平定義リスト部分](http://demo3.ec-cube.net/help/about)

Markup:
dl.ec-definitions
    dt 店名
    dd EC-CUBE3 DEMO SHOP
dl.ec-definitions
    dt 会社名
    dd EC-CUBE3
dl.ec-definitions--soft
    dt 所在地
    dd 〒 550-0001

Styleguide 1.3.1
*/
.ec-definitions,
.ec-definitions--soft {
  margin: 5px 0;
  display: block;
}

.ec-definitions dt,
.ec-definitions--soft dt,
.ec-definitions dd,
.ec-definitions--soft dd {
  display: inline-block;
  margin: 0;
}

.ec-definitions dt,
.ec-definitions--soft dt {
  font-weight: bold;
}

.ec-definitions--soft dt {
  font-weight: normal;
}

/*
下線つき定義リスト

線が添えられた定義リストのスタイルを定義します。

dl要素を用いてコーディングします。

ex [当サイトについて　下線つき定義リスト](http://demo3.ec-cube.net/help/about)

Markup:
.ec-borderedDefs
  dl
    dt 店名
    dd EC-CUBE3 DEMO SHOP
  dl
    dt 会社名
    dd EC-CUBE3
  dl
    dt 所在地
    dd 〒550 - 0001

Styleguide 1.3.2
*/
.ec-borderedDefs {
  width: 100%;
  border-top: 1px dotted #ccc;
  margin-bottom: 16px;
}

.ec-borderedDefs dl {
  display: flex;
  border-bottom: 1px dotted #ccc;
  margin: 0;
  padding: 10px 0 0;
  flex-wrap: wrap;
}

.ec-borderedDefs dt,
.ec-borderedDefs dd {
  padding: 0;
}

.ec-borderedDefs dt {
  font-weight: normal;
  width: 100%;
  padding-top: 0;
}

.ec-borderedDefs dd {
  padding: 0;
  width: 100%;
  line-height: 2.5;
}

.ec-borderedDefs p {
  line-height: 1.4;
}

.ec-list-chilled {
  display: table-row;
  border: 0 none;
  padding: 8px 0;
}

.ec-list-chilled dt,
.ec-list-chilled dd {
  display: table-cell;
  border-bottom: 1px dotted #ccc;
  padding: 0;
}

.ec-list-chilled dt {
  width: 30%;
}

.ec-list-chilled dd {
  padding: 0;
}

/*
ボーダーリスト

線が添えられたリストを表示します。

ex [当サイトについて　ボーダーリスト](http://demo3.ec-cube.net/help/about)

Markup:
ul.ec-borderedList
  li: p lorem
  li: p lorem
  li: p lorem


Styleguide 1.3.3
*/
.ec-borderedList {
  width: 100%;
  border-top: 0;
  list-style: none;
  padding: 0;
}

.ec-borderedList li {
  border-bottom: 1px dotted #ccc;
}

.ec-list-chilled {
  display: table-row;
  border: 0 none;
  padding: 8px 0;
}

.ec-list-chilled dt,
.ec-list-chilled dd {
  display: table-cell;
  border-bottom: 1px dotted #ccc;
  padding: 16px 0;
}

.ec-list-chilled dt {
  width: 30%;
}

.ec-list-chilled dd {
  padding: 16px;
}

/*
ボタンサイズ

ボタンサイズを変更するスタイル群です。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 2.1
*/
/*
通常ボタン

インラインの要素としてボタンを定義出来ます。

ex [トップページ　ボタン部分](http://demo3.ec-cube.net/)

Markup:
.ec-inlineBtn 住所検索
.ec-inlineBtn--primary もっと見る
.ec-inlineBtn--action カートに入れる
.ec-inlineBtn--cancel キャンセル

Styleguide 2.1.1
*/
.ec-inlineBtn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #525263;
  background-color: #F5F7F8;
  border-color: #ccc;
}

.ec-inlineBtn:focus,
.ec-inlineBtn.focus,
.ec-inlineBtn:active:focus,
.ec-inlineBtn:active.focus,
.ec-inlineBtn.active:focus,
.ec-inlineBtn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-inlineBtn:hover,
.ec-inlineBtn:focus,
.ec-inlineBtn.focus {
  color: #525263;
  text-decoration: none;
}

.ec-inlineBtn:active,
.ec-inlineBtn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ec-inlineBtn.disabled,
.ec-inlineBtn[disabled],
fieldset[disabled] .ec-inlineBtn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

.ec-inlineBtn:focus,
.ec-inlineBtn.focus {
  color: #525263;
  background-color: #d7dfe3;
  border-color: #8c8c8c;
}

.ec-inlineBtn:hover {
  color: #525263;
  background-color: #d7dfe3;
  border-color: #adadad;
}

.ec-inlineBtn:active,
.ec-inlineBtn.active,
.open>.ec-inlineBtn.dropdown-toggle {
  color: #525263;
  background-color: #d7dfe3;
  background-image: none;
  border-color: #adadad;
}

.ec-inlineBtn:active:hover,
.ec-inlineBtn:active:focus,
.ec-inlineBtn:active.focus,
.ec-inlineBtn.active:hover,
.ec-inlineBtn.active:focus,
.ec-inlineBtn.active.focus,
.open>.ec-inlineBtn.dropdown-toggle:hover,
.open>.ec-inlineBtn.dropdown-toggle:focus,
.open>.ec-inlineBtn.dropdown-toggle.focus {
  color: #525263;
  background-color: #c2ced4;
  border-color: #8c8c8c;
}

.ec-inlineBtn.disabled:hover,
.ec-inlineBtn.disabled:focus,
.ec-inlineBtn.disabled.focus,
.ec-inlineBtn[disabled]:hover,
.ec-inlineBtn[disabled]:focus,
.ec-inlineBtn[disabled].focus,
fieldset[disabled] .ec-inlineBtn:hover,
fieldset[disabled] .ec-inlineBtn:focus,
fieldset[disabled] .ec-inlineBtn.focus {
  background-color: #F5F7F8;
  border-color: #ccc;
}

.ec-inlineBtn .badge {
  color: #F5F7F8;
  background-color: #525263;
}

.ec-inlineBtn .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

.ec-inlineBtn--primary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #5CB1B1;
  border-color: #5CB1B1;
}

.ec-inlineBtn--primary:focus,
.ec-inlineBtn--primary.focus,
.ec-inlineBtn--primary:active:focus,
.ec-inlineBtn--primary:active.focus,
.ec-inlineBtn--primary.active:focus,
.ec-inlineBtn--primary.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-inlineBtn--primary:hover,
.ec-inlineBtn--primary:focus,
.ec-inlineBtn--primary.focus {
  color: #525263;
  text-decoration: none;
}

.ec-inlineBtn--primary:active,
.ec-inlineBtn--primary.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ec-inlineBtn--primary.disabled,
.ec-inlineBtn--primary[disabled],
fieldset[disabled] .ec-inlineBtn--primary {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

.ec-inlineBtn--primary:focus,
.ec-inlineBtn--primary.focus {
  color: #fff;
  background-color: #479393;
  border-color: #2e6060;
}

.ec-inlineBtn--primary:hover {
  color: #fff;
  background-color: #479393;
  border-color: #438d8d;
}

.ec-inlineBtn--primary:active,
.ec-inlineBtn--primary.active,
.open>.ec-inlineBtn--primary.dropdown-toggle {
  color: #fff;
  background-color: #479393;
  background-image: none;
  border-color: #438d8d;
}

.ec-inlineBtn--primary:active:hover,
.ec-inlineBtn--primary:active:focus,
.ec-inlineBtn--primary:active.focus,
.ec-inlineBtn--primary.active:hover,
.ec-inlineBtn--primary.active:focus,
.ec-inlineBtn--primary.active.focus,
.open>.ec-inlineBtn--primary.dropdown-toggle:hover,
.open>.ec-inlineBtn--primary.dropdown-toggle:focus,
.open>.ec-inlineBtn--primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #3b7b7b;
  border-color: #2e6060;
}

.ec-inlineBtn--primary.disabled:hover,
.ec-inlineBtn--primary.disabled:focus,
.ec-inlineBtn--primary.disabled.focus,
.ec-inlineBtn--primary[disabled]:hover,
.ec-inlineBtn--primary[disabled]:focus,
.ec-inlineBtn--primary[disabled].focus,
fieldset[disabled] .ec-inlineBtn--primary:hover,
fieldset[disabled] .ec-inlineBtn--primary:focus,
fieldset[disabled] .ec-inlineBtn--primary.focus {
  background-color: #5CB1B1;
  border-color: #5CB1B1;
}

.ec-inlineBtn--primary .badge {
  color: #5CB1B1;
  background-color: #fff;
}

.ec-inlineBtn--primary .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

.ec-inlineBtn--action {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 35px;
  text-decoration: none;
  color: #fff;
  background-color: #e10041;
  box-shadow: 0 3px 0 0 #60001c;
  transition: all 0.3s;
  border-color: #e10041;
  position: relative;
}

.ec-inlineBtn--action:focus,
.ec-inlineBtn--action.focus,
.ec-inlineBtn--action:active:focus,
.ec-inlineBtn--action:active.focus,
.ec-inlineBtn--action.active:focus,
.ec-inlineBtn--action.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-inlineBtn--action:active {
  box-shadow: 0 0 0 0 #60001d;
  transform: translateY(3px);
}

.ec-inlineBtn--action.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ec-inlineBtn--action.disabled,
.ec-inlineBtn--action[disabled],
fieldset[disabled] .ec-inlineBtn--action {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

.ec-inlineBtn--action:focus,
.ec-inlineBtn--action.focus {
  color: #fff;
  background-color: #e10041;
  border-color: #e10041;
}

.ec-inlineBtn--action:hover {
  color: #fff;
  background-color: #e10041;
  border-color: #cb3526;
}

.ec-inlineBtn--action:active,
.ec-inlineBtn--action.active,
.open>.ec-inlineBtn--action.dropdown-toggle {
  color: #fff;
  background-color: #e10041;
  background-image: none;
  border-color: #cb3526;
}

.ec-inlineBtn--action:active:hover,
.ec-inlineBtn--action:active:focus,
.ec-inlineBtn--action:active.focus,
.ec-inlineBtn--action.active:hover,
.ec-inlineBtn--action.active:focus,
.ec-inlineBtn--action.active.focus,
.open>.ec-inlineBtn--action.dropdown-toggle:hover,
.open>.ec-inlineBtn--action.dropdown-toggle:focus,
.open>.ec-inlineBtn--action.dropdown-toggle.focus {
  color: #fff;
  background-color: #e10041;
  border-color: #e10041;
}

.ec-inlineBtn--action.disabled:hover,
.ec-inlineBtn--action.disabled:focus,
.ec-inlineBtn--action.disabled.focus,
.ec-inlineBtn--action[disabled]:hover,
.ec-inlineBtn--action[disabled]:focus,
.ec-inlineBtn--action[disabled].focus,
fieldset[disabled] .ec-inlineBtn--action:hover,
fieldset[disabled] .ec-inlineBtn--action:focus,
fieldset[disabled] .ec-inlineBtn--action.focus {
  background-color: #e10041;
  border-color: #e10041;
}

.ec-inlineBtn--action .badge {
  color: #DE5D50;
  background-color: #fff;
}

.ec-inlineBtn--action .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

.ec-inlineBtn--cancel {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #4a8fe7;
  box-shadow: 0 3px 0 0 #214066;
  position: relative;
  transition: all 0.3s;
}

.ec-inlineBtn--cancel:focus,
.ec-inlineBtn--cancel.focus,
.ec-inlineBtn--cancel:active:focus,
.ec-inlineBtn--cancel:active.focus,
.ec-inlineBtn--cancel.active:focus,
.ec-inlineBtn--cancel.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-inlineBtn--cancel:active {
  box-shadow: 0 0 0 0 #214066;
  transform: translateY(3px);
}

.ec-inlineBtn--cancel.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ec-inlineBtn--cancel.disabled,
.ec-inlineBtn--cancel[disabled],
fieldset[disabled] .ec-inlineBtn--cancel {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

.ec-inlineBtn--cancel:focus,
.ec-inlineBtn--cancel.focus {
  color: #fff;
  background-color: #4a8fe7;
  border-color: #4a8fe7;
}

/* .ec-inlineBtn--cancel:hover {
    color: #fff;
    background-color: #3b3b47;
    border-color: #363642; } */
.ec-inlineBtn--cancel:active,
.ec-inlineBtn--cancel.active,
.open>.ec-inlineBtn--cancel.dropdown-toggle {
  color: #fff;
  background-color: #4a8fe7;
  background-image: none;
  border-color: #4a8fe7;
}

.ec-inlineBtn--cancel:active:hover,
.ec-inlineBtn--cancel:active:focus,
.ec-inlineBtn--cancel:active.focus,
.ec-inlineBtn--cancel.active:hover,
.ec-inlineBtn--cancel.active:focus,
.ec-inlineBtn--cancel.active.focus,
.open>.ec-inlineBtn--cancel.dropdown-toggle:hover,
.open>.ec-inlineBtn--cancel.dropdown-toggle:focus,
.open>.ec-inlineBtn--cancel.dropdown-toggle.focus {
  color: #fff;
  background-color: #4a8fe7;
  border-color: #4a8fe7;
}

.ec-inlineBtn--cancel.disabled:hover,
.ec-inlineBtn--cancel.disabled:focus,
.ec-inlineBtn--cancel.disabled.focus,
.ec-inlineBtn--cancel[disabled]:hover,
.ec-inlineBtn--cancel[disabled]:focus,
.ec-inlineBtn--cancel[disabled].focus,
fieldset[disabled] .ec-inlineBtn--cancel:hover,
fieldset[disabled] .ec-inlineBtn--cancel:focus,
fieldset[disabled] .ec-inlineBtn--cancel.focus {
  background-color: #4a8fe7;
  border-color: #4a8fe7;
}

.ec-inlineBtn--cancel .badge {
  color: #525263;
  background-color: #fff;
}

.ec-inlineBtn--cancel .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

/*
ブロックボタン（全幅）

ボタンサイズは em で指定するため、テキストサイズの変更でボタンサイズを変更できます。

ex [商品詳細ページ　カートボタン部分](http://demo3.ec-cube.net/products/detail/30)

Markup:
p: .ec-blockBtn 住所検索
p: .ec-blockBtn--primary もっと見る
p: .ec-blockBtn--action カートに入れる
p: .ec-blockBtn--cancel キャンセル

Styleguide 2.1.2
*/
.ec-blockBtn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #525263;
  background-color: #F5F7F8;
  border-color: #ccc;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}

.ec-blockBtn:focus,
.ec-blockBtn.focus,
.ec-blockBtn:active:focus,
.ec-blockBtn:active.focus,
.ec-blockBtn.active:focus,
.ec-blockBtn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-blockBtn:hover,
.ec-blockBtn:focus,
.ec-blockBtn.focus {
  color: #525263;
  text-decoration: none;
}

.ec-blockBtn:active,
.ec-blockBtn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ec-blockBtn.disabled,
.ec-blockBtn[disabled],
fieldset[disabled] .ec-blockBtn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

.ec-blockBtn:focus,
.ec-blockBtn.focus {
  color: #525263;
  background-color: #d7dfe3;
  border-color: #8c8c8c;
}

.ec-blockBtn:hover {
  color: #525263;
  background-color: #d7dfe3;
  border-color: #adadad;
}

.ec-blockBtn:active,
.ec-blockBtn.active,
.open>.ec-blockBtn.dropdown-toggle {
  color: #525263;
  background-color: #d7dfe3;
  background-image: none;
  border-color: #adadad;
}

.ec-blockBtn:active:hover,
.ec-blockBtn:active:focus,
.ec-blockBtn:active.focus,
.ec-blockBtn.active:hover,
.ec-blockBtn.active:focus,
.ec-blockBtn.active.focus,
.open>.ec-blockBtn.dropdown-toggle:hover,
.open>.ec-blockBtn.dropdown-toggle:focus,
.open>.ec-blockBtn.dropdown-toggle.focus {
  color: #525263;
  background-color: #c2ced4;
  border-color: #8c8c8c;
}

.ec-blockBtn.disabled:hover,
.ec-blockBtn.disabled:focus,
.ec-blockBtn.disabled.focus,
.ec-blockBtn[disabled]:hover,
.ec-blockBtn[disabled]:focus,
.ec-blockBtn[disabled].focus,
fieldset[disabled] .ec-blockBtn:hover,
fieldset[disabled] .ec-blockBtn:focus,
fieldset[disabled] .ec-blockBtn.focus {
  background-color: #F5F7F8;
  border-color: #ccc;
}

.ec-blockBtn .badge {
  color: #F5F7F8;
  background-color: #525263;
}

.ec-blockBtn .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

.ec-blockBtn--primary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #5CB1B1;
  border-color: #5CB1B1;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}

.ec-blockBtn--primary:focus,
.ec-blockBtn--primary.focus,
.ec-blockBtn--primary:active:focus,
.ec-blockBtn--primary:active.focus,
.ec-blockBtn--primary.active:focus,
.ec-blockBtn--primary.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-blockBtn--primary:hover,
.ec-blockBtn--primary:focus,
.ec-blockBtn--primary.focus {
  color: #525263;
  text-decoration: none;
}

.ec-blockBtn--primary:active,
.ec-blockBtn--primary.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ec-blockBtn--primary.disabled,
.ec-blockBtn--primary[disabled],
fieldset[disabled] .ec-blockBtn--primary {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

.ec-blockBtn--primary:focus,
.ec-blockBtn--primary.focus {
  color: #fff;
  background-color: #479393;
  border-color: #2e6060;
}

.ec-blockBtn--primary:hover {
  color: #fff;
  background-color: #479393;
  border-color: #438d8d;
}

.ec-blockBtn--primary:active,
.ec-blockBtn--primary.active,
.open>.ec-blockBtn--primary.dropdown-toggle {
  color: #fff;
  background-color: #479393;
  background-image: none;
  border-color: #438d8d;
}

.ec-blockBtn--primary:active:hover,
.ec-blockBtn--primary:active:focus,
.ec-blockBtn--primary:active.focus,
.ec-blockBtn--primary.active:hover,
.ec-blockBtn--primary.active:focus,
.ec-blockBtn--primary.active.focus,
.open>.ec-blockBtn--primary.dropdown-toggle:hover,
.open>.ec-blockBtn--primary.dropdown-toggle:focus,
.open>.ec-blockBtn--primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #3b7b7b;
  border-color: #2e6060;
}

.ec-blockBtn--primary.disabled:hover,
.ec-blockBtn--primary.disabled:focus,
.ec-blockBtn--primary.disabled.focus,
.ec-blockBtn--primary[disabled]:hover,
.ec-blockBtn--primary[disabled]:focus,
.ec-blockBtn--primary[disabled].focus,
fieldset[disabled] .ec-blockBtn--primary:hover,
fieldset[disabled] .ec-blockBtn--primary:focus,
fieldset[disabled] .ec-blockBtn--primary.focus {
  background-color: #5CB1B1;
  border-color: #5CB1B1;
}

.ec-blockBtn--primary .badge {
  color: #5CB1B1;
  background-color: #fff;
}

.ec-blockBtn--primary .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

.ec-blockBtn--action {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #DE5D50;
  border-color: #DE5D50;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}

.ec-blockBtn--action:focus,
.ec-blockBtn--action.focus,
.ec-blockBtn--action:active:focus,
.ec-blockBtn--action:active.focus,
.ec-blockBtn--action.active:focus,
.ec-blockBtn--action.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-blockBtn--action:hover,
.ec-blockBtn--action:focus,
.ec-blockBtn--action.focus {
  color: #525263;
  text-decoration: none;
}

.ec-blockBtn--action:active,
.ec-blockBtn--action.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ec-blockBtn--action.disabled,
.ec-blockBtn--action[disabled],
fieldset[disabled] .ec-blockBtn--action {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

.ec-blockBtn--action:focus,
.ec-blockBtn--action.focus {
  color: #fff;
  background-color: #d33828;
  border-color: #93271c;
}

.ec-blockBtn--action:hover {
  color: #fff;
  background-color: #d33828;
  border-color: #cb3526;
}

.ec-blockBtn--action:active,
.ec-blockBtn--action.active,
.open>.ec-blockBtn--action.dropdown-toggle {
  color: #fff;
  background-color: #d33828;
  background-image: none;
  border-color: #cb3526;
}

.ec-blockBtn--action:active:hover,
.ec-blockBtn--action:active:focus,
.ec-blockBtn--action:active.focus,
.ec-blockBtn--action.active:hover,
.ec-blockBtn--action.active:focus,
.ec-blockBtn--action.active.focus,
.open>.ec-blockBtn--action.dropdown-toggle:hover,
.open>.ec-blockBtn--action.dropdown-toggle:focus,
.open>.ec-blockBtn--action.dropdown-toggle.focus {
  color: #fff;
  background-color: #b53022;
  border-color: #93271c;
}

.ec-blockBtn--action.disabled:hover,
.ec-blockBtn--action.disabled:focus,
.ec-blockBtn--action.disabled.focus,
.ec-blockBtn--action[disabled]:hover,
.ec-blockBtn--action[disabled]:focus,
.ec-blockBtn--action[disabled].focus,
fieldset[disabled] .ec-blockBtn--action:hover,
fieldset[disabled] .ec-blockBtn--action:focus,
fieldset[disabled] .ec-blockBtn--action.focus {
  background-color: #DE5D50;
  border-color: #DE5D50;
}

.ec-blockBtn--action .badge {
  color: #DE5D50;
  background-color: #fff;
}

.ec-blockBtn--action .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

.ec-blockBtn--cancel {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #525263;
  border-color: #525263;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}

.ec-blockBtn--cancel:focus,
.ec-blockBtn--cancel.focus,
.ec-blockBtn--cancel:active:focus,
.ec-blockBtn--cancel:active.focus,
.ec-blockBtn--cancel.active:focus,
.ec-blockBtn--cancel.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-blockBtn--cancel:hover,
.ec-blockBtn--cancel:focus,
.ec-blockBtn--cancel.focus {
  color: #525263;
  text-decoration: none;
}

.ec-blockBtn--cancel:active,
.ec-blockBtn--cancel.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ec-blockBtn--cancel.disabled,
.ec-blockBtn--cancel[disabled],
fieldset[disabled] .ec-blockBtn--cancel {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

.ec-blockBtn--cancel:focus,
.ec-blockBtn--cancel.focus {
  color: #fff;
  background-color: #3b3b47;
  border-color: #18181d;
}

.ec-blockBtn--cancel:hover {
  color: #fff;
  background-color: #3b3b47;
  border-color: #363642;
}

.ec-blockBtn--cancel:active,
.ec-blockBtn--cancel.active,
.open>.ec-blockBtn--cancel.dropdown-toggle {
  color: #fff;
  background-color: #3b3b47;
  background-image: none;
  border-color: #363642;
}

.ec-blockBtn--cancel:active:hover,
.ec-blockBtn--cancel:active:focus,
.ec-blockBtn--cancel:active.focus,
.ec-blockBtn--cancel.active:hover,
.ec-blockBtn--cancel.active:focus,
.ec-blockBtn--cancel.active.focus,
.open>.ec-blockBtn--cancel.dropdown-toggle:hover,
.open>.ec-blockBtn--cancel.dropdown-toggle:focus,
.open>.ec-blockBtn--cancel.dropdown-toggle.focus {
  color: #fff;
  background-color: #2b2b34;
  border-color: #18181d;
}

.ec-blockBtn--cancel.disabled:hover,
.ec-blockBtn--cancel.disabled:focus,
.ec-blockBtn--cancel.disabled.focus,
.ec-blockBtn--cancel[disabled]:hover,
.ec-blockBtn--cancel[disabled]:focus,
.ec-blockBtn--cancel[disabled].focus,
fieldset[disabled] .ec-blockBtn--cancel:hover,
fieldset[disabled] .ec-blockBtn--cancel:focus,
fieldset[disabled] .ec-blockBtn--cancel.focus {
  background-color: #525263;
  border-color: #525263;
}

.ec-blockBtn--cancel .badge {
  color: #525263;
  background-color: #fff;
}

.ec-blockBtn--cancel .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

/*
アイコンボタン

SVGアイコンを用いたアイコンボタンです。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>

Styleguide 2.2
*/
/*
アイコンボタン

閉じるなどSVGアイコンを用いたボタン装飾で利用します。

ex [ログイン画面　☓ボタン部分](http://demo3.ec-cube.net/mypage/login)

Markup:
a.ec-closeBtn
  .ec-icon
    img(src='/moc/icon/cross.svg', alt='close')

Styleguide 2.2.1
*/
.ec-closeBtn {
  cursor: pointer;
}

.ec-closeBtn .ec-icon img {
  display: inline-block;
  margin-right: 5px;
  width: 1em;
  height: 1em;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

/*
アイコンボタン(○)

閉じるなどSVGアイコンを用いたボタン装飾で利用します。

ex [ログイン画面　☓ボタン部分](http://demo3.ec-cube.net/mypage/login)



ex [お届け先編集画面　☓ボタン部分](http://demo3.ec-cube.net/mypage/delivery)

Markup:
a.ec-closeBtn--circle
  .ec-icon
    img(src='/moc/icon/cross-white.svg', alt='close')

Styleguide 2.2.2
*/
.ec-closeBtn--circle {
  display: block;
  border: 0 none;
  padding: 0;
  margin: 0;
  text-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  background: #B8BEC4;
  cursor: pointer;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
  text-align: center;
}

.ec-closeBtn--circle .ec-icon img {
  display: block;
  margin-top: -.5em;
  margin-left: -.5em;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
その他のボタン

通常のボタンや、アイコンボタン以外のボタンを定義します。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 2.3
*/
/*
ページトップボタン

ページトップボタンを表示します

ex [商品詳細ページ　カートボタン部分](http://demo3.ec-cube.net/products/detail/30)

Markup:
.ec-blockTopBtn

Styleguide 2.3.1
*/
.ec-blockTopBtn {
  display: none;
  position: fixed;
  width: 120px;
  height: 40px;
  right: 0;
  bottom: 10px;
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  opacity: 0.8;
  background-color: #9da3a9;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
フォーム部品(テキスト)

テキストや数値の入力項目に関する要素を定義します。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>


Styleguide 3.1
*/
/*
フォーム

`.ec-input` 要素は全ての入力項目に関する標準的なコンポーネントクラスです。


ex [会員情報編集画面　フォーム部分](http://demo3.ec-cube.net/mypage/change)

Markup:
p.ec-input
  input(type="number")
p.ec-input
  textarea(rows="6")

Styleguide 3.1.1
*/
.ec-input input[type="search"],
.ec-halfInput input[type="search"],
.ec-numberInput input[type="search"],
.ec-zipInput input[type="search"],
.ec-telInput input[type="search"],
.ec-select input[type="search"],
.ec-birth input[type="search"] {
  box-sizing: border-box;
}

.ec-input input[type="radio"],
.ec-halfInput input[type="radio"],
.ec-numberInput input[type="radio"],
.ec-zipInput input[type="radio"],
.ec-telInput input[type="radio"],
.ec-select input[type="radio"],
.ec-birth input[type="radio"],
.ec-input input[type="checkbox"],
.ec-halfInput input[type="checkbox"],
.ec-numberInput input[type="checkbox"],
.ec-zipInput input[type="checkbox"],
.ec-telInput input[type="checkbox"],
.ec-select input[type="checkbox"],
.ec-birth input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

.ec-input input[type="file"],
.ec-halfInput input[type="file"],
.ec-numberInput input[type="file"],
.ec-zipInput input[type="file"],
.ec-telInput input[type="file"],
.ec-select input[type="file"],
.ec-birth input[type="file"] {
  display: block;
}

.ec-input input[type="range"],
.ec-halfInput input[type="range"],
.ec-numberInput input[type="range"],
.ec-zipInput input[type="range"],
.ec-telInput input[type="range"],
.ec-select input[type="range"],
.ec-birth input[type="range"] {
  display: block;
  width: 100%;
}

.ec-input select[multiple],
.ec-halfInput select[multiple],
.ec-numberInput select[multiple],
.ec-zipInput select[multiple],
.ec-telInput select[multiple],
.ec-select select[multiple],
.ec-birth select[multiple],
.ec-input select[size],
.ec-halfInput select[size],
.ec-numberInput select[size],
.ec-zipInput select[size],
.ec-telInput select[size],
.ec-select select[size],
.ec-birth select[size] {
  height: auto;
}

.ec-input input[type="file"]:focus,
.ec-halfInput input[type="file"]:focus,
.ec-numberInput input[type="file"]:focus,
.ec-zipInput input[type="file"]:focus,
.ec-telInput input[type="file"]:focus,
.ec-select input[type="file"]:focus,
.ec-birth input[type="file"]:focus,
.ec-input input[type="radio"]:focus,
.ec-halfInput input[type="radio"]:focus,
.ec-numberInput input[type="radio"]:focus,
.ec-zipInput input[type="radio"]:focus,
.ec-telInput input[type="radio"]:focus,
.ec-select input[type="radio"]:focus,
.ec-birth input[type="radio"]:focus,
.ec-input input[type="checkbox"]:focus,
.ec-halfInput input[type="checkbox"]:focus,
.ec-numberInput input[type="checkbox"]:focus,
.ec-zipInput input[type="checkbox"]:focus,
.ec-telInput input[type="checkbox"]:focus,
.ec-select input[type="checkbox"]:focus,
.ec-birth input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-input input,
.ec-halfInput input,
.ec-numberInput input,
.ec-zipInput input,
.ec-telInput input,
.ec-select input,
.ec-birth input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}

.ec-input input:focus,
.ec-halfInput input:focus,
.ec-numberInput input:focus,
.ec-zipInput input:focus,
.ec-telInput input:focus,
.ec-select input:focus,
.ec-birth input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ec-input input::-moz-placeholder,
.ec-halfInput input::-moz-placeholder,
.ec-numberInput input::-moz-placeholder,
.ec-zipInput input::-moz-placeholder,
.ec-telInput input::-moz-placeholder,
.ec-select input::-moz-placeholder,
.ec-birth input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.ec-input input:-ms-input-placeholder,
.ec-halfInput input:-ms-input-placeholder,
.ec-numberInput input:-ms-input-placeholder,
.ec-zipInput input:-ms-input-placeholder,
.ec-telInput input:-ms-input-placeholder,
.ec-select input:-ms-input-placeholder,
.ec-birth input:-ms-input-placeholder {
  color: #999;
}

.ec-input input::-webkit-input-placeholder,
.ec-halfInput input::-webkit-input-placeholder,
.ec-numberInput input::-webkit-input-placeholder,
.ec-zipInput input::-webkit-input-placeholder,
.ec-telInput input::-webkit-input-placeholder,
.ec-select input::-webkit-input-placeholder,
.ec-birth input::-webkit-input-placeholder {
  color: #999;
}

.ec-input input::-ms-expand,
.ec-halfInput input::-ms-expand,
.ec-numberInput input::-ms-expand,
.ec-zipInput input::-ms-expand,
.ec-telInput input::-ms-expand,
.ec-select input::-ms-expand,
.ec-birth input::-ms-expand {
  border: 0;
  background-color: transparent;
}

.ec-input input[disabled],
.ec-halfInput input[disabled],
.ec-numberInput input[disabled],
.ec-zipInput input[disabled],
.ec-telInput input[disabled],
.ec-select input[disabled],
.ec-birth input[disabled],
.ec-input input[readonly],
.ec-halfInput input[readonly],
.ec-numberInput input[readonly],
.ec-zipInput input[readonly],
.ec-telInput input[readonly],
.ec-select input[readonly],
.ec-birth input[readonly],
fieldset[disabled] .ec-input input,
fieldset[disabled] .ec-halfInput input,
fieldset[disabled] .ec-numberInput input,
fieldset[disabled] .ec-zipInput input,
fieldset[disabled] .ec-telInput input,
fieldset[disabled] .ec-select input,
fieldset[disabled] .ec-birth input {
  background-color: #eeeeee;
  opacity: 1;
}

.ec-input input[disabled],
.ec-halfInput input[disabled],
.ec-numberInput input[disabled],
.ec-zipInput input[disabled],
.ec-telInput input[disabled],
.ec-select input[disabled],
.ec-birth input[disabled],
fieldset[disabled] .ec-input input,
fieldset[disabled] .ec-halfInput input,
fieldset[disabled] .ec-numberInput input,
fieldset[disabled] .ec-zipInput input,
fieldset[disabled] .ec-telInput input,
fieldset[disabled] .ec-select input,
fieldset[disabled] .ec-birth input {
  cursor: not-allowed;
}

.ec-input select,
.ec-halfInput select,
.ec-numberInput select,
.ec-zipInput select,
.ec-telInput select,
.ec-select select,
.ec-birth select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}

.ec-input select:focus,
.ec-halfInput select:focus,
.ec-numberInput select:focus,
.ec-zipInput select:focus,
.ec-telInput select:focus,
.ec-select select:focus,
.ec-birth select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ec-input select::-moz-placeholder,
.ec-halfInput select::-moz-placeholder,
.ec-numberInput select::-moz-placeholder,
.ec-zipInput select::-moz-placeholder,
.ec-telInput select::-moz-placeholder,
.ec-select select::-moz-placeholder,
.ec-birth select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.ec-input select:-ms-input-placeholder,
.ec-halfInput select:-ms-input-placeholder,
.ec-numberInput select:-ms-input-placeholder,
.ec-zipInput select:-ms-input-placeholder,
.ec-telInput select:-ms-input-placeholder,
.ec-select select:-ms-input-placeholder,
.ec-birth select:-ms-input-placeholder {
  color: #999;
}

.ec-input select::-webkit-input-placeholder,
.ec-halfInput select::-webkit-input-placeholder,
.ec-numberInput select::-webkit-input-placeholder,
.ec-zipInput select::-webkit-input-placeholder,
.ec-telInput select::-webkit-input-placeholder,
.ec-select select::-webkit-input-placeholder,
.ec-birth select::-webkit-input-placeholder {
  color: #999;
}

.ec-input select::-ms-expand,
.ec-halfInput select::-ms-expand,
.ec-numberInput select::-ms-expand,
.ec-zipInput select::-ms-expand,
.ec-telInput select::-ms-expand,
.ec-select select::-ms-expand,
.ec-birth select::-ms-expand {
  border: 0;
  background-color: transparent;
}

.ec-input select[disabled],
.ec-halfInput select[disabled],
.ec-numberInput select[disabled],
.ec-zipInput select[disabled],
.ec-telInput select[disabled],
.ec-select select[disabled],
.ec-birth select[disabled],
.ec-input select[readonly],
.ec-halfInput select[readonly],
.ec-numberInput select[readonly],
.ec-zipInput select[readonly],
.ec-telInput select[readonly],
.ec-select select[readonly],
.ec-birth select[readonly],
fieldset[disabled] .ec-input select,
fieldset[disabled] .ec-halfInput select,
fieldset[disabled] .ec-numberInput select,
fieldset[disabled] .ec-zipInput select,
fieldset[disabled] .ec-telInput select,
fieldset[disabled] .ec-select select,
fieldset[disabled] .ec-birth select {
  background-color: #eeeeee;
  opacity: 1;
}

.ec-input select[disabled],
.ec-halfInput select[disabled],
.ec-numberInput select[disabled],
.ec-zipInput select[disabled],
.ec-telInput select[disabled],
.ec-select select[disabled],
.ec-birth select[disabled],
fieldset[disabled] .ec-input select,
fieldset[disabled] .ec-halfInput select,
fieldset[disabled] .ec-numberInput select,
fieldset[disabled] .ec-zipInput select,
fieldset[disabled] .ec-telInput select,
fieldset[disabled] .ec-select select,
fieldset[disabled] .ec-birth select {
  cursor: not-allowed;
}

.ec-input textarea,
.ec-halfInput textarea,
.ec-numberInput textarea,
.ec-zipInput textarea,
.ec-telInput textarea,
.ec-select textarea,
.ec-birth textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}

.ec-input textarea:focus,
.ec-halfInput textarea:focus,
.ec-numberInput textarea:focus,
.ec-zipInput textarea:focus,
.ec-telInput textarea:focus,
.ec-select textarea:focus,
.ec-birth textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ec-input textarea::-moz-placeholder,
.ec-halfInput textarea::-moz-placeholder,
.ec-numberInput textarea::-moz-placeholder,
.ec-zipInput textarea::-moz-placeholder,
.ec-telInput textarea::-moz-placeholder,
.ec-select textarea::-moz-placeholder,
.ec-birth textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.ec-input textarea:-ms-input-placeholder,
.ec-halfInput textarea:-ms-input-placeholder,
.ec-numberInput textarea:-ms-input-placeholder,
.ec-zipInput textarea:-ms-input-placeholder,
.ec-telInput textarea:-ms-input-placeholder,
.ec-select textarea:-ms-input-placeholder,
.ec-birth textarea:-ms-input-placeholder {
  color: #999;
}

.ec-input textarea::-webkit-input-placeholder,
.ec-halfInput textarea::-webkit-input-placeholder,
.ec-numberInput textarea::-webkit-input-placeholder,
.ec-zipInput textarea::-webkit-input-placeholder,
.ec-telInput textarea::-webkit-input-placeholder,
.ec-select textarea::-webkit-input-placeholder,
.ec-birth textarea::-webkit-input-placeholder {
  color: #999;
}

.ec-input textarea::-ms-expand,
.ec-halfInput textarea::-ms-expand,
.ec-numberInput textarea::-ms-expand,
.ec-zipInput textarea::-ms-expand,
.ec-telInput textarea::-ms-expand,
.ec-select textarea::-ms-expand,
.ec-birth textarea::-ms-expand {
  border: 0;
  background-color: transparent;
}

.ec-input textarea[disabled],
.ec-halfInput textarea[disabled],
.ec-numberInput textarea[disabled],
.ec-zipInput textarea[disabled],
.ec-telInput textarea[disabled],
.ec-select textarea[disabled],
.ec-birth textarea[disabled],
.ec-input textarea[readonly],
.ec-halfInput textarea[readonly],
.ec-numberInput textarea[readonly],
.ec-zipInput textarea[readonly],
.ec-telInput textarea[readonly],
.ec-select textarea[readonly],
.ec-birth textarea[readonly],
fieldset[disabled] .ec-input textarea,
fieldset[disabled] .ec-halfInput textarea,
fieldset[disabled] .ec-numberInput textarea,
fieldset[disabled] .ec-zipInput textarea,
fieldset[disabled] .ec-telInput textarea,
fieldset[disabled] .ec-select textarea,
fieldset[disabled] .ec-birth textarea {
  background-color: #eeeeee;
  opacity: 1;
}

.ec-input textarea[disabled],
.ec-halfInput textarea[disabled],
.ec-numberInput textarea[disabled],
.ec-zipInput textarea[disabled],
.ec-telInput textarea[disabled],
.ec-select textarea[disabled],
.ec-birth textarea[disabled],
fieldset[disabled] .ec-input textarea,
fieldset[disabled] .ec-halfInput textarea,
fieldset[disabled] .ec-numberInput textarea,
fieldset[disabled] .ec-zipInput textarea,
fieldset[disabled] .ec-telInput textarea,
fieldset[disabled] .ec-select textarea,
fieldset[disabled] .ec-birth textarea {
  cursor: not-allowed;
}

.ec-input input:focus,
.ec-halfInput input:focus,
.ec-numberInput input:focus,
.ec-zipInput input:focus,
.ec-telInput input:focus,
.ec-select input:focus,
.ec-birth input:focus,
.ec-input textarea:focus,
.ec-halfInput textarea:focus,
.ec-numberInput textarea:focus,
.ec-zipInput textarea:focus,
.ec-telInput textarea:focus,
.ec-select textarea:focus,
.ec-birth textarea:focus {
  box-shadow: none;
  border-color: #3c8dbc;
}

.ec-input input,
.ec-halfInput input,
.ec-numberInput input,
.ec-zipInput input,
.ec-telInput input,
.ec-select input,
.ec-birth input {
  height: 40px;
  margin-bottom: 10px;
}

.ec-input textarea,
.ec-halfInput textarea,
.ec-numberInput textarea,
.ec-zipInput textarea,
.ec-telInput textarea,
.ec-select textarea,
.ec-birth textarea {
  height: auto;
  min-height: 100px;
}

.ec-input p,
.ec-halfInput p,
.ec-numberInput p,
.ec-zipInput p,
.ec-telInput p,
.ec-select p,
.ec-birth p {
  line-height: 1.4;
}

.ec-input .ec-errorMessage,
.ec-halfInput .ec-errorMessage,
.ec-numberInput .ec-errorMessage,
.ec-zipInput .ec-errorMessage,
.ec-telInput .ec-errorMessage,
.ec-select .ec-errorMessage,
.ec-birth .ec-errorMessage {
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #DE5D50;
}

.error.ec-input input,
.error.ec-halfInput input,
.error.ec-numberInput input,
.error.ec-zipInput input,
.error.ec-telInput input,
.error.ec-select input,
.error.ec-birth input,
.error.ec-input select,
.error.ec-halfInput select,
.error.ec-numberInput select,
.error.ec-zipInput select,
.error.ec-telInput select,
.error.ec-select select,
.error.ec-birth select,
.error.ec-input textarea,
.error.ec-halfInput textarea,
.error.ec-numberInput textarea,
.error.ec-zipInput textarea,
.error.ec-telInput textarea,
.error.ec-select textarea,
.error.ec-birth textarea {
  margin-bottom: 5px;
  border-color: #CF3F34;
  background: #FDF1F0;
}

.ec-checkbox .ec-errorMessage {
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #DE5D50;
}

.error.ec-checkbox input,
.error.ec-checkbox label {
  border-color: #CF3F34;
  background: #FDF1F0;
}

/*
フォーム（text２つ）

姓名など2つ入力させたい入力項目で使用します。

入力フォームを半分で用意したいときにも利用可能です。

ex [会員情報編集画面　フォーム部分](http://demo3.ec-cube.net/mypage/change)

Markup:
p.ec-halfInput
  input(type="text")
  input(type="text")
p.ec-halfInput
  input(type="text")

Styleguide 3.1.2
*/
.ec-halfInput input[type='text'] {
  display: inline-block;
  width: 47%;
  margin-left: 2%;
}

.ec-halfInput input[type='text']:first-child {
  margin-left: 0;
}

/*
数量ボタン

数量を表示するための小さなコンポーネントです。

数値表示に最適化するため、数字は右端揃えで表示されます。

ex [商品詳細画面　数量ボタン部分](http://demo3.ec-cube.net/products/detail/27)

Markup:
.ec-numberInput
  span 数量
  input(type="number",value="0")

Styleguide 3.1.3
*/
.ec-numberInput input[type='number'] {
  display: inline-block;
  width: auto;
  max-width: 100px;
  text-align: right;
}

/*
郵便番号フォーム

数量を表示するための小さなコンポーネントです。

内部に input 要素を配置してコーディングします。

ex [会員情報編集画面　郵便番号部分](http://demo3.ec-cube.net/mypage/change)

Markup:
.ec-zipInput
  span 〒
  input(type="text")
.ec-zipInputHelp
  a(href="http://www.post.japanpost.jp/zipcode/" target="_blank")
    .ec-zipInputHelp__icon
      .ec-icon
        img(src='/moc/icon/question-white.svg', alt='')
    span 郵便番号検索
.ec-zipAuto
  a.ec-inlineBtn 郵便番号から自動入力

Styleguide 3.1.4
*/
.ec-zipInput {
  display: inline-block;
}

.ec-zipInput input {
  display: inline-block;
  text-align: left;
  width: auto;
  max-width: 8em;
  font-size: 16px;
}

.ec-zipInput span {
  display: inline-block;
  padding: 0 5px 0 3px;
  margin-left: 5px;
}

.ec-zipInputHelp {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 16px;
  vertical-align: baseline;
  line-height: 0;
}

.ec-zipInputHelp .ec-zipInputHelp__icon {
  display: inline-block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #525263;
  border-radius: 50%;
  font-size: 13px;
  position: relative;
  top: -6px;
}

.ec-zipInputHelp .ec-zipInputHelp__icon .ec-icon img {
  width: 1em;
  height: 1em;
  position: relative;
  left: 3px;
  top: 3px;
}

.ec-zipInputHelp span {
  margin-left: 8px;
  display: inline-block;
  color: #0092C4;
  vertical-align: 3px;
}

.ec-zipAuto {
  margin-bottom: 16px;
}

.ec-zipAuto .ec-inlineBtn {
  font-weight: normal;
}

/*
電話番号ボタン

数量を表示するための小さなコンポーネントです。

内部に input 要素を配置してコーディングします。

ex [会員情報編集画面　電話番号部分](http://demo3.ec-cube.net/mypage/change)

Markup:
.ec-telInput
  input(type="text")

Styleguide 3.1.5
*/
.ec-telInput input {
  max-width: 10em;
  text-align: left;
}

/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
フォーム部品(テキスト)

テキストや数値の入力項目に関する要素を定義します。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>


Styleguide 3.1
*/
/*
フォーム

`.ec-input` 要素は全ての入力項目に関する標準的なコンポーネントクラスです。


ex [会員情報編集画面　フォーム部分](http://demo3.ec-cube.net/mypage/change)

Markup:
p.ec-input
  input(type="number")
p.ec-input
  textarea(rows="6")

Styleguide 3.1.1
*/
.ec-input input[type="search"],
.ec-halfInput input[type="search"],
.ec-numberInput input[type="search"],
.ec-zipInput input[type="search"],
.ec-telInput input[type="search"],
.ec-select input[type="search"],
.ec-birth input[type="search"] {
  box-sizing: border-box;
}

.ec-input input[type="radio"],
.ec-halfInput input[type="radio"],
.ec-numberInput input[type="radio"],
.ec-zipInput input[type="radio"],
.ec-telInput input[type="radio"],
.ec-select input[type="radio"],
.ec-birth input[type="radio"],
.ec-input input[type="checkbox"],
.ec-halfInput input[type="checkbox"],
.ec-numberInput input[type="checkbox"],
.ec-zipInput input[type="checkbox"],
.ec-telInput input[type="checkbox"],
.ec-select input[type="checkbox"],
.ec-birth input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

.ec-input input[type="file"],
.ec-halfInput input[type="file"],
.ec-numberInput input[type="file"],
.ec-zipInput input[type="file"],
.ec-telInput input[type="file"],
.ec-select input[type="file"],
.ec-birth input[type="file"] {
  display: block;
}

.ec-input input[type="range"],
.ec-halfInput input[type="range"],
.ec-numberInput input[type="range"],
.ec-zipInput input[type="range"],
.ec-telInput input[type="range"],
.ec-select input[type="range"],
.ec-birth input[type="range"] {
  display: block;
  width: 100%;
}

.ec-input select[multiple],
.ec-halfInput select[multiple],
.ec-numberInput select[multiple],
.ec-zipInput select[multiple],
.ec-telInput select[multiple],
.ec-select select[multiple],
.ec-birth select[multiple],
.ec-input select[size],
.ec-halfInput select[size],
.ec-numberInput select[size],
.ec-zipInput select[size],
.ec-telInput select[size],
.ec-select select[size],
.ec-birth select[size] {
  height: auto;
}

.ec-input input[type="file"]:focus,
.ec-halfInput input[type="file"]:focus,
.ec-numberInput input[type="file"]:focus,
.ec-zipInput input[type="file"]:focus,
.ec-telInput input[type="file"]:focus,
.ec-select input[type="file"]:focus,
.ec-birth input[type="file"]:focus,
.ec-input input[type="radio"]:focus,
.ec-halfInput input[type="radio"]:focus,
.ec-numberInput input[type="radio"]:focus,
.ec-zipInput input[type="radio"]:focus,
.ec-telInput input[type="radio"]:focus,
.ec-select input[type="radio"]:focus,
.ec-birth input[type="radio"]:focus,
.ec-input input[type="checkbox"]:focus,
.ec-halfInput input[type="checkbox"]:focus,
.ec-numberInput input[type="checkbox"]:focus,
.ec-zipInput input[type="checkbox"]:focus,
.ec-telInput input[type="checkbox"]:focus,
.ec-select input[type="checkbox"]:focus,
.ec-birth input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-input input,
.ec-halfInput input,
.ec-numberInput input,
.ec-zipInput input,
.ec-telInput input,
.ec-select input,
.ec-birth input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}

.ec-input input:focus,
.ec-halfInput input:focus,
.ec-numberInput input:focus,
.ec-zipInput input:focus,
.ec-telInput input:focus,
.ec-select input:focus,
.ec-birth input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ec-input input::-moz-placeholder,
.ec-halfInput input::-moz-placeholder,
.ec-numberInput input::-moz-placeholder,
.ec-zipInput input::-moz-placeholder,
.ec-telInput input::-moz-placeholder,
.ec-select input::-moz-placeholder,
.ec-birth input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.ec-input input:-ms-input-placeholder,
.ec-halfInput input:-ms-input-placeholder,
.ec-numberInput input:-ms-input-placeholder,
.ec-zipInput input:-ms-input-placeholder,
.ec-telInput input:-ms-input-placeholder,
.ec-select input:-ms-input-placeholder,
.ec-birth input:-ms-input-placeholder {
  color: #999;
}

.ec-input input::-webkit-input-placeholder,
.ec-halfInput input::-webkit-input-placeholder,
.ec-numberInput input::-webkit-input-placeholder,
.ec-zipInput input::-webkit-input-placeholder,
.ec-telInput input::-webkit-input-placeholder,
.ec-select input::-webkit-input-placeholder,
.ec-birth input::-webkit-input-placeholder {
  color: #999;
}

.ec-input input::-ms-expand,
.ec-halfInput input::-ms-expand,
.ec-numberInput input::-ms-expand,
.ec-zipInput input::-ms-expand,
.ec-telInput input::-ms-expand,
.ec-select input::-ms-expand,
.ec-birth input::-ms-expand {
  border: 0;
  background-color: transparent;
}

.ec-input input[disabled],
.ec-halfInput input[disabled],
.ec-numberInput input[disabled],
.ec-zipInput input[disabled],
.ec-telInput input[disabled],
.ec-select input[disabled],
.ec-birth input[disabled],
.ec-input input[readonly],
.ec-halfInput input[readonly],
.ec-numberInput input[readonly],
.ec-zipInput input[readonly],
.ec-telInput input[readonly],
.ec-select input[readonly],
.ec-birth input[readonly],
fieldset[disabled] .ec-input input,
fieldset[disabled] .ec-halfInput input,
fieldset[disabled] .ec-numberInput input,
fieldset[disabled] .ec-zipInput input,
fieldset[disabled] .ec-telInput input,
fieldset[disabled] .ec-select input,
fieldset[disabled] .ec-birth input {
  background-color: #eeeeee;
  opacity: 1;
}

.ec-input input[disabled],
.ec-halfInput input[disabled],
.ec-numberInput input[disabled],
.ec-zipInput input[disabled],
.ec-telInput input[disabled],
.ec-select input[disabled],
.ec-birth input[disabled],
fieldset[disabled] .ec-input input,
fieldset[disabled] .ec-halfInput input,
fieldset[disabled] .ec-numberInput input,
fieldset[disabled] .ec-zipInput input,
fieldset[disabled] .ec-telInput input,
fieldset[disabled] .ec-select input,
fieldset[disabled] .ec-birth input {
  cursor: not-allowed;
}

.ec-input select,
.ec-halfInput select,
.ec-numberInput select,
.ec-zipInput select,
.ec-telInput select,
.ec-select select,
.ec-birth select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}

.ec-input select:focus,
.ec-halfInput select:focus,
.ec-numberInput select:focus,
.ec-zipInput select:focus,
.ec-telInput select:focus,
.ec-select select:focus,
.ec-birth select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ec-input select::-moz-placeholder,
.ec-halfInput select::-moz-placeholder,
.ec-numberInput select::-moz-placeholder,
.ec-zipInput select::-moz-placeholder,
.ec-telInput select::-moz-placeholder,
.ec-select select::-moz-placeholder,
.ec-birth select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.ec-input select:-ms-input-placeholder,
.ec-halfInput select:-ms-input-placeholder,
.ec-numberInput select:-ms-input-placeholder,
.ec-zipInput select:-ms-input-placeholder,
.ec-telInput select:-ms-input-placeholder,
.ec-select select:-ms-input-placeholder,
.ec-birth select:-ms-input-placeholder {
  color: #999;
}

.ec-input select::-webkit-input-placeholder,
.ec-halfInput select::-webkit-input-placeholder,
.ec-numberInput select::-webkit-input-placeholder,
.ec-zipInput select::-webkit-input-placeholder,
.ec-telInput select::-webkit-input-placeholder,
.ec-select select::-webkit-input-placeholder,
.ec-birth select::-webkit-input-placeholder {
  color: #999;
}

.ec-input select::-ms-expand,
.ec-halfInput select::-ms-expand,
.ec-numberInput select::-ms-expand,
.ec-zipInput select::-ms-expand,
.ec-telInput select::-ms-expand,
.ec-select select::-ms-expand,
.ec-birth select::-ms-expand {
  border: 0;
  background-color: transparent;
}

.ec-input select[disabled],
.ec-halfInput select[disabled],
.ec-numberInput select[disabled],
.ec-zipInput select[disabled],
.ec-telInput select[disabled],
.ec-select select[disabled],
.ec-birth select[disabled],
.ec-input select[readonly],
.ec-halfInput select[readonly],
.ec-numberInput select[readonly],
.ec-zipInput select[readonly],
.ec-telInput select[readonly],
.ec-select select[readonly],
.ec-birth select[readonly],
fieldset[disabled] .ec-input select,
fieldset[disabled] .ec-halfInput select,
fieldset[disabled] .ec-numberInput select,
fieldset[disabled] .ec-zipInput select,
fieldset[disabled] .ec-telInput select,
fieldset[disabled] .ec-select select,
fieldset[disabled] .ec-birth select {
  background-color: #eeeeee;
  opacity: 1;
}

.ec-input select[disabled],
.ec-halfInput select[disabled],
.ec-numberInput select[disabled],
.ec-zipInput select[disabled],
.ec-telInput select[disabled],
.ec-select select[disabled],
.ec-birth select[disabled],
fieldset[disabled] .ec-input select,
fieldset[disabled] .ec-halfInput select,
fieldset[disabled] .ec-numberInput select,
fieldset[disabled] .ec-zipInput select,
fieldset[disabled] .ec-telInput select,
fieldset[disabled] .ec-select select,
fieldset[disabled] .ec-birth select {
  cursor: not-allowed;
}

.ec-input textarea,
.ec-halfInput textarea,
.ec-numberInput textarea,
.ec-zipInput textarea,
.ec-telInput textarea,
.ec-select textarea,
.ec-birth textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance: none;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}

.ec-input textarea:focus,
.ec-halfInput textarea:focus,
.ec-numberInput textarea:focus,
.ec-zipInput textarea:focus,
.ec-telInput textarea:focus,
.ec-select textarea:focus,
.ec-birth textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ec-input textarea::-moz-placeholder,
.ec-halfInput textarea::-moz-placeholder,
.ec-numberInput textarea::-moz-placeholder,
.ec-zipInput textarea::-moz-placeholder,
.ec-telInput textarea::-moz-placeholder,
.ec-select textarea::-moz-placeholder,
.ec-birth textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.ec-input textarea:-ms-input-placeholder,
.ec-halfInput textarea:-ms-input-placeholder,
.ec-numberInput textarea:-ms-input-placeholder,
.ec-zipInput textarea:-ms-input-placeholder,
.ec-telInput textarea:-ms-input-placeholder,
.ec-select textarea:-ms-input-placeholder,
.ec-birth textarea:-ms-input-placeholder {
  color: #999;
}

.ec-input textarea::-webkit-input-placeholder,
.ec-halfInput textarea::-webkit-input-placeholder,
.ec-numberInput textarea::-webkit-input-placeholder,
.ec-zipInput textarea::-webkit-input-placeholder,
.ec-telInput textarea::-webkit-input-placeholder,
.ec-select textarea::-webkit-input-placeholder,
.ec-birth textarea::-webkit-input-placeholder {
  color: #999;
}

.ec-input textarea::-ms-expand,
.ec-halfInput textarea::-ms-expand,
.ec-numberInput textarea::-ms-expand,
.ec-zipInput textarea::-ms-expand,
.ec-telInput textarea::-ms-expand,
.ec-select textarea::-ms-expand,
.ec-birth textarea::-ms-expand {
  border: 0;
  background-color: transparent;
}

.ec-input textarea[disabled],
.ec-halfInput textarea[disabled],
.ec-numberInput textarea[disabled],
.ec-zipInput textarea[disabled],
.ec-telInput textarea[disabled],
.ec-select textarea[disabled],
.ec-birth textarea[disabled],
.ec-input textarea[readonly],
.ec-halfInput textarea[readonly],
.ec-numberInput textarea[readonly],
.ec-zipInput textarea[readonly],
.ec-telInput textarea[readonly],
.ec-select textarea[readonly],
.ec-birth textarea[readonly],
fieldset[disabled] .ec-input textarea,
fieldset[disabled] .ec-halfInput textarea,
fieldset[disabled] .ec-numberInput textarea,
fieldset[disabled] .ec-zipInput textarea,
fieldset[disabled] .ec-telInput textarea,
fieldset[disabled] .ec-select textarea,
fieldset[disabled] .ec-birth textarea {
  background-color: #eeeeee;
  opacity: 1;
}

.ec-input textarea[disabled],
.ec-halfInput textarea[disabled],
.ec-numberInput textarea[disabled],
.ec-zipInput textarea[disabled],
.ec-telInput textarea[disabled],
.ec-select textarea[disabled],
.ec-birth textarea[disabled],
fieldset[disabled] .ec-input textarea,
fieldset[disabled] .ec-halfInput textarea,
fieldset[disabled] .ec-numberInput textarea,
fieldset[disabled] .ec-zipInput textarea,
fieldset[disabled] .ec-telInput textarea,
fieldset[disabled] .ec-select textarea,
fieldset[disabled] .ec-birth textarea {
  cursor: not-allowed;
}

.ec-input input:focus,
.ec-halfInput input:focus,
.ec-numberInput input:focus,
.ec-zipInput input:focus,
.ec-telInput input:focus,
.ec-select input:focus,
.ec-birth input:focus,
.ec-input textarea:focus,
.ec-halfInput textarea:focus,
.ec-numberInput textarea:focus,
.ec-zipInput textarea:focus,
.ec-telInput textarea:focus,
.ec-select textarea:focus,
.ec-birth textarea:focus {
  box-shadow: none;
  border-color: #3c8dbc;
}

.ec-input input,
.ec-halfInput input,
.ec-numberInput input,
.ec-zipInput input,
.ec-telInput input,
.ec-select input,
.ec-birth input {
  height: 40px;
  margin-bottom: 10px;
}

.ec-input textarea,
.ec-halfInput textarea,
.ec-numberInput textarea,
.ec-zipInput textarea,
.ec-telInput textarea,
.ec-select textarea,
.ec-birth textarea {
  height: auto;
  min-height: 100px;
}

.ec-input p,
.ec-halfInput p,
.ec-numberInput p,
.ec-zipInput p,
.ec-telInput p,
.ec-select p,
.ec-birth p {
  line-height: 1.4;
}

.ec-input .ec-errorMessage,
.ec-halfInput .ec-errorMessage,
.ec-numberInput .ec-errorMessage,
.ec-zipInput .ec-errorMessage,
.ec-telInput .ec-errorMessage,
.ec-select .ec-errorMessage,
.ec-birth .ec-errorMessage {
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #DE5D50;
}

.error.ec-input input,
.error.ec-halfInput input,
.error.ec-numberInput input,
.error.ec-zipInput input,
.error.ec-telInput input,
.error.ec-select input,
.error.ec-birth input,
.error.ec-input select,
.error.ec-halfInput select,
.error.ec-numberInput select,
.error.ec-zipInput select,
.error.ec-telInput select,
.error.ec-select select,
.error.ec-birth select,
.error.ec-input textarea,
.error.ec-halfInput textarea,
.error.ec-numberInput textarea,
.error.ec-zipInput textarea,
.error.ec-telInput textarea,
.error.ec-select textarea,
.error.ec-birth textarea {
  margin-bottom: 5px;
  border-color: #CF3F34;
  background: #FDF1F0;
}

.ec-checkbox .ec-errorMessage {
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #DE5D50;
}

.error.ec-checkbox input,
.error.ec-checkbox label {
  border-color: #CF3F34;
  background: #FDF1F0;
}

/*
フォーム（text２つ）

姓名など2つ入力させたい入力項目で使用します。

入力フォームを半分で用意したいときにも利用可能です。

ex [会員情報編集画面　フォーム部分](http://demo3.ec-cube.net/mypage/change)

Markup:
p.ec-halfInput
  input(type="text")
  input(type="text")
p.ec-halfInput
  input(type="text")

Styleguide 3.1.2
*/
.ec-halfInput input[type='text'] {
  display: inline-block;
  width: 47%;
  margin-left: 2%;
}

.ec-halfInput input[type='text']:first-child {
  margin-left: 0;
}

/*
数量ボタン

数量を表示するための小さなコンポーネントです。

数値表示に最適化するため、数字は右端揃えで表示されます。

ex [商品詳細画面　数量ボタン部分](http://demo3.ec-cube.net/products/detail/27)

Markup:
.ec-numberInput
  span 数量
  input(type="number",value="0")

Styleguide 3.1.3
*/
.ec-numberInput input[type='number'] {
  display: inline-block;
  width: auto;
  max-width: 100px;
  text-align: right;
}

/*
郵便番号フォーム

数量を表示するための小さなコンポーネントです。

内部に input 要素を配置してコーディングします。

ex [会員情報編集画面　郵便番号部分](http://demo3.ec-cube.net/mypage/change)

Markup:
.ec-zipInput
  span 〒
  input(type="text")
.ec-zipInputHelp
  a(href="http://www.post.japanpost.jp/zipcode/" target="_blank")
    .ec-zipInputHelp__icon
      .ec-icon
        img(src='/moc/icon/question-white.svg', alt='')
    span 郵便番号検索
.ec-zipAuto
  a.ec-inlineBtn 郵便番号から自動入力

Styleguide 3.1.4
*/
.ec-zipInput {
  display: inline-block;
}

.ec-zipInput input {
  display: inline-block;
  text-align: left;
  width: auto;
  max-width: 8em;
  font-size: 16px;
}

.ec-zipInput span {
  display: inline-block;
  padding: 0 5px 0 3px;
  margin-left: 5px;
}

.ec-zipInputHelp {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 16px;
  vertical-align: baseline;
  line-height: 0;
}

.ec-zipInputHelp .ec-zipInputHelp__icon {
  display: inline-block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #525263;
  border-radius: 50%;
  font-size: 13px;
  position: relative;
  top: -6px;
}

.ec-zipInputHelp .ec-zipInputHelp__icon .ec-icon img {
  width: 1em;
  height: 1em;
  position: relative;
  left: 3px;
  top: 3px;
}

.ec-zipInputHelp span {
  margin-left: 8px;
  display: inline-block;
  color: #0092C4;
  vertical-align: 3px;
}

.ec-zipAuto {
  margin-bottom: 16px;
}

.ec-zipAuto .ec-inlineBtn {
  font-weight: normal;
}

/*
電話番号ボタン

数量を表示するための小さなコンポーネントです。

内部に input 要素を配置してコーディングします。

ex [会員情報編集画面　電話番号部分](http://demo3.ec-cube.net/mypage/change)

Markup:
.ec-telInput
  input(type="text")

Styleguide 3.1.5
*/
.ec-telInput input {
  max-width: 10em;
  text-align: left;
}

/*
フォーム部品(その他)

フォーム部品でテキストの入力以外の動作要素を定義します。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>

Styleguide 3.2
*/
/*
ラジオ（水平）

水平に並ぶラジオボタンフィールドです。

各要素をlabelでくくって、コーディングします。

ex [新規会員登録画面　性別選択部分](http://demo3.ec-cube.net/entry)

Markup:
.ec-radio
  label
    input(type="radio")
    span 男性
  label
    input(type="radio")
    span 女性

Styleguide 3.2.2
*/
.ec-radio label {
  margin-right: 20px;
}

.ec-radio input {
  margin-right: 10px;
  margin-bottom: 10px;
}

.ec-radio span {
  font-weight: normal;
}

/*
ラジオ(垂直)

垂直に並ぶラジオボタンフィールドです。

各要素をlabelでくくって、コーディングします。

ex [購入画面 お支払方法](http://demo3.ec-cube.net/shopping)

Markup:
.ec-blockRadio
  label
    input(type="radio")
    span 郵便振替
  label
    input(type="radio")
    span 現金書留
  label
    input(type="radio")
    span 銀行振込
  label
    input(type="radio")
    span 代金引換

Styleguide 3.2.3
*/
.ec-blockRadio label {
  display: block;
}

.ec-blockRadio span {
  padding-left: 10px;
  font-weight: normal;
}

/*
セレクトボックス

数量を表示するための小さなコンポーネントです。

数値表示に最適化するため、数字は右端揃えで表示されます。

ex [新規会員登録画面　都道府県選択部分](http://demo3.ec-cube.net/entry)

Markup:
.ec-select
  select
    option 都道府県を選択
    option 北海道
    option 青森県
    option 岩手県
    option ...
.ec-select
  select
    option 選択して下さい
    option 公務員
    option コンサルタント
    option コンピュータ関連技術職
    option コンピュータ関連以外の技術職
    option ...

Styleguide 3.2.4
*/
.ec-selects {
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

.ec-select {
  margin-bottom: 16px;
}

.ec-select select {
  display: inline-block;
  width: auto;
  max-width: 100%;
  background-color: #f8f8f8;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}

.ec-select select:focus {
  box-shadow: none;
}

.ec-select label {
  margin-right: 10px;
  font-weight: bold;
}

.ec-select label:nth-child(3) {
  margin-left: 10px;
  font-weight: bold;
}

.ec-select__delivery {
  display: block;
  margin-right: 16px;
}

.ec-select__time {
  display: block;
}

/*
生年月日選択

数量を表示するための小さなコンポーネントです。

数値表示に最適化するため、数字は右端揃えで表示されます。

ex [新規会員登録画面　生年月日選択部分](http://demo3.ec-cube.net/entry)

Markup:
.ec-birth
  select
    option ----
    option 1960
    option 1961
    option 1962
    option ...
  span /
  select
    option --
    option 01
    option 02
    option 03
    option ...
  span /
  select
    option --
    option 01
    option 02
    option 03
    option ...

Styleguide 3.2.5
*/
.ec-birth select {
  display: inline-block;
  width: auto;
  margin: 0 0 10px;
  background-color: #f8f8f8;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}

.ec-birth select:focus {
  box-shadow: none;
}

.ec-birth span {
  margin-left: 5px;
}

/*
チェックボックス （水平）

水平に並ぶチェックボックス フィールドです。

各要素をlabelでくくって、コーディングします。

ex [新規会員登録画面　利用規約](http://demo3.ec-cube.net/entry)

Markup:
.ec-checkbox
  label
    input(type="checkbox")
    span 利用規約に同意する

Styleguide 3.2.6
*/
.ec-checkbox label {
  display: inline-block;
}

.ec-checkbox input {
  margin-bottom: 10px;
}

.ec-checkbox span {
  font-weight: normal;
}

/*
チェックボックス (垂直)

垂直に並ぶチェックボックス フィールドです。

各要素をlabelでくくって、コーディングします。

Markup:
.ec-blockCheckbox
  label
    input(type="checkbox")
    span 利用規約に同意する

Styleguide 3.2.7
*/
.ec-blockCheckbox label {
  display: block;
}

.ec-blockCheckbox span {
  font-weight: normal;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
フォームラベル

フォームのラベルに関する要素を定義します。

sg-wrapper:
<div class="ec-registerRole">
  <div class="ec-off1Grid">
    <div class="ec-off1Grid__cell">
      <div class="ec-borderedDefs">
        <sg-wrapper-content/>
      </div>
    </div>
  </div>
</div>

Styleguide 3.3
*/
/*
ラベル

フォーム要素で利用するラベル要素です。

ex [お問い合わせページ　ラベル部分](http://demo3.ec-cube.net/contact)

Markup:
.ec-borderedDefs
  dl
    dt
      label.ec-label お名前
    dd
      .ec-input
        input(type="text")

Styleguide 3.3.1
*/
.ec-label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
}

/*
必須ラベル

必須文字を表示するラベル要素です。

ex [お問い合わせページ　必須ラベル部分](http://demo3.ec-cube.net/contact)


Markup:
.ec-borderedDefs
  dl
    dt
      label.ec-label お名前
        span.ec-required 必須
    dd
      .ec-input
        input(type="text")

Styleguide 3.3.2
*/
.ec-required {
  display: inline-block;
  margin-left: .8em;
  vertical-align: 2px;
  color: #DE5D50;
  font-size: 12px;
  font-weight: normal;
}

/*
アイコン

デフォルトテンプレートのアイコンは`.ec-icon`>`img`タグで使用することができます

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>

Markup:
include /assets/tmpl/elements/4.1.icon.pug
div(style="background-color: rgba(130,130,130,.15); padding: 20px;")
  +icon-all

Styleguide 4.1
*/
.ec-icon img {
  max-width: 80px;
  max-height: 80px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
グリッド

画面を12分割し、グリッドレイアウトに対応するためのスタイルです。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>


Styleguide 5.1
*/
/*
2分割グリッド

画面 ２分割の　グリッドです。
Bootstrap の col-sm-6 相当のグリッドを提供します。

Markup:
.ec-grid2
  .ec-grid2__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid2__cell
  .ec-grid2__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid2__cell

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 5.1.1
*/
.ec-grid2 {
  display: block;
  margin: 0;
}

.ec-grid2 .ec-grid2__cell {
  position: relative;
  min-height: 1px;
}

.ec-grid2 .ec-grid2__cell2 {
  position: relative;
  min-height: 1px;
}

/*
3分割グリッド

画面　３分割の　グリッドです。


Markup:
.ec-grid3
  .ec-grid3__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid3__cell
  .ec-grid3__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid3__cell
  .ec-grid3__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid3__cell

Styleguide 5.1.2
*/
.ec-grid3 {
  display: block;
  margin: 0;
}

.ec-grid3 .ec-grid3__cell {
  position: relative;
  min-height: 1px;
}

.ec-grid3 .ec-grid3__cell2 {
  position: relative;
  min-height: 1px;
}

.ec-grid3 .ec-grid3__cell3 {
  position: relative;
  min-height: 1px;
}

/*
4分割グリッド

画面　４分割の　グリッドです。


Markup:
.ec-grid4
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid4__cell
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid4__cell
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid4__cell
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid4__cell

Styleguide 5.1.3
*/
.ec-grid4 {
  display: block;
  margin: 0;
}

.ec-grid4 .ec-grid4__cell {
  position: relative;
  min-height: 1px;
}

/*
6分割グリッド

2つにまとめた cell2 や 3つをまとめた cell3 タグも使用可能です。


Markup:
.ec-grid6
  .ec-grid6__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell
  .ec-grid6__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell
  .ec-grid6__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell
  .ec-grid6__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell
  .ec-grid6__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell
  .ec-grid6__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell
.ec-grid6
  .ec-grid6__cell2(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell2
  .ec-grid6__cell2(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell2
  .ec-grid6__cell2(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell2
.ec-grid6
  .ec-grid6__cell3(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell3
  .ec-grid6__cell3(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") .ec-grid6__cell3

Styleguide 5.1.4
*/
.ec-grid6 {
  display: block;
  margin: 0;
}

.ec-grid6 .ec-grid6__cell {
  position: relative;
  min-height: 1px;
}

.ec-grid6 .ec-grid6__cell2 {
  position: relative;
  min-height: 1px;
}

.ec-grid6 .ec-grid6__cell3 {
  position: relative;
  min-height: 1px;
}

/*
中央寄せグリッド 10/12

左右にマージンを持つ、中央寄せグリッドを提供します。１２分の１０グリッドです

ex [ご利用規約ページ　本文](http://demo3.ec-cube.net/help/agreement)

Markup:
.ec-off1Grid
  .ec-off1Grid__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod

Styleguide 5.1.5
*/
.ec-off1Grid {
  margin: 0;
}

.ec-off1Grid .ec-off1Grid__cell {
  margin: 0;
}

/*
中央寄せグリッド 8/12

左右にマージンを持つ、中央寄せグリッドを提供します。１２分の８グリッドです


Markup:
.ec-off2Grid
  .ec-off2Grid__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod

Styleguide 5.1.6
*/
.ec-off2Grid {
  display: block;
  margin: 0;
}

.ec-off2Grid .ec-off2Grid__cell {
  margin: 0;
}

/*
中央寄せグリッド 6/12

左右にマージンを持つ、中央寄せグリッドを提供します。１２分の６グリッドです


Markup:
.ec-off3Grid
  .ec-off3Grid__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod

Styleguide 5.1.7
*/
.ec-off3Grid {
  display: block;
  margin: 0;
}

.ec-off3Grid .ec-off3Grid__cell {
  margin: 0;
}

/*
中央寄せグリッド 4/12

左右にマージンを持つ、中央寄せグリッドを提供します。１２分の４グリッドです


Markup:
.ec-off4Grid
  .ec-off4Grid__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod


Styleguide 5.1.8
*/
.ec-off4Grid {
  display: block;
  margin: 0;
}

.ec-off4Grid .ec-off4Grid__cell {
  margin: 0;
}

/*
グリッドオプション

グリッドのセルに対して「左寄せ」「中央寄せ」「右寄せ」のオプションを付与することができます。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>

Styleguide 5.1.9
*/
/*
グリッドセルの左寄せ

.ec-gridに.ec-grid--leftを付与すると内包してるセルを左寄せにすることができます。

Markup:
.ec-grid4.ec-grid--left
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") ec-grid4__cell
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") ec-grid4__cell
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") ec-grid4__cell

Styleguide 5.1.10
*/
.ec-grid--left {
  justify-content: flex-start;
}

/*
グリッドセルの右寄せ

.ec-gridに.ec-grid--leftを付与すると内包してるセルを左寄せにすることができます。

Markup:
.ec-grid4.ec-grid--right
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") ec-grid4__cell
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") ec-grid4__cell
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") ec-grid4__cell

Styleguide 5.1.11
*/
.ec-grid--right {
  justify-content: flex-end;
}

/*
グリッドセルの中央寄せ

.ec-gridに.ec-grid--leftを付与すると内包してるセルを左寄せにすることができます。

Markup:
.ec-grid4.ec-grid--center
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") ec-grid4__cell
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") ec-grid4__cell
  .ec-grid4__cell(style="background-color: rgba(86,61,124,.15);border: 1px solid rgba(86,61,124,.2);height:50px;") ec-grid4__cell

Styleguide 5.1.12
*/
.ec-grid--center {
  justify-content: center;
}

/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
レイアウト

様々なレイアウトを変更する為のスタイル群です。

Styleguide 5.2
*/
/*
画像レイアウト

画像とテキストを水平に並べるレイアウトです。

画像は20%で表示されます。

ex [注文履歴 ログイン後→注文履歴ボタンを押下](http://demo3.ec-cube.net/mypage)

Markup:
.ec-imageGrid
  .ec-imageGrid__img: img(src="http://demo3.ec-cube.net/upload/save_image/0701113537_559351f959620.jpeg")
  .ec-imageGrid__content
    p.ec-font-bold ホーローマグ
    p ¥ 1,728 x 1

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>


Styleguide 5.2.1
*/
.ec-imageGrid {
  display: table;
  border-top: 1px dotted #ccc;
  width: 100%;
}

.ec-imageGrid .ec-imageGrid__img {
  display: table-cell;
  padding: 10px;
  width: 100px;
}

.ec-imageGrid .ec-imageGrid__img img {
  width: 100%;
}

.ec-imageGrid .ec-imageGrid__content {
  vertical-align: middle;
  display: table-cell;
}

.ec-imageGrid .ec-imageGrid__content span {
  margin-left: 10px;
}

.ec-imageGrid .ec-imageGrid__content p {
  margin-bottom: 0;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
ログイン

主にログインフォームのスタイルを表示します。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 6.1
*/
/*
ログインフォーム

ログインフォームを表示します。

ex [ログイン画面](http://demo3.ec-cube.net/mypage/login)

Markup:
include /assets/tmpl/elements/6.3.login.pug
+ec-login


Styleguide 6.1.1
*/
.ec-login {
  margin: 0 0 20px;
  padding: 30px 13% 20px;
  height: auto;
  background: #F3F4F4;
  box-sizing: border-box;
}

.ec-login .ec-login__icon {
  text-align: center;
}

.ec-login .ec-icon {
  margin-bottom: 10px;
}

.ec-login .ec-icon img {
  width: 90px;
  height: 90px;
  display: inline-block;
}

.ec-login .ec-login__input {
  margin-bottom: 40px;
}

.ec-login .ec-login__input .ec-checkbox span {
  margin-left: 5px;
  font-weight: normal;
}

.ec-login .ec-login__actions {
  color: #fff;
}

.ec-login .ec-login__actions a {
  color: inherit;
  text-decoration: none;
}

.ec-login .ec-login__actions a:hover {
  text-decoration: none;
}

.ec-login .ec-login__link {
  margin-top: 5px;
  margin-left: 0;
}

.ec-login .ec-errorMessage {
  color: #DE5D50;
  margin-bottom: 20px;
}

/*
ゲスト購入

ゲスト購入ボタンとそのフォームを表示します。

ex [ゲスト購入画面](http://demo3.ec-cube.net/shopping/login)

Markup:
include /assets/tmpl/elements/6.3.login.pug
+ec-guest
hoge

Styleguide 6.1.2
*/
.ec-guest {
  display: table;
  margin: 0;
  padding: 13%;
  height: auto;
  box-sizing: border-box;
  background: #F3F4F4;
}

.ec-guest .ec-guest__inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.ec-guest .ec-guest__inner p {
  margin-bottom: 16px;
}

.ec-guest .ec-guest__actions {
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.ec-guest .ec-guest__actions a {
  color: inherit;
  text-decoration: none;
}

.ec-guest .ec-guest__actions a:hover {
  text-decoration: none;
}

.ec-guest .ec-guest__icon {
  font-size: 70px;
  text-align: center;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
商品掲載

トップページに商品掲載するスタイルガイド群です。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>


Styleguide 7.1
*/
/*
商品アイテム（商品紹介B）

３項目横並びの商品アイテムを表示します。
必要に応じて商品詳細や、キャッチコピーなどを添えることが出来ます。

ex [トップページ　商品紹介部分](http://demo3.ec-cube.net/)

Markup:
include /assets/tmpl/elements/7.1.itembanner.pug
+ec-displayB

Styleguide 7.1.1
*/
.ec-displayB {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.ec-displayB .ec-displayB__cell {
  width: 100%;
  margin-bottom: 16px;
}

.ec-displayB .ec-displayB__cell a {
  color: inherit;
  text-decoration: none;
}

.ec-displayB .ec-displayB__cell a:hover {
  text-decoration: none;
}

.ec-displayB .ec-displayB__cell:hover {
  text-decoration: none;
}

.ec-displayB .ec-displayB__cell:hover img {
  opacity: .8;
}

.ec-displayB .ec-displayB__cell:hover a {
  text-decoration: none;
}

.ec-displayB .ec-displayB__img {
  margin-bottom: 15px;
}

.ec-displayB .ec-displayB__catch {
  margin-bottom: 15px;
  text-decoration: none;
  font-weight: bold;
  color: #9a947e;
}

.ec-displayB .ec-displayB__comment {
  margin-bottom: 14px;
  text-decoration: none;
  color: #525263;
  font-size: 14px;
}

.ec-displayB .ec-displayB__link {
  text-decoration: none;
  font-weight: bold;
  color: #9a947e;
}

/*
商品アイテム（商品紹介C）

４項目横並びの商品アイテムを表示します。

ex [トップページ　商品紹介部分](http://demo3.ec-cube.net/)

Markup:
include /assets/tmpl/elements/7.1.itembanner.pug
+ec-displayC
p hoge

Styleguide 7.1.2
*/
.ec-displayC {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}

.ec-displayC .ec-displayC__cell {
  width: 47%;
}

.ec-displayC .ec-displayC__cell a {
  color: inherit;
  text-decoration: none;
}

.ec-displayC .ec-displayC__cell a:hover {
  text-decoration: none;
}

.ec-displayC .ec-displayC__cell:hover a {
  text-decoration: none;
}

.ec-displayC .ec-displayC__cell:hover img {
  opacity: .8;
}

.ec-displayC .ec-displayC__img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.ec-displayC .ec-displayC__catch {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #9a947e;
}

.ec-displayC .ec-displayC__title {
  display: block;
  width: 100%;
  color: #525263;
}

.ec-displayC .ec-displayC__price {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #525263;
}

.ec-displayC .ec-displayC__price--sp {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #DE5D50;
}

/*
商品アイテム（商品紹介D）

６項目横並びの商品アイテムを表示します。

ex [トップページ　商品紹介部分](http://demo3.ec-cube.net/)

Markup:
include /assets/tmpl/elements/7.1.itembanner.pug
+ec-displayD

Styleguide 7.1.3
*/
.ec-displayD {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}

.ec-displayD .ec-displayD__cell {
  width: 30%;
  margin-bottom: 8px;
}

.ec-displayD .ec-displayD__cell a {
  color: inherit;
  text-decoration: none;
}

.ec-displayD .ec-displayD__cell a:hover {
  text-decoration: none;
}

.ec-displayD .ec-displayD__cell:hover {
  text-decoration: none;
}

.ec-displayD .ec-displayD__cell:hover img {
  opacity: .8;
}

.ec-displayD .ec-displayD__img {
  display: block;
  width: 100%;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
検索・一覧表示

検索欄や、一覧表示に使用するスタイル群です。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 7.2
*/
/*
トピックパス

検索結果で表示されるトピックパスのスタイルです。

ex [商品一覧ページ　横並びリスト部分](http://demo3.ec-cube.net/products/list?category_id=&name=)

Markup:
include /assets/tmpl/elements/7.2.search.pug
+ec-topicpath

Styleguide 7.2.1
*/
.ec-topicpath {
  letter-spacing: -.4em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 10px;
  list-style: none;
  overflow: hidden;
  font-size: 12px;
  color: #0092C4;
}

.ec-topicpath .ec-topicpath__item a {
  color: inherit;
  text-decoration: none;
}

.ec-topicpath .ec-topicpath__item a:hover {
  text-decoration: none;
}

.ec-topicpath .ec-topicpath__divider {
  color: #000;
}

.ec-topicpath .ec-topicpath__item,
.ec-topicpath .ec-topicpath__divider,
.ec-topicpath .ec-topicpath__item--active {
  display: inline-block;
  min-width: 16px;
  text-align: center;
  position: relative;
  letter-spacing: normal;
}

.ec-topicpath .ec-topicpath__item--active {
  font-weight: bold;
}

.ec-topicpath .ec-topicpath__item--active a {
  color: inherit;
  text-decoration: none;
}

.ec-topicpath .ec-topicpath__item--active a:hover {
  text-decoration: none;
}

/*
ページャ

検索結果で表示される商品一覧のスタイルです。

ex [商品一覧ページ　ページャ部分](http://demo3.ec-cube.net/products/list?category_id=&name=)

Markup:
include /assets/tmpl/elements/7.2.search.pug
+ec-pager

Styleguide 7.2.2
*/
.ec-pager {
  list-style: none;
  list-style-type: none;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
}

.ec-pager .ec-pager__item,
.ec-pager .ec-pager__item--active {
  display: inline-block;
  min-width: 29px;
  padding: 0 3px 0 2px;
  text-align: center;
  position: relative;
}

.ec-pager .ec-pager__item a,
.ec-pager .ec-pager__item--active a {
  color: inherit;
  text-decoration: none;
}

.ec-pager .ec-pager__item a:hover,
.ec-pager .ec-pager__item--active a:hover {
  text-decoration: none;
}

.ec-pager .ec-pager__item a,
.ec-pager .ec-pager__item--active a {
  color: inherit;
  display: block;
  line-height: 1.8;
  padding: 5px 1em;
  text-decoration: none;
}

.ec-pager .ec-pager__item a:hover,
.ec-pager .ec-pager__item--active a:hover {
  color: inherit;
}

.ec-pager .ec-pager__item--active {
  background: #F3F3F3;
}

.ec-pager .ec-pager__item:hover {
  background: #F3F3F3;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.bg-load-overlay {
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  position: fixed;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  opacity: 1;
}

/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
カート

ショッピングカートに関するスタイルです。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>


Styleguide 7.3
*/
/*
カートヘッダ

購入完了までの手順や、現在の状態を表示します。

ul 要素を用いたリスト要素としてマークアップします。

ex [カートページ　ヘッダ部分](http://demo3.ec-cube.net/cart)

Markup:
include /assets/tmpl/elements/7.3.cart.pug
+ec-progress

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 7.3.1
*/
.ec-progress {
  margin: 0 auto;
  padding: 8px 0 16px;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 600px;
  list-style: none;
}

.ec-progress .ec-progress__item {
  display: table-cell;
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  z-index: 10;
}

.ec-progress .ec-progress__item:after {
  content: '';
  position: absolute;
  display: block;
  background: #525263;
  width: 100%;
  height: 0.25em;
  top: 1.25em;
  left: 50%;
  margin-left: 1.5em\9;
  z-index: -1;
}

.ec-progress .ec-progress__item:last-child:after {
  display: none;
}

.ec-progress .ec-progress__number {
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  font-size: 12px;
  background: #525263;
  color: #fff;
  top: 0;
  left: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}

.ec-progress .ec-progress__label {
  font-size: 12px;
  color: #c0c0c0;
}

.ec-progress .is-complete .ec-progress__number {
  background: #03a9f4;
}

.ec-progress .is-complete .ec-progress__label {
  color: #000;
}

/*
カートナビゲーション

カートナビゲーションを表示します。　カートに追加された商品の個数も表示します。

ex [カートページ　ナビゲーション部分](http://demo3.ec-cube.net/cart)

Markup:
include /assets/tmpl/elements/11.2.header.pug
+ec-headerCart

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>


Styleguide 7.3.5
*/
.ec-cartNavi {
  display: inline-block;
  padding: 10px 0 0 20px;
  width: auto;
  color: black;
  background: transparent;
}

.ec-cartNavi .ec-cartNavi__icon {
  display: inline-block;
  font-size: 20px;
  display: inline-block;
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeIn 200ms linear 0s;
  animation: fadeIn 200ms linear 0s;
  position: relative;
}

.ec-cartNavi .ec-cartNavi__badge {
  display: inline-block;
  border-radius: 99999px;
  box-sizing: border-box;
  padding: 5px;
  height: 17px;
  font-size: 10px;
  line-height: 0.7;
  vertical-align: top;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  background-color: #DE5D50;
  position: absolute;
  left: 60%;
  top: -10px;
}

.ec-cartNavi .ec-cartNavi__price {
  display: none;
}

.ec-cartNavi.is-active .ec-cartNavi__icon:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.ec-cartNavi.is-active .ec-cartNavi__badge {
  display: none;
}

/*
カートナビゲーションのポップアップ(商品詳細)

カートナビゲーションのポップアップを表示します。カートに追加された商品の詳細が表示されます。

ex [カートページ　ナビゲーション部分](http://demo3.ec-cube.net/cart)

Markup:
div(style="height:350px;")
  // 上記のdivはスタイルガイド都合上、高さをもたせるため設置(mocでは不要)
  .is_active
    .ec-cartNavi
      .ec-cartNavi__icon
        img(src='/moc/icon/cart-dark.svg', alt='close')
      .ec-cartNavi__iconClose
        img(src='/moc/icon/cross-dark.svg', alt='close')
      .ec-cartNavi__badge 1
      .ec-cartNavi__label
        | 合計
        .ec-cartNavi__price ¥1920
    +b.ec-cartNaviIsset
      +e.cart
        +e.cartImage
          img(src='http://demo3.ec-cube.net/upload/save_image/0701104933_5593472d8d179.jpeg')
        +e.cartContent
          +e.cartContentTitle ミニテーブル
          +e.cartContentPrice ¥ 12,960
            +e.cartContentTax 税込
          +e.cartContentNumber 数量：1
      +e.action
        a.ec-blockBtn--action(href="/moc/guest/cart1") カートへ進む
        a.ec-blockBtn.ec-cartNavi--cancel キャンセル

Styleguide 7.3.6
*/
.ec-cartNaviIsset {
  display: none;
  width: 100%;
  text-align: center;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 16px;
  z-index: 20;
  position: absolute;
  right: 0;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cart {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 16px;
  padding-bottom: 32px;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cart:after {
  content: " ";
  display: table;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cart:after {
  clear: both;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartImage {
  float: left;
  width: 45%;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartImage img {
  width: 100%;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContent {
  float: right;
  width: 55%;
  padding-left: 16px;
  text-align: left;
  box-sizing: border-box;
}

.ec-cartNaviIsset .ec-cartNaviIsset__action .ec-blockBtn--action {
  color: #fff;
  margin-bottom: 8px;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContentTitle {
  margin-bottom: 8px;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContentPrice {
  font-weight: bold;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContentTax {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin-left: 2px;
}

.ec-cartNaviIsset .ec-cartNaviIsset__cartContentNumber {
  font-size: 14px;
}

.ec-cartNaviIsset.is-active {
  display: block;
}

/*
カートナビゲーションのポップアップ(商品なし)

カートナビゲーションのポップアップを表示します。商品が登録されていない場合の表示です。

ex [カートページ　ナビゲーション部分](http://demo3.ec-cube.net/cart)

Markup:
div(style="height:170px;")
  // 上記のdivはスタイルガイド都合上、高さをもたせるため設置(mocでは不要)
  .is_active
    .ec-cartNavi
      .ec-cartNavi__icon
        img(src='/moc/icon/cart-dark.svg', alt='cart')
      .ec-cartNavi__iconClose
        img(src='/moc/icon/cross-dark.svg', alt='close')
      .ec-cartNavi__badge 1
      .ec-cartNavi__label
        | 合計
        .ec-cartNavi__price ¥1920
    .ec-cartNaviNull
      .ec-cartNaviNull__message
        p 現在カート内に
          br
          | 商品がございません。
    //+b.ec-cartNaviIsset
    //  +e.cart
    //    +e.cartImage
    //      img(src='http://demo3.ec-cube.net/upload/save_image/0701104933_5593472d8d179.jpeg')
    //    +e.cartContent
    //      +e.cartContentTitle ミニテーブル
    //      +e.cartContentPrice ¥ 12,960
    //        +e.cartContentTax 税込
    //      +e.cartContentNumber 数量：1
    //  +e.action
    //    a.ec-blockBtn--action(href="/moc/guest/cart1") カートへ進む
    //    a.ec-blockBtn キャンセル

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>


Styleguide 7.3.7
*/
.ec-cartNaviNull {
  display: none;
  width: 100%;
  text-align: center;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 16px;
  z-index: 3;
  position: absolute;
  right: 0;
}

.ec-cartNaviNull .ec-cartNaviNull__message {
  border: 1px solid #D9D9D9;
  padding: 16px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #F99;
}

.ec-cartNaviNull .ec-cartNaviNull__message p {
  margin: 0;
}

.ec-cartNaviNull.is-active {
  display: block;
}

/*
総計

会計時の合計金額、総計を表示します。

ex [カートページ　統計部分](http://demo3.ec-cube.net/cart)

Markup:
include /assets/tmpl/elements/7.3.cart.pug
+ec-totalBox

Styleguide 7.3.8
*/
.ec-totalBox {
  background: #F3F3F3;
  padding: 16px;
  margin-bottom: 16px;
}

.ec-totalBox .ec-totalBox__spec {
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 8px;
}

.ec-totalBox .ec-totalBox__spec dt {
  font-weight: normal;
  text-align: left;
}

.ec-totalBox .ec-totalBox__spec dd {
  text-align: right;
}

.ec-totalBox .ec-totalBox__spec .ec-totalBox .ec-totalBox__spec__specTotal {
  color: #DE5D50;
}

.ec-totalBox .ec-totalBox__total {
  border-top: 1px dotted #ccc;
  padding: 8px 0;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}

.ec-totalBox .ec-totalBox__paymentTotal {
  padding: 8px 0;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}

.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price,
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
  color: #DE5D50;
}

.ec-totalBox .ec-totalBox__price {
  margin-left: 16px;
  font-size: 16px;
  font-weight: bold;
}

.ec-totalBox .ec-totalBox__taxLabel {
  margin-left: 8px;
  font-size: 12px;
}

.ec-totalBox .ec-totalBox__taxRate {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
  font-size: 10px;
}

.ec-totalBox .ec-totalBox__taxRate dt {
  font-weight: normal;
  text-align: left;
  margin-right: 8px;
}

.ec-totalBox .ec-totalBox__taxRate dt::before {
  content: "[ ";
}

.ec-totalBox .ec-totalBox__taxRate dd {
  text-align: right;
}

.ec-totalBox .ec-totalBox__taxRate dd::after {
  content: " ]";
}

.ec-totalBox .ec-totalBox__pointBlock {
  padding: 18px 20px 10px;
  margin-bottom: 10px;
  background: #fff;
}

.ec-totalBox .ec-totalBox__btn {
  color: #fff;
}

.ec-totalBox .ec-totalBox__btn a {
  color: inherit;
  text-decoration: none;
}

.ec-totalBox .ec-totalBox__btn a:hover {
  text-decoration: none;
}

.ec-totalBox .ec-totalBox__btn .ec-blockBtn--action {
  font-size: 16px;
  font-weight: bold;
}

.ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel {
  margin-top: 8px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
お知らせ

新着情報やバナーなどの掲載項目を紹介していきます。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 8.1
*/
/*
新着情報

新着情報の掲載をします。

ex [トップページ　新着情報部分](http://demo3.ec-cube.net/)

Markup:
include /assets/tmpl/elements/8.1.info.pug
+ec-news

Styleguide 8.1.1
*/
.ec-news {
  margin-bottom: 16px;
  background: #F8F8F8;
}

.ec-news .ec-news__title {
  font-weight: bold;
  padding: 8px;
  font-size: 16px;
  text-align: center;
}

.ec-news .ec-news__items {
  padding: 0;
  list-style: none;
  border-top: 1px dotted #ccc;
}

/*
折りたたみ項目

折りたたみ項目を掲載します。

ex [トップページ　折りたたみ項目部分](http://demo3.ec-cube.net/)

Markup:
include /assets/tmpl/elements/8.1.info.pug
+b.ec-news
        +e.title 新着情報
        +e.UL.items
            +e.LI.item
                +b.ec-newsline.is_active
                    +e.info
                        +e.date 2016/09/29
                        +e.comment サイトオープンしました
                        +e.close
                            a.ec-closeBtn--circle
                                span.ec-closeBtn--circle__icon
                                    .ec-icon
                                        img(src='/moc/icon/angle-down-white.svg', alt='')
                    +e.description 一人暮らしからオフィスなどさまざまなシーンで あなたの生活をサポートするグッズをご家庭へお届けします！

Styleguide 8.1.2
*/
.ec-newsline {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0 16px;
}

.ec-newsline .ec-newsline__info {
  width: 100%;
  padding: 16px 0;
}

.ec-newsline .ec-newsline__info:after {
  content: " ";
  display: table;
}

.ec-newsline .ec-newsline__info:after {
  clear: both;
}

.ec-newsline .ec-newsline__date {
  display: inline-block;
  margin-right: 10px;
  float: left;
}

.ec-newsline .ec-newsline__comment {
  display: inline-block;
  float: left;
}

.ec-newsline .ec-newsline__close {
  float: right;
  display: inline-block;
  text-align: right;
}

.ec-newsline .ec-newsline__close .ec-closeBtn--circle {
  display: inline-block;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
}

.ec-newsline .ec-newsline__description {
  width: 100%;
  height: 0;
  transition: all .2s ease-out;
}

.ec-newsline.is_active .ec-newsline__description {
  height: auto;
  transition: all .2s ease-out;
  padding-bottom: 16px;
}

.ec-newsline.is_active .ec-icon img {
  transform: rotateX(180deg);
}

/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
マイページ

マイページで利用するためのスタイルガイド群です。

sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>


Styleguide 9.1
*/
/*
マイページ

マイページで表示するメニューリストです。

ul を利用したリスト要素で記述します。

ex [マイページ　メニューリスト部分](http://demo3.ec-cube.net/mypage)

Markup:
include /assets/tmpl/elements/9.1.mypage.pug
+ec-navlist

Styleguide 9.1.1
*/
.ec-navlistRole .ec-navlistRole__navlist {
  display: flex;
  flex-wrap: wrap;
  border-color: #D0D0D0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin-bottom: 32px;
  padding: 0;
  list-style: none;
}

.ec-navlistRole .ec-navlistRole__navlist a {
  color: inherit;
  text-decoration: none;
}

.ec-navlistRole .ec-navlistRole__navlist a:hover {
  text-decoration: none;
}

.ec-navlistRole .ec-navlistRole__item {
  width: 50%;
  border-color: #D0D0D0;
  border-style: solid;
  border-width: 0 1px 1px 0;
  text-align: center;
  font-weight: bold;
}

.ec-navlistRole .ec-navlistRole__item a {
  padding: 14px;
  width: 100%;
  display: inline-block;
}

.ec-navlistRole .ec-navlistRole__item a:hover {
  background: #f5f7f8;
}

.ec-navlistRole .active a {
  color: #DE5D50;
}

/*
マイページ（お気に入り機能無効）

マイページで表示するメニューリストです。

ul を利用したリスト要素で記述します。

ex [マイページ　メニューリスト部分](http://demo3.ec-cube.net/mypage)

Markup:
include /assets/tmpl/elements/9.1.mypage.pug
+ec-navlist_noFavorite

Styleguide 9.1.2
*/
/*
Welcome メッセージ

マイページで表示するログイン名の表示コンポーネントです。

ex [マイページ　メニューリスト下部分](http://demo3.ec-cube.net/mypage)

Markup:
include /assets/tmpl/elements/9.1.mypage.pug
+ec-welcomeMsg

Styleguide 9.1.3
*/
.ec-welcomeMsg {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 1em 0;
  padding-bottom: 32px;
  text-align: center;
  border-bottom: 1px dotted #ccc;
}

.ec-welcomeMsg:after {
  content: " ";
  display: table;
}

.ec-welcomeMsg:after {
  clear: both;
}

.ec-welcomeMsg textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-welcomeMsg img {
  max-width: 100%;
}

.ec-welcomeMsg html {
  box-sizing: border-box;
}

.ec-welcomeMsg *,
.ec-welcomeMsg *::before,
.ec-welcomeMsg *::after {
  box-sizing: inherit;
}

.ec-welcomeMsg img {
  width: 100%;
}

/*
お気に入り一覧

お気に入り一覧で表示するアイテムの表示コンポーネントです。

ex [マイページ　お気に入り一覧](http://demo3.ec-cube.net/mypage/favorite)

Markup:
include /assets/tmpl/elements/9.1.mypage.pug
+ec-favorite

Styleguide 9.1.4
*/
.ec-favoriteRole .ec-favoriteRole__header {
  margin-bottom: 16px;
}

.ec-favoriteRole .ec-favoriteRole__itemList {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.ec-favoriteRole .ec-favoriteRole__itemList a {
  color: inherit;
  text-decoration: none;
}

.ec-favoriteRole .ec-favoriteRole__itemList a:hover {
  text-decoration: none;
}

.ec-favoriteRole .ec-favoriteRole__item {
  margin-bottom: 8px;
  width: 47.5%;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
}

.ec-favoriteRole .ec-favoriteRole__item-image {
  margin-bottom: 10px;
  text-align: center;
}

.ec-favoriteRole .ec-favoriteRole__item img {
  width: auto;
  max-height: 100%;
}

.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle {
  position: absolute;
  right: 10px;
  top: 10px;
}

.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle .ec-icon img {
  width: 1em;
  height: 1em;
}

.ec-favoriteRole .ec-favoriteRole__itemThumb {
  display: block;
  height: auto;
  margin-bottom: 8px;
}

.ec-favoriteRole .ec-favoriteRole__itemTitle {
  margin-bottom: 2px;
}

.ec-favoriteRole .ec-favoriteRole__itemPrice {
  font-weight: bold;
  margin-bottom: 0;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
標準セクション

通常のコンテナブロックです。

ex [商品詳細ページ　コンテナ](http://demo3.ec-cube.net/products/detail/33)

Markup:
include /assets/tmpl/elements/11.1.role.pug
+ec-roleRole

Styleguide 11.1
*/
.ec-role {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}

.ec-role:after {
  content: " ";
  display: table;
}

.ec-role:after {
  clear: both;
}

.ec-role textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-role img {
  max-width: 100%;
}

.ec-role html {
  box-sizing: border-box;
}

.ec-role *,
.ec-role *::before,
.ec-role *::after {
  box-sizing: inherit;
}

.ec-role img {
  width: 100%;
}

/*
マイページセクション

マイページ専用のコンテナブロックです。

ex [マイページ　コンテナ](http://demo3.ec-cube.net/mypage)

Markup:
include /assets/tmpl/elements/11.1.role.pug
+ec-mypageRole

Styleguide 11.1.2
*/
.ec-mypageRole {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

.ec-mypageRole:after {
  content: " ";
  display: table;
}

.ec-mypageRole:after {
  clear: both;
}

.ec-mypageRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-mypageRole img {
  max-width: 100%;
}

.ec-mypageRole html {
  box-sizing: border-box;
}

.ec-mypageRole *,
.ec-mypageRole *::before,
.ec-mypageRole *::after {
  box-sizing: inherit;
}

.ec-mypageRole img {
  width: 100%;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
 * ECCUBE 固有のスタイルユーティリティ
 */
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.bg-load-overlay {
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  position: fixed;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  opacity: 1;
}

/*
ヘッダー

ヘッダー用のプロジェクトコンポーネントを提供します。

ex [トップページ　ヘッダー](http://demo3.ec-cube.net/)

Markup:
include /assets/tmpl/elements/11.2.header.pug
include /assets/tmpl/elements/11.3.headerNavi.pug
include /assets/tmpl/elements/11.4.categoryNavi.pug
+b.ec-layoutRole
  +e.header
    +ec-headerRole
    +ec-headerNaviRole
    +ec-categoryNaviRole

Styleguide 11.2
*/
.ec-layoutRole {
  width: 100%;
  transition: transform 0.3s;
  /* background: #fff; */
}

.ec-layoutRole .ec-layoutRole__contentTop {
  padding: 0;
}

.ec-layoutRole .ec-layoutRole__contents {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  /* max-width: 1150px; */
  /* display: flex; */
  flex-wrap: nowrap;
}

.ec-layoutRole .ec-layoutRole__main {
  width: 100%;
}

.ec-layoutRole .ec-layoutRole__mainWithColumn {
  width: 100%;
}

.ec-layoutRole .ec-layoutRole__mainBetweenColumn {
  width: 100%;
}

.ec-layoutRole .ec-layoutRole__left,
.ec-layoutRole .ec-layoutRole__right {
  display: none;
}

.ec-headerRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  padding-top: 15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
}

.ec-headerRole:after {
  content: " ";
  display: table;
}

.ec-headerRole:after {
  clear: both;
}

.ec-headerRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-headerRole img {
  max-width: 100%;
}

.ec-headerRole html {
  box-sizing: border-box;
}

.ec-headerRole *,
.ec-headerRole *::before,
.ec-headerRole *::after {
  box-sizing: inherit;
}

.ec-headerRole img {
  width: 100%;
}

.ec-headerRole:after {
  display: none;
}

.ec-headerRole::before {
  display: none;
}

.ec-headerRole .ec-headerRole__title {
  width: 100%;
}

.ec-headerRole .ec-headerRole__navSP {
  display: block;
  position: absolute;
  top: 15px;
  width: 27%;
  right: 0;
  text-align: right;
}

.ec-headerNaviRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}

.ec-headerNaviRole:after {
  content: " ";
  display: table;
}

.ec-headerNaviRole:after {
  clear: both;
}

.ec-headerNaviRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-headerNaviRole img {
  max-width: 100%;
}

.ec-headerNaviRole html {
  box-sizing: border-box;
}

.ec-headerNaviRole *,
.ec-headerNaviRole *::before,
.ec-headerNaviRole *::after {
  box-sizing: inherit;
}

.ec-headerNaviRole img {
  width: 100%;
}

.ec-headerNaviRole .fa-bars {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ec-headerNaviRole .ec-headerNaviRole__left {
  width: calc(100% / 3);
}

.ec-headerNaviRole .ec-headerNaviRole__search {
  display: none;
}

.ec-headerNaviRole .ec-headerNaviRole__navSP {
  display: block;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
  width: calc(100% * 2 / 3);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.ec-headerNaviRole .ec-headerNaviRole__nav {
  display: inline-block;
}

.ec-headerNaviRole .ec-headerNaviRole__nav a {
  color: inherit;
  text-decoration: none;
}

.ec-headerNaviRole .ec-headerNaviRole__nav a:hover {
  text-decoration: none;
}

.ec-headerNaviRole .ec-headerNaviRole__cart {
  display: inline-block;
}

.ec-headerNaviRole .ec-headerNaviRole__cart a {
  color: inherit;
  text-decoration: none;
}

.ec-headerNaviRole .ec-headerNaviRole__cart a:hover {
  text-decoration: none;
}

.ec-headerNavSP {
  display: block;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 10px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  color: black;
  background: white;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
}

.ec-headerNavSP .fas {
  vertical-align: top;
}

.ec-headerNavSP.is-active {
  display: none;
}

/*
ヘッダー：タイトル

ヘッダー内で使用されるタイトルコンポーネントです。

Markup:
include /assets/tmpl/elements/11.2.header.pug
+ec-headerTitle

Styleguide 11.2.1
*/
.ec-headerTitle {
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
}

.ec-headerTitle textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-headerTitle img {
  max-width: 100%;
}

.ec-headerTitle html {
  box-sizing: border-box;
}

.ec-headerTitle *,
.ec-headerTitle *::before,
.ec-headerTitle *::after {
  box-sizing: inherit;
}

.ec-headerTitle img {
  width: 100%;
}

.ec-headerTitle .ec-headerTitle__title {
  text-align: center;
}

.ec-headerTitle .ec-headerTitle__title h1 {
  margin: 0;
  padding: 0;
}

.ec-headerTitle .ec-headerTitle__title a {
  display: inline-block;
  margin-bottom: 30px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: black;
}

.ec-headerTitle .ec-headerTitle__title a:hover {
  opacity: .8;
}

.ec-headerTitle .ec-headerTitle__subtitle {
  font-size: 10px;
  text-align: center;
}

.ec-headerTitle .ec-headerTitle__subtitle a {
  display: inline-block;
  color: #0092C4;
  text-decoration: none;
  cursor: pointer;
}

/*
ヘッダー：ユーザナビゲーション

ヘッダー内でユーザに関与するナビゲーションコンポーネントです。
<br><br>
`.ec-headerNaviRole`>`.ec-headerNaviRole__nav`内に記述すると２カラム上の右側に配置することができます。

Markup:
include /assets/tmpl/elements/11.3.headerNavi.pug
+ec-headerNav

sg-wrapper:
<div class="ec-headerNaviRole">
  <div class="ec-headerNaviRole__nav">
    <sg-wrapper-content/>
  </div>
</div>

Styleguide 11.2.3
*/
.ec-headerNav {
  text-align: right;
}

.ec-headerNav .ec-headerNav__item {
  margin-left: 0;
  display: inline-block;
  font-size: 28px;
}

.ec-headerNav .ec-headerNav__itemIcon {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 18px;
  color: black;
}

.ec-headerNav .ec-headerNav__itemLink {
  display: none;
  margin-right: 5px;
  font-size: 14px;
  vertical-align: middle;
  color: black;
}

/*
ヘッダー：検索ボックス

ヘッダー内で使用される商品検索コンポーネントです。
<br><br>
`.ec-headerNaviRole`>`.ec-headerNaviRole__search`内に記述すると２カラム上の右側に配置することができます。

Markup:
include /assets/tmpl/elements/11.3.headerNavi.pug
+ec-headerSearch

sg-wrapper:
<div class="ec-headerNaviRole">
  <div class="ec-headerNaviRole__search">
    <sg-wrapper-content/>
  </div>
</div>

Styleguide 11.2.4
*/
.ec-headerSearch:after {
  content: " ";
  display: table;
}

.ec-headerSearch:after {
  clear: both;
}

.ec-headerSearch .ec-headerSearch__category {
  float: none;
}

.ec-headerSearch .ec-headerSearch__category .ec-select {
  overflow: hidden;
  width: 100%;
  margin: 0;
  text-align: center;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select {
  width: 100%;
  cursor: pointer;
  padding: 8px 24px 8px 8px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select option {
  color: #000;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select::-ms-expand {
  display: none;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  position: relative;
  border: 0;
  background: #000;
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
  position: absolute;
  top: 0.8em;
  right: 0.4em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
}

.ec-headerSearch .ec-headerSearch__keyword {
  position: relative;
  color: #525263;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
  width: 100%;
  height: 34px;
  font-size: 16px;
  border: 0 none;
  padding: 0.5em 50px 0.5em 1em;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  margin-bottom: 0;
}

.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
  width: 22px;
  height: 22px;
}

.ec-headerSearch .ec-headerSearch__keywordBtn {
  border: 0;
  background: none;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-55%);
  display: block;
  white-space: nowrap;
  z-index: 1;
}

/*
ヘッダー：カテゴリナビ

ヘッダー内で使用されている商品のカテゴリ一覧として使用します。
`li`の中に`ul > li`要素を入れることで、階層を深くする事ができます。

Markup:
include /assets/tmpl/elements/11.4.categoryNavi.pug
+ec-itemNav

sg-wrapper:
<div class="ec-categoryNaviRole" style="padding-bottom:150px;">
  <sg-wrapper-content/>
</div>

Styleguide 11.2.5
*/
.ec-categoryNaviRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  display: none;
}

.ec-categoryNaviRole:after {
  content: " ";
  display: table;
}

.ec-categoryNaviRole:after {
  clear: both;
}

.ec-categoryNaviRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-categoryNaviRole img {
  max-width: 100%;
}

.ec-categoryNaviRole html {
  box-sizing: border-box;
}

.ec-categoryNaviRole *,
.ec-categoryNaviRole *::before,
.ec-categoryNaviRole *::after {
  box-sizing: inherit;
}

.ec-categoryNaviRole img {
  width: 100%;
}

.ec-itemNav {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.ec-itemNav__nav {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: auto;
  height: auto;
  list-style-type: none;
  text-align: center;
  vertical-align: bottom;
}

.ec-itemNav__nav li {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  position: relative;
}

.ec-itemNav__nav li a {
  display: block;
  border-bottom: 1px solid #E8E8E8;
  margin: 0;
  padding: 16px;
  height: auto;
  color: #2e3233;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
  text-align: left;
  background: #fff;
  border-bottom: 1px solid #E8E8E8;
}

.ec-itemNav__nav li ul {
  display: none;
  z-index: 0;
  margin: 0;
  padding: 0;
  min-width: 200px;
  list-style: none;
  position: static;
  top: 100%;
  left: 0;
}

.ec-itemNav__nav li ul li {
  overflow: hidden;
  width: 100%;
  height: auto;
  transition: .3s;
}

.ec-itemNav__nav li ul li a {
  border-bottom: 1px solid #E8E8E8;
  padding: 16px 22px 16px 16px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-align: left;
  background: black;
}

.ec-itemNav__nav>li:hover>a {
  background: #fafafa;
}

.ec-itemNav__nav>li:hover li:hover>a {
  background: #333;
}

.ec-itemNav__nav li ul li ul {
  top: 0;
  left: 100%;
  width: auto;
}

.ec-itemNav__nav li ul li ul li a {
  background: #7D7D7D;
}

.ec-itemNav__nav li:hover ul li ul li a:hover {
  background: #333;
}

/*
ヘッダー：SPヘッダー

SP時のみ出現するヘッダーに関係するコンポーネントです。<br>
ex [トップページ](http://demo3.ec-cube.net/)画面サイズが768px以下に該当。<br>
<br>
`.ec-drawerRole`：SPのドロワー内の要素をwrapするコンポーネントです。<br>
`.ec-headerSearch`、`.ec-headerNav`、`.ec-itemNav`は`.ec-drawerRole`の子要素にある場合、ドロワーに適したスタイルに変化します。<br><br>
`.ec-overlayRole`：SPのドロワー出現時にz-indexがドロワー以下の要素に半透明の黒背景をかぶせるコンポーネントです。<br>

Styleguide 11.2.6
*/
.ec-drawerRole {
  overflow-y: scroll;
  background: black;
  width: 260px;
  height: 100vh;
  transform: translateX(-300px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  transition: z-index 0ms 1ms;
}

.ec-drawerRole .ec-headerSearchArea {
  padding: 20px 10px;
  width: 100%;
  background: #F8F8F8;
}

.ec-drawerRole .ec-headerSearch {
  padding: 16px 8px 26px;
  background: #EBEBEB;
  color: #636378;
}

.ec-drawerRole .ec-headerSearch select {
  width: 100% !important;
}

.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 1em 10px;
  font-size: 16px;
  font-weight: bold;
  color: black;
  background: #F8F8F8;
}

.ec-drawerRole .ec-headerCategoryArea p {
  margin-top: 0;
  margin-bottom: 0;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: black;
  font-weight: normal;
  background: #f8f8f8;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li a {
  border-bottom: 1px solid #ccc;
  padding-left: 20px;
  font-weight: normal;
  background: white;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav>li:hover>a {
  background: #f8f8f8;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav>li:hover li:hover>a {
  background: white;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li ul li a {
  padding-left: 40px;
  color: black;
  background: white;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li:hover ul li ul li a:hover {
  background: white;
}

.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li ul li ul li a {
  padding-left: 60px;
  font-weight: normal;
}

.ec-drawerRole .ec-headerLinkArea {
  background: black;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list {
  border-top: 1px solid #ccc;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.ec-drawerRole .ec-headerLinkArea .ec-headerLink__icon {
  display: inline-block;
  width: 28px;
  font-size: 17px;
}

.ec-drawerRoleClose {
  display: none;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 10px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  color: black;
  background: white;
  position: fixed;
  top: 10px;
  left: 270px;
  z-index: 1000;
}

.ec-drawerRoleClose .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ec-drawerRole.is_active {
  display: block;
  transform: translateX(0);
  transition: all .3s;
  z-index: 100000;
}

.ec-drawerRoleClose.is_active {
  display: inline-block;
  transition: all .3s;
}

.ec-overlayRole {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  background: transparent;
  transform: translateX(0);
  transition: all .3s;
  visibility: hidden;
}

.have_curtain .ec-overlayRole {
  display: block;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
}

/*
ヘッダー：test

test

Markup:
span.ec-itemAccordionParent test1
ul.ec-itemNavAccordion
  li.ec-itemNavAccordion__item
    a(href='') test2
    ul.ec-itemNavAccordion
      li.ec-itemNavAccordion__item
        a(href='') test3
        ul.ec-itemNavAccordion
          li.ec-itemNavAccordion__item
            a(href='') test4

Styleguide 11.2.7
*/
.ec-itemNavAccordion {
  display: none;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
フッター

全ページで使用されるフッターのプロジェクトコンポーネントです。

ex [トップページ　フッター](http://demo3.ec-cube.net/)

Markup:
include /assets/tmpl/elements/11.8.footer.pug
+ec-footerRole

Styleguide 11.3
*/
.ec-footerRole {
  border-top: 1px solid #7d7d7d;
  margin-top: 30px;
  background: black;
}

/*
フッターナビ

フッタープロジェクトで使用するナビゲーション用のコンポーネントです。

Markup:
include /assets/tmpl/elements/11.8.footer.pug
+ec-footerNav

sg-wrapper:
<div class="ec-footerRole">
  <div class="ec-footerRole__inner">
    <sg-wrapper-content/>
  </div>
</div>

Styleguide 11.3.1
*/
.ec-footerNavi {
  padding: 0;
  color: white;
  list-style: none;
  text-align: center;
}

.ec-footerNavi .ec-footerNavi__link {
  display: block;
}

.ec-footerNavi .ec-footerNavi__link a {
  display: block;
  border-bottom: 1px solid #7d7d7d;
  padding: 15px 0;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
}

.ec-footerNavi .ec-footerNavi__link:hover a {
  opacity: .8;
  text-decoration: none;
}

/*
フッタータイトル

フッタープロジェクトで使用するタイトル用のコンポーネントです。

Markup:
include /assets/tmpl/elements/11.8.footer.pug
+ec-footerTitle

sg-wrapper:
<div class="ec-footerRole">
  <div class="ec-footerRole__inner">
    <sg-wrapper-content/>
  </div>
</div>

Styleguide 11.3.2
*/
.ec-footerTitle {
  padding: 40px 0 60px;
  text-align: center;
  color: white;
}

.ec-footerTitle .ec-footerTitle__logo {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.ec-footerTitle .ec-footerTitle__logo a {
  color: inherit;
  text-decoration: none;
}

.ec-footerTitle .ec-footerTitle__logo a:hover {
  text-decoration: none;
}

.ec-footerTitle .ec-footerTitle__logo a {
  font-size: 22px;
  color: inherit;
}

.ec-footerTitle .ec-footerTitle__logo:hover a {
  opacity: .8;
  text-decoration: none;
}

.ec-footerTitle .ec-footerTitle__copyright {
  font-size: 10px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
トップページ

トップページ スライド部に関する Project コンポーネントを定義します。

ex [トップページ](http://demo3.ec-cube.net/)

Markup:
include /assets/tmpl/elements/12.1.slider.pug
+ec-sliderRole

Styleguide 12.1
*/
.ec-sliderRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  margin-bottom: 24px;
}

.ec-sliderRole:after {
  content: " ";
  display: table;
}

.ec-sliderRole:after {
  clear: both;
}

.ec-sliderRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-sliderRole img {
  max-width: 100%;
}

.ec-sliderRole html {
  box-sizing: border-box;
}

.ec-sliderRole *,
.ec-sliderRole *::before,
.ec-sliderRole *::after {
  box-sizing: inherit;
}

.ec-sliderRole img {
  width: 100%;
}

.ec-sliderRole ul {
  padding: 0;
  list-style: none;
}

.ec-sliderItemRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  margin-bottom: 24px;
}

.ec-sliderItemRole:after {
  content: " ";
  display: table;
}

.ec-sliderItemRole:after {
  clear: both;
}

.ec-sliderItemRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-sliderItemRole img {
  max-width: 100%;
}

.ec-sliderItemRole html {
  box-sizing: border-box;
}

.ec-sliderItemRole *,
.ec-sliderItemRole *::before,
.ec-sliderItemRole *::after {
  box-sizing: inherit;
}

.ec-sliderItemRole img {
  width: 100%;
}

.ec-sliderItemRole ul {
  padding: 0;
  list-style: none;
}

.ec-sliderItemRole .item_nav {
  display: none;
}

.ec-sliderItemRole .slideThumb {
  margin-bottom: 25px;
  width: 33%;
  opacity: .8;
  cursor: pointer;
}

.ec-sliderItemRole .slideThumb:focus {
  outline: none;
}

.ec-sliderItemRole .slideThumb:hover {
  opacity: 1;
}

.ec-sliderItemRole .slideThumb img {
  width: 80%;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
アイキャッチ

トップページ アイキャッチ部に関する Project コンポーネントを定義します。

ex [トップページスライダー直下 アイキャッチ部](http://demo3.ec-cube.net/)

Markup:
include /assets/tmpl/elements/12.2.eyecatch.pug
+ec-eyecatchRole

Styleguide 12.2
*/
.ec-eyecatchRole {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  /* Deprecated https://github.com/EC-CUBE/ec-cube/pull/4220 */
}

.ec-eyecatchRole .ec-eyecatchRole__image {
  display: block;
  margin-bottom: 40px;
  width: 100%;
  height: 100%;
}

.ec-eyecatchRole .ec-eyecatchRole__intro {
  color: black;
}

.ec-eyecatchRole .ec-eyecatchRole__introEnTitle {
  margin-bottom: .8em;
  font-size: 16px;
  font-weight: normal;
}

.ec-eyecatchRole .ec-eyecatchRole__introTitle {
  margin-bottom: .8em;
  font-size: 24px;
  font-weight: bold;
}

.ec-eyecatchRole .ec-eyecatchRole__introDescriptiron {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}

.ec-eyecatchRole .ec-eyecatchRole__introDescription {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
ボタン

トップページで使用されているボタンのスタイルです。

ex [トップページ](http://demo3.ec-cube.net/)

Markup:
sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 12.3
*/
/*
通常ボタン

インラインの要素としてボタンを定義出来ます。

Markup:
.ec-inlineBtn--top more

Styleguide 12.3.1
*/
.ec-inlineBtn--top {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: white;
  background-color: black;
  border-color: black;
}

.ec-inlineBtn--top:focus,
.ec-inlineBtn--top.focus,
.ec-inlineBtn--top:active:focus,
.ec-inlineBtn--top:active.focus,
.ec-inlineBtn--top.active:focus,
.ec-inlineBtn--top.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-inlineBtn--top:hover,
.ec-inlineBtn--top:focus,
.ec-inlineBtn--top.focus {
  color: #525263;
  text-decoration: none;
}

.ec-inlineBtn--top:active,
.ec-inlineBtn--top.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ec-inlineBtn--top.disabled,
.ec-inlineBtn--top[disabled],
fieldset[disabled] .ec-inlineBtn--top {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

.ec-inlineBtn--top:focus,
.ec-inlineBtn--top.focus {
  color: white;
  background-color: black;
  border-color: black;
}

.ec-inlineBtn--top:hover {
  color: white;
  background-color: black;
  border-color: black;
}

.ec-inlineBtn--top:active,
.ec-inlineBtn--top.active,
.open>.ec-inlineBtn--top.dropdown-toggle {
  color: white;
  background-color: black;
  background-image: none;
  border-color: black;
}

.ec-inlineBtn--top:active:hover,
.ec-inlineBtn--top:active:focus,
.ec-inlineBtn--top:active.focus,
.ec-inlineBtn--top.active:hover,
.ec-inlineBtn--top.active:focus,
.ec-inlineBtn--top.active.focus,
.open>.ec-inlineBtn--top.dropdown-toggle:hover,
.open>.ec-inlineBtn--top.dropdown-toggle:focus,
.open>.ec-inlineBtn--top.dropdown-toggle.focus {
  color: white;
  background-color: black;
  border-color: black;
}

.ec-inlineBtn--top.disabled:hover,
.ec-inlineBtn--top.disabled:focus,
.ec-inlineBtn--top.disabled.focus,
.ec-inlineBtn--top[disabled]:hover,
.ec-inlineBtn--top[disabled]:focus,
.ec-inlineBtn--top[disabled].focus,
fieldset[disabled] .ec-inlineBtn--top:hover,
fieldset[disabled] .ec-inlineBtn--top:focus,
fieldset[disabled] .ec-inlineBtn--top.focus {
  background-color: black;
  border-color: black;
}

.ec-inlineBtn--top .badge {
  color: black;
  background-color: white;
}

.ec-inlineBtn--top .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

/*
ロングボタン（全幅）

ロングタイプのボタンです。

Markup:
.ec-blockBtn--top 商品一覧へ

Styleguide 2.1.2
*/
.ec-blockBtn--top {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: white;
  background-color: black;
  border-color: black;
  display: block;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}

.ec-blockBtn--top:focus,
.ec-blockBtn--top.focus,
.ec-blockBtn--top:active:focus,
.ec-blockBtn--top:active.focus,
.ec-blockBtn--top.active:focus,
.ec-blockBtn--top.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ec-blockBtn--top:hover,
.ec-blockBtn--top:focus,
.ec-blockBtn--top.focus {
  color: #525263;
  text-decoration: none;
}

.ec-blockBtn--top:active,
.ec-blockBtn--top.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.ec-blockBtn--top.disabled,
.ec-blockBtn--top[disabled],
fieldset[disabled] .ec-blockBtn--top {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

.ec-blockBtn--top:focus,
.ec-blockBtn--top.focus {
  color: white;
  background-color: black;
  border-color: black;
}

.ec-blockBtn--top:hover {
  color: white;
  background-color: black;
  border-color: black;
}

.ec-blockBtn--top:active,
.ec-blockBtn--top.active,
.open>.ec-blockBtn--top.dropdown-toggle {
  color: white;
  background-color: black;
  background-image: none;
  border-color: black;
}

.ec-blockBtn--top:active:hover,
.ec-blockBtn--top:active:focus,
.ec-blockBtn--top:active.focus,
.ec-blockBtn--top.active:hover,
.ec-blockBtn--top.active:focus,
.ec-blockBtn--top.active.focus,
.open>.ec-blockBtn--top.dropdown-toggle:hover,
.open>.ec-blockBtn--top.dropdown-toggle:focus,
.open>.ec-blockBtn--top.dropdown-toggle.focus {
  color: white;
  background-color: black;
  border-color: black;
}

.ec-blockBtn--top.disabled:hover,
.ec-blockBtn--top.disabled:focus,
.ec-blockBtn--top.disabled.focus,
.ec-blockBtn--top[disabled]:hover,
.ec-blockBtn--top[disabled]:focus,
.ec-blockBtn--top[disabled].focus,
fieldset[disabled] .ec-blockBtn--top:hover,
fieldset[disabled] .ec-blockBtn--top:focus,
fieldset[disabled] .ec-blockBtn--top.focus {
  background-color: black;
  border-color: black;
}

.ec-blockBtn--top .badge {
  color: black;
  background-color: white;
}

.ec-blockBtn--top .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

/*
見出し

トップページで使用されている見出しのスタイルです。

ex [トップページ](http://demo3.ec-cube.net/)

Markup:
sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 12.4
*/
/*
横並び見出し

横並びの見出しです。

Markup:
.ec-secHeading
  span.ec-secHeading__en TOPIC
  span.ec-secHeading__line |
  span.ec-secHeading__ja 特集

Styleguide 12.4.1
*/
.ec-secHeading {
  margin-bottom: 15px;
  color: black;
}

.ec-secHeading .ec-secHeading__en {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .2em;
}

.ec-secHeading .ec-secHeading__line {
  display: inline-block;
  margin: 0 20px;
  width: 1px;
  height: 14px;
  background: black;
}

.ec-secHeading .ec-secHeading__ja {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: .15em;
  vertical-align: 2px;
}

/*
縦並び見出し

縦並びの見出しです。

Markup:
.ec-secHeading--tandem
  span.ec-secHeading__en TOPIC
  span.ec-secHeading__line |
  span.ec-secHeading__ja 特集

Styleguide 12.4.2
*/
.ec-secHeading--tandem {
  margin-bottom: 15px;
  color: black;
  text-align: center;
}

.ec-secHeading--tandem .ec-secHeading__en {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .2em;
}

.ec-secHeading--tandem .ec-secHeading__line {
  display: block;
  margin: 13px auto;
  width: 20px;
  height: 1px;
  background: black;
}

.ec-secHeading--tandem .ec-secHeading__ja {
  display: block;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: .15em;
  vertical-align: 2px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
トピック（アイテム2列）

トップページで使用されているトピックのスタイルです。

ex [トップページ](http://demo3.ec-cube.net/)

Markup:
sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 12.5.1
*/
.ec-topicRole {
  padding: 40px 0;
  background: #F8F8F8;
}

.ec-topicRole .ec-topicRole__list {
  display: flex;
  flex-wrap: wrap;
}

.ec-topicRole .ec-topicRole__listItem {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.ec-topicRole .ec-topicRole__listItemTitle {
  margin-top: .5em;
  font-size: 14px;
  color: black;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
カテゴリ（アイテム4列 スマホの時は2列）

トップページで使用されているアイテムリストのスタイルです。

ex [トップページ](http://demo3.ec-cube.net/)

Markup:
sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 12.6.1
*/
.ec-newItemRole {
  padding: 40px 0;
}

.ec-newItemRole .ec-newItemRole__list {
  display: flex;
  flex-wrap: wrap;
}

.ec-newItemRole .ec-newItemRole__listItem {
  margin-bottom: 4%;
  width: 48%;
  height: auto;
}

.ec-newItemRole .ec-newItemRole__listItem:not(:first-child) a {
  color: black;
}

.ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
  margin-right: 4%;
}

.ec-newItemRole .ec-newItemRole__listItemHeading {
  margin-top: calc(45% - 20px);
}

.ec-newItemRole .ec-newItemRole__listItemTitle {
  margin: 8px 0;
  font-size: 14px;
  font-weight: bold;
}

.ec-newItemRole .ec-newItemRole__listItemPrice {
  font-size: 12px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
カテゴリ（アイテム3列）

トップページで使用されているカテゴリのスタイルです。

ex [トップページ](http://demo3.ec-cube.net/)

Markup:
sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 12.7.1
*/
.ec-categoryRole {
  padding: 40px 0;
  color: black;
  background: #F8F8F8;
}

.ec-categoryRole .ec-categoryRole__list {
  display: flex;
  flex-wrap: wrap;
}

.ec-categoryRole .ec-categoryRole__listItem {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
見出し

トップページで使用されている新着情報のスタイルです。

ex [トップページ](http://demo3.ec-cube.net/)

Markup:
sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 12.8.1
*/
.ec-newsRole {
  padding: 40px 0 0;
}

.ec-newsRole .ec-newsRole__news {
  box-sizing: border-box;
}

.ec-newsRole .ec-newsRole__newsItem {
  width: 100%;
}

.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.ec-newsRole .ec-newsRole__newsItem:last-of-type {
  margin-bottom: 20px;
}

.ec-newsRole .ec-newsRole__newsHeading {
  cursor: pointer;
}

.ec-newsRole .ec-newsRole__newsDate {
  display: block;
  margin: 15px 0 5px;
  font-size: 12px;
  color: black;
}

.ec-newsRole .ec-newsRole__newsColumn {
  display: flex;
}

.ec-newsRole .ec-newsRole__newsTitle {
  display: inline-block;
  margin-bottom: 10px;
  width: 90%;
  font-size: 14px;
  font-weight: bold;
  color: #7D7D7D;
  line-height: 1.6;
}

.ec-newsRole .ec-newsRole__newsClose {
  display: inline-block;
  width: 10%;
  position: relative;
}

.ec-newsRole .ec-newsRole__newsCloseBtn {
  display: inline-block;
  margin-left: auto;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: white;
  text-align: center;
  background: black;
  cursor: pointer;
  position: absolute;
  right: 5px;
}

.ec-newsRole .ec-newsRole__newsDescription {
  display: none;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
}

.ec-newsRole .ec-newsRole__newsDescription a {
  color: #0092C4;
}

.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
  margin: 0 0 10px;
}

.ec-newsRole__newsItem.is_active .ec-newsRole__newsCloseBtn i {
  display: inline-block;
  transform: rotateX(180deg) translateY(2px);
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
見出し

トップページで使用されているカレンダーのスタイルです。

ex [トップページ](http://demo3.ec-cube.net/)

Markup:
sg-wrapper:
<div class="ec-role">
  <sg-wrapper-content/>
</div>

Styleguide 12.9.1
*/
/* 背景や文字の色調整 */
.ec-calendar {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.ec-calendar__month {
  border-collapse: collapse;
  margin-top: 30px;
}

.ec-calendar__month th,
.ec-calendar__month td {
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}

.ec-calendar .ec-calendar__title {
  border: 0;
}

.ec-calendar .ec-calendar__sun {
  background: #F8F8F8;
  color: #DE5D50;
}

.ec-calendar .ec-calendar__mon,
.ec-calendar .ec-calendar__tue,
.ec-calendar .ec-calendar__wed,
.ec-calendar .ec-calendar__thu,
.ec-calendar .ec-calendar__fri {
  background: #F8F8F8;
  color: #333;
}

.ec-calendar .ec-calendar__sat {
  background: #F8F8F8;
  color: #5CB1B1;
}

.ec-calendar .ec-calendar__day {
  background: #FFF;
  color: #333;
}

.ec-calendar .ec-calendar__holiday {
  background: #FFF;
  color: #DE5D50 !important;
}

.ec-calendar .ec-calendar__today {
  color: #333;
  position: relative;
  z-index: 1;
}

.ec-calendar .ec-calendar__today::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FFFDE7;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
検索ラベル

商品一覧 ヘッダー部 に関する Project コンポーネントを定義します。

ex [商品一覧 ヘッダー部](http://demo3.ec-cube.net/products/list)

Markup:
include /assets/tmpl/elements/13.1.searchnav.pug
+ec-searchnavRole__topicpath
+ec-searchnavRole__info

Styleguide 13.1

*/
.ec-searchnavRole {
  margin-bottom: 0;
  padding: 0;
}

.ec-searchnavRole .ec-searchnavRole__infos {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  display: flex;
  border-top: 0;
  margin-bottom: 16px;
  padding-top: 5px;
  flex-direction: column;
}

.ec-searchnavRole .ec-searchnavRole__infos:after {
  content: " ";
  display: table;
}

.ec-searchnavRole .ec-searchnavRole__infos:after {
  clear: both;
}

.ec-searchnavRole .ec-searchnavRole__infos textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-searchnavRole .ec-searchnavRole__infos img {
  max-width: 100%;
}

.ec-searchnavRole .ec-searchnavRole__infos html {
  box-sizing: border-box;
}

.ec-searchnavRole .ec-searchnavRole__infos *,
.ec-searchnavRole .ec-searchnavRole__infos *::before,
.ec-searchnavRole .ec-searchnavRole__infos *::after {
  box-sizing: inherit;
}

.ec-searchnavRole .ec-searchnavRole__infos img {
  width: 100%;
}

.ec-searchnavRole .ec-searchnavRole__counter {
  margin-bottom: 16px;
  width: 100%;
}

.ec-searchnavRole .ec-searchnavRole__actions {
  text-align: right;
  width: 100%;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
商品一覧

商品一覧 に関する Project コンポーネントを定義します。

SP版２列、PC版４列の特殊グリッドを構成します。

Markup:
include /assets/tmpl/elements/13.2.shelf.pug
+b.ec-shelfRole
  +ec-shelfGrid

Styleguide 13.2

*/
.ec-shelfRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}

.ec-shelfRole:after {
  content: " ";
  display: table;
}

.ec-shelfRole:after {
  clear: both;
}

.ec-shelfRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-shelfRole img {
  max-width: 100%;
}

.ec-shelfRole html {
  box-sizing: border-box;
}

.ec-shelfRole *,
.ec-shelfRole *::before,
.ec-shelfRole *::after {
  box-sizing: inherit;
}

.ec-shelfRole img {
  width: 100%;
}

/*
商品一覧グリッド

商品一覧 で使用するグリッドコンポーネントです。

SP版２列、PC版４列の特殊グリッドを構成します。

Markup:
include /assets/tmpl/elements/13.2.shelf.pug
+b.ec-shelfRole
  +ec-shelfGrid

Styleguide 13.2.1

*/
.ec-shelfGrid {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.ec-shelfGrid a {
  color: inherit;
  text-decoration: none;
}

.ec-shelfGrid a:hover {
  text-decoration: none;
}

.ec-shelfGrid .ec-shelfGrid__item {
  margin-bottom: 36px;
  width: 50%;
  display: flex;
  flex-direction: column;
}

.ec-shelfGrid .ec-shelfGrid__item-image {
  margin-bottom: 10px;
  text-align: center;
}

.ec-shelfGrid .ec-shelfGrid__item img {
  width: auto;
  max-height: 100%;
}

.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn {
  margin-top: auto;
  margin-bottom: 15px;
}

.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
  padding-right: 8px;
}

.ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
  padding-left: 8px;
}

.ec-shelfGrid .ec-shelfGrid__title {
  margin-bottom: 7px;
}

.ec-shelfGrid .ec-shelfGrid__plice {
  font-weight: bold;
}

/*
13.2.2 商品一覧グリッド（中央寄せ）

商品一覧 で使用するグリッドコンポーネントです。

SP版２列、PC版４列の特殊グリッドを構成します。
商品のあまりはセンタリングされ、中央に表示されます。

Markup:
include /assets/tmpl/elements/13.2.shelf.pug
+b.ec-shelfRole
  +ec-shelfGridCenter

Styleguide 13.2.2

*/
.ec-shelfGridCenter {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.ec-shelfGridCenter a {
  color: inherit;
  text-decoration: none;
}

.ec-shelfGridCenter a:hover {
  text-decoration: none;
}

.ec-shelfGridCenter .ec-shelfGridCenter__item {
  margin-bottom: 36px;
  width: 50%;
}

.ec-shelfGridCenter .ec-shelfGridCenter__item-image {
  margin-bottom: 10px;
  text-align: center;
}

.ec-shelfGridCenter .ec-shelfGridCenter__item img {
  width: auto;
  max-height: 100%;
}

.ec-shelfGridCenter .ec-shelfGridCenter__item .ec-productRole__btn {
  margin-top: auto;
  padding-top: 1em;
}

.ec-shelfGridCenter .ec-shelfGridCenter__item:nth-child(odd) {
  padding-right: 8px;
}

.ec-shelfGridCenter .ec-shelfGridCenter__item:nth-child(even) {
  padding-left: 8px;
}

.ec-shelfGridCenter .ec-shelfGridCenter__title {
  margin-bottom: 7px;
}

.ec-shelfGridCenter .ec-shelfGridCenter__plice {
  font-weight: bold;
}

/*
商品一覧フッター

商品一覧 フッター に関する Project コンポーネントを定義します。

ex [商品一覧 ページャ部](http://demo3.ec-cube.net/products/list)

Markup:
include /assets/tmpl/elements/13.3.pager.pug
+ec-pagerRole

Styleguide 13.3

*/
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
カート追加モーダル

カート追加モーダルに関する Project コンポーネントを定義します。

ex [商品一覧、商品詳細](http://demo3.ec-cube.net/products/list)

+ec-modal

Styleguide 13.4

*/
.ec-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
}

.ec-modal.small {
  width: 30%;
}

.ec-modal.full {
  width: 100%;
  height: 100%;
}

.ec-modal .ec-modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

.ec-modal .ec-modal-wrap {
  position: relative;
  border-radius: 2px;
  border: 1px solid #333;
  background-color: #fff;
  width: 90%;
  margin: 20px;
  padding: 40px 5px;
}

.ec-modal .ec-modal-close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
  height: 30px;
  width: 20px;
}

.ec-modal .ec-modal-close:hover {
  color: #4b5361;
}

.ec-modal .ec-modal-box {
  text-align: center;
}

.ec-modal .ec-role {
  margin-top: 20px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
商品詳細

商品詳細ページに関する Project コンポーネントを定義します。

ex [商品詳細ページ](http://demo3.ec-cube.net/products/detail/18)


Markup:
include /assets/tmpl/elements/14.1.product.pug
+ec-productSimpleRole

Styleguide 14.1
*/
.ec-productRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}

.ec-productRole:after {
  content: " ";
  display: table;
}

.ec-productRole:after {
  clear: both;
}

.ec-productRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-productRole img {
  max-width: 100%;
}

.ec-productRole html {
  box-sizing: border-box;
}

.ec-productRole *,
.ec-productRole *::before,
.ec-productRole *::after {
  box-sizing: inherit;
}

.ec-productRole img {
  width: 100%;
}

.ec-productRole .ec-productRole__img {
  margin-right: 0;
  margin-bottom: 20px;
}

.ec-productRole .ec-productRole__profile {
  margin-left: 0;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
  font-size: 20px;
}

.ec-productRole .ec-productRole__tags {
  margin-top: 16px;
  padding: 0;
  padding-bottom: 16px;
  border-bottom: 1px dotted #ccc;
}

.ec-productRole .ec-productRole__tag {
  display: inline-block;
  padding: 2px 5px;
  list-style: none;
  font-size: 80%;
  color: #525263;
  border: solid 1px #D7DADD;
  border-radius: 3px;
  background-color: #F5F7F8;
}

.ec-productRole .ec-productRole__priceRegular {
  padding-top: 14px;
}

.ec-productRole .ec-productRole__priceRegularTax {
  margin-left: 5px;
  font-size: 10px;
}

.ec-productRole .ec-productRole__price {
  color: #DE5D50;
  font-size: 28px;
  padding: 0;
  border-bottom: 0;
}

.ec-productRole .ec-productRole__code {
  padding: 14px 0;
  border-bottom: 1px dotted #ccc;
}

.ec-productRole .ec-productRole__category {
  padding: 14px 0;
  border-bottom: 1px dotted #ccc;
}

.ec-productRole .ec-productRole__category a {
  color: #33A8D0;
}

.ec-productRole .ec-productRole__category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ec-productRole .ec-productRole__actions {
  padding: 14px 0;
}

.ec-productRole .ec-productRole__actions .ec-select select {
  height: 40px;
  max-width: 100%;
  min-width: 100%;
}

.ec-productRole .ec-productRole__btn {
  width: 100%;
  margin-bottom: 10px;
}

.ec-productRole .ec-productRole__description {
  margin-bottom: 16px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
カート

カート 注文詳細 に関する Project コンポーネントを定義します。

ex [カートページ](http://demo3.ec-cube.net/shopping)

(カート内に商品がある状態でアクセス)

Markup:
include /assets/tmpl/elements/15.1.cart.pug
+ec-cartRole

Styleguide 15.1

*/
.ec-cartRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ec-cartRole:after {
  content: " ";
  display: table;
}

.ec-cartRole:after {
  clear: both;
}

.ec-cartRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-cartRole img {
  max-width: 100%;
}

.ec-cartRole html {
  box-sizing: border-box;
}

.ec-cartRole *,
.ec-cartRole *::before,
.ec-cartRole *::after {
  box-sizing: inherit;
}

.ec-cartRole img {
  width: 100%;
}

.ec-cartRole::before {
  display: none;
}

.ec-cartRole .ec-cartRole__progress {
  width: 100%;
  text-align: center;
}

.ec-cartRole .ec-cartRole__error {
  width: 100%;
  text-align: center;
}

.ec-cartRole .ec-cartRole__error .ec-alert-warning {
  max-width: 80%;
  display: inline-block;
}

.ec-cartRole .ec-cartRole__totalText {
  margin-bottom: 0;
  padding: 16px 0 6px;
  width: 100%;
  text-align: center;
  font-weight: normal;
}

.ec-cartRole .ec-cartRole__cart {
  margin: 0;
  width: 100%;
}

.ec-cartRole .ec-cartRole__actions {
  text-align: right;
  width: 100%;
}

.ec-cartRole .ec-cartRole__total {
  padding: 15px 0 30px;
  font-weight: bold;
  font-size: 16px;
}

.ec-cartRole .ec-cartRole__totalAmount {
  margin-left: 30px;
  color: #de5d50;
  font-size: 16px;
}

.ec-cartRole .ec-blockBtn--action {
  margin-bottom: 10px;
}

/*
カート商品表示枠（テーブルヘッダ）

カート内の商品をを表示するテーブル枠です。

ex [カートページ　テーブル部分(カート内に商品がある状態でアクセス)](http://demo3.ec-cube.net/cart)

Markup:
include /assets/tmpl/elements/15.1.cart.pug
+ec-cartTable

sg-wrapper:
<div class="ec-cartRole">
  <sg-wrapper-content/>
</div>

Styleguide 15.1.2
*/
.ec-cartTable {
  display: table;
  border-top: 1px dotted #ccc;
  width: 100%;
}

/*
カート商品表示枠（テーブルヘッダ）

カート内の商品を表示するテーブルのヘッダです。
スマホでは非表示となります。

ex [カートページ　カートテーブルヘッダ部分(カート内に商品がある状態でアクセス)](http://demo3.ec-cube.net/cart)


Markup:
include /assets/tmpl/elements/15.1.cart.pug
.ec-cartTable
  +ec-cartHeader

sg-wrapper:
<div class="ec-cartRole">
  <sg-wrapper-content/>
</div>


Styleguide 15.1.3
*/
.ec-cartHeader {
  display: none;
  width: 100%;
  background: #F4F3F0;
}

.ec-cartHeader .ec-cartHeader__label {
  display: table-cell;
  padding: 16px;
  text-align: center;
  background: #F4F3F0;
  overflow-x: hidden;
  font-weight: bold;
}

.ec-cartCompleteRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}

.ec-cartCompleteRole:after {
  content: " ";
  display: table;
}

.ec-cartCompleteRole:after {
  clear: both;
}

.ec-cartCompleteRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-cartCompleteRole img {
  max-width: 100%;
}

.ec-cartCompleteRole html {
  box-sizing: border-box;
}

.ec-cartCompleteRole *,
.ec-cartCompleteRole *::before,
.ec-cartCompleteRole *::after {
  box-sizing: inherit;
}

.ec-cartCompleteRole img {
  width: 100%;
}

/*
カート内商品

カート内のアイテムを表示するテーブル行です。
スマホでは非表示となります。

ex [カートページ　テーブル部分](http://demo3.ec-cube.net/cart)

(カート内に商品がある状態でアクセス)

Markup:
include /assets/tmpl/elements/15.1.cart.pug
.ec-cartTable
  +ec-cartRow

sg-wrapper:
<div class="ec-cartRole">
  <sg-wrapper-content/>
</div>


Styleguide 15.1.4
*/
.ec-cartRow {
  display: table-row;
}

.ec-cartRow .ec-cartRow__delColumn {
  border-bottom: 1px dotted #ccc;
  text-align: center;
  display: table-cell;
  width: 14%;
  vertical-align: middle;
}

.ec-cartRow .ec-cartRow__delColumn .ec-icon img {
  width: 1.5em;
  height: 1.5em;
}

.ec-cartRow .ec-cartRow__contentColumn {
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  display: table;
}

.ec-cartRow .ec-cartRow__img {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
  padding-right: 10px;
}

.ec-cartRow .ec-cartRow__summary {
  display: table-cell;
  margin-left: 5px;
  font-weight: bold;
  vertical-align: middle;
  width: 46%;
}

.ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
  margin-bottom: 5px;
}

.ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP {
  display: block;
  font-weight: normal;
}

.ec-cartRow .ec-cartRow__amountColumn {
  display: table-cell;
  border-bottom: 1px dotted #ccc;
  vertical-align: middle;
  text-align: center;
  width: 20%;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
  display: none;
  margin-bottom: 10px;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
  display: block;
  margin-bottom: 10px;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
  display: flex;
  justify-content: center;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton {
  margin: 0 2px;
  display: inline-block;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #fff;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton .ec-cartRow__amountUpButton__icon img {
  display: block;
  margin-left: -0.4em;
  width: .8em;
  height: .8em;
  position: absolute;
  top: 28%;
  left: 50%;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton,
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled {
  margin: 0 2px;
  display: inline-block;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #fff;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton .ec-cartRow__amountDownButton__icon img,
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled .ec-cartRow__amountDownButton__icon img {
  display: block;
  margin-left: -0.4em;
  width: .8em;
  height: .8em;
  position: absolute;
  top: 28%;
  left: 50%;
}

.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled {
  cursor: default;
}

.ec-cartRow .ec-cartRow__subtotalColumn {
  display: none;
  border-bottom: 1px dotted #ccc;
  text-align: right;
  width: 16.66666667%;
}

/*
カート内商品(商品が１の場合)

商品が１の場合はカート商品を減らす「-」ボタンの無効化状態になります。

ex [カートページ　テーブル部分](http://demo3.ec-cube.net/cart)

(カート内に商品がある状態でアクセス)

Markup:
include /assets/tmpl/elements/15.1.cart.pug
.ec-cartTable
  +ec-cartRowOnly

sg-wrapper:
<div class="ec-cartRole">
  <sg-wrapper-content/>
</div>


Styleguide 15.1.5
*/
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled {
  cursor: default;
}

/*
アラート

カート内の商品に問題があることを示す警告メッセージです。

ex [マイページ　カート](http://demo3.ec-cube.net/cart)

(カート内に商品がある状態でアクセス)

Markup:
include /assets/tmpl/elements/15.1.cart.pug
.ec-cartRole
  .ec-cartRole__cart
    +ec-alert-warning

Styleguide 15.1.6
*/
.ec-alert-warning {
  width: 100%;
  padding: 30px 10px;
  text-align: center;
  background: #03a9f4;
  margin-bottom: 20px;
}

.ec-alert-warning .ec-alert-warning__icon {
  display: inline-block;
  margin-right: 1rem;
  width: 20px;
  height: 20px;
  color: #fff;
  fill: #fff;
  vertical-align: top;
}

.ec-alert-warning .ec-alert-warning__text {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

/*
アラート(空)

カートが空であることを示す警告メッセージです。

ex [マイページ　カート](http://demo3.ec-cube.net/cart)

(カート内に商品がある状態でアクセス)

Markup:
include /assets/tmpl/elements/15.1.cart.pug
.ec-off3Grid
        .ec-off3Grid__cell
            +ec-alert-warningEnpty

Styleguide 15.1.7
*/
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
注文内容確認

カート内 注文内容確認に関する Project コンポーネントを定義します。

ex [マイページ　注文詳細](http://demo3.ec-cube.net/shopping)

Markup:
include /assets/tmpl/elements/15.2.order.pug
+ec-orderRole

Styleguide 15.2
*/
.ec-orderRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  display: flex;
  flex-direction: column;
  margin-top: 0;
}

.ec-orderRole:after {
  content: " ";
  display: table;
}

.ec-orderRole:after {
  clear: both;
}

.ec-orderRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-orderRole img {
  max-width: 100%;
}

.ec-orderRole html {
  box-sizing: border-box;
}

.ec-orderRole *,
.ec-orderRole *::before,
.ec-orderRole *::after {
  box-sizing: inherit;
}

.ec-orderRole img {
  width: 100%;
}

.ec-orderRole .ec-inlineBtn {
  font-weight: normal;
}

.ec-orderRole .ec-orderRole__detail {
  padding: 0;
  width: 100%;
}

.ec-orderRole .ec-orderRole__summary {
  width: 100%;
}

.ec-orderRole .ec-orderRole__summary .ec-inlineBtn {
  display: inline-block;
}

.ec-orderRole .ec-borderedList {
  margin-bottom: 20px;
  border-top: 1px dotted #ccc;
}

/*
注文履歴詳細 オーダ情報

マイページ 注文履歴詳細部に関する Project コンポーネントを定義します。

ex [マイページ　オーダ情報](http://demo3.ec-cube.net/mypage)
(要ログイン → 詳細を見るボタン押下)

Markup:
include /assets/tmpl/elements/15.2.order.pug
+ec-orderInfo

Styleguide 15.2.1
*/
.ec-orderOrder {
  margin-bottom: 30px;
}

.ec-orderOrder .ec-orderOrder__items {
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
}

/*
注文履歴詳細 お客様情報

マイページ 注文詳細部に関する Project コンポーネントを定義します。

ex [マイページ　オーダ情報(要ログイン → 詳細を見るボタン押下)](http://demo3.ec-cube.net/mypage)

Markup:
include /assets/tmpl/elements/15.2.order.pug
+ec-orderAccount

Styleguide 15.2.2
*/
.ec-orderAccount {
  margin-bottom: 30px;
}

.ec-orderAccount p {
  display: block;
  margin-bottom: 0;
  text-align: left;
}

.ec-orderAccount:after {
  content: " ";
  display: table;
}

.ec-orderAccount:after {
  clear: both;
}

.ec-orderAccount .ec-orderAccount__change {
  display: inline-block;
  margin-left: 10px;
  margin-top: 15px;
  float: right;
}

.ec-orderAccount .ec-orderAccount__account {
  margin-bottom: 16px;
  margin-top: 16px;
}

/*
注文詳細 配送情報

マイページ 注文履歴詳細部に関する Project コンポーネントを定義します。

ex [マイページ　配送情報(要ログイン → 詳細を見るボタン押下)](http://demo3.ec-cube.net/mypage)

Markup:
include /assets/tmpl/elements/15.2.order.pug
+ec-orderDelivery

Styleguide 15.2.3
*/
.ec-orderDelivery .ec-orderDelivery__title {
  padding: 20px 0;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.ec-orderDelivery .ec-orderDelivery__change {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
}

@media only screen and (max-width: 768px) {
  .ec-orderDelivery .ec-orderDelivery__change {
    display: inline-block;
    position: relative;
    right: 0;
    top: 0;
  }
}

.ec-orderDelivery .ec-orderDelivery__items {
  border-bottom: 1px dotted #ccc;
  border-top: 1px dotted #ccc;
}

.ec-orderDelivery .ec-orderDelivery__address {
  margin: 10px 0 18px;
}

.ec-orderDelivery .ec-orderDelivery__address p {
  margin: 0;
}

/*
注文履歴詳細 支払情報

マイページ 注文履歴詳細部に関する Project コンポーネントを定義します。

ex [マイページ　支払情報(要ログイン → 詳細を見るボタン押下)](http://demo3.ec-cube.net/mypage)

Markup:
.ec-orderRole
  .ec-orderPayment
    .ec-rectHeading
      h2 お支払方法
    p 支払方法： 郵便振替

Styleguide 15.2.4
*/
/*
注文履歴詳細 お問い合わせ

マイページ 注文履歴詳細部に関する Project コンポーネントを定義します。

ex [マイページ　お問い合わせ(要ログイン → 詳細を見るボタン押下)](http://demo3.ec-cube.net/mypage)

Markup:
.ec-orderRole
  .ec-orderConfirm
    .ec-rectHeading
      h2 お問い合わせ
    p 記載なし

Styleguide 15.2.5
*/
.ec-orderConfirm {
  margin-bottom: 20px;
}

.ec-orderConfirm .ec-input textarea,
.ec-orderConfirm .ec-halfInput textarea,
.ec-orderConfirm .ec-numberInput textarea,
.ec-orderConfirm .ec-zipInput textarea,
.ec-orderConfirm .ec-telInput textarea,
.ec-orderConfirm .ec-select textarea,
.ec-orderConfirm .ec-birth textarea {
  height: 96px;
}

/*
お届け先の複数指定

お届け先の複数指定に関するコンポーネントを定義します。

ex [マイページ　お届け先の複数指定](http://demo3.ec-cube.net/shopping/shipping_multiple)
(商品購入画面 → 「お届け先を追加する」を押下)

Markup:
include /assets/tmpl/elements/15.2.order.pug
+ec-orderAddAddress

Styleguide 15.2.6
*/
.ec-AddAddress {
  padding: 0 10px;
}

.ec-AddAddress .ec-AddAddress__info {
  margin-bottom: 32px;
  text-align: center;
  font-size: 16px;
}

.ec-AddAddress .ec-AddAddress__add {
  border-top: 1px solid #f4f4f4;
  padding-top: 20px;
  margin-bottom: 20px;
}

.ec-AddAddress .ec-AddAddress__item {
  display: table;
  padding: 16px;
  background: #f4f4f4;
  margin-bottom: 16px;
}

.ec-AddAddress .ec-AddAddress__itemThumb {
  display: table-cell;
  min-width: 160px;
  width: 20%;
}

.ec-AddAddress .ec-AddAddress__itemThumb img {
  width: 100%;
}

.ec-AddAddress .ec-AddAddress__itemtContent {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
  font-size: 16px;
}

.ec-AddAddress .ec-AddAddress__itemtTitle {
  font-weight: bold;
  margin-bottom: 10px;
}

.ec-AddAddress .ec-AddAddress__itemtSize {
  margin-bottom: 10px;
}

.ec-AddAddress .ec-AddAddress__select {
  margin-bottom: 5px;
}

.ec-AddAddress .ec-AddAddress__selectAddress {
  display: inline-block;
}

.ec-AddAddress .ec-AddAddress__selectAddress label {
  font-size: 16px;
  font-weight: normal;
}

.ec-AddAddress .ec-AddAddress__selectAddress select {
  min-width: 100%;
}

.ec-AddAddress .ec-AddAddress__selectNumber {
  display: inline-block;
  margin-left: 30px;
}

.ec-AddAddress .ec-AddAddress__selectNumber label {
  font-size: 16px;
  font-weight: normal;
}

.ec-AddAddress .ec-AddAddress__selectNumber input {
  display: inline-block;
  margin-left: 10px;
  width: 80px;
}

.ec-AddAddress .ec-AddAddress__actions .ec-blockBtn--action {
  margin-bottom: 8px;
}

.ec-AddAddress .ec-AddAddress__new {
  margin-bottom: 20px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
注文履歴一覧

マイページ 注文履歴部に関する Project コンポーネントを定義します。

ex [マイページ　注文履歴一覧](http://demo3.ec-cube.net/mypage)
(要ログイン)

Markup:
include /assets/tmpl/elements/16.1.history.pug
+ec-historyRole

Styleguide 16.1
*/
.ec-historyRole .ec-historyRole__contents {
  padding-top: 1em;
  padding-bottom: 16px;
  border-top: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  color: #525263;
}

.ec-historyRole .ec-historyRole__header {
  width: 100%;
}

.ec-historyRole .ec-historyRole__detail {
  border-top: 1px dotted #ccc;
  width: 100%;
}

.ec-historyRole .ec-historyRole__detail .ec-imageGrid:nth-of-type(1) {
  border-top: none;
}

.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailTitle {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
}

.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: bold;
}

/*
注文履歴一覧 規格

マイページ 注文履歴内アイテムの規格を定義します。

ex [マイページ　注文履歴一覧](http://demo3.ec-cube.net/mypage)
(要ログイン)

Markup:
include /assets/tmpl/elements/16.1.history.pug
+ec-historyRole-option

Styleguide 16.1.1
*/
.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailOption {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: .5rem;
  font-size: 1.6rem;
}

.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailOption::after {
  display: inline-block;
  padding-left: .5rem;
  content: "/";
  font-weight: bold;
}

/*
注文履歴一覧ヘッダ

注文履歴一覧で使用するヘッダのコンポーネントを定義します。

ex [マイページ　注文履歴一覧ヘッダ](http://demo3.ec-cube.net/mypage)
(要ログイン)

Markup:
include /assets/tmpl/elements/16.1.history.pug
+ec-historyHeader
p hofe

Styleguide 16.1.2
*/
.ec-historyListHeader .ec-historyListHeader__date {
  font-weight: bold;
  font-size: 16px;
}

.ec-historyListHeader .ec-historyListHeader__action {
  margin: 16px 0;
}

.ec-historyListHeader .ec-historyListHeader__action a {
  font-size: 12px;
  font-weight: normal;
}

/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
注文履歴詳細

マイページ 注文履歴詳細部に関する Project コンポーネントを定義します。

ex [マイページ　注文詳細](http://demo3.ec-cube.net/mypage)
(要ログイン → 詳細を見るボタン押下)

Markup:
include /assets/tmpl/elements/16.2.historyDetail.pug
+ec-historyDetailRole

Styleguide 16.2
*/
/*
注文履歴詳細 メール履歴

マイページ 注文履歴詳細部に関する Project コンポーネントを定義します。

ex [マイページ　メール履歴](http://demo3.ec-cube.net/mypage)
(要ログイン → 詳細を見るボタン押下)

Markup:
include /assets/tmpl/elements/16.2.historyDetail.pug
+ec-historyDetailMail

Styleguide 16.2.5
*/
.ec-orderMails .ec-orderMails__item {
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

.ec-orderMails .ec-orderMails__time {
  margin: 0;
}

.ec-orderMails .ec-orderMails__body {
  display: none;
}

/*
注文履歴詳細 メール履歴個別

マイページ 注文履歴詳細部に関する Project コンポーネントを定義します。

ex [マイページ　メール履歴個別](http://demo3.ec-cube.net/mypage)
(要ログイン → 詳細を見るボタン押下)

Markup:
include /assets/tmpl/elements/16.2.historyDetail.pug
+ec-historyDetailMailHistory

Styleguide 16.2.6
*/
.ec-orderMail {
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 16px;
}

.ec-orderMail .ec-orderMail__time {
  margin: 0;
}

.ec-orderMail .ec-orderMail__body {
  display: none;
}

.ec-orderMail .ec-orderMail__time {
  margin-bottom: 4px;
}

.ec-orderMail .ec-orderMail__link {
  margin-bottom: 4px;
}

.ec-orderMail .ec-orderMail__link a {
  color: #0092C4;
  text-decoration: none;
  cursor: pointer;
}

.ec-orderMail .ec-orderMail__link a:hover {
  color: #33A8D0;
}

.ec-orderMail .ec-orderMail__close a {
  color: #0092C4;
  text-decoration: none;
  cursor: pointer;
}

.ec-orderMail .ec-orderMail__close a:hover {
  color: #33A8D0;
}

/*
住所一覧

カート 注文詳細 に関する Project コンポーネントを定義します。

ex [マイページ内 お届け先編集](http://demo3.ec-cube.net/mypage/delivery)

Markup:
include /assets/tmpl/elements/17.1.address.pug
+ec-addressList
+ec-addressRole

sg-wrapper:
<div class="ec-addressRole">
  <sg-wrapper-content/>
</div>

Styleguide 17.1

*/
.ec-addressRole .ec-addressRole__item {
  border-top: 1px dotted #ccc;
}

.ec-addressRole .ec-addressRole__actions {
  margin-top: 32px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ccc;
}

.ec-addressList .ec-addressList__item {
  display: table;
  width: 100%;
  position: relative;
  border-bottom: 1px dotted #ccc;
}

.ec-addressList .ec-addressList__remove {
  vertical-align: middle;
  padding: 16px;
  text-align: center;
}

.ec-addressList .ec-addressList__remove .ec-icon img {
  width: 1em;
  height: 1em;
}

.ec-addressList .ec-addressList__address {
  display: table-cell;
  vertical-align: middle;
  padding: 16px;
  margin-right: 4em;
  width: 80%;
}

.ec-addressList .ec-addressList__action {
  position: relative;
  vertical-align: middle;
  text-align: right;
  top: 27px;
  padding-right: 10px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
パスワードリセット

カート 注文詳細 に関する Project コンポーネントを定義します。

ex [パスワードリセット画面](http://demo3.ec-cube.net/forgot)

(カート内に商品がある状態でアクセス)

Markup:
include /assets/tmpl/elements/18.1.password.pug
+ec-passwordRole

Styleguide 18.1

*/
.ec-forgotRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}

.ec-forgotRole:after {
  content: " ";
  display: table;
}

.ec-forgotRole:after {
  clear: both;
}

.ec-forgotRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-forgotRole img {
  max-width: 100%;
}

.ec-forgotRole html {
  box-sizing: border-box;
}

.ec-forgotRole *,
.ec-forgotRole *::before,
.ec-forgotRole *::after {
  box-sizing: inherit;
}

.ec-forgotRole img {
  width: 100%;
}

.ec-forgotRole .ec-forgotRole__intro {
  font-size: 16px;
}

.ec-forgotRole .ec-forgotRole__form {
  margin-bottom: 16px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
会員登録

新規会員登録 に関する Project コンポーネントを定義します。

ex [新規会員登録画面　会員登録](http://demo3.ec-cube.net/entry)

Markup:
include /assets/tmpl/elements/19.1.register.pug
+ec-registerRole

Styleguide 19.1

*/
.ec-registerRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}

.ec-registerRole:after {
  content: " ";
  display: table;
}

.ec-registerRole:after {
  clear: both;
}

.ec-registerRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-registerRole img {
  max-width: 100%;
}

.ec-registerRole html {
  box-sizing: border-box;
}

.ec-registerRole *,
.ec-registerRole *::before,
.ec-registerRole *::after {
  box-sizing: inherit;
}

.ec-registerRole img {
  width: 100%;
}

.ec-registerRole .ec-registerRole__actions {
  padding-top: 20px;
  text-align: center;
}

.ec-registerRole .ec-registerRole__actions p {
  margin-bottom: 16px;
}

.ec-registerRole .ec-blockBtn--action {
  margin-bottom: 16px;
}

.ec-registerCompleteRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}

.ec-registerCompleteRole:after {
  content: " ";
  display: table;
}

.ec-registerCompleteRole:after {
  clear: both;
}

.ec-registerCompleteRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-registerCompleteRole img {
  max-width: 100%;
}

.ec-registerCompleteRole html {
  box-sizing: border-box;
}

.ec-registerCompleteRole *,
.ec-registerCompleteRole *::before,
.ec-registerCompleteRole *::after {
  box-sizing: inherit;
}

.ec-registerCompleteRole img {
  width: 100%;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
お問い合わせ

お問い合わせ に関する Project コンポーネントを定義します。

ex [お問い合わせ](http://demo3.ec-cube.net/contact)

Markup:
include /assets/tmpl/elements/19.2.contact.pug
+ec-contactRole

Styleguide 19.2

*/
.ec-contactRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}

.ec-contactRole:after {
  content: " ";
  display: table;
}

.ec-contactRole:after {
  clear: both;
}

.ec-contactRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-contactRole img {
  max-width: 100%;
}

.ec-contactRole html {
  box-sizing: border-box;
}

.ec-contactRole *,
.ec-contactRole *::before,
.ec-contactRole *::after {
  box-sizing: inherit;
}

.ec-contactRole img {
  width: 100%;
}

.ec-contactRole .ec-contactRole__actions {
  padding-top: 20px;
}

.ec-contactRole p {
  margin: 16px 0;
}

.ec-contactConfirmRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}

.ec-contactConfirmRole:after {
  content: " ";
  display: table;
}

.ec-contactConfirmRole:after {
  clear: both;
}

.ec-contactConfirmRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-contactConfirmRole img {
  max-width: 100%;
}

.ec-contactConfirmRole html {
  box-sizing: border-box;
}

.ec-contactConfirmRole *,
.ec-contactConfirmRole *::before,
.ec-contactConfirmRole *::after {
  box-sizing: inherit;
}

.ec-contactConfirmRole img {
  width: 100%;
}

.ec-contactConfirmRole .ec-contactConfirmRole__actions {
  padding-top: 20px;
}

.ec-contactConfirmRole .ec-blockBtn--action {
  margin-bottom: 16px;
}

.ec-contactCompleteRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}

.ec-contactCompleteRole:after {
  content: " ";
  display: table;
}

.ec-contactCompleteRole:after {
  clear: both;
}

.ec-contactCompleteRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-contactCompleteRole img {
  max-width: 100%;
}

.ec-contactCompleteRole html {
  box-sizing: border-box;
}

.ec-contactCompleteRole *,
.ec-contactCompleteRole *::before,
.ec-contactCompleteRole *::after {
  box-sizing: inherit;
}

.ec-contactCompleteRole img {
  width: 100%;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
お客様情報の入力

ログインせずゲストとして商品を購入する際の、お客様情報の入力 に関する Project コンポーネントを定義します。

ex [カートSTEP2 お客様情報の入力(ゲスト購入)](http://demo3.ec-cube.net/shopping/nonmember)

Markup:
include /assets/tmpl/elements/19.3.customer.pug
+ec-customerRole
hoge

Styleguide 19.3

*/
.ec-customerRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}

.ec-customerRole:after {
  content: " ";
  display: table;
}

.ec-customerRole:after {
  clear: both;
}

.ec-customerRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-customerRole img {
  max-width: 100%;
}

.ec-customerRole html {
  box-sizing: border-box;
}

.ec-customerRole *,
.ec-customerRole *::before,
.ec-customerRole *::after {
  box-sizing: inherit;
}

.ec-customerRole img {
  width: 100%;
}

.ec-customerRole .ec-customerRole__actions {
  padding-top: 20px;
}

.ec-customerRole .ec-blockBtn--action {
  margin-bottom: 10px;
}

.ec-contactConfirmRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}

.ec-contactConfirmRole:after {
  content: " ";
  display: table;
}

.ec-contactConfirmRole:after {
  clear: both;
}

.ec-contactConfirmRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-contactConfirmRole img {
  max-width: 100%;
}

.ec-contactConfirmRole html {
  box-sizing: border-box;
}

.ec-contactConfirmRole *,
.ec-contactConfirmRole *::before,
.ec-contactConfirmRole *::after {
  box-sizing: inherit;
}

.ec-contactConfirmRole img {
  width: 100%;
}

.ec-contactConfirmRole .ec-contactConfirmRole__actions {
  padding-top: 20px;
}

.ec-contactConfirmRole .ec-blockBtn--action {
  margin-bottom: 16px;
}

.ec-contactCompleteRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}

.ec-contactCompleteRole:after {
  content: " ";
  display: table;
}

.ec-contactCompleteRole:after {
  clear: both;
}

.ec-contactCompleteRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-contactCompleteRole img {
  max-width: 100%;
}

.ec-contactCompleteRole html {
  box-sizing: border-box;
}

.ec-contactCompleteRole *,
.ec-contactCompleteRole *::before,
.ec-contactCompleteRole *::after {
  box-sizing: inherit;
}

.ec-contactCompleteRole img {
  width: 100%;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.bg-load-overlay {
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  position: fixed;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  opacity: 1;
}

/*
404ページ

404 エラー画面で使用するページコンポーネントです。

ex [404エラー画面](http://demo3.ec-cube.net/404)

Markup:
include /assets/tmpl/elements/20.1.404.pug
+ec-404Role

Styleguide 20.1

*/
.ec-404Role {
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100vh;
  background-color: #f2f2f2;
  text-align: center;
  box-sizing: border-box;
}

.ec-404Role textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-404Role img {
  max-width: 100%;
}

.ec-404Role html {
  box-sizing: border-box;
}

.ec-404Role *,
.ec-404Role *::before,
.ec-404Role *::after {
  box-sizing: inherit;
}

.ec-404Role img {
  width: 100%;
}

.ec-404Role .ec-404Role__icon img {
  width: 1em;
  height: 1em;
}

.ec-404Role .ec-404Role__title {
  font-weight: bold;
  font-size: 25px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
退会手続き

退会手続きで使用するページコンポーネントです。

ex [退会手続き](http://demo3.ec-cube.net/mypage/withdraw)

Markup:
include /assets/tmpl/elements/21.1.withdraw.pug
+ec-withdrawRole

Styleguide 21.1

*/
.ec-withdrawRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  text-align: center;
  padding: 0 16px;
}

.ec-withdrawRole:after {
  content: " ";
  display: table;
}

.ec-withdrawRole:after {
  clear: both;
}

.ec-withdrawRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-withdrawRole img {
  max-width: 100%;
}

.ec-withdrawRole html {
  box-sizing: border-box;
}

.ec-withdrawRole *,
.ec-withdrawRole *::before,
.ec-withdrawRole *::after {
  box-sizing: inherit;
}

.ec-withdrawRole img {
  width: 100%;
}

.ec-withdrawRole .ec-withdrawRole__title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 24px;
}

.ec-withdrawRole .ec-withdrawRole__description {
  margin-bottom: 32px;
  font-size: 16px;
}

.ec-withdrawRole .ec-icon img {
  width: 100px;
  height: 100px;
}

/*
退会手続き実行確認

退会手続き実行確認で使用するページコンポーネントです。

ex [退会手続き　退会手続きへボタン→押下](http://demo3.ec-cube.net/mypage/withdraw)

Markup:
include /assets/tmpl/elements/21.1.withdraw.pug
+ec-withdrawConfirm

Styleguide 21.1.2

*/
.ec-withdrawConfirmRole .ec-withdrawConfirmRole__cancel {
  margin-bottom: 20px;
}

.ec-withdrawConfirmRole .ec-withdrawConfirmRole__title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 24px;
}

.ec-withdrawConfirmRole .ec-withdrawConfirmRole__description {
  margin-bottom: 32px;
  font-size: 16px;
}

.ec-withdrawConfirmRole .ec-icon img {
  width: 100px;
  height: 100px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
/*
会員情報編集完了

会員情報編集完了で使用するページコンポーネントです。

ex [会員情報編集完了](http://demo3.ec-cube.net/mypage/change_complete)

Markup:
include /assets/tmpl/elements/22.1.editComplete.pug
+ec-userEditCompleteRole

Styleguide 22.1

*/
.ec-userEditCompleteRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  color: #525263;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  text-align: center;
  padding: 0 16px;
}

.ec-userEditCompleteRole:after {
  content: " ";
  display: table;
}

.ec-userEditCompleteRole:after {
  clear: both;
}

.ec-userEditCompleteRole textarea {
  /* for chrome fontsize bug */
  font-family: sans-serif;
}

.ec-userEditCompleteRole img {
  max-width: 100%;
}

.ec-userEditCompleteRole html {
  box-sizing: border-box;
}

.ec-userEditCompleteRole *,
.ec-userEditCompleteRole *::before,
.ec-userEditCompleteRole *::after {
  box-sizing: inherit;
}

.ec-userEditCompleteRole img {
  width: 100%;
}

.ec-userEditCompleteRole .ec-userEditCompleteRole__title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 24px;
}

.ec-userEditCompleteRole .ec-userEditCompleteRole__description {
  margin-bottom: 32px;
  font-size: 16px;
}

@media (min-width: 768px) {
  .ec-grid2 .ec-grid2__cell {
    width: 50%;
  }

  .ec-grid2 .ec-grid2__cell2 {
    width: 100%;
  }

  .ec-grid3 .ec-grid3__cell {
    width: 33.33333%;
  }

  .ec-grid3 .ec-grid3__cell2 {
    width: 66.66667%;
  }

  .ec-grid3 .ec-grid3__cell3 {
    width: 100%;
  }

  .ec-grid4 .ec-grid4__cell {
    width: 25%;
  }

  .ec-grid6 .ec-grid6__cell {
    width: 16.66667%;
  }

  .ec-grid6 .ec-grid6__cell2 {
    width: 33.33333%;
  }

  .ec-grid6 .ec-grid6__cell3 {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .ec-pageHeader h1 {
    border-top: none;
    border-bottom: 1px solid #FFF;
    color: #000;
    margin: 10px 16px 40px;
    padding: 8px;
    font-size: 32px;
    font-weight: 400;
  }

  .ec-heading-bold {
    font-size: 18px;
  }

  .ec-reportHeading {
    border-top: 0;
    font-size: 32px;
  }

  .ec-reportHeading h1,
  .ec-reportHeading h2,
  .ec-reportHeading h3,
  .ec-reportHeading h4,
  .ec-reportHeading h5,
  .ec-reportHeading h6,
  .ec-reportHeading p {
    font-size: 32px;
  }

  .ec-price .ec-price__unit {
    font-size: 1em;
  }

  .ec-price .ec-price__price {
    font-size: 1em;
  }

  .ec-price .ec-price__tax {
    font-size: 0.57em;
  }

  .ec-borderedDefs dl {
    flex-wrap: nowrap;
    padding: 15px 0 4px;
  }

  .ec-borderedDefs dt {
    padding-top: 14px;
    width: 30%;
  }

  .ec-borderedDefs dd {
    width: 70%;
    line-height: 3;
  }

  .ec-list-chilled dt,
  .ec-list-chilled dd {
    padding: 16px 0;
  }

  .ec-list-chilled dd {
    padding: 16px;
  }

  .ec-borderedList {
    border-top: 1px dotted #ccc;
  }

  .ec-blockTopBtn {
    right: 30px;
    bottom: 30px;
  }

  .ec-input input,
  .ec-halfInput input,
  .ec-numberInput input,
  .ec-zipInput input,
  .ec-telInput input,
  .ec-select input,
  .ec-birth input {
    font-size: 14px;
  }

  .ec-input select,
  .ec-halfInput select,
  .ec-numberInput select,
  .ec-zipInput select,
  .ec-telInput select,
  .ec-select select,
  .ec-birth select {
    font-size: 14px;
  }

  .ec-input textarea,
  .ec-halfInput textarea,
  .ec-numberInput textarea,
  .ec-zipInput textarea,
  .ec-telInput textarea,
  .ec-select textarea,
  .ec-birth textarea {
    font-size: 14px;
  }

  .ec-input input,
  .ec-halfInput input,
  .ec-numberInput input,
  .ec-zipInput input,
  .ec-telInput input,
  .ec-select input,
  .ec-birth input {
    margin-bottom: 16px;
  }

  .ec-halfInput input[type='text'] {
    margin-left: 15px;
    width: 45%;
  }

  .ec-input input,
  .ec-halfInput input,
  .ec-numberInput input,
  .ec-zipInput input,
  .ec-telInput input,
  .ec-select input,
  .ec-birth input {
    font-size: 14px;
  }

  .ec-input select,
  .ec-halfInput select,
  .ec-numberInput select,
  .ec-zipInput select,
  .ec-telInput select,
  .ec-select select,
  .ec-birth select {
    font-size: 14px;
  }

  .ec-input textarea,
  .ec-halfInput textarea,
  .ec-numberInput textarea,
  .ec-zipInput textarea,
  .ec-telInput textarea,
  .ec-select textarea,
  .ec-birth textarea {
    font-size: 14px;
  }

  .ec-input input,
  .ec-halfInput input,
  .ec-numberInput input,
  .ec-zipInput input,
  .ec-telInput input,
  .ec-select input,
  .ec-birth input {
    margin-bottom: 16px;
  }

  .ec-halfInput input[type='text'] {
    margin-left: 15px;
    width: 45%;
  }

  .ec-select__delivery {
    display: inline-block;
  }

  .ec-select__time {
    display: inline-block;
  }

  .ec-birth select {
    margin: 0 8px 10px;
  }

  .ec-required {
    margin-left: 1em;
  }

  .ec-grid2 {
    display: flex;
  }

  .ec-grid3 {
    display: flex;
  }

  .ec-grid4 {
    display: flex;
  }

  .ec-grid6 {
    display: flex;
  }

  .ec-off1Grid {
    display: block;
    margin: 0;
  }

  .ec-off1Grid .ec-off1Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 8.33333%;
  }

  .ec-off2Grid {
    display: flex;
  }

  .ec-off2Grid .ec-off2Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 16.66667%;
  }

  .ec-off3Grid {
    display: flex;
  }

  .ec-off3Grid .ec-off3Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 25%;
  }

  .ec-off4Grid {
    display: flex;
  }

  .ec-off4Grid .ec-off4Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 33.33333%;
  }

  .ec-imageGrid .ec-imageGrid__img {
    padding: 10px;
    width: 130px;
  }

  .ec-login {
    margin: 0 16px;
    padding: 30px 13% 60px;
  }

  .ec-login .ec-login__link {
    margin-left: 20px;
  }

  .ec-guest {
    height: 100%;
    margin: 0 16px;
  }

  .ec-displayB {
    flex-direction: row;
  }

  .ec-displayB .ec-displayB__cell {
    width: 31.4466%;
    margin-bottom: 0;
  }

  .ec-displayC .ec-displayC__cell {
    width: 22.8775%;
  }

  .ec-displayD {
    box-sizing: border-box;
    flex-wrap: nowrap;
  }

  .ec-displayD .ec-displayD__cell {
    width: 14.3083%;
    margin-bottom: 16px;
  }

  .ec-topicpath {
    padding: 30px 0 10px;
    border: 0;
    font-size: 16px;
  }

  .ec-progress {
    margin-bottom: 30px;
    padding: 0;
  }

  .ec-progress .ec-progress__number {
    line-height: 42px;
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .ec-cartNaviWrap {
    position: relative;
  }

  .ec-cartNavi {
    display: flex;
    justify-content: space-between;
    border-radius: 99999px;
    box-sizing: border-box;
    padding: 12px 17px 10px;
    width: auto;
    min-width: 140px;
    height: 44px;
    white-space: nowrap;
    cursor: pointer;
    background: #F8F8F8;
  }

  .ec-cartNavi .ec-cartNavi__badge {
    display: inline-block;
    min-width: 17px;
    position: relative;
    left: 0;
    top: 0;
  }

  .ec-cartNavi .ec-cartNavi__price {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
  }

  .ec-cartNavi.is-active .ec-cartNavi__badge {
    display: none;
  }

  .ec-cartNaviIsset {
    margin-top: 10px;
    min-width: 256px;
    max-width: 256px;
  }

  .ec-cartNaviIsset::before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 10px 8.5px;
    border-color: transparent transparent #f8f8f8 transparent;
    position: absolute;
    top: -9px;
  }

  .ec-cartNaviNull {
    margin-top: 10px;
    min-width: 256px;
    max-width: 256px;
  }

  .ec-cartNaviNull::before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 10px 8.5px;
    border-color: transparent transparent #f8f8f8 transparent;
    position: absolute;
    top: -9px;
  }

  .ec-totalBox .ec-totalBox__price {
    font-size: 24px;
  }

  .ec-totalBox .ec-totalBox__taxLabel {
    font-size: 14px;
  }

  .ec-totalBox .ec-totalBox__taxRate {
    font-size: 12px;
  }

  .ec-news {
    margin-right: 3%;
  }

  .ec-news {
    margin-bottom: 32px;
  }

  .ec-news .ec-news__title {
    padding: 16px;
    text-align: left;
    font-size: 24px;
  }

  .ec-navlistRole .ec-navlistRole__navlist {
    flex-wrap: nowrap;
  }

  .ec-welcomeMsg {
    padding-left: 26px;
    padding-right: 26px;
  }

  .ec-favoriteRole .ec-favoriteRole__item {
    width: 25%;
  }

  .ec-mypageRole {
    padding-left: 26px;
    padding-right: 26px;
  }

  .ec-mypageRole .ec-pageHeader h1 {
    margin: 10px 0 48px;
    padding: 8px 0 18px;
  }

  .ec-layoutRole .ec-layoutRole__mainWithColumn {
    width: 75%;
  }

  .ec-layoutRole .ec-layoutRole__mainBetweenColumn {
    width: 50%;
  }

  .ec-layoutRole .ec-layoutRole__left,
  .ec-layoutRole .ec-layoutRole__right {
    display: block;
    width: 25%;
  }

  .ec-headerRole:after {
    content: " ";
    display: table;
  }

  .ec-headerRole:after {
    clear: both;
  }

  .ec-headerRole {
    width: 100%;
  }

  .ec-headerRole:after {
    content: " ";
    display: table;
  }

  .ec-headerRole:after {
    clear: both;
  }

  .ec-headerRole .ec-headerRole__navSP {
    display: none;
  }

  .ec-headerNaviRole {
    padding-bottom: 40px;
  }

  .ec-headerNaviRole .ec-headerNaviRole__search {
    display: inline-block;
    margin-top: 10px;
  }

  .ec-headerNaviRole .ec-headerNaviRole__search a {
    color: inherit;
    text-decoration: none;
  }

  .ec-headerNaviRole .ec-headerNaviRole__search a:hover {
    text-decoration: none;
  }

  .ec-headerNaviRole .ec-headerNaviRole__navSP {
    display: none;
  }

  .ec-headerNaviRole .ec-headerNaviRole__navSP a {
    color: inherit;
    text-decoration: none;
  }

  .ec-headerNaviRole .ec-headerNaviRole__navSP a:hover {
    text-decoration: none;
  }

  .ec-headerNavSP {
    display: none;
  }

  .ec-headerTitle .ec-headerTitle__title a {
    font-size: 40px;
  }

  .ec-headerTitle .ec-headerTitle__subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .ec-headerNav .ec-headerNav__itemIcon {
    margin-right: 0;
    font-size: 20px;
  }

  .ec-headerNav .ec-headerNav__itemLink {
    display: inline-block;
  }

  .ec-headerSearch .ec-headerSearch__category {
    float: left;
    width: 43%;
  }

  .ec-headerSearch .ec-headerSearch__category .ec-select select {
    max-width: 165px;
    height: 36px;
  }

  .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-top-right-radius: inherit;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .ec-headerSearch .ec-headerSearch__keyword {
    float: right;
    width: 57%;
    border-bottom-left-radius: inherit;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
    font-size: 12px;
  }

  .ec-categoryNaviRole {
    display: block;
    width: 100%;
  }

  .ec-categoryNaviRole a {
    color: inherit;
    text-decoration: none;
  }

  .ec-categoryNaviRole a:hover {
    text-decoration: none;
  }

  .ec-itemNav__nav {
    display: inline-block;
  }

  .ec-itemNav__nav li {
    float: left;
    width: auto;
  }

  .ec-itemNav__nav li a {
    text-align: center;
    border-bottom: none;
  }

  .ec-itemNav__nav li ul {
    display: block;
    z-index: 100;
    position: absolute;
  }

  .ec-itemNav__nav li ul li {
    overflow: hidden;
    height: 0;
  }

  .ec-itemNav__nav>li:hover>ul>li {
    overflow: visible;
    height: auto;
  }

  .ec-itemNav__nav li ul li ul:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: white;
    position: absolute;
    top: 19px;
    right: auto;
    left: -20px;
  }

  .ec-itemNav__nav li ul li:hover>ul>li {
    overflow: visible;
    height: auto;
    width: auto;
  }

  .ec-drawerRole {
    display: none;
  }

  .ec-drawerRoleClose {
    display: none;
  }

  .ec-drawerRole.is_active {
    display: none;
  }

  .ec-drawerRoleClose.is_active {
    display: none;
  }

  .ec-overlayRole {
    display: none;
  }

  .have_curtain .ec-overlayRole {
    display: none;
  }

  .ec-footerRole {
    padding-top: 40px;
    margin-top: 100px;
  }

  .ec-footerRole .ec-footerRole__inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
  }

  .ec-footerRole .ec-footerRole__inner:after {
    content: " ";
    display: table;
  }

  .ec-footerRole .ec-footerRole__inner:after {
    clear: both;
  }

  .ec-footerRole .ec-footerRole__inner textarea {
    /* for chrome fontsize bug */
    font-family: sans-serif;
  }

  .ec-footerRole .ec-footerRole__inner img {
    max-width: 100%;
  }

  .ec-footerRole .ec-footerRole__inner html {
    box-sizing: border-box;
  }

  .ec-footerRole .ec-footerRole__inner *,
  .ec-footerRole .ec-footerRole__inner *::before,
  .ec-footerRole .ec-footerRole__inner *::after {
    box-sizing: inherit;
  }

  .ec-footerRole .ec-footerRole__inner img {
    width: 100%;
  }

  .ec-footerNavi .ec-footerNavi__link {
    display: inline-block;
  }

  .ec-footerNavi .ec-footerNavi__link a {
    display: inline-block;
    border-bottom: none;
    margin: 0 10px;
    padding: 0;
    text-decoration: underline;
  }

  .ec-footerTitle {
    padding: 50px 0 80px;
  }

  .ec-footerTitle .ec-footerTitle__logo a {
    font-size: 24px;
  }

  .ec-footerTitle .ec-footerTitle__copyright {
    font-size: 12px;
  }

  .ec-sliderItemRole .item_nav {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .ec-eyecatchRole {
    flex-wrap: nowrap;
  }

  .ec-eyecatchRole .ec-eyecatchRole__image {
    order: 2;
  }

  .ec-eyecatchRole .ec-eyecatchRole__intro {
    padding-right: 5%;
    order: 1;
  }

  .ec-eyecatchRole .ec-eyecatchRole__introEnTitle {
    margin-top: 45px;
  }

  .ec-eyecatchRole .ec-eyecatchRole__introTitle {
    margin-bottom: 1em;
    font-size: 26px;
  }

  .ec-eyecatchRole .ec-eyecatchRole__introDescriptiron {
    margin-bottom: 30px;
  }

  .ec-eyecatchRole .ec-eyecatchRole__introDescription {
    margin-bottom: 30px;
  }

  .ec-blockBtn--top {
    max-width: 260px;
  }

  .ec-topicRole {
    padding: 60px 0;
  }

  .ec-topicRole .ec-topicRole__list {
    flex-wrap: nowrap;
  }

  .ec-topicRole .ec-topicRole__listItem {
    width: calc(100% / 2);
  }

  .ec-topicRole .ec-topicRole__listItem:not(:last-of-type) {
    margin-right: 30px;
  }

  .ec-topicRole .ec-topicRole__listItemTitle {
    margin-top: 1em;
  }

  .ec-newItemRole {
    padding: 60px 0;
  }

  .ec-newItemRole .ec-newItemRole__list {
    flex-wrap: nowrap;
  }

  .ec-newItemRole .ec-newItemRole__listItem {
    margin-bottom: 15px;
    width: calc(100% / 4);
  }

  .ec-newItemRole .ec-newItemRole__listItem:not(:last-of-type) {
    margin-right: 30px;
  }

  .ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
    margin-right: 30px;
  }

  .ec-newItemRole .ec-newItemRole__listItemTitle {
    margin: 20px 0 10px;
  }

  .ec-categoryRole {
    padding: 60px 0;
  }

  .ec-categoryRole .ec-categoryRole__list {
    flex-wrap: nowrap;
  }

  .ec-categoryRole .ec-categoryRole__listItem {
    width: calc(100% / 3);
  }

  .ec-categoryRole .ec-categoryRole__listItem:not(:last-of-type) {
    margin-right: 30px;
  }

  .ec-newsRole {
    padding: 60px 0 0;
  }

  .ec-newsRole .ec-newsRole__news {
    border: 16px solid #F8F8F8;
    padding: 20px 30px;
  }

  .ec-newsRole .ec-newsRole__newsItem:last-of-type {
    margin-bottom: 0;
  }

  .ec-newsRole .ec-newsRole__newsItem {
    padding: 20px 0;
  }

  .ec-newsRole .ec-newsRole__newsHeading {
    display: flex;
  }

  .ec-newsRole .ec-newsRole__newsDate {
    display: inline-block;
    margin: 0;
    min-width: 120px;
    font-size: 14px;
  }

  .ec-newsRole .ec-newsRole__newsColumn {
    display: inline-flex;
    min-width: calc(100% - 120px);
  }

  .ec-newsRole .ec-newsRole__newsTitle {
    margin-bottom: 0;
    line-height: 1.8;
  }

  .ec-newsRole .ec-newsRole__newsDescription {
    margin: 20px 0 0;
    line-height: 1.8;
  }

  .ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
    margin: 20px 0 0;
  }

  .ec-searchnavRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
  }

  .ec-searchnavRole:after {
    content: " ";
    display: table;
  }

  .ec-searchnavRole:after {
    clear: both;
  }

  .ec-searchnavRole textarea {
    /* for chrome fontsize bug */
    font-family: sans-serif;
  }

  .ec-searchnavRole img {
    max-width: 100%;
  }

  .ec-searchnavRole html {
    box-sizing: border-box;
  }

  .ec-searchnavRole *,
  .ec-searchnavRole *::before,
  .ec-searchnavRole *::after {
    box-sizing: inherit;
  }

  .ec-searchnavRole img {
    width: 100%;
  }

  .ec-searchnavRole .ec-searchnavRole__infos {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #ccc;
    padding-top: 16px;
    flex-direction: row;
  }

  .ec-searchnavRole .ec-searchnavRole__counter {
    margin-bottom: 0;
    width: 50%;
  }

  .ec-searchnavRole .ec-searchnavRole__actions {
    width: 50%;
  }

  .ec-shelfGrid {
    margin-left: -16px;
    margin-right: -16px;
  }

  .ec-shelfGrid .ec-shelfGrid__item {
    padding: 0 16px;
    width: 25%;
  }

  .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
    padding: 0 16px;
  }

  .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
    padding: 0 16px;
  }

  .ec-shelfGridCenter {
    margin-left: -16px;
    margin-right: -16px;
  }

  .ec-shelfGridCenter .ec-shelfGridCenter__item {
    padding: 0 16px;
    width: 25%;
  }

  .ec-shelfGridCenter .ec-shelfGridCenter__item:nth-child(odd) {
    padding: 0 16px;
  }

  .ec-shelfGridCenter .ec-shelfGridCenter__item:nth-child(even) {
    padding: 0 16px;
  }

  .ec-modal .ec-modal-wrap {
    padding: 40px 10px;
    width: 50%;
    margin: 20px auto;
  }

  .ec-productRole .ec-productRole__img {
    margin-right: 16px;
    margin-bottom: 0;
  }

  .ec-productRole .ec-productRole__profile {
    margin-left: 16px;
  }

  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 32px;
  }

  .ec-productRole .ec-productRole__price {
    padding: 14px 0;
    border-bottom: 1px dotted #ccc;
  }

  .ec-productRole .ec-productRole__actions .ec-select select {
    min-width: 350px;
    max-width: 350px;
  }

  .ec-productRole .ec-productRole__btn {
    width: 60%;
    margin-bottom: 16px;
    min-width: 350px;
  }

  .ec-cartRole .ec-cartRole__totalText {
    margin-bottom: 30px;
    padding: 0;
  }

  .ec-cartRole .ec-cartRole__cart {
    margin: 0 10%;
  }

  .ec-cartRole .ec-cartRole__actions {
    width: 20%;
    margin-right: 10%;
  }

  .ec-cartRole .ec-cartRole__totalAmount {
    font-size: 24px;
  }

  .ec-cartTable {
    border-top: none;
  }

  .ec-cartHeader {
    display: table-row;
  }

  .ec-cartRow .ec-cartRow__delColumn {
    width: 8.3333333%;
  }

  .ec-cartRow .ec-cartRow__delColumn .ec-icon img {
    width: 1em;
    height: 1em;
  }

  .ec-cartRow .ec-cartRow__contentColumn {
    display: table-cell;
  }

  .ec-cartRow .ec-cartRow__img {
    display: inline-block;
    min-width: 80px;
    max-width: 100px;
    padding-right: 0;
  }

  .ec-cartRow .ec-cartRow__summary {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
  }

  .ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP {
    display: none;
  }

  .ec-cartRow .ec-cartRow__amountColumn {
    width: 16.66666667%;
  }

  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
    display: block;
  }

  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
    display: none;
  }

  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
    display: block;
  }

  .ec-cartRow .ec-cartRow__subtotalColumn {
    display: table-cell;
  }

  .ec-orderRole {
    margin-top: 20px;
    flex-direction: row;
  }

  .ec-orderRole .ec-orderRole__detail {
    padding: 0 16px;
    width: 66.66666%;
  }

  .ec-orderRole .ec-orderRole__summary {
    width: 33.33333%;
    padding: 0 16px;
  }

  .ec-orderRole .ec-orderRole__summary .ec-inlineBtn {
    display: none;
  }

  .ec-orderRole .ec-borderedList {
    border-top: none;
  }

  .ec-orderConfirm {
    margin-bottom: 0;
  }

  .ec-AddAddress {
    margin: 0 10%;
  }

  .ec-AddAddress .ec-AddAddress__selectAddress select {
    min-width: 350px;
  }

  .ec-historyRole .ec-historyRole__contents {
    flex-direction: row;
  }

  .ec-historyRole .ec-historyRole__header {
    width: 33.3333%;
  }

  .ec-historyRole .ec-historyRole__detail {
    width: 66.6666%;
    border-top: none;
  }

  .ec-historyListHeader .ec-historyListHeader__date {
    font-weight: bold;
    font-size: 20px;
  }

  .ec-historyListHeader .ec-historyListHeader__action a {
    font-size: 14px;
  }

  .ec-registerRole .ec-registerRole__actions {
    text-align: left;
  }

  .ec-customerRole .ec-blockBtn--action {
    margin-bottom: 16px;
  }

  .ec-userEditCompleteRole .ec-userEditCompleteRole__title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) {
  .ec-off1Grid {
    display: flex;
  }

  .ec-off1Grid .ec-off1Grid__cell {
    width: 83.33333%;
  }

  .ec-off2Grid .ec-off2Grid__cell {
    width: 66.66667%;
  }

  .ec-off3Grid .ec-off3Grid__cell {
    width: 50%;
  }

  .ec-off4Grid .ec-off4Grid__cell {
    width: 33.33333%;
  }
}

@media screen and (min-width: 768px) {
  .ec-calendar {
    flex-direction: row;
    margin-left: -30px;
  }

  .ec-calendar__month {
    margin-top: 0;
    margin-left: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
@charset "UTF-8";

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  /* background: url(../img/lightbox/loading.gif) no-repeat; */
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  /* background-image: url(data:image/gif; base64, R0lGODlhAQABAPAAAP ///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); */
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  /* background: url(../img/lightbox/prev.png) left 48% no-repeat; */
  filter: alpha(Opacity=0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  /* background: url(../img/lightbox/next.png) right 48% no-repeat; */
  filter: alpha(Opacity=0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 12px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-dataContainer a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 14px;
  height: 14px;
  /* background: url(../img/lightbox/close.png) top right no-repeat; */
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  transition: opacity 0.2s;
  background-size: contain;
  margin-left: 4px;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.lb-data .js-lb-close {
  cursor: pointer;
}

/*! http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */

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

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* easeOutcubic */

*,
*:before,
*:after {
  box-sizing: border-box;
}

strong,
b {
  font-weight: 500;
}

html {
  height: -webkit-fill-available;
  font-size: 62.5%;
}

body {
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-y: scroll;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.67;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue",
    Arial, Meiryo, sans-serif;
  letter-spacing: normal;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #323233;
}

a {
  color: inherit;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  outline: none;
  font-size: inherit;
  font-family: inherit;
  border-radius: 0;
}

button {
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

button:focus {
  outline-offset: 1px;
  outline: -webkit-focus-ring-color auto 1px;
  outline: none;
}

.content-wrap {
  margin-top: 16px;
}

.content-wrap--no-breadcrumb {
  margin-top: 40px !important;
}

.container-small {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  src: url("../font/icomoon.eot?q6ygm4");
  src: url("../font/icomoon.eot?q6ygm4#iefix") format("embedded-opentype"),
    url("../font/icomoon.ttf?q6ygm4") format("truetype"),
    url("../font/icomoon.woff?q6ygm4") format("woff"),
    url("../font/icomoon.svg?q6ygm4#icomoon") format("svg");
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  text-transform: none;
  speak: never;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header__tab {
  padding-top: 6px;
}

.page-sale .header__tab {
  background: #e10041;
}

.page-sale .header__tab .header__tab__item:nth-child(1) .header__tab__link {
  position: relative;
  background: #ffffff;
  color: #353535;
}

.page-sale .header__tab .header__tab__item:nth-child(1) .header__tab__link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  margin: auto;
  background: transparent;
  background: #e10041;
}

.page-buy .header__tab {
  background: #29905e;
}

.page-buy .header__tab .header__tab__item:nth-child(2) .header__tab__link {
  position: relative;
  background: #ffffff;
  color: #353535;
}

.page-buy .header__tab .header__tab__item:nth-child(2) .header__tab__link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  margin: auto;
  background: transparent;
  background: #29905e;
}

.page-tournament .header__tab {
  background: #4a8fe7;
}

.page-tournament .header__tab .header__tab__item:nth-child(3) .header__tab__link {
  position: relative;
  background: #ffffff;
  color: #353535;
}

.page-tournament .header__tab .header__tab__item:nth-child(3) .header__tab__link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  margin: auto;
  background: transparent;
  background: #4a8fe7;
}

.page-column .header__tab {
  background: #9c81ad;
}

.page-column .header__tab .header__tab__item:nth-child(4) .header__tab__link {
  position: relative;
  background: #ffffff;
  color: #353535;
}

.page-column .header__tab .header__tab__item:nth-child(4) .header__tab__link:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  margin: auto;
  background: transparent;
  background: #9c81ad;
}

.header__tab__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header__tab__item:nth-child(1) .header__tab__link {
  background: #e10041;
}

.header__tab__item:nth-child(1).is-current .header__tab__link:after {
  background: #e10041;
}

.header__tab__item:nth-child(2) .header__tab__link {
  background: #29905e;
}

.header__tab__item:nth-child(2).is-current .header__tab__link:after {
  background: #29905e;
}

.header__tab__item:nth-child(3) .header__tab__link {
  background: #4a8fe7;
}

.header__tab__item:nth-child(3).is-current .header__tab__link:after {
  background: #4a8fe7;
}

.header__tab__item:nth-child(4) .header__tab__link {
  background: #9c81ad;
}

.header__tab__item:nth-child(4).is-current .header__tab__link:after {
  background: #9c81ad;
}

.header__tab__item:nth-child(n + 2) {
  margin-left: 4px;
}

.header__tab__link {
  white-space: nowrap;
  display: block;
  height: 100%;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  transition: color 0.3s;
}

.header__search__inner {
  padding-bottom: 10px;
}

.header__search__category {
  margin-right: 24px;
}

.ui-state-active {
  border: none !important;
  background: #f0f2f5 !important;
}

.header__searchbox__inner {
  padding-top: 8px;
}

.header__searchbox.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  z-index: 100;
  padding-bottom: 8px;
}

.header__error {
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 40px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #e10041;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__error:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../img/common/error_icon.png) no-repeat center/contain;
  margin-right: 16px;
}

.header__error__txt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 24px;
}

.header-lite__top {
  line-height: 1;
  background-color: #f0f2f5;
  padding-top: 6px;
  padding-bottom: 6px;
  z-index: 2;
  position: relative;
}

.header-lite__top--strong {
  color: #e10041;
  display: inline-block;
  margin-left: 12px;
}

.header-lite__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding-top: 8px;
}

.footer__wrap {
  margin-top: 80px;
  border-top: 5px solid #e10041;
}

.footer__bottom {
  position: relative;
  background: #f0f2f5;
  color: #9da1a6;
}

.footer__logo {
  height: 160px;
  width: 160px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 0;
  margin: auto;
  border-radius: 80px;
  background: #f0f2f5;
}

.footer__logo img {
  height: 56px;
  width: 88px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}

.footer__about {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid rgba(190, 191, 194, 0.5);
}

.footer__about__shop__title {
  font-weight: 700;
}

.footer__about__shop__title--lg {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}

.footer__about__shop__button {
  height: 30px;
  width: 180px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}

.footer__about__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__about__item {
  width: 50%;
}

.footer__about__item__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  height: 24px;
  width: 120px;
  border: 1px solid #9da1a6;
  font-weight: 700;
}

.footer__about__item__text {
  margin-top: 16px;
  line-height: 1.67;
}

.footer__about__item__pay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer__about__item__pay__icon {
  height: 40px;
  width: 40px;
}

.footer__about__item__pay__icon:nth-child(n + 2) {
  margin-left: 8px;
}

.footer__about__item__link {
  display: block;
}

.footer__about__item__highlight {
  margin-bottom: 16px;
  color: #e10541;
  font-weight: 700;
}

.footer__navi {
  padding-top: 32px;
  color: #9da1a6;
}

.footer__navi__item:nth-child(n + 2) {
  margin-top: 12px;
}

.footer__navi__item .icon-window {
  font-size: 80%;
  display: inline-block;
  margin-left: 4px;
}

.footer__copyright {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  background: #323233;
}

.footer__copyright__text {
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
}

.side-toreka {
  margin-bottom: 24px;
}

.side-toreka__list {
  margin-top: 8px;
}

.side-toreka__list .index-expansion__item {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .side-toreka__list .index-expansion__item {
    width: 100%;
  }
}

.side-toreka__list .index-expansion__item:nth-child(n+2) {
  margin: 8px auto 0;
}

.side-toreka__list .index-expansion__item .index-expansion__link:before {
  background: #FFF;
  border: 1px solid #e10041;
}

.side-toreka__list .index-expansion__item .index-expansion__link.is-active:before {
  background: #e10041;
}

.side-toreka__list .index-expansion__item .index-expansion__link:after {
  border-top: 2px solid #e10041;
  border-right: 2px solid #e10041;
}

.side-toreka__list .index-expansion__item .index-expansion__link.is-active:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

@media (min-width: 1024px) {
  .side-toreka__list .index-expansion__item .index-expansion__link .sub_category_image img {
    object-fit: cover;
    background-position: center;
    width: 100%;
  }
}

.side-toreka__item {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  position: relative;
}

.side-toreka__item:nth-child(n + 2) {
  margin-top: 5px;
}

.side-toreka__link {
  font-size: 10px;
  font-size: 1rem;
}

.side-youtube {
  position: relative;
  width: 100%;
  padding-top: 53.33%;
  margin-bottom: 24px;
}

.side-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.side-bnr {
  margin-bottom: 28px;
}

.side-bnr__item:nth-child(n + 2) {
  margin-top: 16px;
}

.side-bnr__link {
  display: block;
}

.side-navi {
  padding-bottom: 18px;
  margin-bottom: 16px;
}

.page-sale .side-navi {
  border: 1px solid #e10041;
}

.page-buy .side-navi {
  border: 1px solid #29905e;
}

.page-tournament .side-navi {
  border: 1px solid #e10041;
}

.page-column .side-navi {
  border: 1px solid #9c81ad;
}

.page-sale .side-navi .side-navi__list {
  max-height: 600px;
  overflow-y: auto;
}

.page-sale .side-navi .side-navi__list::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.page-sale .side-navi .side-navi__list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.page-sale .side-navi .side-navi__list::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.page-sale .side-navi .side-navi__list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.side-navi .heading-side-fill:nth-of-type(1) {
  margin-top: 16px;
}

.side-navi .heading-side-fill:nth-of-type(n + 2) {
  margin-top: 20px;
}

.side-navi__item {
  position: relative;
  margin-top: 6px;
  padding-right: 12px;
  padding-left: 12px;
  cursor: pointer;
}

.child-side-navi__item {
  position: relative;
  margin-top: 6px;
  padding-right: 0;
  padding-left: 12px;
  cursor: pointer;
}

.side-navi__item:hover .side-navi__modal {
  display: block;
}

.side-toreka__item:hover .side-navi__modal {
  display: block;
}

.page-sale .side-navi__item:hover .side-navi__text,
.page-sale .side-navi__item:hover .side-navi__link,
.page-sale .side-navi__item.is-selected .side-navi__text,
.page-sale .side-navi__item.is-selected .side-navi__link {
  background: #fce3ea;
  font-weight: 700;
}

.page-sale .side-navi__item:hover .side-navi__text:before,
.page-sale .side-navi__item:hover .side-navi__link:before,
.page-sale .side-navi__item.is-selected .side-navi__text:before,
.page-sale .side-navi__item.is-selected .side-navi__link:before {
  border-top: 1px solid #e10041;
  border-right: 1px solid #e10041;
}

.page-buy .side-navi__item:hover .side-navi__text,
.page-buy .side-navi__item:hover .side-navi__link,
.page-buy .side-navi__item.is-selected .side-navi__text,
.page-buy .side-navi__item.is-selected .side-navi__link {
  background: rgba(41, 144, 94, 0.15);
  font-weight: 700;
}

.page-buy .side-navi__item:hover .side-navi__text:before,
.page-buy .side-navi__item:hover .side-navi__link:before,
.page-buy .side-navi__item.is-selected .side-navi__text:before,
.page-buy .side-navi__item.is-selected .side-navi__link:before {
  border-top: 1px solid #29905e;
  border-right: 1px solid #29905e;
}

.page-tournament .side-navi__item:hover .side-navi__text,
.page-tournament .side-navi__item:hover .side-navi__link,
.page-tournament .side-navi__item.is-selected .side-navi__text,
.page-tournament .side-navi__item.is-selected .side-navi__link {
  background: #fce3ea;
  font-weight: 700;
}

.page-tournament .side-navi__item:hover .side-navi__text:before,
.page-tournament .side-navi__item:hover .side-navi__link:before,
.page-tournament .side-navi__item.is-selected .side-navi__text:before,
.page-tournament .side-navi__item.is-selected .side-navi__link:before {
  border-top: 1px solid #4a8fe7;
  border-right: 1px solid #4a8fe7;
}

.page-column .side-navi__item:hover .side-navi__text,
.page-column .side-navi__item:hover .side-navi__link,
.page-column .side-navi__item.is-selected .side-navi__text,
.page-column .side-navi__item.is-selected .side-navi__link {
  background: #fce3ea;
  font-weight: 700;
}

.page-column .side-navi__item:hover .side-navi__text:before,
.page-column .side-navi__item:hover .side-navi__link:before,
.page-column .side-navi__item.is-selected .side-navi__text:before,
.page-column .side-navi__item.is-selected .side-navi__link:before {
  border-top: 1px solid #9c81ad;
  border-right: 1px solid #9c81ad;
}

.side-navi__link {
  display: block;
  position: relative;
  padding: 3px 0;
  padding-left: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  transition: all 0.3s, font-weight 0.3s;
}

.side-navi__link.latest-cat-navi__link {
  background-image: url(https://www.cardrush.jp/data/cardrush/pc/img/page_h2_bg.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-color: #f9f9f9;
  color: #000000;
  border-radius: 5px;
}

.child-side-navi__link {
  display: block;
  position: relative;
  padding: 3px 0;
  padding-left: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  transition: all 0.3s;
}

.side-navi__link:before {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  transform: rotate(45deg);
  margin: auto;
  border-top: 1px solid #323233;
  border-right: 1px solid #323233;
}

.side-navi__link.is-active {
  font-weight: 700;
}

.side-navi__link.is-active:before {
  transform: rotate(135deg);
  transition: all 0.3s;
}

.child-side-navi__link:before {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #323233;
  border-radius: 50rem;
}

.side-navi__button {
  height: auto;
  line-height: 1.7;
  margin-top: 8px;
  margin-right: 12px;
  margin-left: 12px;
  font-size: 12px;
  font-size: 1.2rem;
}

.side-navi__modal {
  display: none;
  position: absolute;
  top: -8px;
  left: calc((100% - 4px));
  z-index: 5;
  width: 288px;
  padding: 10px 4px;
  border: 1px solid #e10041;
  background: #ffffff;
}

.side-toreka__item .side-navi__modal {
  display: none;
  position: absolute;
  top: -8px;
  left: calc((100% - 4px));
  z-index: 5;
  width: 288px;
  padding: 10px 4px;
  border: 1px solid #09101d;
  background: #ffffff;
}

.side-navi__modaltitle {
  font-weight: 700;
  text-align: center;
}

.side-navi__childlist {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4px;
}

.side-toreka__item .side-navi__childlist {
  display: block;
  margin-top: 4px;
}

.side-navi__childitem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 45%;
  max-width: 128px;
}

.side-toreka__item .side-navi__childitem {
  width: 100%;
  max-width: 250px;
}

.side-navi__childlink {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 0 10px 12px;
  font-size: 12px;
  font-size: 1.2rem;
  transition: background 0.3s, font-weight 0.3s;
}

.side-toreka__item .side-navi__childlink {
  padding: 10px 0 10px 15px;
}

.side-navi__childlink:before {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  transform: rotate(45deg);
  margin: auto;
  border-top: 1px solid #323233;
  border-right: 1px solid #323233;
}

.side-navi__childlink:hover,
.side-navi__childlink.is-selected {
  background: #fce3ea;
  font-weight: 700;
}

.side-navi__childlink:hover:before,
.side-navi__childlink.is-selected:before {
  border-top: 1px solid #e10041;
  border-right: 1px solid #e10041;
}

.side-toreka__item .side-navi__childlink:hover,
.side-toreka__item .side-navi__childlink.is-selected {
  background: #333;
  color: #fff;
  font-weight: 700;
  opacity: 1;
}

.side-toreka__item .side-navi__childlink:hover:before,
.side-toreka__item .side-navi__childlink.is-selected:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.side-user__button {
  height: 30px;
  font-size: 12px;
  font-size: 1.2rem;
}

.side-user__button:nth-child(n + 2) {
  margin-top: 6px;
}

.side-twitter__inner {
  position: relative;
  padding-top: 160%;
  overflow: hidden;
}

@media only screen and (max-width: 960px) {
  .side-twitter__inner {
    padding-top: 45%;
  }
}

@media only screen and (max-width: 428px) {
  .side-twitter__inner {
    padding-top: 120%;
  }
}

.side-twitter iframe {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.side-snsicon {
  margin-top: 16px;
}

.side-snsicon__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.side-snsicon__item {
  width: 21.1%;
  max-width: 38px;
}

.side-snsicon__item:nth-child(n + 2) {
  margin-left: 8px;
}

.side-snsicon__link {
  display: block;
}

.breadcrumb-wrap {
  margin-top: 16px;
}

.breadcrumb-wrap--main {
  margin-top: 0;
  margin-bottom: 16px;
}

.breadcrumb-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 10px;
  font-size: 1rem;
}

.breadcrumb-list li {
  color: #4a8fe7;
  text-decoration: underline;
}

.breadcrumb-list li:last-child {
  pointer-events: none;
  color: #323233;
  text-decoration: none;
}

.breadcrumb-list li:nth-child(n + 2) {
  position: relative;
  padding-left: 2em;
}

.breadcrumb-list li:nth-child(n + 2):before {
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  border-right: 1px solid #b3b5be;
  border-bottom: 1px solid #b3b5be;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0.5em;
}

.form-section {
  margin-top: 40px;
}

.form-section:first-child {
  margin-top: 32px;
}

.form-control {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #c8cacc;
  width: 100%;
}

.form-control:-ms-input-placeholder {
  color: #9d9d9d !important;
}

.form-control::placeholder {
  color: #9d9d9d !important;
}

.form-control--entered {
  color: #323233;
  background-color: #f0f2f5;
}

.form-control--sale {
  border: 1px solid #e10041;
}

.form-control--buy {
  border: 1px solid #29905e;
}

.form-control--tournament {
  border: 1px solid #4a8fe7;
}

.form-control--column {
  border: 1px solid #9c81ad;
}

.form-keyword .select2-container {
  width: 100% !important;
  min-height: 32px;
  border-radius: 4px;
}

.form-keyword .select2-selection__choice {
  border: none !important;
  font-size: 12px !important;
  font-size: 1.2rem !important;
  padding-left: 16px !important;
}

.form-keyword .select2-selection__choice__remove {
  border-right: none !important;
  color: #323233 !important;
}

.form-keyword .select2-selection__choice__remove span {
  line-height: 1.5 !important;
  display: block !important;
}

.form-keyword .select2-results__option--selectable {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.form-keyword--sale .select2-selection--multiple {
  border-color: #e10041 !important;
}

.form-keyword--buy .select2-selection--multiple {
  border-color: #29905e !important;
}

.form-keyword--tournament .select2-selection--multiple {
  border-color: #4a8fe7 !important;
}

.form-keyword--column .select2-selection--multiple {
  border-color: #9c81ad !important;
}

.form-pulldown {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #c8cacc;
  overflow: hidden;
  position: relative;
}

.form-pulldown:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  pointer-events: none;
  right: 8px;
}

.form-pulldown select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 16px;
  line-height: 1.6;
  color: #323233;
}

.form-pulldown select::-ms-expand {
  display: none;
}

.form-pulldown--sale {
  border: 1px solid #e10041;
}

.form-pulldown--buy {
  border: 1px solid #29905e;
}

.form-radio {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.form-radio__button {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  border: solid 1px #c8cacc;
  background-color: #ffffff;
}

.form-radio__text {
  margin-left: 8px;
  display: block;
  line-height: 1;
}

.form-radio__text--sm {
  font-size: 10px;
  font-size: 1rem;
  margin-left: 24px;
}

.form-radio input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 0;
  margin: 0;
}

.form-radio input:focus+.form-radio__button {
  border: solid 1px #c8cacc;
  background: #ffffff;
}

.form-radio input:checked+.form-radio__button {
  border: solid 1px #c8cacc;
}

.form-radio input:checked+.form-radio__button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #323233;
}

.form-radio--bottom {
  padding-left: 24px;
}

.form-check {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.form-check__button {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  background: #fff;
  border: solid 1px #c8cacc;
  background-color: #ffffff;
}

.form-check__text {
  margin-left: 8px;
  display: block;
  line-height: 1;
}

.form-check__text a {
  color: #0079d9;
}

.form-check input {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 0;
  margin: 0;
}

.form-check input:focus+.form-check__button {
  border: solid 1px #c8cacc;
  background: #ffffff;
}

.form-check input:checked+.form-check__button {
  background: #e10041;
}

.form-check input:checked+.form-check__button:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%) rotate(-45deg);
  width: 9px;
  height: 6px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.form-check--sale input:checked+.form-check__button {
  background: #e10041;
}

.form-check--buy input:checked+.form-check__button {
  background: #29905e;
}

.form-check--tournament input:checked+.form-check__button {
  background: #4a8fe7;
}

.form-check--column input:checked+.form-check__button {
  background: #9c81ad;
}

.form-check--frame input:checked+.form-check__button {
  background: white;
}

.form-check--frame input:checked+.form-check__button:before {
  border-left: 2px solid #e10041;
  border-bottom: 2px solid #e10041;
}

.form-check--frame .form-check__text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.form-check--frame+.text-caption {
  margin-left: 24px;
  display: block;
}

.form-tag {
  display: inline-block;
  margin-right: 4px;
}

.form-tag input {
  display: none;
}

.form-tag__label {
  display: inline-block;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 4px;
  background-color: #ffffff;
  cursor: pointer;
}

.form-tag--sale .form-tag__label {
  color: #e10041;
  border: 1px solid #e10041;
}

.form-tag--buy .form-tag__label {
  color: #29905e;
  border: 1px solid #29905e;
}

.form-tag--tournament .form-tag__label {
  color: #4a8fe7;
  border: 1px solid #4a8fe7;
}

.form-tag--column .form-tag__label {
  color: #9c81ad;
  border: 1px solid #9c81ad;
}

.form-tag--sale input:checked+.form-tag__label {
  background-color: #e10041;
  border: 1px solid #e10041;
  color: #ffffff;
  font-weight: bold;
}

.form-tag--buy input:checked+.form-tag__label {
  background-color: #29905e;
  border: 1px solid #29905e;
  color: #ffffff;
  font-weight: bold;
}

.form-tag--tournament input:checked+.form-tag__label {
  background-color: #4a8fe7;
  border: 1px solid #4a8fe7;
  color: #ffffff;
  font-weight: bold;
}

.form-tag--column input:checked+.form-tag__label {
  background-color: #9c81ad;
  border: 1px solid #9c81ad;
  color: #ffffff;
  font-weight: bold;
}

.form-toggle__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-toggle__text {
  font-weight: bold;
  border: 1px solid #bebfc2;
  background-color: #ffffff;
  display: inline-block;
  text-align: center;
  box-shadow: 0 2px 0 0 #bebfc2;
  line-height: 1;
  cursor: pointer;
}

.form-toggle:first-child .form-toggle__text {
  border-radius: 4px 0 0 4px;
}

.form-toggle:last-child .form-toggle__text {
  border-radius: 0 4px 4px 0;
}

.form-toggle input {
  display: none;
}

.form-toggle input:checked+.form-toggle__text {
  color: #ffffff;
  background-color: #323233;
  border: 1px solid #323233;
  box-shadow: 0 0 0 0 #bebfc2;
  transform: translateY(2px);
  cursor: auto;
}

.form-toggle input:checked+.form-toggle__text--sale {
  background-color: #e10041;
  border: 1px solid #e10041;
}

.form-counter {
  width: 88px;
}

.form-counter__count {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.form-counter__button {
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 5px;
  background-color: #323233;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

.form-counter__button:before {
  content: "";
  display: block;
  height: 1px;
  width: 7px;
  background-color: #ffffff;
}

.form-counter__button--plus:after {
  content: "";
  display: block;
  height: 7px;
  width: 1px;
  background-color: #ffffff;
  transform: translateX(-4px);
}

.form-counter__button.disabled {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  cursor: inherit;
  pointer-events: none;
}

.form-counter__input {
  max-width: 40px;
  border: none;
  line-height: 1;
  text-align: center;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  outline: none;
  pointer-events: none;
  background: inherit;
}

.form-counter__reset {
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  margin-top: 8px;
}

.form-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: block;
  position: relative;
  position: relative;
  max-width: 180px;
  height: 30px;
  overflow: hidden;
  border-radius: 4px;
  color: #828282;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
}

.page-sale .form-select {
  border: 1px solid #e10041;
}

.page-buy .form-select {
  border: 1px solid #29905e;
}

.page-tournament .form-select {
  border: 1px solid #4a8fe7;
}

.page-column .form-select {
  border: 1px solid #9c81ad;
}

.form-select:before {
  pointer-events: none;
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  position: absolute;
  top: -3px;
  right: 6px;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
}

.page-sale .form-select:before {
  border-right: 2px solid #e10041;
  border-bottom: 2px solid #e10041;
}

.page-buy .form-select:before {
  border-right: 2px solid #29905e;
  border-bottom: 2px solid #29905e;
}

.page-tournament .form-select:before {
  border-right: 2px solid #4a8fe7;
  border-bottom: 2px solid #4a8fe7;
}

.page-column .form-select:before {
  border-right: 2px solid #9c81ad;
  border-bottom: 2px solid #9c81ad;
}

.form-select__item {
  height: 100%;
  width: 100%;
  border: none;
  padding-left: 6px;
  padding-right: 14px;
  cursor: pointer;
  text-indent: 0.01px;
  background: transparent;
}

.form-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-search__input {
  -ms-flex: 1;
  flex: 1;
  height: 30px;
  border-radius: 4px 0 0 4px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin-right: 0;
}

.page-sale .form-search__input {
  border: 1px solid #e10041;
}

.page-buy .form-search__input {
  border: 1px solid #29905e;
}

.page-tournament .form-search__input {
  border: 1px solid #4a8fe7;
}

.page-column .form-search__input {
  border: 1px solid #9c81ad;
}

.form-search__submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 0 4px 4px 0;
}

.page-sale .form-search__submit {
  background: #e10041;
}

.page-buy .form-search__submit {
  background: #29905e;
}

.page-tournament .form-search__submit {
  background: #4a8fe7;
}

.page-column .form-search__submit {
  background: #9c81ad;
}

.form-search__submit:before {
  color: #ffffff;
  font-size: 20px;
  font-size: 2rem;
}

.form-search__submit__button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
}

.form-search__submit__button:hover {
  cursor: pointer;
}

.form-search__submit__button:focus {
  outline: none;
}

.form-pulldown-sp {
  height: 28px;
  width: 24px;
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 4px 0 0 4px;
}

.form-pulldown-sp:after {
  content: "";
  display: block;
  height: 7px;
  width: 7px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
  pointer-events: none;
}

.page-sale .form-pulldown-sp:after {
  border-right: 2px solid #e10041;
  border-bottom: 2px solid #e10041;
}

.page-buy .form-pulldown-sp:after {
  border-right: 2px solid #29905e;
  border-bottom: 2px solid #29905e;
}

.page-tournament .form-pulldown-sp:after {
  border-right: 2px solid #4a8fe7;
  border-bottom: 2px solid #4a8fe7;
}

.page-column .form-pulldown-sp:after {
  border-right: 2px solid #9c81ad;
  border-bottom: 2px solid #9c81ad;
}

.form-pulldown-sp__item {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  color: transparent;
  font-size: 16px;
  font-size: 1.6rem;
}

.form-wrap__half {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-wrap__half>* {
  width: calc((100% - 8px) / 2);
}

.form-wrap__yubin {
  width: 200px;
  max-width: 200px;
}

.form-wrap__prefectures {
  width: 176px;
}

.form-wrap__address {
  margin-top: 8px;
}

.form-wrap__birthday {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-wrap__birthday__year {
  width: 120px;
}

.form-wrap__birthday__month {
  width: 80px;
  margin-left: 8px;
}

.form-wrap__birthday__day {
  width: 80px;
  margin-left: 8px;
}

.form-wrap__limit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-wrap__limit__year,
.form-wrap__limit__month {
  width: 80px;
}

.form-wrap__limit__year {
  margin-left: 8px;
}

.form-wrap__cord {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-wrap__cord input {
  width: 128px;
}

.form-wrap__cord--caption {
  color: #595959;
  display: inline-block;
  margin-left: 16px;
}

.form-wrap__radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-wrap__radio>*:nth-child(n + 2) {
  margin-top: 16px;
}

.form-item {
  margin-top: 32px;
}

.form-item:nth-of-type(n + 2) {
  margin-top: 24px;
}

.form-item__title {
  font-weight: bold;
}

.form-item__title--md {
  font-size: 12px;
  font-size: 1.2rem;
}

.form-item__title--sm {
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  margin-left: 24px;
}

.form-item__input {
  position: relative;
}

.form-item__title--req {
  color: #d10000;
  display: inline-block;
  border: 1px solid #d10000;
  border-radius: 4px;
  font-size: 10px;
  font-size: 1rem;
  padding: 2px 6px;
  line-height: 1;
  margin-left: 16px;
}

.form-button {
  height: 48px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

.form-back {
  margin-top: 24px;
}

.form-agree {
  background-color: #f0f2f5;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  margin-top: 32px;
  line-height: 1;
}

.form-agree .form-check__text {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.form-agree+.form-error {
  text-align: center;
  margin-top: 8px;
}

.form-error {
  color: #d10000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  width: 100%;
  margin-top: 4px;
}

.button-size--normal {
  width: auto;
  height: 40px;
}

.button-size--md {
  height: 40px;
  width: 200px;
}

.button-size--sm {
  height: 30px;
  width: 180px;
}

.button-fill-arrow {
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  transition: all 0.3s;
}

.button-fill-arrow:after {
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 14px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.button-fill-arrow--sale {
  background-color: #e10041;
  box-shadow: 0 3px 0 0 #60001d;
}

.button-fill-arrow--buy {
  background-color: #29905e;
  box-shadow: 0 3px 0 0 #165537;
}

.button-fill-arrow--tournament {
  background-color: #4a8fe7;
  box-shadow: 0 3px 0 0 #214066;
}

.button-fill-arrow--column {
  background-color: #9c81ad;
  box-shadow: 0 3px 0 0 #27202b;
}

.button-fill-arrow--inactive {
  background-color: #bebfc2;
  box-shadow: 0 3px 0 0 #999;
  pointer-events: none;
  cursor: auto;
}

.button-fill-noshadow {
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}

.button-fill-noshadow:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 14px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.button-fill-noshadow--sale {
  background-color: #e10041;
}

.button-fill-noshadow--buy {
  background-color: #29905e;
}

.button-fill-noshadow--tournament {
  background-color: #4a8fe7;
}

.button-fill-noshadow--column {
  background-color: #9c81ad;
}

.button-fill-noshadow--inactive {
  background-color: #bebfc2;
  pointer-events: none;
}

.button-shadow {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 100%;
  background: #ffffff;
  transition: all 0.3s;
}

.button-shadow:after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 9px;
  width: 9px;
  transform: rotate(45deg);
}

.button-shadow--sale {
  color: #e10041;
  border: 2px solid #e10041;
  box-shadow: 0 3px 0 0 #e10041;
}

.button-shadow--sale:after {
  border-top: 2px solid #e10041;
  border-right: 2px solid #e10041;
}

.button-shadow--buy {
  color: #29905e;
  border: 2px solid #29905e;
  box-shadow: 0 3px 0 0 #29905e;
}

.button-shadow--buy:after {
  border-top: 2px solid #29905e;
  border-right: 2px solid #29905e;
}

.button-shadow--tournament {
  color: #4a8fe7;
  border: 2px solid #4a8fe7;
  box-shadow: 0 3px 0 0 #4a8fe7;
}

.button-shadow--tournament:after {
  border-top: 2px solid #4a8fe7;
  border-right: 2px solid #4a8fe7;
}

.button-shadow--column {
  color: #9c81ad;
  border: 2px solid #9c81ad;
  box-shadow: 0 3px 0 0 #9c81ad;
}

.button-shadow--column:after {
  border-top: 2px solid #9c81ad;
  border-right: 2px solid #9c81ad;
}

.button-shadow--low {
  color: #323233;
  border: 1px solid #bebfc2;
  box-shadow: 0 3px 0 0 #bebfc2;
}

.button-shadow--low:after {
  border-top: 1px solid #bebfc2;
  border-right: 1px solid #bebfc2;
}

.button-shadow--inactive {
  color: #ffffff;
  background-color: #bebfc2;
  border: 1px solid #bebfc2;
  box-shadow: 0 3px 0 0 #999;
  pointer-events: none;
}

.button-shadow--inactive:after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.button-shadow--inactive:hover {
  box-shadow: 0 3px 0 0 #999;
}

.button-border {
  display: block;
  border: 1px solid #bebfc2;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}

.button-border:focus {
  outline: none;
}

.button-border--negative {
  color: #bebfc2;
}

.button-normal {
  display: block;
  border: 1px solid #bebfc2;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.button-normal:focus {
  outline: none;
}

.button-thin {
  display: block;
  border: 1px solid #bebfc2;
  color: #bebfc2;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}

.button-thin:focus {
  outline: none;
}

.button-thin--arrow {
  position: relative;
}

.button-thin--arrow:after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 9px;
  width: 9px;
  transform: rotate(45deg);
  border-top: 1px solid #bebfc2;
  border-right: 1px solid #bebfc2;
}

.button-right {
  display: block;
  border: 1px solid #bebfc2;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 100%;
  background: #ffffff;
}

.button-right:after {
  content: "";
  display: block;
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 8px;
  width: 8px;
  border-top: 2px solid #bebfc2;
  border-right: 2px solid #bebfc2;
  transform: rotate(45deg);
}

.button-right--sm {
  font-size: 10px;
  font-size: 1rem;
}

.button-right.is-active {
  background: #09101d;
  color: #ffffff;
}

.button-right.is-active:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.button-icon {
  display: block;
  border: 1px solid #bebfc2;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
}

.button-icon .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-icon .icon-user {
  font-size: 20px;
  font-size: 2rem;
  left: 24px;
}

.button-icon .icon-key {
  font-size: 24px;
  font-size: 2.4rem;
  left: 19px;
}

.button-icon .icon-favorite {
  font-size: 20px;
  font-size: 2rem;
  left: 22px;
}

.button-accordion {
  border: 1.5px solid #ce0000;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-accordion:before {
  content: "";
  display: block;
  height: 2px;
  width: 10px;
  background: #ce0000;
}

.button-accordion:after {
  content: "";
  display: block;
  height: 10px;
  width: 2px;
  background: #ce0000;
  transform: translateX(-6px);
}

.button-accordion--sale {
  border: 1.5px solid #e10041;
}

.button-accordion--sale:before,
.button-accordion--sale:after {
  background: #e10041;
}

.button-accordion:focus {
  outline: none;
}

.button-accordion.is-open:after {
  content: none;
}

.button-pagetop {
  height: 61px;
  width: 95px;
  position: fixed;
  right: 61px;
  bottom: 70px;
  display: block;
}

.button-color-right {
  background: #e10041;
  border-radius: 4px;
  border: solid 2px var(cherry);
  color: #ffffff;
  position: relative;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.button-color-right:after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 9px;
  width: 9px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

.button-right-icon {
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  border: solid 1px #bebfc2;
  box-shadow: 0 3px 0 0 #bebfc2;
  background-color: #ffffff;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  padding-left: 12px;
  position: relative;
}

.button-right-icon:after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 9px;
  width: 9px;
  border-top: 2px solid #bebfc2;
  border-right: 2px solid #bebfc2;
  transform: rotate(45deg);
}

.button-right-icon .icon {
  margin-right: 4px;
}

.button-right-icon .icon-key {
  font-size: 24px;
  font-size: 2.4rem;
}

.button-right-icon .icon-favorite {
  font-size: 20px;
  font-size: 2rem;
}

.button-icon-color {
  background: #ffffff;
  border-radius: 4px;
  position: relative;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-size: 1.4rem;
}

.button-icon-color--sale {
  border: solid 1px #c60438;
  box-shadow: 0 3px 0 0 #c60438;
}

.button-icon-color--sale:after {
  border-top: 2px solid #c60438;
  border-right: 2px solid #c60438;
}

.button-icon-color--buy {
  border: solid 1px #29905e;
  box-shadow: 0 3px 0 0 #29905e;
}

.button-icon-color--buy:after {
  border-top: 2px solid #29905e;
  border-right: 2px solid #29905e;
}

.button-icon-color--tournament {
  border: solid 1px #4a8fe7;
  box-shadow: 0 3px 0 0 #4a8fe7;
}

.button-icon-color--tournament:after {
  border-top: 2px solid #4a8fe7;
  border-right: 2px solid #4a8fe7;
}

.button-icon-color--column {
  border: solid 1px #9c81ad;
  box-shadow: 0 3px 0 0 #9c81ad;
}

.button-icon-color--column:after {
  border-top: 2px solid #9c81ad;
  border-right: 2px solid #9c81ad;
}

.button-icon-color:after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 9px;
  width: 9px;
  transform: rotate(45deg);
}

.button-icon-color .icon {
  margin-right: 8px;
  display: inline-block;
}

.button-icon-color .icon-search {
  font-size: 18px;
  font-size: 1.8rem;
}

.button-icon-color .icon-application {
  font-size: 18px;
  font-size: 1.8rem;
}

.button-icon-color .icon-trophy {
  font-size: 18px;
  font-size: 1.8rem;
}

.button-point__item {
  display: block;
  padding: 12px 24px;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #898a8d;
  border: 1px solid #bebfc2;
}

.button-point__item__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button-point__item__title--color {
  color: #29905e;
  font-weight: bold;
}

.button-point__item__title:before {
  content: "";
  display: block;
  height: 27px;
  width: 32px;
  background-image: url(../img/common/icon_check.svg);
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  background-size: 32px 27px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 4px;
}

.button-point__item__text {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 8px;
  min-height: 40px;
}

.button-fill-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  transition: all 0.3s;
  background-color: #ffcc2e;
  box-shadow: 0 3px 0 0 #b28f23;
}

.button-fill-action:after {
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  border-right: 2px solid #323233;
  border-bottom: 2px solid #323233;
  transform: rotate(-45deg);
}

.button-news__heading {
  cursor: pointer;
}

.button-news__item {
  display: block;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}

.button-news__heading.is-open .button-news__button:after {
  content: none;
}

.button-news__title {
  position: relative;
  width: 100%;
}

.button-news__button {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.button-news__text {
  margin-top: 16px;
}

.button-fav {
  color: #e10041;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: center;
  border: 1px solid #e10041;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  line-height: 1;
}

.button-fav .icon {
  font-size: 20px;
  font-size: 2rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-fav--added {
  border: 1px solid #bebfc2;
  color: #bebfc2;
}

.button-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

.button-line--sale {
  color: #e10041;
  border: 1px solid #e10041;
}

.button-action-fill {
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #323233;
  border-radius: 4px;
  padding: 8px 16px;
  line-height: 1;
  font-weight: bold;
  white-space: nowrap;
}

.text-highlight {
  background: linear-gradient(transparent 45%, rgba(255, 245, 130, 0.7) 40%);
  display: inline;
}

.text-highlight--lg {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.text-highlight--buy {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #29905e;
}

.text-caption {
  font-size: 10px;
  font-size: 1rem;
}

.text-caption--strong {
  color: #e10041;
}

.text-link-back {
  font-size: 16px;
  font-size: 1.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.text-link-back:before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  border-bottom: 3px solid #323233;
  border-left: 3px solid #323233;
  transform: rotate(45deg);
  margin-right: 16px;
}

.text-link {
  color: #0079d9;
}

.text-center {
  text-align: center;
}

.header__wrap {
  background-color: #fff;
}

.heading-more {
  position: relative;
}

.heading-more__title {
  font-weight: 700;
  position: relative;
  padding-left: 25px;
  border-bottom: 3px solid #323233;
}

.heading-more__title:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
  position: absolute;
  bottom: 15px;
  left: 10px;
}

.heading-more--sale .heading-more__title:before {
  background: #e10041;
}

.heading-more--buy .heading-more__title:before {
  background: #29905e;
}

.heading-more--tournament .heading-more__title:before {
  background: #4a8fe7;
}

.heading-more--column .heading-more__title:before {
  background: #9c81ad;
}

.heading-more__title--sm {
  display: block;
  color: #ffffff;
  background-color: #353535;
  padding: 4px 16px 6px;
  border-radius: 5px;
  line-height: 1;
}

.heading-more__title--lg {
  display: block;
}

.heading-more__link {
  position: absolute;
  right: 0;
  bottom: 0;
}

.heading-more__link:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  position: absolute;
  left: 0;
  top: 0;
}

.heading-more__link .heading-more__link__text {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #323233;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-more__link__text:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.heading-normal {
  position: relative;
}

.heading-normal__title {
  font-weight: 700;
  position: relative;
  border-bottom: 3px solid #323233;
  padding-left: 30px;
}

.heading-normal__title:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
  position: absolute;
  bottom: 15px;
  left: 10px;
}

.heading-normal--sale .heading-normal__title:before {
  background: #e10041;
}

.heading-normal--buy .heading-normal__title:before {
  background: #29905e;
}

.heading-normal--tournament .heading-normal__title:before {
  background: #4a8fe7;
}

.heading-normal--column .heading-normal__title:before {
  background: #9c81ad;
}

.heading-normal__title--sm {
  display: block;
  color: #ffffff;
  background-color: #353535;
  padding: 4px 16px 6px;
  border-radius: 5px;
  line-height: 1;
}

.heading-normal__title--caption .heading-normal__title--sm {
  font-weight: normal;
}

.heading-normal__title--lg {
  display: block;
}

.heading-normal-side {
  position: relative;
}

.heading-normal-side__title {
  font-weight: 700;
  position: relative;
  border-bottom: 3px solid #323233;
  padding-left: 30px;
}

.heading-normal-side__title:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
  position: absolute;
  bottom: 15px;
  left: 10px;
}

.heading-normal--sale .heading-normal-side__title:before {
  background: #e10041;
}

.heading-normal--buy .heading-normal-side__title:before {
  background: #29905e;
}

.heading-normal--tournament .heading-normal-side__title:before {
  background: #4a8fe7;
}

.heading-normal--column .heading-normal-side__title:before {
  background: #9c81ad;
}

.heading-normal-side__title--sm {
  display: block;
  color: #ffffff;
  background-color: #353535;
  padding: 4px 16px 6px;
  border-radius: 5px;
  line-height: 1;
}

.heading-normal__title--caption .heading-normal-side__title--sm {
  font-weight: normal;
}

.heading-normal-side__title--lg {
  display: block;
}

.heading-under-bold {
  text-align: center;
}

.heading-under-bold span {
  font-weight: bold;
  display: inline-block;
}

.heading-bg-fill {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 4px 8px;
  border-bottom: 2px solid #323233;
  position: relative;
  padding-left: 24px;
  font-weight: bold;
}

.heading-bg-fill--sale {
  background: #e10041;
}

.heading-bg-fill--buy {
  background: #29905e;
}

.heading-bg-fill--tournament {
  background: #4a8fe7;
}

.heading-bg-fill--column {
  background: #9c81ad;
}

.heading-bg-fill:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  transform: translateY(2px) rotate(45deg);
  position: absolute;
  bottom: 15px;
  left: 10px;
  background-color: #ffffff;
}

.heading-bg-fill--grey {
  background: #cccccc;
  font-weight: bold;
  color: #323233;
}

.heading-bg-fill--grey:before {
  background-color: #323233;
}

.heading-sand {
  font-weight: 700;
  position: relative;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}

.heading-sand:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #323233;
}

.heading-sand__text {
  position: relative;
  background: #ffffff;
}

.heading-sand--grey .heading-sand__text {
  background: #eff2f5;
  font-size: 16px;
  font-size: 1.6rem;
}

.heading-sand--color01:before {
  background: #ce0000;
}

.heading-line {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 4px solid #323233;
  padding-bottom: 6px;
}

.side-navi .heading-side-fill {
  display: block;
  margin-right: 12px;
  margin-left: 12px;
  padding: 5px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
}

.heading-side-fill--sale {
  background: #e10041;
}

.heading-side-fill--buy {
  background: #29905e;
}

.heading-side-fill--tournament {
  background: #4a8fe7;
}

.heading-side-fill--column {
  background: #9c81ad;
}

.heading-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  width: 168px;
  border-top: 5px solid #e10541;
  background: #353535;
  color: #ffffff;
  text-align: center;
}

.heading-hl {
  font-weight: 700;
  text-align: center;
  border-top: 4px solid #323233;
  border-bottom: 4px solid #323233;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-normal {
  position: relative;
}

.heading-normal .product_list_title {
  margin-bottom: 20px;
  background-image: url(https://www.cardrush.jp/data/cardrush/pc/img/page_h2_bg.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-color: #f9f9f9;
  padding: 15px;
  font-size: 123.1%;
  color: #000000;
  font-weight: bold;
  border-radius: 5px;
}

.heading-normal__title {
  font-weight: 700;
  position: relative;
  border-bottom: 3px solid #323233;
  padding-left: 30px;
}

.heading-normal__title:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
  position: absolute;
  bottom: 15px;
  left: 10px;
}

.heading-normal--sale .heading-normal__title:before {
  background: #e10041;
}

.heading-normal__title--sm {
  display: block;
  color: #ffffff;
  background-color: #353535;
  padding: 4px 16px 6px;
  border-radius: 5px;
  line-height: 1;
}

.heading-normal__title--lg {
  display: block;
}

.card-item__img {
  position: relative;
}

.card-item__img__item {
  position: relative;
  overflow: hidden;
}

.card-item__img__item--sm {
  padding-top: 142.5%;
}

.card-item__img__item--md {
  padding-top: 135.8%;
}

.card-item__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}

.card-item__title {
  overflow: hidden;
  font-size: 10px;
  font-size: 1rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.card-item__title--md {
  margin-top: 8px;
}

.card-item__price {
  color: #e10041;
  font-weight: 700;
  text-align: right;
}

.card-item__stock {
  height: 20px;
  width: 81px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  left: -4px;
  transform: rotate(-2deg);
  width: calc(100% + 6px);
  color: #ffffff;
  background: #e10041;
  font-weight: 700;
  font-size: 10px;
  font-size: 1rem;
}

.card-item__original {
  display: block;
  margin-top: 8px;
  color: #9a9a9a;
  font-size: 10px;
  font-size: 1rem;
  text-decoration: line-through;
  text-align: right;
}

.card-rank {
  position: relative;
}

.card-rank__tag {
  position: absolute;
}

.card-rank__order {
  display: block;
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-weight: 700;
}

.card-rank__order:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  display: block;
  height: 0px;
  width: 0px;
}

.card-rank__order--num {
  position: relative;
  z-index: 1;
  font-size: 21px;
  font-size: 2.1rem;
}

.card-rank__order--unit {
  position: relative;
  z-index: 1;
}

.card-rank__title {
  margin-top: 8px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.card-lower {
  position: relative;
  width: calc((100% - 9px) / 4);
  padding: 6px;
}

.card-lower:nth-child(n + 5) {
  margin-top: 16px;
}

.card-lower__img {
  position: relative;
  z-index: 0;
  padding-top: 100%;
  overflow: hidden;
}

.card-lower__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
}

.card-lower__title {
  margin-top: 4px;
  font-size: 10px;
  font-size: 1rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.card-lower__order {
  height: 22px;
  width: 37px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #323233;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.index-charm__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-charm__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #e10041;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.index-charm__title--lg {
  display: inline;
}

.index-charm__title--sm {
  display: block;
}

.index-charm__img {
  width: 50%;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}

.index-charm__img img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
}

.index-charm__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: center;
}

.index-charm__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  margin: auto;
  border: 4px solid #f0f2f5;
  background: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
}

.index-charm__icon--truck {
  background-image: url(../img/index/charm_truck.svg);
}

.index-charm__icon--safety {
  background-image: url(../img/index/charm_safety.svg);
}

.index-charm__icon--clock {
  background-image: url(../img/index/charm_clock.svg);
}

.index-charm__icon--check {
  background-image: url(../img/index/charm_check.svg);
}

.index-charm__icon--box {
  background-image: url(../img/index/charm_box.svg);
}

.index-charm__icon--privacy {
  background-image: url(../img/index/charm_privacy.svg);
}

.index-charm__icon--coin {
  background-image: url(../img/index/charm_coin.svg);
}

.index-charm__catch {
  font-weight: 700;
  line-height: 1.67;
}

.index-charm__text {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.67;
  text-align: center;
}

.index-charm__button {
  width: 100%;
  height: 30px;
  margin-top: auto;
}

.tag-top__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 5px;
  overflow-x: auto;
}

.tag-top__wrap::-webkit-scrollbar {
  width: calc(100% - 32px);
  height: 5px;
}

.tag-top__wrap::-webkit-scrollbar-track {
  width: 100%;
  border-radius: 3px;
  box-shadow: inset 0 0 6px #dfdfdf;
}

.tag-top__wrap::-webkit-scrollbar-thumb {
  box-shadow: 0 0 0 1px #8f8f8f;
  background-color: #8f8f8f;
  border-radius: 5px;
}

.tag-normal__item {
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid #585858;
  border-radius: 2px;
  background: #fafafa;
  line-height: 1;
  white-space: nowrap;
}

.tag-normal__item:nth-child(n + 2) {
  margin-left: 4px;
}

.cat-modal {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  z-index: 10000;
  width: 100%;
  background: #ffffff;
  transition: opacity 0.3s, visibility 0.3s;
}

.cat-modal.is-open {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.cat-modal__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 8px 0;
  border-bottom: 4px solid #323233;
}

.cat-modal__title {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
}

.cat-modal__close {
  height: 44px;
  width: 30px;
}

.cat-modal__close__lines {
  height: 24px;
  width: 24px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.cat-modal__close__line {
  height: 23px;
  width: 2px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #323233;
}

.cat-modal__close__line:first-child {
  transform: rotate(45deg);
}

.cat-modal__close__line:last-child {
  transform: rotate(-45deg);
}

.cat-modal__close__text {
  margin-top: 4px;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
}

.cat-modal__category {
  padding: 10px 8px;
  background: #e10041;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}

.page-buy .cat-modal__category {
  background-color: #29905e;
}

.cat-modal__content {
  width: 100%;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 56px);
  overflow: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.cat-modal__navitem {
  position: relative;
  border-bottom: 1px solid #bebfc2;
  font-size: 14px;
  font-size: 1.4rem;
}

.cat-modal__navitem.is-select .cat-modal__navparent {
  background: #fce3ea;
}

.page-buy .cat-modal__navitem.is-select .cat-modal__navparent {
  background: #dfeee7;
}

.cat-modal__navitem.js-category-modal-parent:before,
.cat-modal__navitem.js-category-modal-parent:after {
  content: "";
  display: block;
  position: absolute;
  background: #323233;
}

.cat-modal__navitem.js-category-modal-parent:before {
  height: 14px;
  width: 2px;
  top: 14px;
  right: 19px;
}

.cat-modal__navitem.js-category-modal-parent:after {
  height: 2px;
  width: 14px;
  top: 20px;
  right: 13px;
}

.cat-modal__navitem.js-category-modal-parent.is-open .cat-modal__navparent {
  background: #fce3ea;
  font-weight: 700;
  border-bottom: 1px solid #dedfe0;
}

.page-buy .cat-modal__navitem.js-category-modal-parent.is-open .cat-modal__navparent {
  background: #dfeee7;
}

.cat-modal__navitem.js-category-modal-parent.is-open:before {
  display: none;
}

.cat-modal__navparent {
  display: block;
  padding: 10px 30px 10px 8px;
  transition: background 0.3s;
}

.cat-modal__child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 4px;
  margin-left: 4px;
  padding-right: 5px;
  padding-left: 5px;
}

.cat-modal__childitem {
  width: 50%;
  min-height: 45px;
}

.cat-modal__childitem.is-selected .cat-modal__childlink {
  background: #fce3ea;
}

.cat-modal__childitem.is-selected .cat-modal__childlink:before {
  border-top: 2px solid #e10041;
  border-right: 2px solid #e10041;
}

.page-buy .cat-modal__childitem.is-selected .cat-modal__childlink {
  background: #dfeee7;
}

.page-buy .cat-modal__childitem.is-selected .cat-modal__childlink:before {
  border-top: 2px solid #29905e;
  border-right: 2px solid #29905e;
}

.cat-modal__childitem:nth-child(odd) {
  border-right: 1px solid #dedfe0;
}

.cat-modal__childitem:nth-child(n + 3) {
  border-top: 1px solid #dedfe0;
}

.cat-modal__childitem:nth-child(even):nth-last-child(2) {
  border-bottom: 1px solid #dedfe0;
  margin-bottom: -1px;
}

.cat-modal__childlink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  height: 100%;
  padding: 5px 5px 5px 24px;
  font-size: 12px;
  font-size: 1.2rem;
}

.cat-modal__childlink:before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  transform: rotate(45deg);
  margin: auto;
  border-top: 2px solid #323233;
  border-right: 2px solid #323233;
}

.menu-sp {
  pointer-events: auto;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: fixed;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  width: 100vw;
  height: 0;
  overflow: auto;
  border-top: 6px solid #e10041;
  transition: opacity 0.3s, visibility 0.3s;
}

.menu-sp.is-open {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  height: auto;
  height: calc(100vh - 85px);
  height: calc(var(--vh, 1vh) * 100 - 85px);
}

.menu-sp__overlay {
  opacity: 0.32;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=32)";
  position: fixed;
  top: 89px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  background-color: #323233;
}

.menu-sp__container {
  padding-right: 8px;
  padding-left: 8px;
}

.menu-sp__inner {
  position: relative;
  position: fixed;
  right: 0;
  z-index: 100;
  width: 85.6%;
  width: 334px;
  height: calc(var(--vh, 1vh) * 100 - 85px);
  margin-left: auto;
  overflow: auto;
  background: #ffffff;
}

.menu-sp__title {
  margin-top: 24px;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
}

.menu-sp__block {
  margin-top: 32px;
}

.menu-sp__block:first-child {
  margin-top: 16px;
}

.menu-sp__section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 18px;
}

.menu-sp__section--01 {
  border-bottom: 1px solid #c60038;
}

.menu-sp__section--02 {
  border-bottom: 1px solid #29905e;
}

.menu-sp__section--03 {
  border-bottom: 1px solid #4a8fe7;
}

.menu-sp__section--04 {
  border-bottom: 1px solid #9c81ad;
}

.menu-sp__section__heading {
  height: 34px;
  width: 105px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 4px 4px 0 0;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
}

.menu-sp__section__heading--01 {
  background: #c60038;
}

.menu-sp__section__heading--02 {
  background: #29905e;
}

.menu-sp__section__heading--03 {
  background: #4a8fe7;
}

.menu-sp__section__heading--04 {
  background: #9c81ad;
}

.menu-sp__section__text {
  font-size: 10px;
  font-size: 1rem;
}

.menu-sp__section span {
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}

.menu-sp__section--01 span {
  color: #e10041;
}

.menu-sp__section--02 span {
  color: #29905e;
}

.menu-sp__button {
  height: 48px;
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 24px;
  margin-left: 8px;
}

.menu-sp__cart-point {
  padding: 14px 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.menu-sp__cart-point__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-sp__cart-point__link {
  margin-top: 4px;
  color: #0079d9;
  text-align: right;
}

.menu-sp__cart-point__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 16px;
}

.menu-sp__cart-point__button {
  width: calc((100% - 8px) / 2);
  height: 40px;
}

.menu-sp__cart {
  width: calc((100% - 12px) / 2);
}

.menu-sp__cart__heading {
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}

.menu-sp__cart__price {
  display: block;
  margin-top: 4px;
  color: #e10541;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}

.menu-sp__cart__price span {
  font-weight: 700;
}

.menu-sp__point {
  width: calc((100% - 12px) / 2);
}

.menu-sp__point__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu-sp__point__heading img {
  height: 12px;
  width: 12px;
  margin-right: 4px;
}

.menu-sp__point__own {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}

.menu-sp__point__own span {
  font-weight: 700;
}

.menu-sp__handle {
  padding: 0 8px;
}

.menu-sp__handle__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 8px;
  overflow-x: auto;
}

.menu-sp__handle__list::-webkit-scrollbar {
  width: calc(100% - 32px);
  height: 5px;
}

.menu-sp__handle__list::-webkit-scrollbar-track {
  width: 100%;
  border-radius: 2.5px;
  box-shadow: inset 0 0 6px #dfdfdf;
}

.menu-sp__handle__list::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  box-shadow: 0 0 0 1px #8f8f8f;
  background-color: #8f8f8f;
}

.menu-sp__handle__item {
  width: 112px;
  min-width: 112px;
  margin-bottom: 8px;
}

.menu-sp__handle__item:nth-child(n + 2) {
  margin-left: 8px;
}

.menu-sp__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8px;
  border-top: 1px solid #bebfc2;
}

.menu-sp__nav--noheading {
  margin-top: 0;
  border-top: none;
}

.menu-sp__navitem {
  width: 50%;
  border-bottom: 1px solid #bebfc2;
}

.menu-sp__navitem:nth-child(2n) {
  border-left: 1px solid #bebfc2;
}

.menu-sp__navitem--wide {
  width: 100%;
}

.menu-sp__navlink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  padding: 12px;
  font-size: 10px;
  font-size: 1rem;
}

.menu-sp__navlink:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
  border-top: 2px solid #323233;
  border-right: 2px solid #323233;
}

.menu-sp__navlink .icon {
  display: block;
  width: 24px;
  margin-right: 4px;
}

.menu-sp__navlink .icon-cart {
  font-size: 16px;
  font-size: 1.6rem;
}

.menu-sp__navlink .icon-check {
  font-size: 18px;
  font-size: 1.8rem;
}

.menu-sp__navlink .icon-truck {
  font-size: 13px;
  font-size: 1.3rem;
}

.menu-sp__navlink .icon-safety {
  font-size: 14px;
  font-size: 1.4rem;
}

.menu-sp__navlink .icon-wallet {
  font-size: 16px;
  font-size: 1.6rem;
}

.menu-sp__navlink .icon-return {
  font-size: 18px;
  font-size: 1.8rem;
}

.menu-sp__navlink .icon-deck {
  font-size: 13px;
  font-size: 1.3rem;
}

.menu-sp__navlink .icon-cardboard {
  font-size: 13px;
  font-size: 1.3rem;
}

.menu-sp__navlink .icon-graph {
  font-size: 13px;
  font-size: 1.3rem;
}

.menu-sp__navlink .icon-expensive {
  font-size: 13px;
  font-size: 1.3rem;
}

.menu-sp__other__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 32px;
  padding-left: 4px;
  background: #f1f2f2;
}

.menu-sp__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px 0;
}

.menu-sp__close__lines {
  height: 14px;
  width: 14px;
  position: relative;
  margin-right: 14px;
}

.menu-sp__close__line {
  height: 2px;
  width: 18px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #323233;
}

.menu-sp__close__line:first-child {
  transform: rotate(45deg);
}

.menu-sp__close__line:last-child {
  transform: rotate(-45deg);
}

.menu-sp__close__text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}

.section-under {
  margin-top: 32px;
}

.section-line {
  margin-top: 8px;
}

.flow-step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.flow-step__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flow-step__item:nth-child(n + 2) {
  margin-left: 32px;
}

.flow-step__item--num {
  display: inline-block;
  height: 32px;
  width: 32px;
  background-color: #ffffff;
  border: 1px solid #323233;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.flow-step__item--current .flow-step__item--num {
  background-color: #323233;
  color: #ffffff;
}

.login-trigger {
  border-top: 1px solid #bebfc2;
  border-bottom: 1px solid #bebfc2;
  margin-top: 40px;
}

.login-trigger__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.login-trigger__inner--text {
  color: #e10041;
  font-weight: bold;
  line-height: 1.43;
  -ms-flex: 1;
  flex: 1;
  margin-right: 16px;
}

.login-trigger__inner--button {
  width: 78px;
}

.login-trigger__inner--button .button-accordion {
  width: 100%;
}

.login-trigger__inner.is-open .button-accordion:after {
  display: none;
}

.login-trigger__form {
  margin-top: 24px;
  padding-bottom: 8px;
}

.login-trigger__check .text-link {
  margin-left: 32px;
}

.login-trigger__buttons {
  margin-top: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-trigger__buttons .text-link {
  text-align: center;
  margin-top: 16px;
}

.login-block {
  margin-top: 40px;
}

.login-block__wrap {
  margin-top: 32px;
}

.login-block__input {
  margin-top: 24px;
}

.login-block__input input:nth-child(n + 2) {
  margin-top: 8px;
}

.login-block__check {
  margin-top: 22px;
}

.login-block__check .form-check__text {
  font-size: 14px;
  font-size: 1.4rem;
}

.login-block__button {
  height: 48px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

.login-block__link {
  text-align: center;
  margin-top: 16px;
}

.login-order {
  margin-top: 40px;
}

.login-order__text {
  text-align: center;
}

.login-order__button {
  height: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}

.pager-normal {
  list-style: none;
  list-style-type: none;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 40px;
}

.pager-normal__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.pager-normal__item {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 5px;
  margin-left: 4px;
  margin-right: 4px;
}

.pager-normal__item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
  padding-left: 0;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 5px;
  background-color: #f0f2f5;
  color: #0079d9;
}

.pager-normal__item--active {
  pointer-events: none;
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
}

.pager-normal__item--active a {
  background-color: #e10041;
  color: #ffffff !important;
}

.page-buy .pager-normal__item--active a {
  background-color: #29905e;
}

.page-column .pager-normal__item--active a {
  background-color: #9c81ad;
}

.pager-normal__item--prev a,
.pager-normal__item--next a {
  position: relative;
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
  padding-left: 0;
  padding-right: 0;
  background-color: #323233;
}

.pager-normal__item--prev a:after,
.pager-normal__item--next a:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.pager-normal__item--prev {
  margin-right: 12px;
}

.pager-normal__item--prev a:after {
  transform: rotate(-135deg) translate(-1px, 1px);
}

.pager-normal__item--next {
  margin-left: 12px;
}

.pager-normal__item--next a:after {
  transform: rotate(45deg) translate(-1px, 1px);
}

.pager-normal__item--disable {
  pointer-events: none;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.pager .pager-normal .page-numbers {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 5px;
  margin-left: 4px;
  margin-right: 4px;
  display: flex;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  color: inherit;
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
  padding-left: 0;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 5px;
  background-color: #f0f2f5;
  color: #0079d9;
}

.pager .pager-normal .page-numbers.current {
  pointer-events: none;
  background-color: #9c81ad;
  color: #ffffff;
}

.pager .pager-normal .page-numbers.prev,
.pager .pager-normal .page-numbers.next {
  position: relative;
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
  padding-left: 0;
  padding-right: 0;
  background-color: #323233;
}

.pager .pager-normal .page-numbers.prev:after,
.pager .pager-normal .page-numbers.next:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.pager .pager-normal .page-numbers.prev:after {
  transform: rotate(-135deg) translate(-1px, 1px);
}

.pager .pager-normal .page-numbers.next:after {
  transform: rotate(45deg) translate(-1px, 1px);
}

.modal-content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}

.modal {
  position: absolute;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
}

.modal__heading {
  position: relative;
}

.modal__close {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 8px;
  color: #ffffff;
  z-index: 2;
  font-size: 10px;
  font-size: 1rem;
  padding-right: 30px;
  font-weight: bold;
}

.modal__close:before {
  position: absolute;
  content: "";
  display: block;
  height: 14px;
  width: 1px;
  background-color: #ffffff;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
}

.modal__close:after {
  position: absolute;
  content: "";
  display: block;
  height: 14px;
  width: 1px;
  background-color: #ffffff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
}

.modal__close:focus {
  outline: none;
}

.modal__overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal__bottom {
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  width: 60px;
  cursor: pointer;
  position: absolute;
}

.modal__bottom:before {
  position: absolute;
  content: "";
  display: block;
  height: 14px;
  width: 1px;
  background-color: #ffffff;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
}

.modal__bottom:after {
  position: absolute;
  content: "";
  display: block;
  height: 14px;
  width: 1px;
  background-color: #ffffff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
}

.modal-cart {
  background-color: transparent;
}

.modal-cart__inner {
  background-color: #ffffff;
  padding: 64px 24px;
}

.modal-cart__text {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

.modal-cart__buttons {
  margin-top: 32px;
}

.modal-cart__button {
  height: 56px;
  width: 310px;
}

.modal-cart__close {
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  font-size: 1rem;
  margin-top: 24px;
  font-weight: bold;
}

.modal-cart__close__text {
  position: relative;
}

.modal-cart__close__text:before {
  position: absolute;
  content: "";
  display: block;
  height: 14px;
  width: 1px;
  background-color: #ffffff;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: -16px;
}

.modal-cart__close__text:after {
  position: absolute;
  content: "";
  display: block;
  height: 14px;
  width: 1px;
  background-color: #ffffff;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: -16px;
}

.modal-cart__close__text:focus {
  outline: none;
}

.buy-expensive {
  margin-top: 40px;
}

.buy-expensive__inner {
  background-color: rgba(41, 144, 94, 0.15);
}

.buy-expensive__list {
  width: 100%;
  padding-bottom: 12px;
}

.buy-expensive__link {
  display: block;
  background-color: #ffffff;
}

.buy-expensive__img {
  position: relative;
  padding-top: 122%;
}

.buy-expensive__img img {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.buy-expensive__label {
  display: block;
  background-color: #29905e;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}

.buy-expensive__name {
  font-size: 10px;
  font-size: 1rem;
  margin-top: 8px;
}

.buy-expensive__text {
  font-size: 10px;
  font-size: 1rem;
  transform: scale(0.8);
  text-align: center;
  display: block;
  font-weight: bold;
}

.buy-expensive__price {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  color: #29905e;
  display: block;
}

.buy-expensive__button {
  margin: 16px auto 0;
}

.buy-expensive__arrow {
  height: 50px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #323233;
}

.buy-expensive__arrow:focus {
  outline: none;
}

.buy-expensive__arrow.slick-disabled {
  display: none !important;
}

.buy-expensive__arrow--prev {
  left: 0px;
  z-index: 1;
}

.buy-expensive__arrow--prev:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.buy-expensive__arrow--next {
  right: 0px;
}

.buy-expensive__arrow--next:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.buy-application__desc--md {
  margin: 24px 0;
}

.buy-application__desc--lg {
  margin: 40px 0;
}

.buy-application__desc--mb0 {
  margin: 24px 0 0;
}

.buy-application__desc__item {
  margin-bottom: 16px;
}

.buy-application__desc__item:last-of-type {
  margin-bottom: 0;
}

.buy-application__campaign-data {
  padding-left: 24px;
}

.buy-application__campaign-data__date {
  margin-bottom: 8px;
}

.buy-application__campaign-data.bg-gray {
  margin-bottom: 24px;
  margin-left: 24px;
  padding: 24px 16px;
  background: #f0f2f5;
  width: 90%;
}

.buy-application__radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 16px;
}

.buy-application__radio>.form-radio {
  margin-bottom: 24px;
}

.buy-application__notice {
  margin-top: 16px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.7;
}

.buy-application__section {
  margin-bottom: 40px;
}

.buy-application__section .form-agree {
  background: none;
  padding: 0;
  margin-top: 24px;
}

.buy-application__point__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.buy-application__point__item .text-link {
  display: inline-block;
  margin-left: 16px;
}

.buy-application__caution-list {
  margin-top: 24px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #e10041;
}

.buy-application__caution-list__item {
  margin-bottom: 16px;
}

.buy-application__caution-list__item:before {
  content: "▼";
  display: inline-block;
}

.buy-application__caution-list__item:last-of-type {
  margin-bottom: 0;
}

.select-kit .form-radio {
  margin-bottom: 24px;
}

.select-kit__item.bg-gray {
  padding: 24px 16px;
  margin-top: 24px;
  background: #f0f2f5;
}

.select-kit__label {
  margin-bottom: 24px;
}

.select-kit__label:last-of-type {
  margin-bottom: 8px;
}

.select-kit__list {
  margin-top: 24px;
}

.select-kit__list__head {
  margin-bottom: 8px;
}

.select-kit__list__head:before {
  content: "・";
  display: inline-block;
}

.select-kit__list__head .text-caption {
  margin-left: 16px;
}

.select-kit__list__body {
  padding-left: 15px;
  padding-left: 1.5rem;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 24px;
}

.select-kit__list__body:last-of-type {
  margin-bottom: 0;
}

.select-kit__img {
  margin-top: 24px;
}

.select-kit__img>img {
  margin-top: 8px;
}

.select-kit__title {
  font-weight: bold;
  margin-bottom: 16px;
}

.img-up-box {
  margin-bottom: 8px;
}

.img-up-box .button-action-fill {
  position: relative;
  display: inline-block;
}

.img-up-box .button-action-fill input[type="file"] {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.img-up-box .file-name {
  margin-top: 8px;
}

.img-up-box__button {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 10px;
  font-size: 1rem;
  width: 54px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  background: #eee;
  border-radius: 4px;
  padding: 0.6em 0.2em;
  transition: 0.3s;
}

.img-up-box__button .close {
  width: 8px;
  height: 8px;
  position: relative;
  margin-right: 4px;
}

.img-up-box__button .close:before,
.img-up-box__button .close:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: #333;
  transform: rotate(-45deg);
}

.img-up-box__button .close:before {
  transform: rotate(45deg);
}

.buy-application__applicant-data {
  margin-top: 24px;
}

.buy-application__applicant-data__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 24px;
  font-size: 16px;
  font-size: 1.6rem;
}

.buy-application__applicant-data__head {
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-preferred-size: 36%;
  flex-basis: 36%;
  line-height: 1.3;
}

.buy-application__applicant-data__head .form-item__title--req {
  white-space: nowrap;
  margin-left: 24px;
}

.buy-application__applicant-data__body {
  word-break: break-all;
  -ms-flex-preferred-size: 64%;
  flex-basis: 64%;
  display: -ms-flexbox;
  display: flex;
}

.buy-application__applicant-data__body:before {
  content: "：";
  display: inline-block;
  margin: 0 16px 0 24px;
}

.buy-application__number-display {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 1px solid #bebfc2;
  border-bottom: 1px solid #bebfc2;
  padding: 40px 0;
  margin: 40px 0;
}

.buy-application__number {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 16px;
}

.list-order {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}

.list-order>li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.list-order>li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
}

.list-order>li ol {
  padding-left: 1em;
}

.list-order>li p {
  padding-left: 1em;
}

.list-asterisk li:before {
  content: "※";
  display: inline;
}

.list--row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid #bebfc2;
}

.list--row>dt {
  font-weight: bold;
  margin-right: 3em;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.list--row>dd {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  word-break: break-all;
}

.list--row--column {
  -ms-flex-direction: column;
  flex-direction: column;
}

.list--row--column>dt {
  margin-bottom: 8px;
  margin-right: 0;
}

.gmap-wrap {
  position: relative;
  height: 280px;
}

.gmap-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.checklist-mt {
  margin-top: 16px;
}

.checklist-mt-sm {
  margin-top: 8px;
}

.checklist .heading-sand__text {
  background: #f9f9f9;
}

.terms-heading {
  margin-top: 32px;
}

.terms-text {
  margin-top: 24px;
}

.order-cart {
  padding: 16px;
  background-color: #f0f2f5;
  margin-bottom: 80px;
}

.order-cart__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 16px;
}

.order-cart__item:nth-child(n + 2) {
  padding-top: 16px;
  border-top: 1px solid #bebfc2;
}

.order-cart__item:last-child {
  padding-bottom: 0;
}

.order-cart__item__img {
  width: 64px;
  margin-right: 8px;
}

.order-cart__item__detail {
  margin-left: 8px;
  -ms-flex: 1;
  flex: 1;
}

.order-cart__item__detail__data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 8px;
}

.order-cart__item__detail--tag {
  font-size: 8px;
  font-size: 0.8rem;
  line-height: 1;
  padding: 2px 8px;
  border: 1px solid #585858;
  border-radius: 2px;
}

.order-cart__item__detail--status {
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  margin-left: 8px;
}

.order-cart__item__detail--name {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 4px;
}

.order-cart__item__detail--memo {
  color: #e10041;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  display: inline-block;
}

.order-cart__item__detail--price {
  color: #e10041;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}

.order-cart__item__detail--count {
  font-size: 10px;
  font-size: 1rem;
}

.order-cart__item__detail--count strong {
  font-size: 16px;
  font-size: 1.6rem;
}

.order-cart__item__detail--point {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.order-cart__item__detail--point img {
  height: 12px;
  width: 12px;
  margin-right: 4px;
}

.order-cart__item__detail--point-num {
  font-size: 12px;
  font-size: 1.2rem;
}

.order-cart__item__detail--point-num span {
  font-weight: bold;
}

.order-total__inner {
  padding-top: 24px;
  padding-bottom: 16px;
  border-top: 1px solid #bebfc2;
  border-bottom: 1px solid #bebfc2;
}

.order-total__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-total__item:nth-of-type(n + 2) {
  margin-top: 16px;
}

.order-total--title {
  white-space: nowrap;
  font-size: 12px;
  font-size: 1.2rem;
}

.order-total--data {
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
}

.order-total--data span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
}

.order-total--data span strong {
  font-weight: bold;
}

.order-total--price {
  color: #e10041;
  font-weight: bold;
}

.order-total__result {
  margin-top: 16px;
}

.order-total__result__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  font-size: 1.2rem;
}

.order-total__result__item:nth-child(2) {
  margin-top: 10px;
  margin-bottom: 4px;
}

.order-total__result__heading--bold {
  font-weight: bold;
}

.order-total__result__data--price {
  color: #e10041;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  white-space: nowrap;
}

.order-total__result__data--unit {
  font-weight: normal;
}

.order-total__result__data--tax {
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
}

.order-total__result__data--point {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.order-total__result__data--point img {
  height: 12px;
  width: 12px;
  margin-right: 4px;
}

.order-total__result__data--point-num {
  font-size: 12px;
  font-size: 1.2rem;
}

.order-total__result__data--point-num span {
  font-weight: bold;
}

.order-total__result__button {
  margin-top: 40px;
}

.order-total__result__back {
  margin-top: 32px;
}

.order-postage {
  padding: 0 0 12px;
}

.order-postage__strong {
  color: #e10041;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
}

.order-postage__wrap {
  margin-top: 12px;
}

.order-postage__area {
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  background-color: #f0f2f5;
}

.order-postage__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 1px solid #bebfc2;
}

.order-postage__item__place {
  padding: 16px;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  border-left: 1px solid #bebfc2;
  border-right: 1px solid #bebfc2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.order-postage__item__price {
  min-width: 80px;
  width: 80px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.order-text {
  margin-top: 24px;
}

.order-time {
  margin-top: 16px;
  display: block;
}

.mypage-header__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mypage-header__item {
  height: 60px;
}

.mypage-header__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

.mypage-header__button .icon {
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 4px;
  font-size: 22px;
  font-size: 2.2rem;
}

.mypage-header__button .icon-cart {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 2px;
}

.mypage-header__button .icon-check {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 2px;
}

.mypage-header__button .icon-truck {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 6px;
}

.mypage-header__button img {
  width: 24px;
  margin-bottom: 6px;
  margin-top: 2px;
}

.mypage-history__heading {
  background-color: #f0f2f5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6px 16px;
}

.mypage-history__heading--date {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.mypage-history__heading--date span {
  font-weight: normal;
  display: inline-block;
  margin-left: 4px;
}

.mypage-history__heading--time {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  display: inline-block;
  margin-left: 8px !important;
}

.mypage-history__heading--status {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #e10041;
}

.mypage-history__item {
  margin-top: 32px;
}

.mypage-history__content {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #bebfc2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mypage-history__content--left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mypage-history__content--right {
  min-width: 0;
  -ms-flex: 1;
  flex: 1;
  margin-left: 16px;
}

.mypage-history__content--img {
  width: 64px;
}

.mypage-history__content--img img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  height: 64px;
  width: 64px;
}

.mypage-history__content--img img:first-child {
  margin-left: 0 !important;
}

.mypage-history__content--img img:nth-child(n + 2) {
  height: 30px;
  width: 30px;
  margin-top: 4px;
  display: inline-block;
}

.mypage-history__content--img img:nth-child(odd) {
  margin-left: 4px;
}

.mypage-history__content--button {
  height: 40px;
}

.mypage-history__caption {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  margin-top: 4px;
}

.mypage-history__info {
  font-size: 12px;
  font-size: 1.2rem;
}

.mypage-history__info__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mypage-history__info dt {
  font-weight: bold;
  min-width: 88px;
}

.mypage-history__info dd {
  position: relative;
  padding-left: 15px;
  padding-left: 1.5rem;
}

.mypage-history__info dd:before {
  content: "：";
  display: inline;
  position: absolute;
  left: 0;
  top: 0;
}

.mypage-history--buy .mypage-history__heading--status {
  color: #29905e;
}

.mypage-history-detail {
  margin-top: 32px;
}

.mypage-history-detail--time {
  display: inline-block;
  margin-left: 8px;
  margin-right: 4px;
  font-size: 12px;
  font-size: 1.2rem;
}

.mypage-history-detail__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 24px;
}

.mypage-history-detail__name {
  width: 152px;
  min-width: 152px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  padding-right: 16px;
}

.mypage-history-detail__name:after {
  content: "：";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 16px auto 0;
}

.mypage-history-detail__data {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.mypage-history-detail .order-cart {
  margin-bottom: 24px;
}

.mypage-history-detail__text--sm {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.mypage-history-detail__text--strong {
  color: #e10041;
  font-weight: bold;
}

.mypage-history-detail__text--strong--buy {
  color: #29905e;
}

.mypage-card {
  margin-top: 32px;
  border-bottom: 1px solid #bebfc2;
}

.mypage-card__item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  border-top: 1px solid #bebfc2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: center;
  flex-wrap: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mypage-card__item__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mypage-card__item__info dt {
  width: 120px;
  font-weight: bold;
}

.mypage-card__item__info dd:before {
  content: "：";
  display: inline-block;
  margin-right: 10px;
}

.mypage-card__item__info:nth-child(n + 2) {
  margin-top: 8px;
}

.mypage-card__item__button {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: auto;
  min-width: 30px;
}

.mypage-card__button {
  margin-top: 40px;
  height: 48px;
  width: 100%;
}

.mypage-address-list__count {
  font-size: 12px;
  font-size: 1.2rem;
}

.mypage-address-list__count strong {
  color: #e10041;
  font-size: 14px;
  font-size: 1.4rem;
}

.mypage-address-list__button {
  height: 40px;
  width: 100%;
}

.mypage-address-list__list {
  margin-top: 24px;
}

.mypage-address-list__item {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #bebfc2;
  border-bottom: 1px solid #bebfc2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mypage-address-list__item:nth-child(n + 2) {
  margin-top: -1px;
}

.mypage-address-list--name {
  font-weight: bold;
  display: block;
}

.mypage-address-list--address {
  display: block;
  margin-top: 8px;
}

.mypage-address-list__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 16px;
}

.mypage-address-list__buttons>button:nth-child(n + 2) {
  margin-top: 12px;
}

.favorite-serchbox {
  border: 1px solid #e10041;
  padding: 24px;
  margin-top: 32px;
}

.favorite-serchbox .search-showcheck {
  margin-bottom: 24px;
  text-align: center;
}

.favorite-serchbox .form-check {
  margin: auto;
}

.favorite-serchbox .form-check__text {
  font-size: 14px;
  font-size: 1.4rem;
}

.favorite-cardtitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}

.favorite-cardtitle--em {
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 14px;
}

.favorite-cardtitle .form-pulldown {
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
}

.search-button--favorite {
  width: 232px;
  height: 40px;
  margin: 0 auto;
}

.favorite-list__wrap .product-list__item__table tr:nth-child(odd) {
  background: #f0f2f5;
}

.favorite-list__wrap .product-list__item__table tr:nth-child(even) {
  background: #fff;
}

.favorite-list__wrap .product-list__item__table tr th,
.favorite-list__wrap .product-list__item__table tr td {
  background: transparent;
  border: none;
}

.favorite-list__wrap .product-list__item__table {
  border: none;
  box-shadow: none;
}

.buy-total__price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
}

.buy-total__price span {
  margin: 0 4px;
}

.buy-total__formula {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.buy-total__formula:first-of-type {
  width: 70%;
}

.buy-total__formula:last-of-type {
  width: 30%;
}

.buy-total__box {
  background: #ffffff;
  padding: 16px 8px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
}

.buy-total__box--green {
  background: #29905e;
  color: #ffffff;
}

.buy-total__box__price {
  font-size: 16px;
  font-size: 1.6rem;
  white-space: nowrap;
}

.buy-item--disable {
  color: #bebfc2;
}

.buy-item--disable .order-cart__item__detail--tag {
  border-color: #bebfc2;
}

.buy-item--disable .order-cart__item__detail--label,
.buy-item--disable .order-cart__item__detail--price--buy {
  color: #bebfc2;
}

.buy-item--disable .btn-approval {
  color: #ffffff;
  border-radius: 6px;
  border-color: #29905e;
  background: #29905e;
}

.order-total--price--buy,
.order-cart__item__detail--price--buy {
  color: #29905e;
  font-weight: bold;
}

.order-total--data .form-pulldown {
  width: 200px;
}

.order-total__inner--buy {
  margin: 24px 0 40px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.order-total__inner--buy:last-of-type {
  border: none;
  margin: 0;
  padding-top: 0;
}

.order-total__inner--2col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mypage-history-detail--buy {
  margin-top: 32px;
}

.mypage-history-detail--buy__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 24px;
}

.mypage-history-detail--buy__name {
  width: 160px;
  min-width: 160px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mypage-history-detail--buy__name:after {
  content: "：";
  display: inline-block;
  margin: 0 16px;
}

.mypage-history-detail--buy__name--s {
  font-size: 12px;
  font-size: 1.2rem;
}

.mypage-history-detail--buy__data {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.mypage-history-detail--buy .order-cart {
  margin-bottom: 24px;
}

.mypage-history-detail--buy .form-toggle__wrap {
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 16px;
}

.mypage-history-detail--buy__text {
  display: block;
  margin-top: 24px;
  margin-bottom: 16px;
}

.mypage-history-detail--buy__text--s {
  font-size: 10px;
  font-size: 1rem;
  display: block;
}

.mypage-history-detail--buy__text--sm {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.mypage-history-detail--buy__text--strong {
  color: #29905e;
  font-weight: bold;
}

.mypage-history-detail--buy__caption {
  font-size: 10px;
  font-size: 1rem;
  color: #e10041;
}

.mypage-history-detail--buy__section {
  margin-top: 24px;
}

.mypage-history-detail--buy__note {
  margin-top: 16px;
}

.button-negative--low {
  margin-top: 24px;
  width: 100%;
  height: 40px;
}

.btn-approval {
  color: #e10041;
  border: 1px solid #e10041;
  border-radius: 6px;
  background: #ffffff;
  font-size: 10px;
  font-size: 1rem;
  padding: 6px;
  line-height: 1;
}

.massage-box {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #29905e;
  text-align: center;
  background: rgba(255, 245, 130, 0.7);
  padding: 8px 0;
  line-height: 1;
  margin-bottom: 24px;
}

.mypage-confirmation__head {
  font-size: 22px;
  font-size: 2.2rem;
  color: #e10041;
  font-weight: bold;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 24px;
}

.mypage-confirmation__body {
  margin-bottom: 40px;
}

.mypage-confirmation__button {
  width: 100%;
  margin-bottom: 16px;
}

.mypage-confirmation__button .button-fill-arrow--sale {
  height: 48px;
}

.mypage-confirmation__button .button-thin {
  height: 40px;
}

.product-section {
  margin-top: 40px;
}

.product-checked__slider {
  position: relative;
  margin-top: 16px;
}

.product-checked__slider .slick-track {
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
}

.product-checked__item {
  margin-right: 8px;
}

.product-checked__img {
  position: relative;
  padding-top: 143%;
  overflow: hidden;
}

.product-checked__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
}

.product-checked__name {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.product-checked__price {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #e10041;
  padding-left: 8px;
}

.product-checked__arrow {
  height: 50px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #323233;
}

.product-checked__arrow:focus {
  outline: none;
}

.product-checked__arrow.slick-disabled {
  display: none !important;
}

.product-checked__arrow--prev {
  left: 0;
  z-index: 1;
}

.product-checked__arrow--prev:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.product-checked__arrow--next {
  right: 0;
}

.product-checked__arrow--next:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.complete {
  margin-top: 40px;
}

.complete__main {
  color: #e10041;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
}

.complete__text {
  margin-top: 24px;
}

.complete__number {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #bebfc2;
  border-bottom: 1px solid #bebfc2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
}

.complete__number--title {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.complete__number--data {
  display: block;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

.complete__button {
  margin-top: 40px;
  height: 48px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.complete-info {
  margin-top: 40px;
}

.complete-info__list {
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
}

.complete-info__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.complete-info__item:nth-child(n + 2) {
  margin-top: 16px;
}

.complete-info__item dt {
  width: 120px;
  min-width: 120px;
  font-weight: bold;
  line-height: 1.5;
}

.complete-info__item dd {
  word-break: break-all;
  position: relative;
  padding-left: 2em;
}

.complete-info__item dd:before {
  content: "：";
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 16px;
}

.complete-info__box {
  background-color: #f0f2f5;
  padding: 24px 16px;
  margin-top: 24px;
}

.complete-info__step__item {
  margin-top: 24px;
}

.complete-info__step__num {
  font-weight: bold;
}

.member-message {
  margin-top: 24px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.member-message__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 12px;
  font-size: 1.2rem;
}

.member-message__item:before {
  content: "";
  display: block;
  height: 20px;
  width: 24px;
  background-image: url(../img/common/icon_check.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 20px;
  font-size: 2rem;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  margin-right: 8px;
}

.member-message__item:nth-child(n + 2) {
  margin-top: 12px;
}

.member-message__text--strong {
  font-size: 14px;
  font-size: 1.4rem;
  color: #29905e;
  font-weight: bold;
}

.point-history {
  margin-top: 32px;
}

.point-history__item {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #bebfc2;
  border-bottom: 1px solid #bebfc2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.point-history__item__caption {
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  margin-top: 8px;
}

.point-history__point {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 12px;
}

.point-history__point img {
  width: 20px;
  margin-right: 8px;
}

.point-history__point--num {
  font-weight: bold;
}

.point-history__note {
  margin-top: 16px;
}

.point-table {
  margin-top: 40px;
}

.point-table table {
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
}

.point-table th {
  background-color: #f0f2f5;
  border-left: 1px solid #ffffff;
}

.point-table th:first-child {
  border-left: 1px solid #f0f2f5;
}

.point-table td {
  border-left: 1px solid #bebfc2;
  border-bottom: 1px solid #bebfc2;
  padding: 8px;
  vertical-align: middle;
}

.point-table td:last-child {
  border-right: 1px solid #bebfc2;
}

.point-table td.use,
.point-table td.change {
  font-weight: bold;
}

.point-table td.own,
.point-table td.change {
  text-align: right;
}

.specify-section {
  margin-top: 40px;
}

.specify-block {
  margin-top: 32px;
}

.specify-block__button {
  height: 40px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

.specify-address {
  margin-top: 16px;
}

.specify-address li:nth-child(n + 2) {
  margin-top: -1px;
}

.specify-address .form-radio__text {
  margin-left: 16px;
  font-size: 14px;
  font-size: 1.4rem;
}

.specify-address__label {
  padding: 24px 8px;
  width: 100%;
  border-top: 1px solid #bebfc2;
  border-bottom: 1px solid #bebfc2;
}

.specify-address__label--name {
  font-weight: bold;
}

.specify-address__label--address {
  margin-top: 12px;
  display: block;
  line-height: 1.43;
}

.specify-address__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
}

.specify-address__back {
  margin-top: 32px;
}

.credit-text {
  margin-top: 24px;
}

.credit-text--error {
  color: #e10041;
}

.credit-wrap {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.credit-info li:nth-child(n + 2) {
  margin-top: -1px;
}

.credit-info__box {
  margin-left: 16px;
}

.credit-info__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.credit-info__item:nth-child(n + 2) {
  margin-top: 8px;
}

.credit-info__item--title {
  font-weight: bold;
  width: 120px;
}

.credit-info__item--data {
  position: relative;
  padding-left: 24px;
}

.credit-info__item--data:before {
  content: "：";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.credit-info__label {
  padding: 24px 8px;
  width: 100%;
  border-top: 1px solid #bebfc2;
  border-bottom: 1px solid #bebfc2;
}

.credit-info__label--name {
  font-weight: bold;
}

.credit-info__label--address {
  margin-top: 12px;
  display: block;
  line-height: 1.43;
}

.error-strong {
  text-align: center;
}

.error-strong__text {
  color: #e10041;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  position: relative;
  padding-left: 56px;
}

.error-strong__text:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background-image: url(../img/common/error_illust.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-column .error-strong__text {
  color: #9c81ad;
}

.error-sub {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 16px;
}

.error-text {
  margin-top: 24px;
}

.error-top-back {
  height: 48px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.bg-faq {
  background: #f0f2f5;
  padding: 16px;
}

.faq-category__list {
  margin: 32px 0 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-category__list__item {
  width: calc((100% / 2) - 8px);
  border: 1px solid transparent;
  border-radius: 4px;
}

.faq-category__list__item:nth-child(n + 2) {
  margin-bottom: 8px;
}

.faq-category__list__item>a {
  display: -ms-flexbox;
  display: flex;
  padding: 12px 8px;
  width: 100%;
  height: 100%;
  position: relative;
}

.faq-category__list__item>a:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 40%;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  transform: rotate(45deg);
}

.faq-category__list__item--sale {
  color: #e10041;
  border-color: #e10041;
}

.faq-category__list__item--sale>a:after {
  border-color: #e10041;
}

.faq-category__list__item--buy {
  color: #29905e;
  border-color: #29905e;
}

.faq-category__list__item--buy>a:after {
  border-color: #29905e;
}

.faq-category__list__item--tournament {
  color: #4a8fe7;
  border-color: #4a8fe7;
}

.faq-category__list__item--tournament>a:after {
  border-color: #4a8fe7;
}

.faq-category__list__item--other {
  color: #323233;
  border-color: #323233;
}

.faq-category__list__item--other>a:after {
  border-color: #323233;
}

.faq-list-item {
  margin-top: 24px;
  margin-bottom: 24px;
}

.faq-list-item__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-list-item__head--left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.faq-list-item__head.is-open .faq-list-item__button:after {
  content: none;
}

.faq-list-item__body {
  margin-top: 8px;
}

.faq-list-item__title {
  margin-top: 8px;
}

.faq-list-item__number {
  display: inline-block;
  color: #ffffff;
  padding: 8px;
  margin-right: 8px;
  line-height: 1;
}

.faq-list-item__button {
  margin-top: 8px;
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq-list-item__button:before {
  content: "";
  display: block;
  height: 2px;
  width: 10px;
}

.faq-list-item__button:after {
  content: "";
  display: block;
  height: 10px;
  width: 2px;
  transform: translateX(-6px);
}

.faq-list-item__button:focus {
  outline: none;
}

.faq-list--sale .faq-list-item__number {
  background: #e10041;
}

.faq-list--sale .faq-list-item__button {
  border: 1.5px solid #e10041;
}

.faq-list--sale .faq-list-item__button:before,
.faq-list--sale .faq-list-item__button:after {
  background: #e10041;
}

.faq-list--buy .faq-list-item__number {
  background: #29905e;
}

.faq-list--buy .faq-list-item__button {
  border: 1.5px solid #29905e;
}

.faq-list--buy .faq-list-item__button:before,
.faq-list--buy .faq-list-item__button:after {
  background: #29905e;
}

.faq-list--tournament .faq-list-item__number {
  background: #4a8fe7;
}

.faq-list--tournament .faq-list-item__button {
  border: 1.5px solid #4a8fe7;
}

.faq-list--tournament .faq-list-item__button:before,
.faq-list--tournament .faq-list-item__button:after {
  background: #4a8fe7;
}

.faq-list--other .faq-list-item__number {
  background: #323233;
}

.faq-list--other .faq-list-item__button {
  border: 1.5px solid #323233;
}

.faq-list--other .faq-list-item__button:before,
.faq-list--other .faq-list-item__button:after {
  background: #323233;
}

.guide-item {
  margin-top: 24px;
  border-radius: 5px;
  border: 1px solid c(cherry);
}

.guide-item__text {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 8px;
  min-height: 40px;
}

.guide-item__title {
  color: #ffffff;
  font-weight: 700;
  background: #e10041;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 8px;
  border-radius: 10px 10px 0 0;
}

.guide-item__button {
  height: 40px;
  width: 300px;
}

.guide-item__button:nth-child(n + 2) {
  margin-top: 8px;
}

.guide-item__wf {
  max-width: 180px;
}

.guide-item__component {
  padding: 20px;
  border: 1px solid #e10041;
  border-radius: 0 0 10px 10px;
}

.guide-list li {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
}

.guide-list li a {
  padding: 4px 16px;
}

@media screen and (max-width: 1023px) {
  html.is-fixed {
    height: 100vh;
    overflow: hidden;
  }

  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    font-size: 1.4rem;
  }

  body.is-fixed {
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
  }

  .content-wrap {
    background-color: #fff;
    padding: 20px;
    margin: 10px;
  }

  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-half {
    padding-right: 8px;
    padding-left: 8px;
  }

  .container-sp {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-small {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hidden-sp {
    display: none !important;
  }

  .page-sale .header__tab .header__tab__item:nth-child(1) .header__tab__link:after {
    height: 3px;
    width: 70px;
  }

  .page-buy .header__tab .header__tab__item:nth-child(2) .header__tab__link:after {
    height: 3px;
    width: 70px;
  }

  .page-tournament .header__tab .header__tab__item:nth-child(3) .header__tab__link:after {
    height: 3px;
    width: 70px;
  }

  .page-column .header__tab .header__tab__item:nth-child(4) .header__tab__link:after {
    height: 3px;
    width: 70px;
  }

  .header__tab__item {
    height: 34px;
    width: 84px;
  }

  .header__tab__link {
    padding: 10px 7px;
  }

  .header__search {
    box-shadow: 1px 1.7px 3px 0 rgba(98, 98, 98, 0.4);
  }

  .header__searchbox {
    background-color: #fff;
  }

  .page-sale .header__search {
    background-color: #fff;
    border-bottom: 1px solid #e10041;
  }

  .page-buy .header__search {
    border-bottom: 1px solid #29905e;
  }

  .page-tournament .header__search {
    border-bottom: 1px solid #4a8fe7;
  }

  .page-column .header__search {
    border-bottom: 1px solid #9c81ad;
  }

  .header__search__inner {
    padding-top: 8px;
  }

  .header__search__category {
    margin-right: 0;
  }

  .header__search__category .form-select {
    width: 100%;
    max-width: 100%;
  }

  .header__search__box {
    position: relative;
    position: sticky;
    top: 0;
  }

  .header__search__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__search__button {
    width: calc((100% - 18px) / 2);
    height: 30px;
  }

  .header-lite__top {
    font-size: 0.8rem;
    padding-left: 8px;
    padding-right: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-lite__logo__link {
    width: 138px;
    height: 32px;
  }

  .footer__bottom {
    padding: 51px 0 33px;
    font-size: 1.2rem;
  }

  .footer__logo {
    top: -61px;
  }

  .footer__about {
    padding-bottom: 32px;
  }

  .footer__about__shop__title {
    text-align: center;
  }

  .footer__about__shop__img {
    width: 72%;
    min-width: 270px;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer__about__item {
    margin-top: 32px;
  }

  .footer__about__item--wide {
    width: 100%;
  }

  .footer__navi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__navi__list {
    width: calc((100% - 8px) / 2);
  }

  .side-twitter {
    margin-top: 40px;
  }

  .breadcrumb-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .breadcrumb-wrap--main {
    padding-left: 0px;
    padding-right: 0px;
  }

  .form-control {
    font-size: 1.6rem;
    padding: 8px 16px;
  }

  .form-keyword {
    font-size: 1.6rem !important;
  }

  .form-keyword .select2-selection__choice {
    font-size: 1.6rem !important;
  }

  .form-keyword .select2-results__option--selectable {
    font-size: 1.6rem !important;
  }

  .form-keyword .select2-selection--multiple {
    padding-top: 3px !important;
    padding-bottom: 7px !important;
  }

  .form-pulldown:before {
    height: 7px;
    width: 7px;
    border-right: 2px solid #323233;
    border-bottom: 2px solid #323233;
    transform: rotate(45deg) translateY(-2px);
  }

  .form-pulldown select {
    font-size: 1.6rem;
  }

  .form-pulldown--sale:before {
    height: 7px;
    width: 7px;
    border-right: 2px solid #e10041;
    border-bottom: 2px solid #e10041;
  }

  .form-pulldown--sale select {
    font-size: 1.6rem;
  }

  .form-pulldown--buy:before {
    height: 7px;
    width: 7px;
    border-right: 2px solid #29905e;
    border-bottom: 2px solid #29905e;
  }

  .form-pulldown--buy select {
    font-size: 1.6rem;
  }

  .form-radio__text {
    font-size: 1.6rem;
  }

  .form-check__text {
    font-size: 1.6rem;
  }

  .form-tag__label {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .form-toggle__text {
    font-size: 1rem;
    padding: 6px 10px;
  }

  .form-search__input {
    padding-left: 10px;
    font-size: 1.6rem;
  }

  .form-search__submit {
    height: 30px;
    width: 48px;
  }

  .form-item__title {
    margin-bottom: 8px;
  }

  .button-size--xl {
    height: 48px;
    width: 100%;
  }

  .button-size--lg {
    height: 48px;
    width: 200px;
  }

  .button-accordion {
    height: 25px;
    width: 78px;
  }

  .button-pagetop {
    display: none;
    height: 32px;
    width: 50px;
    right: 16px;
    bottom: 20px;
  }

  .button-news__item {
    padding: 16px 0;
  }

  .button-news__title {
    margin-top: 8px;
    padding-right: 80px;
  }

  .heading-more__title--sm {
    font-size: 1.2rem;
    display: inline-block;
  }

  .heading-more__title--lg {
    font-size: 2.2rem;
    margin-top: 4px;
    padding-right: 130px;
  }

  .heading-more__link:after {
    border-top: 17px solid #ffffff;
    border-left: 14px solid #ffffff;
    border-bottom: 17px solid transparent;
    border-right: 14px solid transparent;
  }

  .heading-more__link__text {
    height: 37px;
    width: 133px;
  }

  .heading-more__link__text:after {
    right: 12px;
  }

  .heading-normal__title--caption:before {
    bottom: 34px;
  }

  .heading-normal__title--sm {
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 4px;
  }

  .heading-normal__title--lg {
    font-size: 2.2rem;
    margin-top: 4px;
  }

  .heading-normal-side__title--sm {
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 4px;
  }

  .heading-normal-side__title--lg {
    font-size: 2.2rem;
    margin-top: 4px;
  }

  .heading-under-bold span {
    font-size: 2.2rem;
    border-bottom: 3px solid #323233;
  }

  .heading-sand {
    padding-left: 22px;
  }

  .heading-sand--grey .heading-sand {
    padding-left: 12px;
  }

  .heading-sand:before {
    height: 2px;
  }

  .heading-sand__text {
    padding: 0 3px;
  }

  .heading-box {
    height: 60px;
    width: 104px;
    font-size: 1.2rem;
  }

  .heading-hl {
    font-size: 1.2rem;
    height: 50px;
  }

  .heading-hl--cardlist {
    width: 72px;
    min-width: 72px;
  }

  .heading-normal__title--sm {
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 4px;
  }

  .heading-normal__title--lg {
    font-size: 2.2rem;
    margin-top: 4px;
  }

  .card-list--sm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card-list--sm:before,
  .card-list--sm:after {
    content: "";
    display: block;
    width: calc((100% - 45px) / 4);
  }

  .card-list--sm:before {
    -ms-flex-order: 1;
    order: 1;
  }

  .card-list--md {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card-list--md:before,
  .card-list--md:after {
    content: "";
    display: block;
    width: calc((100% - 45px) / 4);
  }

  .card-list--md:before {
    -ms-flex-order: 1;
    order: 1;
  }

  .card-item--sm {
    width: calc((100% - 45px) / 4);
    margin-top: 24px;
  }

  .card-item--md {
    width: calc((100% - 16px) / 3);
    margin-top: 24px;
  }

  .card-item__title {
    height: 14px;
  }

  .card-item__price--sm {
    font-size: 1.4rem;
  }

  .card-item__price--md {
    font-size: 1.4rem;
  }

  .card-rank {
    width: calc((100% - 10px) / 3);
    padding: 12px 4px;
  }

  .card-rank--01 {
    border: 5px solid #e6b217;
  }

  .card-rank--02 {
    border: 5px solid #7a8899;
  }

  .card-rank--03 {
    border: 5px solid #803d26;
  }

  .card-rank__tag {
    top: -5px;
    left: -5px;
  }

  .card-rank__order {
    height: 44px;
    width: 44px;
    padding-top: 4px;
    padding-left: 4px;
    font-size: 0.8rem;
  }

  .card-rank__order:before {
    border-right: 22px solid transparent;
    border-bottom: 22px solid transparent;
  }

  .card-rank__order--01:before {
    border-top: 22px solid #e6b217;
    border-left: 22px solid #e6b217;
  }

  .card-rank__order--02:before {
    border-top: 22px solid #7a8899;
    border-left: 22px solid #7a8899;
  }

  .card-rank__order--03:before {
    border-top: 22px solid #803d26;
    border-left: 22px solid #803d26;
  }

  .card-rank__order--num {
    font-size: 1.4rem;
  }

  .index-charm {
    background-color: transparent;
    padding: 0x;
    margin: 50px 10px;
  }

  .index-charm__title {
    width: calc((100% - 16px) / 2);
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .index-charm__title--lg {
    font-size: 2.2rem;
  }

  .index-charm__title--sm {
    font-size: 1.4rem;
  }

  .index-charm__item {
    width: calc((100% - 8px) / 2);
    padding: 0;
    background: #FFF;
  }

  .index-charm__item:nth-of-type(n + 3) {
    margin-top: 44px;
  }

  .index-charm__icon {
    height: 56px;
    width: 56px;
    border-radius: 28px;
  }

  .index-charm__icon--truck {
    background-size: 31px;
  }

  .index-charm__icon--safety {
    background-size: 35px;
  }

  .index-charm__icon--clock {
    background-size: 31px;
  }

  .index-charm__icon--check {
    background-size: 31px;
  }

  .index-charm__icon--box {
    background-size: 28px;
  }

  .index-charm__icon--privacy {
    background-size: 28px;
  }

  .index-charm__icon--coin {
    background-size: 28px;
  }

  .index-charm__catch--sm {
    font-size: 1rem;
  }

  .index-charm__catch--lg {
    font-size: 1.4rem;
  }

  .tag-top__wrap {
    margin-top: 14px;
    margin-right: 16px;
    margin-left: 16px;
    padding-right: 0;
    padding-left: 0;
  }

  .tag-normal__item {
    font-size: 0.8rem;
  }

  .section-lite {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .flow-step {
    margin-top: 24px;
  }

  .flow-step__item {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }

  .flow-step__item--num {
    margin-bottom: 8px;
  }

  .login-trigger {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .login-trigger__input input:nth-child(2) {
    margin-top: 8px;
  }

  .login-trigger__check {
    margin-top: 16px;
  }

  .login-trigger__check .form-check__text {
    font-size: 1.4rem;
  }

  .login-trigger__buttons {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .login-trigger__buttons>.button-fill-action {
    width: 100%;
    height: 48px;
  }

  .login-trigger__buttons>.button-fill-action:nth-of-type(n + 2) {
    margin-top: 24px;
  }

  .login-block--right {
    margin-top: 40px;
  }

  .modal {
    width: 95%;
    top: 45%;
    max-height: calc(100vh - 200px);
  }

  .modal__overlay {
    position: relative;
  }

  .modal__bottom {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 150px;
  }

  .modal-cart__button {
    margin-left: auto;
    margin-right: auto;
  }

  .modal-cart__button:nth-child(n + 2) {
    margin-top: 16px;
  }

  .buy-expensive__inner {
    padding: 24px 8px;
  }

  .buy-expensive__list .slick-list {
    padding-right: 18px;
  }

  .buy-expensive__item {
    margin-right: 8px;
  }

  .buy-expensive__link {
    padding: 8px 4px;
  }

  .buy-expensive__img img {
    width: calc(100% - 8px);
  }

  .buy-expensive__button {
    height: 48px;
    width: 342px;
    max-width: 100%;
  }

  .buy-cat {
    margin-top: 40px;
  }

  .order-cart__item__detail {
    margin-top: -4px;
  }

  .order-total__result__button {
    width: 100%;
    height: 48px;
  }

  .order-postage__wrap {
    margin-left: 12px;
    margin-right: 12px;
  }

  .order-postage__item {
    border-right: 1px solid #bebfc2;
  }

  .mypage-header {
    margin-bottom: 32px;
  }

  .mypage-header__item {
    width: calc((100% - 20px) / 3);
  }

  .mypage-header__item:nth-child(n + 4) {
    margin-top: 10px;
  }

  .mypage-history__content--button {
    margin-top: 24px;
  }

  .mypage-history-detail__item--detail {
    display: block;
  }

  .mypage-history-detail__cart {
    margin-top: 16px;
  }

  .mypage-address-list__count {
    margin-top: 32px;
  }

  .mypage-address-list__button {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .mypage-history-detail--buy__item--detail {
    display: block;
  }

  .mypage-history-detail--buy__cart {
    margin-top: 16px;
  }

  .product-checked__slider .slick-list {
    padding-right: 18px !important;
  }

  .product-checked__price {
    text-align: right;
  }

  .point-table .date {
    max-width: 50px;
    width: 14%;
  }

  .point-table .use {
    width: 44%;
  }

  .point-table .change {
    max-width: 70px;
    width: 20%;
  }

  .point-table .own {
    max-width: 80px;
    width: 22%;
  }

  .specify-address__button {
    width: 100%;
    height: 48px;
  }

  .faq-list-item__button {
    height: 19px;
    width: 78px;
  }
}

@media print {
  body {
    width: 1025px;
  }

  .container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-half {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .content-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-small {
    width: 800px;
  }

  .content-main {
    -ms-flex: 1;
    flex: 1;
    width: 80.5%;
  }

  .content-side {
    width: 180px;
    width: 18.6%;
    max-width: 180px;
    margin-right: 24px;
  }

  .hidden-pc {
    display: none !important;
  }

  .header__top {
    font-size: 1.2rem;
  }

  .header__top__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__top__text--normal {
    display: inline-block;
    margin-right: 11px;
  }

  .header__top__navi__link {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .header__top__navi__link:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .header__middle__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header__logo {
    width: 180px;
    padding-top: 14px;
    padding-bottom: 5px;
  }

  .header__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 34px;
  }

  .header__info__text {
    font-size: 1.4rem;
  }

  .header__info__text:before {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    z-index: 0;
    margin: auto;
    background: rgba(255, 245, 130, 0.7);
  }

  .header__info__text--point {
    font-size: 2.2rem;
  }

  .header__info__text--cash {
    font-size: 2.2rem;
  }

  .header__info__text:nth-child(2) {
    margin-left: 12px;
  }

  .header__cart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header__cart__link {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .header__cart__link:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .header__cart__link {
    height: 30px;
    width: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f0f2f5;
    color: #0079d9;
    font-size: 1.2rem;
  }

  .header__cart__link--icon .icon-cart:before {
    margin-right: 7px;
    font-size: 2.2rem;
  }

  .header__cart__box__quantity__delete {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .header__cart__box__quantity__delete:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .header__cart__favorite a {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .header__cart__favorite a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .page-sale .header__tab .header__tab__item:nth-child(1) .header__tab__link:after {
    height: 3px;
    width: 110px;
  }

  .page-buy .header__tab .header__tab__item:nth-child(2) .header__tab__link:after {
    height: 3px;
    width: 110px;
  }

  .page-tournament .header__tab .header__tab__item:nth-child(3) .header__tab__link:after {
    height: 3px;
    width: 110px;
  }

  .page-column .header__tab .header__tab__item:nth-child(4) .header__tab__link:after {
    height: 3px;
    width: 110px;
  }

  .header__tab__item {
    height: 38px;
    width: 130px;
  }

  .header__tab__link {
    padding: 12px 16px;
  }

  .header__tab__link:hover {
    color: rgba(255, 255, 255, 0.5);
  }

  .header__search {
    box-shadow: 1px 3px 3px 0 rgba(75, 54, 53, 0.4);
  }

  .page-sale .header__search {
    border-bottom: 3px solid #e10041;
  }

  .page-buy .header__search {
    border-bottom: 3px solid #29905e;
  }

  .page-tournament .header__search {
    border-bottom: 0px solid #4a8fe7;
  }

  .page-column .header__search {
    border-bottom: 3px solid #9c81ad;
  }

  .header__search__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 14px;
  }

  .header__search__box {
    -ms-flex: 1;
    flex: 1;
  }

  .header__search__button {
    height: 30px;
    width: 180px;
    margin-left: 24px;
    font-size: 1.2rem;
  }

  .header__search__button .button-fill-noshadow {
    font-size: 1.2rem !important;
  }

  .header-lite__top {
    font-size: 1.2rem;
    text-align: center;
  }

  .header-lite__logo__link {
    quotes: 180px;
    height: 42px;
  }

  .footer__bottom {
    padding: 71px 0 30px;
  }

  .footer__logo {
    top: -41px;
  }

  .footer__about {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 84px;
  }

  .footer__about__shop {
    width: 15%;
  }

  .footer__about__shop__title--sm {
    font-size: 1.2rem;
  }

  .footer__about__shop__img {
    margin-top: 16px;
  }

  .footer__about__shop__button {
    width: 100%;
    font-size: 1.2rem;
  }

  .footer__about__items {
    width: 80.3%;
  }

  .footer__about__item {
    width: calc((100% - 80px) / 3);
    font-size: 1.2rem;
  }

  .footer__about__item:nth-child(1) {
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__about__item:nth-child(2) {
    -ms-flex-order: 4;
    order: 4;
    margin-top: 40px;
  }

  .footer__about__item:nth-child(3) {
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__about__item:nth-child(4) {
    -ms-flex-order: 5;
    order: 5;
    margin-top: 40px;
  }

  .footer__about__item:nth-child(5) {
    -ms-flex-order: 3;
    order: 3;
  }

  .footer__about__item:nth-child(6) {
    -ms-flex-order: 6;
    order: 6;
  }

  .footer__about__item__link {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .footer__about__item__link:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .footer__navi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.2rem;
  }

  .footer__navi__list {
    max-width: 148px;
  }

  .footer__navi__list:nth-child(n + 2) {
    margin-left: 8%;
  }

  .footer__navi__item {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .footer__navi__item:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .side-bnr__link {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .side-bnr__link:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .side-user {
    margin-bottom: 16px;
  }

  .side-snsicon__link {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .side-snsicon__link:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .breadcrumb-wrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .form-control {
    font-size: 1.4rem;
    padding: 7px 16px;
  }

  .form-keyword .select2-selection--multiple {
    padding-top: 2px !important;
    padding-bottom: 8px !important;
  }

  .form-pulldown:before {
    height: 7px;
    width: 7px;
    border-right: 2px solid #323233;
    border-bottom: 2px solid #323233;
    transform: rotate(45deg) translateY(-2px);
  }

  .form-pulldown--sale:before {
    height: 7px;
    width: 7px;
    border-right: 2px solid #e10041;
    border-bottom: 2px solid #e10041;
  }

  .form-pulldown--buy:before {
    height: 7px;
    width: 7px;
    border-right: 2px solid #29905e;
    border-bottom: 2px solid #29905e;
  }

  .form-check__text a {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .form-check__text a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .form-tag {
    margin-right: 2px;
    margin-top: 4px;
  }

  .form-tag__label {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }

  .form-toggle__text {
    font-size: 1.2rem;
    padding: 8px 12px;
  }

  .form-search__input {
    padding-left: 10px;
  }

  .form-search__submit {
    height: 30px;
    width: 50px;
  }

  .form-wrap {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .form-item--textarea {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-item__title {
    width: 224px;
    min-width: 224px;
  }

  .form-item__input {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
  }

  .form-item__input--radio03 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .form-item__input--radio03>* {
    width: calc(100% / 3);
  }

  .form-item__input--radio03>*:nth-child(n + 4) {
    margin-top: 16px;
  }

  .form-button {
    height: 56px;
    width: 280px;
  }

  .button-size--xl {
    height: 56px;
    width: 320px;
  }

  .button-size--lg {
    height: 56px;
    width: 200px;
  }

  .button-fill-arrow:hover {
    box-shadow: 0 0 0 0 #60001d;
    transform: translateY(3px);
  }

  .button-fill-arrow--inactive:hover {
    box-shadow: 0 3px 0 0 #999;
  }

  .button-fill-noshadow {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-fill-noshadow:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-fill-noshadow--inactive:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .button-shadow:hover {
    box-shadow: 0 0 0 0 transparent;
    transform: translateY(3px);
  }

  .button-border {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-border:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-normal {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-normal:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-thin {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-thin:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-right {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-right:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-icon {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-icon:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-accordion {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-accordion:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-accordion {
    height: 24px;
    width: 100px;
  }

  .button-pagetop {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-pagetop:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-color-right {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-color-right:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-point__item {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-point__item:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-point__item {
    width: calc((100% - 48px) / 3);
  }

  .button-fill-action:hover {
    box-shadow: 0 0 0 0 #b28f23;
    transform: translateY(3px);
  }

  .button-news__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-news__item {
    padding: 20px 0;
  }

  .button-news__date {
    min-width: 120px;
    width: 120px;
  }

  .button-news__title {
    margin-left: 24px;
    padding-right: 100px;
  }

  .button-news__text {
    font-size: 1.2rem;
    padding-left: 144px;
    padding-right: 100px;
  }

  .button-fav {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-fav:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-line {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-line:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-line {
    font-size: 1.6rem;
  }

  .button-action-fill {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-action-fill:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .text-link-back {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .text-link-back:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .text-link {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .text-link:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .text-center--pc {
    text-align: center;
  }

  .heading-more__title {
    padding-bottom: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .heading-more__title--sm {
    font-size: 1.2rem;
  }

  .heading-more__title--lg {
    font-size: 2.4rem;
    margin-right: 8px;
  }

  .heading-more__link:after {
    border-top: 17px solid #ffffff;
    border-left: 12px solid #ffffff;
    border-bottom: 17px solid transparent;
    border-right: 12px solid transparent;
  }

  .heading-more__link__text {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .heading-more__link__text:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .heading-more__link__text {
    height: 37px;
    width: 157px;
  }

  .heading-more__link__text:after {
    right: 24px;
  }

  .heading-normal__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .heading-normal__title--caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-normal__title--sm {
    font-size: 1.2rem;
  }

  .heading-normal__title--caption .heading-normal__title--sm {
    padding-bottom: 3px;
    margin-left: 12px;
  }

  .heading-normal__title--lg {
    font-size: 2.4rem;
    margin-right: 8px;
  }

  .heading-normal-side__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .heading-normal-side__title--sm {
    font-size: 1.2rem;
  }

  .heading-normal__title--caption .heading-normal-side__title--sm {
    padding-bottom: 3px;
    margin-left: 12px;
  }

  .heading-normal-side__title--lg {
    font-size: 2.4rem;
    margin-right: 8px;
  }

  .heading-under-bold span {
    font-size: 2.4rem;
    border-bottom: 5px solid #323233;
  }

  .heading-sand {
    padding-left: 56px;
  }

  .heading-sand--lg {
    font-size: 2rem;
  }

  .heading-sand--grey .heading-sand {
    padding-left: 22px;
  }

  .heading-sand:before {
    height: 3px;
  }

  .heading-sand__text {
    padding: 0 10px;
  }

  .heading-side-fill {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .heading-side-fill:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .heading-box {
    font-weight: 700;
    font-size: 1.6rem;
  }

  .heading-hl {
    font-size: 1.4rem;
  }

  .heading-hl--cardlist {
    width: 104px;
    min-width: 104px;
    height: 64px;
  }

  .heading-normal__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-normal__title--sm {
    font-size: 1.2rem;
  }

  .heading-normal__title--lg {
    font-size: 2.4rem;
    margin-right: 8px;
  }

  .card-list--sm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card-list--md {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card-item {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .card-item:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .card-item--sm {
    width: calc((100% - 105px) / 8);
    margin-top: 33px;
    margin-right: 15px;
  }

  .card-item--sm:nth-child(8n) {
    margin-right: 0;
  }

  .card-item--md {
    width: calc((100% - 75px) / 6);
    margin-top: 24px;
    margin-right: 15px;
  }

  .card-item--md:nth-child(6n) {
    margin-right: 0;
  }

  .card-item__title {
    margin-top: 8px;
  }

  .card-item__price {
    margin-top: 4px;
  }

  .card-item__price--sm {
    font-size: 1.6rem;
  }

  .card-item__price--md {
    font-size: 1.6rem;
  }

  .card-rank {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .card-rank:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .card-rank {
    width: calc((100% - 32px) / 3);
    padding: 16px 8px 8px;
  }

  .card-rank--01 {
    border: 8px solid #e6b217;
  }

  .card-rank--02 {
    border: 8px solid #7a8899;
  }

  .card-rank--03 {
    border: 8px solid #803d26;
  }

  .card-rank__tag {
    top: -8px;
    left: -8px;
  }

  .card-rank__order {
    height: 70px;
    width: 70px;
    padding-top: 8px;
    padding-left: 8px;
    font-size: 1.2rem;
  }

  .card-rank__order:before {
    border-right: 35px solid transparent;
    border-bottom: 35px solid transparent;
  }

  .card-rank__order--01:before {
    border-top: 35px solid #e6b217;
    border-left: 35px solid #e6b217;
  }

  .card-rank__order--02:before {
    border-top: 35px solid #7a8899;
    border-left: 35px solid #7a8899;
  }

  .card-rank__order--03:before {
    border-top: 35px solid #803d26;
    border-left: 35px solid #803d26;
  }

  .card-rank__order--num {
    font-size: 2.1rem;
  }

  .card-rank__title {
    font-size: 1rem;
  }

  .card-lower {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .card-lower:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-charm {}

  .index-charm__title {
    width: calc((100% - 48px) / 4);
  }

  .index-charm__title--lg {
    font-size: 2.4rem;
  }

  .index-charm__title--sm {
    font-size: 1.6rem;
  }

  .index-charm__img {
    max-width: 88px;
  }

  .index-charm__item {
    width: calc((100% - 48px) / 5);
    padding: 56px 8px 32px;
  }

  .index-charm__icon {
    height: 72px;
    width: 72px;
    border-radius: 36px;
  }

  .index-charm__icon--truck {
    background-size: 40px;
  }

  .index-charm__catch--sm {
    font-size: 1.2rem;
  }

  .index-charm__catch--lg {
    font-size: 1.6rem;
  }

  .index-charm__text {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }

  .index-charm__button {
    max-width: 180px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.2rem;
  }

  .tag-top__wrap {
    margin-top: 12px;
  }

  .tag-normal__item {
    font-size: 1rem;
  }

  .section-lite {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flow-step {
    margin-top: 32px;
  }

  .flow-step__item--num {
    margin-right: 8px;
  }

  .login-trigger {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .login-trigger__inner--text {
    text-align: center;
  }

  .login-trigger__form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .login-trigger__input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .login-trigger__input input {
    width: calc((100% - 16px) / 2);
  }

  .login-trigger__check {
    margin-top: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .login-trigger__check .form-check__text {
    font-size: 1.6rem;
  }

  .login-trigger__buttons>.button-fill-action {
    height: 56px;
    width: 280px;
  }

  .login-trigger__buttons>.button-fill-action:nth-of-type(n + 2) {
    margin-left: 16px;
  }

  .login-block__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .login-block--left,
  .login-block--right {
    width: calc((100% - 32px) / 2);
  }

  .login-block__button {
    height: 56px;
    width: 280px;
  }

  .login-order__button {
    height: 40px;
    width: 280px;
  }

  .pager-normal__item a {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .pager-normal__item a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .pager-normal__item--prev a,
  .pager-normal__item--next a {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .pager-normal__item--prev a:hover,
  .pager-normal__item--next a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .pager .pager-normal .page-numbers {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .pager .pager-normal .page-numbers:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .pager .pager-normal .page-numbers.prev,
  .pager .pager-normal .page-numbers.next {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .pager .pager-normal .page-numbers.prev:hover,
  .pager .pager-normal .page-numbers.next:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .modal {
    top: calc(50% - 60px);
    max-height: calc(100vh - 80px);
  }

  .modal__bottom {
    top: calc(100% + 24px);
    left: 0;
    right: 0;
    margin: auto;
  }

  .modal-cart__inner {
    padding: 64px 40px;
  }

  .modal-cart__text {
    font-size: 2.4rem;
  }

  .modal-cart__buttons {
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal-cart__button {
    height: 56px;
    width: 280px;
  }

  .modal-cart__button:nth-child(n + 2) {
    margin-left: 24px;
  }

  .buy-expensive__inner {
    padding: 24px 14px 24px 24px;
  }

  .buy-expensive__item {
    margin-right: 12px;
  }

  .buy-expensive__link {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .buy-expensive__link:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .buy-expensive__link {
    padding: 16px 12px;
  }

  .buy-expensive__label {
    margin: auto;
    left: -4px;
  }

  .buy-expensive__button {
    height: 56px;
    width: 280px;
  }

  .buy-expensive__arrow--next {
    transition: 0.3s;
  }

  .buy-expensive__arrow--next {
    right: 10px;
  }

  .buy-application__campaign-data.bg-gray {
    width: 100%;
  }

  .select-kit__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list--row--column {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list--row--column>dt {
    margin-right: 3em;
    margin-bottom: 0;
  }

  .gmap-wrap {
    height: 420px;
  }

  .order-total__result__button {
    margin-left: auto;
    margin-right: auto;
    height: 56px;
    width: 240px;
  }

  .order-postage {
    padding: 24px 40px;
    overflow: initial;
    width: 1020px;
  }

  .order-postage__wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .order-postage__box {
    width: calc(100% / 3);
  }

  .order-postage__area {
    border-right: 1px solid #ffffff;
  }

  .order-postage__item {
    height: 72px;
  }

  .order-postage__item--lg {
    height: 114px;
  }

  .order-postage__box:last-of-type .order-postage__item__price {
    border-right: 1px solid #bebfc2;
  }

  .mypage-header {
    margin-bottom: 40px;
  }

  .mypage-header__item {
    width: calc((100% - 60px) / 6);
  }

  .mypage-history__item {
    margin-top: 40px;
  }

  .mypage-history__content--right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mypage-history__content--img {
    width: 80px;
  }

  .mypage-history__content--img img:first-child {
    height: 80px;
    width: 80px;
  }

  .mypage-history__content--img img:nth-child(n + 2) {
    height: 38px;
    width: 38px;
  }

  .mypage-history__content--button {
    margin-left: auto;
    width: 280px;
  }

  .mypage-history-detail__name {
    width: 180px;
    min-width: 180px;
  }

  .mypage-card__button {
    height: 56px;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .mypage-address-list__top {
    margin-top: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mypage-address-list__count {
    font-size: 1.4rem;
  }

  .mypage-address-list__button {
    height: 40px;
    width: 280px;
  }

  .favorite-serchbox .search-showcheck {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .favorite-serchbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .favorite-cardtitle {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .favorite-cardtitle--em {
    font-size: 1.4rem;
  }

  .favorite-cardtitle .form-pulldown {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }

  .search-button--favorite {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .mypage-history__content--buttons .mypage-history__content--button:last-of-type {
    margin-top: 16px;
  }

  .buy-total__price span {
    margin: 0 8px;
  }

  .buy-total__box {
    font-size: 1.4rem;
  }

  .order-total--data .form-pulldown {
    width: 100%;
  }

  .order-total__inner--buy {
    -ms-flex-preferred-size: calc(100% - 320px);
    flex-basis: calc(100% - 320px);
    border: none;
    margin: 0;
  }

  .order-total__inner--buy:last-of-type {
    margin-left: auto;
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
  }

  .order-total__inner--buy .action-button .button-size--xl {
    width: 280px;
  }

  .mypage-history-detail--buy .order-cart {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .button-negative--low {
    width: 280px;
  }

  .mypage-confirmation__body {
    text-align: center;
  }

  .mypage-confirmation__buttons {
    max-width: 280px;
    margin: 0 auto;
  }

  .product-checked__slider .slick-list {
    padding-right: 100px !important;
  }

  .product-checked__item {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .product-checked__item:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .product-checked__price {
    margin-top: 4px;
  }

  .product-checked__arrow--next {
    transition: 0.3s;
  }

  .complete__text {
    text-align: center;
  }

  .complete__button {
    height: 56px;
    width: 240px;
  }

  .point-history__item__caption {
    font-size: 1.2rem;
  }

  .point-table table {
    font-size: 1.2rem;
  }

  .point-table .date {
    width: 80px;
  }

  .point-table .change {
    width: 100px;
  }

  .point-table .own {
    width: 120px;
  }

  .specify-block__button {
    height: 40px;
    width: 280px;
  }

  .specify-address__button {
    height: 56px;
    width: 280px;
  }

  .error-text {
    text-align: center;
  }

  .error-top-back {
    height: 56px;
    width: 280px;
  }

  .faq-list-item__button {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .faq-list-item__button:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .faq-list-item__button {
    height: 24px;
    width: 100px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1232px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-half {
    padding-right: 8px;
    padding-left: 8px;
  }

  .content-main {
    padding-right: 8px;
  }

  .content-side {
    margin-right: 12px !important;
    padding-left: 8px;
  }

  .hidden-tb {
    display: none !important;
  }

  .header__logo {
    width: 15% !important;
    min-width: 140px;
  }

  .button-border {
    font-size: 0.872vw;
    white-space: nowrap;
  }

  .button-normal {
    font-size: 0.872vw;
    white-space: nowrap;
  }

  .button-thin {
    white-space: nowrap;
  }

  .button-right {
    font-size: 0.972vw;
  }

  .button-icon .icon-user {
    font-size: 1.6rem;
  }

  .button-icon .icon-key {
    font-size: 1.8rem;
  }

  .button-icon .icon-favorite {
    font-size: 1.6rem;
  }

  .heading-line {
    font-size: 1.111vw;
  }

  .heading-hl {
    font-size: 0.972vw !important;
  }

  .card-item__price {
    font-size: 1rem;
    white-space: nowrap;
  }

  .card-item__price--sm {
    font-size: 0.833vw !important;
  }

  .card-item__price--md {
    font-size: 0.972vw !important;
  }
}

@media all and (min-width: 1024px) {
  .container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-half {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .content-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: calc(100% - 20px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 20px 100px;
    background-color: #fff;
  }

  .container-small {
    width: 800px;
  }

  .content-main {
    -ms-flex: 1;
    flex: 1;
    width: 80.5%;
    padding-top: 30px;
  }

  .content-side {
    width: 180px;
    width: 18.6%;
    max-width: 180px;
    margin-right: 24px;
  }

  .hidden-pc {
    display: none !important;
  }

  .header__top {
    font-size: 1.2rem;
  }

  .header__top__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__top__text--normal {
    display: inline-block;
    margin-right: 11px;
  }

  .header__top__navi__link {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .header__top__navi__link:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .header__middle__left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header__logo {
    width: 180px;
    padding-top: 14px;
    padding-bottom: 5px;
  }

  .header__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 34px;
  }

  .header__info__text {
    font-size: 1.4rem;
  }

  .header__info__text:before {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    z-index: 0;
    margin: auto;
    background: rgba(255, 245, 130, 0.7);
  }

  .header__info__text--point {
    font-size: 2.2rem;
  }

  .header__info__text--cash {
    font-size: 2.2rem;
  }

  .header__info__text:nth-child(2) {
    margin-left: 12px;
  }

  .header__cart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .header__cart__link {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .header__cart__link:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .header__cart__link {
    height: 30px;
    width: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f0f2f5;
    color: #0079d9;
    font-size: 1.2rem;
  }

  .header__cart__link--icon .icon-cart:before {
    margin-right: 7px;
    font-size: 2.2rem;
  }

  .header__cart__box__quantity__delete {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .header__cart__box__quantity__delete:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .header__cart__favorite a {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .header__cart__favorite a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .page-sale .header__tab .header__tab__item:nth-child(1) .header__tab__link:after {
    height: 3px;
    width: 110px;
  }

  .page-buy .header__tab .header__tab__item:nth-child(2) .header__tab__link:after {
    height: 3px;
    width: 110px;
  }

  .page-tournament .header__tab .header__tab__item:nth-child(3) .header__tab__link:after {
    height: 3px;
    width: 110px;
  }

  .page-column .header__tab .header__tab__item:nth-child(4) .header__tab__link:after {
    height: 3px;
    width: 110px;
  }

  .header__tab__item {
    height: 38px;
    width: 130px;
  }

  .header__tab__link {
    padding: 12px 16px;
  }

  .header__tab__link:hover {
    color: rgba(255, 255, 255, 0.5);
  }

  .header__search {
    box-shadow: 1px 3px 3px 0 rgba(75, 54, 53, 0.4);
  }

  .page-sale .header__search {
    border-bottom: 3px solid #e10041;
  }

  .page-buy .header__search {
    border-bottom: 3px solid #29905e;
  }

  .page-tournament .header__search {
    border-bottom: 0px solid #4a8fe7;
  }

  .page-column .header__search {
    border-bottom: 3px solid #9c81ad;
  }

  .header__search__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 14px;
  }

  .header__search__box {
    -ms-flex: 1;
    flex: 1;
  }

  .header__search__button {
    height: 30px;
    width: 180px;
    margin-left: 24px;
    font-size: 1.2rem;
  }

  .header__search__button .button-fill-noshadow {
    font-size: 1.2rem !important;
  }

  .header-lite__top {
    font-size: 1.2rem;
    text-align: center;
  }

  .header-lite__logo__link {
    quotes: 180px;
    height: 42px;
  }

  .footer__bottom {
    padding: 71px 0 30px;
  }

  .footer__logo {
    top: -41px;
  }

  .footer__about {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 84px;
  }

  .footer__about__shop {
    width: 15%;
  }

  .footer__about__shop__title--sm {
    font-size: 1.2rem;
  }

  .footer__about__shop__img {
    margin-top: 16px;
  }

  .footer__about__shop__button {
    width: 100%;
    font-size: 1.2rem;
  }

  .footer__about__items {
    width: 80.3%;
  }

  .footer__about__item {
    width: calc((100% - 80px) / 3);
    font-size: 1.2rem;
  }

  .footer__about__item:nth-child(1) {
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__about__item:nth-child(2) {
    -ms-flex-order: 4;
    order: 4;
    margin-top: 40px;
  }

  .footer__about__item:nth-child(3) {
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__about__item:nth-child(4) {
    -ms-flex-order: 5;
    order: 5;
    margin-top: 40px;
  }

  .footer__about__item:nth-child(5) {
    -ms-flex-order: 3;
    order: 3;
  }

  .footer__about__item:nth-child(6) {
    -ms-flex-order: 6;
    order: 6;
  }

  .footer__about__item__link {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .footer__about__item__link:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .footer__navi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1.2rem;
  }

  .footer__navi__list {
    max-width: 148px;
  }

  .footer__navi__list:nth-child(n + 2) {
    margin-left: 8%;
  }

  .footer__navi__item {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .footer__navi__item:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .side-bnr__link {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .side-bnr__link:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .side-user {
    margin-bottom: 16px;
  }

  .side-snsicon__link {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .side-snsicon__link:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .breadcrumb-wrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }

  .form-control {
    font-size: 1.4rem;
    padding: 7px 16px;
  }

  .form-keyword .select2-selection--multiple {
    padding-top: 2px !important;
    padding-bottom: 8px !important;
  }

  .form-pulldown:before {
    height: 7px;
    width: 7px;
    border-right: 2px solid #323233;
    border-bottom: 2px solid #323233;
    transform: rotate(45deg) translateY(-2px);
  }

  .form-pulldown--sale:before {
    height: 7px;
    width: 7px;
    border-right: 2px solid #e10041;
    border-bottom: 2px solid #e10041;
  }

  .form-pulldown--buy:before {
    height: 7px;
    width: 7px;
    border-right: 2px solid #29905e;
    border-bottom: 2px solid #29905e;
  }

  .form-check__text a {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .form-check__text a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .form-tag {
    margin-right: 2px;
    margin-top: 4px;
  }

  .form-tag__label {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }

  .form-toggle__text {
    font-size: 1.2rem;
    padding: 8px 12px;
  }

  .form-search__input {
    padding-left: 10px;
  }

  .form-search__submit {
    height: 30px;
    width: 50px;
  }

  .form-wrap {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .form-item--textarea {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-item__title {
    width: 224px;
    min-width: 224px;
  }

  .form-item__input {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
  }

  .form-item__input--radio03 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .form-item__input--radio03>* {
    width: calc(100% / 3);
  }

  .form-item__input--radio03>*:nth-child(n + 4) {
    margin-top: 16px;
  }

  .form-button {
    height: 56px;
    width: 280px;
  }

  .button-size--xl {
    height: 56px;
    width: 320px;
  }

  .button-size--lg {
    height: 56px;
    width: 200px;
  }

  .button-fill-arrow:hover {
    box-shadow: 0 0 0 0 #60001d;
    transform: translateY(3px);
  }

  .button-fill-arrow--inactive:hover {
    box-shadow: 0 3px 0 0 #999;
  }

  .button-fill-noshadow {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-fill-noshadow:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-fill-noshadow--inactive:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .button-shadow:hover {
    box-shadow: 0 0 0 0 transparent;
    transform: translateY(3px);
  }

  .button-border {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-border:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-normal {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-normal:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-thin {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-thin:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-right {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-right:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-icon {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-icon:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-accordion {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-accordion:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-accordion {
    height: 24px;
    width: 120px;
  }

  .button-pagetop {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-pagetop:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-color-right {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-color-right:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-point__item {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-point__item:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-point__item {
    width: calc((100% - 48px) / 3);
  }

  .button-fill-action:hover {
    box-shadow: 0 0 0 0 #b28f23;
    transform: translateY(3px);
  }

  .button-news__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-news__item {
    padding: 20px 0;
  }

  .button-news__date {
    min-width: 120px;
    width: 120px;
  }

  .button-news__title {
    margin-left: 24px;
    padding-right: 100px;
  }

  .button-news__text {
    font-size: 1.2rem;
    padding-left: 144px;
    padding-right: 100px;
  }

  .button-fav {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-fav:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-line {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-line:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .button-line {
    font-size: 1.6rem;
  }

  .button-action-fill {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .button-action-fill:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .text-link-back {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .text-link-back:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .text-link {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .text-link:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .text-center--pc {
    text-align: center;
  }

  .heading-more__title {
    padding-bottom: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .heading-more__title--sm {
    font-size: 1.2rem;
  }

  .heading-more__title--lg {
    font-size: 2.4rem;
    margin-right: 8px;
  }

  .heading-more__link:after {
    border-top: 17px solid #ffffff;
    border-left: 12px solid #ffffff;
    border-bottom: 17px solid transparent;
    border-right: 12px solid transparent;
  }

  .heading-more__link__text {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .heading-more__link__text:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .heading-more__link__text {
    height: 37px;
    width: 157px;
  }

  .heading-more__link__text:after {
    right: 24px;
  }

  .heading-normal__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .heading-normal__title--caption {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-normal__title--sm {
    font-size: 1.2rem;
  }

  .heading-normal__title--caption .heading-normal__title--sm {
    padding-bottom: 3px;
    margin-left: 12px;
  }

  .heading-normal__title--lg {
    font-size: 2.4rem;
    margin-right: 8px;
  }

  .heading-normal-side__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .heading-normal-side__title--sm {
    font-size: 1.2rem;
  }

  .heading-normal__title--caption .heading-normal-side__title--sm {
    padding-bottom: 3px;
    margin-left: 12px;
  }

  .heading-normal-side__title--lg {
    font-size: 2.4rem;
    margin-right: 8px;
  }

  .heading-under-bold span {
    font-size: 2.4rem;
    border-bottom: 5px solid #323233;
  }

  .heading-sand {
    padding-left: 56px;
  }

  .heading-sand--lg {
    font-size: 2rem;
  }

  .heading-sand--grey .heading-sand {
    padding-left: 22px;
  }

  .heading-sand:before {
    height: 3px;
  }

  .heading-sand__text {
    padding: 0 10px;
  }

  .heading-side-fill {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .heading-side-fill:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .heading-box {
    font-weight: 700;
    font-size: 1.6rem;
  }

  .heading-hl {
    font-size: 1.4rem;
  }

  .heading-hl--cardlist {
    width: 104px;
    min-width: 104px;
    height: 64px;
  }

  .heading-normal__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-normal__title--sm {
    font-size: 1.2rem;
  }

  .heading-normal__title--lg {
    font-size: 2.4rem;
    margin-right: 8px;
  }

  .card-list--sm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card-list--md {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card-item {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .card-item:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .card-item--sm {
    width: calc((100% - 105px) / 8);
    margin-top: 33px;
    margin-right: 15px;
  }

  .card-item--sm:nth-child(8n) {
    margin-right: 0;
  }

  .card-item--md {
    width: calc((100% - 75px) / 6);
    margin-top: 24px;
    margin-right: 15px;
  }

  .card-item--md:nth-child(6n) {
    margin-right: 0;
  }

  .card-item__title {
    margin-top: 8px;
  }

  .card-item__price {
    margin-top: 4px;
  }

  .card-item__price--sm {
    font-size: 1.6rem;
  }

  .card-item__price--md {
    font-size: 1.6rem;
  }

  .card-rank {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .card-rank:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .card-rank {
    width: calc((100% - 32px) / 3);
    padding: 16px 8px 8px;
  }

  .card-rank--01 {
    border: 8px solid #e6b217;
  }

  .card-rank--02 {
    border: 8px solid #7a8899;
  }

  .card-rank--03 {
    border: 8px solid #803d26;
  }

  .card-rank__tag {
    top: -8px;
    left: -8px;
  }

  .card-rank__order {
    height: 70px;
    width: 70px;
    padding-top: 8px;
    padding-left: 8px;
    font-size: 1.2rem;
  }

  .card-rank__order:before {
    border-right: 35px solid transparent;
    border-bottom: 35px solid transparent;
  }

  .card-rank__order--01:before {
    border-top: 35px solid #e6b217;
    border-left: 35px solid #e6b217;
  }

  .card-rank__order--02:before {
    border-top: 35px solid #7a8899;
    border-left: 35px solid #7a8899;
  }

  .card-rank__order--03:before {
    border-top: 35px solid #803d26;
    border-left: 35px solid #803d26;
  }

  .card-rank__order--num {
    font-size: 2.1rem;
  }

  .card-rank__title {
    font-size: 1rem;
  }

  .card-lower {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .card-lower:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-charm {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 100px 0px 0;
    background: #fff;
  }

  .index-charm__title {
    width: calc((100% - 48px) / 4);
  }

  .index-charm__title--lg {
    font-size: 2.4rem;
  }

  .index-charm__title--sm {
    font-size: 1.6rem;
  }

  .index-charm__img {
    max-width: 88px;
  }

  .index-charm__item {
    width: calc((100% - 48px) / 5);
    padding: 0;
    background: #fff;
  }

  .index-charm__icon {
    height: 72px;
    width: 72px;
    border-radius: 36px;
  }

  .index-charm__icon--truck {
    background-size: 40px;
  }

  .index-charm__catch--sm {
    font-size: 1.2rem;
  }

  .index-charm__catch--lg {
    font-size: 1.6rem;
  }

  .index-charm__text {
    max-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }

  .index-charm__button {
    max-width: 180px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.2rem;
  }

  .tag-top__wrap {
    margin-top: 12px;
  }

  .tag-normal__item {
    font-size: 1rem;
  }

  .section-lite {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flow-step {
    margin-top: 32px;
  }

  .flow-step__item--num {
    margin-right: 8px;
  }

  .login-trigger {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .login-trigger__inner--text {
    text-align: center;
  }

  .login-trigger__form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .login-trigger__input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .login-trigger__input input {
    width: calc((100% - 16px) / 2);
  }

  .login-trigger__check {
    margin-top: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .login-trigger__check .form-check__text {
    font-size: 1.6rem;
  }

  .login-trigger__buttons>.button-fill-action {
    height: 56px;
    width: 280px;
  }

  .login-trigger__buttons>.button-fill-action:nth-of-type(n + 2) {
    margin-left: 16px;
  }

  .login-block__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .login-block--left,
  .login-block--right {
    width: calc((100% - 32px) / 2);
  }

  .login-block__button {
    height: 56px;
    width: 280px;
  }

  .login-order__button {
    height: 40px;
    width: 280px;
  }

  .pager-normal__item a {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .pager-normal__item a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .pager-normal__item--prev a,
  .pager-normal__item--next a {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .pager-normal__item--prev a:hover,
  .pager-normal__item--next a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .pager .pager-normal .page-numbers {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .pager .pager-normal .page-numbers:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .pager .pager-normal .page-numbers.prev,
  .pager .pager-normal .page-numbers.next {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .pager .pager-normal .page-numbers.prev:hover,
  .pager .pager-normal .page-numbers.next:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .modal {
    top: calc(50% - 60px);
    max-height: calc(100vh - 80px);
  }

  .modal__bottom {
    top: calc(100% + 24px);
    left: 0;
    right: 0;
    margin: auto;
  }

  .modal-cart__inner {
    padding: 64px 40px;
  }

  .modal-cart__text {
    font-size: 2.4rem;
  }

  .modal-cart__buttons {
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal-cart__button {
    height: 56px;
    width: 280px;
  }

  .modal-cart__button:nth-child(n + 2) {
    margin-left: 24px;
  }

  .buy-expensive__inner {
    padding: 24px 14px 24px 24px;
  }

  .buy-expensive__item {
    margin-right: 12px;
  }

  .buy-expensive__link {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .buy-expensive__link:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .buy-expensive__link {
    padding: 16px 12px;
  }

  .buy-expensive__label {
    margin: auto;
    left: -4px;
  }

  .buy-expensive__button {
    height: 56px;
    width: 280px;
  }

  .buy-expensive__arrow--next {
    transition: 0.3s;
  }

  .buy-expensive__arrow--next {
    right: 10px;
  }

  .buy-application__campaign-data.bg-gray {
    width: 100%;
  }

  .select-kit__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .list--row--column {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list--row--column>dt {
    margin-right: 3em;
    margin-bottom: 0;
  }

  .gmap-wrap {
    height: 420px;
  }

  .order-total__result__button {
    margin-left: auto;
    margin-right: auto;
    height: 56px;
    width: 240px;
  }

  .order-postage {
    padding: 24px 40px;
    overflow: initial;
    width: 1020px;
  }

  .order-postage__wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .order-postage__box {
    width: calc(100% / 3);
  }

  .order-postage__area {
    border-right: 1px solid #ffffff;
  }

  .order-postage__item {
    height: 72px;
  }

  .order-postage__item--lg {
    height: 114px;
  }

  .order-postage__box:last-of-type .order-postage__item__price {
    border-right: 1px solid #bebfc2;
  }

  .mypage-header {
    margin-bottom: 40px;
  }

  .mypage-header__item {
    width: calc((100% - 60px) / 6);
  }

  .mypage-history__item {
    margin-top: 40px;
  }

  .mypage-history__content--right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mypage-history__content--img {
    width: 80px;
  }

  .mypage-history__content--img img:first-child {
    height: 80px;
    width: 80px;
  }

  .mypage-history__content--img img:nth-child(n + 2) {
    height: 38px;
    width: 38px;
  }

  .mypage-history__content--button {
    margin-left: auto;
    width: 280px;
  }

  .mypage-history-detail__name {
    width: 180px;
    min-width: 180px;
  }

  .mypage-card__button {
    height: 56px;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .mypage-address-list__top {
    margin-top: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .mypage-address-list__count {
    font-size: 1.4rem;
  }

  .mypage-address-list__button {
    height: 40px;
    width: 280px;
  }

  .favorite-serchbox .search-showcheck {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .favorite-serchbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .favorite-cardtitle {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .favorite-cardtitle--em {
    font-size: 1.4rem;
  }

  .favorite-cardtitle .form-pulldown {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }

  .search-button--favorite {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }

  .mypage-history__content--buttons .mypage-history__content--button:last-of-type {
    margin-top: 16px;
  }

  .buy-total__price span {
    margin: 0 8px;
  }

  .buy-total__box {
    font-size: 1.4rem;
  }

  .order-total--data .form-pulldown {
    width: 100%;
  }

  .order-total__inner--buy {
    -ms-flex-preferred-size: calc(100% - 320px);
    flex-basis: calc(100% - 320px);
    border: none;
    margin: 0;
  }

  .order-total__inner--buy:last-of-type {
    margin-left: auto;
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
  }

  .order-total__inner--buy .action-button .button-size--xl {
    width: 280px;
  }

  .mypage-history-detail--buy .order-cart {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .button-negative--low {
    width: 280px;
  }

  .mypage-confirmation__body {
    text-align: center;
  }

  .mypage-confirmation__buttons {
    max-width: 280px;
    margin: 0 auto;
  }

  .product-checked__slider .slick-list {
    padding-right: 100px !important;
  }

  .product-checked__item {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .product-checked__item:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .product-checked__price {
    margin-top: 4px;
  }

  .product-checked__arrow--next {
    transition: 0.3s;
  }

  .complete__text {
    text-align: center;
  }

  .complete__button {
    height: 56px;
    width: 240px;
  }

  .point-history__item__caption {
    font-size: 1.2rem;
  }

  .point-table table {
    font-size: 1.2rem;
  }

  .point-table .date {
    width: 80px;
  }

  .point-table .change {
    width: 100px;
  }

  .point-table .own {
    width: 120px;
  }

  .specify-block__button {
    height: 40px;
    width: 280px;
  }

  .specify-address__button {
    height: 56px;
    width: 280px;
  }

  .error-text {
    text-align: center;
  }

  .error-top-back {
    height: 56px;
    width: 280px;
  }

  .faq-list-item__button {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .faq-list-item__button:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .faq-list-item__button {
    height: 24px;
    width: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .index-charm__item:nth-child(3) {
    margin-top: 0;
  }
}

/*# sourceMappingURL=maps/main.css.map */
.index-slider {
  overflow: hidden;
}

.index-slider__items {
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.3s linear;
  visibility: hidden;
}

.index-slider__items.slick-initialized {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.index-slider__item {
  position: relative;
  border-right: none;
  padding: 0 8px;
}

.index-slider__item:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
}

.index-slider__item.slick-current:after {
  content: none;
}

.index-slider__link {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.index-slider__link img {
  width: 100%;
  height: 350px;
  background: transparent;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.index-slider .slick-list,
.index-slider .slick-track {
  width: 100%;
  height: 100%;
}

.index-slider__thumbs {
  width: 100%;
  margin-top: 0;
  background: #323233;
}

.index-slider__thumb {
  position: relative;
}

.index-slider__thumb:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
}

.index-slider__thumb.slick-current {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.index-slider__thumb.slick-current:after {
  content: none;
}

.index-slider__navi img {
  width: 100%;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

@media screen and (min-width: 768px) and (max-width: 1240px) {
  .index-slider__link img {
    height: calc(350*100vw/1200);
  }

  .index-slider__navi img {
    height: calc(60*100vw/1200);
  }
}

@media screen and (max-width: 768px) {
  .index-slider__item {
    position: relative;
    border-right: none;
    padding: 0 2px;
  }

  .index-slider__link img {
    width: 100%;
    height: auto;
    background: #323233;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }

  .index-slider__navi img {
    width: 100%;
    height: 42px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
  }
}

.index-expansion {
  margin-top: 28px;
}

.index-expansion__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-expansion__list {
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 6px;
}

.index-expansion__list::-webkit-scrollbar {
  width: calc(100% - 32px);
  height: 5px;
}

.index-expansion__list::-webkit-scrollbar-track {
  width: 100%;
  border-radius: 2.5px;
  box-shadow: inset 0 0 6px #dfdfdf;
}

.index-expansion__list::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  box-shadow: 0 0 0 1px #8f8f8f;
  background-color: #8f8f8f;
}

.index-expansion__item {
  position: relative;
}

.index-expansion__item:nth-child(n+2) {
  margin-left: 8px;
}

.index-expansion__link {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: 60px;
  /* padding: 0 24px 0 8px; */
  padding: 0 15px 0 0;
  border: 1px solid #e10541;
  font-size: 19.2px;
  font-size: 1.2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}

.index-expansion__link:before {
  content: "";
  display: block;
  height: 100%;
  width: 16px;
  position: absolute;
  right: 0;
  background: #e10541;
  top: 0;
  bottom: 0;
}

.index-expansion__link:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.index-expansion__link .sub_category_image {
  width: 100%;
  height: 59px;
  display: flex;
  justify-content: center;
}

.index-pricedown {
  padding: 0 25px 40px;
  background: #FFF;
}

.index-rank__top03 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-rank__lower__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-rank__button {
  margin-right: auto;
  margin-left: auto;
}

.index-checked__slider {
  position: relative;
  margin-top: 16px;
}

.index-checked__slider .slick-track {
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}

.index-checked__slider .slick-list {
  padding-right: 16px !important;
}

.index-checked__item {
  margin-right: 8px;
}

.index-checked__img {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.index-checked__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
}

.index-checked__price {
  font-size: 16px;
  font-size: 1rem;
  text-align: right;
}

.index-checked__arrow {
  height: 50px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #323233;
}

.index-checked__arrow:focus {
  outline: none;
}

.index-checked__arrow.slick-disabled {
  display: none !important;
}

.index-checked__arrow--prev {
  left: 0;
  z-index: 1;
}

.index-checked__arrow--prev:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.index-checked__arrow--next {
  right: 0;
}

.index-checked__arrow--next:after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
  right: 9px;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.index-cardlist__list::-webkit-scrollbar {
  width: calc(100% - 32px);
  height: 5px;
  margin-top: 6px;
}

.index-cardlist__list::-webkit-scrollbar-track {
  width: 100%;
  border-radius: 2.5px;
  box-shadow: inset 0 0 6px #dfdfdf;
}

.index-cardlist__list::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  box-shadow: 0 0 0 1px #8f8f8f;
  background-color: #8f8f8f;
}

.index-cardlist__item {
  margin-left: 8px;
}

.index-news__heading {
  cursor: pointer;
  position: relative;
}

.index-news__item {
  display: block;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}

.index-news__heading.is-open .index-news__button:after {
  content: none;
}

.index-news__button.active::after {
  content: none;
}

.index-news__title {
  position: relative;
  width: 100%;
}

.index-news__button {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  top: 20px;
}

.index-news__text {
  margin-top: 16px;
}

.index-bnr-sp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
}

.index-bnr-sp__youtube {
  width: 49.4%;
}

.index-bnr-sp__youtube__inner {
  position: relative;
  padding-top: 66.7%;
  overflow: hidden;
}

.index-bnr-sp__youtube__inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.index-bnr-sp__banner {
  width: 49.4%;
}

.index-bnr-sp__banner__inner {
  position: relative;
  padding-top: 70%;
  overflow: hidden;
}

.index-bnr-sp__banner__inner img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.index-buy-box__inner {
  position: relative;
  border-top: 5px solid #323233;
  background: #29905e;
  display: block;
}

.index-buy-box__title {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.index-buy-box__title--sm {
  display: block;
}

.index-buy-box__title--lg {
  display: block;
}

.index-buy-box__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-top: 8px;
}

.index-buy-box__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc((100% - 10px) / 3);
  min-height: 80px;
  border-radius: 4px;
  background: #ffffff;
}

.index-buy-box__item--highlight {
  color: #29905e;
  display: block;
  margin-top: 4px;
  font-weight: 700;
}

.index-buy-item {
  background: rgba(41, 144, 94, 0.15);
}

.index-buy-item__title {
  padding: 10px;
  background: #29905e;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.index-buy-item__img {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.index-buy-item__label {
  height: 20px;
  width: 81px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 10px;
  left: -4px;
  transform: rotate(-2deg);
  width: calc(100% + 8px);
  background: #29905e;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.index-buy-item__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-buy-item__item {
  width: 25.6%;
  padding: 8px;
  background: #ffffff;
}

.index-buy-item__item:nth-child(n+2) {
  margin-left: 8px;
}

.index-buy-item__text {
  margin-top: 6px;
  font-weight: 700;
  font-size: 12.8px;
  font-size: 0.8rem;
  text-align: center;
}

.index-buy-item__price {
  margin-top: 2px;
  color: #29905e;
  font-weight: 700;
  font-size: 19.2px;
  font-size: 1.2rem;
  text-align: center;
  white-space: nowrap;
}

.index-buy-item__button {
  height: 48px;
}

@media screen and (max-width: 1023px) {
  .index-section {
    margin-top: 40px;
  }

  .index-slider__thumbs {
    height: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .index-slider__thumb {
    margin-left: 4px;
  }

  .index-expansion__list {
    width: calc(100% - 112px);
  }

  .index-expansion__item {
    min-width: 124px;
    width: 124px;
  }

  .index-rank__top03 {
    margin-top: 24px;
  }

  .index-rank__lower__items {
    margin-top: 24px;
  }

  .index-rank__buttons {
    margin-top: 32px;
  }

  .index-rank__button {
    height: 48px;
  }

  .index-rank__button:nth-child(n+2) {
    margin-top: 10px;
  }

  .index-cardlist {
    padding-bottom: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .index-cardlist__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .index-cardlist__item {
    width: calc(25% - 8px);
  }

  .index-news__item {
    padding: 16px 0;
  }

  .index-news__title {
    margin-top: 8px;
    padding-right: 80px;
  }

  .index-buy-box__inner {
    padding: 30px 8px 16px;
  }

  .index-buy-box__inner:before {
    left: 8px;
  }

  .index-buy-box__title--sm {
    font-size: 1.4rem;
  }

  .index-buy-box__title--lg {
    font-size: 2.2rem;
  }

  .index-buy-box__item--highlight {
    font-size: 1.6rem;
  }

  .index-buy-item {
    margin-top: 4px;
  }

  .index-buy-item__title {
    font-size: 1.4rem;
  }

  .index-buy-item__img {
    width: 85%;
  }

  .index-buy-item__items {
    padding: 16px 0;
  }

  .index-buy-item__button {
    margin-top: 16px;
  }
}

@media all and (min-width: 1024px) {
  .index-section {
    margin-top: 60px;
  }

  .index-slider__items {
    max-height: 350px;
    /* background: #323233; */
  }

  .index-slider__thumbs {
    height: 76px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .index-slider__thumb {
    margin-left: 5px;
  }

  .index-expansion__list {
    position: relative;
    width: calc(100% - 180px);
  }

  .index-expansion__item {
    min-width: 141px;
    width: 141px;
  }

  .index-expansion__link {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .index-expansion__link:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-rank {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
  }

  .index-rank__top03 {
    width: 57.4%;
  }

  .index-rank__lower {
    width: 39.8%;
  }

  .index-rank__buttons {
    margin-top: 24px;
  }

  .index-rank__button {
    max-width: 304px;
    height: 40px;
  }

  .index-rank__button:nth-child(n+2) {
    margin-top: 16px;
  }

  .index-checked__item {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .index-checked__item:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-checked__price {
    margin-top: 4px;
  }

  .index-checked__arrow--next {
    transition: 0.3s;
  }

  .index-cardlist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .index-cardlist__list {
    -ms-flex-align: center;
    align-items: center;
    margin-left: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .index-cardlist__item {
    width: calc(25% - 8px);
  }

  .index-cardlist__item {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .index-cardlist__item:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-news__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .index-news__item {
    padding: 20px 0;
  }

  .index-news__date {
    min-width: 120px;
    width: 120px;
  }

  .index-news__title {
    margin-left: 24px;
    padding-right: 20px;
  }

  .index-news__text {
    font-size: 1.2rem;
    padding-left: 144px;
    padding-right: 100px;
  }

  .index-buy-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .index-buy-box {
    width: 45%;
  }

  .index-buy-box__inner {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .index-buy-box__inner:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-buy-box__inner {
    padding: 18px 12px 14px 13px;
  }

  .index-buy-box__inner:before {
    left: 16px;
  }

  .index-buy-box__title--sm {
    font-size: 1.6rem;
  }

  .index-buy-box__title--lg {
    font-size: 2.4rem;
  }

  .index-buy-box__item {
    font-size: 1.4rem;
  }

  .index-buy-box__item--highlight {
    font-size: 2rem;
  }

  .index-buy-item {
    width: 53.8%;
  }

  .index-buy-item__title {
    font-size: 1.6rem;
  }

  .index-buy-item__img {
    width: 70%;
  }

  .index-buy-item__items {
    padding: 22px 16px;
  }

  .index-buy-item__item {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .index-buy-item__item:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-buy-item__button {
    margin-top: 12px;
  }
}

@media print {
  .index-section {
    margin-top: 60px;
  }

  .index-slider__items {
    max-height: 330px;
    background: #323233;
  }

  .index-slider__thumbs {
    height: 76px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .index-slider__thumb {
    margin-left: 8px;
  }

  .index-expansion__list {
    position: relative;
    width: calc(100% - 180px);
  }

  .index-expansion__item {
    min-width: 141px;
    width: 141px;
  }

  .index-expansion__link {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .index-expansion__link:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-rank {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
  }

  .index-rank__top03 {
    width: 57.4%;
  }

  .index-rank__lower {
    width: 39.8%;
  }

  .index-rank__buttons {
    margin-top: 24px;
  }

  .index-rank__button {
    max-width: 304px;
    height: 40px;
  }

  .index-rank__button:nth-child(n+2) {
    margin-top: 16px;
  }

  .index-checked__item {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .index-checked__item:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-checked__price {
    margin-top: 4px;
  }

  .index-checked__arrow--next {
    transition: 0.3s;
  }

  .index-cardlist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .index-cardlist__list {
    -ms-flex-align: center;
    align-items: center;
    margin-left: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .index-cardlist__item {
    width: 288px;
    min-width: 288px;
    height: 64px;
  }

  .index-cardlist__item {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .index-cardlist__item:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-news__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .index-news__item {
    padding: 20px 0;
  }

  .index-news__date {
    min-width: 120px;
    width: 120px;
  }

  .index-news__title {
    margin-left: 24px;
    padding-right: 100px;
  }

  .index-news__text {
    font-size: 1.2rem;
    padding-left: 144px;
    padding-right: 100px;
  }

  .index-buy-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .index-buy-box {
    width: 45%;
  }

  .index-buy-box__inner {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .index-buy-box__inner:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-buy-box__inner {
    padding: 18px 12px 14px 13px;
  }

  .index-buy-box__inner:before {
    left: 16px;
  }

  .index-buy-box__title--sm {
    font-size: 1.6rem;
  }

  .index-buy-box__title--lg {
    font-size: 2.4rem;
  }

  .index-buy-box__item {
    font-size: 1.4rem;
  }

  .index-buy-box__item--highlight {
    font-size: 2rem;
  }

  .index-buy-item {
    width: 53.8%;
  }

  .index-buy-item__title {
    font-size: 1.6rem;
  }

  .index-buy-item__img {
    width: 70%;
  }

  .index-buy-item__items {
    padding: 22px 16px;
  }

  .index-buy-item__item {
    cursor: pointer;
    transition: opacity 0.3s;
  }

  .index-buy-item__item:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }

  .index-buy-item__button {
    margin-top: 12px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1232px) {
  .index-buy-box__inner:before {
    width: 6.389vw !important;
    height: 6.111vw !important;
  }

  .index-buy-box__title--lg {
    font-size: 1.389vw !important;
  }

  .index-buy-box__item {
    font-size: 0.972vw !important;
  }

  .index-buy-box__item--highlight {
    font-size: 1.389vw !important;
  }

  .index-buy-item__title {
    font-size: 1.51vw !important;
  }

  .index-buy-item__price {
    font-size: 0.833vw;
  }

  .index-buy-item__button {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .index-cardlist__list {
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .index-cardlist__item {
    width: 104px;
    min-width: 104px;
  }
}

/*# sourceMappingURL=maps/index.css.map */
/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */

/*!------------------------------------*\
    Base
\*!------------------------------------*/

.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */

.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/

.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/

.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/

.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/

.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding-top: 18px;
  padding-right: .75rem;
  padding-bottom: 30px;
  padding-left: .75rem;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #222;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/

/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/

.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
            transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }

  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }

  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/

.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */

.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
    display: none;
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
  }
}

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/

.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */

.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */

.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/

.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
@charset "euc-jp";
/*::::::::::::::::::::::::::::::::::::::::::::::::: LAYOUT :::::::::::::::::::::::::::::::::::::::::::::::::*/
 #wrapper {
     width: 100%;
     margin: auto;
     padding-top: 110px;
     background-color: #FFF;
}
 #contents {
     max-width: 1098px;
     margin: 0px auto 0;
}
 #top_content + #contents {
     display: none;
}
 .contents_inner {
     padding: 60px;
}
 .container {
     max-width: 1098px;
     width: 90%;
     margin: 30px auto 0;
     background: #fff;
}
 .flex {
     display: flex;
     flex-wrap: wrap;
}
 .item_list {
     display: flex;
     flex-wrap: wrap;
     margin: 0 -10px;
}
 .item_list li {
     width: calc( 100% / 5 - 20px);
     margin: 0 10px;
     margin-bottom: 20px;
}
 .item_lists > li > a {
     display: block;
}
 .item_lists > li > .txt_area {
     padding: 10px 5px;
}
/* CATEGORY LIST */
 .item_list.cat_list li {
     width: calc( 100% / 3 - 20px);
}
 #footer {
     margin-top: 98px
}
/*::::::::::::::::::::::::::::::::::::::::::::::::: TEXT :::::::::::::::::::::::::::::::::::::::::::::::::*/
 body {
     font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Noto Sans JP', YuGothicM, YuGothic, Meiryo, sans-serif;
}
 .bold {
     font-weight: bold;
}
 h2.heading {
     text-align: center;
     border-bottom: solid 1px #ccc;
}
 h3.heading {
     border-bottom: solid 1px #ccc;
     padding-bottom: 0.5em;
     margin-bottom: 1em;
     font-size: 20px;
}
 h2, h3, .heading {
     font-weight: bold;
     color: #000;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::: BTN & LINK :::::::::::::::::::::::::::::::::::::::::::::::::*/
 a:hover, :focus, .btn:hover {
     text-decoration: none;
     transition: all 0.3s;
     cursor: pointer;
}
 a:hover, a:focus, .btn:hover {
     opacity: 0.6;
}
 .btn_border {
     text-align: center;
     margin: 30px auto 90px;
     max-width: 500px;
     border: solid 4px #FFF;
     padding: 0.5em;
     border-radius: 3px;
     justify-content: center;
     display: flex;
     background: #ee031d;
     color:#FFF;
     font-size:150%;
     font-weight: bold;
     border-radius:50px;
     box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 1.0);
}
/* add20210315_ε ܥΥޥСǥεҤǤ */
 a.btn_border {
     color:#fff;
}
#delivery {
    padding-top: 20px;
    margin-top: -100px;
}
#payment, #info {
     padding-top: 100px;
     margin-top: -100px;
}
 #back_to_top {
     position: fixed;
     right: 60px;
     bottom: 24px;
     cursor: pointer;
     display: block;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::: COMMON :::::::::::::::::::::::::::::::::::::::::::::::::*/
/* add20210315_ε طʲ ֤ȹ2ĤΥ᡼ɤ߹Ǥޤ */
 .ec-layoutRole {
     /* background: url(../img/common/bg_mai_pipes.png); */
     background-size: cover;
}
 .p-shop__logo {
     width: 220px;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::: HEADER & NAV :::::::::::::::::::::::::::::::::::::::::::::::::*/
 #header {
     width: 100%;
     margin: auto;
     z-index: 10000;
     position: fixed;
     top: 0;
     background: #fff;
}
 #header .logo {
     position: absolute;
     width:300px;
     top: -5px;
     margin: auto;
}
 #header .ico_cart {
     margin-right: 8px;
}
 #header.js_scrollin {
     animation-duration: 0.5s;
     animation-name: slideDown;
}
 @keyframes slideDown {
     0% {
         transform: translateY(-100%);
    }
     100% {
         transform: translateY(0);
    }
}
/* GNAV */
 #header .shop_desc {
     font-size: 13px;
     background: #fff;
     padding: 5px 30px;
}
 .gnav {
     justify-content: space-between;
     background: #ce0000;
     padding: 14px 30px;
     align-items: center;
     align-content: center;
     box-shadow: 1px 3px 16px #23222221;
}
 .gnav a {
     color: #fff;
}
 .incart_count {
     background: rgba(0, 0, 0, 0.14);
     border-radius: 50%;
     height: 1.5em;
     width: 1.5em;
     line-height: 1.5;
     font-size: 13px;
     font-weight: bold;
     text-align: center;
     margin-left: 5px;
}
 .gnav .sub_nav {
     align-items: center;
}
 .gnav .sub_nav a {
     display: inline-flex;
     margin-left: 22px;
     color: #fff;
     font-weight: bold;
     align-items: center;
}
 .sub_nav span {
     font-weight: bold;
}
 .search_input {
     min-width: 198px;
     height: 40px;
     padding: 15px 11px 17px 51px;
     background: none;
     border: none;
     border-radius: 40px;
     color: #333;
     background: url(../img/common/ico_search.svg) no-repeat 10px 8px #fff;
     margin-left: 15px;
     font-size: 15px;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::: TOP--- SLIDE :::::::::::::::::::::::::::::::::::::::::::::::::*/
 #top_content {
     overflow: hidden;
}
 #mv .bx-wrapper {
     margin-bottom: 0 !important;
}
 .bx-wrapper .bx-viewport {
     overflow: visible !important;
     box-shadow: none !important;
     border: none !important;
     left: 0 !important;
}
 #slider > div {
     display: none;
}
 .bx-viewport #slider > div {
     display: block !important;
}
/* PAGER */
 #mv .bx-wrapper .bx-pager {
     color: #ce0000;
     bottom: -30px;
}
 #mv .bx-wrapper .bx-pager.bx-default-pager a {
     background: #ccc;
     width: 14px;
     height: 14px;
     border-radius: 50%;
     margin: 0 8px;
}
 #mv .bx-wrapper .bx-pager.bx-default-pager a:hover, #mv .bx-wrapper .bx-pager.bx-default-pager a.active {
     background: #ce0000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
 #mv .bx-wrapper .bx-controls-direction a {
     position: absolute;
     top: 50%;
     margin-top: -16px;
     width: 48px;
     height: 90px;
}
 #mv .bx-wrapper .bx-controls-direction .bx-prev {
     left: -35px;
     background: url(../img/common/prev.svg) no-repeat;
}
 #mv .bx-wrapper .bx-controls-direction .bx-next {
     right: -35px;
     background: url(../img/common/next.svg) no-repeat;
}
 #mv .bx-wrapper .bx-controls-direction a:hover {
     background-position: 0 0;
     opacity: 0.8;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::: TOP ---- CONTENTS :::::::::::::::::::::::::::::::::::::::::::::::::*/
 .ttl img {
     margin: auto;
     max-width: 380px;
}
 .sec_recommend, .sec_news, .sec_new_item {
     background: #fff;
     padding: 30px 0 30px;
}
/* RANK */
 .sec_rank {
     background: #fff;
     border-top: solid 1px #ddd;
     margin-top: 50px;
}
 .sec_rank .container {
     padding: 0 0;
     background-color: transparent;
}
 .sec_rank_inner {
     background: url(../img/common/bg_border_line.png) repeat-x 0 0 #ce0000;
     margin-top: 110px;
     padding: 40px 0;
}
 .sec_rank h2.ttl {
     margin-top: -140px;
}
 .rank_number {
     background: url(../img/common/ico_rank.png) no-repeat 0 0;
     padding-left: 50px;
     vertical-align: bottom;
     margin-bottom: 8px;
     font-family: 'Poppins';
     font-size: 18px;
     font-weight: bold;
}
 .rank_list_item {
     background: #fff;
     border-radius: 6px;
}
 .rank_list_item .txt_area {
     padding: 10px;
}
 .item_list .item_name {
     font-size: 14px;
}
 .item_list .item_price {
     text-align: right;
     font-weight: bold;
     font-size: 14px;
}
 .item_list .item_image {
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 25px;
}
/* CATEGORY */
 .sec_cate {
     padding-top: 30px;
     padding-bottom: 60px;
}
 .sec_cate .container {
     padding: 0 0;
     background-color: transparent;
}
/* NEWS */
 .news_date {
     display: block;
     width: 158px;
     font-size: 16px;
}
 .news_item {
     border-bottom: solid 1px #ccc;
     padding: 2em 1em;
     display: flex;
}
 .news_item a {
     text-decoration: underline;
}
 .news_detail {
     max-width: 628px;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::: FOOTER :::::::::::::::::::::::::::::::::::::::::::::::::*/
 .footer {
     background-image: url(../img/common/bg_pipes.png);
     border-top: solid 1px #ccc;
     background-size: cover;
     padding-top: 100px;
}
.footer_inner {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 30px;
}
 .footer_content {
     display: flex;
     align-items: center;
     justify-content: center;
}
 .footer_logo {
     margin-right: 30px;
     margin-top: 30px;
}
 .footer_logo img {
     max-width: 180px;
}
 .footer_nav {
     background-color: #FFF;
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     padding: 20px 10px;
}
 .footer .bn_kaitori {
     max-width: 724px;
     margin: auto;
     width: 100%;
}
 .footer_nav a {
     padding: 0 10px;
     font-size: 14px;
     font-weight: bold;
     border-right: solid 1px;
}
 .footer_nav li:last-child a {
     border-right: none;
}
 .copyright {
     font-size: 12px;
     text-align: center;
     background: #ce1900;
     color: #fff;
     font-weight: bold;
     padding: 5px;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::: PAGES :::::::::::::::::::::::::::::::::::::::::::::::::*/
/*:::::::::::::::::::::::::::::::: PRODUCT :::::::::::::::::::::::::::::::::*/
 .product_wrap {
     display: flex;
     justify-content: space-between;
}
 .product_desc_wrap {
     max-width: 600px;
     margin: 80px auto 30px;
}
 .product_exp {
     margin-bottom: 60px;
     word-break: break-all;
}
 .product_exp table {
     margin-bottom: 60px;
}
 #product {
     margin-bottom: 80px;
}
 .product_info_wrap {
     max-width: 350px;
}
 .topicpath-nav_wrap {
     margin-bottom: 27px;
}
 .product_info_inner {
     width: 100%;
     margin: 0;
     background: #fff;
     padding: 30px 0;
}
 .product-image {
     max-width: 500px;
     width: 100%;
}
 .product-image-main .mainImage {
     margin: auto;
}
 .product-image-thumb > ul {
     display: flex;
     flex-wrap: wrap;
     margin-right: -3px;
     margin-left: -3px;
}
 .product-image-thumb li {
     background: #fff;
     width: calc(100% / 4 - 6px);
     margin-left: 3px;
     margin-right: 3px;
     margin-top: 6px;
}
 .product-image-thumb li img {
     width: 100%;
     height: auto;
}
 .product_init_row_wrap {
     margin-bottom: 10px;
}
 .product_init_row_wrap .flex {
     justify-content: space-between;
     height: 48px;
     align-items: center;
     padding-left: 15px;
     padding-right: 15px;
     background: #F5F0F0;
}
 .product_item_name {
     margin-top: 11px;
}
 .product_num {
     background: transparent;
     border: 1px solid #bdbdbd;
     text-align: center;
     line-height: 1.5;
     width: 90px;
     height: 43px;
     line-height: 43px;
     font-size: 18px;
     font-weight: bold;
}
 input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
     opacity: 1;
     height: 40px;
}
 .init-list__detail-updw {
     margin: 0;
     padding-left: 0;
     vertical-align: middle;
     display: inline-flex;
     flex-direction: column;
     justify-content: space-between;
     height: 18px;
}
 .order-btn-list__unit .btn {
     background: #000;
     color: #fff;
     height: 48px;
     display: inline-block;
     font-size: 16px;
     padding: 0 .5em;
}
 .order_sec {
     margin-bottom: 20px
}
 .product_simple_exp {
     margin-bottom: 20px;
}
 .product_simple_exp li {
     border-bottom: solid 1px #95989A;
     padding: 3px;
     font-size: 12px;
}
 .product_item_name {
     font-size: 24px;
     margin-bottom: 1em;
     line-height: 1.2;
}
 .product__price {
     font-size: 18px;
     font-weight: bold;
     padding-bottom: 15px;
     text-align: right;
     display: inline-block;
}
 .product__stock-str {
     color: #ce1900;
     font-size: 14px;
}
 .product_price span {
     font-size: 14px;
     margin-left: 5px;
}
 .product_exp {
     margin-bottom: 0;
     border-bottom: solid 1px #ccc;
     border-top: solid 1px #ccc;
     padding-bottom: 50px;
     padding-top: 50px;
}
 .product_exp p {
     margin: 60px 0;
     font-size: 15px;
     text-align: justify;
}
 .product_price_name, .product_init_name, .pproduct_init_row_wrap dt {
     font-size: 16px;
}
 .product_item_model, .product_num, .product_exp table {
     font-size: 16px;
}
 .product_item_category a {
     font-size: 13px;
     border: solid 1px;
     display: inline-block;
     padding: 2px 5px;
     margin-bottom: 10px;
}
 .product_exp table th {
     border-bottom: solid 1px #95989A;
     border-top: solid 1px #95989A;
     padding: 1em;
     text-align: left;
     width: 14%;
}
 .product_exp table td {
     border-bottom: solid 1px #95989A;
     border-top: solid 1px #95989A;
     padding: 1em;
}
 .detail_links {
     font-size: 12px;
}
 .detail_links li {
     display: flex;
     align-items: baseline;
}
 .detail_links li:before {
     content: "\02022";
     padding-right: 2px;
}
 select::-ms-expand {
     display: none;
}
 .prduct_option select {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border: none;
     background-color: #f5f0f0;
     content: "";
     background-image: url(../images/ico_angle_down.svg);
     background-repeat: no-repeat;
     background-position: right 15px center;
     height: 30px;
     padding: 0 15px;
     line-height: 30px;
     width: 100%;
}
 .prduct_option_item {
     margin-bottom: 5px;
}
 .prduct_option_item:nth-child(2) {
     margin-bottom: 15px;
}
 @media only screen and (max-width: 600px) {
     .product_wrap {
         display: block;
    }
     .product_info_wrap {
         margin-top: 15px;
    }
     .product_info_inner {
         max-width: 100%;
    }
     .product_item_name {
         font-size: 20px;
         margin-bottom: 10px;
    }
     .product_price {
         font-size: 22px;
    }
     .product_price span {
         font-size: 12px;
    }
     .product-image {
         margin-bottom: 10px;
         width: auto;
         max-width: unset;
    }
     .product_exp table {
         font-size: 14px;
    }
     .product_exp table th {
         width: 22%;
         white-space: nowrap;
    }
     .product_desc_wrap {
         margin-left: 0;
         margin-top: 30px;
    }
     .product_exp p {
         margin: 30px 0;
    }
     .product_info_inner {
         padding: 30px 15px;
    }
     .product_price {
         margin-bottom: 10px;
    }
}
/*:::::::::::::::::::::::::::::::: ////// PRODUCT :::::::::::::::::::::::::::::::::*/
/* temp */
 .d_inline {
     display: inline;
}
/* font */
 .txt_l {
     text-align: left;
}
 .txt_c {
     text-align: center;
}
 .txt_r {
     text-align: right;
}
 .bold {
     font-weight: bold;
}
 .txt_10 {
     font-size: 10px;
}
 .txt_11 {
     font-size: 11px;
}
 .txt_12 {
     font-size: 12px;
}
 .txt_14 {
     font-size: 14px;
}
 .txt_15 {
     font-size: 15px;
}
 .txt_16 {
     font-size: 16px;
}
 .txt_18 {
     font-size: 18px;
}
 .txt_20 {
     font-size: 20px;
}
 .txt_24 {
     font-size: 24px;
}
 .txt_28 {
     font-size: 28px;
}
 h2.txt_28 {
     line-height: 1.8;
}
 .txt_c_333 {
     color: #333;
}
/* background */
 .bg_w {
     background-color: #fff;
}
/* margin */
 .mar_auto {
     margin: 0 auto;
}
 .mar_0 {
     margin: 0;
}
 .mar_t_0 {
     margin-top: 0;
}
 .mar_r_0 {
     margin-right: 0;
}
 .mar_b_0 {
     margin-bottom: 0;
}
 .mar_l_0 {
     margin-left: 0;
}
 .mar_5 {
     margin: 5px;
}
 .mar_t_5 {
     margin-top: 5px;
}
 .mar_r_5 {
     margin-right: 5px;
}
 .mar_b_5 {
     margin-bottom: 5px;
}
 .mar_l_5 {
     margin-left: 5px;
}
 .mar_t_10 {
     margin-top: 10px;
}
 .mar_r_10 {
     margin-right: 10px;
}
 .mar_b_10 {
     margin-bottom: 10px;
}
 .mar_l_10 {
     margin-left: 10px;
}
 .mar_t_20 {
     margin-top: 20px;
}
 .mar_r_20 {
     margin-right: 20px;
}
 .mar_b_20 {
     margin-bottom: 20px;
}
 .mar_l_20 {
     margin-left: 20px;
}
 .mar_t_30 {
     margin-top: 30px;
}
 .mar_r_30 {
     margin-right: 30px;
}
 .mar_b_30 {
     margin-bottom: 30px;
}
 .mar_l_30 {
     margin-left: 30px;
}
 .mar_t_50 {
     margin-top: 50px;
}
 .mar_r_50 {
     margin-right: 50px;
}
 .mar_b_50 {
     margin-bottom: 50px;
}
 .mar_l_50 {
     margin-left: 50px;
}
/* padding */
 .pad_v_10 {
     padding: 10px 0;
}
 .pad_v_20 {
     padding: 20px 0;
}
 .pad_v_30 {
     padding: 30px 0;
}
 .pad_0 {
     padding: 0;
}
 .pad_t_0 {
     padding-top: 0;
}
 .pad_r_0 {
     padding-right: 0;
}
 .pad_b_0 {
     padding-bottom: 0;
}
 .pad_l_0 {
     padding-left: 0;
}
 .pad_5 {
     padding: 5px;
}
 .pad_t_5 {
     padding-top: 5px;
}
 .pad_r_5 {
     padding-right: 5px;
}
 .pad_b_5 {
     padding-bottom: 5px;
}
 .pad_l_5 {
     padding-left: 5px;
}
 .pad_10 {
     padding: 10px;
}
 .pad_t_10 {
     padding-top: 10px;
}
 .pad_r_10 {
     padding-right: 10px;
}
 .pad_b_10 {
     padding-bottom: 10px;
}
 .pad_l_10 {
     padding-left: 10px;
}
 .pad_20 {
     padding: 20px;
}
 .pad_t_20 {
     padding-top: 20px;
}
 .pad_r_20 {
     padding-right: 20px;
}
 .pad_b_20 {
     padding-bottom: 20px;
}
 .pad_l_20 {
     padding-left: 20px;
}
 .pad_30 {
     padding: 30px
}
 .pad_t_30 {
     padding-top: 30px;
}
 .pad_r_30 {
     padding-right: 30px;
}
 .pad_b_30 {
     padding-bottom: 30px;
}
 .pad_l_30 {
     padding-left: 30px;
}
/* border */
 .bor_t_1 {
     border-top: 1px solid #AAA;
}
 .bor_r_1 {
     border-right: 1px solid #AAA;
}
 .bor_b_1 {
     border-bottom: 1px solid #AAA;
}
 .bor_l_1 {
     border-left: 1px solid #AAA;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::: RESPONSIVE :::::::::::::::::::::::::::::::::::::::::::::::::*/
/* --------------------------------------------------*/
 @media only screen and (min-width: 961px) {
     .pc_hidden {
         display: none;
    }
}
/* FOR SP ----------------------------------------- */
 @media only screen and (max-width: 960px) {
    /*-- -----------------------*/
     #contents .sec_body .sec_body_subttl, #back_to_top {
         display: none !important;
    }
    /*SP ---------------- */
     .sp_hidden {
         display: none;
    }
     .sp_b_center {
         margin: auto;
    }
     .sp_block {
         display: block;
    }
     .sp_t_center {
         text-align: center;
    }
     .sp_100 {
         width: 100%;
    }
     .item_list.cat_list li {
         width: 78%;
         margin-left: auto;
         margin-right: auto;
    }
    /*SP LAYOUT-----------------*/
     #wrapper {
         padding-top: 70px;
    }
     .container {
         padding: 0;
    }
     .item_list li {
         width: calc( 100% / 2 - 10px);
         margin: 0 5px 15px;
    }
     .item_list .item_name {
         font-size: 13px;
         line-height: 1.6;
         margin-bottom: 10px;
    }
    /*SP TOP-----------------*/
     .ttl img {
         width: 80%;
    }
     #mv .bx-wrapper .bx-pager {
         bottom: -20px;
    }
     #mv .bx-wrapper .bx-viewport {
         overflow: hidden !important;
    }
     #mv .bx-wrapper .bx-controls-direction a {
         display: none;
    }
     #mv .bx-wrapper .bx-pager.bx-default-pager a {
         width: 10px;
         height: 10px;
    }
     .sec_rank {
         margin-top: 30px;
    }
     .sec_rank_inner {
         margin-top: 60px;
    }
     .sec_rank h2.ttl {
         margin-top: -100px;
    }
    /*SP TEXT----------------- */
     h2, h3 {
         font-size: 20px;
         line-height: 1.5;
    }
     h2.heading.line {
         font-size: 20px;
         margin-bottom: 30px;
    }
     .mv_info_box .mv_info {
         font-size: 15px;
    }
    /*HEADER-----------------*/
     #header .logo {
         width: 160px;
         top: 5px;
         left: 50%;
         transform: translate(-50%, 0%);
    }
     #header .shop_desc {
         font-size: 10px;
         background: #fff;
         padding: 5px 10px;
         text-align: center;
         white-space: nowrap;
         transform: scale(0.9, 0.9);
    }
     #header .gnav {
         height: 60px;
         padding: 0 10px;
    }
     #header .view_cart_box {
         position: absolute;
         right: 8px;
    }
     #header .ico_cart {
         width: 20px;
    }
     #header .search_box {
         position: absolute;
         top: 104px;
    }
    /*:::::::::::::::::::::::::::::::::::: DRAWER HAMBURGER ::::::::::::::::::::::::::::::::::::*/
    /* drawer nav*/
     .drawer-hamburger {
         border-radius: 50%;
         height: 42px;
         width: 42px;
         padding: 8px;
         box-sizing: border-box;
         top: 10px;
         left: 10px !important;
         background: #fff;
    }
     .drawer-hamburger:hover {
         background-color: #fff;
    }
     .drawer-hamburger-icon {
         margin-top: 0;
    }
     .drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
         background-color: #ce0000;
    }
     .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
         top: -8px;
    }
     .drawer-hamburger-icon:after {
         top: 8px;
    }
     .drawer-nav {
         padding-top: 90px;
         width: 100%
    }
     .drawer--left .drawer-nav {
         left: -100%;
    }
     .drawer--left.drawer-open .drawer-nav {
         background-color: #ce0000;
    }
    /* drawer NAV*/
     .d_nav {
         max-width: 300px;
         margin: auto;
    }
     .d_nav a {
         font-size: 14px;
         color: #fff;
         font-weight: bold;
         border-bottom: solid 1px #fff;
         display: block;
         padding: 10px;
    }
     .d_nav .js_ac_menu dd {
         display: none;
    }
     .d_nav_ttl {
         background-color: #fff;
         padding: .5em 1em;
         margin-bottom: 5px;
         position: relative;
    }
     .d_nav_lists {
         padding: 1em 5px;
    }
     .d_nav_lists > li {
         padding-bottom: 1em;
    }
     .d_nav_ttl:before, .d_nav_ttl:after {
         content: "";
         position: absolute;
         top: 50%;
         right: 15px;
         width: 15px;
         height: 1px;
         display: block;
         background: #000;
    }
     .d_nav_ttl:before {
         transform: rotate(90deg);
    }
     .d_nav_ttl.active:before {
         transform: rotate(0deg);
    }
     .d_nav_sec .sub_nav a {
         margin-bottom: 25px;
         margin-left: 0;
    }
     .header_gnav .d_nav_sec:first-child dd {
         overflow: hidden;
         display: block;
    }
     .header_gnav .d_nav_sec:first-child .d_nav_ttl:before {
         transform: rotate(0deg);
    }
     .header_gnav .d_nav_sec:first-child .d_nav_ttl.active:before {
         transform: rotate(90deg);
    }
    /*FOOTER-----------------*/
     .footer_nav_sns {
         display: flex;
         justify-content: center;
    }
    /*TOP MV -----------------*/
     .mv_info_box {
         width: 64vw;
         padding: 10px 20px 10px 10px;
         bottom: 20px;
         left: 6%;
         border-radius: 8px;
    }
     .intro_sub_txt {
         font-size: 13px;
         margin-bottom: 1em;
         text-align: center;
    }
     .scrollbox {
         position: absolute;
         bottom: 25px;
         left: 90%;
         transform: none;
    }
     .ico_more_white:after {
         right: 10px;
         bottom: 20px;
    }
    /*TOP ITEM & NEWS -----------------*/
     .item_lists.item_col .item_image {
         margin-bottom: 15px;
    }
     .item_row {
         padding: 6%;
    }
     .design .item_image {
         margin: 0px auto 15px;
    }
     .feature .item_col li {
         margin-bottom: 10px;
    }
     .news_item {
         padding: 2em 0;
         display: block;
    }
     .link.more {
         margin-top: 1em;
    }
     .feature .item_lists a {
         font-size: 16px;
    }
    /*FOOTER -----------------*/
     .footer_inner {
         padding: 0 5%;
    }
     .footer_content {
         display: block;
    }
     .footer_logo {
         display: none;
    }
    /*RECCOMMEND -----------------*/
     .item_group.recommend .item_exp {
         font-size: 11px;
         line-height: 1.5;
    }
     .item_group.recommend .item_name, .item_group.recommend .item_price, .item_group.recommend .item_category {
         font-size: 12px;
    }
     .item_group.recommend .item_name, .item_group.recommend .item_price {
         line-height: 1.4;
    }
     .item_group.recommend .item_category {
         line-height: 1.4;
    }
     .recommend .item_lists.item_col .item_image {
         margin-bottom: 0;
    }
     .topicpath-nav_wrap {
         margin-bottom: 16px;
    }
}
