@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #393c41;
  transition: z-index 0ms 5.28455ms;
  background: #fff;
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a img {
  transition: 0.7s;
}
a img:hover {
  opacity: 0.7;
}

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: 26px;
  font-weight: normal;
  color: #525263;
}
@media only screen and (min-width: 1024px) {
  .ec-headingTitle {
    font-size: 32px;
  }
}

/*
ページヘッダ

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

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

Markup:
.ec-pageHeader
  h1 利用規約

Styleguide 1.1.2
*/
.ec-pageHeader h1 {
  margin: 10px auto 1.3em !important;
  font-size: 21px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .ec-pageHeader h1 {
    margin: 60px auto 1.3em !important;
    font-size: 32px;
  }
}

/*
サブ見出し

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

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;
}
@media only screen and (min-width: 1024px) {
  .ec-heading-bold {
    font-size: 18px;
  }
}

/*
背景付き見出し

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

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;
}
@media only screen and (min-width: 1024px) {
  .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-weight: bold;
  font-size: 24px;
}
@media only screen and (min-width: 1024px) {
  .ec-reportHeading h1, .ec-reportHeading h2, .ec-reportHeading h3,
  .ec-reportHeading h4, .ec-reportHeading h5, .ec-reportHeading h6, .ec-reportHeading p {
    font-size: 32px;
  }
}

/**
メディアクエリ
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: #004161;
  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;
}
@media only screen and (min-width: 1024px) {
  .ec-price .ec-price__unit {
    font-size: 1em;
  }
}
.ec-price .ec-price__price {
  display: inline-block;
  padding: 0 0.3em;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .ec-price .ec-price__price {
    font-size: 1em;
  }
}
.ec-price .ec-price__tax {
  font-size: 10px;
}
@media only screen and (min-width: 1024px) {
  .ec-price .ec-price__tax {
    font-size: 0.57em;
  }
}

/*
テキストの位置

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

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;
}
@media only screen and (min-width: 1024px) {
  .ec-borderedDefs dl {
    flex-wrap: nowrap;
    padding: 15px 0 4px;
  }
}
.ec-borderedDefs dt, .ec-borderedDefs dd {
  padding: 0;
}
.ec-borderedDefs dt {
  font-weight: normal;
  width: 100%;
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  .ec-borderedDefs dt {
    padding-top: 14px;
    width: 30%;
  }
}
.ec-borderedDefs dd {
  padding: 0;
  width: 100%;
  line-height: 2.5;
}
@media only screen and (min-width: 1024px) {
  .ec-borderedDefs dd {
    width: 70%;
    line-height: 3;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-list-chilled dt, .ec-list-chilled dd {
    padding: 16px 0;
  }
}
.ec-list-chilled dt {
  width: 30%;
}
.ec-list-chilled dd {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .ec-list-chilled dd {
    padding: 16px;
  }
}

/*
ボーダーリスト

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

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;
}
@media only screen and (min-width: 1024px) {
  .ec-borderedList {
    border-top: 1px dotted #ccc;
  }
}
.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: 500;
  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.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #333;
  background-color: #e0e0e0;
  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: #333;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.ec-inlineBtn:focus, .ec-inlineBtn.focus {
  color: #333;
  background-color: #c7c7c7;
  border-color: #8c8c8c;
}
.ec-inlineBtn:hover {
  color: #333;
  background-color: #c7c7c7;
  border-color: #adadad;
}
.ec-inlineBtn:active, .ec-inlineBtn.active, .open > .ec-inlineBtn.dropdown-toggle {
  color: #333;
  background-color: #c7c7c7;
  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: #333;
  background-color: #b5b5b5;
  border-color: #8c8c8c;
}
.ec-inlineBtn:active, .ec-inlineBtn.active, .open > .ec-inlineBtn.dropdown-toggle {
  background-image: none;
}
.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: #e0e0e0;
  border-color: #ccc;
}
.ec-inlineBtn .badge {
  color: #e0e0e0;
  background-color: #333;
}
.ec-inlineBtn .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

.ec-inlineBtn--primary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  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.428571429;
  border-radius: 0px;
  -webkit-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: #333;
  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;
  opacity: 0.65;
  filter: alpha(opacity=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;
  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:active, .ec-inlineBtn--primary.active, .open > .ec-inlineBtn--primary.dropdown-toggle {
  background-image: none;
}
.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: 500;
  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.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #8b151e;
  border-color: #8b151e;
}
.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:hover, .ec-inlineBtn--action:focus, .ec-inlineBtn--action.focus {
  color: #333;
  text-decoration: none;
}
.ec-inlineBtn--action:active, .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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.ec-inlineBtn--action:focus, .ec-inlineBtn--action.focus {
  color: #fff;
  background-color: #5f0e14;
  border-color: #1c0406;
}
.ec-inlineBtn--action:hover {
  color: #fff;
  background-color: #5f0e14;
  border-color: #560d13;
}
.ec-inlineBtn--action:active, .ec-inlineBtn--action.active, .open > .ec-inlineBtn--action.dropdown-toggle {
  color: #fff;
  background-color: #5f0e14;
  border-color: #560d13;
}
.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: #400a0e;
  border-color: #1c0406;
}
.ec-inlineBtn--action:active, .ec-inlineBtn--action.active, .open > .ec-inlineBtn--action.dropdown-toggle {
  background-image: none;
}
.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: #8b151e;
  border-color: #8b151e;
}
.ec-inlineBtn--action .badge {
  color: #8b151e;
  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: 500;
  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.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #333;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}
.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:hover, .ec-inlineBtn--cancel:focus, .ec-inlineBtn--cancel.focus {
  color: #333;
  text-decoration: none;
}
.ec-inlineBtn--cancel:active, .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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.ec-inlineBtn--cancel:focus, .ec-inlineBtn--cancel.focus {
  color: #333;
  background-color: #c7c7c7;
  border-color: #a0a0a0;
}
.ec-inlineBtn--cancel:hover {
  color: #333;
  background-color: #c7c7c7;
  border-color: #c1c1c1;
}
.ec-inlineBtn--cancel:active, .ec-inlineBtn--cancel.active, .open > .ec-inlineBtn--cancel.dropdown-toggle {
  color: #333;
  background-color: #c7c7c7;
  border-color: #c1c1c1;
}
.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: #333;
  background-color: #b5b5b5;
  border-color: #a0a0a0;
}
.ec-inlineBtn--cancel:active, .ec-inlineBtn--cancel.active, .open > .ec-inlineBtn--cancel.dropdown-toggle {
  background-image: none;
}
.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: #e0e0e0;
  border-color: #e0e0e0;
}
.ec-inlineBtn--cancel .badge {
  color: #e0e0e0;
  background-color: #333;
}
.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: 500;
  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.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #333;
  background-color: #e0e0e0;
  border-color: #ccc;
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  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: #333;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.ec-blockBtn:focus, .ec-blockBtn.focus {
  color: #333;
  background-color: #c7c7c7;
  border-color: #8c8c8c;
}
.ec-blockBtn:hover {
  color: #333;
  background-color: #c7c7c7;
  border-color: #adadad;
}
.ec-blockBtn:active, .ec-blockBtn.active, .open > .ec-blockBtn.dropdown-toggle {
  color: #333;
  background-color: #c7c7c7;
  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: #333;
  background-color: #b5b5b5;
  border-color: #8c8c8c;
}
.ec-blockBtn:active, .ec-blockBtn.active, .open > .ec-blockBtn.dropdown-toggle {
  background-image: none;
}
.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: #e0e0e0;
  border-color: #ccc;
}
.ec-blockBtn .badge {
  color: #e0e0e0;
  background-color: #333;
}
.ec-blockBtn .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

.ec-blockBtn--primary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  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.428571429;
  border-radius: 0px;
  -webkit-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: 48px;
  line-height: 48px;
  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: #333;
  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;
  opacity: 0.65;
  filter: alpha(opacity=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;
  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:active, .ec-blockBtn--primary.active, .open > .ec-blockBtn--primary.dropdown-toggle {
  background-image: none;
}
.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: 500;
  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.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #8b151e;
  border-color: #8b151e;
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
}
.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: #333;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.ec-blockBtn--action:focus, .ec-blockBtn--action.focus {
  color: #fff;
  background-color: #5f0e14;
  border-color: #1c0406;
}
.ec-blockBtn--action:hover {
  color: #fff;
  background-color: #5f0e14;
  border-color: #560d13;
}
.ec-blockBtn--action:active, .ec-blockBtn--action.active, .open > .ec-blockBtn--action.dropdown-toggle {
  color: #fff;
  background-color: #5f0e14;
  border-color: #560d13;
}
.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: #400a0e;
  border-color: #1c0406;
}
.ec-blockBtn--action:active, .ec-blockBtn--action.active, .open > .ec-blockBtn--action.dropdown-toggle {
  background-image: none;
}
.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: #8b151e;
  border-color: #8b151e;
}
.ec-blockBtn--action .badge {
  color: #8b151e;
  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: 500;
  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.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #333;
  background-color: #e0e0e0;
  border-color: #e0e0e0;
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  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: #333;
  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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.ec-blockBtn--cancel:focus, .ec-blockBtn--cancel.focus {
  color: #333;
  background-color: #c7c7c7;
  border-color: #a0a0a0;
}
.ec-blockBtn--cancel:hover {
  color: #333;
  background-color: #c7c7c7;
  border-color: #c1c1c1;
}
.ec-blockBtn--cancel:active, .ec-blockBtn--cancel.active, .open > .ec-blockBtn--cancel.dropdown-toggle {
  color: #333;
  background-color: #c7c7c7;
  border-color: #c1c1c1;
}
.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: #333;
  background-color: #b5b5b5;
  border-color: #a0a0a0;
}
.ec-blockBtn--cancel:active, .ec-blockBtn--cancel.active, .open > .ec-blockBtn--cancel.dropdown-toggle {
  background-image: none;
}
.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: #e0e0e0;
  border-color: #e0e0e0;
}
.ec-blockBtn--cancel .badge {
  color: #e0e0e0;
  background-color: #333;
}
.ec-blockBtn--cancel .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

.ec-blockBtn--blue {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  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.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #004161;
  border-color: #004161;
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
}
.ec-blockBtn--blue:focus, .ec-blockBtn--blue.focus, .ec-blockBtn--blue:active:focus, .ec-blockBtn--blue:active.focus, .ec-blockBtn--blue.active:focus, .ec-blockBtn--blue.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-blockBtn--blue:hover, .ec-blockBtn--blue:focus, .ec-blockBtn--blue.focus {
  color: #333;
  text-decoration: none;
}
.ec-blockBtn--blue:active, .ec-blockBtn--blue.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-blockBtn--blue.disabled, .ec-blockBtn--blue[disabled], fieldset[disabled] .ec-blockBtn--blue {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.ec-blockBtn--blue:focus, .ec-blockBtn--blue.focus {
  color: #fff;
  background-color: #001f2e;
  border-color: black;
}
.ec-blockBtn--blue:hover {
  color: #fff;
  background-color: #001f2e;
  border-color: #001824;
}
.ec-blockBtn--blue:active, .ec-blockBtn--blue.active, .open > .ec-blockBtn--blue.dropdown-toggle {
  color: #fff;
  background-color: #001f2e;
  border-color: #001824;
}
.ec-blockBtn--blue:active:hover, .ec-blockBtn--blue:active:focus, .ec-blockBtn--blue:active.focus, .ec-blockBtn--blue.active:hover, .ec-blockBtn--blue.active:focus, .ec-blockBtn--blue.active.focus, .open > .ec-blockBtn--blue.dropdown-toggle:hover, .open > .ec-blockBtn--blue.dropdown-toggle:focus, .open > .ec-blockBtn--blue.dropdown-toggle.focus {
  color: #fff;
  background-color: #00070a;
  border-color: black;
}
.ec-blockBtn--blue:active, .ec-blockBtn--blue.active, .open > .ec-blockBtn--blue.dropdown-toggle {
  background-image: none;
}
.ec-blockBtn--blue.disabled:hover, .ec-blockBtn--blue.disabled:focus, .ec-blockBtn--blue.disabled.focus, .ec-blockBtn--blue[disabled]:hover, .ec-blockBtn--blue[disabled]:focus, .ec-blockBtn--blue[disabled].focus, fieldset[disabled] .ec-blockBtn--blue:hover, fieldset[disabled] .ec-blockBtn--blue:focus, fieldset[disabled] .ec-blockBtn--blue.focus {
  background-color: #004161;
  border-color: #004161;
}
.ec-blockBtn--blue .badge {
  color: #004161;
  background-color: #fff;
}
.ec-blockBtn--blue .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: -0.5em;
  margin-left: -0.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;
}
@media only screen and (min-width: 1024px) {
  .ec-blockTopBtn {
    right: 30px;
    bottom: 30px;
  }
}

/**
メディアクエリ
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-birth input[type=search], .ec-select input[type=search], .ec-telInput input[type=search], .ec-zipInput input[type=search], .ec-numberInput input[type=search], .ec-halfInput input[type=search] {
  box-sizing: border-box;
}
.ec-input input[type=radio], .ec-birth input[type=radio], .ec-select input[type=radio], .ec-telInput input[type=radio], .ec-zipInput input[type=radio], .ec-numberInput input[type=radio], .ec-halfInput input[type=radio],
.ec-input input[type=checkbox],
.ec-birth input[type=checkbox],
.ec-select input[type=checkbox],
.ec-telInput input[type=checkbox],
.ec-zipInput input[type=checkbox],
.ec-numberInput input[type=checkbox],
.ec-halfInput input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
.ec-input input[type=file], .ec-birth input[type=file], .ec-select input[type=file], .ec-telInput input[type=file], .ec-zipInput input[type=file], .ec-numberInput input[type=file], .ec-halfInput input[type=file] {
  display: block;
}
.ec-input input[type=range], .ec-birth input[type=range], .ec-select input[type=range], .ec-telInput input[type=range], .ec-zipInput input[type=range], .ec-numberInput input[type=range], .ec-halfInput input[type=range] {
  display: block;
  width: 100%;
}
.ec-input select[multiple], .ec-birth select[multiple], .ec-select select[multiple], .ec-telInput select[multiple], .ec-zipInput select[multiple], .ec-numberInput select[multiple], .ec-halfInput select[multiple],
.ec-input select[size],
.ec-birth select[size],
.ec-select select[size],
.ec-telInput select[size],
.ec-zipInput select[size],
.ec-numberInput select[size],
.ec-halfInput select[size] {
  height: auto;
}
.ec-input input[type=file]:focus, .ec-birth input[type=file]:focus, .ec-select input[type=file]:focus, .ec-telInput input[type=file]:focus, .ec-zipInput input[type=file]:focus, .ec-numberInput input[type=file]:focus, .ec-halfInput input[type=file]:focus,
.ec-input input[type=radio]:focus,
.ec-birth input[type=radio]:focus,
.ec-select input[type=radio]:focus,
.ec-telInput input[type=radio]:focus,
.ec-zipInput input[type=radio]:focus,
.ec-numberInput input[type=radio]:focus,
.ec-halfInput input[type=radio]:focus,
.ec-input input[type=checkbox]:focus,
.ec-birth input[type=checkbox]:focus,
.ec-select input[type=checkbox]:focus,
.ec-telInput input[type=checkbox]:focus,
.ec-zipInput input[type=checkbox]:focus,
.ec-numberInput input[type=checkbox]:focus,
.ec-halfInput input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-input input, .ec-birth input, .ec-select input, .ec-telInput input, .ec-zipInput input, .ec-numberInput input, .ec-halfInput input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  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: 0;
}
.ec-input input:focus, .ec-birth input:focus, .ec-select input:focus, .ec-telInput input:focus, .ec-zipInput input:focus, .ec-numberInput input:focus, .ec-halfInput 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-birth input::-moz-placeholder, .ec-select input::-moz-placeholder, .ec-telInput input::-moz-placeholder, .ec-zipInput input::-moz-placeholder, .ec-numberInput input::-moz-placeholder, .ec-halfInput input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ec-input input:-ms-input-placeholder, .ec-birth input:-ms-input-placeholder, .ec-select input:-ms-input-placeholder, .ec-telInput input:-ms-input-placeholder, .ec-zipInput input:-ms-input-placeholder, .ec-numberInput input:-ms-input-placeholder, .ec-halfInput input:-ms-input-placeholder {
  color: #999;
}
.ec-input input::-webkit-input-placeholder, .ec-birth input::-webkit-input-placeholder, .ec-select input::-webkit-input-placeholder, .ec-telInput input::-webkit-input-placeholder, .ec-zipInput input::-webkit-input-placeholder, .ec-numberInput input::-webkit-input-placeholder, .ec-halfInput input::-webkit-input-placeholder {
  color: #999;
}
.ec-input input::-ms-expand, .ec-birth input::-ms-expand, .ec-select input::-ms-expand, .ec-telInput input::-ms-expand, .ec-zipInput input::-ms-expand, .ec-numberInput input::-ms-expand, .ec-halfInput input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.ec-input input[disabled], .ec-birth input[disabled], .ec-select input[disabled], .ec-telInput input[disabled], .ec-zipInput input[disabled], .ec-numberInput input[disabled], .ec-halfInput input[disabled], .ec-input input[readonly], .ec-birth input[readonly], .ec-select input[readonly], .ec-telInput input[readonly], .ec-zipInput input[readonly], .ec-numberInput input[readonly], .ec-halfInput input[readonly], fieldset[disabled] .ec-input input, fieldset[disabled] .ec-birth input, fieldset[disabled] .ec-select input, fieldset[disabled] .ec-telInput input, fieldset[disabled] .ec-zipInput input, fieldset[disabled] .ec-numberInput input, fieldset[disabled] .ec-halfInput input {
  background-color: #eeeeee;
  opacity: 1;
}
.ec-input input[disabled], .ec-birth input[disabled], .ec-select input[disabled], .ec-telInput input[disabled], .ec-zipInput input[disabled], .ec-numberInput input[disabled], .ec-halfInput input[disabled], fieldset[disabled] .ec-input input, fieldset[disabled] .ec-birth input, fieldset[disabled] .ec-select input, fieldset[disabled] .ec-telInput input, fieldset[disabled] .ec-zipInput input, fieldset[disabled] .ec-numberInput input, fieldset[disabled] .ec-halfInput input {
  cursor: not-allowed;
}
.ec-input select, .ec-birth select, .ec-select select, .ec-telInput select, .ec-zipInput select, .ec-numberInput select, .ec-halfInput select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  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: 0;
}
.ec-input select:focus, .ec-birth select:focus, .ec-select select:focus, .ec-telInput select:focus, .ec-zipInput select:focus, .ec-numberInput select:focus, .ec-halfInput 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-birth select::-moz-placeholder, .ec-select select::-moz-placeholder, .ec-telInput select::-moz-placeholder, .ec-zipInput select::-moz-placeholder, .ec-numberInput select::-moz-placeholder, .ec-halfInput select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ec-input select:-ms-input-placeholder, .ec-birth select:-ms-input-placeholder, .ec-select select:-ms-input-placeholder, .ec-telInput select:-ms-input-placeholder, .ec-zipInput select:-ms-input-placeholder, .ec-numberInput select:-ms-input-placeholder, .ec-halfInput select:-ms-input-placeholder {
  color: #999;
}
.ec-input select::-webkit-input-placeholder, .ec-birth select::-webkit-input-placeholder, .ec-select select::-webkit-input-placeholder, .ec-telInput select::-webkit-input-placeholder, .ec-zipInput select::-webkit-input-placeholder, .ec-numberInput select::-webkit-input-placeholder, .ec-halfInput select::-webkit-input-placeholder {
  color: #999;
}
.ec-input select::-ms-expand, .ec-birth select::-ms-expand, .ec-select select::-ms-expand, .ec-telInput select::-ms-expand, .ec-zipInput select::-ms-expand, .ec-numberInput select::-ms-expand, .ec-halfInput select::-ms-expand {
  border: 0;
  background-color: transparent;
}
.ec-input select[disabled], .ec-birth select[disabled], .ec-select select[disabled], .ec-telInput select[disabled], .ec-zipInput select[disabled], .ec-numberInput select[disabled], .ec-halfInput select[disabled], .ec-input select[readonly], .ec-birth select[readonly], .ec-select select[readonly], .ec-telInput select[readonly], .ec-zipInput select[readonly], .ec-numberInput select[readonly], .ec-halfInput select[readonly], fieldset[disabled] .ec-input select, fieldset[disabled] .ec-birth select, fieldset[disabled] .ec-select select, fieldset[disabled] .ec-telInput select, fieldset[disabled] .ec-zipInput select, fieldset[disabled] .ec-numberInput select, fieldset[disabled] .ec-halfInput select {
  background-color: #eeeeee;
  opacity: 1;
}
.ec-input select[disabled], .ec-birth select[disabled], .ec-select select[disabled], .ec-telInput select[disabled], .ec-zipInput select[disabled], .ec-numberInput select[disabled], .ec-halfInput select[disabled], fieldset[disabled] .ec-input select, fieldset[disabled] .ec-birth select, fieldset[disabled] .ec-select select, fieldset[disabled] .ec-telInput select, fieldset[disabled] .ec-zipInput select, fieldset[disabled] .ec-numberInput select, fieldset[disabled] .ec-halfInput select {
  cursor: not-allowed;
}
.ec-input textarea, .ec-birth textarea, .ec-select textarea, .ec-telInput textarea, .ec-zipInput textarea, .ec-numberInput textarea, .ec-halfInput textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  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: 0;
}
.ec-input textarea:focus, .ec-birth textarea:focus, .ec-select textarea:focus, .ec-telInput textarea:focus, .ec-zipInput textarea:focus, .ec-numberInput textarea:focus, .ec-halfInput 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-birth textarea::-moz-placeholder, .ec-select textarea::-moz-placeholder, .ec-telInput textarea::-moz-placeholder, .ec-zipInput textarea::-moz-placeholder, .ec-numberInput textarea::-moz-placeholder, .ec-halfInput textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ec-input textarea:-ms-input-placeholder, .ec-birth textarea:-ms-input-placeholder, .ec-select textarea:-ms-input-placeholder, .ec-telInput textarea:-ms-input-placeholder, .ec-zipInput textarea:-ms-input-placeholder, .ec-numberInput textarea:-ms-input-placeholder, .ec-halfInput textarea:-ms-input-placeholder {
  color: #999;
}
.ec-input textarea::-webkit-input-placeholder, .ec-birth textarea::-webkit-input-placeholder, .ec-select textarea::-webkit-input-placeholder, .ec-telInput textarea::-webkit-input-placeholder, .ec-zipInput textarea::-webkit-input-placeholder, .ec-numberInput textarea::-webkit-input-placeholder, .ec-halfInput textarea::-webkit-input-placeholder {
  color: #999;
}
.ec-input textarea::-ms-expand, .ec-birth textarea::-ms-expand, .ec-select textarea::-ms-expand, .ec-telInput textarea::-ms-expand, .ec-zipInput textarea::-ms-expand, .ec-numberInput textarea::-ms-expand, .ec-halfInput textarea::-ms-expand {
  border: 0;
  background-color: transparent;
}
.ec-input textarea[disabled], .ec-birth textarea[disabled], .ec-select textarea[disabled], .ec-telInput textarea[disabled], .ec-zipInput textarea[disabled], .ec-numberInput textarea[disabled], .ec-halfInput textarea[disabled], .ec-input textarea[readonly], .ec-birth textarea[readonly], .ec-select textarea[readonly], .ec-telInput textarea[readonly], .ec-zipInput textarea[readonly], .ec-numberInput textarea[readonly], .ec-halfInput textarea[readonly], fieldset[disabled] .ec-input textarea, fieldset[disabled] .ec-birth textarea, fieldset[disabled] .ec-select textarea, fieldset[disabled] .ec-telInput textarea, fieldset[disabled] .ec-zipInput textarea, fieldset[disabled] .ec-numberInput textarea, fieldset[disabled] .ec-halfInput textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.ec-input textarea[disabled], .ec-birth textarea[disabled], .ec-select textarea[disabled], .ec-telInput textarea[disabled], .ec-zipInput textarea[disabled], .ec-numberInput textarea[disabled], .ec-halfInput textarea[disabled], fieldset[disabled] .ec-input textarea, fieldset[disabled] .ec-birth textarea, fieldset[disabled] .ec-select textarea, fieldset[disabled] .ec-telInput textarea, fieldset[disabled] .ec-zipInput textarea, fieldset[disabled] .ec-numberInput textarea, fieldset[disabled] .ec-halfInput textarea {
  cursor: not-allowed;
}
.ec-input input:focus, .ec-birth input:focus, .ec-select input:focus, .ec-telInput input:focus, .ec-zipInput input:focus, .ec-numberInput input:focus, .ec-halfInput input:focus,
.ec-input textarea:focus,
.ec-birth textarea:focus,
.ec-select textarea:focus,
.ec-telInput textarea:focus,
.ec-zipInput textarea:focus,
.ec-numberInput textarea:focus,
.ec-halfInput textarea:focus {
  box-shadow: none;
  border-color: #3c8dbc;
}
.ec-input input, .ec-birth input, .ec-select input, .ec-telInput input, .ec-zipInput input, .ec-numberInput input, .ec-halfInput input {
  height: 40px;
  margin-bottom: 10px;
  border: solid 1px #e3e3e3;
}
@media only screen and (min-width: 1024px) {
  .ec-input input, .ec-birth input, .ec-select input, .ec-telInput input, .ec-zipInput input, .ec-numberInput input, .ec-halfInput input {
    margin-bottom: 16px;
  }
}
.ec-input textarea, .ec-birth textarea, .ec-select textarea, .ec-telInput textarea, .ec-zipInput textarea, .ec-numberInput textarea, .ec-halfInput textarea {
  height: auto;
  min-height: 100px;
}
.ec-input p, .ec-birth p, .ec-select p, .ec-telInput p, .ec-zipInput p, .ec-numberInput p, .ec-halfInput p {
  line-height: 1.4;
}
.ec-input .ec-errorMessage, .ec-birth .ec-errorMessage, .ec-select .ec-errorMessage, .ec-telInput .ec-errorMessage, .ec-zipInput .ec-errorMessage, .ec-numberInput .ec-errorMessage, .ec-halfInput .ec-errorMessage {
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #de5d50;
}

.error.ec-input input, .error.ec-birth input, .error.ec-select input, .error.ec-telInput input, .error.ec-zipInput input, .error.ec-numberInput input, .error.ec-halfInput input, .error.ec-input select, .error.ec-birth select, .error.ec-select select, .error.ec-telInput select, .error.ec-zipInput select, .error.ec-numberInput select, .error.ec-halfInput select {
  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%;
}
@media only screen and (min-width: 1024px) {
  .ec-halfInput input[type=text] {
    margin-left: 15px;
    width: 45%;
  }
}
.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] {
  margin: 4px 4px 6px;
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 70px;
  text-align: center;
  border: 1px solid #736357;
  border-radius: 0;
}
.ec-numberInput span {
  font-size: 13px;
}

/*
郵便番号フォーム

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

内部に 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: #004161;
  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-birth input[type=search], .ec-select input[type=search], .ec-halfInput input[type=search], .ec-numberInput input[type=search], .ec-zipInput input[type=search], .ec-telInput input[type=search] {
  box-sizing: border-box;
}
.ec-input input[type=radio], .ec-birth input[type=radio], .ec-select input[type=radio], .ec-halfInput input[type=radio], .ec-numberInput input[type=radio], .ec-zipInput input[type=radio], .ec-telInput input[type=radio],
.ec-input input[type=checkbox],
.ec-birth input[type=checkbox],
.ec-select input[type=checkbox],
.ec-halfInput input[type=checkbox],
.ec-numberInput input[type=checkbox],
.ec-zipInput input[type=checkbox],
.ec-telInput input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
.ec-input input[type=file], .ec-birth input[type=file], .ec-select input[type=file], .ec-halfInput input[type=file], .ec-numberInput input[type=file], .ec-zipInput input[type=file], .ec-telInput input[type=file] {
  display: block;
}
.ec-input input[type=range], .ec-birth input[type=range], .ec-select input[type=range], .ec-halfInput input[type=range], .ec-numberInput input[type=range], .ec-zipInput input[type=range], .ec-telInput input[type=range] {
  display: block;
  width: 100%;
}
.ec-input select[multiple], .ec-birth select[multiple], .ec-select select[multiple], .ec-halfInput select[multiple], .ec-numberInput select[multiple], .ec-zipInput select[multiple], .ec-telInput select[multiple],
.ec-input select[size],
.ec-birth select[size],
.ec-select select[size],
.ec-halfInput select[size],
.ec-numberInput select[size],
.ec-zipInput select[size],
.ec-telInput select[size] {
  height: auto;
}
.ec-input input[type=file]:focus, .ec-birth input[type=file]:focus, .ec-select 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-input input[type=radio]:focus,
.ec-birth input[type=radio]:focus,
.ec-select 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-input input[type=checkbox]:focus,
.ec-birth input[type=checkbox]:focus,
.ec-select 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 {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  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: 0;
}
.ec-input input:focus, .ec-birth input:focus, .ec-select input:focus, .ec-halfInput input:focus, .ec-numberInput input:focus, .ec-zipInput input:focus, .ec-telInput 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-birth input::-moz-placeholder, .ec-select input::-moz-placeholder, .ec-halfInput input::-moz-placeholder, .ec-numberInput input::-moz-placeholder, .ec-zipInput input::-moz-placeholder, .ec-telInput input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ec-input input:-ms-input-placeholder, .ec-birth input:-ms-input-placeholder, .ec-select 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 {
  color: #999;
}
.ec-input input::-webkit-input-placeholder, .ec-birth input::-webkit-input-placeholder, .ec-select 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 {
  color: #999;
}
.ec-input input::-ms-expand, .ec-birth input::-ms-expand, .ec-select input::-ms-expand, .ec-halfInput input::-ms-expand, .ec-numberInput input::-ms-expand, .ec-zipInput input::-ms-expand, .ec-telInput input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.ec-input input[disabled], .ec-birth input[disabled], .ec-select input[disabled], .ec-halfInput input[disabled], .ec-numberInput input[disabled], .ec-zipInput input[disabled], .ec-telInput input[disabled], .ec-input input[readonly], .ec-birth input[readonly], .ec-select input[readonly], .ec-halfInput input[readonly], .ec-numberInput input[readonly], .ec-zipInput input[readonly], .ec-telInput input[readonly], fieldset[disabled] .ec-input input, fieldset[disabled] .ec-birth input, fieldset[disabled] .ec-select input, fieldset[disabled] .ec-halfInput input, fieldset[disabled] .ec-numberInput input, fieldset[disabled] .ec-zipInput input, fieldset[disabled] .ec-telInput input {
  background-color: #eeeeee;
  opacity: 1;
}
.ec-input input[disabled], .ec-birth input[disabled], .ec-select input[disabled], .ec-halfInput input[disabled], .ec-numberInput input[disabled], .ec-zipInput input[disabled], .ec-telInput input[disabled], fieldset[disabled] .ec-input input, fieldset[disabled] .ec-birth input, fieldset[disabled] .ec-select input, fieldset[disabled] .ec-halfInput input, fieldset[disabled] .ec-numberInput input, fieldset[disabled] .ec-zipInput input, fieldset[disabled] .ec-telInput input {
  cursor: not-allowed;
}
.ec-input select, .ec-birth select, .ec-select select, .ec-halfInput select, .ec-numberInput select, .ec-zipInput select, .ec-telInput select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  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: 0;
}
.ec-input select:focus, .ec-birth select:focus, .ec-select select:focus, .ec-halfInput select:focus, .ec-numberInput select:focus, .ec-zipInput select:focus, .ec-telInput 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-birth select::-moz-placeholder, .ec-select select::-moz-placeholder, .ec-halfInput select::-moz-placeholder, .ec-numberInput select::-moz-placeholder, .ec-zipInput select::-moz-placeholder, .ec-telInput select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ec-input select:-ms-input-placeholder, .ec-birth select:-ms-input-placeholder, .ec-select 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 {
  color: #999;
}
.ec-input select::-webkit-input-placeholder, .ec-birth select::-webkit-input-placeholder, .ec-select 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 {
  color: #999;
}
.ec-input select::-ms-expand, .ec-birth select::-ms-expand, .ec-select select::-ms-expand, .ec-halfInput select::-ms-expand, .ec-numberInput select::-ms-expand, .ec-zipInput select::-ms-expand, .ec-telInput select::-ms-expand {
  border: 0;
  background-color: transparent;
}
.ec-input select[disabled], .ec-birth select[disabled], .ec-select select[disabled], .ec-halfInput select[disabled], .ec-numberInput select[disabled], .ec-zipInput select[disabled], .ec-telInput select[disabled], .ec-input select[readonly], .ec-birth select[readonly], .ec-select select[readonly], .ec-halfInput select[readonly], .ec-numberInput select[readonly], .ec-zipInput select[readonly], .ec-telInput select[readonly], fieldset[disabled] .ec-input select, fieldset[disabled] .ec-birth select, fieldset[disabled] .ec-select select, fieldset[disabled] .ec-halfInput select, fieldset[disabled] .ec-numberInput select, fieldset[disabled] .ec-zipInput select, fieldset[disabled] .ec-telInput select {
  background-color: #eeeeee;
  opacity: 1;
}
.ec-input select[disabled], .ec-birth select[disabled], .ec-select select[disabled], .ec-halfInput select[disabled], .ec-numberInput select[disabled], .ec-zipInput select[disabled], .ec-telInput select[disabled], fieldset[disabled] .ec-input select, fieldset[disabled] .ec-birth select, fieldset[disabled] .ec-select select, fieldset[disabled] .ec-halfInput select, fieldset[disabled] .ec-numberInput select, fieldset[disabled] .ec-zipInput select, fieldset[disabled] .ec-telInput select {
  cursor: not-allowed;
}
.ec-input textarea, .ec-birth textarea, .ec-select textarea, .ec-halfInput textarea, .ec-numberInput textarea, .ec-zipInput textarea, .ec-telInput textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  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: 0;
}
.ec-input textarea:focus, .ec-birth textarea:focus, .ec-select textarea:focus, .ec-halfInput textarea:focus, .ec-numberInput textarea:focus, .ec-zipInput textarea:focus, .ec-telInput 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-birth textarea::-moz-placeholder, .ec-select textarea::-moz-placeholder, .ec-halfInput textarea::-moz-placeholder, .ec-numberInput textarea::-moz-placeholder, .ec-zipInput textarea::-moz-placeholder, .ec-telInput textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ec-input textarea:-ms-input-placeholder, .ec-birth textarea:-ms-input-placeholder, .ec-select 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 {
  color: #999;
}
.ec-input textarea::-webkit-input-placeholder, .ec-birth textarea::-webkit-input-placeholder, .ec-select 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 {
  color: #999;
}
.ec-input textarea::-ms-expand, .ec-birth textarea::-ms-expand, .ec-select textarea::-ms-expand, .ec-halfInput textarea::-ms-expand, .ec-numberInput textarea::-ms-expand, .ec-zipInput textarea::-ms-expand, .ec-telInput textarea::-ms-expand {
  border: 0;
  background-color: transparent;
}
.ec-input textarea[disabled], .ec-birth textarea[disabled], .ec-select textarea[disabled], .ec-halfInput textarea[disabled], .ec-numberInput textarea[disabled], .ec-zipInput textarea[disabled], .ec-telInput textarea[disabled], .ec-input textarea[readonly], .ec-birth textarea[readonly], .ec-select textarea[readonly], .ec-halfInput textarea[readonly], .ec-numberInput textarea[readonly], .ec-zipInput textarea[readonly], .ec-telInput textarea[readonly], fieldset[disabled] .ec-input textarea, fieldset[disabled] .ec-birth textarea, fieldset[disabled] .ec-select textarea, fieldset[disabled] .ec-halfInput textarea, fieldset[disabled] .ec-numberInput textarea, fieldset[disabled] .ec-zipInput textarea, fieldset[disabled] .ec-telInput textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.ec-input textarea[disabled], .ec-birth textarea[disabled], .ec-select textarea[disabled], .ec-halfInput textarea[disabled], .ec-numberInput textarea[disabled], .ec-zipInput textarea[disabled], .ec-telInput textarea[disabled], fieldset[disabled] .ec-input textarea, fieldset[disabled] .ec-birth textarea, fieldset[disabled] .ec-select textarea, fieldset[disabled] .ec-halfInput textarea, fieldset[disabled] .ec-numberInput textarea, fieldset[disabled] .ec-zipInput textarea, fieldset[disabled] .ec-telInput textarea {
  cursor: not-allowed;
}
.ec-input input:focus, .ec-birth input:focus, .ec-select input:focus, .ec-halfInput input:focus, .ec-numberInput input:focus, .ec-zipInput input:focus, .ec-telInput input:focus,
.ec-input textarea:focus,
.ec-birth textarea:focus,
.ec-select textarea:focus,
.ec-halfInput textarea:focus,
.ec-numberInput textarea:focus,
.ec-zipInput textarea:focus,
.ec-telInput textarea:focus {
  box-shadow: none;
  border-color: #3c8dbc;
}
.ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
  height: 40px;
  margin-bottom: 10px;
  border: solid 1px #e3e3e3;
}
@media only screen and (min-width: 1024px) {
  .ec-input input, .ec-birth input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
    margin-bottom: 16px;
  }
}
.ec-input textarea, .ec-birth textarea, .ec-select textarea, .ec-halfInput textarea, .ec-numberInput textarea, .ec-zipInput textarea, .ec-telInput textarea {
  height: auto;
  min-height: 100px;
}
.ec-input p, .ec-birth p, .ec-select p, .ec-halfInput p, .ec-numberInput p, .ec-zipInput p, .ec-telInput p {
  line-height: 1.4;
}
.ec-input .ec-errorMessage, .ec-birth .ec-errorMessage, .ec-select .ec-errorMessage, .ec-halfInput .ec-errorMessage, .ec-numberInput .ec-errorMessage, .ec-zipInput .ec-errorMessage, .ec-telInput .ec-errorMessage {
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: bold;
  color: #de5d50;
}

.error.ec-input input, .error.ec-birth input, .error.ec-select input, .error.ec-halfInput input, .error.ec-numberInput input, .error.ec-zipInput input, .error.ec-telInput input, .error.ec-input select, .error.ec-birth select, .error.ec-select select, .error.ec-halfInput select, .error.ec-numberInput select, .error.ec-zipInput select, .error.ec-telInput select {
  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%;
}
@media only screen and (min-width: 1024px) {
  .ec-halfInput input[type=text] {
    margin-left: 15px;
    width: 45%;
  }
}
.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] {
  margin: 4px 4px 6px;
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 70px;
  text-align: center;
  border: 1px solid #736357;
  border-radius: 0;
}
.ec-numberInput span {
  font-size: 13px;
}

/*
郵便番号フォーム

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

内部に 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: #004161;
  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 {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  height: 40px;
  margin: 0.5em 0;
  padding: 0.5em 1.5em 0.6em 0.5em;
  cursor: pointer;
  line-height: 1.4;
  font-size: 16px;
  color: #333;
  border-radius: 0;
  background-color: #fff;
  border: solid 1px #e3e3e3;
  background-image: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.4) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
  background-size: 5px 5px, 5px 5px;
  background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
  background-repeat: no-repeat;
}
.ec-select select:focus {
  box-shadow: none;
  outline: 0;
  border-color: #ddd;
}
.ec-select select::-ms-expand {
  display: 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;
}
@media only screen and (min-width: 1024px) {
  .ec-select__delivery {
    display: inline-block;
  }
}

.ec-select__time {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .ec-select__time {
    display: inline-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;
  height: 40px;
  margin: 0.5em 0;
  padding: 0.5em 1.5em 0.6em 0.5em;
  cursor: pointer;
  line-height: 1.4;
  font-size: 16px;
  color: #333;
  border-radius: 0;
  background-color: #fff;
  border: solid 1px #e3e3e3;
  background-image: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.4) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
  background-size: 5px 5px, 5px 5px;
  background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  appearance: none;
}
.ec-birth select:focus {
  box-shadow: none;
}
@media only screen and (min-width: 1024px) {
  .ec-birth select {
    margin: 0 0 10px;
  }
}
.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: 0.8em;
  vertical-align: 2px;
  color: #DE5D50;
  font-size: 12px;
  font-weight: normal;
}
@media only screen and (min-width: 1024px) {
  .ec-required {
    margin-left: 1em;
  }
}

/*
アイコン

デフォルトテンプレートのアイコンは`.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;
}
@media only screen and (min-width: 1024px) {
  .ec-grid2 {
    display: flex;
  }
}
.ec-grid2 .ec-grid2__cell {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .ec-grid2 .ec-grid2__cell {
    width: 50%;
  }
}
.ec-grid2 .ec-grid2__cell2 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .ec-grid2 .ec-grid2__cell2 {
    width: 100%;
  }
}
/*
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;
}
@media only screen and (min-width: 1024px) {
  .ec-grid3 {
    display: flex;
  }
}
.ec-grid3 .ec-grid3__cell {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .ec-grid3 .ec-grid3__cell {
    width: 33.3333333333%;
  }
}
.ec-grid3 .ec-grid3__cell2 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .ec-grid3 .ec-grid3__cell2 {
    width: 66.6666666667%;
  }
}
.ec-grid3 .ec-grid3__cell3 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .ec-grid3 .ec-grid3__cell3 {
    width: 100%;
  }
}
/*
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;
}
@media only screen and (min-width: 1024px) {
  .ec-grid4 {
    display: flex;
  }
}
.ec-grid4 .ec-grid4__cell {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .ec-grid4 .ec-grid4__cell {
    width: 25%;
  }
}
/*
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;
}
@media only screen and (min-width: 1024px) {
  .ec-grid6 {
    display: flex;
  }
}
.ec-grid6 .ec-grid6__cell {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .ec-grid6 .ec-grid6__cell {
    width: 16.6666666667%;
  }
}
.ec-grid6 .ec-grid6__cell2 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .ec-grid6 .ec-grid6__cell2 {
    width: 33.3333333333%;
  }
}
.ec-grid6 .ec-grid6__cell3 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .ec-grid6 .ec-grid6__cell3 {
    width: 50%;
  }
}
/*
中央寄せグリッド 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;
}
@media only screen and (min-width: 1024px) {
  .ec-off1Grid {
    display: block;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .ec-off1Grid {
    display: flex;
  }
}
.ec-off1Grid .ec-off1Grid__cell {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .ec-off1Grid .ec-off1Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .ec-off1Grid .ec-off1Grid__cell {
    width: 83.3333333333%;
  }
}
/*
中央寄せグリッド 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;
}
@media only screen and (min-width: 1024px) {
  .ec-off2Grid {
    display: flex;
  }
}
.ec-off2Grid .ec-off2Grid__cell {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .ec-off2Grid .ec-off2Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .ec-off2Grid .ec-off2Grid__cell {
    width: 66.6666666667%;
  }
}
/*
中央寄せグリッド 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;
}
@media only screen and (min-width: 1024px) {
  .ec-off3Grid {
    display: flex;
  }
}
.ec-off3Grid .ec-off3Grid__cell {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .ec-off3Grid .ec-off3Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 25%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .ec-off3Grid .ec-off3Grid__cell {
    width: 50%;
  }
}
/*
中央寄せグリッド 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;
}
@media only screen and (min-width: 1024px) {
  .ec-off4Grid {
    display: flex;
  }
}
.ec-off4Grid .ec-off4Grid__cell {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .ec-off4Grid .ec-off4Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 768px) {
  .ec-off4Grid .ec-off4Grid__cell {
    width: 33.3333333333%;
  }
}
/*
グリッドオプション

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

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;
}
@media only screen and (min-width: 1024px) {
  .ec-imageGrid .ec-imageGrid__img {
    padding: 10px;
    width: 130px;
  }
}
.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 10% 20px;
  height: auto;
  background: #F3F4F4;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .ec-login {
    margin: 0 16px;
    padding: 30px 13% 60px;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-login .ec-login__link {
    margin-left: 20px;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-guest {
    height: 100%;
    margin: 0 16px;
  }
}
.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__login {
  display: block;
  vertical-align: middle;
  text-align: center;
}
.ec-guest .ec-guest__login a {
  color: inherit;
  text-decoration: none;
}
.ec-guest .ec-guest__login 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;
}
@media only screen and (min-width: 1024px) {
  .ec-displayB {
    flex-direction: row;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-displayB .ec-displayB__cell {
    width: 31.4466%;
    margin-bottom: 0;
  }
}
.ec-displayB .ec-displayB__cell:hover {
  text-decoration: none;
}
.ec-displayB .ec-displayB__cell:hover img {
  opacity: 0.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;
}
@media only screen and (min-width: 1024px) {
  .ec-displayC .ec-displayC__cell {
    width: 22.8775%;
  }
}
.ec-displayC .ec-displayC__cell:hover a {
  text-decoration: none;
}
.ec-displayC .ec-displayC__cell:hover img {
  opacity: 0.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;
}
@media only screen and (min-width: 1024px) {
  .ec-displayD {
    box-sizing: border-box;
    flex-wrap: nowrap;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-displayD .ec-displayD__cell {
    width: 14.3083%;
    margin-bottom: 16px;
  }
}
.ec-displayD .ec-displayD__cell:hover {
  text-decoration: none;
}
.ec-displayD .ec-displayD__cell:hover img {
  opacity: 0.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: -0.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: #004161;
}
@media only screen and (min-width: 1024px) {
  .ec-topicpath {
    padding: 30px 0 10px;
    border: 0;
    font-size: 16px;
  }
}
.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 12px;
  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;
}
@media only screen and (min-width: 1024px) {
  .ec-progress {
    margin-bottom: 30px;
    padding: 0;
  }
}
.ec-progress .ec-progress__item {
  display: table-cell;
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  z-index: 1;
}
.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%;
}
@media only screen and (min-width: 1024px) {
  .ec-progress .ec-progress__number {
    line-height: 42px;
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
}
.ec-progress .ec-progress__label {
  font-size: 12px;
}
.ec-progress .is-complete .ec-progress__number {
  background: #5CB1B1;
}
.ec-progress .is-complete .ec-progress__label {
  color: #5CB1B1;
}

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

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

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
*/
@media only screen and (min-width: 1024px) {
  .ec-cartNaviWrap {
    position: relative;
  }
}

.ec-cartNavi {
  display: inline-block;
  padding: 4px 0 0 10px;
  width: auto;
  color: black;
  background: transparent;
}
@media only screen and (min-width: 1024px) {
  .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__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;
}
@media only screen and (min-width: 1024px) {
  .ec-cartNavi .ec-cartNavi__badge {
    display: inline-block;
    min-width: 17px;
    position: relative;
    left: 0;
    top: 0;
  }
}
.ec-cartNavi .ec-cartNavi__price {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .ec-cartNavi .ec-cartNavi__price {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
  }
}

.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;
}
@media only screen and (min-width: 1024px) {
  .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;
}
@media only screen and (min-width: 1024px) {
  .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-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: 25%;
}
@media only screen and (min-width: 1024px) {
  .ec-cartNaviIsset .ec-cartNaviIsset__cartImage {
    width: 35%;
  }
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartImage img {
  width: 100%;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartContent {
  float: right;
  width: 75%;
  padding-left: 16px;
  text-align: left;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .ec-cartNaviIsset .ec-cartNaviIsset__cartContent {
    width: 65%;
  }
}
.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;
  padding-bottom: 180px;
  height: 100vh;
  overflow-y: scroll;
}
@media only screen and (min-width: 1024px) {
  .ec-cartNaviIsset.is-active {
    padding-bottom: 16px;
    height: auto;
    overflow-y: visible;
  }
}

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

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

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;
}
@media only screen and (min-width: 1024px) {
  .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-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 {
  position: relative;
  margin-bottom: 8px;
}
.ec-totalBox .ec-totalBox__spec dt {
  font-weight: normal;
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
}
.ec-totalBox .ec-totalBox__spec dd {
  position: absolute;
  top: 0;
  right: 0;
  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__price {
  margin-left: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #de5d50;
}
@media only screen and (min-width: 1024px) {
  .ec-totalBox .ec-totalBox__price {
    font-size: 24px;
  }
}
.ec-totalBox .ec-totalBox__taxLabel {
  margin-left: 8px;
  color: #de5d50;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .ec-totalBox .ec-totalBox__taxLabel {
    font-size: 14px;
  }
}
.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;
}

/**
メディアクエリ
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;
}
@media only screen and (min-width: 1024px) {
  .ec-news {
    margin-right: 3%;
  }
}
@media only screen and (min-width: 1024px) {
  .ec-news {
    margin-bottom: 32px;
  }
}
.ec-news .ec-news__title {
  font-weight: bold;
  padding: 8px;
  font-size: 16px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .ec-news .ec-news__title {
    padding: 16px;
    text-align: left;
    font-size: 24px;
  }
}
.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 0.2s ease-out;
}
.ec-newsline.is_active .ec-newsline__description {
  height: auto;
  transition: all 0.2s ease-out;
  padding-bottom: 16px;
}
.ec-newsline.is_active .ec-icon img {
  -webkit-transform: rotateX(180deg);
          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;
}
@media only screen and (min-width: 1024px) {
  .ec-navlistRole .ec-navlistRole__navlist {
    flex-wrap: nowrap;
  }
}
.ec-navlistRole .ec-navlistRole__item {
  width: 33%;
  border-color: #D0D0D0;
  border-style: solid;
  border-width: 0 1px 1px 0;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .ec-navlistRole .ec-navlistRole__item {
    width: 50%;
    font-size: 15px;
  }
}
.ec-navlistRole .ec-navlistRole__item a {
  padding: 10px;
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .ec-navlistRole .ec-navlistRole__item a {
    padding: 16px 8px;
  }
}
.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: 12px;
  line-height: 1.4;
  color: #313131;
  -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;
}
@media only screen and (min-width: 1024px) {
  .ec-welcomeMsg {
    font-size: 16px;
  }
}
.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%;
}
@media only screen and (min-width: 1024px) {
  .ec-welcomeMsg {
    padding-left: 26px;
    padding-right: 26px;
  }
}

/*
お気に入り一覧

お気に入り一覧で表示するアイテムの表示コンポーネントです。

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 {
  height: 150px;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .ec-favoriteRole .ec-favoriteRole__item-image {
    height: 250px;
  }
}
.ec-favoriteRole .ec-favoriteRole__item img {
  width: auto;
  max-height: 100%;
}
@media only screen and (min-width: 1024px) {
  .ec-favoriteRole .ec-favoriteRole__item {
    width: 25%;
  }
}
.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: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-role:after {
  content: " ";
  display: table;
}
.ec-role:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .ec-role {
    font-size: 16px;
  }
}
.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: 12px;
  line-height: 1.4;
  color: #313131;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}
.ec-mypageRole:after {
  content: " ";
  display: table;
}
.ec-mypageRole:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .ec-mypageRole {
    font-size: 16px;
  }
}
.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%;
}
@media only screen and (min-width: 1024px) {
  .ec-mypageRole {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .ec-mypageRole .ec-pageHeader h1 {
    margin: 10px 0 48px;
    padding: 8px 0 18px;
  }
}

/**
メディアクエリ
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 {
  padding-top: 134px;
  width: 100%;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  .ec-layoutRole {
    padding-top: 60px;
  }
}
.ec-layoutRole .ec-layoutRole__header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  min-height: 60px;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .ec-layoutRole .ec-layoutRole__header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background-color: #fff;
  }
}
.ec-layoutRole .ec-layoutRole__contentTop {
  padding: 0;
}
.ec-layoutRole .ec-layoutRole__contents {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.ec-layoutRole .ec-layoutRole__main {
  width: 100%;
}
.ec-layoutRole .ec-layoutRole__mainWithColumn {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .ec-layoutRole .ec-layoutRole__mainWithColumn {
    width: 75%;
  }
}
.ec-layoutRole .ec-layoutRole__mainBetweenColumn {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .ec-layoutRole .ec-layoutRole__mainBetweenColumn {
    width: 50%;
  }
}
.ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
    display: block;
    width: 23%;
  }
}

.ec-headerRole {
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -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;
}
@media only screen and (min-width: 1024px) {
  .ec-headerRole {
    font-size: 16px;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-headerRole:after {
    content: " ";
    display: table;
  }
  .ec-headerRole:after {
    clear: both;
  }
}
.ec-headerRole::before {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .ec-headerRole {
    width: 100%;
  }
  .ec-headerRole:after {
    content: " ";
    display: table;
  }
  .ec-headerRole:after {
    clear: both;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-headerRole .ec-headerRole__navSP {
    display: none;
  }
}

.ec-headerNaviRole {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.4em 0 0;
}
@media only screen and (min-width: 1024px) {
  .ec-headerNaviRole {
    padding: 0 0.4em;
  }
}
.ec-headerNaviRole .ec-headerNaviRole__logo {
  width: 140px;
  margin: 11px 0;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (min-width: 1024px) {
  .ec-headerNaviRole .ec-headerNaviRole__logo {
    width: 180px;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.ec-headerNaviRole .ec-headerNaviRole__right {
  width: calc(100% - 140px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ec-headerNaviRole .ec-headerNaviRole__right > :first-child {
  margin-right: auto;
}
.ec-headerNaviRole .ec-headerNaviRole__search {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .ec-headerNaviRole .ec-headerNaviRole__search {
    display: inline-block;
    margin-top: 0;
    width: 240px;
  }
  .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: block;
}
@media only screen and (min-width: 1024px) {
  .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-headerNaviRole .ec-headerNaviRole__nav {
  display: 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: block;
}
.ec-headerNaviRole .ec-headerNaviRole__cart a {
  color: inherit;
  text-decoration: none;
}
.ec-headerNaviRole .ec-headerNaviRole__cart a:hover {
  text-decoration: none;
}
.ec-headerNaviRole__subSearch {
  display: block;
  padding: 6px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .ec-headerNaviRole__subSearch {
    display: none;
  }
}
.ec-headerNaviRole__subSearch .ec-headerSearch {
  padding: 0;
}

.ec-headerNavSP {
  display: block;
  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: 13px;
  right: 8px;
  z-index: 1000;
}
.ec-headerNavSP .fas {
  vertical-align: top;
}
@media only screen and (min-width: 1024px) {
  .ec-headerNavSP {
    display: none;
  }
}

.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: 12px;
  line-height: 1.4;
  color: #313131;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (min-width: 1024px) {
  .ec-headerTitle {
    font-size: 16px;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-headerTitle .ec-headerTitle__title a {
    font-size: 40px;
  }
}
.ec-headerTitle .ec-headerTitle__title a:hover {
  opacity: 0.8;
}
.ec-headerTitle .ec-headerTitle__subtitle {
  font-size: 10px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .ec-headerTitle .ec-headerTitle__subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.ec-headerTitle .ec-headerTitle__subtitle a {
  display: inline-block;
  color: #004161;
  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: left;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .ec-headerNav {
    padding: 0 0 0 1em;
  }
}
.ec-headerNav .ec-headerNav__item {
  margin: 0;
  display: block;
  font-size: 18px;
}
.ec-headerNav .ec-headerNav__item a {
  display: block;
  margin: 0;
  text-align: center;
  position: relative;
  width: 60px;
}
@media only screen and (min-width: 1024px) {
  .ec-headerNav .ec-headerNav__item a {
    margin: 0 8px;
  }
}
.ec-headerNav .ec-headerNav__itemIcon {
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
  margin-bottom: 15px;
  font-size: 21px;
  color: black;
}
@media only screen and (min-width: 1024px) {
  .ec-headerNav .ec-headerNav__itemIcon {
    margin: 0;
    font-size: 21px;
    text-align: center;
  }
}
.ec-headerNav .ec-headerNav__itemLink {
  display: block;
  margin: auto;
  font-size: 10px;
  vertical-align: middle;
  color: black;
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .ec-headerNav .ec-headerNav__itemLink {
    position: static;
    display: block;
    margin: auto;
    font-size: 10px;
    text-align: center;
  }
}

/*
ヘッダー：検索ボックス

ヘッダー内で使用される商品検索コンポーネントです。
<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 {
  padding: 0 0.5em 0 64px;
}
.ec-headerSearch:after {
  content: " ";
  display: table;
}
.ec-headerSearch:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .ec-headerSearch {
    padding: 0 0.6em;
  }
}
@media only screen and (min-width: 1024px) {
  .ec-headerSearch .ec-headerSearch__category {
    width: 100%;
  }
}
.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: 6px 18px 6px 8px;
  font-size: 16px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
@media only screen and (min-width: 1024px) {
  .ec-headerSearch .ec-headerSearch__category .ec-select select {
    max-width: 80px;
    height: auto;
    font-size: 10px;
  }
}
.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: 1px solid #ccc;
  background: #fff;
  color: #1a1a1a !important;
  border-radius: 10px;
}
@media only screen and (min-width: 1024px) {
  .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-radius: 50px;
  }
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
  position: absolute;
  top: 0.7em;
  right: 0.4em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  pointer-events: none;
}
.ec-headerSearch .ec-headerSearch__keyword {
  position: relative;
  color: #525263;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  border-radius: 10px;
}
@media only screen and (min-width: 1024px) {
  .ec-headerSearch .ec-headerSearch__keyword {
    width: 100%;
    border-radius: 50px;
  }
}
.ec-headerSearch .ec-headerSearch__keyword input[type=search] {
  width: 100%;
  height: 32px;
  font-size: 16px;
  border: 0 none;
  padding: 0.4em 36px 0.3em 1.2em;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .ec-headerSearch .ec-headerSearch__keyword input[type=search] {
    font-size: 13px;
  }
}
.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
  width: 16px;
  height: 16px;
}
.ec-headerSearch .ec-headerSearch__keywordBtn {
  border: 0;
  background: none;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-55%);
          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: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  display: none;
}
.ec-categoryNaviRole:after {
  content: " ";
  display: table;
}
.ec-categoryNaviRole:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .ec-categoryNaviRole {
    font-size: 16px;
  }
}
.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%;
}
@media only screen and (min-width: 1024px) {
  .ec-categoryNaviRole {
    display: block;
    width: 100%;
  }
  .ec-categoryNaviRole a {
    color: inherit;
    text-decoration: none;
  }
  .ec-categoryNaviRole a:hover {
    text-decoration: none;
  }
}

.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;
}
@media only screen and (min-width: 1024px) {
  .ec-itemNav__nav {
    display: block;
  }
}
.ec-itemNav__nav li {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .ec-itemNav__nav li {
    float: left;
    width: auto;
  }
}
.ec-itemNav__nav li a {
  display: block;
  margin: 0;
  padding: 0.5em;
  color: #2e3233;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  text-align: left;
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  .ec-itemNav__nav li a {
    font-size: 14px;
    padding: 0.5em 0.6em;
    text-align: center;
    border-bottom: none;
  }
}
.ec-itemNav__nav li ul {
  display: block;
  z-index: 0;
  margin: 0;
  padding: 0;
  min-width: 200px;
  list-style: none;
  position: static;
  top: 100%;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .ec-itemNav__nav li ul {
    display: block;
    z-index: 100;
    position: absolute;
  }
}
.ec-itemNav__nav li ul li {
  overflow: hidden;
  width: 100%;
  height: auto;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .ec-itemNav__nav li ul li {
    overflow: hidden;
    height: 0;
  }
}
.ec-itemNav__nav li ul li a {
  padding: 0.6em 0.5em;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  color: #1a1a1a;
  background: #f0f0f0;
}
.ec-itemNav__nav li ul li ul {
  top: 0;
  left: 100%;
  min-width: 200px !important;
}
.ec-itemNav__nav li ul li ul li {
  margin: 0;
  min-width: 200px !important;
  width: 100%;
}
.ec-itemNav__nav > li:hover > a {
  background: #fafafa;
}
.ec-itemNav__nav > li:hover li:hover > a {
  background: #eee;
}
@media only screen and (min-width: 1024px) {
  .ec-itemNav__nav > li:hover > ul > li {
    overflow: visible;
    height: 2em;
  }
}
.ec-itemNav__nav .more_icon {
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 2;
  width: 14px;
  height: 14px;
  font-size: 10px;
  float: right;
  margin-right: 5px;
  background-color: transparent;
}

@media only screen and (min-width: 1024px) {
  .ec-itemNav__nav li ul li:hover > ul > li {
    overflow: visible;
    height: 2em;
    width: auto;
  }
}

/*
ヘッダー：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;
  -webkit-overflow-scrolling: touch;
  background: black;
  width: 260px;
  height: 100vh;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  transition: z-index 0ms 1ms;
}
@media only screen and (min-width: 1024px) {
  .ec-drawerRole {
    display: none;
  }
}
.ec-drawerRole .ec-headerSearchArea {
  padding: 20px 10px;
  width: 100%;
  background: #F8F8F8;
}
.ec-drawerRole .ec-headerSearch {
  padding: 16px 8px 26px;
  background-color: #fff;
  color: #636378;
}
.ec-drawerRole .ec-headerSearch select {
  width: 100% !important;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
  padding: 1em 10px;
  font-size: 16px;
  font-weight: bold;
  color: black;
  background: #F8F8F8;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
  color: black;
  font-weight: normal;
  background: #f8f8f8;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li a {
  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-headerPickupArea {
  padding: 1em 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: black;
  background: #F8F8F8;
}
.ec-drawerRole .ec-headerPickupArea .ec-headerPickupArea__listItem {
  margin-bottom: 0.6em;
}
.ec-drawerRole .ec-headerPickupArea .ec-headerPickupArea__listItem img {
  display: block;
  width: 100%;
  height: auto;
}

.ec-headerLinkArea {
  background: #8b151e;
}
.ec-headerLinkArea .ec-headerLink__list {
  border-top: 1px solid #ccc;
}
.ec-headerLinkArea .ec-headerLink__item {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  color: white;
}
.ec-headerLinkArea .ec-headerLink__icon {
  display: inline-block;
  width: 28px;
  font-size: 17px;
}

.ec-drawerRoleClose {
  display: none;
  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: 13px;
  left: 270px;
  z-index: 1000;
}
.ec-drawerRoleClose .fas {
  vertical-align: top;
}
@media only screen and (min-width: 1024px) {
  .ec-drawerRoleClose {
    display: none;
  }
}

.ec-headerPickupArea__listItem {
  margin-bottom: 0.8em;
}

.ec-headerPickupArea__listItem img {
  display: block;
  width: 100%;
  height: auto;
}

.ec-drawerRole.is_active {
  display: block;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.4s;
  z-index: 100000;
}
@media only screen and (min-width: 1024px) {
  .ec-drawerRole.is_active {
    display: none;
  }
}

.ec-drawerRoleClose.is_active {
  display: inline-block;
  transition: all 0.4s;
}
@media only screen and (min-width: 1024px) {
  .ec-drawerRoleClose.is_active {
    display: none;
  }
}

.ec-overlayRole {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  background: transparent;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: all 0.4s;
  visibility: hidden;
}
@media only screen and (min-width: 1024px) {
  .ec-overlayRole {
    display: none;
  }
}

.have_curtain .ec-overlayRole {
  display: block;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  visibility: visible;
}
@media only screen and (min-width: 1024px) {
  .have_curtain .ec-overlayRole {
    display: none;
  }
}

/*
ヘッダー：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 {
  margin-top: 20px;
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .ec-footerRole {
    padding-top: 30px;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .ec-footerRole .ec-footerRole__inner {
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.4;
    color: #313131;
    -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;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .ec-footerRole .ec-footerRole__inner {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .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%;
  }
}

/*
フッターナビ

フッタープロジェクトで使用するナビゲーション用のコンポーネントです。

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: 20px 0 0;
  list-style: none;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ec-footerNavi .ec-footerNavi__link {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .ec-footerNavi .ec-footerNavi__link {
    display: inline-block;
  }
}
.ec-footerNavi .ec-footerNavi__link .ec-footerNavi .ec-footerNavi__link__link:last-child {
  border-right: none;
}
.ec-footerNavi .ec-footerNavi__link a {
  display: block;
  padding: 6px 1em;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .ec-footerNavi .ec-footerNavi__link a {
    display: inline-block;
    border-bottom: none;
    margin: 0 10px;
    padding: 0;
    text-decoration: underline;
  }
}
.ec-footerNavi .ec-footerNavi__link:hover a {
  opacity: 0.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-footerLogo {
  margin: auto;
  max-width: 160px;
}
@media only screen and (min-width: 1024px) {
  .ec-footerLogo {
    max-width: 320px;
  }
}

.ec-footerLogo img {
  display: block;
  width: 100%;
  height: auto;
}

.ec-footerTitle {
  padding: 30px 0;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .ec-footerTitle {
    padding: 50px 0 80px;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-footerTitle .ec-footerTitle__logo a {
    font-size: 24px;
  }
}
.ec-footerTitle .ec-footerTitle__logo:hover a {
  opacity: 0.8;
  text-decoration: none;
}
.ec-footerTitle .ec-footerTitle__image {
  margin: auto;
  width: 100%;
}
.ec-footerTitle .ec-footerTitle__image img {
  display: block;
  width: 100%;
  height: auto;
}
.ec-footerTitle .ec-footerTitle__copyright {
  font-size: 10px;
}
@media only screen and (min-width: 1024px) {
  .ec-footerTitle .ec-footerTitle__copyright {
    font-size: 12px;
  }
}

/**
メディアクエリ
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: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
}
.ec-sliderRole:after {
  content: " ";
  display: table;
}
.ec-sliderRole:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .ec-sliderRole {
    font-size: 16px;
  }
}
.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: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
}
.ec-sliderItemRole:after {
  content: " ";
  display: table;
}
.ec-sliderItemRole:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .ec-sliderItemRole {
    font-size: 16px;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-sliderItemRole .item_nav {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.ec-sliderItemRole .slideThumb {
  margin-bottom: 25px;
  width: 33%;
  opacity: 0.8;
  cursor: pointer;
}
.ec-sliderItemRole .slideThumb:focus {
  outline: none;
}
.ec-sliderItemRole .slideThumb:hover {
  opacity: 1;
}
.ec-sliderItemRole .slideThumb img {
  width: 80%;
}

.item_slide {
  padding: 1px;
}

.item_slide_thumb--image {
  border: 1px solid #fff;
}

.item_slide_thumb--image.slick-current {
  border: 1px solid #004263;
}

/**
メディアクエリ
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;
}
@media only screen and (min-width: 1024px) {
  .ec-eyecatchRole {
    flex-wrap: nowrap;
  }
}
.ec-eyecatchRole .ec-eyecatchRole__image {
  display: block;
  margin-bottom: 40px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .ec-eyecatchRole .ec-eyecatchRole__image {
    order: 2;
  }
}
.ec-eyecatchRole .ec-eyecatchRole__intro {
  color: black;
}
@media only screen and (min-width: 1024px) {
  .ec-eyecatchRole .ec-eyecatchRole__intro {
    padding-right: 5%;
    order: 1;
  }
}
.ec-eyecatchRole .ec-eyecatchRole__introEnTitle {
  margin-bottom: 0.8em;
  font-size: 16px;
  font-weight: normal;
}
@media only screen and (min-width: 1024px) {
  .ec-eyecatchRole .ec-eyecatchRole__introEnTitle {
    margin-top: 45px;
  }
}
.ec-eyecatchRole .ec-eyecatchRole__introTitle {
  margin-bottom: 0.8em;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .ec-eyecatchRole .ec-eyecatchRole__introTitle {
    margin-bottom: 1em;
    font-size: 26px;
  }
}
.ec-eyecatchRole .ec-eyecatchRole__introDescriptiron {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}
@media only screen and (min-width: 1024px) {
  .ec-eyecatchRole .ec-eyecatchRole__introDescriptiron {
    margin-bottom: 30px;
  }
}

/**
メディアクエリ
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: 500;
  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.428571429;
  border-radius: 0px;
  -webkit-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: #333;
  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;
  opacity: 0.65;
  filter: alpha(opacity=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;
  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:active, .ec-inlineBtn--top.active, .open > .ec-inlineBtn--top.dropdown-toggle {
  background-image: none;
}
.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: 500;
  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.428571429;
  border-radius: 0px;
  -webkit-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: #333;
  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;
  opacity: 0.65;
  filter: alpha(opacity=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;
  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:active, .ec-blockBtn--top.active, .open > .ec-blockBtn--top.dropdown-toggle {
  background-image: none;
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-blockBtn--top {
    max-width: 260px;
  }
}

/*
見出し

トップページで使用されている見出しのスタイルです。

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__ja {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.ec-secHeading .ec-secHeading__line {
  display: inline-block;
  margin: 0 20px;
  width: 1px;
  height: 14px;
  background: black;
}
.ec-secHeading .ec-secHeading__en {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.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__ja {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.ec-secHeading--tandem .ec-secHeading__line {
  display: block;
  margin: 13px auto;
  width: 20px;
  height: 1px;
  background: black;
}
.ec-secHeading--tandem .ec-secHeading__en {
  display: block;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.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: 30px 0;
}
@media only screen and (min-width: 1024px) {
  .ec-topicRole {
    padding: 60px 0 80px;
  }
}
.ec-topicRole .ec-topicRole__list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .ec-topicRole .ec-topicRole__list {
    flex-wrap: nowrap;
  }
}
.ec-topicRole .ec-topicRole__listItem {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .ec-topicRole .ec-topicRole__listItem {
    width: 50%;
  }
  .ec-topicRole .ec-topicRole__listItem:not(:last-of-type) {
    margin-right: 30px;
  }
}
.ec-topicRole .ec-topicRole__listItemTitle {
  margin-top: 0.5em;
  font-size: 14px;
  color: black;
}
@media only screen and (min-width: 1024px) {
  .ec-topicRole .ec-topicRole__listItemTitle {
    margin-top: 1em;
  }
}

/**
メディアクエリ
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: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .ec-newItemRole {
    padding: 0 0 80px;
  }
}
.ec-newItemRole .ec-newItemRole__list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .ec-newItemRole .ec-newItemRole__list {
    flex-wrap: nowrap;
  }
}
.ec-newItemRole .ec-newItemRole__listItem {
  margin-bottom: 4%;
  width: 48%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .ec-newItemRole .ec-newItemRole__listItem {
    margin-bottom: 15px;
    width: 25%;
  }
  .ec-newItemRole .ec-newItemRole__listItem:not(:last-of-type) {
    margin-right: 30px;
  }
}
.ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
  margin-right: 4%;
}
@media only screen and (min-width: 1024px) {
  .ec-newItemRole .ec-newItemRole__listItem:nth-child(odd) {
    margin-right: 30px;
  }
}
.ec-newItemRole .ec-newItemRole__listItemHeading {
  margin-top: calc(45% - 20px);
}
.ec-newItemRole .ec-newItemRole__listItemTitle {
  margin: 8px 0;
  font-size: 14px;
  font-weight: 500;
  color: black;
}
@media only screen and (min-width: 1024px) {
  .ec-newItemRole .ec-newItemRole__listItemTitle {
    margin: 20px 0 10px;
    font-size: 16px;
  }
}
.ec-newItemRole .ec-newItemRole__listItemPrice {
  font-size: 12px;
  color: black;
}
@media only screen and (min-width: 1024px) {
  .ec-newItemRole .ec-newItemRole__listItemPrice {
    font-size: 18px;
  }
}
.ec-newItemRole .ec-newItemRole__listItemPrice .tax {
  font-size: 14px;
}

/**
メディアクエリ
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;
}
@media only screen and (min-width: 1024px) {
  .ec-categoryRole {
    padding: 60px 0;
  }
}
.ec-categoryRole .ec-categoryRole__list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .ec-categoryRole .ec-categoryRole__list {
    flex-wrap: nowrap;
  }
}
.ec-categoryRole .ec-categoryRole__listItem {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .ec-categoryRole .ec-categoryRole__listItem {
    width: 33.3333333333%;
  }
  .ec-categoryRole .ec-categoryRole__listItem:not(:last-of-type) {
    margin-right: 30px;
  }
}

/**
メディアクエリ
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 {
  margin-bottom: 1em;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .ec-newsRole {
    margin-bottom: 0;
    padding: 0;
  }
}
.ec-newsRole .ec-newsRole__news {
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .ec-newsRole .ec-newsRole__news {
    padding: 20px 0;
  }
}
.ec-newsRole .ec-newsRole__newsItem {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.ec-newsRole .ec-newsRole__newsItem:first-of-type {
  border-top: 1px solid #ccc;
}
@media only screen and (min-width: 1024px) {
  .ec-newsRole .ec-newsRole__newsItem {
    padding: 20px 0;
  }
}
.ec-newsRole .ec-newsRole__newsHeading {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .ec-newsRole .ec-newsRole__newsHeading {
    display: flex;
  }
}
.ec-newsRole .ec-newsRole__newsDate {
  display: block;
  margin: 15px 0 5px;
  font-size: 10px;
  color: black;
}
.ec-newsRole .ec-newsRole__newsDate--newsLabel {
  display: inline-block;
  font-size: 11px;
  margin-right: 0.6em;
  padding: 0.2em 0.5em;
  background-color: #f3f3f3;
}
@media only screen and (min-width: 1024px) {
  .ec-newsRole .ec-newsRole__newsDate {
    display: inline-block;
    margin: 0;
    min-width: 180px;
    font-size: 14px;
  }
}
.ec-newsRole .ec-newsRole__newsColumn {
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .ec-newsRole .ec-newsRole__newsColumn {
    display: inline-flex;
    min-width: calc(100% - 180px);
  }
}
.ec-newsRole .ec-newsRole__newsTitle {
  display: inline-block;
  margin-bottom: 10px;
  width: 90%;
  font-size: 12px;
  font-weight: bold;
  color: #7D7D7D;
  line-height: 1.6;
}
@media only screen and (min-width: 1024px) {
  .ec-newsRole .ec-newsRole__newsTitle {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 14px;
  }
}
.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: #aaa;
  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;
}
@media only screen and (min-width: 1024px) {
  .ec-newsRole .ec-newsRole__newsDescription {
    margin: 20px 0 0;
    line-height: 1.8;
  }
}
.ec-newsRole .ec-newsRole__newsDescription a {
  color: #004161;
}
.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
  margin: 0 0 10px;
}
@media only screen and (min-width: 1024px) {
  .ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
    margin: 20px 0 0;
  }
}
.ec-newsRole__newsItem.is_active .ec-newsRole__newsCloseBtn i {
  display: inline-block;
  -webkit-transform: rotateX(180deg) translateY(2px);
          transform: rotateX(180deg) translateY(2px);
}

/**
メディアクエリ
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;
}
@media only screen and (min-width: 1024px) {
  .ec-searchnavRole {
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.4;
    color: #313131;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
  }
  .ec-searchnavRole:after {
    content: " ";
    display: table;
  }
  .ec-searchnavRole:after {
    clear: both;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .ec-searchnavRole {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .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 {
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -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;
}
@media only screen and (min-width: 1024px) {
  .ec-searchnavRole .ec-searchnavRole__infos {
    font-size: 16px;
  }
}
.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%;
}
@media only screen and (min-width: 1024px) {
  .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: 16px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .ec-searchnavRole .ec-searchnavRole__counter {
    margin-bottom: 0;
    width: 50%;
  }
}
.ec-searchnavRole .ec-searchnavRole__actions {
  text-align: right;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .ec-searchnavRole .ec-searchnavRole__actions {
    width: 50%;
  }
}

/**
メディアクエリ
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: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-shelfRole:after {
  content: " ";
  display: table;
}
.ec-shelfRole:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .ec-shelfRole {
    font-size: 16px;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-shelfGrid {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.ec-shelfGrid .ec-shelfGrid__item {
  margin-bottom: 36px;
  width: 50%;
  display: flex;
  flex-direction: column;
}
.ec-shelfGrid .ec-shelfGrid__item-image {
  height: 170px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .ec-shelfGrid .ec-shelfGrid__item-image {
    height: auto;
  }
}
.ec-shelfGrid .ec-shelfGrid__item-title {
  margin-top: 7px;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .ec-shelfGrid .ec-shelfGrid__item-title {
    font-size: 16px;
  }
}
.ec-shelfGrid .ec-shelfGrid__item-price {
  padding-top: 6px;
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  .ec-shelfGrid .ec-shelfGrid__item-price {
    padding-bottom: 12px;
    font-size: 18px;
  }
}
.ec-shelfGrid .ec-shelfGrid__item-price .tax {
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .ec-shelfGrid .ec-shelfGrid__item-price .tax {
    font-size: 14px;
  }
}
.ec-shelfGrid .ec-shelfGrid__item img {
  width: auto;
  max-height: 100%;
}
@media only screen and (min-width: 768px) {
  .ec-shelfGrid .ec-shelfGrid__item {
    padding: 0;
    width: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .ec-shelfGrid .ec-shelfGrid__item {
    padding: 0 16px;
    width: 25%;
  }
}
.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;
}
@media only screen and (min-width: 768px) {
  .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
    padding: 0 16px;
  }
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
  padding-left: 8px;
}
@media only screen and (min-width: 768px) {
  .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
    padding: 0 16px;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-shelfGridCenter {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.ec-shelfGridCenter .ec-shelfGridCenter__item {
  margin-bottom: 36px;
  width: 50%;
}
.ec-shelfGridCenter .ec-shelfGridCenter__item-image {
  height: 150px;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .ec-shelfGridCenter .ec-shelfGridCenter__item-image {
    height: 250px;
  }
}
.ec-shelfGridCenter .ec-shelfGridCenter__item img {
  width: auto;
  max-height: 100%;
}
@media only screen and (min-width: 1024px) {
  .ec-shelfGridCenter .ec-shelfGridCenter__item {
    padding: 0 16px;
    width: 25%;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-shelfGridCenter .ec-shelfGridCenter__item:nth-child(odd) {
    padding: 0 16px;
  }
}
.ec-shelfGridCenter .ec-shelfGridCenter__item:nth-child(even) {
  padding-left: 8px;
}
@media only screen and (min-width: 1024px) {
  .ec-shelfGridCenter .ec-shelfGridCenter__item:nth-child(even) {
    padding: 0 16px;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-modal .ec-modal-wrap {
    padding: 40px 10px;
    width: 50%;
    margin: 20px auto;
  }
}
.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-product {
  padding: 0;
}
.ec-product_image {
  width: 100%;
  float: none;
}
.ec-product_data {
  width: 100%;
  float: none;
}
.ec-product_tab {
  width: 100%;
  float: none;
}
@media only screen and (min-width: 768px) {
  .ec-product_image {
    width: 55%;
    float: left;
    padding-left: 10px;
  }
  .ec-product_data {
    width: 45%;
    float: right;
    padding-right: 10px;
  }
  .ec-product_tab {
    width: 55%;
    float: left;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .ec-product_image {
    width: 55%;
    float: left;
  }
  .ec-product_data {
    width: 45%;
    float: right;
  }
  .ec-product_tab {
    width: 55%;
    float: left;
  }
}
@media only screen and (min-width: 1112px) {
  .ec-product_image {
    width: 60%;
    float: left;
  }
  .ec-product_data {
    width: 40%;
    float: right;
  }
  .ec-product_tab {
    width: 60%;
    float: left;
  }
}
.ec-product :after {
  content: "";
  display: block;
  clear: both;
}

.ec-product_tab__list {
  list-style-type: none;
  margin: 1em 0 0;
  padding: 0;
}
.ec-product_tab__list .slick-slide {
  margin: 0;
  padding: 1em 0;
  text-align: center;
  letter-spacing: 0.1em;
  color: #313131;
  background-color: #eee;
  transition: 0.6s;
}
.ec-product_tab__list .slick-slide:hover {
  cursor: pointer;
  opacity: 0.7;
}
.ec-product_tab__list .slick-slide.slick-current {
  background-color: #ccc;
}
.ec-productRole {
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdddd;
}
.ec-productRole:after {
  content: " ";
  display: table;
}
.ec-productRole:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .ec-productRole {
    font-size: 16px;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-productRole .ec-productRole__img {
    margin-right: 16px;
    margin-bottom: 0;
  }
}
.ec-productRole .ec-productRole__profile {
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__profile {
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .ec-productRole .ec-productRole__profile {
    padding: 0 20px;
    margin-left: 16px;
  }
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
  font-size: 18px;
  line-height: 1.4;
}
@media only screen and (min-width: 1024px) {
  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 28px;
  }
}
.ec-productRole .ec-productRole__tags {
  margin-top: 16px;
  padding: 0;
  padding-bottom: 16px;
  border-bottom: 1px dotted #ccc;
  display: flex;
  flex-wrap: wrap;
}
.ec-productRole .ec-productRole__tag {
  display: inline-block;
  margin-right: 6px;
  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__priceRegularPrice:after {
  display: none !important;
}
.ec-productRole .ec-productRole__priceRegularTax {
  margin-left: 5px;
  font-size: 12px;
}
.ec-productRole .ec-productRole__price {
  color: #393c41;
  font-size: 28px;
  padding: 0;
  border-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .ec-productRole .ec-productRole__price {
    padding: 14px 0;
    border-bottom: 1px dotted #ccc;
  }
}
.ec-productRole .ec-productRole__code {
  font-size: 14px;
  padding: 14px 0;
  border-bottom: 1px dotted #ccc;
}
.ec-productRole .kanren_list {
  position: relative;
  padding: 3px 0.5em;
}
@media only screen and (min-width: 1024px) {
  .ec-productRole .kanren_list {
    padding: 23px 1em 1em;
  }
}
.ec-productRole .kanren_list a {
  color: #313131 !important;
}
.ec-productRole .ec-productRole__category {
  display: none;
  font-size: 12px;
  padding: 14px 0;
  border-bottom: 1px dotted #ccc;
  list-style-type: none;
}
@media only screen and (min-width: 1024px) {
  .ec-productRole .ec-productRole__category {
    font-size: 14px;
    margin: 0 0 1em;
    padding: 1em 0;
  }
}
.ec-productRole .ec-productRole__category .ec-productRole .ec-productRole__category__category > li {
  padding: 0.8em 0 !important;
}
.ec-productRole .ec-productRole__category a {
  color: #313131;
}
.ec-productRole .ec-productRole__category ul {
  list-style: none;
  padding: 1em 0;
  margin: 0;
}
.ec-productRole .ec-productRole__category ul li ul {
  display: none;
}
.ec-productRole .ec-productRole__actions {
  padding: 14px 0;
}
.ec-productRole .ec-productRole__actions .ec-select select {
  height: 40px;
  max-width: 100%;
  min-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .ec-productRole .ec-productRole__actions .ec-select select {
    min-width: 350px;
    max-width: 350px;
  }
}
.ec-productRole .ec-productRole__actions .ec-select.--num select {
  min-width: 5em;
  max-width: 5em;
}
@media only screen and (min-width: 1024px) {
  .ec-productRole .ec-productRole__actions .ec-select.--num select {
    min-width: 5em;
    max-width: 5em;
  }
}
.ec-productRole .ec-productRole__btn {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .ec-productRole .ec-productRole__btn {
    width: 100%;
    margin-bottom: 16px;
    min-width: 350px;
  }
}
.ec-productRole .ec-productRole__btn .ec-blockBtn--action,
.ec-productRole .ec-productRole__btn .ec-blockBtn--cancel {
  height: 42px;
  line-height: 42px;
}
@media only screen and (min-width: 1024px) {
  .ec-productRole .ec-productRole__btn .ec-blockBtn--action,
  .ec-productRole .ec-productRole__btn .ec-blockBtn--cancel {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }
}
.ec-productRole .ec-productRole__desc {
  padding: 1em 0 0 !important;
}
.ec-productRole .ec-productRole__desc, .ec-productRole .ec-productRole__description, .ec-productRole .ec-productRole__freearea {
  margin-bottom: 16px;
  padding: 1em 10px 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__desc, .ec-productRole .ec-productRole__description, .ec-productRole .ec-productRole__freearea {
    padding: 1em 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .ec-productRole .ec-productRole__desc, .ec-productRole .ec-productRole__description, .ec-productRole .ec-productRole__freearea {
    padding: 1em 0 0;
  }
}
.ec-productRole .ec-productRole__desc h1, .ec-productRole .ec-productRole__description h1, .ec-productRole .ec-productRole__freearea h1 {
  margin: 0 0 1.2em;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1024px) {
  .ec-productRole .ec-productRole__desc h1, .ec-productRole .ec-productRole__description h1, .ec-productRole .ec-productRole__freearea h1 {
    font-size: 24px;
  }
}
.ec-productRole .ec-productRole__desc h2, .ec-productRole .ec-productRole__description h2, .ec-productRole .ec-productRole__freearea h2 {
  margin: 0 0 1.2em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1024px) {
  .ec-productRole .ec-productRole__desc h2, .ec-productRole .ec-productRole__description h2, .ec-productRole .ec-productRole__freearea h2 {
    font-size: 21px;
  }
}
.ec-productRole .ec-productRole__desc h3, .ec-productRole .ec-productRole__description h3, .ec-productRole .ec-productRole__freearea h3 {
  margin: 0 0 1.2em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1024px) {
  .ec-productRole .ec-productRole__desc h3, .ec-productRole .ec-productRole__description h3, .ec-productRole .ec-productRole__freearea h3 {
    font-size: 18px;
  }
}
.ec-productRole .ec-productRole__desc h4, .ec-productRole .ec-productRole__description h4, .ec-productRole .ec-productRole__freearea h4 {
  margin: 0 0 1.2em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1024px) {
  .ec-productRole .ec-productRole__desc h4, .ec-productRole .ec-productRole__description h4, .ec-productRole .ec-productRole__freearea h4 {
    font-size: 16px;
  }
}
.ec-productRole .ec-productRole__desc p, .ec-productRole .ec-productRole__description p, .ec-productRole .ec-productRole__freearea p {
  margin: 1.2em 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 13px;
}
@media only screen and (min-width: 1024px) {
  .ec-productRole .ec-productRole__desc p, .ec-productRole .ec-productRole__description p, .ec-productRole .ec-productRole__freearea p {
    font-size: 16px;
  }
}
.ec-productRole .ec-productRole__desc img, .ec-productRole .ec-productRole__description img, .ec-productRole .ec-productRole__freearea img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}
.ec-productRole .ec-productRole__desc table, .ec-productRole .ec-productRole__description table, .ec-productRole .ec-productRole__freearea table {
  width: 100% !important;
}
.ec-productRole .ec-productRole__desc table tr td:first-child, .ec-productRole .ec-productRole__description table tr td:first-child, .ec-productRole .ec-productRole__freearea table tr td:first-child {
  white-space: nowrap;
}
.ec-productRole .ec-productRole__desc ul, .ec-productRole .ec-productRole__description ul, .ec-productRole .ec-productRole__freearea ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ec-productRole .ec-productRole__desc .layoutType01, .ec-productRole .ec-productRole__description .layoutType01, .ec-productRole .ec-productRole__freearea .layoutType01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ec-productRole .ec-productRole__desc .layoutType01 > *, .ec-productRole .ec-productRole__description .layoutType01 > *, .ec-productRole .ec-productRole__freearea .layoutType01 > * {
  width: 49%;
  margin-bottom: 2em;
}
@media only screen and (min-width: 1024px) {
  .ec-productRole .ec-productRole__desc .layoutType01 > *, .ec-productRole .ec-productRole__description .layoutType01 > *, .ec-productRole .ec-productRole__freearea .layoutType01 > * {
    width: 49%;
  }
}
.ec-productRole .ec-productRole__desc .layoutType01 > * h2, .ec-productRole .ec-productRole__description .layoutType01 > * h2, .ec-productRole .ec-productRole__freearea .layoutType01 > * h2 {
  margin: 0.5em 0 0;
}

/**
メディアクエリ
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: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-right: 4px;
  padding-left: 4px;
}
.ec-cartRole:after {
  content: " ";
  display: table;
}
.ec-cartRole:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .ec-cartRole {
    font-size: 16px;
  }
}
.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;
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  .ec-cartRole .ec-cartRole__progress {
    font-size: 16px;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-cartRole .ec-cartRole__totalText {
    margin-bottom: 30px;
    padding: 0;
  }
}
.ec-cartRole .ec-cartRole__cart {
  margin: 1em 0 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .ec-cartRole .ec-cartRole__cart {
    margin: 0 10%;
  }
}
.ec-cartRole .ec-cartRole__actions {
  text-align: right;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .ec-cartRole .ec-cartRole__actions {
    width: 20%;
    margin-right: 10%;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-cartRole .ec-cartRole__totalAmount {
    font-size: 24px;
  }
}
.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%;
}
@media only screen and (min-width: 1024px) {
  .ec-cartTable {
    border-top: none;
  }
}

/*
カート商品表示枠（テーブルヘッダ）

カート内の商品を表示するテーブルのヘッダです。
スマホでは非表示となります。

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;
}
@media only screen and (min-width: 1024px) {
  .ec-cartHeader {
    display: table-row;
  }
}
.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: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-cartCompleteRole:after {
  content: " ";
  display: table;
}
.ec-cartCompleteRole:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .ec-cartCompleteRole {
    font-size: 16px;
  }
}
.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: 6%;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  .ec-cartRow .ec-cartRow__delColumn {
    width: 8.3333333%;
  }
}
.ec-cartRow .ec-cartRow__delColumn .ec-icon img {
  width: 1.2em;
  height: 1.2em;
}
@media only screen and (min-width: 1024px) {
  .ec-cartRow .ec-cartRow__delColumn .ec-icon img {
    width: 1em;
    height: 1em;
  }
}
.ec-cartRow .ec-cartRow__contentColumn {
  border-bottom: 1px dotted #ccc;
  padding: 16px 0;
  display: table;
}
@media only screen and (min-width: 1024px) {
  .ec-cartRow .ec-cartRow__contentColumn {
    display: table-cell;
    padding: 10px 0;
  }
}
.ec-cartRow .ec-cartRow__img {
  display: table-cell;
  width: 22%;
  vertical-align: middle;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 1024px) {
  .ec-cartRow .ec-cartRow__img {
    display: inline-block;
    min-width: 80px;
    max-width: 100px;
    padding-right: 0;
    padding-left: 0;
  }
}
.ec-cartRow .ec-cartRow__summary {
  display: table-cell;
  margin-left: 5px;
  font-weight: bold;
  vertical-align: middle;
  width: 58%;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .ec-cartRow .ec-cartRow__summary {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    font-size: 16px;
    width: 78%;
  }
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
  margin-bottom: 5px;
  font-size: 0.8em;
  font-weight: 500;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name a {
  display: inline-block;
  margin-bottom: 0.3em;
  font-size: 1.3em;
  font-weight: bold;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP {
  display: block;
  font-weight: normal;
}
@media only screen and (min-width: 1024px) {
  .ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP {
    display: none;
  }
}
.ec-cartRow .ec-cartRow__amountColumn {
  display: table-cell;
  border-bottom: 1px dotted #ccc;
  vertical-align: middle;
  text-align: center;
  width: 20%;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .ec-cartRow .ec-cartRow__amountColumn {
    width: 16.66666667%;
    font-size: 16px;
  }
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
  display: none;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
    display: block;
  }
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
    display: none;
  }
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
    display: block;
  }
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton {
  margin: 0 2px;
  display: inline-block;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  cursor: pointer;
  line-height: 30px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    line-height: 40px;
  }
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton .ec-cartRow__amountUpButton__icon img {
  display: block;
  margin-left: -0.4em;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 18%;
  left: 50%;
}
@media only screen and (min-width: 1024px) {
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton .ec-cartRow__amountUpButton__icon img {
    top: 28%;
  }
}
.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: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  cursor: pointer;
  line-height: 30px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton, .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    line-height: 40px;
  }
}
.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: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 18%;
  left: 50%;
}
@media only screen and (min-width: 1024px) {
  .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 {
    top: 28%;
  }
}
.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%;
}
@media only screen and (min-width: 1024px) {
  .ec-cartRow .ec-cartRow__subtotalColumn {
    display: table-cell;
  }
}

/*
カート内商品(商品が１の場合)

商品が１の場合はカート商品を減らす「-」ボタンの無効化状態になります。

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: 10px;
  text-align: center;
  background: #F99;
  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: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -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;
}
@media only screen and (min-width: 1024px) {
  .ec-orderRole {
    font-size: 16px;
  }
}
.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%;
}
@media only screen and (min-width: 1024px) {
  .ec-orderRole {
    margin-top: 20px;
    flex-direction: row;
  }
}
.ec-orderRole .ec-inlineBtn {
  font-weight: normal;
}
.ec-orderRole .ec-orderRole__detail {
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .ec-orderRole .ec-orderRole__detail {
    padding: 0 16px;
    width: 66.66666%;
  }
}
.ec-orderRole .ec-orderRole__summary {
  width: 100%;
}
.ec-orderRole .ec-orderRole__summary .ec-inlineBtn {
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .ec-orderRole .ec-orderRole__summary {
    width: 33.33333%;
    padding: 0 16px;
  }
  .ec-orderRole .ec-orderRole__summary .ec-inlineBtn {
    display: none;
  }
}
.ec-orderRole .ec-borderedList {
  margin-bottom: 20px;
  border-top: 1px dotted #ccc;
}
@media only screen and (min-width: 1024px) {
  .ec-orderRole .ec-borderedList {
    border-top: none;
  }
}

/*
注文履歴詳細 オーダ情報

マイページ 注文履歴詳細部に関する 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 {
  margin-bottom: 0;
}
.ec-orderAccount:after {
  content: " ";
  display: table;
}
.ec-orderAccount:after {
  clear: both;
}
.ec-orderAccount .ec-orderAccount__change {
  display: inline-block;
  margin-left: 10px;
  float: right;
}
.ec-orderAccount .ec-orderAccount__account {
  margin-bottom: 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__block {
  margin: 20px 0;
}
.ec-orderDelivery .ec-orderDelivery__title {
  padding: 16px 0 17px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.ec-orderDelivery .ec-orderDelivery__change {
  display: flex;
  justify-content: space-between;
  padding-top: 0.6em;
  position: static;
}
.ec-orderDelivery .ec-orderDelivery__change > * {
  margin-left: 0;
  width: 49%;
  float: none;
}
@media only screen and (min-width: 1024px) {
  .ec-orderDelivery .ec-orderDelivery__change {
    position: absolute;
    right: 0;
    top: 12px;
    display: inline-block;
    padding-top: 0;
  }
  .ec-orderDelivery .ec-orderDelivery__change > * {
    margin-left: 1.5em;
    width: auto;
    float: right;
  }
}
.ec-orderDelivery .ec-orderDelivery__change .ec-inlineBtnChange {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 11px;
  line-height: 1.1;
  border-radius: 0px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px 14px;
  text-decoration: none;
  color: #fff;
  background-color: #1b1464;
  border-color: #1b1464;
  transition: opacity 0.6s;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1024px) {
  .ec-orderDelivery .ec-orderDelivery__change .ec-inlineBtnChange {
    font-size: 13px;
  }
}
.ec-orderDelivery .ec-orderDelivery__change .ec-inlineBtnChange:hover {
  opacity: 0.7;
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-orderConfirm {
    margin-bottom: 0;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-AddAddress {
    margin: 0 10%;
  }
}
.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%;
}
@media only screen and (min-width: 1024px) {
  .ec-AddAddress .ec-AddAddress__selectAddress select {
    min-width: 350px;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-historyRole .ec-historyRole__contents {
    flex-direction: row;
  }
}
.ec-historyRole .ec-historyRole__header {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .ec-historyRole .ec-historyRole__header {
    width: 33.3333%;
  }
}
.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.3rem;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .ec-historyRole .ec-historyRole__detail .ec-historyRole__detailTitle {
    font-size: 1.6rem;
  }
}
.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice {
  margin-bottom: 8px;
  font-size: 1.3rem;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .ec-historyRole .ec-historyRole__detail {
    width: 66.6666%;
    border-top: none;
  }
}

/*
注文履歴一覧 規格

マイページ 注文履歴内アイテムの規格を定義します。

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: 0.5rem;
  font-size: 1.6rem;
}
.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailOption::after {
  display: inline-block;
  padding-left: 0.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;
}
@media only screen and (min-width: 1024px) {
  .ec-historyListHeader .ec-historyListHeader__date {
    font-weight: bold;
    font-size: 20px;
  }
}
.ec-historyListHeader .ec-historyListHeader__action {
  margin: 16px 0;
}
.ec-historyListHeader .ec-historyListHeader__action a {
  font-size: 12px;
  font-weight: normal;
}
@media only screen and (min-width: 1024px) {
  .ec-historyListHeader .ec-historyListHeader__action a {
    font-size: 14px;
  }
}

/**
 * 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: #004161;
  text-decoration: none;
  cursor: pointer;
}
.ec-orderMail .ec-orderMail__link a:hover {
  color: #33A8D0;
}
.ec-orderMail .ec-orderMail__close a {
  color: #004161;
  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: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-forgotRole:after {
  content: " ";
  display: table;
}
.ec-forgotRole:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .ec-forgotRole {
    font-size: 16px;
  }
}
.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: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-registerRole:after {
  content: " ";
  display: table;
}
.ec-registerRole:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .ec-registerRole {
    font-size: 16px;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-registerRole .ec-registerRole__actions {
    text-align: left;
  }
}
.ec-registerRole .ec-registerRole__actions p {
  margin-bottom: 16px;
}
.ec-registerRole .ec-blockBtn--action {
  margin-bottom: 16px;
}

.ec-registerCompleteRole {
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-registerCompleteRole:after {
  content: " ";
  display: table;
}
.ec-registerCompleteRole:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .ec-registerCompleteRole {
    font-size: 16px;
  }
}
.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: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-contactRole:after {
  content: " ";
  display: table;
}
.ec-contactRole:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .ec-contactRole {
    font-size: 16px;
  }
}
.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: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-contactConfirmRole:after {
  content: " ";
  display: table;
}
.ec-contactConfirmRole:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .ec-contactConfirmRole {
    font-size: 16px;
  }
}
.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: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-contactCompleteRole:after {
  content: " ";
  display: table;
}
.ec-contactCompleteRole:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .ec-contactCompleteRole {
    font-size: 16px;
  }
}
.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: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-customerRole:after {
  content: " ";
  display: table;
}
.ec-customerRole:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .ec-customerRole {
    font-size: 16px;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-customerRole .ec-blockBtn--action {
    margin-bottom: 16px;
  }
}

.ec-contactConfirmRole {
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-contactConfirmRole:after {
  content: " ";
  display: table;
}
.ec-contactConfirmRole:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .ec-contactConfirmRole {
    font-size: 16px;
  }
}
.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: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-contactCompleteRole:after {
  content: " ";
  display: table;
}
.ec-contactCompleteRole:after {
  clear: both;
}
@media only screen and (min-width: 1024px) {
  .ec-contactCompleteRole {
    font-size: 16px;
  }
}
.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: 12px;
  line-height: 1.4;
  color: #313131;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100vh;
  background-color: #f2f2f2;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .ec-404Role {
    font-size: 16px;
  }
}
.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: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -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;
}
@media only screen and (min-width: 1024px) {
  .ec-withdrawRole {
    font-size: 16px;
  }
}
.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: 18px;
}
@media only screen and (min-width: 1024px) {
  .ec-withdrawRole .ec-withdrawRole__title {
    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: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.4;
  color: #313131;
  -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;
}
@media only screen and (min-width: 1024px) {
  .ec-userEditCompleteRole {
    font-size: 16px;
  }
}
.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;
}
@media only screen and (min-width: 1024px) {
  .ec-userEditCompleteRole .ec-userEditCompleteRole__title {
    font-size: 32px;
  }
}
.ec-userEditCompleteRole .ec-userEditCompleteRole__description {
  margin-bottom: 32px;
  font-size: 16px;
}

.p-whiteday2022 img {
  display: block;
  width: 100%;
  height: auto;
}
.p-whiteday2022 ul {
  list-style-type: none;
}
.p-whiteday2022_header {
  padding: 1em;
}
.p-whiteday2022_header--logo {
  display: block;
  margin: auto;
  max-width: 230px;
}
@media (max-width: 640px) {
  .p-whiteday2022_header--logo {
    max-width: 160px;
  }
}
.p-whiteday2022_fv--logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-whiteday2022_fv--logo--pc {
  display: block !important;
}
@media (max-width: 640px) {
  .p-whiteday2022_fv--logo--pc {
    display: none !important;
  }
}
.p-whiteday2022_fv--logo--sp {
  display: none !important;
}
@media (max-width: 640px) {
  .p-whiteday2022_fv--logo--sp {
    display: block !important;
  }
}
.p-whiteday2022_main {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 80px, rgb(172, 231, 232) 80px, rgb(172, 231, 232) 160px);
}
.p-whiteday2022_main--bg {
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}
.p-whiteday2022_main--bg--text {
  margin: 100px 0 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
@media (max-width: 640px) {
  .p-whiteday2022_main--bg--text {
    margin: 40px 0 0;
  }
}
.p-whiteday2022_main--bg--text span {
  display: inline-block;
  padding: 0.4em 1em;
  font-size: 1.2em;
  color: #fff;
  background-color: #89503e;
  font-weight: bold;
}
@media (max-width: 640px) {
  .p-whiteday2022_main--bg--text span {
    font-size: 0.86em;
  }
}
.p-whiteday2022_main--copyBlock {
  padding: 90px 1em;
  background-color: #419699;
  position: relative;
}
.p-whiteday2022_main--copyBlock:before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background-image: url(../img/whiteday/item_03.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 800px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-whiteday2022_main--copyBlock:after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background-image: url(../img/whiteday/item_04.png);
  background-repeat: repeat-x;
  background-position: bottom 10px center 0px;
  background-size: 1000px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-whiteday2022_main--copy {
  margin: 0 0 30px;
  padding: 0.2em 1em;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 5;
}
@media (max-width: 834px) {
  .p-whiteday2022_main--copy {
    font-size: 21px;
  }
}
@media (max-width: 640px) {
  .p-whiteday2022_main--copy {
    margin: 20px 0;
    font-size: 16px;
  }
}
.p-whiteday2022_main--bg {
  position: relative;
  top: -60px;
  margin: auto;
  width: 100%;
  z-index: 1;
}
@media (max-width: 640px) {
  .p-whiteday2022_main--bg {
    top: -20px;
  }
}
.p-whiteday2022_main--item01 {
  width: 30%;
  max-width: 230px;
  position: absolute;
  top: -10px;
  left: calc(50% - 560px);
  z-index: 3;
}
@media (max-width: 834px) {
  .p-whiteday2022_main--item01 {
    max-width: 140px;
    left: 3%;
  }
}
@media (max-width: 640px) {
  .p-whiteday2022_main--item01 {
    max-width: 70px;
  }
}
.p-whiteday2022_main--item02 {
  width: 30%;
  max-width: 230px;
  position: absolute;
  top: 20px;
  right: calc(50% - 560px);
  z-index: 3;
}
@media (max-width: 834px) {
  .p-whiteday2022_main--item02 {
    max-width: 140px;
    right: 3%;
  }
}
@media (max-width: 640px) {
  .p-whiteday2022_main--item02 {
    max-width: 70px;
  }
}
.p-whiteday2022_main--item05 {
  width: 20%;
  max-width: 180px;
  position: absolute;
  top: 120px;
  left: calc(50% - 560px);
  z-index: 3;
}
@media (max-width: 834px) {
  .p-whiteday2022_main--item05 {
    max-width: 140px;
    left: 3%;
  }
}
@media (max-width: 640px) {
  .p-whiteday2022_main--item05 {
    max-width: 70px;
  }
}
.p-whiteday2022_main--item06 {
  width: 20%;
  max-width: 190px;
  position: absolute;
  top: 140px;
  right: calc(50% - 560px);
  z-index: 3;
}
@media (max-width: 834px) {
  .p-whiteday2022_main--item06 {
    max-width: 140px;
    right: 3%;
  }
}
@media (max-width: 640px) {
  .p-whiteday2022_main--item06 {
    max-width: 70px;
  }
}
.p-whiteday2022_block {
  margin: 60px auto 260px;
  padding: 0 0 50px;
  width: 100%;
  max-width: 1000px;
  background-color: #f8f0e4;
  background-size: calc(100% + 40px);
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
}
@media (max-width: 834px) {
  .p-whiteday2022_block {
    margin: 50px auto 260px;
    padding: 0;
    max-width: 97%;
  }
}
@media (max-width: 640px) {
  .p-whiteday2022_block {
    margin: 40px auto 120px;
  }
}
.p-whiteday2022_block--title {
  margin: 50px 0;
  padding: 0.2em 1em;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background-color: #419699;
}
@media (max-width: 640px) {
  .p-whiteday2022_block--title {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 17px;
  }
}
.p-whiteday2022_block--title:first-child {
  margin-top: 0;
}
.p-whiteday2022_block--titleYou {
  margin: 50px 0;
  padding: 0.2em 1em;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #faf5e9;
  background-color: #becca6;
}
@media (max-width: 640px) {
  .p-whiteday2022_block--titleYou {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 17px;
  }
}
.p-whiteday2022_block--subTitle2 {
  margin: 10px 0 1em;
  padding: 0.2em 1em;
  font-size: 36px;
  font-weight: 500;
  color: #419699;
  letter-spacing: 0.05em;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 640px) {
  .p-whiteday2022_block--subTitle2 {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 18px;
  }
}
.p-whiteday2022_block--subTitle {
  margin: 0;
  padding: 60px 1em;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #589498;
  background-color: #b8e5e7;
  position: relative;
  z-index: 5;
}
@media (max-width: 640px) {
  .p-whiteday2022_block--subTitle {
    padding: 0.4em 1em;
    font-size: 18px;
  }
}
.p-whiteday2022_block--subText {
  margin: 10px 0 2em;
  font-size: 23px;
  font-weight: bold;
  color: #a67c52;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 640px) {
  .p-whiteday2022_block--subText {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 12px;
  }
}
.p-whiteday2022_item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  padding: 0 1em;
  max-width: 960px;
}
.p-whiteday2022_item > * {
  margin: 0 1% 60px;
  flex-basis: 48%;
  position: relative;
}
@media (max-width: 640px) {
  .p-whiteday2022_item > * {
    margin: 0 1% 60px;
    flex-basis: 96%;
  }
}
.p-whiteday2022_item--oneCol > * {
  flex-basis: 100%;
}
@media (max-width: 640px) {
  .p-whiteday2022_item--oneCol > * {
    margin: 0 1% 60px;
    flex-basis: 96%;
  }
}
.p-whiteday2022_item--osusume {
  position: absolute;
  top: -26px;
  left: -30px;
  width: 25%;
  max-width: 180px;
  z-index: 2;
}
@media (max-width: 834px) {
  .p-whiteday2022_item--osusume {
    width: 20%;
    left: -16px;
    max-width: 111px;
  }
}
@media (max-width: 640px) {
  .p-whiteday2022_item--osusume {
    top: -16px;
    left: -16px;
    max-width: 111px;
  }
}
.p-whiteday2022_item--label {
  margin: 0;
  padding: 1em 0 0;
  font-size: 1.5em;
  text-align: center;
  color: #7d4a37;
  background-color: #fff;
}
@media (max-width: 640px) {
  .p-whiteday2022_item--label {
    padding: 0.4em 0 0;
  }
}
.p-whiteday2022_item--image {
  border: 20px solid #fff;
  border-bottom: 40px solid #fff;
}
@media (max-width: 640px) {
  .p-whiteday2022_item--image {
    border: 16px solid #fff;
    border-bottom: 20px solid #fff;
    border-top: 10px solid #fff;
  }
}
.p-whiteday2022_item--oneCol .p-valentine2022_item--image {
  border: 30px solid #fff;
  border-bottom: 50px solid #fff;
}
@media (max-width: 640px) {
  .p-whiteday2022_item--oneCol .p-valentine2022_item--image {
    border: 16px solid #fff;
    border-bottom: 20px solid #fff;
    border-top: 10px solid #fff;
  }
}
.p-whiteday2022_item--icon {
  display: flex;
  padding: 1em 0;
  max-width: 460px;
}
.p-whiteday2022_item--icon > * {
  width: 15%;
  margin-right: 2%;
}
.p-whiteday2022_item--icon > *:last-child {
  margin-right: 0;
}
.p-whiteday2022_item--title {
  margin: 0.3em 0 0;
  font-size: 1.4em;
  color: #603813;
}
@media (max-width: 640px) {
  .p-whiteday2022_item--title {
    margin: 0;
    font-size: 1em;
  }
}
.p-whiteday2022_item--description {
  color: #603813;
  line-height: 1.6;
  min-height: 5em;
}
@media (max-width: 640px) {
  .p-whiteday2022_item--description {
    font-size: 0.8em;
  }
}
.p-whiteday2022_item--price {
  margin: 0;
  font-size: 1.4em;
  font-weight: bold;
  color: #419699;
}
.p-whiteday2022_item--tax {
  font-size: 0.6em;
}
.p-whiteday2022_item--link {
  margin: 0.5em 0;
}
.p-whiteday2022_item--link a {
  display: inline-block;
  position: relative;
  padding: 0.5em 2.1em 0.5em 1.4em;
  line-height: 1.5;
  color: #faf5e9 !important;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #419699;
  text-decoration: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}
@media (max-width: 640px) {
  .p-whiteday2022_item--link a {
    padding: 0.5em 2.1em 0.5em 1.4em;
    font-size: 1em;
    letter-spacing: 0.05em;
    border-radius: 0.25rem;
  }
}
.p-whiteday2022_item--link a:before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.95em;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0.8em;
  margin: 0;
  padding: 0;
  content: "\f054";
  transition: all 0.3s;
}
.p-whiteday2022_item--link a:hover {
  background-color: rgba(65, 150, 153, 0.8);
}
.p-whiteday2022_item--link a:hover:before {
  right: 0.4em;
}
.p-whiteday2022_item--topLink {
  display: inline-block;
  position: relative;
  padding: 0.4em 3.2em 0.35em 2.1em;
  line-height: 1.5;
  font-size: 2em;
  font-weight: bold;
  color: #fff !important;
  background-color: #ff93a8;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  vertical-align: middle;
  letter-spacing: 0.1em;
  border-radius: 0.4rem;
}
@media (max-width: 640px) {
  .p-whiteday2022_item--topLink {
    font-size: 1.6em;
    letter-spacing: 0.05em;
    border-radius: 0.25rem;
  }
}
.p-whiteday2022_item--topLink:before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.95em;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.55em);
  right: 1.8em;
  margin: 0;
  padding: 0;
  content: "\f077";
  transition: all 0.3s;
}
.p-whiteday2022_item--topLink:hover {
  background-color: #ea8ba6;
}
.p-whiteday2022_item--topLink:hover:before {
  top: calc(50% - 0.7em);
}
.p-whiteday2022_footer {
  margin: 0;
  padding: 2em 1em;
  text-align: center;
  color: #fff;
  background-color: #419699;
  position: relative;
}
.p-whiteday2022_footer--topLink {
  display: block;
  margin: 0 auto;
  padding: 0.6em 1.2em;
  width: 280px;
  height: 2.6em;
  font-weight: bold;
  color: #fff !important;
  background-color: #419699;
  text-decoration: none;
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: -2.6em;
  left: 0;
  right: 0;
  z-index: 4;
  transition: background-color 0.6s;
}
@media (max-width: 640px) {
  .p-whiteday2022_footer--topLink {
    width: 210px;
  }
}
.p-whiteday2022_footer--topLink:before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.95em;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.35em);
  right: 1.3em;
  margin: 0;
  padding: 0;
  content: "\f062";
  transition: all 0.3s;
}
.p-whiteday2022_footer--topLink:hover {
  background-color: rgba(65, 150, 153, 0.6);
}
.p-whiteday2022_footer--topLink:hover:before {
  top: calc(50% - 0.7em);
}
.p-whiteday2022_footer--nav {
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .p-whiteday2022_footer--nav {
    flex-wrap: wrap;
  }
}
.p-whiteday2022_footer--nav > * {
  margin: 1em;
}
@media (max-width: 640px) {
  .p-whiteday2022_footer--nav > * {
    margin: 0.4em 1em;
  }
}
.p-whiteday2022_footer--nav > * a {
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.4s;
}
@media (max-width: 640px) {
  .p-whiteday2022_footer--nav > * a {
    font-size: 10px;
  }
}
.p-whiteday2022_footer--nav > * a:hover {
  opacity: 0.6;
}
.p-whiteday2022_footer--copy {
  font-size: 0.8em;
}
@media (max-width: 640px) {
  .p-whiteday2022_footer--copy {
    display: inline-block;
    margin: 1.2em 0 0;
  }
}

.p-valentine2022 img {
  display: block;
  width: 100%;
  height: auto;
}
.p-valentine2022 ul {
  list-style-type: none;
}
.p-valentine2022_header {
  padding: 1em;
}
.p-valentine2022_header--logo {
  display: block;
  margin: auto;
  max-width: 230px;
}
@media (max-width: 640px) {
  .p-valentine2022_header--logo {
    max-width: 160px;
  }
}
.p-valentine2022_fv--logo {
  margin: 0 !important;
}
.p-valentine2022_fv--logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-valentine2022_fv--logo--pc {
  display: block !important;
}
@media (max-width: 640px) {
  .p-valentine2022_fv--logo--pc {
    display: none !important;
  }
}
.p-valentine2022_fv--logo--sp {
  display: none !important;
}
@media (max-width: 640px) {
  .p-valentine2022_fv--logo--sp {
    display: block !important;
  }
}
.p-valentine2022_main {
  margin: 0;
  padding: 0;
  background-image: url(../img/valentine/bg.png);
  background-size: 80px;
  background-repeat: repeat;
  position: relative;
  overflow: hidden;
}
.p-valentine2022_main--copyBlock {
  padding: 1px;
  background-color: #ffafae;
}
.p-valentine2022_main--copy {
  margin: 0 0 30px;
  padding: 0.2em 1em;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 5;
}
@media (max-width: 834px) {
  .p-valentine2022_main--copy {
    font-size: 21px;
  }
}
@media (max-width: 640px) {
  .p-valentine2022_main--copy {
    margin: 20px 0;
    font-size: 16px;
  }
}
.p-valentine2022_main--bg {
  position: relative;
  top: -60px;
  margin: auto;
  width: 100%;
  z-index: 1;
}
@media (max-width: 640px) {
  .p-valentine2022_main--bg {
    top: -20px;
  }
}
.p-valentine2022_main--bg--text {
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
@media (max-width: 640px) {
  .p-valentine2022_main--bg--text {
    top: 30px;
  }
}
.p-valentine2022_main--bg--text span {
  display: inline-block;
  padding: 0.4em 1em;
  font-size: 1.2em;
  color: #fff;
  background-color: #89503e;
  font-weight: bold;
}
@media (max-width: 640px) {
  .p-valentine2022_main--bg--text span {
    font-size: 0.86em;
  }
}
.p-valentine2022_main--item1 {
  width: 30%;
  max-width: 230px;
  position: absolute;
  top: 120px;
  left: calc(50% + 360px);
  z-index: 3;
}
@media (max-width: 834px) {
  .p-valentine2022_main--item1 {
    max-width: 140px;
    top: 80px;
    left: auto;
    right: 3%;
  }
}
@media (max-width: 640px) {
  .p-valentine2022_main--item1 {
    top: 120px;
    max-width: 70px;
  }
}
.p-valentine2022_main--item2 {
  width: 30%;
  max-width: 230px;
  position: absolute;
  top: 160px;
  right: calc(50% + 360px);
  z-index: 3;
}
@media (max-width: 834px) {
  .p-valentine2022_main--item2 {
    max-width: 140px;
    top: 60px;
    right: auto;
    left: 3%;
  }
}
@media (max-width: 640px) {
  .p-valentine2022_main--item2 {
    top: 90px;
    max-width: 70px;
  }
}
.p-valentine2022_main--item3 {
  width: 10%;
  position: absolute;
  top: 250px;
  left: calc(50% - 100px);
  z-index: 3;
}
@media (max-width: 834px) {
  .p-valentine2022_main--item3 {
    left: calc(50% - 10px);
  }
}
.p-valentine2022_block {
  margin: -320px auto 260px;
  padding: 0 0 50px;
  width: 100%;
  max-width: 1000px;
  background-color: #f5e6cc;
  background-size: calc(100% + 40px);
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
}
@media (max-width: 834px) {
  .p-valentine2022_block {
    margin: -180px auto 260px;
    padding: 0;
    max-width: 97%;
  }
}
@media (max-width: 640px) {
  .p-valentine2022_block {
    margin: -100px auto 120px;
  }
}
.p-valentine2022_block--title {
  margin: 50px 0;
  padding: 0.2em 1em;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background-color: #88bfba;
}
@media (max-width: 640px) {
  .p-valentine2022_block--title {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 17px;
  }
}
.p-valentine2022_block--title:first-child {
  margin-top: 0;
}
.p-valentine2022_block--titleYou {
  margin: 50px 0;
  padding: 0.2em 1em;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #faf5e9;
  background-color: #becca6;
}
@media (max-width: 640px) {
  .p-valentine2022_block--titleYou {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 17px;
  }
}
.p-valentine2022_block--subTitle2 {
  margin: 10px 0 1em;
  padding: 0.2em 1em;
  font-size: 36px;
  font-weight: 500;
  color: #ea7a7a;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 640px) {
  .p-valentine2022_block--subTitle2 {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 18px;
  }
}
.p-valentine2022_block--subTitle {
  margin: 50px 0 20px;
  padding: 0.2em 1em;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #7d4a37;
  position: relative;
  z-index: 5;
}
@media (max-width: 640px) {
  .p-valentine2022_block--subTitle {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 18px;
  }
}
.p-valentine2022_block--subText {
  margin: 10px 0 2em;
  font-size: 23px;
  font-weight: bold;
  color: #a67c52;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 640px) {
  .p-valentine2022_block--subText {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 12px;
  }
}
.p-valentine2022_item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  padding: 0 1em;
  max-width: 960px;
}
.p-valentine2022_item > * {
  margin: 0 1% 60px;
  flex-basis: 48%;
  position: relative;
}
@media (max-width: 640px) {
  .p-valentine2022_item > * {
    margin: 0 1% 60px;
    flex-basis: 96%;
  }
}
.p-valentine2022_item--oneCol > * {
  flex-basis: 100%;
}
@media (max-width: 640px) {
  .p-valentine2022_item--oneCol > * {
    margin: 0 1% 60px;
    flex-basis: 96%;
  }
}
.p-valentine2022_item--osusume {
  position: absolute;
  top: -26px;
  left: -30px;
  width: 25%;
  max-width: 180px;
  z-index: 2;
}
@media (max-width: 834px) {
  .p-valentine2022_item--osusume {
    width: 20%;
    left: -16px;
    max-width: 111px;
  }
}
@media (max-width: 640px) {
  .p-valentine2022_item--osusume {
    top: -16px;
    left: -16px;
    max-width: 111px;
  }
}
.p-valentine2022_item--label {
  margin: 0;
  padding: 1em 0 0;
  font-size: 1.5em;
  text-align: center;
  color: #7d4a37;
  background-color: #fff;
}
@media (max-width: 640px) {
  .p-valentine2022_item--label {
    padding: 0.4em 0 0;
  }
}
.p-valentine2022_item--image {
  border: 20px solid #fff;
  border-bottom: 40px solid #fff;
}
@media (max-width: 640px) {
  .p-valentine2022_item--image {
    border: 16px solid #fff;
    border-bottom: 20px solid #fff;
    border-top: 10px solid #fff;
  }
}
.p-valentine2022_item--oneCol .p-valentine2022_item--image {
  border: 30px solid #fff;
  border-bottom: 50px solid #fff;
}
@media (max-width: 640px) {
  .p-valentine2022_item--oneCol .p-valentine2022_item--image {
    border: 16px solid #fff;
    border-bottom: 20px solid #fff;
    border-top: 10px solid #fff;
  }
}
.p-valentine2022_item--icon {
  display: flex;
  padding: 1em 0;
  max-width: 460px;
}
.p-valentine2022_item--icon > * {
  width: 15%;
  margin-right: 2%;
}
.p-valentine2022_item--icon > *:last-child {
  margin-right: 0;
}
.p-valentine2022_item--title {
  margin: 0.3em 0 0;
  font-size: 1.4em;
  color: #603813;
}
@media (max-width: 640px) {
  .p-valentine2022_item--title {
    margin: 0;
    font-size: 1em;
  }
}
.p-valentine2022_item--description {
  color: #603813;
  line-height: 1.6;
  min-height: 5em;
}
@media (max-width: 640px) {
  .p-valentine2022_item--description {
    font-size: 0.8em;
  }
}
.p-valentine2022_item--price {
  margin: 0;
  font-size: 1.4em;
  font-weight: bold;
  color: #e97a7a;
}
.p-valentine2022_item--tax {
  font-size: 0.6em;
}
.p-valentine2022_item--link {
  margin: 0.5em 0;
}
.p-valentine2022_item--link a {
  display: inline-block;
  position: relative;
  padding: 0.5em 2.1em 0.5em 1.4em;
  line-height: 1.5;
  color: #faf5e9 !important;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #88bfba;
  text-decoration: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}
@media (max-width: 640px) {
  .p-valentine2022_item--link a {
    padding: 0.5em 2.1em 0.5em 1.4em;
    font-size: 1em;
    letter-spacing: 0.05em;
    border-radius: 0.25rem;
  }
}
.p-valentine2022_item--link a:before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.95em;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0.8em;
  margin: 0;
  padding: 0;
  content: "\f054";
  transition: all 0.3s;
}
.p-valentine2022_item--link a:hover {
  background-color: rgba(136, 191, 186, 0.8);
}
.p-valentine2022_item--link a:hover:before {
  right: 0.4em;
}
.p-valentine2022_item--topLink {
  display: inline-block;
  position: relative;
  padding: 0.4em 3.2em 0.35em 2.1em;
  line-height: 1.5;
  font-size: 2em;
  font-weight: bold;
  color: #fff !important;
  background-color: #ff93a8;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  vertical-align: middle;
  letter-spacing: 0.1em;
  border-radius: 0.4rem;
}
@media (max-width: 640px) {
  .p-valentine2022_item--topLink {
    font-size: 1.6em;
    letter-spacing: 0.05em;
    border-radius: 0.25rem;
  }
}
.p-valentine2022_item--topLink:before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.95em;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.55em);
  right: 1.8em;
  margin: 0;
  padding: 0;
  content: "\f077";
  transition: all 0.3s;
}
.p-valentine2022_item--topLink:hover {
  background-color: #ea8ba6;
}
.p-valentine2022_item--topLink:hover:before {
  top: calc(50% - 0.7em);
}
.p-valentine2022_footer {
  margin: 0;
  padding: 2em 1em;
  text-align: center;
  color: #fff;
  background-color: #e97a7a;
  position: relative;
}
.p-valentine2022_footer--topLink {
  display: block;
  margin: 0 auto;
  padding: 0.6em 1.2em;
  width: 280px;
  height: 2.6em;
  font-weight: bold;
  color: #fff !important;
  background-color: #e97a7a;
  text-decoration: none;
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: -2.6em;
  left: 0;
  right: 0;
  z-index: 4;
  transition: background-color 0.6s;
}
@media (max-width: 640px) {
  .p-valentine2022_footer--topLink {
    width: 210px;
  }
}
.p-valentine2022_footer--topLink:before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.95em;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.35em);
  right: 1.3em;
  margin: 0;
  padding: 0;
  content: "\f062";
  transition: all 0.3s;
}
.p-valentine2022_footer--topLink:hover {
  background-color: rgba(233, 122, 122, 0.6);
}
.p-valentine2022_footer--topLink:hover:before {
  top: calc(50% - 0.7em);
}
.p-valentine2022_footer--nav {
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .p-valentine2022_footer--nav {
    flex-wrap: wrap;
  }
}
.p-valentine2022_footer--nav > * {
  margin: 1em;
}
@media (max-width: 640px) {
  .p-valentine2022_footer--nav > * {
    margin: 0.4em 1em;
  }
}
.p-valentine2022_footer--nav > * a {
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.4s;
}
@media (max-width: 640px) {
  .p-valentine2022_footer--nav > * a {
    font-size: 10px;
  }
}
.p-valentine2022_footer--nav > * a:hover {
  opacity: 0.6;
}
.p-valentine2022_footer--copy {
  font-size: 0.8em;
}
@media (max-width: 640px) {
  .p-valentine2022_footer--copy {
    display: inline-block;
    margin: 1.2em 0 0;
  }
}

.p-christmas2021 img {
  display: block;
  width: 100%;
  height: auto;
}
.p-christmas2021 ul {
  list-style-type: none;
}
.p-christmas2021_header {
  padding: 1em;
}
.p-christmas2021_header--logo {
  display: block;
  margin: auto;
  max-width: 230px;
}
@media (max-width: 640px) {
  .p-christmas2021_header--logo {
    max-width: 160px;
  }
}
.p-christmas2021_fv--logo {
  margin: 0 !important;
}
.p-christmas2021_fv--logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-christmas2021_main {
  background-color: #c12a32;
  position: relative;
  overflow: hidden;
}
@media (max-width: 640px) {
  .p-christmas2021_main {
    background-image: url(./event/christmas2021/images/bg.jpg);
    background-size: 100%;
    background-position: bottom center;
  }
}
.p-christmas2021_main--copy {
  margin: 0 0 30px;
  padding: 0.2em 1em;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #e2caa3;
  position: relative;
  z-index: 5;
}
@media (max-width: 834px) {
  .p-christmas2021_main--copy {
    font-size: 21px;
  }
}
@media (max-width: 640px) {
  .p-christmas2021_main--copy {
    margin: 20px 0;
    font-size: 16px;
  }
}
.p-christmas2021_main--bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 640px) {
  .p-christmas2021_main--bg {
    top: 120px;
  }
}
.p-christmas2021_main--item1 {
  width: 18%;
  position: absolute;
  top: -180px;
  right: -4%;
  z-index: 3;
}
@media (max-width: 640px) {
  .p-christmas2021_main--item1 {
    top: -30px;
  }
}
.p-christmas2021_main--item2 {
  width: 70%;
  position: absolute;
  top: 60px;
  left: -15%;
  z-index: 3;
}
@media (max-width: 640px) {
  .p-christmas2021_main--item2 {
    top: 210px;
  }
}
.p-christmas2021_main--item3 {
  width: 70%;
  position: absolute;
  bottom: -180px;
  right: -15%;
  z-index: 3;
}
@media (max-width: 640px) {
  .p-christmas2021_main--item3 {
    bottom: -30px;
  }
}
.p-christmas2021_block {
  margin: 100px auto 260px;
  padding: 0 0 50px;
  width: 100%;
  max-width: 1000px;
  background-color: #e2caa3;
  background-size: calc(100% + 40px);
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
}
@media (max-width: 834px) {
  .p-christmas2021_block {
    margin: 100px auto 210px;
    padding: 0;
    max-width: 97%;
  }
}
@media (max-width: 640px) {
  .p-christmas2021_block {
    margin: 40px auto 120px;
  }
}
.p-christmas2021_block--title {
  margin: 50px 0;
  padding: 0.2em 1em;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #e2caa3;
  background-color: #234230;
}
@media (max-width: 640px) {
  .p-christmas2021_block--title {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 17px;
  }
}
.p-christmas2021_block--title:first-child {
  margin-top: 0;
}
.p-christmas2021_block--titleYou {
  margin: 50px 0;
  padding: 0.2em 1em;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #faf5e9;
  background-color: #becca6;
}
@media (max-width: 640px) {
  .p-christmas2021_block--titleYou {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 17px;
  }
}
.p-christmas2021_block--subTitle2 {
  margin: 10px 0 1em;
  padding: 0.2em 1em;
  font-size: 36px;
  font-weight: 500;
  color: #7f1c26;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 640px) {
  .p-christmas2021_block--subTitle2 {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 18px;
  }
}
.p-christmas2021_block--subTitle {
  margin: 50px 0 20px;
  padding: 0.2em 1em;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: #e2caa3;
  position: relative;
  z-index: 5;
}
@media (max-width: 640px) {
  .p-christmas2021_block--subTitle {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 18px;
  }
}
.p-christmas2021_block--subText {
  margin: 10px 0 2em;
  font-size: 23px;
  font-weight: bold;
  color: #a67c52;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 640px) {
  .p-christmas2021_block--subText {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 12px;
  }
}
.p-christmas2021_item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  padding: 0 1em;
  max-width: 960px;
}
.p-christmas2021_item > * {
  margin: 0 1% 60px;
  flex-basis: 48%;
  position: relative;
}
@media (max-width: 640px) {
  .p-christmas2021_item > * {
    margin: 0 0.8% 40px;
    flex-basis: 48.4%;
  }
}
.p-christmas2021_item--oneCol > * {
  flex-basis: 100%;
}
@media (max-width: 640px) {
  .p-christmas2021_item--oneCol > * {
    margin: 0 1% 60px;
    flex-basis: 88%;
  }
}
.p-christmas2021_item--osusume {
  position: absolute;
  top: -26px;
  left: -30px;
  width: 25%;
  max-width: 180px;
  z-index: 2;
}
@media (max-width: 640px) {
  .p-christmas2021_item--osusume {
    top: -16px;
    left: -16px;
    max-width: 111px;
  }
}
.p-christmas2021_item--osusume2 {
  position: absolute;
  top: -26px;
  left: -30px;
  width: 25%;
  max-width: 120px;
  z-index: 2;
}
@media (max-width: 640px) {
  .p-christmas2021_item--osusume2 {
    top: -16px;
    left: -16px;
    max-width: 111px;
  }
}
.p-christmas2021_item--image {
  border: 8px solid #fff;
}
@media (max-width: 640px) {
  .p-christmas2021_item--image {
    border: 4px solid #fff;
  }
}
.p-christmas2021_item--icon {
  display: flex;
  padding: 1em 0;
  max-width: 460px;
}
.p-christmas2021_item--icon > * {
  width: 15%;
  margin-right: 2%;
}
.p-christmas2021_item--icon > *:last-child {
  margin-right: 0;
}
.p-christmas2021_item--title {
  margin: 0.3em 0 0;
  font-size: 1.4em;
  color: #603813;
}
@media (max-width: 640px) {
  .p-christmas2021_item--title {
    margin: 0;
    font-size: 1em;
  }
}
.p-christmas2021_item--description {
  color: #603813;
  line-height: 1.6;
  min-height: 5em;
}
@media (max-width: 640px) {
  .p-christmas2021_item--description {
    font-size: 0.8em;
  }
}
.p-christmas2021_item--price {
  margin: 0;
  font-size: 1.4em;
  font-weight: bold;
  color: #37684c;
}
.p-christmas2021_item--tax {
  font-size: 0.6em;
}
.p-christmas2021_item--s {
  font-size: 0.8em;
}
.p-christmas2021_item--link {
  margin: 0.5em 0;
}
.p-christmas2021_item--link a {
  display: inline-block;
  position: relative;
  padding: 0.5em 2.1em 0.5em 1.4em;
  line-height: 1.5;
  color: #faf5e9 !important;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #7f1b26;
  text-decoration: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}
@media (max-width: 640px) {
  .p-christmas2021_item--link a {
    padding: 0.5em 2.1em 0.5em 1.4em;
    font-size: 1em;
    letter-spacing: 0.05em;
    border-radius: 0.25rem;
  }
}
.p-christmas2021_item--link a:before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.95em;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0.8em;
  margin: 0;
  padding: 0;
  content: "\f054";
  transition: all 0.3s;
}
.p-christmas2021_item--link a:hover {
  background-color: rgba(127, 27, 38, 0.8);
}
.p-christmas2021_item--link a:hover:before {
  right: 0.4em;
}
.p-christmas2021_item--topLink {
  display: inline-block;
  position: relative;
  padding: 0.4em 3.2em 0.35em 2.1em;
  line-height: 1.5;
  font-size: 2em;
  font-weight: bold;
  color: #fff !important;
  background-color: #ff93a8;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  vertical-align: middle;
  letter-spacing: 0.1em;
  border-radius: 0.4rem;
}
@media (max-width: 640px) {
  .p-christmas2021_item--topLink {
    font-size: 1.6em;
    letter-spacing: 0.05em;
    border-radius: 0.25rem;
  }
}
.p-christmas2021_item--topLink:before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.95em;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.55em);
  right: 1.8em;
  margin: 0;
  padding: 0;
  content: "\f077";
  transition: all 0.3s;
}
.p-christmas2021_item--topLink:hover {
  background-color: #ea8ba6;
}
.p-christmas2021_item--topLink:hover:before {
  top: calc(50% - 0.7em);
}
.p-christmas2021_footer {
  margin: 0;
  padding: 2em 1em;
  text-align: center;
  color: #fff;
  background-color: #7f1b26;
  position: relative;
}
.p-christmas2021_footer--topLink {
  display: block;
  margin: 0 auto;
  padding: 0.6em 1.2em;
  width: 280px;
  height: 2.6em;
  font-weight: bold;
  color: #fff !important;
  background-color: #7f1b26;
  text-decoration: none;
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: -2.6em;
  left: 0;
  right: 0;
  z-index: 4;
  transition: background-color 0.6s;
}
@media (max-width: 640px) {
  .p-christmas2021_footer--topLink {
    width: 210px;
  }
}
.p-christmas2021_footer--topLink:before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.95em;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.35em);
  right: 1.3em;
  margin: 0;
  padding: 0;
  content: "\f062";
  transition: all 0.3s;
}
.p-christmas2021_footer--topLink:hover {
  background-color: rgba(127, 27, 38, 0.6);
}
.p-christmas2021_footer--topLink:hover:before {
  top: calc(50% - 0.7em);
}
.p-christmas2021_footer--nav {
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .p-christmas2021_footer--nav {
    flex-wrap: wrap;
  }
}
.p-christmas2021_footer--nav > * {
  margin: 1em;
}
@media (max-width: 640px) {
  .p-christmas2021_footer--nav > * {
    margin: 0.4em 1em;
  }
}
.p-christmas2021_footer--nav > * a {
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.4s;
}
@media (max-width: 640px) {
  .p-christmas2021_footer--nav > * a {
    font-size: 10px;
  }
}
.p-christmas2021_footer--nav > * a:hover {
  opacity: 0.6;
}
.p-christmas2021_footer--copy {
  font-size: 0.8em;
}
@media (max-width: 640px) {
  .p-christmas2021_footer--copy {
    display: inline-block;
    margin: 1.2em 0 0;
  }
}

.p-youki {
  margin: 0 auto;
  padding: 80px 1em;
  max-width: 1200px;
  text-align: center;
  position: relative;
}
@media (max-width: 640px) {
  .p-youki {
    padding: 30px 1em;
  }
}
.p-youki--link {
  margin: 60px 0;
  text-align: center;
}
@media (max-width: 640px) {
  .p-youki--link {
    margin: 30px 0;
  }
}
.p-youki--copy {
  margin: 1em 0 0.4em;
  font-size: 3.6em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #eb1c24;
}
@media (max-width: 640px) {
  .p-youki--copy {
    font-size: 1.8em;
  }
}
.p-youki--text {
  margin: 1em 0;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 2.1;
}
@media (max-width: 640px) {
  .p-youki--text {
    font-size: 1em;
    text-align: left;
  }
}
.p-youki--textEn {
  margin: 1em 0;
  font-size: 1em;
  font-weight: 500;
}
@media (max-width: 640px) {
  .p-youki--textEn {
    font-size: 0.8em;
  }
}
.p-youki--textEn--l {
  margin: 1em 0 2em;
  font-size: 1.3em;
}
@media (max-width: 640px) {
  .p-youki--textEn--l {
    font-size: 1.1em;
  }
}

.p-youkiAbout {
  margin: 0 auto;
  padding: 80px 1em;
  text-align: center;
  position: relative;
  color: #fff;
  background-color: #eb1c24;
}
@media (max-width: 640px) {
  .p-youkiAbout {
    padding: 1em;
  }
}
.p-youkiAbout--link {
  margin-top: -7em;
}
@media (max-width: 640px) {
  .p-youkiAbout--link {
    margin-top: -2.3em;
  }
}
.p-youkiAbout--logo {
  margin: 60px auto 0;
  width: 100%;
  max-width: 420px;
}
@media (max-width: 640px) {
  .p-youkiAbout--logo {
    margin: 30px auto 0;
    max-width: 50%;
  }
}
.p-youkiAbout_item {
  margin: 60px auto;
  padding: 1em 1em 1em 60px;
  max-width: 1180px;
  position: relative;
}
@media (max-width: 640px) {
  .p-youkiAbout_item {
    padding: 1em 1em 1em 30px;
  }
}
.p-youkiAbout_item--ramen img {
  display: block;
  width: 100%;
  height: auto;
}
.p-youkiAbout_item--yuge {
  width: 65%;
  position: absolute;
  top: 80px;
  left: -80px;
}
.p-youkiAbout_item--yuge img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 640px) {
  .p-youkiAbout_item--yuge {
    top: 40px;
    left: -30px;
  }
}

.p-youkiSpecial {
  margin: 0;
  padding: 0;
  width: 100%;
}
.p-youkiSpecial img {
  display: block;
  width: 100%;
  height: auto;
}
.p-youkiSpecial_item {
  position: relative;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.15em;
  color: #fff;
  width: 100%;
}
.p-youkiSpecial_item > * {
  margin: 0;
  padding: 0;
}
.p-youkiSpecial_item--01 {
  position: absolute;
  top: 140px;
  right: 5%;
  font-size: 2.6em;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}
@media (max-width: 640px) {
  .p-youkiSpecial_item--01 {
    top: 20px;
    font-size: 1.2em;
    right: 3%;
  }
}
.p-youkiSpecial_item--02 {
  position: absolute;
  top: 140px;
  right: 11%;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0;
  white-space: nowrap;
  text-orientation: mixed;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 640px) {
  .p-youkiSpecial_item--02 {
    top: 0;
    font-size: 10px;
    font-weight: 500;
    right: 11%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.p-youkiSpecial_item--03 {
  position: absolute;
  top: 140px;
  left: 10%;
  font-size: 2.6em;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  text-orientation: upright;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}
@media (max-width: 640px) {
  .p-youkiSpecial_item--03 {
    top: 20px;
    font-size: 1.2em;
  }
}
.p-youkiSpecial_item--04 {
  position: absolute;
  top: 140px;
  left: 8%;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: 0;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 640px) {
  .p-youkiSpecial_item--04 {
    top: 0;
    font-size: 10px;
    font-weight: 500;
    left: 5%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.c-youkiGallery {
  margin: 0 auto;
  padding: 0 1em;
  max-width: 1080px;
}
.c-youkiGallery img {
  display: block;
  width: 100%;
  height: auto;
}
.c-youkiGallery--item {
  margin: 60px auto 80px;
  max-width: 640px;
  position: relative;
  list-style-type: none;
}
@media (max-width: 834px) {
  .c-youkiGallery--item {
    max-width: 70%;
  }
}
@media (max-width: 640px) {
  .c-youkiGallery--item {
    max-width: 77%;
  }
}
.c-youkiGallery_text {
  width: 14%;
  position: absolute;
  bottom: 0;
}
.c-youkiGallery_text--l {
  left: -20%;
}
.c-youkiGallery_text--r {
  right: -20%;
}
.c-youkiGallery_textEn {
  position: absolute;
  bottom: -4em;
  font-size: 1em;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 640px) {
  .c-youkiGallery_textEn {
    font-size: 0.7em;
  }
}
.c-youkiGallery_textEn--l {
  left: -17%;
}
.c-youkiGallery_textEn--r {
  right: -17%;
}

.c-imageHr {
  margin: 0;
}
.c-imageHr img {
  display: block;
  width: 100%;
  height: auto;
}

.c-youki_link {
  display: block;
  text-align: center;
  margin: 2em auto;
  padding: 0.5em;
  max-width: 800px;
  font-size: 2.3em;
  color: #fff !important;
  background-color: #eb1c24;
  transition: opacity 0.4s;
}
@media (max-width: 640px) {
  .c-youki_link {
    font-size: 1.6em;
  }
}
.c-youki_link:hover {
  text-decoration: none;
  opacity: 0.7;
}

.p-keirou ul {
  list-style-type: none;
}
.p-keirou img {
  display: block;
  width: 100%;
  height: auto;
}
.p-keirou_header {
  padding: 1em;
}
.p-keirou_header--logo {
  display: block;
  margin: auto;
  max-width: 230px;
}
@media (max-width: 640px) {
  .p-keirou_header--logo {
    max-width: 160px;
  }
}
.p-keirou_fv--logo {
  margin: 0;
}
.p-keirou_fv--logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-keirou_main {
  background-color: #9f7f84;
  position: relative;
  overflow: hidden;
}
.p-keirou_main--itemA {
  width: 50%;
  max-width: 580px;
  position: absolute;
  top: 10px;
  right: -30px;
  z-index: 1;
}
@media (max-width: 640px) {
  .p-keirou_main--itemA {
    width: 80px;
    right: -10px;
  }
}
.p-keirou_main--itemB {
  width: 50%;
  max-width: 580px;
  position: absolute;
  top: 20px;
  left: -80px;
  z-index: 1;
}
@media (max-width: 640px) {
  .p-keirou_main--itemB {
    width: 80px;
    top: 180px;
    left: -30px;
  }
}
.p-keirou_tokuten {
  padding: 30px 1em;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .p-keirou_tokuten {
    padding: 30px 1em;
  }
}
.p-keirou_tokuten--coupon {
  margin: 0 auto 2em;
  padding: 0 1em;
  width: 100%;
  max-width: 420px;
}
.p-keirou_tokuten--bnr {
  display: block;
  margin: auto;
  max-width: 800px;
  cursor: pointer;
  transition: 0.7s;
}
.p-keirou_tokuten--bnr:hover {
  opacity: 0.7;
}
.p-keirou_tokuten--content {
  display: none;
}
.p-keirou_tokuten--content--box {
  margin: 40px auto;
  padding: 2em 4em 4em;
  max-width: 920px;
  background-color: #f8f4e9;
  background-image: url(./event/keirou2021/images/dot_pattern_opa2.png);
  background-size: 75%;
  background-repeat: repeat;
  background-position: top left;
}
@media (max-width: 640px) {
  .p-keirou_tokuten--content--box {
    padding: 10px 2em 2em;
  }
}
.p-keirou_tokuten--content--title {
  margin: 1.2em 0 0.8em;
  font-size: 1.6em;
  color: #d38a97;
}
.p-keirou_tokuten--content--image {
  margin: auto;
  padding: 1em;
  width: 90%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 640px) {
  .p-keirou_tokuten--content--image {
    width: 90%;
  }
}
.p-keirou_tokuten--content--text {
  margin: 1em 0;
  padding-bottom: 2em;
  color: #56361b;
  line-height: 1.7;
}
.p-keirou_tokuten--content--text:not(:last-of-type) {
  border-bottom: dashed 1px rgba(86, 54, 27, 0.2);
}
.p-keirou_tokuten--content--close {
  margin: 0 auto 40px;
  width: 80px;
}
@media (max-width: 640px) {
  .p-keirou_tokuten--content--close {
    width: 40px;
  }
}
.p-keirou_tokuten--content--close:hover {
  cursor: pointer;
  opacity: 0.7;
}
.p-keirou_nav {
  display: flex;
  justify-content: space-between;
  padding: 30px 0.7em 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .p-keirou_nav {
    padding: 10px 0.3em 0;
  }
}
.p-keirou_nav > * {
  flex-basis: 49%;
}
.p-keirou_nav--text {
  margin: 60px;
  padding: 0;
  font-size: 1.5em;
  color: #ede8dc;
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-keirou_nav--text span {
  font-size: 1.1em;
  font-weight: bold;
}
.p-keirou_nav--btn a {
  display: block;
  padding: 12px;
  width: 100%;
  text-align: center;
  font-size: 42px;
  border-radius: 10px 10px 0 0;
  transition: 0.5s;
  bottom: -20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 640px) {
  .p-keirou_nav--btn a {
    padding: 8px;
    font-size: 18px;
    bottom: -10px;
  }
}
.p-keirou_nav--btn a:hover {
  cursor: pointer;
}
.p-keirou_nav--btn.is-active a {
  bottom: 0;
}
.p-keirou_nav--btn--wa {
  color: #f8f4e9;
  text-shadow: 0 0 6px #745a5e;
  background: linear-gradient(to bottom, #745a5e, #745a5e);
}
.p-keirou_nav--btn--wa span {
  position: relative;
  z-index: 3;
}
.p-keirou_nav--btn--wa:before {
  content: "";
  display: block;
  width: 185%;
  height: 300px;
  background-size: cover;
  position: absolute;
  top: -200px;
  right: -25%;
}
.p-keirou_nav--btn--you {
  color: #f8f4e9;
  text-shadow: 0 0 6px #becca6;
  background: linear-gradient(to bottom, #becca6, #becca6);
}
.p-keirou_nav--btn--you span {
  position: relative;
  z-index: 3;
}
.p-keirou_nav--btn--you:before {
  content: "";
  display: block;
  width: 80%;
  height: 350px;
  background-size: cover;
  position: absolute;
  top: -230px;
  right: 10%;
}
@media (max-width: 640px) {
  .p-keirou_nav--btn--you:before {
    width: 60%;
    height: 100px;
    top: -45px;
    right: 20%;
  }
}
.p-keirou_block {
  padding: 20px 0 180px;
  background-color: #ede8dc;
  background-image: url(./event/keirou2021/images/bottom_pattern.png);
  background-size: calc(100% + 40px);
  background-repeat: no-repeat;
  background-position: bottom -220px left -20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .p-keirou_block {
    padding: 10px 0 80px;
    background-position: bottom -20px left -20px;
  }
}
.p-keirou_block--title {
  margin: 50px 0;
  padding: 0.2em 1em;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background-color: #745a5e;
}
@media (max-width: 640px) {
  .p-keirou_block--title {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 17px;
  }
}
.p-keirou_block--titleYou {
  margin: 50px 0;
  padding: 0.2em 1em;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #faf5e9;
  background-color: #becca6;
}
@media (max-width: 640px) {
  .p-keirou_block--titleYou {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 17px;
  }
}
.p-keirou_block--subTitle2 {
  margin: 10px 0;
  padding: 0.2em 1em;
  font-size: 32px;
  font-weight: bold;
  color: #745a5f;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 640px) {
  .p-keirou_block--subTitle2 {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 18px;
  }
}
.p-keirou_block--subTitle {
  margin: 10px 0;
  padding: 0.2em 1em;
  font-size: 32px;
  font-weight: bold;
  color: #a67c52;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 640px) {
  .p-keirou_block--subTitle {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 18px;
  }
}
.p-keirou_block--subText {
  margin: 10px 0 2em;
  font-size: 23px;
  font-weight: bold;
  color: #a67c52;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 640px) {
  .p-keirou_block--subText {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 12px;
  }
}
.p-keirou_item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  padding: 0 1em;
  max-width: 960px;
}
@media (max-width: 640px) {
  .p-keirou_item {
    display: block;
  }
}
.p-keirou_item > * {
  margin: 0 1% 60px;
  flex-basis: 48%;
  position: relative;
}
@media (max-width: 640px) {
  .p-keirou_item > * {
    margin: 0 0.8% 40px;
    flex-basis: 48.4%;
  }
}
@media (max-width: 640px) {
  .p-keirou_item--oneCol > * {
    margin: 0 1% 60px;
    flex-basis: 88%;
  }
}
.p-keirou_item--osusume {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 25%;
  z-index: 2;
}
.p-keirou_item--image {
  border: 8px solid #fff;
}
@media (max-width: 640px) {
  .p-keirou_item--image {
    border: 4px solid #fff;
  }
}
.p-keirou_item--icon {
  display: flex;
  padding: 1em 0;
}
.p-keirou_item--icon > * {
  width: 15%;
  margin-right: 2%;
}
.p-keirou_item--icon > *:last-child {
  margin-right: 0;
}
.p-keirou_item--title {
  margin: 0.3em 0 0;
  font-size: 1.4em;
  color: #56361b;
}
@media (max-width: 640px) {
  .p-keirou_item--title {
    margin: 0;
    font-size: 1em;
  }
}
.p-keirou_item--description {
  color: #56361b;
  line-height: 1.6;
  min-height: 5em;
}
@media (max-width: 640px) {
  .p-keirou_item--description {
    font-size: 0.8em;
  }
}
.p-keirou_item--price {
  margin: 0;
  font-size: 1.4em;
  font-weight: bold;
  color: #c85d6e;
}
.p-keirou_item--price--g {
  color: #c85d6e;
}
.p-keirou_item--tax {
  font-size: 0.6em;
}
.p-keirou_item--link {
  margin: 0.5em 0;
}
.p-keirou_item--link a {
  display: inline-block;
  position: relative;
  padding: 0.5em 2.1em 0.5em 1.4em;
  line-height: 1.5;
  color: #faf5e9 !important;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #e99180;
  text-decoration: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}
@media (max-width: 640px) {
  .p-keirou_item--link a {
    padding: 0.5em 2.1em 0.5em 1.4em;
    font-size: 1em;
    letter-spacing: 0.05em;
    border-radius: 0.25rem;
  }
}
.p-keirou_item--link a:before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.95em;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0.8em;
  margin: 0;
  padding: 0;
  content: "\f054";
  transition: all 0.3s;
}
.p-keirou_item--link a:hover {
  background-color: #eb7f6a;
}
.p-keirou_item--link a:hover:before {
  right: 0.4em;
}
.p-keirou_item--link--g a {
  background-color: #e99180;
}
.p-keirou_item--link--g a:hover {
  background-color: #eb7f6a;
}
.p-keirou_item--topLink {
  display: inline-block;
  position: relative;
  padding: 0.4em 3.2em 0.35em 2.1em;
  line-height: 1.5;
  font-size: 2em;
  font-weight: bold;
  color: #fff !important;
  background-color: #ff93a8;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  vertical-align: middle;
  letter-spacing: 0.1em;
  border-radius: 0.4rem;
}
@media (max-width: 640px) {
  .p-keirou_item--topLink {
    font-size: 1.6em;
    letter-spacing: 0.05em;
    border-radius: 0.25rem;
  }
}
.p-keirou_item--topLink:before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.95em;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.55em);
  right: 1.8em;
  margin: 0;
  padding: 0;
  content: "\f077";
  transition: all 0.3s;
}
.p-keirou_item--topLink:hover {
  background-color: #ea8ba6;
}
.p-keirou_item--topLink:hover:before {
  top: calc(50% - 0.7em);
}
.p-keirou_item--topLink--wa {
  background-color: #745a5e;
}
.p-keirou_item--topLink--wa:hover {
  background-color: #745a5e;
}
.p-keirou_item--topLink--you {
  background-color: #becca6;
}
.p-keirou_item--topLink--you:hover {
  background-color: #becca6;
}
.p-keirou_footer {
  margin: 0;
  padding: 2em 1em;
  text-align: center;
  color: #fff;
  background-color: #9f7f84;
  position: relative;
}
.p-keirou_footer--topLink {
  display: block;
  margin: 0 auto;
  padding: 0.6em 1.2em;
  width: 280px;
  height: 2.6em;
  font-weight: bold;
  color: #fff !important;
  background-color: #9f7f84;
  text-decoration: none;
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: -2.6em;
  left: 0;
  right: 0;
  z-index: 2;
  transition: background-color 0.6s;
}
@media (max-width: 640px) {
  .p-keirou_footer--topLink {
    width: 210px;
  }
}
.p-keirou_footer--topLink:before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.95em;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.35em);
  right: 1.3em;
  margin: 0;
  padding: 0;
  content: "\f062";
  transition: all 0.3s;
}
.p-keirou_footer--topLink:hover {
  background-color: #312a49;
}
.p-keirou_footer--topLink:hover:before {
  top: calc(50% - 0.7em);
}
.p-keirou_footer--nav {
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .p-keirou_footer--nav {
    flex-wrap: wrap;
  }
}
.p-keirou_footer--nav > * {
  margin: 1em;
}
@media (max-width: 640px) {
  .p-keirou_footer--nav > * {
    margin: 0.4em 1em;
  }
}
.p-keirou_footer--nav > * a {
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.4s;
}
@media (max-width: 640px) {
  .p-keirou_footer--nav > * a {
    font-size: 10px;
  }
}
.p-keirou_footer--nav > * a:hover {
  opacity: 0.6;
}
.p-keirou_footer--copy {
  font-size: 0.8em;
}
@media (max-width: 640px) {
  .p-keirou_footer--copy {
    display: inline-block;
    margin: 1.2em 0 0;
  }
}

.p-oseibo2021 ul {
  list-style-type: none;
}
.p-oseibo2021 img {
  display: block;
  width: 100%;
  height: auto;
}
.p-oseibo2021_header {
  padding: 1em;
}
.p-oseibo2021_header--logo {
  display: block;
  margin: auto;
  max-width: 230px;
}
@media (max-width: 640px) {
  .p-oseibo2021_header--logo {
    max-width: 160px;
  }
}
.p-oseibo2021_fv--logo {
  margin: 0;
}
.p-oseibo2021_fv--logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-oseibo2021_main {
  background-color: #f2ded7;
  position: relative;
  overflow: hidden;
}
.p-oseibo2021_main--itemA {
  width: 50%;
  max-width: 580px;
  position: absolute;
  top: -110px;
  right: -260px;
  z-index: 1;
}
@media (max-width: 640px) {
  .p-oseibo2021_main--itemA {
    top: 8px;
    right: -100px;
  }
}
.p-oseibo2021_main--itemB {
  width: 50%;
  max-width: 580px;
  position: absolute;
  top: -120px;
  left: -60px;
  z-index: 1;
}
@media (max-width: 640px) {
  .p-oseibo2021_main--itemB {
    top: 4px;
    left: -70px;
  }
}
.p-oseibo2021_tokuten {
  padding: 30px 1em;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .p-oseibo2021_tokuten {
    padding: 30px 1em;
  }
}
.p-oseibo2021_tokuten--coupon {
  margin: 0 auto 2em;
  padding: 0 1em;
  width: 100%;
  max-width: 420px;
}
.p-oseibo2021_tokuten--bnr {
  display: block;
  margin: auto;
  max-width: 800px;
  cursor: pointer;
  transition: 0.7s;
}
.p-oseibo2021_tokuten--bnr:hover {
  opacity: 0.7;
}
.p-oseibo2021_tokuten--content {
  display: none;
}
.p-oseibo2021_tokuten--content--box {
  margin: 40px auto;
  padding: 2em 4em 4em;
  max-width: 920px;
  background-color: #f8f4e9;
  background-image: url(./event/keirou2021/images/dot_pattern_opa2.png);
  background-size: 75%;
  background-repeat: repeat;
  background-position: top left;
}
@media (max-width: 640px) {
  .p-oseibo2021_tokuten--content--box {
    padding: 10px 2em 2em;
  }
}
.p-oseibo2021_tokuten--content--title {
  margin: 1.2em 0 0.8em;
  font-size: 1.6em;
  color: #588688;
}
.p-oseibo2021_tokuten--content--image {
  margin: auto;
  padding: 1em;
  width: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 640px) {
  .p-oseibo2021_tokuten--content--image {
    width: 90%;
  }
}
.p-oseibo2021_tokuten--content--text {
  margin: 1em 0;
  padding-bottom: 2em;
  color: #7c6368;
  line-height: 1.7;
}
.p-oseibo2021_tokuten--content--text:not(:last-of-type) {
  border-bottom: dashed 1px rgba(124, 99, 104, 0.2);
}
.p-oseibo2021_tokuten--content--close {
  margin: 0 auto 40px;
  width: 80px;
}
@media (max-width: 640px) {
  .p-oseibo2021_tokuten--content--close {
    width: 40px;
  }
}
.p-oseibo2021_tokuten--content--close:hover {
  cursor: pointer;
  opacity: 0.7;
}
.p-oseibo2021_nav {
  display: flex;
  justify-content: space-between;
  padding: 30px 0.7em 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .p-oseibo2021_nav {
    padding: 10px 0.3em 0;
  }
}
.p-oseibo2021_nav > * {
  flex-basis: 49%;
}
.p-oseibo2021_nav--text {
  margin: 60px 1em;
  padding: 0;
  font-size: 1.5em;
  color: #ede8dc;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .p-oseibo2021_nav--text {
    margin: 30px 1em;
  }
}
.p-oseibo2021_nav--text span {
  font-size: 1.1em;
  font-weight: bold;
}
.p-oseibo2021_nav--btn a {
  display: block;
  padding: 12px;
  width: 100%;
  text-align: center;
  font-size: 42px;
  border-radius: 10px 10px 0 0;
  transition: 0.5s;
  bottom: -20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 640px) {
  .p-oseibo2021_nav--btn a {
    padding: 8px;
    font-size: 18px;
    bottom: -10px;
  }
}
.p-oseibo2021_nav--btn a:hover {
  cursor: pointer;
}
.p-oseibo2021_nav--btn.is-active a {
  bottom: 0;
}
.p-oseibo2021_nav--btn--wa {
  color: #f8f4e9;
  text-shadow: 0 0 6px #745a5e;
  background: linear-gradient(to bottom, #745a5e, #745a5e);
}
.p-oseibo2021_nav--btn--wa span {
  position: relative;
  z-index: 3;
}
.p-oseibo2021_nav--btn--wa:before {
  content: "";
  display: block;
  width: 185%;
  height: 300px;
  background-size: cover;
  position: absolute;
  top: -200px;
  right: -25%;
}
.p-oseibo2021_nav--btn--you {
  color: #f8f4e9;
  text-shadow: 0 0 6px #becca6;
  background: linear-gradient(to bottom, #becca6, #becca6);
}
.p-oseibo2021_nav--btn--you span {
  position: relative;
  z-index: 3;
}
.p-oseibo2021_nav--btn--you:before {
  content: "";
  display: block;
  width: 80%;
  height: 350px;
  background-size: cover;
  position: absolute;
  top: -230px;
  right: 10%;
}
@media (max-width: 640px) {
  .p-oseibo2021_nav--btn--you:before {
    width: 60%;
    height: 100px;
    top: -45px;
    right: 20%;
  }
}
.p-oseibo2021_block {
  padding: 0 0 180px;
  background-color: #f2ded7;
  background-image: url(./event/oseibo2021/images/leaf_03.png);
  background-size: calc(100% + 40px);
  background-repeat: no-repeat;
  background-position: bottom -220px left -20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .p-oseibo2021_block {
    padding: 0 0 80px;
    background-position: bottom -20px left -20px;
  }
}
.p-oseibo2021_block--title {
  margin: 50px 0;
  padding: 0.2em 1em;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background-color: #588688;
}
@media (max-width: 640px) {
  .p-oseibo2021_block--title {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 17px;
  }
}
.p-oseibo2021_block--title:first-child {
  margin-top: 0;
}
.p-oseibo2021_block--titleYou {
  margin: 50px 0;
  padding: 0.2em 1em;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #faf5e9;
  background-color: #becca6;
}
@media (max-width: 640px) {
  .p-oseibo2021_block--titleYou {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 17px;
  }
}
.p-oseibo2021_block--subTitle2 {
  margin: 10px 0;
  padding: 0.2em 1em;
  font-size: 32px;
  font-weight: bold;
  color: #cf8561;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 640px) {
  .p-oseibo2021_block--subTitle2 {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 18px;
  }
}
.p-oseibo2021_block--subTitle {
  margin: 10px 0;
  padding: 0.2em 1em;
  font-size: 32px;
  font-weight: bold;
  color: #cf8561;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 640px) {
  .p-oseibo2021_block--subTitle {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 18px;
  }
}
.p-oseibo2021_block--subText {
  margin: 10px 0 2em;
  font-size: 23px;
  font-weight: bold;
  color: #a67c52;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 640px) {
  .p-oseibo2021_block--subText {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 12px;
  }
}
.p-oseibo2021_item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  padding: 0 1em;
  max-width: 960px;
}
.p-oseibo2021_item > * {
  margin: 0 1% 60px;
  flex-basis: 48%;
  position: relative;
}
@media (max-width: 640px) {
  .p-oseibo2021_item > * {
    margin: 0 0.8% 40px;
    flex-basis: 48.4%;
  }
}
@media (max-width: 640px) {
  .p-oseibo2021_item--oneCol > * {
    margin: 0 1% 60px;
    flex-basis: 88%;
  }
}
.p-oseibo2021_item--osusume {
  position: absolute;
  top: -16px;
  left: -16px;
  width: 25%;
  z-index: 2;
}
.p-oseibo2021_item--image {
  border: 8px solid #fff;
}
@media (max-width: 640px) {
  .p-oseibo2021_item--image {
    border: 4px solid #fff;
  }
}
.p-oseibo2021_item--icon {
  display: flex;
  padding: 1em 0;
}
.p-oseibo2021_item--icon > * {
  width: 15%;
  margin-right: 2%;
}
.p-oseibo2021_item--icon > *:last-child {
  margin-right: 0;
}
.p-oseibo2021_item--title {
  margin: 0.3em 0 0;
  font-size: 1.4em;
  color: #6b575b;
}
@media (max-width: 640px) {
  .p-oseibo2021_item--title {
    margin: 0;
    font-size: 1em;
  }
}
.p-oseibo2021_item--description {
  color: #6b575b;
  line-height: 1.6;
  min-height: 5em;
}
@media (max-width: 640px) {
  .p-oseibo2021_item--description {
    font-size: 0.8em;
  }
}
.p-oseibo2021_item--price {
  margin: 0;
  font-size: 1.4em;
  font-weight: bold;
  color: #588688;
}
.p-oseibo2021_item--price--g {
  color: #588688;
}
.p-oseibo2021_item--tax {
  font-size: 0.6em;
}
.p-oseibo2021_item--link {
  margin: 0.5em 0;
}
.p-oseibo2021_item--link a {
  display: inline-block;
  position: relative;
  padding: 0.5em 2.1em 0.5em 1.4em;
  line-height: 1.5;
  color: #faf5e9 !important;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #ce8561;
  text-decoration: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}
@media (max-width: 640px) {
  .p-oseibo2021_item--link a {
    padding: 0.5em 2.1em 0.5em 1.4em;
    font-size: 1em;
    letter-spacing: 0.05em;
    border-radius: 0.25rem;
  }
}
.p-oseibo2021_item--link a:before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.95em;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0.8em;
  margin: 0;
  padding: 0;
  content: "\f054";
  transition: all 0.3s;
}
.p-oseibo2021_item--link a:hover {
  background-color: #eb7f6a;
}
.p-oseibo2021_item--link a:hover:before {
  right: 0.4em;
}
.p-oseibo2021_item--link--g a {
  background-color: #e99180;
}
.p-oseibo2021_item--link--g a:hover {
  background-color: #eb7f6a;
}
.p-oseibo2021_item--topLink {
  display: inline-block;
  position: relative;
  padding: 0.4em 3.2em 0.35em 2.1em;
  line-height: 1.5;
  font-size: 2em;
  font-weight: bold;
  color: #fff !important;
  background-color: #ff93a8;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  vertical-align: middle;
  letter-spacing: 0.1em;
  border-radius: 0.4rem;
}
@media (max-width: 640px) {
  .p-oseibo2021_item--topLink {
    font-size: 1.6em;
    letter-spacing: 0.05em;
    border-radius: 0.25rem;
  }
}
.p-oseibo2021_item--topLink:before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.95em;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.55em);
  right: 1.8em;
  margin: 0;
  padding: 0;
  content: "\f077";
  transition: all 0.3s;
}
.p-oseibo2021_item--topLink:hover {
  background-color: #ea8ba6;
}
.p-oseibo2021_item--topLink:hover:before {
  top: calc(50% - 0.7em);
}
.p-oseibo2021_item--topLink--wa {
  background-color: #745a5e;
}
.p-oseibo2021_item--topLink--wa:hover {
  background-color: #745a5e;
}
.p-oseibo2021_item--topLink--you {
  background-color: #becca6;
}
.p-oseibo2021_item--topLink--you:hover {
  background-color: #becca6;
}
.p-oseibo2021_footer {
  margin: 0;
  padding: 2em 1em;
  text-align: center;
  color: #fff;
  background-color: #588688;
  position: relative;
}
.p-oseibo2021_footer--topLink {
  display: block;
  margin: 0 auto;
  padding: 0.6em 1.2em;
  width: 280px;
  height: 2.6em;
  font-weight: bold;
  color: #fff !important;
  background-color: #588688;
  text-decoration: none;
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: -2.6em;
  left: 0;
  right: 0;
  z-index: 2;
  transition: background-color 0.6s;
}
@media (max-width: 640px) {
  .p-oseibo2021_footer--topLink {
    width: 210px;
  }
}
.p-oseibo2021_footer--topLink:before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.95em;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.35em);
  right: 1.3em;
  margin: 0;
  padding: 0;
  content: "\f062";
  transition: all 0.3s;
}
.p-oseibo2021_footer--topLink:hover {
  background-color: #312a49;
}
.p-oseibo2021_footer--topLink:hover:before {
  top: calc(50% - 0.7em);
}
.p-oseibo2021_footer--nav {
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .p-oseibo2021_footer--nav {
    flex-wrap: wrap;
  }
}
.p-oseibo2021_footer--nav > * {
  margin: 1em;
}
@media (max-width: 640px) {
  .p-oseibo2021_footer--nav > * {
    margin: 0.4em 1em;
  }
}
.p-oseibo2021_footer--nav > * a {
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.4s;
}
@media (max-width: 640px) {
  .p-oseibo2021_footer--nav > * a {
    font-size: 10px;
  }
}
.p-oseibo2021_footer--nav > * a:hover {
  opacity: 0.6;
}
.p-oseibo2021_footer--copy {
  font-size: 0.8em;
}
@media (max-width: 640px) {
  .p-oseibo2021_footer--copy {
    display: inline-block;
    margin: 1.2em 0 0;
  }
}

.p-event ul {
  list-style-type: none;
}
.p-event img {
  display: block;
  width: 100%;
  height: auto;
}
.p-event_header {
  padding: 1em;
}
.p-event_header--logo {
  display: block;
  margin: auto;
  max-width: 230px;
}
@media (max-width: 640px) {
  .p-event_header--logo {
    max-width: 160px;
  }
}
.p-event_fv--logo {
  margin: 0;
  width: 100%;
}
.p-event_fv--logo--pc {
  display: block !important;
}
@media (max-width: 640px) {
  .p-event_fv--logo--pc {
    display: none !important;
  }
}
.p-event_fv--logo--sp {
  display: none !important;
}
@media (max-width: 640px) {
  .p-event_fv--logo--sp {
    display: block !important;
  }
}
.p-event_fv--text {
  margin: 1em auto;
  font-size: 2.4em;
  text-align: center;
}
@media (max-width: 640px) {
  .p-event_fv--text {
    font-size: 1.4em;
  }
}
.p-event_tokuten {
  padding: 30px 1em;
  background-color: #fff;
}
@media (max-width: 640px) {
  .p-event_tokuten {
    padding: 30px 1em;
  }
}
.p-event_tokuten--coupon {
  margin: 0 auto 2em;
  padding: 0 1em;
  width: 100%;
  max-width: 420px;
}
.p-event_tokuten--bnr {
  display: block;
  margin: auto;
  max-width: 800px;
  cursor: pointer;
  transition: 0.7s;
}
@media (max-width: 640px) {
  .p-event_tokuten--bnr {
    max-width: 90%;
  }
}
.p-event_tokuten--bnr:hover {
  opacity: 0.7;
}
.p-event_tokuten--content {
  display: none;
}
.p-event_tokuten--content--box {
  margin: 10px auto;
  padding: 2em 4em 0;
  max-width: 920px;
}
@media (max-width: 640px) {
  .p-event_tokuten--content--box {
    padding: 10px 2em 2em;
  }
}
.p-event_tokuten--content--title {
  margin: 1.2em 0 0.8em;
  font-size: 1.6em;
  color: #8b151e;
}
.u-father2022 .p-event_tokuten--content--title {
  color: #08234c;
}
.u-chugen2022 .p-event_tokuten--content--title {
  color: #4d4d4d;
}
.p-event_tokuten--content--text {
  margin: 1em 0;
  padding-bottom: 2em;
  color: #4d4d4d;
  line-height: 1.7;
}
.p-event_tokuten--content--text:not(:last-of-type) {
  border-bottom: dashed 1px rgba(77, 77, 77, 0.2);
}
.p-event_tokuten--content--tokuten {
  margin: auto;
  width: 60%;
}
.p-event_tokuten--content--close {
  margin: 0 auto 40px;
  width: 80px;
}
@media (max-width: 640px) {
  .p-event_tokuten--content--close {
    width: 40px;
  }
}
.p-event_tokuten--content--close:hover {
  cursor: pointer;
  opacity: 0.7;
}
.p-event_block {
  padding: 20px 0 180px;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .p-event_block {
    padding: 10px 0 80px;
  }
}
.p-event_block--title {
  margin: 50px 0 80px;
  padding: 0.8em 1em;
  font-size: 3em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  background-color: #333333;
}
.u-chugen2022 .p-event_block--title {
  background-color: #29abe2;
}
@media (max-width: 640px) {
  .p-event_block--title {
    margin: 20px 0 40px;
    padding: 0.4em 1em;
    font-size: 18px;
  }
}
.p-event_block--subTitle {
  margin: 10px 0 50px;
  padding: 0.2em 1em;
  font-size: 1.8em;
  font-weight: 500;
  color: #4d4d4d;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 640px) {
  .p-event_block--subTitle {
    margin: 20px 0 40px;
    padding: 0.4em 1em;
    font-size: 18px;
  }
}
.p-event_block--subText {
  margin: 10px 0 2em;
  font-size: 18px;
  font-weight: bold;
  color: #4d4d4d;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 640px) {
  .p-event_block--subText {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 12px;
  }
}
.p-event_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  padding: 0 1em;
  max-width: 960px;
}
.p-event_item > * {
  margin-bottom: 100px;
  flex-basis: 48%;
  position: relative;
}
@media (max-width: 640px) {
  .p-event_item > * {
    margin-bottom: 70px;
    flex-basis: 100%;
  }
}
.p-event_item--one {
  flex-basis: 55% !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (max-width: 640px) {
  .p-event_item--one {
    margin-bottom: 40px;
    flex-basis: 100% !important;
  }
}
.p-event_item--label {
  position: absolute;
  top: -2%;
  left: -2%;
  width: 20%;
  z-index: 1;
}
.p-event_item--image {
  margin-bottom: 10px;
  border: 0;
}
.p-event_item--icon {
  display: flex;
  padding: 1em 0;
}
.p-event_item--icon > * {
  width: 12%;
  margin-right: 2%;
}
.p-event_item--icon > *:last-child {
  margin-right: 0;
}
.p-event_item--title {
  margin: 0.3em 0 0;
  font-size: 1.4em;
  color: #4d4d4d;
  line-height: 1.3;
}
.u-father2022 .p-event_item--title {
  font-size: 1.8em;
}
.u-chugen2022 .p-event_item--title {
  font-size: 1.8em;
}
@media (max-width: 640px) {
  .p-event_item--title {
    margin: 0 0 0.4em;
    font-size: 1.3em;
  }
  .u-father2022 .p-event_item--title {
    font-size: 1.6em;
  }
  .u-chugen2022 .p-event_item--title {
    font-size: 1.6em;
  }
}
.p-event_item--description {
  color: #4d4d4d;
  line-height: 1.6;
  min-height: 5em;
  margin: 0.5em 0;
}
@media (max-width: 640px) {
  .p-event_item--description {
    font-size: 1.05em;
  }
}
.p-event_item--description span {
  font-size: 1.35em;
}
.p-event_item--price {
  margin: 0;
  font-size: 1.4em;
  font-weight: bold;
  color: #8b151e;
}
.u-father2022 .p-event_item--price {
  color: #08234c;
  font-size: 2em;
}
.u-chugen2022 .p-event_item--price {
  color: #4d4d4d;
  font-size: 2em;
}
@media (max-width: 640px) {
  .p-event_item--price {
    font-size: 1.3em;
  }
}
.p-event_item--tax {
  font-size: 0.6em;
}
.p-event_item--link {
  margin: 0.5em 0;
}
.p-event_item--link a {
  display: inline-block;
  position: relative;
  padding: 0.5em 2.1em 0.5em 1.4em;
  line-height: 1.5;
  color: #fff !important;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #8b151e;
  text-decoration: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}
.u-father2022 .p-event_item--link a {
  display: block;
  font-size: 1.6em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03em;
  background-color: #08234c;
  border-radius: 0.3rem;
}
.u-chugen2022 .p-event_item--link a {
  display: block;
  font-size: 1.6em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03em;
  background-color: #29abe2;
  border-radius: 0.3rem;
}
@media (max-width: 640px) {
  .p-event_item--link a {
    margin-top: 0.7em;
    padding: 0.5em 2.1em 0.5em 1.4em;
    font-size: 1em;
    letter-spacing: 0.05em;
    border-radius: 0.25rem;
  }
  .u-father2022 .p-event_item--link a {
    padding: 0.7em 2.1em 0.7em 1.4em;
    font-size: 1.3em;
  }
  .u-chugen2022 .p-event_item--link a {
    padding: 0.7em 2.1em 0.7em 1.4em;
    font-size: 1.3em;
  }
}
.p-event_item--link a:before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.95em;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0.8em;
  margin: 0;
  padding: 0;
  content: "\f054";
  transition: all 0.3s;
}
.u-father2022 .p-event_item--link a:before {
  right: 1.2em;
}
.u-chugen2022 .p-event_item--link a:before {
  right: 1.2em;
}
.p-event_item--link a:hover {
  background-color: #8b151e;
}
.u-father2022 .p-event_item--link a:hover {
  background-color: #08234c;
}
.u-chugen2022 .p-event_item--link a:hover {
  background-color: #29abe2;
}
.p-event_item--link a:hover:before {
  right: 0.4em;
}
.u-father2022 .p-event_item--link a:hover:before {
  right: 0.8em;
}
.u-chugen2022 .p-event_item--link a:hover:before {
  right: 0.8em;
}
.p-event_item--topLink {
  display: inline-block;
  position: relative;
  padding: 0.4em 3.2em 0.35em 2.1em;
  line-height: 1.5;
  font-size: 2em;
  font-weight: bold;
  color: #fff !important;
  background-color: #8b151e;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  vertical-align: middle;
  letter-spacing: 0.1em;
  border-radius: 0.4rem;
}
.u-father2022 .p-event_item--topLink {
  background-color: #08234c;
}
.u-fchugen2022 .p-event_item--topLink {
  background-color: #29abe2;
}
@media (max-width: 640px) {
  .p-event_item--topLink {
    font-size: 1.6em;
    letter-spacing: 0.05em;
    border-radius: 0.25rem;
  }
}
.p-event_item--topLink:before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.95em;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.55em);
  right: 1.8em;
  margin: 0;
  padding: 0;
  content: "\f077";
  transition: all 0.3s;
}
.p-event_item--topLink:hover {
  background-color: #8b151e;
}
.u-father2022 .p-event_item--topLink:hover {
  background-color: #08234c;
}
.u-chugen2022 .p-event_item--topLink:hover {
  background-color: #29abe2;
}
.p-event_item--topLink:hover:before {
  top: calc(50% - 0.7em);
}
.p-event_footer {
  margin: 0;
  padding: 2em 1em;
  text-align: center;
  color: #fff;
  background-color: #8b151e;
  position: relative;
}
.u-father2022 .p-event_footer {
  background-color: #08234c;
}
.u-chugen2022 .p-event_footer {
  background-color: #29abe2;
}
.p-event_footer--topLink {
  display: block;
  margin: 0 auto;
  padding: 0.6em 1.2em;
  width: 280px;
  height: 2.6em;
  font-weight: bold;
  color: #fff !important;
  background-color: #8b151e;
  text-decoration: none;
  border-radius: 8px 8px 0 0;
  position: absolute;
  top: -2.6em;
  left: 0;
  right: 0;
  z-index: 2;
  transition: background-color 0.6s;
}
.u-father2022 .p-event_footer--topLink {
  background-color: #08234c;
}
.u-chugen2022 .p-event_footer--topLink {
  background-color: #29abe2;
}
@media (max-width: 640px) {
  .p-event_footer--topLink {
    width: 210px;
  }
}
.p-event_footer--topLink:before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.95em;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.35em);
  right: 1.3em;
  margin: 0;
  padding: 0;
  content: "\f062";
  transition: all 0.3s;
}
.p-event_footer--topLink:hover {
  background-color: #8b151e;
}
.u-father2022 .p-event_footer--topLink:hover {
  background-color: #08234c;
}
.u-chugen2022 .p-event_footer--topLink:hover {
  background-color: #29abe2;
}
.p-event_footer--topLink:hover:before {
  top: calc(50% - 0.7em);
}
.p-event_footer--nav {
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .p-event_footer--nav {
    flex-wrap: wrap;
  }
}
.p-event_footer--nav > * {
  margin: 1em;
}
@media (max-width: 640px) {
  .p-event_footer--nav > * {
    margin: 0.4em 1em;
  }
}
.p-event_footer--nav > * a {
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.4s;
}
@media (max-width: 640px) {
  .p-event_footer--nav > * a {
    font-size: 10px;
  }
}
.p-event_footer--nav > * a:hover {
  opacity: 0.6;
}
.p-event_footer--copy {
  font-size: 0.8em;
}
@media (max-width: 640px) {
  .p-event_footer--copy {
    display: inline-block;
    margin: 1.2em 0 0;
  }
}

/*------------------------------------------------
 common
------------------------------------------------*/
#layout01 {
  margin: 0 0 80px;
  color: #000;
  font-weight: normal;
}

#line-height0 {
  line-height: 0;
}

/* h */
#layout01 h2,
#layout01 h3 {
  line-height: 170%;
  letter-spacing: 0;
}

#layout01 h2 {
  font-size: 20px;
}
@media (max-width: 640px) {
  #layout01 h2 {
    font-size: 16px;
  }
}

#layout01 h3 {
  font-size: 18px;
}
@media (max-width: 640px) {
  #layout01 h3 {
    font-size: 14px;
  }
}

/* p */
#layout01 p {
  line-height: 180%;
}

#layout01 p:last-child {
  margin-bottom: 0;
}

/* text-align */
#layout01 .alleft {
  text-align: left;
}

#layout01 .alcenter {
  text-align: center;
}

#layout01 .alright {
  text-align: right;
}

/* float */
#layout01 .flleft {
  float: left;
}

#layout01 .flright {
  float: right;
}

/* margin */
#layout01 .mt10 {
  margin-top: 10px !important;
}

#layout01 .mt20 {
  margin-top: 20px !important;
}

#layout01 .mt30 {
  margin-top: 30px !important;
}

#layout01 .mt40 {
  margin-top: 40px !important;
}

#layout01 .mt50 {
  margin-top: 50px !important;
}

#layout01 .mb10 {
  margin-bottom: 10px !important;
}

#layout01 .mb20 {
  margin-bottom: 20px !important;
}

#layout01 .mb30 {
  margin-bottom: 30px !important;
}

#layout01 .mb40 {
  margin-bottom: 40px !important;
}

#layout01 .mb50 {
  margin-bottom: 50px !important;
}

/* background-color */
.bgc1 {
  background-color: #441b3b;
  color: #fff;
}

.bgc2 {
  background-color: #faf2e5;
  color: #000;
}

#layout01 .hr1 {
  height: 20px;
  border: none;
  border-top: 1px #ddd685 solid;
}

/*------------------------------------------------
 block
------------------------------------------------*/
#layout01 #block01 {
  display: block;
}

#layout01 #block01 #imgblock {
  display: block;
}

#layout01 #block01 #txtblock {
  display: block;
}

#layout01 #block02 {
  display: block;
}

#layout01 #block02 .block02_block {
  display: block;
  width: 70%;
  text-align: left;
  background: #f4ede3;
  margin-bottom: 20px;
}

#layout01 #block02 .block02_block .block02_inner {
  padding: 15px;
}

#layout01 #block02 .block02_block .block02_inner img {
  width: 100%;
}

#layout01 #block02 .block02_block .block02_inner h3 {
  font-size: 18px;
  padding: 0px;
  margin: 15px 0px 8px 0px;
}

#layout01 #block02 .block02_block .block02_inner p {
  line-height: 150%;
  padding: 0px;
  margin: 0px;
}

/*------------------------------------------------
 width
------------------------------------------------*/
#layout01 .w70 {
  width: 70%;
}

#layout01 .w30 {
  width: 30%;
}

#layout01 .wp100 {
  width: 100%;
}

/*------------------------------------------------
list
------------------------------------------------*/
#layout01 .list01 {
  margin: 0px auto;
  text-align: center;
}

#layout01 .list01 li {
  background: #faf2e5;
  text-align: left;
  border-radius: 30px;
  padding: 20px;
  list-style: none;
  margin-bottom: 6px;
}

#layout01 .list01 li span {
  color: #e40112;
  font-size: 18px;
}

/*------------------------------------------------
btn
------------------------------------------------*/
#layout01 .btn01 {
  text-align: center;
  margin: 20px auto;
}

#layout01 .btn01 a {
  display: block;
  background: #e40112;
  border-radius: 30px;
  padding: 14px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

#layout01 .btn01 a:hover {
  color: #fff;
}

/*------------------------------------------------
 clearfix
------------------------------------------------*/
.cl:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cl {
  display: block;
}

/* exlude MacIE5  */
* html .cl {
  height: 1%;
}

/* end MacIE5 */
/* exlude MacIE5 */
* html .clearfix {
  height: 1%;
}

/* end MacIE5 */
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  #layout01 {
    margin: 0px;
    width: 100%;
  }
}
.review-layoutRole {
  display: block;
}

.review-layoutRole .reviewSimplePost {
  padding: 1em 0 !important;
}

.review_detail_default {
  display: block;
  margin: 1em auto;
  padding: 1em !important;
  max-width: 1160px;
}

.review-sortLayout {
  display: block;
  padding: 10px;
}
@media only screen and (min-width: 1024px) {
  .review-sortLayout {
    display: flex;
    padding: 5px;
  }
}

.review-sortLayout .reviewPost {
  padding-top: 0.5em !important;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .review-sortLayout .reviewPost {
    padding-top: 0 !important;
    display: block;
  }
}

.review-productLayout {
  margin-top: 40px;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .review-productLayout {
    display: table;
  }
}
.review-productLayout .ec-imageGrid__img,
.review-productLayout .ec-imageGrid__content,
.review-productLayout .review-layoutRole.list {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .review-productLayout .ec-imageGrid__img,
  .review-productLayout .ec-imageGrid__content,
  .review-productLayout .review-layoutRole.list {
    display: table-cell;
  }
}
.review-productLayout .ec-imageGrid__img {
  margin: 0 auto;
  width: 80%;
}
@media only screen and (min-width: 1024px) {
  .review-productLayout .ec-imageGrid__img {
    margin: 0;
    width: 100px;
  }
}
.review-productLayout .ec-imageGrid__content {
  width: 100%;
  padding: 0 1em;
}
@media only screen and (min-width: 1024px) {
  .review-productLayout .ec-imageGrid__content {
    padding: 0 1em;
    width: 100px;
  }
}
.review-productLayout .review-layoutRole.list {
  width: 100%;
  padding: 0 1em 1em;
}
@media only screen and (min-width: 1024px) {
  .review-productLayout .review-layoutRole.list {
    width: 320px;
    padding: 5px 0 5px 10px;
  }
}
.review-productLayout .review-gaugeWrap {
  flex: 1;
}
@media only screen and (min-width: 1024px) {
  .review-productLayout .review-gaugeWrap {
    flex: initial;
  }
}

#RelatedProductPro-product_area > h3 {
  margin: 0 0 1.8em;
  padding: 0 1em;
  font-size: 21px;
  font-weight: bold;
  color: #8b151e;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #RelatedProductPro-product_area > h3 {
    margin: 0 0 1.8em;
    font-size: 26px;
  }
}
#RelatedProductPro-product_area > h3:before {
  content: "";
  display: block;
  margin: 20px auto;
  width: 40px;
  height: 2px;
  background-color: #8b151e;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}
#RelatedProductPro-product_area > h3:after {
  display: block;
  content: "Related Product";
  font-size: 11px;
  letter-spacing: 0.07em;
  position: absolute;
  bottom: -50px;
  left: 0;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #RelatedProductPro-product_area > h3:after {
    font-size: 13px;
  }
}

#businessday_calendar .note span + span {
  background: #fff !important;
  outline: 3px solid #004161;
  outline-offset: -3px;
}

#businessday_calendar .today {
  outline: 3px solid #004161;
  outline-offset: -3px;
}

*:active,
*:focus {
  text-decoration: none !important;
}

.tAc {
  text-align: center;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}

.smp {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .smp {
    display: none;
  }
}

.pc {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
}

.u-sp {
  display: block !important;
}
@media only screen and (min-width: 1024px) {
  .u-sp {
    display: none !important;
  }
}

.u-pc {
  display: none !important;
}
@media only screen and (min-width: 1024px) {
  .u-pc {
    display: block !important;
  }
}

.h_02 {
  margin: 0 0 1.8em;
  padding: 0 1em;
  font-size: 21px;
  font-weight: bold;
  color: #8b151e;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .h_02 {
    margin: 0 0 1.8em;
    font-size: 26px;
  }
}
.h_02 span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.07em;
}
@media only screen and (min-width: 1024px) {
  .h_02 span {
    font-size: 13px;
  }
}
.h_02 span::before {
  content: "";
  display: block;
  margin: 20px auto;
  width: 40px;
  height: 2px;
  background-color: #8b151e;
}

.h_03 {
  margin: 0 0 1.8em;
  padding: 0 16px 0 3em;
  font-size: 21px;
  font-weight: bold;
  color: #8b151e;
  letter-spacing: 0.1em;
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .h_03 {
    margin: 0 0 1.8em;
    padding: 0 16px 0 2.3em;
    font-size: 26px;
  }
}
.h_03:before {
  position: absolute;
  top: -6px;
  left: 0;
  content: " ";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(../img/common/logo_h.png);
  background-size: cover;
  background-position: center;
  z-index: 2;
}
.h_03.full {
  margin-right: 16px;
  margin-left: 16px;
}

.h_04 {
  margin: 2.3em 0 0;
  text-align: center;
}

.btn_01 {
  display: inline-block;
  margin: 1.8em auto;
  padding: 0.4em 3em;
  min-width: 210px;
  color: #fff !important;
  border: 1px solid #8b151e;
  border-radius: 4px;
  background-color: #8b151e;
  letter-spacing: 0.1em;
  text-align: center;
  transition: 0.7s;
}
.btn_01:hover {
  background-color: rgba(139, 21, 30, 0.8);
}

.btn_02 {
  display: inline-block;
  margin: 1em auto;
  padding: 0.4em 3em;
  min-width: 210px;
  color: #393c41 !important;
  border: 1px solid #d2d2d2;
  text-align: center;
}

.btn_03 {
  display: inline-block;
  margin: 1.8em auto;
  padding: 0.7em 3em;
  min-width: 100%;
  color: #8b151e !important;
  border: 1px solid #8b151e;
  border-radius: 4px;
  background-color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  transition: 0.7s;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .btn_03 {
    min-width: 280px;
  }
}
.btn_03:after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 50%;
  margin-top: -0.2em;
  right: 1em;
  border-top: #8b151e solid 1px;
  border-right: #8b151e solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: 0.7s;
}
.btn_03:hover:after {
  right: 0.6em;
}
.btn_03_r {
  color: #fff !important;
  background-color: #8b151e;
}
.btn_03_r:after {
  border-top: #fff solid 1px;
  border-right: #fff solid 1px;
}
.btn_03_line {
  color: #fff !important;
  background-color: #06c755;
  border: 1px solid #06c755;
}
.btn_03_line:after {
  border-top: #fff solid 1px !important;
  border-right: #fff solid 1px !important;
}

.btn_gift {
  display: flex;
  align-items: center;
  margin: 0 0 1em;
  padding: 1.4em 1em;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #8b151e;
  transition: 0.7s;
}
@media only screen and (min-width: 1024px) {
  .btn_gift {
    padding: 1.3em 1em;
    font-size: 68px;
  }
}
.btn_gift span {
  display: inline-block;
  padding-left: 1.4em;
  font-weight: 500;
  font-size: 11px;
}
@media only screen and (min-width: 1024px) {
  .btn_gift span {
    font-size: 21px;
  }
}
.btn_gift:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none !important;
}

.ec-layoutRole__mainBottom {
  margin: 20px auto 30px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  max-width: 1150px !important;
  border-top: 1px solid #dcdddd !important;
}
.fv {
  margin: 0 0 30px;
  width: 100%;
  height: 54vh;
  background-color: #eff2f7;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .fv {
    height: 480px;
  }
}
.fv--shopLogo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 4;
  margin: auto;
  width: 248px;
  height: 173px;
}
@media only screen and (min-width: 1024px) {
  .fv--shopLogo {
    width: 450px;
    height: 315px;
  }
}
.fv--shopLogo img {
  display: block;
  width: 100%;
  height: auto;
}
.fv--shopLogoMurosaka {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 4;
  margin: auto;
  width: 285px;
  height: 175px;
}
@media only screen and (min-width: 1024px) {
  .fv--shopLogoMurosaka {
    width: 480px;
    height: 295px;
  }
}
.fv--shopLogoMurosaka img {
  display: block;
  width: 100%;
  height: auto;
}
.fv_image {
  display: block;
  width: 100%;
  height: 54vh;
  background-image: url(../img/top/fv_kakuiti_02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1024px) {
  .fv_image {
    height: 560px;
    background-size: cover;
    background-position: center;
  }
}
.fv .fv_para {
  display: block;
  width: 100%;
  height: 54vh;
  background-image: url(../img/top/img_kakuiti.jpg);
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (min-width: 1024px) {
  .fv .fv_para {
    height: 480px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
  }
}
.fv .fv_para.bg_shop {
  background-image: url(../img/shop/bg_shop.jpg);
}
.fv .fv_para.bg_shopNone {
  background-color: #eff2f7;
}
.fv .fv_para.bg_shopNumata {
  background-color: #eff2f7;
  background-image: url(../img/shop/bg_shopNumataFv.jpg);
}
@media only screen and (min-width: 1024px) {
  .fv .fv_para.bg_shopNumata {
    background-size: 100%;
  }
}
.fv .fv_para.bg_shopMiyajimaguchi {
  background-image: url(../img/shop/bg_shopMiyajimaguchi_anago.jpg);
  background-position: center bottom;
}
.fv .fv_para.bg_shopMurosaka {
  background-color: #eff2f7;
  background-image: url(../img/shop/bg_shopMurosaka.jpg);
}
@media only screen and (min-width: 1024px) {
  .fv .fv_para.bg_shopMurosaka {
    background-size: 100%;
  }
}
.fv .fv_para.bg_shopMurosakaFv {
  background-color: #eff2f7;
  background-image: url(../img/shop/bg_shopMurosakaFv_sp.jpg);
}
@media only screen and (min-width: 1024px) {
  .fv .fv_para.bg_shopMurosakaFv {
    background-size: 100%;
    background-image: url(../img/shop/bg_shopMurosakaFv.jpg);
  }
}
.fv .fv_para.bg_shopMuro {
  background-color: #eff2f7;
  background-image: url(../img/shop/bg_shopMuroFv.jpg);
}
@media only screen and (min-width: 1024px) {
  .fv .fv_para.bg_shopMuro {
    background-size: 100%;
  }
}
.fv .fv_para.bg_shopMuroFv {
  background-color: #eff2f7;
  background-image: url(../img/shop/bg_shopMuroFv_sp.jpg);
}
@media only screen and (min-width: 1024px) {
  .fv .fv_para.bg_shopMuroFv {
    background-size: 100%;
    background-image: url(../img/shop/bg_shopMuroFv.jpg);
  }
}

.frontSlider {
  margin: 0 0 20px;
  padding: 0;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .frontSlider {
    margin: 0 0 30px;
  }
}
.frontSlider_sp {
  margin: 0;
  padding: 0;
  display: block;
}
.frontSlider_sp li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.frontSlider_pc {
  margin: 0;
  padding: 0;
  display: block;
}
.frontSlider_pc li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.frontSlider img {
  display: block;
  width: 100%;
  height: auto;
}

.footer {
  margin: 30px 0 0;
  padding: 10px 0 30px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #8b151e;
}
.footer .footer_nav {
  margin: 1.6em auto;
  padding: 0;
  max-width: 1240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  background-color: #fff;
  border-bottom: 1px solid #8b151e;
}
.footer .footer_nav > * {
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .footer .footer_nav > * {
    width: 16.6666666667% !important;
  }
}
.footer .footer_nav > * a {
  display: block;
  padding: 1em 0.5em;
  border-top: 1px solid #8b151e;
  border-right: 1px solid #8b151e;
  color: #8b151e !important;
  font-size: 11px !important;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 1024px) {
  .footer .footer_nav > * a {
    padding: 0.5em;
    font-size: 14px !important;
  }
}
.footer .footer_nav > *:nth-child(2n+1) a {
  border-right: none;
}
@media only screen and (min-width: 1024px) {
  .footer .footer_nav > *:nth-child(2n+1) a {
    border-right: 1px solid #8b151e;
  }
}
.footer .footer_nav > *:first-child {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .footer .footer_nav > *:first-child {
    width: 20%;
  }
}
@media only screen and (min-width: 1024px) {
  .footer .footer_nav > *:first-child a {
    border-left: 1px solid #8b151e;
  }
}
.footer .footer_nav > *:last-child a {
  border-right: none;
}
@media only screen and (min-width: 1024px) {
  .footer .footer_nav > *:last-child a {
    border-right: 1px solid #8b151e;
  }
}
.footer .footer_info {
  margin: 0 auto 30px;
  padding: 0 1em;
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .footer .footer_info {
    font-size: 14px;
  }
}
.footer .footer_info p {
  margin: 0 0 0.8em;
}
.footer .footer_info p a {
  color: #fff !important;
  border-bottom: 1px solid #fff;
  transition: 0.7s;
}
.footer .footer_info p a:hover {
  opacity: 0.7;
}
.footer .footer_info--title {
  margin: 1.5em 0 0.5em;
  padding: 0 0 0.5em;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}
@media only screen and (min-width: 1024px) {
  .footer .footer_info--title {
    font-size: 18px;
  }
}
.footer .footer_info > * {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer .footer_info > * {
    width: 32%;
  }
}
.footer .footer_info--tel {
  margin-top: 0.4em;
  font-size: 1.7em;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  border-bottom: none !important;
  line-height: 1;
}
.footer .footer_info--tel:before {
  content: "";
  display: inline-block;
  margin-right: 0.3em;
  width: 1.4em;
  height: 1em;
  background-image: url(../img/common/icon_freedial.svg);
  background-size: cover;
  background-position: center center;
}
.footer .footer_copyright {
  display: block;
  margin: 40px 1em;
  text-align: center;
}

.itemFeed {
  margin: 0 auto 30px;
  padding: 0 0 30px;
  max-width: 1150px;
  border-bottom: 1px solid #dcdddd;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .itemFeed {
    padding: 0 1em 30px;
  }
}
.itemFeed_mb {
  margin-bottom: 0;
}
.itemFeed .itemFeed_list {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.itemFeed .itemFeed_list > * {
  margin: 0;
  padding: 0;
  width: 49.6%;
  list-style-type: none;
}
@media only screen and (min-width: 1024px) {
  .itemFeed .itemFeed_list > * {
    width: 19%;
  }
}
.itemFeed .itemFeed_list > * a {
  color: #393c41 !important;
}
.itemFeed .itemFeed_list--title {
  margin: 8px 0;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .itemFeed .itemFeed_list--title {
    margin: 20px 0 10px;
    font-size: 16px;
  }
}
.itemFeed .itemFeed_list--price {
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .itemFeed .itemFeed_list--price {
    font-size: 18px;
  }
}
.itemFeed .itemFeed_list--price .tax {
  font-size: 14px;
}
.itemFeed .itemFeed_list li a img {
  display: block;
  width: 100%;
  height: auto;
}

.p-gift {
  margin: 0 0 60px;
  padding: 30px 1em 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: #80151e;
}
@media only screen and (min-width: 1024px) {
  .p-gift {
    flex-wrap: nowrap;
    padding: 60px 60px 100px;
  }
}
.p-gift_item:nth-child(1) {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .p-gift_item:nth-child(1) {
    width: 65%;
  }
}
.p-gift_item:nth-child(2) {
  padding-top: 30px;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .p-gift_item:nth-child(2) {
    padding-top: 0;
    width: 24%;
  }
}
.p-gift_item--title {
  margin-left: 0;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1024px) {
  .p-gift_item--title {
    margin-left: 10px;
    font-size: 80px;
  }
}
.p-gift_item--copy {
  margin-left: 0;
  margin-bottom: 1.2em;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1024px) {
  .p-gift_item--copy {
    margin-left: 10px;
    font-size: 21px;
  }
}
.p-gift_item--text {
  margin-bottom: 0;
  padding: 0;
  color: #fff;
  background-color: #80151e;
  line-height: 1.8;
  border-radius: 6px;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .p-gift_item--text {
    padding: 1.2em 2em;
    border-radius: 10px;
    color: #1a1a1a;
    font-size: 14px;
    background-color: #fff;
  }
}
.p-gift_item--image {
  margin: 0 auto 30px;
  width: 60%;
}
@media only screen and (min-width: 1024px) {
  .p-gift_item--image {
    margin: 0 auto 60px;
    width: 68%;
  }
}
.p-gift_item--image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-gift_item--link {
  display: block;
  padding: 0.7em 1em;
  color: #fff !important;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  transition: 0.7s;
  position: relative;
}
.p-gift_item--link:after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 50%;
  margin-top: -0.2em;
  right: 1em;
  border-top: #fff solid 1px;
  border-right: #fff solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: 0.7s;
}
.p-gift_item--link:hover:after {
  right: 0.6em;
}

.slideItemFeed {
  margin: 0 auto 30px;
  padding: 0 1em 30px;
  max-width: 1150px;
  border-bottom: 1px solid #dcdddd;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .slideItemFeed {
    margin: 0 auto 60px;
  }
}
.slideItemFeed_mb {
  margin-bottom: 0;
}
.slideItemFeed .slideItemFeed_list {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .slideItemFeed .slideItemFeed_list {
    display: block;
  }
}
.slideItemFeed .slideItemFeed_list > * {
  margin: 0 0 1em;
  padding: 0;
  list-style-type: none;
  width: 49%;
}
.slideItemFeed .slideItemFeed_list > *:nth-child(n+7) {
  display: none;
}
@media only screen and (min-width: 768px) {
  .slideItemFeed .slideItemFeed_list > * {
    margin: 0;
    width: 100%;
  }
}
.slideItemFeed .slideItemFeed_list > * a {
  display: block;
  margin: 0 6px;
  color: #393c41 !important;
}
.slideItemFeed .slideItemFeed_list--title {
  margin: 8px 0;
  font-size: 12px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .slideItemFeed .slideItemFeed_list--title {
    margin: 20px 0 10px;
    font-size: 16px;
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
  }
}
.slideItemFeed .slideItemFeed_list--price {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .slideItemFeed .slideItemFeed_list--price {
    font-size: 18px;
  }
}
.slideItemFeed .slideItemFeed_list--price .tax {
  font-size: 11px;
}
@media only screen and (min-width: 768px) {
  .slideItemFeed .slideItemFeed_list--price .tax {
    font-size: 14px;
  }
}
.slideItemFeed .slideItemFeed_list li a img {
  display: block;
  width: 100%;
  height: auto;
}

.slideItemFeed2 {
  margin: 0 auto 30px;
  padding: 0 1em 30px;
  max-width: 1150px;
  border-bottom: 1px solid #dcdddd;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .slideItemFeed2 {
    margin: 0 auto 60px;
  }
}
.slideItemFeed2_mb {
  margin-bottom: 0;
}
.slideItemFeed2 .slideItemFeed2_list {
  margin: 0;
  padding: 0;
  width: 100%;
}
.slideItemFeed2 .slideItemFeed2_list a {
  display: block;
  margin: 0 6px 1em;
  color: #393c41 !important;
}
@media only screen and (min-width: 768px) {
  .slideItemFeed2 .slideItemFeed2_list a {
    margin: 0 6px;
  }
}
.slideItemFeed2 .slideItemFeed2_list--title {
  margin: 7px 0;
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (min-width: 768px) {
  .slideItemFeed2 .slideItemFeed2_list--title {
    margin: 7px 0;
    font-size: 16px;
  }
}
.slideItemFeed2 .slideItemFeed2_list--price {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .slideItemFeed2 .slideItemFeed2_list--price {
    font-size: 18px;
  }
}
.slideItemFeed2 .slideItemFeed2_list--price .tax {
  font-size: 11px;
}
@media only screen and (min-width: 768px) {
  .slideItemFeed2 .slideItemFeed2_list--price .tax {
    font-size: 14px;
  }
}
.slideItemFeed2 .slideItemFeed2_list li a img {
  display: block;
  width: 100%;
  height: auto;
}

.frontBnr {
  margin: 0 auto 30px;
  padding: 0 0 30px;
  max-width: 1150px;
}
.frontBnr img {
  width: 100%;
  height: auto;
}

.p-frontMessage {
  margin: -60px 0 40px;
  padding: 60px 1em;
  color: #fff;
  background-color: #8b161e;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .p-frontMessage {
    margin: 0 0 60px;
  }
}
.p-frontMessage--title {
  margin: 0 0 1.8em;
  padding: 0 1em;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .p-frontMessage--title {
    margin: 0 0 1.8em;
    font-size: 32px;
  }
}
.p-frontMessage--title span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.07em;
}
@media only screen and (min-width: 1024px) {
  .p-frontMessage--title span {
    font-size: 16px;
  }
}
.p-frontMessage--title span::before {
  content: "";
  display: block;
  margin: 20px auto;
  width: 40px;
  height: 2px;
  background-color: #fff;
}
.p-frontMessage--text {
  font-size: 14px;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .p-frontMessage--text {
    font-size: 16px;
  }
}

.p-frontEvent {
  margin: 30px 0 60px;
  padding: 0;
  width: 100%;
}
.p-frontEvent .p-frontEvent_list {
  margin: 0 0 0.5em;
  padding: 0;
  width: 100%;
}
.p-frontEvent .p-frontEvent_list > * {
  margin: 0 0 0.2em;
  padding: 0;
  list-style-type: none;
}
.p-frontEvent .p-frontEvent_list li a {
  display: block;
  margin: 0 1em;
}
@media (max-width: 640px) {
  .p-frontEvent .p-frontEvent_list li a {
    margin: 0 3px;
  }
}
.p-frontEvent .p-frontEvent_list li a img {
  display: block;
  width: 100%;
  height: auto;
}

.frontOsusume {
  margin: 0 auto 30px;
  padding: 0 0 30px;
  max-width: 1150px;
}
.frontOsusume .frontOsusume_list {
  margin: 0 0 0.5em;
  padding: 0;
  width: 100%;
}
.frontOsusume .frontOsusume_list > * {
  margin: 0 0 0.2em;
  padding: 0;
  list-style-type: none;
}
.frontOsusume .frontOsusume_list li a img {
  display: block;
  width: 100%;
  height: auto;
}
.frontOsusume .slick-slide {
  margin: 0 3px;
}
@media only screen and (min-width: 1024px) {
  .frontOsusume .slick-slide {
    margin: 0 5px;
  }
}

.frontPickup {
  margin: 0 auto 30px;
  padding: 0 1em 30px;
  max-width: 1150px;
}
.frontPickup .frontPickup_list {
  margin: 0 0 0.5em;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.frontPickup .frontPickup_list > * {
  margin: 0 0 0.2em;
  padding: 0;
  width: 49.6%;
  list-style-type: none;
}
@media only screen and (min-width: 1024px) {
  .frontPickup .frontPickup_list > * {
    width: 24.5%;
  }
}
.frontPickup .frontPickup_list li a img {
  display: block;
  width: 100%;
  height: auto;
}

.syokuninFeed {
  margin: 0 auto;
  padding: 0 1em 30px;
  max-width: 1150px;
  border-bottom: 1px solid #dcdddd;
}
@media only screen and (min-width: 1024px) {
  .syokuninFeed {
    padding: 30px 1em 30px;
  }
}
.syokuninFeed .syokuninFeed_list {
  margin: 0 auto 0.5em;
  padding: 0;
  max-width: 1150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.syokuninFeed .syokuninFeed_list > * {
  margin: 0 0 10px;
  padding: 0;
  width: 49%;
  list-style-type: none;
}
@media only screen and (min-width: 1024px) {
  .syokuninFeed .syokuninFeed_list > * {
    width: 24%;
  }
}
.syokuninFeed .syokuninFeed_list a {
  display: block;
  color: #393c41 !important;
  background-color: #ddd;
  position: relative;
}
.syokuninFeed .syokuninFeed_list li a img {
  display: block;
  width: 100%;
  height: auto;
}
.syokuninFeed .syokuninFeed_list--title {
  margin: 0;
  padding: 0.6em 0.8em;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.6;
}

.yomimonoFeed {
  margin: 0 auto 30px;
  padding: 30px 1em 30px;
  max-width: 1150px;
  border-bottom: 1px solid #dcdddd;
}
@media only screen and (min-width: 768px) {
  .yomimonoFeed {
    margin: 0 auto 60px;
    padding: 60px 1em 30px;
  }
}
.yomimonoFeed .comingsoon {
  padding: 8em 1em;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
.yomimonoFeed .yomimonoFeed_list {
  margin: 0 auto 0.5em;
  padding: 0;
  max-width: 1150px;
  display: flex;
  flex-wrap: wrap;
}
.yomimonoFeed .yomimonoFeed_list > * {
  margin: 0 1%;
  padding: 0;
  width: 48%;
  list-style-type: none;
}
@media only screen and (min-width: 768px) {
  .yomimonoFeed .yomimonoFeed_list > * {
    width: 23%;
  }
}
.yomimonoFeed .yomimonoFeed_list a {
  display: block;
  color: #393c41 !important;
  position: relative;
}
.yomimonoFeed .yomimonoFeed_list li a img {
  display: block;
  width: 100%;
  height: auto;
}
.yomimonoFeed .yomimonoFeed_list_cat {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  margin: 0;
  padding: 0;
}
.yomimonoFeed .yomimonoFeed_list_cat > * {
  margin: 0;
  padding: 0.3em 0.7em;
  font-size: 12px;
  color: #fff;
  list-style-type: none;
}
.yomimonoFeed .yomimonoFeed_list_cat--toki {
  background-color: #cb2b4a;
}
.yomimonoFeed .yomimonoFeed_list_cat--project {
  background-color: #2996cd;
}
.yomimonoFeed .yomimonoFeed_list--title {
  margin: 0;
  padding: 0.6em 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .yomimonoFeed .yomimonoFeed_list--title {
    font-size: 13px;
  }
}

.frontShop {
  margin: 0 auto 30px;
  padding: 30px 0 30px;
  max-width: 100%;
}
.frontShop--image {
  margin: 0;
  padding-top: 42%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-image: url(../img/shop/bg_frontshop.jpg);
}
.frontShop .tAc {
  padding: 0 1em;
}

.bottomCategory {
  margin: 30px auto 0;
  padding: 0 1em 30px;
  max-width: 1150px;
}
.bottomCategory .bottomCategory_list {
  margin: 0 0 0.5em;
  padding: 20px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid #dcdddd;
}
@media only screen and (min-width: 768px) {
  .bottomCategory .bottomCategory_list {
    margin: 0 auto 0.5em;
    max-width: 1220px;
  }
}
.bottomCategory .bottomCategory_list > * {
  margin: 0 2% 0.2em 0;
  padding: 0;
  width: 32%;
  list-style-type: none;
  border-bottom: 1px solid #dcdddd;
}
@media only screen and (min-width: 768px) {
  .bottomCategory .bottomCategory_list > * {
    margin: 0 0 0.2em;
    width: 12.4%;
  }
}
.bottomCategory .bottomCategory_list > *:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .bottomCategory .bottomCategory_list > *:nth-child(3n) {
    margin-right: 0.666666%;
  }
}
@media only screen and (min-width: 768px) {
  .bottomCategory .bottomCategory_list > *:nth-child(6n) {
    margin-right: 0;
  }
}
.bottomCategory .bottomCategory_list li a {
  display: block;
  padding: 0.3em 0.5em;
  text-align: center;
  color: #393c41 !important;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .bottomCategory .bottomCategory_list li a {
    padding: 0.3em 0.5em;
    font-size: 14px;
  }
}
.bottomCategory .bottomCategory_list li a img {
  display: block;
  width: 100%;
  height: auto;
}
.bottomCategory .h_02 {
  text-align: center;
}

.categoryNav {
  margin: 0;
  padding: 1em;
  background-color: #fff;
}
.categoryNav .categoryNav_list {
  margin: 10px 0 20px;
  padding: 0;
}
.categoryNav .categoryNav_list a {
  display: block;
  margin: 0;
  padding: 0.3em 0;
  color: #393c41 !important;
  text-decoration: none;
  transition: 0.4s;
}
.categoryNav .categoryNav_list a:hover {
  background-color: rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.categoryNav .categoryNav_list > li {
  margin: 0 0 2em;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .categoryNav .categoryNav_list > li a {
    font-size: 21px;
  }
}
.categoryNav .categoryNav_list > li > ul {
  margin: 0.3em 0;
  padding: 0.3em 0;
  font-weight: 500;
  border-top: 1px solid #e5e5e5;
}
.categoryNav .categoryNav_list > li > ul > li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
}
@media only screen and (min-width: 1024px) {
  .categoryNav .categoryNav_list > li > ul > li a {
    font-size: 16px;
  }
}
.categoryNav .categoryNav_list > li > ul > li > ul {
  display: none;
  margin: 0 0 0 0.5em;
  padding: 0;
}
.categoryNav .categoryNav_list > li > ul > li > ul > li {
  margin: 0.2em 0;
  padding: 0;
  list-style-type: none;
}
.categoryNav .categoryNav_list > li > ul > li > ul > li a:before {
  content: "ー";
}
@media only screen and (min-width: 1024px) {
  .categoryNav .categoryNav_list > li > ul > li > ul > li a {
    font-size: 15px;
  }
}

.categoryNav_list__open {
  position: relative;
  display: block;
  z-index: 3;
}

.more_icon,
.more_icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.more_icon {
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 2;
  width: 20px;
  height: 20px;
  float: right;
  margin-right: 5px;
  background-color: #b0b0b1;
}

.more_icon span {
  position: absolute;
  left: 5px;
  width: 50%;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
}

.more_icon span:nth-of-type(1) {
  top: 9px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.more_icon span:nth-of-type(2) {
  top: 9px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.more_icon.more_active span:nth-of-type(1) {
  top: 9px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.more_icon.more_active span:nth-of-type(2) {
  display: none;
}

.listFv {
  margin: 0 0 1em;
  padding: 1.6em 1em 0.6em;
  font-size: 18px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .listFv {
    padding: 1.3em 1em 0.7em;
    font-size: 36px;
  }
}
.listFv--title {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #8d151e;
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  .listFv--title {
    margin: 0;
    padding: 0;
    font-size: 36px;
  }
}

.listFv_christmas img {
  display: block;
  width: 100%;
  height: auto;
}

.listFv_goichi {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.listFv_goichi video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.listFv_taichi img {
  display: block;
  width: 100%;
  height: auto;
}

.u-movie {
  width: 100%;
  position: relative;
}
.u-movie video {
  width: 100%;
}

.bg_listFv_oseibo {
  min-height: 38vh;
  display: flex;
  align-items: center;
  background-image: url(../img/oseibo/bg_oseibo.jpg);
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1024px) {
  .bg_listFv_oseibo {
    min-height: 540px;
  }
}
.bg_listFv_oseibo .bg_listFv_oseibo--title {
  margin-left: 0.1em;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 1024px) {
  .bg_listFv_oseibo .bg_listFv_oseibo--title {
    margin-left: 1em;
    font-size: 64px;
  }
}

.listFv_oseibo {
  margin-bottom: 6em;
  padding: 0 1em;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media only screen and (min-width: 1024px) {
  .listFv_oseibo {
    font-size: 18px;
  }
}
.listFv_oseibo p {
  margin-bottom: 1em;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .listFv_oseibo p {
    text-align: center;
  }
}
.listFv_oseibo .listFv_oseibo--bg {
  margin-top: 4em;
  margin-bottom: 2em;
  padding: 1px 1em 0;
  background-color: #f2f2f2;
}
.listFv_oseibo .listFv_oseibo--title {
  margin: 3em 0 2em;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .listFv_oseibo .listFv_oseibo--title {
    font-size: 32px;
  }
}
.listFv_oseibo .listFv_oseibo--item {
  margin-top: 4em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.listFv_oseibo .listFv_oseibo--item > * {
  margin-bottom: 3em;
  padding: 1em 2em;
  width: 100%;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .listFv_oseibo .listFv_oseibo--item > * {
    padding: 1em;
    width: 49%;
  }
}
.listFv_oseibo .listFv_oseibo--item > * p {
  font-size: 12px;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .listFv_oseibo .listFv_oseibo--item > * p {
    font-size: 16px;
    text-align: center;
  }
}
.listFv_oseibo .listFv_oseibo--item--title {
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .listFv_oseibo .listFv_oseibo--item--title {
    font-size: 24px;
    text-align: center;
  }
}
.listFv_oseibo .listFv_oseibo--item--image {
  display: block;
  margin: 2em auto;
  width: 80%;
}
@media only screen and (min-width: 1024px) {
  .listFv_oseibo .listFv_oseibo--item--image {
    width: 50%;
  }
}
.listFv_oseibo .listFv_oseibo--item--image img {
  display: block;
  width: 100%;
  height: auto;
}
.listFv_oseibo .listFv_oseibo--item > *:nth-child(3) .listFv_oseibo--item--image {
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .listFv_oseibo .listFv_oseibo--item > *:nth-child(3) .listFv_oseibo--item--image {
    width: 30%;
  }
}

.bg_listFv_osechi {
  padding: 1px 0.2em 0;
  min-height: 320px;
  width: 100%;
  background-image: url(../img/osechi/bg_osechi.jpg);
  background-position: bottom 0px right 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  .bg_listFv_osechi {
    padding: 1em 0.2em 0;
    min-height: 540px;
    background-position: bottom 0px right 0px;
    background-size: 65%;
  }
}
.bg_listFv_osechi .bg_listFv_osechi--title {
  margin-left: 0.4em;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
.bg_listFv_osechi .bg_listFv_osechi--title span {
  margin-left: 0.1em;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .bg_listFv_osechi .bg_listFv_osechi--title {
    margin-top: 0;
    margin-left: 0.5em;
    font-size: 56px;
  }
  .bg_listFv_osechi .bg_listFv_osechi--title span {
    font-size: 24px;
  }
}

.listFv_osechi {
  margin-bottom: 6em;
  padding: 0 1em;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media only screen and (min-width: 1024px) {
  .listFv_osechi {
    font-size: 18px;
  }
}
.listFv_osechi p {
  margin-bottom: 1em;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .listFv_osechi p {
    text-align: center;
  }
}
.listFv_osechi .listFv_osechi--bg {
  margin-top: 4em;
  margin-bottom: 2em;
  padding: 1px 0.6em 2em;
  background-color: #f2f2f2;
}
@media only screen and (min-width: 1024px) {
  .listFv_osechi .listFv_osechi--bg {
    padding: 1px 1em 2em;
  }
}
.listFv_osechi .listFv_osechi--title {
  margin: 3em 0 2em;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .listFv_osechi .listFv_osechi--title {
    font-size: 32px;
  }
}
.listFv_osechi .listFv_osechi--item {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.listFv_osechi .listFv_osechi--item > * {
  margin: 0 0 1em;
  padding: 0;
  width: 100%;
  background-color: transparent;
}
@media only screen and (min-width: 1024px) {
  .listFv_osechi .listFv_osechi--item > * {
    margin: 0.4em;
    padding: 1em;
    width: 30.5%;
    background-color: #fff;
  }
}
.listFv_osechi .listFv_osechi--item > * p {
  font-size: 12px;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .listFv_osechi .listFv_osechi--item > * p {
    font-size: 15px;
    text-align: left;
  }
}
.listFv_osechi .listFv_osechi--item--title {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .listFv_osechi .listFv_osechi--item--title {
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
  }
}

.bg_listFv {
  margin-bottom: 40px;
  padding: 1px 0.2em 0;
  min-height: 320px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #000;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .bg_listFv {
    margin-bottom: 120px;
    padding: 1em 0.2em 0;
    min-height: 540px;
  }
}
.bg_listFv--short {
  margin-bottom: 80px;
}
@media only screen and (min-width: 1024px) {
  .bg_listFv--short {
    margin-bottom: 120px;
  }
}
.bg_listFv .bg_listFv--title {
  position: absolute;
  top: 280px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 1.2em 1em;
  width: 76%;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background-color: #fff;
}
.bg_listFv .bg_listFv--title span {
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .bg_listFv .bg_listFv--title {
    top: 480px;
    width: 380px;
    font-size: 32px;
  }
  .bg_listFv .bg_listFv--title span {
    font-size: 18px;
  }
}

.bg_geiyo {
  background-image: url(../img/geiyo/geiyo_fv.jpg);
}

.bg_nita {
  background-image: url(../img/nita/nita_fv.jpg);
}

.bg_omae {
  background-image: url(../img/omae/omae_01.jpg);
}

.listFv_geiyo {
  margin-bottom: 6em;
  padding: 0 1em;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media only screen and (min-width: 1024px) {
  .listFv_geiyo {
    font-size: 18px;
  }
}
.listFv_geiyo p {
  margin-bottom: 1em;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .listFv_geiyo p {
    text-align: center;
  }
}
.listFv_geiyo .listFv_geiyo--title {
  margin: 3em 0 2em;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.7;
}
.listFv_geiyo .listFv_geiyo--title span {
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .listFv_geiyo .listFv_geiyo--title {
    font-size: 32px;
  }
  .listFv_geiyo .listFv_geiyo--title span {
    font-size: 16px;
  }
}
.listFv_geiyo .listFv_geiyo--image img {
  display: block;
  width: 100%;
  height: auto;
}
.listFv_geiyo .listFv_geiyo--item {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.listFv_geiyo .listFv_geiyo--item > * {
  margin: 0 0 1em;
  padding: 0;
  width: 100%;
  background-color: transparent;
}
.listFv_geiyo .listFv_geiyo--item > * img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .listFv_geiyo .listFv_geiyo--item > * {
    margin: 0.4em 0;
    padding: 0;
    width: 33%;
    background-color: #fff;
  }
}
.listFv_geiyo .listFv_geiyo--item > * p {
  font-size: 12px;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .listFv_geiyo .listFv_geiyo--item > * p {
    font-size: 15px;
    text-align: left;
  }
}
.listFv_geiyo .listFv_geiyo--item--title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  height: 100px;
}
.listFv_geiyo .listFv_geiyo--item--title img {
  display: block;
  margin: auto;
  width: auto;
  height: 80px;
}
.listFv_geiyo .listFv_geiyo--item--title img.fugu {
  height: 100px;
}
@media only screen and (min-width: 1024px) {
  .listFv_geiyo .listFv_geiyo--item--title {
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
  }
}
.listFv_geiyo .listFv_geiyo--item--text {
  margin: 0.8em 0.6em 0;
}

.listFv_omae {
  margin-bottom: 6em;
  padding: 0 1em;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media only screen and (min-width: 1024px) {
  .listFv_omae {
    font-size: 18px;
  }
}
.listFv_omae p {
  margin-bottom: 1em;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .listFv_omae p {
    text-align: center;
  }
}
.listFv_omae .listFv_omae--title {
  margin: 3em 0 2em;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.7;
}
.listFv_omae .listFv_omae--title span {
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .listFv_omae .listFv_omae--title {
    font-size: 32px;
  }
  .listFv_omae .listFv_omae--title span {
    font-size: 16px;
  }
}
.listFv_omae .listFv_omae--image img {
  display: block;
  width: 100%;
  height: auto;
}
.listFv_omae .listFv_omae--imageList {
  margin: 30px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
}
.listFv_omae .listFv_omae--imageList > * {
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .listFv_omae .listFv_omae--imageList > * {
    width: 32%;
  }
}
.listFv_omae .listFv_omae--imageList > * img {
  display: block;
  width: 100%;
  height: auto;
}

.listFv_valentain {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media only screen and (min-width: 1024px) {
  .listFv_valentain {
    font-size: 18px;
  }
}
.listFv_valentain img {
  display: block;
  width: 100%;
  height: auto;
}
.listFv_valentain--title {
  margin: 2em 0 1em;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1024px) {
  .listFv_valentain--title {
    margin: 3em 0 2em;
    font-size: 28px;
    line-height: 2.3;
  }
}
.listFv_valentain--text {
  margin: 1em 0;
  padding: 1em;
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .listFv_valentain--text {
    margin: 3em 0;
    padding: 0;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 2.6;
    text-align: center;
  }
}
.listFv_valentain_g {
  margin: 0 0 30px;
  padding: 1em 2em;
  background-color: #f2f2f2;
}
@media only screen and (min-width: 1024px) {
  .listFv_valentain_g {
    margin: 0;
  }
}
.listFv_valentain--title02 {
  display: inline-block;
  margin: 1em 0;
  padding: 0.6em 1.6em;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #1a1a1a;
}
@media only screen and (min-width: 1024px) {
  .listFv_valentain--title02 {
    margin: 2em 0;
    padding: 1em 3em;
    font-size: 24px;
  }
}
.listFv_valentain--collaborationImage {
  margin: 1em auto 2em;
  max-width: 90%;
}
@media only screen and (min-width: 1024px) {
  .listFv_valentain--collaborationImage {
    margin: 2em auto 3em;
    max-width: 60%;
  }
}
.listFv_valentain--ic4logo {
  margin: 2em auto;
  max-width: 140px;
}
@media only screen and (min-width: 1024px) {
  .listFv_valentain--ic4logo {
    margin: 2em auto 3em;
    max-width: 230px;
  }
}
.listFv_valentain--ic4text {
  margin-bottom: 2em;
  padding: 0 1em;
  text-align: left;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .listFv_valentain--ic4text {
    margin-bottom: 2em;
    padding: 0;
    font-size: 14px;
  }
}
.listFv_valentain--matilda {
  margin: 3em 0 0;
  padding: 2em 1em 2em;
  background-color: #f2f2f2;
}
@media only screen and (min-width: 1024px) {
  .listFv_valentain--matilda {
    margin: 3em 0 0;
    padding: 3em 6em 4em;
  }
}
.listFv_valentain--matilda.marcoCatTop {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .listFv_valentain--matilda.marcoCatTop {
    margin: 0;
  }
}
.listFv_valentain--matildalogo {
  margin: 2em auto;
  max-width: 140px;
}
@media only screen and (min-width: 1024px) {
  .listFv_valentain--matildalogo {
    margin: 2em auto 3em;
    max-width: 280px;
  }
}

.listFv_ramen {
  margin: 0 0 80px;
  text-align: center;
  line-height: 1.8;
}
.listFv_ramen img {
  display: block;
  width: 100%;
  height: auto;
}
.listFv_ramen p {
  margin: 1.6em auto;
  padding: 0 0.8em;
}
@media only screen and (min-width: 1024px) {
  .listFv_ramen p {
    padding: 0;
  }
}
.listFv_ramen--title {
  margin: 2em 0 0;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1024px) {
  .listFv_ramen--title {
    font-size: 36px;
  }
}
.listFv_ramen--box {
  margin: 2.3em 1em !important;
  padding: 1em !important;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  position: relative;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
@media only screen and (min-width: 1024px) {
  .listFv_ramen--box {
    margin: 2.3em auto !important;
    padding: 1em;
    font-size: 16px;
  }
}
.listFv_ramen--box:before, .listFv_ramen--box:after {
  content: "";
  position: absolute;
  top: -10px;
  width: 1px;
  height: calc(100% + 20px);
  background-color: #ccc;
}
.listFv_ramen--box:before {
  left: 10px;
}
.listFv_ramen--box:after {
  right: 10px;
}
@media only screen and (min-width: 1024px) {
  .listFv_ramen--box {
    font-size: 18px;
    margin: 2em auto;
    max-width: 40%;
  }
}
.listFv_ramen--box--l {
  font-size: 16px;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 1024px) {
  .listFv_ramen--box--l {
    font-size: 28px !important;
  }
}
.listFv_ramen--specialTitle {
  margin: 3em auto 2em;
  padding: 0 12px;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .listFv_ramen--specialTitle {
    max-width: 70%;
  }
}
.listFv_ramen--specialText {
  margin: 1em auto 3em;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .listFv_ramen--specialText {
    max-width: 70%;
  }
}
.listFv_ramen--image_01 {
  margin: 2em auto;
  max-width: 70%;
}
@media only screen and (min-width: 1024px) {
  .listFv_ramen--image_01 {
    margin: 4em auto;
    max-width: 70%;
  }
}
.listFv_ramen--image_02 {
  margin: 2em auto 4em;
  max-width: 40%;
}
@media only screen and (min-width: 1024px) {
  .listFv_ramen--image_02 {
    margin: 3em auto 5em;
    max-width: 20%;
  }
}

.listFv_halloween {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  overflow: hidden;
}
.listFv_halloween--fv {
  background-size: cover;
  background-position: center;
  padding-top: 56.25%;
}
.listFv_halloween--copy {
  background-size: 60%;
  background-position: top left;
  background-repeat: no-repeat;
  background-image: url(../img/halloween/halloween_item_01.svg);
}
@media only screen and (min-width: 1024px) {
  .listFv_halloween--copy {
    background-size: 50%;
  }
}
.listFv_halloween--logo {
  margin: 0 auto;
  padding: 80px 1em 30px;
  width: 80%;
}
@media only screen and (min-width: 1024px) {
  .listFv_halloween--logo {
    padding: 80px 1em;
    width: 60%;
  }
}
.listFv_halloween--headline {
  margin: 0.5em auto;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1024px) {
  .listFv_halloween--headline {
    font-size: 38px;
  }
}
.listFv_halloween--text {
  margin: 1em auto 80px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1;
}
@media only screen and (min-width: 1024px) {
  .listFv_halloween--text {
    margin: 1em auto;
    font-size: 24px;
  }
}
.listFv_halloween--title {
  margin: 3em auto 1em;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1024px) {
  .listFv_halloween--title {
    font-size: 23px;
  }
}
.listFv_halloween--title span {
  font-size: 0.7em;
}
.listFv_halloween--image {
  margin: auto;
  max-width: 90%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .listFv_halloween--image {
    max-width: 800px;
  }
}
.listFv_halloween--image img {
  display: block;
  width: 100%;
  height: auto;
}
.listFv_halloween--more {
  margin: 20px auto 80px;
  max-width: 60px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .listFv_halloween--more {
    max-width: 80px;
  }
}
.listFv_halloween--more img {
  display: block;
  width: 100%;
  height: auto;
}
.listFv_halloween--item_02 {
  position: absolute;
  top: -80px;
  right: -8%;
  z-index: -1;
  display: block;
  width: 30%;
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/halloween/halloween_item_02.svg);
}
@media only screen and (min-width: 1024px) {
  .listFv_halloween--item_02 {
    top: -170px;
    right: -10%;
    width: 40%;
  }
}
.listFv_halloween--item_03 {
  position: absolute;
  bottom: -110px;
  left: -10%;
  z-index: 1;
  display: block;
  width: 40%;
  padding-top: 40%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/halloween/halloween_item_03.svg);
}
@media only screen and (min-width: 1024px) {
  .listFv_halloween--item_03 {
    bottom: -280px;
    left: -10%;
  }
}
.listFv_halloween--item_04 {
  position: absolute;
  top: -80px;
  right: -10%;
  z-index: -1;
  display: block;
  width: 33%;
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/halloween/halloween_item_04.svg);
}
@media only screen and (min-width: 1024px) {
  .listFv_halloween--item_04 {
    top: -170px;
    right: -10%;
  }
}
.listFv_halloween--footer {
  margin-top: -40px;
  position: relative;
  z-index: 1;
  padding-top: 44%;
  background-size: 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-image: url(../img/halloween/halloween_item_05.svg);
}
@media only screen and (min-width: 1024px) {
  .listFv_halloween--footer {
    margin-top: -140px;
  }
}

.p-mother img {
  display: block;
  width: 100%;
  height: auto;
}
.p-mother_fv {
  padding: 60px 1em;
  background-color: #fafafa;
  background-image: url(../img/mother/fv_04.jpg);
  background-size: cover;
  background-position: center center;
}
@media (max-width: 640px) {
  .p-mother_fv {
    padding: 20px 1em;
  }
}
.p-mother_fv--logo {
  margin: 0 auto 50px;
  width: 70%;
}
@media (max-width: 640px) {
  .p-mother_fv--logo {
    margin: 0 auto 20px;
    width: 80%;
  }
}
.p-mother_fv--text {
  margin: 0 auto;
  width: 40%;
}
@media (max-width: 640px) {
  .p-mother_fv--text {
    width: 54%;
  }
}
.p-mother_tokuten {
  padding: 30px 1em;
  background-color: #dbede8;
}
@media (max-width: 640px) {
  .p-mother_tokuten {
    padding: 30px 1em;
  }
}
.p-mother_tokuten--coupon {
  margin: 0 auto 2em;
  padding: 0 1em;
  width: 100%;
  max-width: 420px;
}
.p-mother_tokuten--bnr {
  display: block;
  margin: auto;
  max-width: 800px;
  cursor: pointer;
  transition: 0.7s;
}
.p-mother_tokuten--bnr:hover {
  opacity: 0.7;
}
.p-mother_tokuten--content {
  display: none;
}
.p-mother_tokuten--content--box {
  margin: 40px auto;
  padding: 2em 4em 4em;
  max-width: 920px;
  background-color: #faf5e9;
  background-size: 75%;
  background-repeat: repeat;
  background-position: top left;
}
@media (max-width: 640px) {
  .p-mother_tokuten--content--box {
    padding: 10px 2em 2em;
  }
}
.p-mother_tokuten--content--title {
  margin: 1.2em 0 0.8em;
  font-size: 1.6em;
  color: #ff9d83;
}
.p-mother_tokuten--content--text {
  margin: 1em 0;
  padding-bottom: 2em;
  color: #56361b;
  line-height: 1.7;
}
.p-mother_tokuten--content--text:not(:last-of-type) {
  border-bottom: dashed 1px rgba(86, 54, 27, 0.2);
}
.p-mother_tokuten--content--close {
  margin: 0 auto 40px;
  width: 80px;
}
@media (max-width: 640px) {
  .p-mother_tokuten--content--close {
    width: 40px;
  }
}
.p-mother_tokuten--content--close:hover {
  cursor: pointer;
  opacity: 0.7;
}
.p-mother_block {
  padding: 20px 0 180px;
  background-color: #faf5e9;
  background-size: calc(100% + 40px);
  background-repeat: no-repeat;
  background-position: bottom -220px left -20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .p-mother_block {
    padding: 10px 0 80px;
    background-position: bottom -20px left -20px;
  }
}
.p-mother_block--title {
  margin: 50px 0;
  padding: 0.2em 1em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #faf5e9;
  background-color: #ffa084;
}
@media (max-width: 640px) {
  .p-mother_block--title {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 18px;
  }
}
.p-mother_block--titleYou {
  margin: 50px 0;
  padding: 0.2em 1em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #faf5e9;
  background-color: #b2d576;
}
@media (max-width: 640px) {
  .p-mother_block--titleYou {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 18px;
  }
}
.p-mother_block--subTitle {
  margin: 10px 0;
  padding: 0.2em 1em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  font-weight: bold;
  color: #56361b;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 640px) {
  .p-mother_block--subTitle {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 18px;
  }
}
.p-mother_block--subText {
  margin: 10px 0 2em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  font-weight: bold;
  color: #56361b;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 640px) {
  .p-mother_block--subText {
    margin: 20px 0;
    padding: 0.4em 1em;
    font-size: 12px;
  }
}

.p-father img {
  display: block;
  width: 100%;
  height: auto;
}
.p-father_header {
  padding: 1em;
}
.p-father_header--logo {
  display: block;
  margin: auto;
  max-width: 230px;
}
@media (max-width: 640px) {
  .p-father_header--logo {
    max-width: 160px;
  }
}
.p-father_fv {
  padding: 60px 1em;
  background-color: #fafafa;
  background-image: url(../img/father/fv_01.jpg);
  background-size: cover;
  background-position: center center;
}
@media (max-width: 640px) {
  .p-father_fv {
    padding: 20px 1em;
  }
}
.p-father_fv--logo {
  margin: 0 40% 0 5%;
  width: 55%;
}
@media (max-width: 640px) {
  .p-father_fv--logo {
    margin: 0 42% 0 3%;
    width: 60%;
  }
}
.p-father_tokuten {
  padding: 30px 1em;
  background-color: #ccd6d6;
}
@media (max-width: 640px) {
  .p-father_tokuten {
    padding: 30px 1em;
  }
}
.p-father_tokuten--coupon {
  margin: 0 auto 2em;
  padding: 0 1em;
  width: 100%;
  max-width: 420px;
}
.p-father_tokuten--bnr {
  display: block;
  margin: auto;
  max-width: 800px;
  cursor: pointer;
  transition: 0.7s;
}
.p-father_tokuten--bnr:hover {
  opacity: 0.7;
}
.p-father_tokuten--content {
  display: none;
}
.p-father_tokuten--content--box {
  margin: 40px auto;
  padding: 2em 4em 4em;
  max-width: 920px;
  background-color: #faf5e9;
  background-size: 75%;
  background-repeat: repeat;
  background-position: top left;
}
@media (max-width: 640px) {
  .p-father_tokuten--content--box {
    padding: 10px 2em 2em;
  }
}
.p-father_tokuten--content--title {
  margin: 1.2em 0 0.8em;
  font-size: 1.6em;
  color: #405f72;
}
.p-father_tokuten--content--text {
  margin: 1em 0;
  padding-bottom: 2em;
  color: #56361b;
  line-height: 1.7;
}
.p-father_tokuten--content--text:not(:last-of-type) {
  border-bottom: dashed 1px rgba(86, 54, 27, 0.2);
}
.p-father_tokuten--content--close {
  margin: 0 auto 40px;
  width: 80px;
}
@media (max-width: 640px) {
  .p-father_tokuten--content--close {
    width: 40px;
  }
}
.p-father_tokuten--content--close:hover {
  cursor: pointer;
  opacity: 0.7;
}

.p-chugen img {
  display: block;
  width: 100%;
  height: auto;
}
.p-chugen_fv--logo {
  margin: 0;
}
.p-chugen_fv--logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-chugen_main {
  background-image: url(../img/chugen/bg_chugen.jpg);
  background-size: 118%;
  background-repeat: repeat-y;
  position: relative;
  overflow: hidden;
}
.p-chugen_tokuten {
  padding: 30px 1em;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .p-chugen_tokuten {
    padding: 30px 1em;
  }
}
.p-chugen_tokuten--coupon {
  margin: 0 auto 2em;
  padding: 0 1em;
  width: 100%;
  max-width: 420px;
}
.p-chugen_tokuten--bnr {
  display: block;
  margin: auto;
  max-width: 800px;
  cursor: pointer;
  transition: 0.7s;
}
.p-chugen_tokuten--bnr:hover {
  opacity: 0.7;
}
.p-chugen_tokuten--content {
  display: none;
}
.p-chugen_tokuten--content--box {
  margin: 40px auto;
  padding: 2em 4em 4em;
  max-width: 920px;
  background-color: #ffffff;
  background-image: url(../img/chugen/dot_pattern_opa.png);
  background-size: 75%;
  background-repeat: repeat;
  background-position: top left;
}
@media (max-width: 640px) {
  .p-chugen_tokuten--content--box {
    padding: 10px 2em 2em;
  }
}
.p-chugen_tokuten--content--title {
  margin: 1.2em 0 0.8em;
  font-size: 1.6em;
  color: #405f72;
}
.p-chugen_tokuten--content--image {
  margin: auto;
  padding: 1em;
  width: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 640px) {
  .p-chugen_tokuten--content--image {
    width: 90%;
  }
}
.p-chugen_tokuten--content--text {
  margin: 1em 0;
  padding-bottom: 2em;
  color: #56361b;
  line-height: 1.7;
}
.p-chugen_tokuten--content--text:not(:last-of-type) {
  border-bottom: dashed 1px rgba(86, 54, 27, 0.2);
}
.p-chugen_tokuten--content--close {
  margin: 0 auto 40px;
  width: 80px;
}
@media (max-width: 640px) {
  .p-chugen_tokuten--content--close {
    width: 40px;
  }
}
.p-chugen_tokuten--content--close:hover {
  cursor: pointer;
  opacity: 0.7;
}

.p-keirou img {
  display: block;
  width: 100%;
  height: auto;
}
.p-keirou_header {
  padding: 1em;
}
.p-keirou_header--logo {
  display: block;
  margin: auto;
  max-width: 230px;
}
@media (max-width: 640px) {
  .p-keirou_header--logo {
    max-width: 160px;
  }
}
.p-keirou_fv--logo {
  margin-bottom: 0;
}
.p-keirou_fv--logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-keirou_main {
  background-color: #9f7f84;
  position: relative;
  overflow: hidden;
}
.p-keirou_main--itemA {
  width: 50%;
  max-width: 580px;
  position: absolute;
  top: 10px;
  right: -30px;
  z-index: 1;
}
@media (max-width: 640px) {
  .p-keirou_main--itemA {
    top: 80px;
    right: -10px;
  }
}
.p-keirou_main--itemB {
  width: 50%;
  max-width: 580px;
  position: absolute;
  top: 20px;
  left: -80px;
  z-index: 1;
}
@media (max-width: 640px) {
  .p-keirou_main--itemB {
    top: 180px;
    left: -30px;
  }
}
.p-keirou_tokuten {
  padding: 30px 1em;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .p-keirou_tokuten {
    padding: 30px 1em;
  }
}
.p-keirou_tokuten--coupon {
  margin: 0 auto 2em;
  padding: 0 1em;
  width: 100%;
  max-width: 420px;
}
.p-keirou_tokuten--bnr {
  display: block;
  margin: auto;
  max-width: 800px;
  cursor: pointer;
  transition: 0.7s;
}
.p-keirou_tokuten--bnr:hover {
  opacity: 0.7;
}
.p-keirou_tokuten--content {
  display: none;
}
.p-keirou_tokuten--content--box {
  margin: 40px auto;
  padding: 2em 4em 4em;
  max-width: 920px;
  background-color: #f8f4e9;
  background-image: url(../img/keirou/dot_pattern_opa2.png);
  background-size: 75%;
  background-repeat: repeat;
  background-position: top left;
}
@media (max-width: 640px) {
  .p-keirou_tokuten--content--box {
    padding: 10px 2em 2em;
  }
}
.p-keirou_tokuten--content--title {
  margin: 1.2em 0 0.8em;
  font-size: 1.6em;
  color: #d38a97;
}
.p-keirou_tokuten--content--image {
  margin: auto;
  padding: 1em;
  width: 90%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 640px) {
  .p-keirou_tokuten--content--image {
    width: 90%;
  }
}
.p-keirou_tokuten--content--text {
  margin: 1em 0;
  padding-bottom: 2em;
  color: #56361b;
  line-height: 1.7;
}
.p-keirou_tokuten--content--text:not(:last-of-type) {
  border-bottom: dashed 1px rgba(86, 54, 27, 0.2);
}
.p-keirou_tokuten--content--close {
  margin: 0 auto 40px;
  width: 80px;
}
@media (max-width: 640px) {
  .p-keirou_tokuten--content--close {
    width: 40px;
  }
}
.p-keirou_tokuten--content--close:hover {
  cursor: pointer;
  opacity: 0.7;
}

.p-oseibo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-oseibo_fv--logo {
  margin: 0;
}
.p-oseibo_fv--logo img {
  display: block;
  width: 100%;
  height: auto;
}
.p-oseibo_main {
  background-color: #f2ded7;
  position: relative;
  overflow: hidden;
}
.p-oseibo_main--itemA {
  width: 50%;
  max-width: 580px;
  position: absolute;
  top: -110px;
  right: -260px;
  z-index: 1;
}
@media (max-width: 640px) {
  .p-oseibo_main--itemA {
    top: 8px;
    right: -100px;
  }
}
.p-oseibo_main--itemB {
  width: 50%;
  max-width: 580px;
  position: absolute;
  top: -120px;
  left: -60px;
  z-index: 1;
}
@media (max-width: 640px) {
  .p-oseibo_main--itemB {
    top: 4px;
    left: -70px;
  }
}
.p-oseibo_tokuten {
  padding: 30px 1em;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  .p-oseibo_tokuten {
    padding: 30px 1em;
  }
}
.p-oseibo_tokuten--coupon {
  margin: 0 auto 2em;
  padding: 0 1em;
  width: 100%;
  max-width: 420px;
}
.p-oseibo_tokuten--bnr {
  display: block;
  margin: auto;
  max-width: 800px;
  cursor: pointer;
  transition: 0.7s;
}
.p-oseibo_tokuten--bnr:hover {
  opacity: 0.7;
}
.p-oseibo_tokuten--content {
  display: none;
}
.p-oseibo_tokuten--content--box {
  margin: 40px auto;
  padding: 2em 4em 4em;
  max-width: 920px;
  background-color: #ffffff;
  background-image: url(../img/oseibo/dot_pattern_opa2.png);
  background-size: 75%;
  background-repeat: repeat;
  background-position: top left;
}
@media (max-width: 640px) {
  .p-oseibo_tokuten--content--box {
    padding: 10px 2em 2em;
  }
}
.p-oseibo_tokuten--content--title {
  margin: 1.2em 0 0.8em;
  font-size: 1.6em;
  color: #405f72;
}
.p-oseibo_tokuten--content--image {
  margin: auto;
  padding: 1em;
  width: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
@media (max-width: 640px) {
  .p-oseibo_tokuten--content--image {
    width: 90%;
  }
}
.p-oseibo_tokuten--content--text {
  margin: 1em 0;
  padding-bottom: 2em;
  color: #56361b;
  line-height: 1.7;
}
.p-oseibo_tokuten--content--text:not(:last-of-type) {
  border-bottom: dashed 1px rgba(86, 54, 27, 0.2);
}
.p-oseibo_tokuten--content--close {
  margin: 0 auto 40px;
  width: 80px;
}
@media (max-width: 640px) {
  .p-oseibo_tokuten--content--close {
    width: 40px;
  }
}
.p-oseibo_tokuten--content--close:hover {
  cursor: pointer;
  opacity: 0.7;
}

.catChild {
  margin: 1em;
  padding: 0;
}
.catChild .catChild_list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.catChild .catChild_list > * {
  margin: 0 0.3em 0.5em 0;
  padding: 0;
  list-style-type: none;
}
.catChild .catChild_list > * a {
  display: block;
  padding: 0.3em 1.2em;
  text-align: center;
  font-size: 12px;
  color: #555;
  border-radius: 12px;
  background-color: #f3f3f3;
}
.catChild .catChild_list > * a.active {
  color: #fff;
  background-color: #8c151e;
}

.pickup_item {
  padding: 0 1em;
}
.pickup_item a {
  color: #313131;
}
.pickup_item .item_photo {
  margin-bottom: 10px;
}
.pickup_item .item_comment {
  display: none;
}
.pickup_item .item_name {
  font-weight: 500;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .pickup_item .item_name {
    font-size: 14px;
  }
}

.slide-wrap {
  overflow-y: visible !important;
  overflow-x: visible !important;
  display: block !important;
}
.slide-wrap .side-box a {
  color: #313131 !important;
}
.slide-wrap .side-box a p {
  padding: 10px;
}
.slide-wrap .side-box .inner img {
  padding: 0 1.4em;
}

.itemFeed .side-box .inner a p {
  font-size: 12px !important;
}
@media only screen and (min-width: 1024px) {
  .itemFeed .side-box .inner a p {
    font-size: 16px;
  }
}

.slick-slider {
  margin-bottom: 1px;
}

.slick-dots {
  position: absolute;
  bottom: -16px;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 200px;
  height: 1;
  margin: 0 4px;
  padding: 2px 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 1;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: " ";
  line-height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  text-align: center;
  opacity: 0.25;
  background-color: #313131;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: #8b151e;
}

.slick-dots li button.thumbnail img {
  width: 0;
  height: 0;
}

.frontSlider--single {
  margin-top: 60px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .frontSlider--single {
    margin-top: 65px;
  }
}
.frontSlider--single img {
  display: block;
  width: 100%;
  height: auto;
}
.frontSlider--single img:hover {
  opacity: 1 !important;
}
.frontSlider .slick-slide {
  transition: opacity 0.4s;
}
.frontSlider .slick-slide.slick-current {
  opacity: 1;
}
.frontSlider .slick-slide.slick-current img {
  opacity: 1 !important;
}

.slick-slide:focus {
  outline: none !important;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 5%;
  z-index: 8;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.6s;
  overflow: hidden;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.frontSlider_pc .slick-prev,
.frontSlider_pc .slick-next {
  background-color: rgba(0, 0, 0, 0.4);
}
.frontSlider_pc .slick-prev:hover,
.frontSlider_pc .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.slick-prev:focus,
.slick-next:focus {
  outline: none !important;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before {
  content: url(../img/common/icon_prev.svg) !important;
  width: 30px;
  margin-left: 3px;
  margin-right: 3px;
}

.slick-next:before {
  content: url(../img/common/icon_next.svg) !important;
  width: 30px;
  margin-left: 3px;
  margin-right: 3px;
}

.slick-prev.mini {
  left: -3%;
  width: 3%;
}

.slick-next.mini {
  right: -3%;
  width: 3%;
}

.slick-prev.mini:before {
  width: 12px;
}

.slick-next.mini:before {
  width: 12px;
}

.slick-prev.detail {
  left: 0;
  width: 7%;
}

.slick-next.detail {
  right: 0;
  width: 5%;
}

.slick-prev.detail:before {
  width: 16px;
}

.slick-next.detail:before {
  width: 16px;
}

.slick-prev.detailThumb {
  left: -3%;
  width: 3%;
}

.slick-next.detailThumb {
  right: -3%;
  width: 3%;
}

.slick-prev.detailThumb:before {
  width: 7px;
}

.slick-next.detailThumb:before {
  width: 7px;
}

.help {
  margin: 10px auto;
  padding: 0 1em;
  max-width: 1140px;
  line-height: 1.6;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .help {
    margin: 60px auto;
    font-size: 16px;
  }
}
.help .help_title {
  margin-bottom: 1.3em;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .help .help_title {
    font-size: 32px;
  }
}
.help .privacyList {
  margin: 2em 0;
}
.help .privacyList > * {
  margin: 0.4em 0;
}

.guide .guideNav {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  flex-wrap: wrap;
  list-style-type: none;
}
@media only screen and (min-width: 1024px) {
  .guide .guideNav {
    position: sticky;
    top: 65px;
    z-index: 5;
  }
}
.guide .guideNav > * {
  margin: 0;
  padding: 0;
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .guide .guideNav > * {
    width: 14.2857142857%;
  }
}
.guide .guideNav > * a {
  display: block;
  padding: 0.8em 0.3em;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #8b151e;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.05em;
  transition: 0.7s;
}
.guide .guideNav > * a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 1024px) {
  .guide .guideNav > * a {
    padding: 0.6em 0.3em;
    font-size: 14px;
    border-bottom: none;
  }
}
.guide .guideItem {
  margin: 40px auto;
  padding: 2em 0.8em;
  background-color: #ededed;
  border-radius: 10px;
  line-height: 1.7;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .guide .guideItem {
    font-size: 14px;
    padding: 3em 2em;
  }
}
.guide .guideItem p {
  margin: 0.6em 0;
}
.guide .guideItem h5 {
  margin-top: 1em;
}
.guide .guideItem--list {
  margin: 1em auto;
  padding: 0 0 0 1.2em;
}
.guide .guideItem--list > * {
  margin: 0.8em 0;
}
.guide .guideItem--lineImage {
  display: block;
  margin: 1em 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (min-width: 1024px) {
  .guide .guideItem--lineImage {
    display: flex;
    justify-content: space-between;
  }
}
.guide .guideItem--lineImage > * {
  padding: 1em 2em;
  flex-basis: 32%;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .guide .guideItem--lineImage > * {
    padding: 1em;
  }
}
.guide .guideItem--reviewImage {
  display: block;
  margin: 1em 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (min-width: 1024px) {
  .guide .guideItem--reviewImage {
    display: flex;
    justify-content: space-between;
  }
}
.guide .guideItem--reviewImage > * {
  padding: 1em 2em;
  flex-basis: 32%;
  text-align: left;
}
.guide .guideItem--reviewImage > * img {
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 1024px) {
  .guide .guideItem--reviewImage > * {
    padding: 1em;
  }
}
.guide .guideItem--title_1 {
  margin: 2.3em auto 0.6em;
  padding: 0.3em 0.3em 0.3em 0.7em;
  color: #8b151e;
  border-left: 5px solid #8b151e;
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  .guide .guideItem--title_1 {
    font-size: 18px;
  }
}
.guide .guideItem--title_2 {
  margin: 1em auto 0.6em;
}
.guide .guideItem--title_3 {
  margin: 1em auto 0.6em;
  padding-top: 1em;
}
.guide .guideItem--table {
  margin: 1.6em 0;
}
.guide .guideItem--table th,
.guide .guideItem--table td {
  padding: 0.4em 0.8em;
  border: 1px solid #aaa;
}
@media only screen and (min-width: 1024px) {
  .guide .guideItem--table th,
  .guide .guideItem--table td {
    padding: 0.6em 1.4em;
  }
}
.guide a.anchor {
  display: block;
  padding-top: 40px;
  margin-top: -40px;
}
@media only screen and (min-width: 1024px) {
  .guide a.anchor {
    padding-top: 70px;
    margin-top: -70px;
  }
}
.guide img.full {
  display: block;
  width: 100%;
  height: auto;
}

.p-shop_title {
  margin: 2.1em 0 0.8em;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .p-shop_title {
    margin: 2.8em 0 0.8em;
    padding: 0;
    font-size: 24px;
  }
}
.p-shop_text {
  margin: 1em auto 3em;
  padding: 0;
  width: 100%;
  max-width: 926px;
  line-height: 1.9;
}
.p-shop_image {
  margin: 0 auto 80px;
  padding: 0;
  max-width: 926px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7em;
}
@media only screen and (min-width: 1024px) {
  .p-shop_image {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.p-shop_image > * {
  list-style-type: none;
}
.p-shop_image > * img {
  display: block;
  width: 100%;
  height: auto;
}
.p-shop_image2 {
  margin: 0 auto 80px;
  padding: 0;
  max-width: 926px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
}
@media only screen and (min-width: 1024px) {
  .p-shop_image2 {
    grid-template-columns: 1fr 1fr;
  }
}
.p-shop_image2 > * {
  list-style-type: none;
}
.p-shop_image2 > * img {
  display: block;
  width: 100%;
  height: auto;
}
.p-shop_tel {
  color: #1a1a1a;
}
.p-shop_anago--title {
  margin: 0.5em 0 0.3em;
  padding: 0;
  font-size: 1.1em;
  font-weight: bold;
  color: #8b151e;
}
.p-shop_anago--note {
  font-size: 0.8em;
}
.p-shop_anago--link {
  display: inline-block;
  margin: 0.4em 0 1em;
  padding: 0.3em 1em;
  font-size: 0.9em;
  color: #fff !important;
  border: 1px solid #8b151e;
  border-radius: 12px;
  background-color: #8b151e;
  letter-spacing: 0.1em;
  text-align: center;
  transition: 0.7s;
}
.p-shop_anago--link:hover {
  background-color: rgba(139, 21, 30, 0.8);
}
.p-shop_map {
  display: inline-block;
  margin: 0 0 0.9em;
  padding: 0.6em 2.6em 0.6em 1.2em;
  color: #8b151e !important;
  border: 1px solid #8b151e;
  border-radius: 14px;
  background-color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  font-size: 10px;
  transition: 0.7s;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .p-shop_map {
    font-size: 12px;
  }
}
.p-shop_map:after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 50%;
  margin-top: -0.2em;
  right: 1em;
  border-top: #8b151e solid 1px;
  border-right: #8b151e solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: 0.7s;
}
.p-shop_map:hover:after {
  right: 0.6em;
}
.p-shop_notice {
  display: inline-block;
  font-size: 10px;
  line-height: 1.4 !important;
  color: #bb273a;
}
@media only screen and (min-width: 1024px) {
  .p-shop_notice {
    font-size: 12px;
  }
}
.p-shop_menu {
  margin: 1em auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .p-shop_menu {
    font-size: 15px;
  }
}
.p-shop_menu dt:nth-of-type(-n+2),
.p-shop_menu dd:nth-of-type(-n+2) {
  border-top: none;
}
@media only screen and (min-width: 1024px) {
  .p-shop_menu dt:nth-of-type(-n+2),
  .p-shop_menu dd:nth-of-type(-n+2) {
    border-top: 1px dashed #e4e4e4;
  }
}
.p-shop_menu dt {
  font-weight: 500;
  padding: 0.8em 1em;
  width: 84%;
  border-bottom: 1px dashed #e4e4e4;
}
@media only screen and (min-width: 1024px) {
  .p-shop_menu dt {
    width: 40%;
  }
}
.p-shop_menu dd {
  font-weight: 500;
  padding: 0.8em 1em;
  width: 16%;
  border-bottom: 1px dashed #e4e4e4;
}
@media only screen and (min-width: 1024px) {
  .p-shop_menu dd {
    width: 10%;
  }
}
.p-shop_menuCard {
  box-sizing: border-box;
  margin: 50px auto;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
}
.p-shop_menuCard > * {
  margin: 0 0 1.2em;
  padding: 1em 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .p-shop_menuCard > * {
    margin: 0;
    padding: 1em;
    width: 33%;
  }
}
.p-shop_menuCard--image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-shop_menuCard--name {
  margin: 0.6em 0 0.2em;
  padding: 0;
  font-size: 20px;
}
.p-shop_menuCard--name span {
  font-size: 0.6em;
}
.p-shop_menuCard--en {
  margin-bottom: 1em;
  font-size: 10px;
  color: #aaa;
}
@media only screen and (min-width: 1024px) {
  .p-shop_menuCard--en {
    font-size: 11px;
  }
}
.p-shop_menuCard--spec {
  font-size: 11px;
}
@media only screen and (min-width: 1024px) {
  .p-shop_menuCard--spec {
    font-size: 13px;
  }
}
.p-shop_menuCard--price {
  margin: 0.7em 0;
}
.p-shop_menuCard--text {
  margin: 0.7em 0;
  font-size: 14px;
}
.p-shop_menuCard--partner {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.p-shop_menuCard--partner > * {
  margin: 0 1em 0 0;
  padding: 0.5em 1.2em;
  background-color: #f3f3f3;
  border-radius: 2px;
  font-size: 11px;
  line-height: 1;
}

.c-shopList {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
}
.c-shopList > * {
  margin: 0 1% 20px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .c-shopList > * {
    width: 48%;
  }
}
@media only screen and (min-width: 1024px) {
  .c-shopList > * {
    width: 31.3333333%;
  }
}
.c-shopList--image {
  background-size: cover;
  background-position: center;
  background-color: #fafafa;
  padding-top: 56.25%;
}
.c-shopList--image.bg_shopNumata {
  background-image: url(../img/shop/bg_shopNumata.jpg);
}
.c-shopList--image.bg_shopMiyajimaguchi {
  background-image: url(../img/shop/bg_shopMiyajimaguchi_anago.jpg);
}
.c-shopList--image.bg_shopMurosaka {
  background-color: #eff2f7;
  background-image: url(../img/shop/bg_shopMurosakaFv.jpg);
}
.c-shopList--image.bg_shopMuro {
  background-color: #eff2f7;
  background-image: url(../img/shop/bg_shopMuroFv.jpg);
}
.c-shopList--title {
  padding: 0 6px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
.c-shopList--data {
  padding: 0 6px;
}
.c-shopList--data dt {
  font-size: 0.95em;
}
.c-shopList--data dd {
  font-size: 0.9em;
  margin-bottom: 6px;
}
.c-shopList .btn_03 {
  display: block;
}
.c-shopList--map {
  display: inline-block;
  margin: 0.5em 0 0.5em;
  padding: 0.3em 2.6em 0.5em 1.2em;
  color: #8b151e !important;
  border: 1px solid #8b151e;
  border-radius: 14px;
  background-color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  font-size: 10px;
  transition: 0.7s;
  position: relative;
  text-decoration: none !important;
}
@media only screen and (min-width: 768px) {
  .c-shopList--map {
    font-size: 12px;
  }
}
.c-shopList--map:after {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  top: 50%;
  margin-top: -0.2em;
  right: 1em;
  border-top: #8b151e solid 1px;
  border-right: #8b151e solid 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: 0.7s;
}
.c-shopList--map:hover:after {
  right: 0.6em;
}
.c-shopList_sns {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
}
.c-shopList_sns > * {
  padding: 0 5px;
  width: 32px;
}
.c-shopList_sns > * a {
  display: block;
}
.c-shopList_sns > * a img {
  display: block;
  width: 100%;
  height: auto;
}
.c-shopList_sns--shop {
  margin: 12px 0 20px;
}

.global-nav {
  position: fixed;
  left: -320px;
  top: 0;
  width: 300px;
  height: 100vh;
  padding: 1em 0 180px;
  background-color: #fff;
  transition: all 0.6s;
  z-index: 200;
  overflow-y: auto;
}
.hamburger {
  position: fixed;
  left: 0;
  top: 0;
  bottom: auto;
  width: 60px;
  height: 60px;
  border-top: none;
  border-right: 2px solid #fff;
  background-color: #8b151e;
  cursor: pointer;
  z-index: 300;
  transition: 0.7s;
}
@media only screen and (min-width: 1024px) {
  .hamburger {
    border-top: 2px solid #fff;
    top: auto;
    bottom: 0;
    width: 100px;
    height: 100px;
  }
}
.hamburger__line {
  position: absolute;
  left: 15px;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: all 0.6s;
}
@media only screen and (min-width: 1024px) {
  .hamburger__line {
    left: 20px;
    width: 60px;
  }
}
.hamburger__line--1 {
  top: 10px;
}
@media only screen and (min-width: 1024px) {
  .hamburger__line--1 {
    top: 20px;
  }
}
.hamburger__line--2 {
  top: 20px;
}
@media only screen and (min-width: 1024px) {
  .hamburger__line--2 {
    top: 40px;
  }
}
.hamburger__line--3 {
  top: 30px;
}
@media only screen and (min-width: 1024px) {
  .hamburger__line--3 {
    top: 60px;
  }
}
.hamburger__text {
  display: block;
  position: absolute;
  bottom: 4px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
}
@media only screen and (min-width: 1024px) {
  .hamburger__text {
    font-size: 16px;
  }
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  left: 0;
}
.nav-open .black-bg {
  opacity: 0.8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 20px;
}
@media only screen and (min-width: 1024px) {
  .nav-open .hamburger__line--1 {
    top: 40px;
  }
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
}
@media only screen and (min-width: 1024px) {
  .nav-open .hamburger__line--3 {
    top: 40px;
  }
}

#product_review_area .ec-rectHeading h4 {
  font-size: 16px !important;
}

.ec-productRole__profile .ec-blockBtn--action {
  height: 62px !important;
  line-height: 62px !important;
}
@media only screen and (min-width: 1024px) {
  .ec-productRole__profile .ec-blockBtn--action {
    height: 62px !important;
    line-height: 62px !important;
  }
}

.mypage .ec-layoutRole__main {
  margin: auto;
  max-width: 1180px;
}

.ec-topicpath {
  padding: 8px 1em 0.5em;
  font-size: 13px;
  border-bottom: 1px solid #eee;
  color: #555;
}
@media only screen and (min-width: 1024px) {
  .ec-topicpath {
    padding: 23px 1em 0.5em;
  }
}

.kanren_list .more_icon {
  top: 2px;
  left: 7.5em;
  right: auto;
}
@media only screen and (min-width: 1024px) {
  .kanren_list .more_icon {
    top: 22px;
    left: 6.5em;
  }
}
.kanren_list .categoryNav_list__open {
  transition: 0.7s;
  font-size: 14px;
  color: #555;
}
.kanren_list .categoryNav_list__open:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}

.joinNote {
  margin: 0 auto 2em;
  padding: 1.4em 1.4em 0.4em;
  max-width: 680px;
  font-size: 13px;
  line-height: 1.7;
  background-color: #f3f3f3;
}
.joinNote h4 {
  text-align: center;
  padding-bottom: 0.5em;
  font-size: 18px;
}
.joinNote p {
  text-align: left;
}

.c-login_join {
  margin: 40px 0 0;
}
.c-login_join--point {
  margin: 1em 0 0;
  text-align: center;
  color: #8b151e;
  font-weight: bold;
}

.u-bag {
  padding: 0.8em 0;
  text-align: center;
}
.u-bag_link {
  display: inline-block;
  font-size: 14px;
  color: #333 !important;
  letter-spacing: 0.03em;
  transition: 0.8s;
}
.u-bag_link:before {
  display: inline-block;
  margin-right: 5px;
  content: " ";
  color: #333 !important;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #333;
}
.u-bag_link:hover {
  opacity: 0.6;
}

.c-summer10off {
  margin: 6px auto;
  padding: 1.2em 1em;
  max-width: 340px;
  color: #8b151e;
  border: 2px solid #8b151e;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .c-summer10off {
    margin: 40px auto 60px;
    max-width: 600px;
  }
}
.c-summer10off--title {
  margin: 0 0 0.9em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .c-summer10off--title {
    font-size: 18px;
  }
}
.c-summer10off--text {
  font-size: 13px;
  line-height: 1.8;
}
.c-summer10off--text em {
  font-style: normal;
  font-weight: bold;
}
.c-summer10off--text em:after {
  display: none;
}
.c-summer10off--coupon {
  display: inline-block;
  margin: 0.8em 0;
  padding: 0.3em 1em;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  background-color: rgba(139, 21, 30, 0.12);
}

#stock_show_area {
  margin: 0 0 10px;
  color: #8b151e !important;
}
#stock_show_area *:after {
  display: none;
}

.c-logout {
  margin: 1em;
  text-align: center;
}

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

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

.u-detail_bnr--xmas {
  display: inline-block;
  padding: 0.4em 1.2em;
  color: #fff !important;
  background-color: #8c151e;
  transition: opacity 0.7s;
}
.u-detail_bnr--xmas:hover {
  opacity: 0.7;
}
.u-detail_bnr--xmas:after {
  display: inline-block;
  padding-left: 0.5em;
  content: "＞";
}

.u-form_note {
  margin: 1em 0;
  padding: 1em !important;
  border: 2px solid #8c151e;
  color: #8c151e;
}

.u-form_bnr {
  margin: 1em 0;
}

.u-body_bnr {
  margin: 1em auto !important;
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .u-body_bnr {
    max-width: 70%;
  }
}

.c-discountPlice {
  display: inline-block;
  padding: 0.3em 0.7em;
  line-height: 1;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  background-color: #8b151e;
  border-radius: 4px;
}
@media only screen and (min-width: 1024px) {
  .c-discountPlice {
    font-size: 14px;
  }
}

.c-customerRankLabel {
  display: inline-block;
  padding: 0.3em 0;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #83141c;
  border-radius: 4px;
}
@media only screen and (min-width: 1024px) {
  .c-customerRankLabel {
    font-size: 21px;
  }
}

.u-hirosho_logo {
  display: block;
}
.u-hirosho_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.u-hirosho_logoWp {
  width: 192px !important;
  left: 47% !important;
}
@media only screen and (min-width: 1024px) {
  .u-hirosho_logoWp {
    width: 270px !important;
    left: 50% !important;
  }
}

.u-hirosho_fv img {
  display: block;
  width: 100%;
  height: auto;
}

.u-linkCold {
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 0 1em;
  padding: 0.8em 0.5em;
  color: #fff !important;
  background-color: #004162;
  transition: 0.7s;
}
.u-linkCold:after {
  content: "＞";
  margin-left: 1em;
}
.u-linkCold:hover {
  opacity: 0.75 !important;
}

.u-soldout {
  font-size: 0.7em;
  font-weight: bold;
  color: #8b151e;
}

.u-discount {
  color: #8b151e;
}
.u-discount--del {
  font-size: 0.8em;
}

.u-note_01 {
  margin: 1em 0 !important;
  padding: 1em !important;
  line-height: 1.8em !important;
  border-radius: 8px;
  font-weight: bold;
  color: #8b151e;
  background-color: #fafafa;
}

.c-bottom_bnr {
  margin: 40px 0 20px;
}

.c-block_01 {
  font-size: 16px;
}
.c-block_01 p {
  margin: 1em 0;
  line-height: 2;
}
.c-block_01--item {
  margin: 0 0 4em;
}
.c-block_01 * {
  box-sizing: border-box;
}

.c-heading_01 {
  margin: 1em 0 1.5em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.7;
  position: relative;
}
.c-heading_01:after {
  content: " ";
  display: block;
  margin: 1em auto;
  width: 10%;
  height: 2px;
  background-color: #8b151e;
}

.c-heading_01B {
  margin: 1em 0 1.5em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.3em !important;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (max-width: 640px) {
  .c-heading_01B {
    font-size: 1.8em !important;
  }
}

.c-heading_02 {
  margin: 0.5em 0;
  padding: 0.3em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
  border-bottom: solid 3px #f3f3f3;
  position: relative;
}
.c-heading_02:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #8b151e;
  bottom: -3px;
  left: 0;
  width: 25%;
}

.c-heading_03 {
  margin: 0.5em 0;
  padding: 0.3em 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.c-list_01 {
  list-style-type: none;
  margin: 2em 0;
  padding: 1em 1.6em !important;
  background-color: #fafafa;
  border-radius: 6px;
}
.c-list_01 > * {
  margin: 0.6em 0;
  padding: 0;
  line-height: 1.7;
}

.c-table_01 {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
  line-height: 2;
}
.c-table_01 tr {
  border-bottom: solid 4px white;
}
.c-table_01 tr:last-child {
  border-bottom: none;
}
.c-table_01 th {
  position: relative;
  width: 30%;
  padding: 0.8em 0.6em;
  font-weight: 500;
  color: #1a1a1a;
  background-color: #f3f3f3;
  text-align: center;
}
.c-table_01 td {
  padding: 0.8em 0.6em;
}

.c-col2 {
  margin: 2em 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-col2 > * {
  margin: 0 0 1em;
  padding: 1em;
  width: 49%;
  background-color: #fcf5db;
}
.c-col2 > * h3 {
  text-align: center;
}
.c-col2 > * img {
  display: block;
  width: 100%;
  height: auto;
}

.c-closeInfo {
  display: inline-block;
  margin: 0 0 2em;
  padding: 2em;
  border: 2px solid #8c151e;
  color: #8c151e;
  font-size: 0.9em;
}
@media (max-width: 640px) {
  .c-closeInfo {
    padding: 2em 0.5em;
  }
}
.c-closeInfo--title {
  margin: 0 0 0.6em;
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
}
.c-closeInfo--text {
  font-size: 1em;
}

.u-note {
  margin: 0 0 2em;
  padding: 1em 0.3em;
  border: solid 3px #d60d0d;
  font-weight: bold;
  font-size: 1.15em;
  text-align: center;
  color: #d60d0d;
}

.p-fv {
  margin-top: -60px;
  width: 100%;
  height: 100vh;
  background-image: url(../img/top/fv_kakuiti_02.jpg);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
@media (max-width: 640px) {
  .p-fv {
    margin-top: -135px;
  }
}
.p-fv--bw {
  width: 100%;
  height: 100vh;
  background-image: url(../img/top/fv_kakuiti_01.jpg);
  background-size: cover;
  background-position: center center;
}
.p-fv_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.p-fv_item--logo {
  width: 100%;
  max-width: 180px;
}

.js-fvLogo {
  transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  opacity: 0;
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}
.js-fvLogo.is-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-fvLogoHide {
  transition: 1.2s cubic-bezier(0.88, 0.4, 0.52, 0.97) 0s;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.js-fvLogoHide.is-show {
  opacity: 0;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.js-fvItem {
  transition: 1.2s cubic-bezier(0.73, 0.31, 0.78, 0.54) 0s;
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.js-fvItem.is-show {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.js-fvBw {
  transition: 3s cubic-bezier(0.77, 0.31, 0.39, 0.99) 0s;
  opacity: 1;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.js-fvBw.is-show {
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.js-topHeader {
  top: -135px !important;
  transition: 0.7s ease-in-out 0s;
}
.js-topHeader.is-show {
  top: 0 !important;
}
.js-topHeader.is-fixed {
  top: 0 !important;
}

.js-topHamburger {
  bottom: 0px !important;
  transition: 0.7s ease-in-out 0s;
}
@media (max-width: 640px) {
  .js-topHamburger {
    bottom: auto;
    top: -80px !important;
  }
}
@media (max-width: 640px) {
  .js-topHamburger.is-show {
    top: 0 !important;
  }
}
@media (max-width: 640px) {
  .js-topHamburger.is-fixed {
    top: 0 !important;
  }
}

.u-option--note {
  font-size: 0.7em;
  color: #8c151e;
}

.u-deliveryInfo {
  margin: 60px auto;
  padding: 1em 2em;
  max-width: 900px;
  border: 4px solid #8c151e;
}
@media (max-width: 640px) {
  .u-deliveryInfo {
    margin: 40px 5px;
    padding: 1em 0.8em;
    border: 2px solid #8c151e;
  }
}
.u-deliveryInfo--title {
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .u-deliveryInfo--title {
    font-size: 18px;
  }
}
.u-deliveryInfo p {
  margin: 1em 0;
  line-height: 1.6;
}

.u-deliveryInfoBnr {
  display: block;
  margin: 0 auto 10px;
  padding: 0.6em 0.8em;
  max-width: 1108px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #8c151e !important;
  border: 2px solid #8c151e;
  transition: opacity 0.7s;
}
.u-deliveryInfoBnr:hover {
  opacity: 0.5;
}

.c-detail_title-01 {
  margin: 0.5em 0 0.4em !important;
  padding: 0.1em 0.5em;
  border-left: 3px solid #8a161e;
}

.p-marco {
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  color: #532f1e;
}
.p-marco * {
  box-sizing: border-box;
}
.p-marco_item {
  margin: 0 0 4em;
}
.p-marco--logo {
  margin: 80px auto;
  max-width: 160px;
}
.p-marco--photo {
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
}
.p-marco--title {
  margin: 1em 0 1.5em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.1em;
  font-weight: 500;
  color: #6a3323;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.7;
  position: relative;
}
.p-marco--title span {
  display: block;
}
.p-marco--titleA {
  font-size: 0.5em;
}
.p-marco--titleB {
  font-size: 0.6em;
}
.p-marco--title:after {
  content: " ";
  display: block;
  margin: 1em auto;
  width: 10%;
  height: 2px;
  background-color: #6a3323;
}
.p-marco--subTitle {
  margin: 0.5em 0 !important;
  padding: 0.3em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3em;
  font-weight: 500;
  color: #6a3323;
  letter-spacing: 0.05em;
  line-height: 1.7;
  border-bottom: solid 3px rgba(106, 51, 35, 0.2);
  position: relative;
}
.p-marco--subTitle:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #6a3323;
  bottom: -3px;
  left: 0;
  width: 25%;
}
.p-marco--text {
  margin: 1.2em 0;
}
.p-marco--list {
  list-style-type: none;
  margin: 1.2em 0 !important;
  padding: 1em 1.6em !important;
  background-color: rgba(106, 51, 35, 0.1);
  border-radius: 6px;
}
.p-marco--list > * {
  margin: 0.6em 0;
  padding: 0;
  line-height: 1.7;
}
.p-marco--note {
  margin: 1.2em 0 !important;
  padding: 1em 1.6em !important;
  background-color: rgba(106, 51, 35, 0.1);
  border-radius: 6px;
}
.p-marco_data {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
  line-height: 2;
}
.p-marco_data tr {
  border-bottom: solid 4px white;
}
.p-marco_data tr:last-child {
  border-bottom: none;
}
.p-marco_data th {
  position: relative;
  width: 30%;
  padding: 0.8em 0.6em;
  font-weight: 500;
  color: #1a1a1a;
  background-color: rgba(106, 51, 35, 0.1);
  text-align: center;
}
.p-marco_data td {
  padding: 0.8em 0.6em;
}
.p-marco_data--small {
  font-size: 0.8em;
}

.i-gift {
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}
.i-gift * {
  box-sizing: border-box;
}
.i-gift_item {
  margin: 2em 0 4em;
}
.i-gift--photo {
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
}
.i-gift--title {
  margin: 2em 0 1.5em !important;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.1em;
  font-weight: 500;
  color: #000;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.7;
  position: relative;
}
.i-gift--title span {
  display: block;
}
.i-gift--titleA {
  font-size: 0.8em;
}
.i-gift--titleB {
  font-size: 0.6em;
}
.i-gift--title:after {
  content: " ";
  display: block;
  margin: 1em auto;
  width: 10%;
  height: 2px;
  background-color: #000;
}
.i-gift--subTitle {
  margin: 0.5em 0 !important;
  padding: 0.3em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.3em;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.7;
  border-bottom: solid 3px rgba(0, 0, 0, 0.2);
  position: relative;
}
.i-gift--subTitle span {
  display: block;
  font-size: 0.8em;
}
.i-gift--subTitle:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #000;
  bottom: -3px;
  left: 0;
  width: 25%;
}
.i-gift--subTitle2 {
  margin: 0.8em 0 !important;
  padding: 0.3em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.25em;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
.i-gift--text {
  margin: 1.2em 0;
}
.i-gift--list {
  list-style-type: none;
  margin: 1.2em 0;
  padding: 1em 1.6em;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.i-gift--list > * {
  margin: 0.6em 0;
  padding: 0;
  line-height: 1.7;
}
.i-gift--note {
  margin: 1.2em 0;
  padding: 1em 1.6em;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.i-gift_data {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9em;
  line-height: 2;
}
.i-gift_data tr {
  border-bottom: solid 4px white;
}
.i-gift_data tr:last-child {
  border-bottom: none;
}
.i-gift_data th {
  position: relative;
  width: 30%;
  padding: 0.8em 0.6em;
  font-weight: 500;
  color: #1a1a1a;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
}
.i-gift_data td {
  padding: 0.8em 0.6em;
}
.i-gift_data--small {
  font-size: 0.8em;
}
.i-gift_note {
  margin: 2em 0;
  padding: 1em;
  position: relative;
  border: 1px solid rgba(138, 22, 30, 0.8);
  border-radius: 6px;
}
.i-gift_note--title {
  display: inline-block;
  margin: 0;
  padding: 0 0.5em;
  color: #8a161e;
  background-color: #fff;
  font-size: 0.9em !important;
  font-weight: bold !important;
  position: absolute;
  top: -0.9em;
  left: 0.8em;
}
.i-gift_note--text {
  margin: 0.2em 0 !important;
  padding: 0 !important;
}

.u-nav_oversea {
  margin: 20px auto;
  padding: 0 1em;
}
.u-nav_oversea img {
  display: block;
  width: 100%;
  height: auto;
}

.c-btn--line {
  display: inline-block;
  margin: 0.2em 1em 0.8em;
  padding: 0;
  font-size: 0.9em;
  color: #000;
  text-decoration: none;
}
.c-btn--line a {
  color: #004161 !important;
}

.u-coolLabel {
  display: inline-block;
  margin: -0.4em 0 0.4em;
  padding: 0.2em 0.6em;
  font-size: 0.6em;
  font-weight: 500;
  color: #fff;
  background-color: #2996cd;
}

.u-productLabel {
  display: inline-block;
  margin: 7px 0 0;
  padding: 0.2em 0.6em;
  font-size: 0.8em;
  font-weight: 500;
  color: #fff;
  background-color: #dadada;
}
@media (max-width: 640px) {
  .u-productLabel {
    font-size: 11px;
  }
}
.ec-productRole__profile .u-productLabel {
  margin: 7px 0 5px;
  font-size: 0.9em;
}
@media (max-width: 640px) {
  .ec-productRole__profile .u-productLabel {
    font-size: 13px;
  }
}
.u-productLabel.--reizou {
  color: #fff;
  background-color: #0096A9;
}
.u-productLabel.--reitou {
  color: #fff;
  background-color: #004161;
}
.u-productLabel.--mail {
  color: #fff;
  background-color: #8b151e;
}
.u-productLabel.--free {
  color: #fff;
  background-color: #8b151e;
}
.u-productLabel.--no_cs {
  color: #fff;
  background-color: #208d3c;
}

.c-delButton {
  display: inline-block;
  margin-top: 1.1em;
  font-size: 0.9em;
}
@media (max-width: 640px) {
  .c-delButton {
    font-size: 1em;
  }
}

.u-header_note {
  display: none;
}
@media (max-width: 640px) {
  .u-header_note {
    display: block;
    text-align: center;
    padding: 0.3em;
    font-size: 14px;
    letter-spacing: 0.05em;
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 640px) {
  .u-header_note span {
    display: inline-block;
    padding-left: 0.5em;
    font-size: 11px;
  }
}

.c-nav_link {
  margin: 0 1em 2em;
  padding: 0.5em 1em;
  text-align: center;
  color: #8b151e !important;
  border: 2px solid #8b151e;
  font-weight: bold;
}
.c-nav_link--tel {
  margin-top: 0.4em;
  font-size: 1.7em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  border-bottom: none !important;
  line-height: 1;
  color: #8b151e !important;
}
.c-nav_link--tel:before {
  content: "";
  display: inline-block;
  margin-right: 0.3em;
  width: 1.4em;
  height: 1em;
  background-image: url(../img/common/icon_freedial_r.svg);
  background-size: cover;
  background-position: center center;
}

.c-nav_linkList {
  margin: 1em 0;
  padding: 0 10px;
  list-style-type: none;
}
.c-nav_linkList > * {
  margin: 0;
  padding: 0;
}
.c-nav_linkList > * .btn_03 {
  margin: 0.6em auto;
  min-width: 100% !important;
}

.reviewSimplePost .review-detail_inlineBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}
.reviewSimplePost .review-detail_inlineBtn:after {
  box-sizing: border-box;
  content: "";
  display: block;
  margin-left: 0.3em;
  width: 0.65em;
  height: 0.65em;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-reviewLead {
  margin: 0 0 1em;
  padding: 0;
}
.c-reviewLead--link {
  display: inline-block;
  margin: 0;
  padding: 0 0 0.1em;
  font-size: 0.8em;
  color: #555 !important;
  border-bottom: 1px solid #555;
}
.c-reviewLead--link:hover {
  opacity: 0.8;
}

.review-layoutRole .review-detail_inlineBtn {
  font-size: 0.9em;
}

.amazon_pay_amazonpaymentdescriptor_block {
  margin: 2em 0 1em;
  max-width: 140px;
}

.c-note {
  margin: 1em 0;
  padding: 2em 1.5em;
  font-size: 13px;
  line-height: 1.8;
  color: #000;
  border-radius: 6px;
  border: 2px solid #7f2223;
}
.c-note--title {
  margin: 0 0 0.5em;
  font-size: 1.6em !important;
  font-weight: bold;
  text-align: center;
  color: #7f2223;
}
.c-note--box {
  padding: 0.2em 1.5em 1em;
  background-color: rgba(127, 34, 35, 0.04);
  border-radius: 10px;
}
.c-note--subTitle {
  margin: 1.5em 0 1em !important;
  font-weight: bold;
  text-align: center;
  font-size: 1.4em !important;
}
.c-note--bold {
  font-size: 1.3em !important;
}
.c-note--text {
  margin: 0;
  padding: 0;
  font-size: 1.15em !important;
}

/* 注文履歴ページのカテゴリタグ用スタイル */
.ec-productCategory {
  margin-top: 10px;
}

.ec-productCategory__tag {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px 5px;
  font-size: 12px;
  color: #525263;
  border: solid 1px #D7DADD;
  border-radius: 3px;
  background-color: #F5F7F8;
}

.ec-productCategory .ec-color-accent {
  margin-top: 5px;
  font-weight: bold;
  color: #DE5D50;
}

/* CSSファイルの最後に追加 */