
@import 'https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese&display=swap';
@import 'https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500&subset=japanese&display=swap';
@import 'https://fonts.googleapis.com/css?family=Poppins:400,500&display=swap';
@charset "UTF-8";
/*
///////////////////////////////////////////////////////////////////////

This template is part of EC-CUBE Design template.

Copyright(c) JAPAN ELECTRONIC INDUSTRIAL ARTS CO.LTD.

http://www.jeia.co.jp/

For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.

本テンプレートの著作権は、「株式会社日本電子工藝社」に帰属いたします。

※本テンプレートを譲渡・再頒布・転用・第三者へ開示することは禁止いたします。
ただし、事業者によるショップ運営者への設置代行を禁止するものではございません。
※本テンプレートを申請されたご利用サイトへの設置以外の目的で複製することは禁止いたします。
※本テンプレートデータ内のライセンス条項、および著作権に関する記述を削除することはできません。
※ご利用サイトを変更することはできません。申請と異なるサイトにてご利用になる場合は、
別途、ご利用費用をお支払いただく必要がございます。
※本テンプレートの改変にあたり、一切のサポートはいたしかねます。
※本テンプレートは、すべての設置環境で動作する事は保証しておりません。

///////////////////////////////////////////////////////////////////////
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/*
Sass変数

_variables.scss

各パーツの色やサイズを変数として定義しています。

Styleguide 24.7
*/
/*
ヘッダーロゴ
*/
/*
デバイス別設定
*/
/*
ボタン
*/
/*
文字色・背景色
*/
/*
ヘッダー・ドロワー
当テンプレートでは白系（ヘッダーは白背景、ドロワーはライトグレー）でデザインしていますがフラグにより黒系に切り替える事ができます
*/
/*
フッター
*/
/*
シェア・SNSカラー
*/
/*
フォーム部品
*/
/*
カート
*/
/*
アニメーションkeyframes

_animation.scss

定義mixin：<br>
@mixin fadeIn<br>
@mixin fadeOut<br>

<br>
定義CSS：<br>
@keyframes fadeIn<br>
@keyframes fadeOut<br>
.bg-load-overlay

Styleguide 24.6
*/
@-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; }
/*
@mixin button-size($padding-vertical, $padding-horizontal, $font-size, $line-height, $border-radius) {
  padding: $padding-vertical $padding-horizontal;
  font-size: $font-size;
  line-height: $line-height;
  border-radius: $border-radius;
}
*/
/*
ボタン

_btn.scss

Styleguide 24.2
*/
/*
ボタンひな形

* @mixin _btn($color, $background, $border)

Styleguide 24.2.1
*/
/*
インラインボタン

* @mixin btn-default<br>
* @mixin btn-action<br>
* @mixin btn-cancel<br>
* @mixin btn-primary

Styleguide 24.2.2
*/
/*
ブロックボタン

* @mixin blockBtn-default<br>
* @mixin blockBtn-action<br>
* @mixin blockBtn-cancel<br>
* @mixin blockBtn-primary

Styleguide 24.2.3
*/
/*
User select

ボタンひな形（@mixin _btn()）から使用されてるmixinで、テキストを選択不可にしている様子。
ほかからの使用は無い様子。

* @mixin user-select

Styleguide 24.2.4
*/
/*
リンクボタン

使用箇所は無い様子

* @mixin linkBtn

Styleguide 24.2.5
*/
/*
Clearfix

_clearfix.scss

Styleguide 24.4
*/
/*
フォーム

_form.scss

Styleguide 24.3
*/
/*
フォームリセット

* @mixin forms-reset

Styleguide 24.3.1
*/
/*
フォームコントールひな形

* @mixin _form-control

Styleguide 24.3.2
*/
/*
メディア

_media.scss

Styleguide 24.1
*/
/*
メディアクエリ

* @mixin media_desktop

EC-CUBE4標準ではモバイルファースト（スマートフォン）でスタイリングしたのち適宜、デスクトップ用にメディアクエリで上書きする形でスタイリングしている様子ですが、
当テンプレートではタブレットも加えた3デバイスのスタイリングしています。

スタイリングの仕方はケースバイケースで、上書きや汚染が起きないようメディアクエリの内容を範囲を大きくとってがっつり分離してスタイリングする場合や、
一度、デスクトップ用（あるいはスマートフォン用）のスタイリングを施してから、適宜上書き用のメディアクエリを書く場合もあります。

メディアクエリに関しては、後からの変更・修正の際に「ごちゃごちゃしてどこをいじればいいのか判りづらい」コードにならないよう気を付けたいと思っています。
ですので上書きの多用は避けたいとしております、が、上書きスタイリングのほうがコードがすっきりするならそのようにします。ケースバイケースです。

* スマホ：320px～767px
* タブレット：768px～1279px
* PC：1280px以上

※デバイスごとのブレイクポイントは_variables.scssにて変数で設定。

Styleguide 24.1.1
*/
/*
コンテナ

コンテナブロックのmax-width、左右余白などブロックスタイルの共通定義。
各セクションの左右余白の統一感はコンテナによってもたらされます。

※ブラウザのフル幅で背景を敷いたデザインも可能とするため、`.ec-layoutRole__contents`側のmax-widthを解除し、こちらの「コンテナ」でmax-widthを定義。
コンテナを適用するセクションでmax-widthを変更したい場合は、そのコンテナで随時上書きします。

※コンテナの左右余白については、コンテナを「box-sizing:content-box;」としておいてから、希望のままの値でmax-widthを指定し、デバイスごとの左右余白を定義。

EC-CUBE4ではマイページ用に調整されたコンテナがありましたが、当テンプレートではマイページも汎用コンテナでスタイリングしています。

* @mixin container

Styleguide 24.1.2
*/
/*
ECCUBE 固有のスタイルユーティリティ

_projects.scss

* @mixin borderTop
* @mixin borderBottom
* @mixin reset_link

borderTop, borderBottomは、サイト内で一貫したborder線を敷くために使います。
一応、引数で色も指定できますが、一貫とは別種のborderなら直接borderプロパティでスタイリングしたほうがいいとは思います。

reset_linkは、.ec-link（リンクテキストの表現）をリセットさせる目的のmixinでしょうか。当テンプレートではその場その場で、
同等のスタイリングをしていますので、結果このmixinは使用していません。

Styleguide 24.5
*/
/*
追加mixin

当テンプレート用にmixinを追加しています。

Styleguide 24.5.1
*/
/*
offGridを無効にするmixin

テンプレート上、レイアウト的に幅狭め（offGird）を無効にしたい場合に適用

※offGrid自体の機能は崩さずそのまま残しておきたいので、部分的に挙動を無効化するmixinを用意。
※offGrid自体の挙動は変更していないが、タブレット時の挙動は別途追加している。
↓
結果的にoffGridの挙動を変更する形にした

Styleguide 24.5.2
*/
/*
画像マウスオーバー

マウスオーバーで画像を拡大・明度上げします。
mixinはa要素に適用してください。

Markup:
../styleguide/tmpl/24.5.3.html

Styleguide 24.5.3
*/
/*
画像マウスオーバー（カラーオーバーレイ）

マウスオーバーで画像にカラーフィルターをオーバーレイします。
mixinはa要素に適用してください。

* $color: フィルターの色

Markup:
../styleguide/tmpl/24.5.4.html

Styleguide 24.5.4
*/
/*
横並びメニューのボタンに短い区切り線を入れる

マイページのメニュー部分に使用しています。

* $length: ボーダー長さ（%のみ）
* $color: ボーダー色

Markup:
../styleguide/tmpl/24.5.5.html

Styleguide 24.5.5
*/
/*
商品一覧等の陳列レイアウト

商品一覧やお気に入り一覧など子アイテム（商品）を陳列レイアウト（縦横に並べる）スタイリングを施します。
横に配置する数、アイテム間の余白を引数で指定できます。

商品詳細の画像ビジュアルナビでも使用しています。

* $amount: 横に配置する数
* $gutter_W: アイテム間の左右余白
* $gutter_h: アイテム間の上下余白

Styleguide 24.5.6
*/
/*
閉じる・削除ボタン

ヘッダーのカート状況のカート削除ボタン、マイぺージお気に入り削除ボタンなど、画像の上に被さるタイプの丸型の削除系ボタンです。

* $size ボタン自体のサイズを指定

Styleguide 24.5.7
*/
/*
テキストhoverで下線が伸びるエフェクト

* $color: 下線の色

Markup:
../styleguide/tmpl/24.5.8.html

Styleguide 24.5.8
*/
/*
ユーザビリティ タブフォーカス

タブフォーカスのデザインをスタイリングします。
タブフォーカス時だけでなくクリックした時も効果が出てしまいます。デフォルトでは効果をオフにしています。ユーザビリティを優先する場合はコメントアウトを解除してください。
いい具合に実装できるライブラリ「what-input」なるものもあるみたいですね。

Styleguide 24.5.9
*/
/*
ブラウザハック IE11

Styleguide 24.5.10
*/
/*
商品アイテム マウスオーバーアクション

商品名称や価格表示を包含する商品情報要素を最初に非表示にしておき、商品画像にマウスオーバーしたときに商品情報をオーバーレイ表示させるスタイリングです。

商品一覧ページで使用している商品アイテム「.ec-productItemRole」（_13.2.shelf.scss）を上書きスタイリングとなりますので、
商品一覧と同じ商品アイテム「.ec-productItemRole」の中でのみ動作します。
デスクトップ時のみ適用されるようにメディアクエリの中で「.ec-productItemRole」要素に対してこのmixinを適用してください。
当テンプレートでは「特集商品（_12.6.newItem.scss）」「ピックアップカテゴリ（_12.7.category.scss）」ブロックで使用しています。

Markup:
../styleguide/tmpl/24.5.11.html

Styleguide 24.5.11
*/
/*
ベース

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

Styleguide 0.1
*/
body {
  background: transparent;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #444; }
a:focus {
  text-decoration: none;
  /* タブフォーカスを有効にする場合はコメントアウトを解除してください。
  outline: none;
  box-shadow: 0 0 0 1px $input-border-focus;// フォーム部品のfocusカラーを利用
  */ }
pre {
  /*
  background-color: transparent;
  border: none;
  padding: 16px 0;
  */ }
p {
  margin-bottom: 1em; }
h1, h2, h3, h4, h5, h6 {
  color: #222;
  line-height: 1.2;
  font-weight: 500; }
img {
  width: 100%;
  height: auto; }
label {
  margin: 0;
  font-weight: normal; }
/*
表組み（シンプル）

table要素、dl要素による表組レイアウト

商品詳細ページのフリーエリアや利用ガイド等の記事の中で差し込まれてくるシンプルな表組みについて基本スタイリングします。

特商や会員登録フォームといったコンテンツの表組みレイアウトは、_1.3.list.scssにて定義しています。

Markup:
../styleguide/tmpl/0.1.2.html

Styleguide 0.1.2
*/
/*
.table_basic 
*/
table.table_basic {
  width: 100%;
  table-layout: fixed;
  font-size: 0.933rem;
  margin: 2rem 0;
  border-top: 1px solid #d6d6d6; }
table.table_basic tr {
    border-bottom: 1px solid #d6d6d6; }
table.table_basic tr:nth-child(odd) {
      background-color: #f8f8f8; }
table.table_basic th {
    padding: 0.5em;
    width: 10em;
    white-space: nowrap;
    vertical-align: top; }
table.table_basic td {
    padding: 0.5em;
    width: auto;
    vertical-align: top; }
/* .caption */
.caption {
  margin: 0;
  padding: 0.5em 0;
  font-size: 0.933rem;
  color: #666; }
/*
dl要素をtable風に
*/
.dl_table {
  width: 100%;
  font-size: 0.933rem;
  margin: 2rem 0; }
.caption + .dl_table {
    margin-top: 0; }
.dl_table dl {
    margin: 0;
    border-bottom: 1px solid #d6d6d6; }
.dl_table dl:nth-child(odd) {
      background-color: #f8f8f8; }
.dl_table dl:first-child {
      border-top: 1px solid #d6d6d6; }
.dl_table dt {
    display: inline-block;
    padding: 0.5em;
    min-width: 10em; }
.dl_table dd {
    display: inline-block;
    padding: 0.5em; }
/*
dl要素レスポンシブ（タブレット・デスクトップ時はtable風で、スマホ時はdtとddを改行して表示）
*/
/*
ページスクロールでブロック要素をふわりと表示（共通エフェクト）

ページスクロールしてブロック領域が表示領域に入ったら、ふわりと表示させるためのエフェクトclassが付与されます（jeia_function.js）
準備としてHTML側にて、エフェクト出現をかけたいブロック要素にclass「.appearEffect」を記述しておきます。
エフェクトのスタイリングは基本、共通エフェクトとなりますが、個別のスタイリングにしたい場合はclass「.appearEffectCustom」で指定しておきます。
表示領域に入ったときに、共通エフェクトなら「.is-appear」を、個別スタイリングの場合は「.is-appearCustom」が付与されます。
ここでは共通エフェクトをスタイリングしています。（個別エフェクトはその適用要素のscssにてスタイリングを行います。）
*/
.appearEffect {
  transform: translate3d(0, 75px, 0);
  opacity: 0;
  transition: 1s; }
.appearEffect.is-appear {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
/*
ページスクロールで商品画像をエフェクト効果しながら表示

ページスクロールして商品画像等のアイテムが表示領域に入ったら、エフェクト効果しながら表示させるためのエフェクトclassが付与されます（jeia_function.js）
準備としてHTML側にて、エフェクト出現をかけたい要素（class「.image」や「.pic」など）にclass「.appearItem」を記述しておきます。
表示領域に入ったときに、エフェクトclass「.is-appear」が付与されます。

事前にスクリプトにより対象画像（img要素）に対して「.appearItemImage」要素で包括されるようにしています。
この包括要素に対してanimationがスタイリングされます。
包括要素を入れずにimg要素に対して直接アニメーションさせてしまうと、表示完了後にhoverアクション（transformを使った拡大表示等）が効かない事があります。
表示完了後に.appearItemを外したり、アニメーションを破棄すれば解決しますが、iOSでは解決しきらない事があったので包括要素を付ける仕様としました。

エフェクト効果のスタイリングは以下のようにパーツに分けてそれぞれにアニメーションさせています。

* パーツA：対象画像本体
* パーツB：グレーのマスク要素

*/
.appearItem {
  position: relative;
  overflow: hidden;
  visibility: hidden;
  /* パーツA: 対象画像本体 */
  /* パーツB: マスク */
  /* アクティブ化表示状態 */ }
.appearItem .appearItemImage {
    transform: translate3d(0, -100%, 0); }
.appearItem:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #eee;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translate3d(0, -100%, 0); }
.appearItem.is-appear {
    visibility: visible;
    /* パーツA: 商品画像本体 */
    /* パーツB: マスク */ }
.appearItem.is-appear .appearItemImage {
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-delay: 0.3s;
              animation-delay: 0.3s;
      /*長くとると動きが増える*/
      -webkit-animation-name: appearAnimation_a;
              animation-name: appearAnimation_a; }
@-webkit-keyframes appearAnimation_a {
  0% {
    transform: translate3d(0, -100%, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
@keyframes appearAnimation_a {
  0% {
    transform: translate3d(0, -100%, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }
.appearItem.is-appear:before {
      visibility: hidden;
      -webkit-animation-duration: 0.8s;
              animation-duration: 0.8s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-timing-function: ease-in-out;
              animation-timing-function: ease-in-out;
      -webkit-animation-name: appearAnimation_b;
              animation-name: appearAnimation_b; }
@-webkit-keyframes appearAnimation_b {
  /* [0%] IN→ [30%] Stay [70%] OUT→ [100%] */
  0% {
    visibility: visible;
    transform: translate3d(0, -100%, 0); }
  30% {
    transform: translate3d(0, 0, 0); }
  70% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 100%, 0); } }
@keyframes appearAnimation_b {
  /* [0%] IN→ [30%] Stay [70%] OUT→ [100%] */
  0% {
    visibility: visible;
    transform: translate3d(0, -100%, 0); }
  30% {
    transform: translate3d(0, 0, 0); }
  70% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, 100%, 0); } }
/*
フォントファミリー

使用するフォントファミリー

Styleguide 0.2
*/
/*
 * MEMO
 * IE11でNoto表示するには「&subset=japanese」が必要。
 * Notoは字詰めカーニングが効かない。カーニングが必要であれば游ゴシックなど別フォントに変更。
 * Google Fontsが「display=swap」対応（フォントが読み込まれるまで代替フォントを表示）
*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400; }
button, input, select, textarea {
  font-family: "Noto Sans JP", sans-serif; }
/*
見出し

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

Styleguide 1.1
*/
/*
商品詳細ページ見出し（未使用）

EC-CUBE4では商品詳細ページのみ見出しに使用されているスタイルですが、当テンプレートでは使用していません。

使用箇所：なし

Markup:
../styleguide/tmpl/1.1.1.html

Styleguide 1.1.1
*/
.ec-headingTitle {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: normal;
  color: #525263; }
/*
ページヘッダ（h1見出し）

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

EC-CUBE4のHTML構成でページヘッダ見出しは「コンテナ」の中に含まれており、コンテナには左右余白が定義されています。<br>
当テンプレートではh1見出しには背景色を敷いたデザインですが、スマホ・タブレット時ではブラウザ幅フルにフィットさせたいので、
これをネガティブマージンを用いて左右余白を相殺することでスタイリングしています。

もし背景色を敷かないデザインに変更するのであればネガティブマージンによる余白相殺と余白の再定義は不要です。

h1要素に下マージンを持たせて、h1タイトル部とページコンテンツ本体との余白としています。

使用箇所：
Cart/index.twig
Contact/complete.twig
Contact/confirm.twig
Contact/index.twig
Entry/activate.twig
Entry/complete.twig
Entry/confirm.twig
Entry/index.twig
Forgot/complete.twig
Forgot/index.twig
Forgot/reset.twig
Help/about.twig
Help/agreement.twig
Help/guide.twig
Help/privacy.twig
Help/tradelaw.twig
Mypage/change.twig
Mypage/change_complete.twig
Mypage/delivery.twig
Mypage/delivery_edit.twig
Mypage/favorite.twig
Mypage/history.twig
Mypage/index.twig
Mypage/login.twig
Mypage/withdraw.twig
Mypage/withdraw_complete.twig
Mypage/withdraw_confirm.twig
Shopping/complete.twig
Shopping/confirm.twig
Shopping/index.twig
Shopping/login.twig
Shopping/nonmember.twig
Shopping/shipping.twig
Shopping/shipping_edit.twig
Shopping/shipping_multiple.twig
Shopping/shipping_multiple_edit.twig
Shopping/shopping_error.twig

Markup:
../styleguide/tmpl/1.1.2.html

Styleguide 1.1.2
*/
.ec-pageHeader h1 {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  margin: 0;
  background-color: #f4f4f4;
  margin-bottom: 1.5em; }
/*
サブ見出し（未使用）

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

使用箇所：なし

後述の「.ec-heading-bold」に対して太字でないスタイリングという位置づけでしょうか。
使用箇所はありませんが一応、スタイリングとして調整して残しておきます。

Markup:
../styleguide/tmpl/1.1.3.html

Styleguide 1.1.3
*/
.ec-heading {
  font-weight: 1.1rem;
  font-weight: normal;
  margin-bottom: 1em; }
/*
サブ見出し(太字)

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

EC-CUBE4では「プライバシーポリシー」の太字見出しで使用されているスタイルですが、当テンプレートでは規約条文用のコンポーネントを用意しましたので、
結果、使用箇所なしとなります。

使用箇所：なし

Markup:
../styleguide/tmpl/1.1.4.html

Styleguide 1.1.4
*/
.ec-heading-bold {
  font-weight: 1.1rem;
  font-weight: 500;
  margin-bottom: 1em; }
/*
背景付き見出し

h2の見出し要素を装飾するスタイリングです。<br>
h3以降の使用箇所はありません。使う場面があればh3以降も追加スタイリングしてください。

使用箇所：
Mypage/history.twig
Shopping/index.twig
Shopping/confirm.twig
Help/guide.twig

Markup:
../styleguide/tmpl/1.1.5.html

Styleguide 1.1.5
*/
.ec-rectHeading {
  margin: 0;
  margin-bottom: 1rem; }
.ec-rectHeading h2 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: normal;
    background-color: #f3f1eb;
    padding: 0.6em 0.75em; }
/*
メッセージ見出し

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

使用箇所：
error.twig
Contact/complete.twig
Entry/activate.twig
Entry/complete.twig
Forgot/complete.twig
Mypage/change_complete.twig
Mypage/withdraw_complete.twig
Shopping/complete.twig

Markup:
../styleguide/tmpl/1.1.6.html

Styleguide 1.1.6
*/
.ec-reportHeading {
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 1em;
  padding: 1em 0;
  text-align: center;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6; }
.ec-reportHeading h2 {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    text-align: inherit; }
/*
文字装飾

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

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

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

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

使用箇所：
Entry/index.twig
Mypage/login.twig
Shopping/login.twig

※ログインページ（Mypage,Shopping）では上書き調整しておりますのでこちらのスタイリングは反映されない形です。

Markup:
../styleguide/tmpl/1.2.1.html

Styleguide 1.2.1
*/
.ec-link {
  text-decoration: none;
  cursor: pointer; }
.ec-link:hover {
    text-decoration: none; }
/*
テキスト（太字）

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

使用箇所：
Product/list.twig
Shopping/index.twig
Shopping/confirm.twig

Markup:
../styleguide/tmpl/1.2.2.html

Styleguide 1.2.2
*/
.ec-font-bold {
  font-weight: 500; }
/*
テキスト（グレー）（未使用）

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

使用箇所：なし

Markup:
../styleguide/tmpl/1.2.3.html

Styleguide 1.2.3
*/
.ec-color-grey {
  color: #666; }
/*
テキスト（赤）

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

使用箇所：
Cart/index.twig
Mypage/history.twig

Markup:
../styleguide/tmpl/1.2.4.html

Styleguide 1.2.4
*/
.ec-color-red {
  color: #e2251f; }
.ec-color-accent {
  color: #e2251f; }
/*
フォントサイズ（未使用）

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

EC-CUBE4ではカートブロックで使用しているようですが、当テンプレートでは未使用です。

※当テンプレートではスマホ時はデバイス幅に比例して文字サイズが変化するよう（1行あたりの文字数が固定）vw単位でスタイリングしていますし、
タブレット・デスクトップにおいてもrem、emを用いた基準フォントサイズに対して相対的なスタイリングを考えていますので、
文字装飾でOOCSS的にpx指定のスタイリングは使わない考えです。このスタイリング自体を削除しておきたい所ですが一応残してあります。

※.mini {font-size:0.9em;}みたいな適用する場所において相対的に働くOOCSSならスタイリングしておきたいところです。

使用箇所：なし

Markup:
../styleguide/tmpl/1.2.5.html

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; }
/*
テキスト水平位置

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

使用箇所：
Contact/complete.twig
Entry/activate.twig
Entry/complete.twig
Forgot/complete.twig
Mypage/change_complete.twig
Shopping/complete.twig

Markup:
../styleguide/tmpl/1.2.6.html

Styleguide 1.2.6
*/
.ec-text-ac {
  text-align: center; }
/*
価格テキスト

価格表示を構成するスタイリングです。
構成としては、「通常価格」「販売価格」のラベルテキスト、価格部分、「税込」のテキスト、になります。
ここでは各テキスト部位をインラインで配置するスタイリングに留めています。
各テキスト部位ごとのフォントサイズ調整は、「_13.2.shelf.scss」「_14.1.product.scss」側にてスタイリングします。
「販売価格」と「通常価格」で価格部分のフォントサイズは変化をつけたいが、ラベルと税込みテキストは合わせておきたい等の要望はあるかと思い、
そのようにしたほうが調整がしやすいと判断しました。

使用箇所：
* Product/list.twig
* Product/detail.twig

Markup:
../styleguide/tmpl/1.2.7.html

Styleguide 1.2.7
*/
.ec-price {
  /* 「通常価格」「販売価格」のラベルテキスト */
  /* 価格本体 */
  /* 「税込」のテキスト */ }
.ec-price .ec-price__label {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 0.5em; }
.ec-price .ec-price__price {
    display: inline-block;
    vertical-align: baseline; }
.ec-price .ec-price__tax {
    display: inline-block;
    vertical-align: baseline; }
/*
テキストの位置

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

使用箇所は無い様子

Markup:
../styleguide/tmpl/1.2.8.html

Styleguide 1.2.8
*/
.text-left {
  text-align: left; }
.text-center {
  text-align: center; }
.text-right {
  text-align: right; }
/*
メッセージテキスト

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

使用箇所：
error.twig
Contact/complete.twig
Entry/activate.twig
Entry/complete.twig
Forgot/complete.twig
Mypage/change_complete.twig
Mypage/history.twig
Mypage/withdraw_complete.twig
Shopping/complete.twig

Markup:
../styleguide/tmpl/1.2.9.html

Styleguide 1.2.9
*/
.ec-reportDescription {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 2em;
  text-align: left; }
/*
テキスト下部のスペース

テキストの下に余白を追加することができます。

使用箇所：
Contact/index.twig
Forgot/index.twig
Mypage/delivery.twig
Mypage/index.twig

Markup:
../styleguide/tmpl/1.2.10.html

Styleguide 1.2.10
*/
.ec-para-normal {
  margin-bottom: 1em; }
/*
箇条書きスタイル

利用ガイド等で使用する箇条書きスタイルです。各リストマークのパターンを用意しています。
箇条書きスタイルはdl要素に対して適用してください。
*/
/* 箇条書き：ベーシック */
.ec-list, .ec-list-rice, .ec-list-disc, .ec-list-decimal, .ec-list-icon {
  margin: 1em 0; }
.ec-list dt, .ec-list-rice dt, .ec-list-disc dt, .ec-list-decimal dt, .ec-list-icon dt {
    font-weight: 700; }
.ec-list > dd, .ec-list-rice > dd, .ec-list-disc > dd, .ec-list-decimal > dd, .ec-list-icon > dd {
    line-height: 1.8;
    position: relative;
    padding-left: 1.3em;
    /* マークとテキストの間隔調整 */ }
.ec-list > dd:before, .ec-list-rice > dd:before, .ec-list-disc > dd:before, .ec-list-decimal > dd:before, .ec-list-icon > dd:before {
      content: "・";
      position: absolute;
      top: 0;
      left: 0; }
/* 箇条書き：「※」スタイル */
.ec-list-rice > dd:before {
  content: "※"; }
/* 箇条書き：「●」スタイル */
.ec-list-disc > dd:before {
  content: "●";
  color: #aaa; }
/* 箇条書き：連番スタイル */
.ec-list-decimal > dd {
  counter-increment: note; }
.ec-list-decimal > dd:before {
    content: counter(note) "."; }
/* 箇条書き：アイコンスタイル */
.ec-list-icon > dd:before {
  font-family: "jeiafont";
  content: "\e91a";
  color: #aaa; }
/*
リスト

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

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

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

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

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

使用Twig：
* Mypage/index.twig
* Mypage/history.twig

Markup:
../styleguide/tmpl/1.3.1.html

Styleguide 1.3.1
*/
.ec-definitions, .ec-definitions--soft {
  margin: 0.5em 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: 500;
    min-width: 8em;
    margin-right: 1em; }
.ec-definitions--soft dt {
  font-weight: normal; }
/*
定義リスト

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

フォーム入力ページや、「当サイトについて」「特商表記」など、タイトルと本文のあるコンテンツのスタイル。

メモ：
dtの中では「.ec-label」とセットで使われるのが常のようですが、これはフォームページの名残ともとれますが（違うかもしれませんが）、
「.ec-label」という名前上、フォーム周りのタイトルという先入観が拭えませんのでいささか気になりますが、当定義リストのdt要素が、
あくまでレイアウト役割のみという要素で割り切るなら、見た目のスタイルを当てている「.ec-label」は汎用的ならラベル要素とも取れます。
（ただ、_3.3.form.scssの中で定義されているのでやはり本来はフォームラベルの目的でコーディングされたような気がします）

使用箇所：
* Contact/index.twig
* Contact/confirm.twig
* Entry/index.twig
* Entry/confirm.twig
* Forgot/index.twig
* Forgot/reset.twig
* Help/about.twig
* Help/tradelaw.twig
* Mypage/change.twig
* Mypage/delivery_edit.twig
* Shopping/index.twig
* Shopping/nonmember.twig
* Shopping/shipping_edit.twig
* Shopping/shipping_multiple_edit.twig

Markup:
../styleguide/tmpl/1.3.2.html

Styleguide 1.3.2
*/
.ec-borderedDefs dl {
  width: 100%;
  margin: 0; }
/*
ボーダーリスト

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

使用場面はショッピングページのカート商品内容部分で、その中身は商品画像と商品詳細の「.ec-imageGrid」（_5.2.layout.scss）が入ります。

「.ec-borderedLis」も「.ec-imageGrid」もそのパターンでしか使われていない様子なので、
まとめて一つのコンポーネントにしても良いかとも思いますが、今のところはそのままにします。

それともう一点、
「.ec-imageGrid」の使用場面は先のショッピングページの商品内容と、マイページ注文履歴詳細の商品内容とになりますが、
ショッピングページではこれをリスト化（ul li要素）して括っているのが「.ec-borderedList」であるのに対して、
注文履歴詳細のほうではそのリストが含まれておりません。

どちらもさらにその外側で「.ec-orderDelivery__item」で括っているのですが、さらに、
ショッピングページ側では、「.ec-orderDelivery__item」は1つのみでその中にリストのul要素があり、商品ごとにli要素で
括っているのに対して、注文履歴詳細はリストが無く、商品ごとに「.ec-orderDelivery__item」で括っているという違いがあります。

意味合い的にもスタイリングにしても同一なものなので統一してもらいたい所ですが、今のところはCSSで統一させるに留めます。

まず、「.ec-orderDelivery__item」には何もスタイリングしなようにしておき、注文履歴詳細ページのみに働くように
「.ec-orderDelivery__item」に「.ec-borderedList」と同じ形のスタイリングを施しています。

〇ショッピングページ側
構成（※スタイルガイドページでは崩れますのでscssファイルでご覧ください）
.ec-orderDelivery__item
  > ul.ec-borderedList
    > li > .ec-imageGrid
    > li > .ec-imageGrid
    > li > .ec-imageGrid


〇注文履歴詳細ページ側
構成（※スタイルガイドページでは崩れますのでscssファイルでご覧ください）
.ec-orderDelivery__item > .ec-imageGrid
.ec-orderDelivery__item > .ec-imageGrid
.ec-orderDelivery__item > .ec-imageGrid

Markup:
../styleguide/tmpl/1.3.3.html

Styleguide 1.3.3
*/
.ec-borderedList {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d6d6d6; }
.ec-borderedList li {
    padding: 10px 0;
    border-bottom: 1px solid #d6d6d6; }
/*
注文履歴詳細用
本来は_15.2.order.scssにてスタイリングすべきですが（※これも厳密にいえばショッピングとマイページコンテンツとで分けておくべきかとも思いますが）、
上記のメモ書きの理由により、混雑しないようにこちらで「.ec-borderedList」と合わせてスタイリングします。
*/
body#page_mypage_history .ec-orderDelivery__item {
  padding: 10px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6; }
body#page_mypage_history .ec-orderDelivery__item + .ec-orderDelivery__item {
    border-top: none; }
/*
ボタン生成

mixinを利用して各パターンのボタンを生成します。

Styleguide 2.1
*/
/*
通常ボタン（インラインボタン）

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

〇.ec-inlineBtn
使用箇所：
* Mypage/delivery.twig
* Mypage/history.twig
* Mypage/index.twig
* Shopping/index.twig
* Shopping/shipping.twig
* Shopping/shipping_multiple.twig

〇.ec-inlineBtn--primary
使用箇所：なし

〇.ec-inlineBtn--action
使用箇所：
* Product/list.twig
* Product/detail.twig

〇.ec-inlineBtn--cancel
使用箇所：
* Product/list.twig
* Product/detail.twig

Markup:
../styleguide/tmpl/2.1.1.html

Styleguide 2.1.1
*/
.ec-inlineBtn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.6em 1em;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0px;
  font-weight: normal;
  text-decoration: none;
  transition: .3s;
  color: #fff;
  background-color: #242930;
  border-color: #444;
  /*
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    color: $color;
    background-color: darken($background, 10%);
        border-color: darken($border, 12%);

    &:hover,
    &:focus,
    &.focus {
      color: $color;
      background-color: darken($background, 17%);
          border-color: darken($border, 25%);
    }
  }
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    background-image: none;
  }
  */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
  &,
  &:active,
  &.active {
    &:focus,
    &.focus {
      @include tab-focus;
    }
  }

  &:active,
  &.active {
    outline: 0;
    background-image: none;
    @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
  }
  */
  font-size: 0.9rem; }
.ec-inlineBtn:focus, .ec-inlineBtn.focus {
    color: #fff;
    /* タブフォーカスを有効にする場合はコメントアウトを解除してください。
  outline: none;
  box-shadow: 0 0 0 1px $input-border-focus;// フォーム部品のfocusカラーを利用
  */ }
.ec-inlineBtn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0e1013;
    border-color: #252525; }
.ec-inlineBtn.disabled, .ec-inlineBtn[disabled],
  fieldset[disabled] .ec-inlineBtn {
    background-color: #999;
    border-color: #999;
    cursor: not-allowed; }
.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: #999;
      border-color: #999; }
.ec-inlineBtn .badge {
    color: #242930;
    background-color: #fff; }
.ec-inlineBtn--primary {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.6em 1em;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0px;
  font-weight: normal;
  text-decoration: none;
  transition: .3s;
  color: #fff;
  background-color: #5CB1B1;
  border-color: #5CB1B1;
  /*
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    color: $color;
    background-color: darken($background, 10%);
        border-color: darken($border, 12%);

    &:hover,
    &:focus,
    &.focus {
      color: $color;
      background-color: darken($background, 17%);
          border-color: darken($border, 25%);
    }
  }
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    background-image: none;
  }
  */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
  &,
  &:active,
  &.active {
    &:focus,
    &.focus {
      @include tab-focus;
    }
  }

  &:active,
  &.active {
    outline: 0;
    background-image: none;
    @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
  }
  */ }
.ec-inlineBtn--primary:focus, .ec-inlineBtn--primary.focus {
    color: #fff;
    /* タブフォーカスを有効にする場合はコメントアウトを解除してください。
  outline: none;
  box-shadow: 0 0 0 1px $input-border-focus;// フォーム部品のfocusカラーを利用
  */ }
.ec-inlineBtn--primary:hover {
    text-decoration: none;
    color: #fff;
    background-color: #479393;
    border-color: #438d8d; }
.ec-inlineBtn--primary.disabled, .ec-inlineBtn--primary[disabled],
  fieldset[disabled] .ec-inlineBtn--primary {
    background-color: #999;
    border-color: #999;
    cursor: not-allowed; }
.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: #999;
      border-color: #999; }
.ec-inlineBtn--primary .badge {
    color: #5CB1B1;
    background-color: #fff; }
.ec-inlineBtn--action {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.6em 1em;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0px;
  font-weight: normal;
  text-decoration: none;
  transition: .3s;
  color: #fff;
  background-color: #d41d17;
  border-color: #d41d17;
  /*
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    color: $color;
    background-color: darken($background, 10%);
        border-color: darken($border, 12%);

    &:hover,
    &:focus,
    &.focus {
      color: $color;
      background-color: darken($background, 17%);
          border-color: darken($border, 25%);
    }
  }
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    background-image: none;
  }
  */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
  &,
  &:active,
  &.active {
    &:focus,
    &.focus {
      @include tab-focus;
    }
  }

  &:active,
  &.active {
    outline: 0;
    background-image: none;
    @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
  }
  */ }
.ec-inlineBtn--action:focus, .ec-inlineBtn--action.focus {
    color: #fff;
    /* タブフォーカスを有効にする場合はコメントアウトを解除してください。
  outline: none;
  box-shadow: 0 0 0 1px $input-border-focus;// フォーム部品のfocusカラーを利用
  */ }
.ec-inlineBtn--action:hover {
    text-decoration: none;
    color: #fff;
    background-color: #a61712;
    border-color: #9d1511; }
.ec-inlineBtn--action.disabled, .ec-inlineBtn--action[disabled],
  fieldset[disabled] .ec-inlineBtn--action {
    background-color: #999;
    border-color: #999;
    cursor: not-allowed; }
.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: #999;
      border-color: #999; }
.ec-inlineBtn--action .badge {
    color: #d41d17;
    background-color: #fff; }
.ec-inlineBtn--action:hover {
    background-color: #e60c05;
    border-color: #e60c05; }
.ec-inlineBtn--cancel {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.6em 1em;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0px;
  font-weight: normal;
  text-decoration: none;
  transition: .3s;
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  /*
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    color: $color;
    background-color: darken($background, 10%);
        border-color: darken($border, 12%);

    &:hover,
    &:focus,
    &.focus {
      color: $color;
      background-color: darken($background, 17%);
          border-color: darken($border, 25%);
    }
  }
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    background-image: none;
  }
  */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
  &,
  &:active,
  &.active {
    &:focus,
    &.focus {
      @include tab-focus;
    }
  }

  &:active,
  &.active {
    outline: 0;
    background-image: none;
    @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
  }
  */ }
.ec-inlineBtn--cancel:focus, .ec-inlineBtn--cancel.focus {
    color: #fff;
    /* タブフォーカスを有効にする場合はコメントアウトを解除してください。
  outline: none;
  box-shadow: 0 0 0 1px $input-border-focus;// フォーム部品のfocusカラーを利用
  */ }
.ec-inlineBtn--cancel:hover {
    text-decoration: none;
    color: #fff;
    background-color: #1a1a1a;
    border-color: #141414; }
.ec-inlineBtn--cancel.disabled, .ec-inlineBtn--cancel[disabled],
  fieldset[disabled] .ec-inlineBtn--cancel {
    background-color: #999;
    border-color: #999;
    cursor: not-allowed; }
.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: #999;
      border-color: #999; }
.ec-inlineBtn--cancel .badge {
    color: #333333;
    background-color: #fff; }
/*
ブロックボタン（全幅）

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

使用箇所：
error.twig
Block/cart.twig
Block/eyecatch.twig
Cart/index.twig
Contact/index.twig
Contact/complete.twig
Contact/confirm.twig
Entry/index.twig
Entry/activate.twig
Entry/complete.twig
Entry/confirm.twig
Forgot/index.twig
Forgot/reset.twig
Mypage/change.twig
Mypage/change_complete.twig
Mypage/delivery_edit.twig
Mypage/history.twig
Mypage/login.twig
Mypage/withdraw.twig
Mypage/withdraw_complete.twig
Mypage/withdraw_confirm.twig
Product/detail.twig
Product/list.twig
Shopping/index.twig
Shopping/complete.twig
Shopping/confirm.twig
Shopping/login.twig
Shopping/nonmember.twig
Shopping/shipping.twig
Shopping/shipping_edit.twig
Shopping/shipping_multiple.twig
Shopping/shipping_multiple_edit.twig
Shopping/shopping_error.twig

Markup:
../styleguide/tmpl/2.1.2.html

Styleguide 2.1.2
*/
.ec-blockBtn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.6em 1em;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0px;
  font-weight: normal;
  text-decoration: none;
  transition: .3s;
  color: #fff;
  background-color: #242930;
  border-color: #444;
  /*
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    color: $color;
    background-color: darken($background, 10%);
        border-color: darken($border, 12%);

    &:hover,
    &:focus,
    &.focus {
      color: $color;
      background-color: darken($background, 17%);
          border-color: darken($border, 25%);
    }
  }
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    background-image: none;
  }
  */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
  &,
  &:active,
  &.active {
    &:focus,
    &.focus {
      @include tab-focus;
    }
  }

  &:active,
  &.active {
    outline: 0;
    background-image: none;
    @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
  }
  */
  display: block;
  width: 100%;
  height: 3.33rem;
  line-height: 3.33rem;
  padding-top: 0;
  padding-bottom: 0; }
.ec-blockBtn:focus, .ec-blockBtn.focus {
    color: #fff;
    /* タブフォーカスを有効にする場合はコメントアウトを解除してください。
  outline: none;
  box-shadow: 0 0 0 1px $input-border-focus;// フォーム部品のfocusカラーを利用
  */ }
.ec-blockBtn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0e1013;
    border-color: #252525; }
.ec-blockBtn.disabled, .ec-blockBtn[disabled],
  fieldset[disabled] .ec-blockBtn {
    background-color: #999;
    border-color: #999;
    cursor: not-allowed; }
.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: #999;
      border-color: #999; }
.ec-blockBtn .badge {
    color: #242930;
    background-color: #fff; }
.ec-blockBtn--primary {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.6em 1em;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0px;
  font-weight: normal;
  text-decoration: none;
  transition: .3s;
  color: #fff;
  background-color: #5CB1B1;
  border-color: #5CB1B1;
  /*
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    color: $color;
    background-color: darken($background, 10%);
        border-color: darken($border, 12%);

    &:hover,
    &:focus,
    &.focus {
      color: $color;
      background-color: darken($background, 17%);
          border-color: darken($border, 25%);
    }
  }
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    background-image: none;
  }
  */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
  &,
  &:active,
  &.active {
    &:focus,
    &.focus {
      @include tab-focus;
    }
  }

  &:active,
  &.active {
    outline: 0;
    background-image: none;
    @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
  }
  */
  display: block;
  width: 100%;
  height: 3.33rem;
  line-height: 3.33rem;
  padding-top: 0;
  padding-bottom: 0; }
.ec-blockBtn--primary:focus, .ec-blockBtn--primary.focus {
    color: #fff;
    /* タブフォーカスを有効にする場合はコメントアウトを解除してください。
  outline: none;
  box-shadow: 0 0 0 1px $input-border-focus;// フォーム部品のfocusカラーを利用
  */ }
.ec-blockBtn--primary:hover {
    text-decoration: none;
    color: #fff;
    background-color: #479393;
    border-color: #438d8d; }
.ec-blockBtn--primary.disabled, .ec-blockBtn--primary[disabled],
  fieldset[disabled] .ec-blockBtn--primary {
    background-color: #999;
    border-color: #999;
    cursor: not-allowed; }
.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: #999;
      border-color: #999; }
.ec-blockBtn--primary .badge {
    color: #5CB1B1;
    background-color: #fff; }
.ec-blockBtn--action {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.6em 1em;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0px;
  font-weight: normal;
  text-decoration: none;
  transition: .3s;
  color: #fff;
  background-color: #d41d17;
  border-color: #d41d17;
  /*
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    color: $color;
    background-color: darken($background, 10%);
        border-color: darken($border, 12%);

    &:hover,
    &:focus,
    &.focus {
      color: $color;
      background-color: darken($background, 17%);
          border-color: darken($border, 25%);
    }
  }
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    background-image: none;
  }
  */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
  &,
  &:active,
  &.active {
    &:focus,
    &.focus {
      @include tab-focus;
    }
  }

  &:active,
  &.active {
    outline: 0;
    background-image: none;
    @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
  }
  */
  display: block;
  width: 100%;
  height: 3.33rem;
  line-height: 3.33rem;
  padding-top: 0;
  padding-bottom: 0; }
.ec-blockBtn--action:focus, .ec-blockBtn--action.focus {
    color: #fff;
    /* タブフォーカスを有効にする場合はコメントアウトを解除してください。
  outline: none;
  box-shadow: 0 0 0 1px $input-border-focus;// フォーム部品のfocusカラーを利用
  */ }
.ec-blockBtn--action:hover {
    text-decoration: none;
    color: #fff;
    background-color: #a61712;
    border-color: #9d1511; }
.ec-blockBtn--action.disabled, .ec-blockBtn--action[disabled],
  fieldset[disabled] .ec-blockBtn--action {
    background-color: #999;
    border-color: #999;
    cursor: not-allowed; }
.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: #999;
      border-color: #999; }
.ec-blockBtn--action .badge {
    color: #d41d17;
    background-color: #fff; }
.ec-blockBtn--action:hover {
    background-color: #e60c05;
    border-color: #e60c05; }
.ec-blockBtn--cancel {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.6em 1em;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0px;
  font-weight: normal;
  text-decoration: none;
  transition: .3s;
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  /*
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    color: $color;
    background-color: darken($background, 10%);
        border-color: darken($border, 12%);

    &:hover,
    &:focus,
    &.focus {
      color: $color;
      background-color: darken($background, 17%);
          border-color: darken($border, 25%);
    }
  }
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    background-image: none;
  }
  */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
  &,
  &:active,
  &.active {
    &:focus,
    &.focus {
      @include tab-focus;
    }
  }

  &:active,
  &.active {
    outline: 0;
    background-image: none;
    @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
  }
  */
  display: block;
  width: 100%;
  height: 3.33rem;
  line-height: 3.33rem;
  padding-top: 0;
  padding-bottom: 0; }
.ec-blockBtn--cancel:focus, .ec-blockBtn--cancel.focus {
    color: #fff;
    /* タブフォーカスを有効にする場合はコメントアウトを解除してください。
  outline: none;
  box-shadow: 0 0 0 1px $input-border-focus;// フォーム部品のfocusカラーを利用
  */ }
.ec-blockBtn--cancel:hover {
    text-decoration: none;
    color: #fff;
    background-color: #1a1a1a;
    border-color: #141414; }
.ec-blockBtn--cancel.disabled, .ec-blockBtn--cancel[disabled],
  fieldset[disabled] .ec-blockBtn--cancel {
    background-color: #999;
    border-color: #999;
    cursor: not-allowed; }
.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: #999;
      border-color: #999; }
.ec-blockBtn--cancel .badge {
    color: #333333;
    background-color: #fff; }
/*
カートインボタン

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

Markup:
../styleguide/tmpl/2.1.3.html

Styleguide 2.1.3
*/
.ec-blockBtn--cartin {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.6em 1em;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0px;
  font-weight: normal;
  text-decoration: none;
  transition: .3s;
  color: #fff;
  background-color: #000;
  border-color: #000;
  /*
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    color: $color;
    background-color: darken($background, 10%);
        border-color: darken($border, 12%);

    &:hover,
    &:focus,
    &.focus {
      color: $color;
      background-color: darken($background, 17%);
          border-color: darken($border, 25%);
    }
  }
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    background-image: none;
  }
  */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
  &,
  &:active,
  &.active {
    &:focus,
    &.focus {
      @include tab-focus;
    }
  }

  &:active,
  &.active {
    outline: 0;
    background-image: none;
    @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
  }
  */
  display: block;
  width: 100%;
  height: 3.33rem;
  line-height: 3.33rem;
  padding-top: 0;
  padding-bottom: 0; }
.ec-blockBtn--cartin:focus, .ec-blockBtn--cartin.focus {
    color: #fff;
    /* タブフォーカスを有効にする場合はコメントアウトを解除してください。
  outline: none;
  box-shadow: 0 0 0 1px $input-border-focus;// フォーム部品のfocusカラーを利用
  */ }
.ec-blockBtn--cartin:hover {
    text-decoration: none;
    color: #fff;
    background-color: black;
    border-color: black; }
.ec-blockBtn--cartin.disabled, .ec-blockBtn--cartin[disabled],
  fieldset[disabled] .ec-blockBtn--cartin {
    background-color: #999;
    border-color: #999;
    cursor: not-allowed; }
.ec-blockBtn--cartin.disabled:hover, .ec-blockBtn--cartin.disabled:focus, .ec-blockBtn--cartin.disabled.focus, .ec-blockBtn--cartin[disabled]:hover, .ec-blockBtn--cartin[disabled]:focus, .ec-blockBtn--cartin[disabled].focus,
    fieldset[disabled] .ec-blockBtn--cartin:hover,
    fieldset[disabled] .ec-blockBtn--cartin:focus,
    fieldset[disabled] .ec-blockBtn--cartin.focus {
      background-color: #999;
      border-color: #999; }
.ec-blockBtn--cartin .badge {
    color: #000;
    background-color: #fff; }
.ec-blockBtn--cartin:before {
    font-family: "jeiafont";
    content: "\e900";
    margin-right: 0.5em;
    display: inline-block;
    transform: scale(1.4); }
.ec-blockBtn--cartin:hover {
    background-color: #d41d17;
    border-color: #d41d17; }
/*
お気に入りボタン

お気に入りボタンのサイズは商品詳細ページの「カートイン枠（横一列）」に合わせて、$cartinRow-sizeで生成しています。

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

Markup:
../styleguide/tmpl/2.1.4.html

Styleguide 2.1.4
*/
.ec-blockBtn--favorite {
  display: block; }
.ec-blockBtn--favorite i {
    display: block;
    margin: 0;
    width: 3.33rem;
    height: 3.33rem;
    text-align: center;
    border-radius: 50%;
    background-color: #666;
    color: #fff;
    transition: .2s;
    position: relative;
    /* ポップアップ */ }
.ec-blockBtn--favorite i:before {
      font-size: 1.665rem;
      line-height: 3.663rem; }
.ec-blockBtn--favorite i span {
      position: absolute;
      bottom: calc(100% + 12px);
      left: calc(50% - 18px);
      display: block;
      padding: 0.75em 1em;
      background-color: #333;
      color: #fff;
      font-size: 0.8rem;
      line-height: 1;
      white-space: nowrap;
      border-radius: 2px;
      opacity: 0;
      visibility: hidden;
      transform: translate3d(0, 10px, 0);
      transition: .2s; }
.ec-blockBtn--favorite i span:after {
        content: "";
        width: 0;
        height: 0;
        border: solid 8px transparent;
        border-top-color: #333;
        position: absolute;
        top: 100%;
        left: 10px; }
.ec-blockBtn--favorite i:hover {
      background-color: #ff5555; }
.ec-blockBtn--favorite i:hover span {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0); }
.ec-blockBtn--favorite.added i {
    background-color: #ff5555; }
/*
Read Moreボタン

トップページの「トピック」「おすすめ商品」で使用される「Read more」ボタンのスタイリングです。

Styleguide 2.1.5
*/
.ec-blockReadMoreBtn, .ec-blockReadMoreBtn--center {
  display: block;
  max-width: 150px;
  padding: .75em 0;
  margin: 1em 0;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  color: #000;
  line-height: 1;
  text-align: left;
  transition: .5s;
  position: relative; }
.ec-blockReadMoreBtn:before, .ec-blockReadMoreBtn--center:before, .ec-blockReadMoreBtn:after, .ec-blockReadMoreBtn--center:after {
    content: "";
    display: block;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .3s; }
.ec-blockReadMoreBtn:before, .ec-blockReadMoreBtn--center:before {
    width: 100%;
    height: 1px; }
.ec-blockReadMoreBtn:after, .ec-blockReadMoreBtn--center:after {
    width: 12px;
    height: 1px;
    transform-origin: right bottom;
    transform: rotate(40deg); }
.ec-blockReadMoreBtn:hover, .ec-blockReadMoreBtn--center:hover {
    text-decoration: none;
    padding-left: .5em;
    color: inherit; }
.ec-blockReadMoreBtn:hover:after, .ec-blockReadMoreBtn--center:hover:after {
      transform: rotate(25deg);
      width: 15px; }
/*
Read Moreボタン 中央配置
*/
.ec-blockReadMoreBtn--center {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
/*
全ての商品一覧を見るボタン

トップページ「おすすめ商品」で使用される「全ての商品一覧を見る」ボタンのスタイリングです。
*/
.ec-blockAllBtn {
  display: block;
  margin: 1em auto;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  line-height: 1;
  padding: .85em 1em;
  text-align: center;
  background-color: #201F25;
  color: #fff;
  border: solid 7px #E2E2E2;
  transition: .3s; }
.ec-blockAllBtn:hover {
    text-decoration: none;
    background-color: #b00;
    color: #fff; }
/*
詳細ボタン

日本酒コラム（eyecatch.twig）にて使用される「その他記事を見る」ボタンのスタイリングです。
背景画像に合わせて色を変更調整してください。
*/
.ec-blockDetailBtn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.6em 1em;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0px;
  font-weight: normal;
  text-decoration: none;
  transition: .3s;
  color: #fff;
  background-color: #242930;
  border-color: #444;
  /*
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    color: $color;
    background-color: darken($background, 10%);
        border-color: darken($border, 12%);

    &:hover,
    &:focus,
    &.focus {
      color: $color;
      background-color: darken($background, 17%);
          border-color: darken($border, 25%);
    }
  }
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    background-image: none;
  }
  */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
  &,
  &:active,
  &.active {
    &:focus,
    &.focus {
      @include tab-focus;
    }
  }

  &:active,
  &.active {
    outline: 0;
    background-image: none;
    @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
  }
  */
  display: block;
  width: 100%;
  height: 3.33rem;
  line-height: 3.33rem;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto;
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  font-family: "Noto Serif JP", serif; }
.ec-blockDetailBtn:focus, .ec-blockDetailBtn.focus {
    color: #fff;
    /* タブフォーカスを有効にする場合はコメントアウトを解除してください。
  outline: none;
  box-shadow: 0 0 0 1px $input-border-focus;// フォーム部品のfocusカラーを利用
  */ }
.ec-blockDetailBtn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0e1013;
    border-color: #252525; }
.ec-blockDetailBtn.disabled, .ec-blockDetailBtn[disabled],
  fieldset[disabled] .ec-blockDetailBtn {
    background-color: #999;
    border-color: #999;
    cursor: not-allowed; }
.ec-blockDetailBtn.disabled:hover, .ec-blockDetailBtn.disabled:focus, .ec-blockDetailBtn.disabled.focus, .ec-blockDetailBtn[disabled]:hover, .ec-blockDetailBtn[disabled]:focus, .ec-blockDetailBtn[disabled].focus,
    fieldset[disabled] .ec-blockDetailBtn:hover,
    fieldset[disabled] .ec-blockDetailBtn:focus,
    fieldset[disabled] .ec-blockDetailBtn.focus {
      background-color: #999;
      border-color: #999; }
.ec-blockDetailBtn .badge {
    color: #242930;
    background-color: #fff; }
.ec-blockDetailBtn:hover {
    /*
    background-color: #000;
    border-color: #000;
    color: #fff;
    */
    background-color: #fff;
    border-color: #fff;
    color: #000; }
/*
アイコンボタン

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

Styleguide 2.2
*/
/*
閉じるボタン

使用箇所：
Mypage/favorite.twig

Markup:
../styleguide/tmpl/2.2.2.html

Styleguide 2.2.2
*/
.ec-closeBtn--circle:after {
  font-family: "jeiafont";
  content: "\e918";
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 21px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
  border: solid 1px #aaa;
  box-sizing: border-box;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transition: .2s; }
.ec-closeBtn--circle:hover:after {
  text-decoration: none;
  transform: translate3d(0, 1px, 0);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3); }
.ec-closeBtn--circle:hover {
  text-decoration: none; }
.ec-closeBtn--circle .ec-icon {
  display: none; }
/*
その他のボタン

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

Styleguide 2.3
*/
/*
ページトップボタン・ガイドボタン

ページトップボタンのスタイリングです。
デスクトップ時は右サイドの中央位置にガイドボタンとコピーライトが表示されます。
ガイドボタンにマウスオーバーでガイドナビがポップアップ表示されるスタイリングとなっています。

Markup:
../styleguide/tmpl/2.3.1.html

Styleguide 2.3.1
*/
.ec-floatNavRole {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: fixed;
  z-index: 9;
  /* コピーライト */
  /*
  ボタンパーツのスタイリング
  ガイドボタン・ページトップボタンの共通部分をスタイリングします。
  ※ガイドナビは後ほど
  */
  /* ボタン：ガイドボタン */
  /* ボタン：ページトップボタン */
  /* ガイドナビエリア */
  /* ガイドナビ */ }
.ec-floatNavRole .copyright {
    display: none; }
.ec-floatNavRole .ec-blockGuideBtn,
  .ec-floatNavRole .ec-blockTopBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #555;
    color: #fff;
    filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.5));
    cursor: pointer;
    transition: .3s; }
.ec-floatNavRole .ec-blockGuideBtn a,
    .ec-floatNavRole .ec-blockTopBtn a {
      color: inherit; }
.ec-floatNavRole .ec-blockGuideBtn i {
    font-size: 26px; }
.ec-floatNavRole .ec-blockTopBtn {
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    transition: .6s;
    /* スクロールされたら表示 */ }
body.scrolled .ec-floatNavRole .ec-blockTopBtn {
      visibility: visible;
      opacity: 1; }
.ec-floatNavRole .ec-blockTopBtn i {
      font-size: 18px;
      transform: translate3d(0, 1px, 0);
      transition: .3s; }
.ec-floatNavRole .ec-blockTopBtn:hover i {
      transform: translate3d(0, -1px, 0); }
.ec-floatNavRole .ec-floatNavRole__guide {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px; }
.ec-floatNavRole .ec-floatNavRole__guide:hover .ec-floatNavRole__guideNav {
      visibility: visible;
      opacity: 1;
      transform: translate3d(0, -50%, 0); }
.ec-floatNavRole .ec-floatNavRole__guideNav {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate3d(0, calc(-50% - 15px), 0);
    color: #444;
    font-size: 0.933rem;
    padding-right: 15px;
    transition: .3s;
    visibility: hidden;
    opacity: 0; }
.ec-floatNavRole .ec-floatNavRole__guideNav ul {
      list-style-type: none;
      margin: 0;
      padding: 15px;
      background-color: #fff;
      filter: drop-shadow(0 0 1px #ddd) drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
      position: relative;
      /* くちばし */ }
.ec-floatNavRole .ec-floatNavRole__guideNav ul:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 10px transparent;
        border-left-color: #fff;
        position: absolute;
        top: calc(50% - 10px);
        left: 100%; }
.ec-floatNavRole .ec-floatNavRole__guideNav ul li {
        border-bottom: solid 1px #eee; }
.ec-floatNavRole .ec-floatNavRole__guideNav ul li a {
          display: block;
          padding: 1em .5em;
          color: inherit;
          background-color: #fff;
          min-width: 15em;
          white-space: nowrap;
          transition: .2s; }
.ec-floatNavRole .ec-floatNavRole__guideNav ul li a:hover {
            text-decoration: none;
            background-color: #f0f1f2; }
/*
フォーム部品（入力要素）

テキストや数値の入力項目に関するフォーム要素の基本整形をスタイリングします。

Styleguide 3.1
*/
/*
テキスト入力フォーム

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

Markup:
../styleguide/tmpl/3.1.1.html

Styleguide 3.1.1
*/
.ec-input input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.5em 0.75em;
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.ec-input input:focus, .ec-halfInput input:focus, .ec-numberInput input:focus, .ec-zipInput input:focus, .ec-telInput input:focus {
    border-color: #3c8dbc;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
.ec-input input::-moz-placeholder, .ec-halfInput input::-moz-placeholder, .ec-numberInput input::-moz-placeholder, .ec-zipInput input::-moz-placeholder, .ec-telInput input::-moz-placeholder {
    color: #ddd;
    opacity: 1; }
.ec-input input:-ms-input-placeholder, .ec-halfInput input:-ms-input-placeholder, .ec-numberInput input:-ms-input-placeholder, .ec-zipInput input:-ms-input-placeholder, .ec-telInput input:-ms-input-placeholder {
    color: #ddd; }
.ec-input input::-webkit-input-placeholder, .ec-halfInput input::-webkit-input-placeholder, .ec-numberInput input::-webkit-input-placeholder, .ec-zipInput input::-webkit-input-placeholder, .ec-telInput input::-webkit-input-placeholder {
    color: #ddd; }
.ec-input input::-ms-expand, .ec-halfInput input::-ms-expand, .ec-numberInput input::-ms-expand, .ec-zipInput input::-ms-expand, .ec-telInput input::-ms-expand {
    border: 0;
    background-color: transparent; }
.ec-input input[disabled], .ec-halfInput input[disabled], .ec-numberInput input[disabled], .ec-zipInput input[disabled], .ec-telInput input[disabled], .ec-input 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-halfInput input,
  fieldset[disabled] .ec-numberInput input,
  fieldset[disabled] .ec-zipInput input,
  fieldset[disabled] .ec-telInput input {
    background-color: #eee;
    opacity: 1; }
.ec-input 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-halfInput input,
  fieldset[disabled] .ec-numberInput input,
  fieldset[disabled] .ec-zipInput input,
  fieldset[disabled] .ec-telInput input {
    cursor: not-allowed; }
.ec-input textarea, .ec-halfInput textarea, .ec-numberInput textarea, .ec-zipInput textarea, .ec-telInput textarea {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.5em 0.75em;
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  height: auto;
  min-height: 8em; }
.ec-input textarea:focus, .ec-halfInput textarea:focus, .ec-numberInput textarea:focus, .ec-zipInput textarea:focus, .ec-telInput textarea:focus {
    border-color: #3c8dbc;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
.ec-input textarea::-moz-placeholder, .ec-halfInput textarea::-moz-placeholder, .ec-numberInput textarea::-moz-placeholder, .ec-zipInput textarea::-moz-placeholder, .ec-telInput textarea::-moz-placeholder {
    color: #ddd;
    opacity: 1; }
.ec-input textarea:-ms-input-placeholder, .ec-halfInput textarea:-ms-input-placeholder, .ec-numberInput textarea:-ms-input-placeholder, .ec-zipInput textarea:-ms-input-placeholder, .ec-telInput textarea:-ms-input-placeholder {
    color: #ddd; }
.ec-input textarea::-webkit-input-placeholder, .ec-halfInput textarea::-webkit-input-placeholder, .ec-numberInput textarea::-webkit-input-placeholder, .ec-zipInput textarea::-webkit-input-placeholder, .ec-telInput textarea::-webkit-input-placeholder {
    color: #ddd; }
.ec-input textarea::-ms-expand, .ec-halfInput textarea::-ms-expand, .ec-numberInput textarea::-ms-expand, .ec-zipInput textarea::-ms-expand, .ec-telInput textarea::-ms-expand {
    border: 0;
    background-color: transparent; }
.ec-input textarea[disabled], .ec-halfInput textarea[disabled], .ec-numberInput textarea[disabled], .ec-zipInput textarea[disabled], .ec-telInput textarea[disabled], .ec-input 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-halfInput textarea,
  fieldset[disabled] .ec-numberInput textarea,
  fieldset[disabled] .ec-zipInput textarea,
  fieldset[disabled] .ec-telInput textarea {
    background-color: #eee;
    opacity: 1; }
.ec-input 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-halfInput textarea,
  fieldset[disabled] .ec-numberInput textarea,
  fieldset[disabled] .ec-zipInput textarea,
  fieldset[disabled] .ec-telInput textarea {
    cursor: not-allowed; }
.ec-input + p, .ec-halfInput + p, .ec-numberInput + p, .ec-zipInput + p, .ec-telInput + p {
  margin: 0.75em 0 0; }
.ec-input + .ec-input, .ec-halfInput + .ec-input, .ec-numberInput + .ec-input, .ec-zipInput + .ec-input, .ec-telInput + .ec-input, .ec-input + .ec-halfInput, .ec-halfInput + .ec-halfInput, .ec-numberInput + .ec-halfInput, .ec-zipInput + .ec-halfInput, .ec-telInput + .ec-halfInput, .ec-input + .ec-numberInput, .ec-halfInput + .ec-numberInput, .ec-numberInput + .ec-numberInput, .ec-zipInput + .ec-numberInput, .ec-telInput + .ec-numberInput, .ec-input + .ec-zipInput, .ec-halfInput + .ec-zipInput, .ec-numberInput + .ec-zipInput, .ec-zipInput + .ec-zipInput, .ec-telInput + .ec-zipInput, .ec-input + .ec-telInput, .ec-halfInput + .ec-telInput, .ec-numberInput + .ec-telInput, .ec-zipInput + .ec-telInput, .ec-telInput + .ec-telInput {
  margin-top: 1rem; }
.ec-input.error input, .error.ec-halfInput input, .error.ec-numberInput input, .error.ec-zipInput input, .error.ec-telInput input, .ec-input.error textarea, .error.ec-halfInput textarea, .error.ec-numberInput textarea, .error.ec-zipInput textarea, .error.ec-telInput textarea {
  border-color: #aa0b00;
  background-color: #FDF1F0; }
/*
テキスト入力フォーム（左右2分割）

姓名など入力フォームが分割されている項目で使用します。

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

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

Markup:
../styleguide/tmpl/3.1.2.html

Styleguide 3.1.2
*/
.ec-halfInput {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap; }
.ec-halfInput > input,
  .ec-halfInput > span.customer-form {
    flex: 0 0 auto;
    width: calc( (100% - 15px ) / 2);
    margin-left: 15px; }
.ec-halfInput > input:first-child,
    .ec-halfInput > span.customer-form:first-child {
      margin-left: 0; }
.ec-halfInput > span.customer-form input {
    width: 100%;
    margin: 0; }
.ec-halfInput .ec-errorMessage {
    flex: 0 0 100%; }
/*
数量ボタン

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

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

Markup:
../styleguide/tmpl/3.1.3.html

Styleguide 3.1.3
*/
.ec-numberInput input[type='number'] {
  width: auto;
  max-width: 5em;
  text-align: center; }
/*
数量ボタン（増減ボタンセット）
*/
.ec-quantityRole {
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  border: solid 1px #ccc; }
.ec-quantityRole .ec-quantityRole__btn {
    width: 3.33rem;
    height: 3.33rem;
    line-height: 3.33rem;
    text-align: center;
    font-size: 1.2em;
    background-color: #f0f0f0;
    cursor: pointer; }
.ec-quantityRole .ec-numberInput {
    height: 3.33rem;
    padding: 0;
    border: none;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc; }
.ec-quantityRole .ec-numberInput input {
      height: 3.33rem;
      border: none;
      width: 3.33rem;
      font-family: "Oswald"; }
/*
郵便番号フォーム

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

Markup:
../styleguide/tmpl/3.1.4.html

Styleguide 3.1.4
*/
.ec-zipInput input {
  display: inline-block;
  width: auto;
  max-width: 8em;
  margin-left: .5em; }
.ec-zipInput > span {
  display: inline-block; }
.ec-zipInputHelp {
  display: inline-block;
  margin-left: 1em; }
.ec-zipInputHelp .ec-zipInputHelp__icon {
    display: none; }
.ec-zipInputHelp a {
    font-size: 12px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    height: 2em;
    border-radius: 3px;
    background-color: #16457e;
    color: #fff;
    padding-left: .5em;
    padding-right: .5em;
    transition: .3s; }
.ec-zipInputHelp a:before {
      font-family: "jeiafont";
      content: "\e901";
      margin-right: .5em;
      padding-right: .5em;
      border-right: solid 1px rgba(255, 255, 255, 0.3); }
.ec-zipInputHelp a:hover {
      text-decoration: none;
      filter: brightness(1.2); }
.ec-zipInput + .ec-select, .ec-zipInput + .ec-birth {
  margin-top: 1em;
  margin-bottom: 1em; }
/*
電話番号ボタン

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

Markup:
../styleguide/tmpl/3.1.5.html

Styleguide 3.1.5
*/
.ec-telInput input {
  max-width: 10em; }
/*
エラーメッセージ

エラー項目にポップアップ形式で表示するタイプにしたいが、.ec-harfInputの場合に2つ目のエラーも左に出てしまう。これを制御するにはTwig側に手をいれないといけないので断念。
普通にエラー項目の下にテキスト表示するに留めます。

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

Markup:
../styleguide/tmpl/3.1.6.html

Styleguide 3.1.6
*/
.ec-errorMessage {
  font-size: 0.9rem;
  margin: .5em 0 0;
  color: #ca0000; }
.ec-errorMessage:before {
    font-family: "jeiafont";
    font-weight: normal;
    content: "\e915";
    font-size: 20px;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 3px; }
/* その他 */
/*
input[type="number"]のスピンボタンを非表示

使用箇所：
利用ポイント、商品数量入力

Styleguide 3.1.90
*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input[type="number"] {
  -moz-appearance: textfield; }
/*
フォーム部品(ラジオ、チェックボックス、セレクト)

ラジオ、チェックボックス、セレクト要素の基本整形をスタイリングします。

Styleguide 3.2
*/
/*
ラジオボタン（横配置）

各要素をlabelでくくって、コーディングします。←マチガイ（ver4.0.2では、input + label の構造になっている様子（全部がそうかは未確認））<br>
input要素をlabelでくくってしまうと独自UIは表示されないので注意

ラジオボタンの独自UIはアイコンフォントを使っています。

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

Markup:
../styleguide/tmpl/3.2.2.html

Styleguide 3.2.2
*/
.ec-radio, .ec-blockRadio {
  margin-top: -0.5em; }
.ec-radio input[type="radio"], .ec-blockRadio input[type="radio"] {
    opacity: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
.ec-radio input[type="radio"] + label, .ec-blockRadio input[type="radio"] + label {
    display: inline-block;
    margin: 0;
    font-size: 1.05rem;
    font-weight: normal;
    line-height: 1;
    margin-right: 1em;
    margin-top: 0.5em; }
.ec-radio input[type="radio"] + label:before, .ec-blockRadio input[type="radio"] + label:before {
      font-family: "jeiafont";
      content: "\e90c";
      font-size: 22px;
      display: inline-block;
      vertical-align: -3px;
      margin-right: 0;
      color: #999;
      transition: .3s; }
.ec-radio input[type="radio"] + label span, .ec-blockRadio input[type="radio"] + label span {
      display: inline-block; }
.ec-radio input[type="radio"]:checked + label:before, .ec-blockRadio input[type="radio"]:checked + label:before {
    font-family: "jeiafont";
    content: "\e90d";
    color: #0049a3; }
.ec-radio input[type="radio"]:focus + label, .ec-blockRadio input[type="radio"]:focus + label {
    /* タブフォーカスを有効にする場合はコメントアウトを解除してください。
  outline: none;
  box-shadow: 0 0 0 1px $input-border-focus;// フォーム部品のfocusカラーを利用
  */ }
.ec-radio.error, .error.ec-blockRadio {
    background-color: #FDF1F0; }
/*
ラジオボタン(縦配置)

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

※ショッピングページ「shopping/index.twig」においてはinputとlabelごとをdiv要素（ブロック要素）でくくる形でコーディングされているためCSSスタイリングせずとも縦配置になる。
一応、このブロック要素がない場合でも縦配置になるスタイリングは準備しておく。

EC-CUBE4標準において`.ec-blockRadio`が使われている箇所はshopping/confirm.twigだけの様子だが（お支払いとポイント）、確認画面ページなので表示要素は1点のみであるし、
またラジオボタンですらないので、厳密にいえばここで`.ec-blockRadio`を使うのはミスではないかと思われる。

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

Markup:
../styleguide/tmpl/3.2.3.html

Styleguide 3.2.3
*/
.ec-blockRadio {
  margin-right: 0;
  margin-top: -1em; }
.ec-blockRadio input[type="radio"] + label {
    display: block;
    margin-right: 0;
    margin-top: 1em; }
/*
チェックボックス （横配置）

各要素をlabelでくくって、コーディングします。←マチガイ<br>
input要素をlabelでくくってしまうと独自UIは表示されないので注意

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

Markup:
../styleguide/tmpl/3.2.4.html

Styleguide 3.2.4
*/
.ec-checkbox, .ec-blockCheckbox {
  margin-top: -0.5em; }
.ec-checkbox input[type="checkbox"], .ec-blockCheckbox input[type="checkbox"] {
    opacity: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
.ec-checkbox input[type="checkbox"] + label, .ec-blockCheckbox input[type="checkbox"] + label {
    display: inline-block;
    margin: 0;
    font-size: 1.05rem;
    font-weight: normal;
    line-height: 1;
    margin-right: 1em;
    margin-top: 0.5em; }
.ec-checkbox input[type="checkbox"] + label:before, .ec-blockCheckbox input[type="checkbox"] + label:before {
      font-family: "jeiafont";
      content: "\e90e";
      font-size: 22px;
      display: inline-block;
      vertical-align: -3px;
      margin-right: 0.2em;
      color: #999;
      transition: .3s; }
.ec-checkbox input[type="checkbox"] + label span, .ec-blockCheckbox input[type="checkbox"] + label span {
      display: inline-block; }
.ec-checkbox input[type="checkbox"]:checked + label:before, .ec-blockCheckbox input[type="checkbox"]:checked + label:before {
    font-family: "jeiafont";
    content: "\e90f";
    color: #0049a3; }
.ec-checkbox input[type="checkbox"]:focus + label, .ec-blockCheckbox input[type="checkbox"]:focus + label {
    /* タブフォーカスを有効にする場合はコメントアウトを解除してください。
  outline: none;
  box-shadow: 0 0 0 1px $input-border-focus;// フォーム部品のfocusカラーを利用
  */ }
.ec-checkbox.error, .error.ec-blockCheckbox {
    background-color: #FDF1F0; }
/* 会員登録の利用規約チェックだけlabelがつけ方が通常のコーディングルールと違うのでCSS側で吸収 */
.ec-registerRole__actions .ec-checkbox input + label, .ec-registerRole__actions .ec-blockCheckbox input + label {
  margin-right: 0; }
/*
チェックボックス (縦配置)

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

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

Markup:
../styleguide/tmpl/3.2.5.html

Styleguide 3.2.5
*/
.ec-blockCheckbox {
  margin-right: 0;
  margin-top: -1em; }
.ec-blockCheckbox input[type="checkbox"] + label {
    display: block;
    margin-right: 0;
    margin-top: 1em; }
/*
セレクトボックス

独自UIを施しています。

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

Markup:
../styleguide/tmpl/3.2.6.html

Styleguide 3.2.6
*/
.ec-select select, .ec-birth select {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.5em 0.75em;
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  width: auto;
  max-width: 100%;
  background-color: #f8f8f8;
  cursor: pointer;
  padding-right: calc(20px + .75em);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
.ec-select select:focus, .ec-birth select:focus {
    border-color: #3c8dbc;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
.ec-select select::-moz-placeholder, .ec-birth select::-moz-placeholder {
    color: #ddd;
    opacity: 1; }
.ec-select select:-ms-input-placeholder, .ec-birth select:-ms-input-placeholder {
    color: #ddd; }
.ec-select select::-webkit-input-placeholder, .ec-birth select::-webkit-input-placeholder {
    color: #ddd; }
.ec-select select::-ms-expand, .ec-birth select::-ms-expand {
    border: 0;
    background-color: transparent; }
.ec-select select[disabled], .ec-birth select[disabled], .ec-select select[readonly], .ec-birth select[readonly],
  fieldset[disabled] .ec-select select,
  fieldset[disabled] .ec-birth select {
    background-color: #eee;
    opacity: 1; }
.ec-select select[disabled], .ec-birth select[disabled],
  fieldset[disabled] .ec-select select,
  fieldset[disabled] .ec-birth select {
    cursor: not-allowed; }
.ec-select select::-ms-expand, .ec-birth select::-ms-expand {
    display: none; }
.ec-select .select_ui, .ec-birth .select_ui {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  position: relative; }
.ec-select .select_ui:after, .ec-birth .select_ui:after {
    font-family: "jeiafont";
    content: "\e913";
    font-size: 16px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: calc(100% - 2px);
    background: #ddd;
    color: #555;
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 0;
    pointer-events: none; }
.ec-select + .ec-select, .ec-birth + .ec-select, .ec-select + .ec-birth, .ec-birth + .ec-birth {
  margin-top: 1rem; }
.ec-select.error select, .error.ec-birth select {
  border-color: #aa0b00;
  background-color: #FDF1F0; }
.ec-select label, .ec-birth label {
  margin: 0; }
.ec-select label + .select_ui, .ec-birth label + .select_ui {
    margin-left: .5em; }
.ec-select__delivery {
  display: block; }
.ec-select__time {
  display: block; }
/*
生年月日選択

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

Markup:
../styleguide/tmpl/3.2.7.html

Styleguide 3.2.7
*/
.ec-birth select {
  padding-left: .5em;
  padding-right: calc(20px + .5em); }
.ec-birth span {
  display: inline-block;
  margin: 0 .5em; }
/*
フォーム部品（ラベル、他）

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

Styleguide 3.3
*/
/*
タイトルラベル

リストレイアウトでのタイトル部分など、会員登録ページでいえば「お名前」の部分のスタイリングになります。

メモ：
フォーム周りのタイトルラベルという位置づけの印象が強いですが、EC-CUBE4では「当サイトについて」や「特商」のページでも使われており、
どちらかというと汎用的なタイトルラベルという使い方なのかもしれません。

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

Markup:
../styleguide/tmpl/3.3.1.html

Styleguide 3.3.1
*/
.ec-label {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  margin: 0;
  color: #222;
  letter-spacing: 0.05em; }
/*
必須ラベル

上記のタイトルラベルに付随する「必須」項目を示す部位になります。

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

Markup:
../styleguide/tmpl/3.3.2.html

Styleguide 3.3.2
*/
.ec-required {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  padding: 0.4em 0.4em;
  background-color: #e2251f;
  color: #fff;
  margin-left: 1em; }
/*
その他の調整

コーディングルールに則っていない（？）部位の調整。<br>
ミスなのか意図的なのかは不明ですがこれまでのフォーム構成（ルール）とは逸れている箇所があり、ミスであるならば本来はTwigを修正すべきですが、
テンプレート的にはTwigの編集は必要以外は極力しないでおきたいですので（バージョンアップの事も考慮しつつ）CSS側で吸収を試みます。

* なるべくピンポイントに働くように、他の部位に影響・汚染の無いよう心掛ける。
* もしバージョンアップでTwigの修正が施された際に悪影響のないようにしておきたい。

Styleguide 3.3.90
*/
/*
ショッピングページ「お客様情報」の変更フォーム

「都道府県」入力欄がここではテキスト入力だが、これを括る要素が.ec-selectとなっておりCSSルールから外れてしまっているので補正

Styleguide 3.3.91
*/
.ec-select .customer-address_pref input, .ec-birth .customer-address_pref input {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.5em 0.75em;
  font-size: 16px;
  line-height: 1.3;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.ec-select .customer-address_pref input:focus, .ec-birth .customer-address_pref input:focus {
    border-color: #3c8dbc;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
.ec-select .customer-address_pref input::-moz-placeholder, .ec-birth .customer-address_pref input::-moz-placeholder {
    color: #ddd;
    opacity: 1; }
.ec-select .customer-address_pref input:-ms-input-placeholder, .ec-birth .customer-address_pref input:-ms-input-placeholder {
    color: #ddd; }
.ec-select .customer-address_pref input::-webkit-input-placeholder, .ec-birth .customer-address_pref input::-webkit-input-placeholder {
    color: #ddd; }
.ec-select .customer-address_pref input::-ms-expand, .ec-birth .customer-address_pref input::-ms-expand {
    border: 0;
    background-color: transparent; }
.ec-select .customer-address_pref input[disabled], .ec-birth .customer-address_pref input[disabled], .ec-select .customer-address_pref input[readonly], .ec-birth .customer-address_pref input[readonly],
  fieldset[disabled] .ec-select .customer-address_pref input,
  fieldset[disabled] .ec-birth .customer-address_pref input {
    background-color: #eee;
    opacity: 1; }
.ec-select .customer-address_pref input[disabled], .ec-birth .customer-address_pref input[disabled],
  fieldset[disabled] .ec-select .customer-address_pref input,
  fieldset[disabled] .ec-birth .customer-address_pref input {
    cursor: not-allowed; }
/*
問い合わせフォーム

問い合わせフォームで、.ec-zipInputHelpが、.ec-zipInputの中ではなく外に出てしまっている

Styleguide 3.3.92
*/
#page_contact .ec-zipInput {
  display: inline-block; }
#page_contact .ec-zipInputHelp + .ec-select, #page_contact .ec-zipInputHelp + .ec-birth {
  margin-top: 1em;
  margin-bottom: 1em; }
/*
アイコン・WEBフォント

EC-CUBE4ではアイコンに[Font Awesome 5](https://fontawesome.com/) を使用しています。<br>
Font Awesome 5 で利用可能なフォント群については、 Font Awesome 5 公式サイト をご確認ください。

当テンプレートではそのほか、独自のWEBフォントと[Google Material Design](https://material.io/" target="_blank">Material Design)を使用しています。

Styleguide 4.1
*/
/*
SVGアイコン

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

使用箇所：
error.twig
Block/search_product.twig
Cart/index.twig
Contact/index.twig
Entry/index.twig
Mypage/change.twig
Mypage/delivery.twig
Mypage/delivery_edit.twig
Mypage/favorite.twig
Mypage/login.twig
Mypage/withdraw.twig
Mypage/withdraw_confirm.twig
Product/detail.twig
Product/list.twig
Shopping/index.twig
Shopping/login.twig
Shopping/nonmember.twig
Shopping/shipping_edit.twig
Shopping/shipping_multiple_edit.twig

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

Markup:
../styleguide/tmpl/4.2.html

Styleguide 4.2
*/
.ec-icon img {
  max-width: 80px;
  max-height: 80px; }
/*
JEIA WEBフォント

当テンプレート用に独自のWEBフォントを使用しています。

WEBフォントの読み込みは__default_frame.twig__のheadの中で行っています。

当テンプレートのWEBフォントには[Apache 2.0ライセンス](http://www.apache.org/licenses/LICENSE-2.0)の
[Google Material Design](https://material.io/" target="_blank">Material Design)のアイコンと、
[FontAwesome](https://fontawesome.com/ target="_blank")のアイコンを含めています。

[アイコンリスト](/html/template/dtJEIA4007/assets/icon/jeiafont/demo.html)

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

Markup:
../styleguide/tmpl/4.3.html

Styleguide 4.3
*/
i.jeiafont {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jeiafont';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle; }
/* アイコン回転 */
i.rotate-90 {
  transform-origin: center center;
  transform: rotate(90deg); }
/* 以下アイコン追加があれば適宜追加 */
.jeia-cart:before {
  content: "\e900"; }
.jeia-search:before {
  content: "\e901"; }
.jeia-arrow:before {
  content: "\e902"; }
.jeia-heart:before {
  content: "\e903"; }
.jeia-heart_fill:before {
  content: "\e904"; }
.jeia-user:before {
  content: "\e905"; }
.jeia-user_fill:before {
  content: "\e906"; }
.jeia-lock:before {
  content: "\e907"; }
.jeia-lock_fill:before {
  content: "\e908"; }
.jeia-cross:before {
  content: "\e909"; }
.jeia-menu:before {
  content: "\e90a"; }
.jeia-more:before {
  content: "\e90b"; }
.jeia-radio:before {
  content: "\e90c"; }
.jeia-radio_checked:before {
  content: "\e90d"; }
.jeia-checkbox:before {
  content: "\e90e"; }
.jeia-checkbox_checked:before {
  content: "\e90f"; }
.jeia-call:before {
  content: "\e910"; }
.jeia-mail:before {
  content: "\e911"; }
.jeia-place:before {
  content: "\e912"; }
.jeia-more_angle:before {
  content: "\e913"; }
.jeia-warning:before {
  content: "\e914"; }
.jeia-error:before {
  content: "\e915"; }
.jeia-add:before {
  content: "\e916"; }
.jeia-remove:before {
  content: "\e917"; }
.jeia-clear:before {
  content: "\e918"; }
.jeia-star:before {
  content: "\e919"; }
.jeia-caret:before {
  content: "\e91a"; }
.jeia-arrow-left:before {
  content: "\e91b"; }
.jeia-arrow_b1:before {
  content: "\e91c"; }
.jeia-arrow_b2:before {
  content: "\e91d"; }
.jeia-truck:before {
  content: "\e91e"; }
.jeia-coins:before {
  content: "\e91f"; }
.jeia-creditcard:before {
  content: "\e920"; }
.jeia-twitter:before {
  content: "\e921"; }
.jeia-facebook:before {
  content: "\e922"; }
.jeia-googleplus:before {
  content: "\e923"; }
.jeia-instagram:before {
  content: "\e924"; }
.jeia-volume-mute:before {
  content: "\e925"; }
.jeia-volume-up:before {
  content: "\e926"; }
.jeia-angleup:before {
  content: "\e927"; }
.jeia-info:before {
  content: "\e928"; }
.jeia-crown:before {
  content: "\e929"; }
.jeia-eye:before {
  content: "\e92a"; }
.jeia-btn:before {
  content: "\e92b"; }
.jeia-fax:before {
  content: "\e92c"; }
.jeia-grid:before {
  content: "\e92d"; }
.jeia-cart2:before {
  content: "\e92e"; }
.jeia-cart3:before {
  content: "\e92f"; }
/*
グリッド

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

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

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

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

使用箇所：
Mypage/login.twig
Product/detail.twig
Shopping/login.twig

Markup:
../styleguide/tmpl/5.1.1.html

Styleguide 5.1.1
*/
.ec-grid2 {
  display: block;
  margin: 0; }
.ec-grid2 .ec-grid2__cell {
    min-height: 1px; }
.ec-grid2 .ec-grid2__cell2 {
    min-height: 1px; }
/*
3分割グリッド

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

使用箇所：
Shopping/login.twig

Markup:
../styleguide/tmpl/5.1.2.html

Styleguide 5.1.2
*/
.ec-grid3 {
  display: block;
  margin: 0; }
.ec-grid3 .ec-grid3__cell {
    min-height: 1px; }
.ec-grid3 .ec-grid3__cell2 {
    min-height: 1px; }
.ec-grid3 .ec-grid3__cell3 {
    min-height: 1px; }
/*
4分割グリッド

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

ex [※使用箇所は無し]

Markup:
../styleguide/tmpl/5.1.3.html

Styleguide 5.1.3
*/
.ec-grid4 {
  display: block;
  margin: 0; }
.ec-grid4 .ec-grid4__cell {
    min-height: 1px; }
/*
6分割グリッド

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

ex [※使用箇所は無し]

Markup:
../styleguide/tmpl/5.1.4.html

Styleguide 5.1.4
*/
.ec-grid6 {
  display: block;
  margin: 0; }
.ec-grid6 .ec-grid6__cell {
    min-height: 1px; }
.ec-grid6 .ec-grid6__cell2 {
    min-height: 1px; }
.ec-grid6 .ec-grid6__cell3 {
    min-height: 1px; }
/*
中央寄せグリッド 10/12

左右にマージンを持つ、中央寄せグリッドを提供します。12分の10グリッドです<br>

※当テンプレートでは、この.ec-off1Gridのスタイリングはオフにしております。
EC-CUBE標準で備わっている機能は殺したくない所ですが、この.ec-off1Gridはデザイン的に外しておきたく、本来であればTwig側で調整すべきですが、
テンプレート的にTwigの編集は必要以外、極力しない方向でいきたいと考えております。

使用箇所：
Contact/index.twig
Contact/confirm.twig
Entry/index.twig
Entry/confirm.twig
Forgot/index.twig
Forgot/reset.twig
Help/about.twig
Help/agreement.twig
Help/privacy.twig
Help/tradelaw.twig
Mypage/change.twig
Mypage/delivery.twig
Mypage/delivery_edit.twig
Shopping/nonmember.twig
Shopping/shipping.twig
Shopping/shipping_edit.twig
Shopping/shipping_multiple_edit.twig

Markup:
../styleguide/tmpl/5.1.5.html

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

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

使用箇所：
Mypage/change_complete.twig
Mypage/login.twig

Markup:
../styleguide/tmpl/5.1.6.html

Styleguide 5.1.6
*/
.ec-off2Grid {
  display: block;
  margin: 0; }
.ec-off2Grid .ec-off2Grid__cell {
    margin: 0; }
/*
中央寄せグリッド 6/12

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

使用箇所：
Cart/index.twig
Contact/complete.twig
Entry/activate.twig
Entry/complete.twig
Forgot/complete.twig
Mypage/withdraw.twig
Mypage/withdraw_confirm.twig
Shopping/complete.twig
Shopping/shopping_error.twig

Markup:
../styleguide/tmpl/5.1.7.html

Styleguide 5.1.7
*/
.ec-off3Grid {
  display: block;
  margin: 0; }
.ec-off3Grid .ec-off3Grid__cell {
    margin: 0; }
/*
中央寄せグリッド 4/12

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

使用箇所：
error.twig
Contact/confirm.twig
Contact/complete.twig
Contact/index.twig
Entry/index.twig
Entry/activate.twig
Entry/complete.twig
Entry/confirm.twig
Forgot/index.twig
Forgot/reset.twig
Mypage/change.twig
Mypage/change_complete.twig
Mypage/delivery_edit.twig
Mypage/withdraw.twig
Mypage/withdraw_complete.twig
Mypage/withdraw_confirm.twig
Shopping/complete.twig
Shopping/complete.twig
Shopping/nonmember.twig
Shopping/shipping.twig
Shopping/shipping_edit.twig
Shopping/shipping_multiple.twig
Shopping/shipping_multiple_edit.twig
Shopping/shopping_error.twig

Markup:
../styleguide/tmpl/5.1.8.html

Styleguide 5.1.8
*/
.ec-off4Grid {
  display: block;
  margin: 0; }
.ec-off4Grid .ec-off4Grid__cell {
    margin: 0; }
/*
グリッドオプション

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

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

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

ex [※使用箇所は無し]

Markup:
../styleguide/tmpl/5.1.10.html

Styleguide 5.1.10
*/
.ec-grid--left {
  justify-content: flex-start; }
/*
グリッドセルの右寄せ

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

ex [※使用箇所は無し]

Markup:
../styleguide/tmpl/5.1.11.html

Styleguide 5.1.11
*/
.ec-grid--right {
  justify-content: flex-end; }
/*
グリッドセルの中央寄せ

.ec-gridに.ec-grid--centerを付与すると内包してるセルを中央寄せにすることができます。（※デフォルトで中央寄せなので不要かと思われる）

ex [※使用箇所は無し]

Markup:
../styleguide/tmpl/5.1.12.html

Styleguide 5.1.12
*/
.ec-grid--center {
  justify-content: center; }
/*
グリッドのタブレット時の挙動を追加

offGridを使う場面とは、メインコンテンツ幅に対して少し幅の狭いブロックでレイアウトデザインを組みたい場面と言えると思います。
（EC-CUBE標準ではメインコンテンツ自体を少し幅を狭めるorr1Gridも多用されておりますが…）
offGridはデスクトップ向けのスタイリングですのでタブレットでは適用されずフル幅になってしまいます。
ここではタブレット時もoffGridのスタイリングが加味されるよう調整しています。

Styleguide 5.1.90
*/
/*
レイアウト

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

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

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

使用箇所：
Mypage/history.twig
Mypage/index.twig
Shopping/confirm.twig
Shopping/index.twig

Markup:
../styleguide/tmpl/5.2.1.html

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

Styleguide 5.2.1
*/
.ec-imageGrid {
  display: flex;
  width: 100%; }
.ec-imageGrid .ec-imageGrid__img {
    flex: 0 0 auto;
    width: 22vw;
    max-width: 120px; }
.ec-imageGrid .ec-imageGrid__img img {
      width: 100%; }
.ec-imageGrid .ec-imageGrid__content {
    flex: 1 1 auto;
    padding-left: 1em; }
.ec-imageGrid .ec-imageGrid__content p {
      font-size: 0.9em;
      margin: 0; }
.ec-imageGrid .ec-imageGrid__content p:first-child {
        font-weight: 700; }
.ec-imageGrid .ec-imageGrid__content p span {
        display: inline-block;
        margin-left: 1em; }
/*
ログイン

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

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

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

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

使用箇所：
Mypage/login.twig
Shopping/login.twig

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

Markup:
../styleguide/tmpl/6.1.1.html

Styleguide 6.1.1
*/
.ec-login .ec-login__icon .ec-icon {
  margin-bottom: 10px;
  text-align: center; }
.ec-login .ec-login__icon .ec-icon img {
    width: 50px;
    height: 50px; }
.ec-login .ec-login__input {
  margin-bottom: 10px; }
.ec-login .ec-login__input input + input {
    margin-top: 1em; }
.ec-login .ec-login__input .ec-checkbox, .ec-login .ec-login__input .ec-blockCheckbox {
    margin-top: 0.5em; }
.ec-login .ec-login__input .ec-checkbox label, .ec-login .ec-login__input .ec-blockCheckbox label {
      font-size: 0.9rem; }
.ec-login .ec-login__link {
  margin-top: .5em; }
.ec-login .ec-login__link a {
    color: inherit;
    padding-top: 2px;
    padding-bottom: 2px;
    position: relative;
    text-decoration: none; }
.ec-login .ec-login__link a:hover {
      text-decoration: none !important; }
.ec-login .ec-login__link a:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #000;
      position: absolute;
      bottom: 0;
      left: 0;
      transform-origin: left bottom;
      transform: scaleX(0);
      transition: transform .3s; }
.ec-login .ec-login__link a:hover:after {
      transform: scaleX(1); }
.ec-login .ec-login__link a:hover {
      text-decoration: underline; }
/*
ゲスト購入

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

使用箇所：
Shopping/login.twig

Markup:
../styleguide/tmpl/6.1.2.html

Styleguide 6.1.2
*/
.ec-guest {
  display: table;
  width: 100%;
  margin-top: 20px;
  padding: 1.5em;
  box-sizing: border-box;
  background: #f0f0f0; }
.ec-guest .ec-guest__inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
.ec-guest .ec-guest__inner p {
      margin-bottom: 1em; }
.ec-guest .ec-guest__actions {
    display: block;
    text-align: center; }
/*
商品掲載アイテムバナー？（使用箇所なし）

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

Styleguide 7.1
*/
/*
検索・一覧表示

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

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

Styleguide 7.2
*/
/*
ページャ

ページャは商品一覧ページ、マイページ注文履歴、お気に入りページで使用されています。

使用箇所：
pager.twig（ブロック）

pager.twigブロックは以下のページからincludeされます。
* Mypage\favorite.twig
* Mypage\index.twig
* Product\list.twig

Markup:
../styleguide/tmpl/7.2.2.html

Styleguide 7.2.2
*/
.ec-pager {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  font-family: "Oswald";
  font-size: 1rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
.ec-pager .ec-pager__item {
    margin: 3px; }
.ec-pager .ec-pager__item a {
      display: block;
      min-width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      padding: 0 0.75em;
      background-color: #c8c8c8;
      color: #fff;
      transition: .2s; }
.ec-pager .ec-pager__item a:hover {
        text-decoration: none;
        background-color: #000; }
.ec-pager .ec-pager__item.is-active a {
      background-color: #000000;
      pointer-events: none; }
.ec-pager .ec-pager__item.item--prev a {
      padding-left: 0.3em; }
.ec-pager .ec-pager__item.item--prev a:before {
        font-family: "jeiafont";
        content: "\e91b";
        margin-right: 0.2em; }
.ec-pager .ec-pager__item.item--next a {
      padding-right: 0.3em; }
.ec-pager .ec-pager__item.item--next a:after {
        font-family: "jeiafont";
        content: "\e902";
        margin-left: 0.2em; }
/*
カート

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

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

Styleguide 7.3
*/
/*
プログレス表示

購入完了までの手順や、現在の進捗状況をプログレス表示します。

使用箇所：
Cart/index.twig
Shopping/index.twig
Shopping/confirm.twig
Shopping/complete.twig
Shopping/nonmember.twig

Markup:
../styleguide/tmpl/7.3.1.html

Styleguide 7.3.1
*/
.ec-progress {
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  padding: 0; }
.ec-progress .ec-progress__item {
    font-family: "Poppins";
    font-size: 1.3rem;
    display: table-cell;
    text-align: center;
    position: relative;
    z-index: 10; }
.ec-progress .ec-progress__item:after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background-color: #ddd;
      position: absolute;
      top: 1em;
      left: 50%;
      transform: translate(0, -50%);
      z-index: -1; }
.ec-progress .ec-progress__item:last-child:after {
      display: none; }
.ec-progress .ec-progress__number {
    background-color: #c8c8c8;
    color: #fff;
    display: inline-block;
    line-height: 2em;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 0.25em; }
.ec-progress .ec-progress__label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.8rem;
    padding: 0;
    line-height: 1.2;
    white-space: nowrap; }
.ec-progress .is-complete .ec-progress__number {
    background-color: #000000; }
.ec-progress .is-complete .ec-progress__label {
    color: #000000; }
/*
EC-CUBEオリジナルの「カートナビゲーション」Styleguide 7.3.5～7.3.7は、Styleguide 11.2.8～11.2.10へ移動
*/
/*
総計

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

使用箇所：
Mypage/history.twig
Shopping/index.twig
Shopping/confirm.twig

Markup:
../styleguide/tmpl/7.3.8.html

Styleguide 7.3.8
*/
.ec-totalBox {
  background-color: #fbfbfb;
  border: solid 1px #ddd;
  padding: 1.5em;
  padding-top: 1em;
  /* 各項目 */
  /* 合計額 */
  /* 合計額：価格 */
  /* 合計額：「税込み」ラベル */
  /* お支払い合計 */
  /* 税率表示 */
  /* ポイント利用 */
  /* ボタンエリア */ }
.ec-totalBox .ec-totalBox__spec {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d6d6d6;
    padding: 0.5em 0.25em;
    margin: 0;
    line-height: 1; }
.ec-totalBox .ec-totalBox__spec dt {
      font-weight: normal; }
.ec-totalBox .ec-totalBox__spec dt .ec-font-bold {
        font-weight: normal; }
.ec-totalBox .ec-totalBox__spec dd {
      text-align: right; }
.ec-totalBox .ec-totalBox__total {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #d6d6d6;
    padding: 0.5em 0.25em;
    line-height: 1;
    font-weight: 500;
    margin: 1em 0 1.5em; }
.ec-totalBox .ec-totalBox__price {
    flex: 1 1 auto;
    font-size: 1.6rem;
    color: #000;
    text-align: right;
    margin-bottom: -3px; }
.ec-totalBox .ec-totalBox__taxLabel {
    margin-left: 5px;
    font-size: 0.85rem;
    font-weight: normal; }
.ec-totalBox .ec-totalBox__paymentTotal {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #d6d6d6;
    padding: 0.5em 0.25em;
    line-height: 1;
    font-weight: 500;
    margin: 1em 0 1.5em; }
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price,
    .ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
      color: #e2251f; }
.ec-totalBox .ec-totalBox__taxRate {
    display: flex;
    justify-content: flex-end;
    margin-bottom: .5em;
    font-size: 0.85rem; }
.ec-totalBox .ec-totalBox__taxRate dt {
      font-weight: normal; }
.ec-totalBox .ec-totalBox__taxRate dd {
      margin-left: 1em; }
.ec-totalBox .ec-totalBox__btn {
    margin-top: 2em; }
.ec-totalBox .ec-totalBox__btn .ec-blockBtn--action {
      margin-bottom: 10px; }
/*
お知らせ（未使用）

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

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

Styleguide 8.1
*/
/*
バナー

※定義なし

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

Styleguide 8.2
*/
/*
マイページ

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

メモ：
マイページのほぼすべてのページ（login.twig, navi.twig以外）において、一番外枠に「ec-layoutRole__main」要素が挿入されています。
「ec-layoutRole__main」は、__default_frame.twig__が出力するフレームですので、「ec-layoutRole__main」が2重になっています。
レイアウトには全く影響はないのでスルーしておいてもいいとは思いますが、一応…

「ec-layoutRole__main」は1カラムレイアウト時に出力されるフレームで、2～3カラム時は別のフレームが出力されます。
2～3カラム時は、そのメインカラムの中で1カラム用「ec-layoutRole__main」が入る形になりますが、デザインレイアウト上の問題はありません。
気になる場合はマイページに挿入された「ec-layoutRole__main」を削除するといいと思います。（時期バージョンで解消希望）

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

Styleguide 9.1
*/
/*
マイページ メニューナビ

マイページで表示するメニューナビです。

スマホ時はこのメニューナビを非表示にしています。
代わりに、MENUボタンを配置しそのボタンによりドロワーをOPEN、ドロワー内にマイページのメニューが含まれています。

※スマホ用MENUボタンはjsで生成して挿入するようにしていますが、navi.twigにHTML記述しておいてもいいかもしれません。

使用箇所：
Mypage/navi.twig

Markup:
../styleguide/tmpl/9.1.1.html

Styleguide 9.1.1
*/
.ec-navlistRole {
  font-size: 1rem;
  margin-bottom: 1em; }
.ec-navlistRole .ec-navlistRole__navlist {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: .933rem;
    display: flex;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 1em;
    margin-bottom: 1em; }
.ec-navlistRole .ec-navlistRole__item {
    property: 27.5%, 72.5%;
    border-left: solid 1px transparent;
    border-image-width: 0 0 0 1px;
    -o-border-image: linear-gradient(to top, transparent 27.5%, #ccc 27.5%, #ccc 72.5%, transparent 72.5%);
       border-image: linear-gradient(to top, transparent 27.5%, #ccc 27.5%, #ccc 72.5%, transparent 72.5%);
    border-image-slice: 1;
    transition: .2s; }
.ec-navlistRole .ec-navlistRole__item:first-child, .ec-navlistRole .ec-navlistRole__item:hover,
    .ec-navlistRole .ec-navlistRole__item:hover + li, .ec-navlistRole .ec-navlistRole__item.active,
    .ec-navlistRole .ec-navlistRole__item.active + li {
      -o-border-image: linear-gradient(to top, transparent 0%, transparent 100%);
         border-image: linear-gradient(to top, transparent 0%, transparent 100%); }
.ec-navlistRole .ec-navlistRole__item a {
      display: block;
      color: inherit;
      padding: .65em 1em;
      text-align: center;
      transition: .3s; }
.ec-navlistRole .ec-navlistRole__item a:hover {
        text-decoration: none;
        background-color: #eee; }
.ec-navlistRole .ec-navlistRole__item.active a {
      background-color: #333;
      color: #fff; }
.ec-navlistRole .mypageMenuBtn {
    display: none; }
/*
Welcome メッセージ

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

使用箇所：
Mypage/navi.twig

Markup:
../styleguide/tmpl/9.1.3.html

Styleguide 9.1.3
*/
.ec-welcomeMsg {
  margin-bottom: 2em;
  margin-left: -1em;
  font-size: .933rem; }
.ec-welcomeMsg p {
    display: inline-block;
    margin: 0;
    margin-left: 1em; }
/*
マイページ：注文履歴一覧

→ _16.1.history.scss
*/
/*
マイページ：お気に入り一覧

使用箇所：
Mypage/favorite.twig

Markup:
../styleguide/tmpl/9.1.4.html

Styleguide 9.1.4
*/
.ec-favoriteRole .ec-favoriteRole__header {
  margin-bottom: 1em; }
.ec-favoriteRole .ec-favoriteRole__itemList {
  list-style: none;
  margin: 0;
  padding: 0; }
.ec-favoriteRole .ec-favoriteRole__item {
  position: relative; }
.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle {
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 9; }
.ec-favoriteRole .ec-favoriteRole__item-image {
    margin: 0; }
.ec-favoriteRole .ec-favoriteRole__item-image img {
      width: 100%;
      height: auto; }
.ec-favoriteRole .ec-favoriteRole__itemThumb {
  display: block;
  display: block;
  overflow: hidden;
  /* HTML構造によってはIE11でちらつく事があるので保険 */ }
.ec-favoriteRole .ec-favoriteRole__itemThumb * {
    overflow: hidden; }
.ec-favoriteRole .ec-favoriteRole__itemThumb img {
    transition: .6s; }
.ec-favoriteRole .ec-favoriteRole__itemThumb:hover img {
    transform: scale(1.1);
    filter: brightness(1.05); }
.ec-favoriteRole .ec-favoriteRole__itemTitle {
  margin: 0;
  margin-top: .5em;
  font-weight: 700; }
.ec-favoriteRole .ec-favoriteRole__itemPrice {
  margin: 0; }
/*
レイアウトフレーム

管理画面のレイアウト管理のブロック配置をレイアウトするスタイリングです。

「.ec-layoutRole」下層の各レイアウトフレームについて定義しています。

* .ec-layoutRole
* .ec-layoutRole\_\_contentTop
* .ec-layoutRole\_\_contents
* .ec-layoutRole\_\_main
* .ec-layoutRole\_\_mainWithColumn
* .ec-layoutRole\_\_mainBetweenColumn
* .ec-layoutRole\_\_left
* .ec-layoutRole\_\_right

Styleguide 11.1
*/
.ec-layoutRole {
  width: 100%;
  transition: transform 0.3s;
  background: transparent; }
.ec-layoutRole .ec-layoutRole__contentTop {
    padding: 0; }
.ec-layoutRole .ec-layoutRole__contents {
    width: 100%; }
.ec-layoutRole .ec-layoutRole__main {
    width: 100%; }
/*
レイアウトフレーム（2～3カラム）

当テンプレートは1カラムデザインとなっており、2～3カラムレイアウトは使っておりませんが、
別レイアウトの追加や、またカスタマイズが可能なように定義は準備してあります。

左カラム・右カラムに配置されたブロックは、EC-CUBE4ではモバイル時は（スマホ・タブレット時）非表示扱いのようですが、
当テンプレートではメインフレームの下に配置するようにしてあります。

Styleguide 11.1.1
*/
/*
.ec-layoutRole {

  @include media_sphone {
    & &__contents {
      display: flex;
      flex-flow: row wrap;
    }

    & &__mainWithColumn,
    & &__mainBetweenColumn {
      order: 1;
      width: 100%;
      max-width: 100%;
    }

    & &__left,
    & &__right {
      order: 2;
      width: 100%;
      max-width: 100%;
      margin-top: $padding-sphone;
      padding-left: $padding-sphone;
      padding-right: $padding-sphone;
    }

    & &__right {
      order: 3;
    }
  }

  @include media_tablet {
    & &__contents {
      display: flex;
      flex-flow: row wrap;
    }

    & &__mainWithColumn,
    & &__mainBetweenColumn {
      order: 1;
      width: 100%;
      max-width: 100%;
    }

    & &__left,
    & &__right {
      order: 2;
      width: 100%;
      max-width: 100%;
      margin-top: $padding-tablet;
      padding-left: $padding-tablet;
      padding-right: $padding-tablet;
    }

    & &__right {
      order: 3;
    }
  }

  @include media_desktop {
    & &__contents {
      display: flex;
      flex-flow: row wrap;
    }

    & &__mainWithColumn {
      order: 2;
      width: 75%;
      max-width: 75%;// for IE11
    }

    & &__mainBetweenColumn {
      order: 2;
      width: 50%;
      max-width: 50%;// for IE11
    }

    & &__left {
      order: 1;
      flex: 0 0 25%;
      max-width: 25%;// for IE11

      box-sizing: border-box;
      padding-left: $padding-desktop;
    }
    
    & &__right {
      order: 3;
      flex: 0 0 25%;
      max-width: 25%;// for IE11

      box-sizing: border-box;
      padding-right: $padding-desktop;
    }
  }
}
*/
/*
汎用コンテナ

汎用的なコンテナブロックです。

mixin「コンテナ」を@includeしています。
mixin「コンテナ」は、コンテナ自体のmax-width、左右余白などブロックスタイルの共通スタイリングを施しています。
各セクションの左右余白の統一感はコンテナによってもたらされます。

背景色をブラウザ幅フルに敷く場合は「max-width:100%;」上書きしておいて、コンテナの中にinner的要素を設けてそちらで改めてmax-widthを指定します。

Styleguide 11.1.2
*/
.ec-role {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px; }
/*
マイページコンテナ

マイページ専用のコンテナブロックです。

※当テンプレートでは汎用コンテナと同一です。

Styleguide 11.1.3
*/
.ec-mypageRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px; }
/*
その他コンテナ

その都度、セクションごとに「@include container;」してコンテナ化させています。
上記、マイページコンテナもマイページ定義のscss側に移動したほうがいいかとも思います。

Styleguide 11.1.4
*/
/*
ヘッダー＆ドロワー

Styleguide 11.2
*/
/*
ヘッダーフレーム構造

まずはヘッダーのフレーム構造について定義しています。
ヘッダーは横2列のフレーム構造になっております。

ヘッダー左フレーム
* ドロワー開閉ボタン（スマホ・タブレット時のみ表示）
* ヘッダータイトル
* ヘッダーナビ

ヘッダー右フレーム
* ヘッダーメニュー

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

Markup:
../styleguide/tmpl/11.2.2.html

Styleguide 11.2.2
*/
.ec-layoutRole__header {
  background-color: #ffffff; }
/* .ec-headerRole フレーム構造（左右2分割） */
.ec-headerRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px;
  max-width: 100%;
  display: flex;
  justify-content: space-between; }
.ec-headerRole .ec-headerRole__left {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
.ec-headerRole .ec-headerRole__right {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
/*
ヘッダーナビ

sg-wrapper:
<div class="ec-layoutRole__header">
  <div class="ec-headerRole">
    <div class="ec-headerRole__center">
      <sg-wrapper-content/>
    </div>
  </div>
</div>

Markup:
../styleguide/tmpl/11.2.3.html

Styleguide 11.2.3
*/
.ec-headerNav {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  color: #444; }
.ec-headerNav__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    /* サブメニュー枠組み */ }
.ec-headerNav__item:last-child {
      margin-right: 0; }
.ec-headerNav__item > a {
      display: block;
      color: inherit;
      padding-top: 2px;
      padding-bottom: 2px;
      position: relative;
      text-decoration: none; }
.ec-headerNav__item > a:hover {
        text-decoration: none !important; }
.ec-headerNav__item > a:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #444;
        position: absolute;
        bottom: 0;
        left: 0;
        transform-origin: left bottom;
        transform: scaleX(0);
        transition: transform .3s; }
.ec-headerNav__item > a:hover:after {
        transform: scaleX(1); }
.ec-headerNav__item.has-submenu {
      position: relative; }
.ec-headerNav__item.has-submenu .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        width: auto;
        min-width: 300px;
        padding-top: 14px;
        /*くちばし分の余白*/
        pointer-events: none;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        transform: translate3d(0, -15px, 0);
        transition: .2s; }
.ec-headerNav__item.has-submenu .submenu__body {
          background-color: #fff;
          color: #000;
          padding: 15px;
          filter: drop-shadow(0 0 1px #ddd) drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
          position: relative;
          /* くちばし */ }
.ec-headerNav__item.has-submenu .submenu__body:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            bottom: 100%;
            left: 15px;
            border: solid 10px transparent;
            border-bottom-color: #fff; }
.ec-headerNav__item.has-submenu:hover .submenu {
        visibility: visible;
        opacity: 1;
        transform: translate3d(0, 0, 0);
        pointer-events: auto; }
/* サブメニュー内容（カテゴリツリー） */
.ec-categoryTree {
  font-size: 0.933rem;
  margin: 0;
  padding: 0;
  list-style-type: none; }
.ec-categoryTree li {
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #eee;
    white-space: nowrap;
    position: relative; }
.ec-categoryTree li a {
      display: block;
      line-height: 1;
      padding: 1em .5em;
      transition: .2s;
      color: inherit; }
.ec-categoryTree li a:hover {
        text-decoration: none;
        background-color: #f0f1f2; }
.ec-categoryTree li ul.child {
      margin: 0;
      padding: 0;
      list-style-type: none;
      min-width: 10em;
      position: absolute;
      top: .5em;
      left: calc(100% - .5em);
      background-color: #fff;
      color: inherit;
      padding: 15px;
      z-index: 9;
      border: solid 1px #ddd;
      visibility: hidden;
      opacity: 0;
      transition: .2s; }
.ec-categoryTree li:hover > ul.child {
      visibility: visible;
      opacity: 1; }
/*
ドロワー開閉ボタン

ドロワー開閉ボタンはスマホ・タブレット時に表示されます。

Markup:
../styleguide/tmpl/11.2.4.html

Styleguide 11.2.4
*/
/* ドロワーボタン（サイドメニュー開閉ボタン） */
.ec-drawerButton {
  display: block;
  cursor: pointer;
  position: relative; }
.ec-drawerButton .burger {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #666;
    position: relative;
    top: 50%;
    text-indent: -9999px;
    transition: .3s;
    /* ドロワー（サイドメニュー）表示時 */ }
.ec-drawerButton .burger:before, .ec-drawerButton .burger:after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background-color: #666;
      position: absolute;
      left: 0;
      transition: .3s; }
.ec-drawerButton .burger:before {
      top: -8px; }
.ec-drawerButton .burger:after {
      bottom: -8px; }
body.have_curtain .ec-drawerButton .burger {
      background-color: transparent; }
body.have_curtain .ec-drawerButton .burger:before {
        top: 0;
        transform: rotate(225deg); }
body.have_curtain .ec-drawerButton .burger:after {
        bottom: 0;
        transform: rotate(135deg); }
/*
ヘッダータイトル

sg-wrapper:
<div class="ec-layoutRole__header">
  <div class="ec-headerRole">
    <div class="ec-headerRole__left">
      <sg-wrapper-content/>
    </div>
  </div>
</div>

Markup:
../styleguide/tmpl/11.2.5.html

Styleguide 11.2.5
*/
.ec-headerTitle {
  display: block;
  /* 
   * デスクトップ時はページスクロールされるとヘッダー高さを縮小させますので、縮小に伴い、
   * ヘッダーロゴ画像が連動して縮小されるように高さに合わせて幅が変動するように準備します。（※ヘッダー縮小の挙動スタイリングは当scssの最後の方で記述しています）
   * ロゴ画像自体の高さ（Sass変数）をmax-heightに設定しておき、ロゴ画像がそれ以上大きくならないようにしています。
   *
   * ロゴ画像のデザインにもよりますが、モバイル時のロゴの収まりも優先して画像生成して、デスクトップ時はそれに合わせて調整（上下中央配置）できた方がいいと思います。
   */ }
.ec-headerTitle a {
    transition: .3s; }
.ec-headerTitle a:hover {
      opacity: 0.8; }
/*
ヘッダーメニュー

ヘッダーメニューは、会員登録、ログインや、商品検索、カートといったユーザメニューで構成されています。
またマウスオーバーでボタンガイド的なポップアップが表示されるようにしています。

sg-wrapper:
<div class="ec-layoutRole__header">
  <div class="ec-headerRole">
    <div class="ec-headerRole__right">
      <sg-wrapper-content/>
    </div>
  </div>
</div>

Markup:
../styleguide/tmpl/11.2.6.html

Styleguide 11.2.6
*/
.ec-headerMenu {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #444; }
.ec-headerMenu .ec-headerMenu__item {
    padding: 0;
    /* スマホ時に非表示とするボタン */
    /* 最後のitemは右余白を除去 */ }
.ec-headerMenu .ec-headerMenu__item > a {
      display: block;
      color: inherit;
      line-height: 1;
      padding: 7px 7px;
      border-radius: 18px;
      border: solid 1px transparent;
      transition: .2s; }
.ec-headerMenu .ec-headerMenu__item > a:hover {
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.07); }
.ec-headerMenu .ec-headerMenu__item:last-child {
      padding-right: 0; }
.ec-headerMenu .ec-headerMenu__itemIcon {
    font-size: 20px; }
.ec-headerMenu .ec-headerMenu__itemText {
    line-height: 20px; }
/* ポップアップ */
.ec-headerMenu .ec-headerMenu__item.has-popup {
  position: relative; }
.ec-headerMenu .ec-headerMenu__item.has-popup:hover .ec-headerMenu__itemPopup {
    visibility: visible;
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
    pointer-events: auto; }
.ec-headerMenu .ec-headerMenu__itemPopup {
  position: absolute;
  top: 100%;
  left: 50%;
  width: auto;
  min-width: 200px;
  padding-top: 15px;
  /*くちばし分の余白*/
  pointer-events: none;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(-50%, -15px, 0);
  transition: .2s; }
.ec-headerMenu .ec-headerMenu__itemPopup .itemPopupInner {
    background-color: #fff;
    color: #000;
    padding: 20px;
    text-align: center;
    white-space: nowrap;
    filter: drop-shadow(0 0 1px #ddd) drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    position: relative;
    /* くちばし */ }
.ec-headerMenu .ec-headerMenu__itemPopup .itemPopupInner:after {
      content: "";
      width: 0;
      height: 0;
      border: solid 10px transparent;
      border-bottom-color: #fff;
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%); }
/*
商品検索ボックス

ヘッダーメニューにある虫眼鏡ボタンをクリックする事で表示される商品検索ボックスのコンポーネントです。

※当テンプレートでは商品検索ボックスはヘッダーのみに実装する考えです。モバイル時でも検索ボックスの開閉ボタンがヘッダーに常駐します。

sg-wrapper:
<div class="ec-layoutRole__header">
  <div class="ec-headerRole">
    <div class="__ec-headerRole__right">
      <div class="ec-headerMenu">
        <sg-wrapper-content/>
      </div>
    </div>
  </div>
</div>

Markup:
../styleguide/tmpl/11.2.7.html

Styleguide 11.2.7
*/
.ec-headerSearch {
  /* 検索ボックス開閉ボタン */
  /* 検索ボックス全体枠 */
  /* 検索ボックス：カテゴリ&入力欄 レイアウト枠 */
  /* 検索ボックス：カテゴリ選択 */
  /* 検索ボックス：入力欄 */
  /* 検索ボタン */ }
.ec-headerSearch .ec-headerSearch__wrap {
    display: flex;
    align-items: center;
    background-color: #ccc;
    padding: 5px; }
.ec-headerSearch .ec-headerSearch__category {
    margin-right: 1px; }
.ec-headerSearch .ec-headerSearch__category .ec-select, .ec-headerSearch .ec-headerSearch__category .ec-birth {
      margin: 0; }
.ec-headerSearch .ec-headerSearch__category .ec-select .select_ui:after, .ec-headerSearch .ec-headerSearch__category .ec-birth .select_ui:after {
        display: none; }
.ec-headerSearch .ec-headerSearch__category .ec-select .select_ui select, .ec-headerSearch .ec-headerSearch__category .ec-birth .select_ui select {
        display: block;
        font-size: 13px;
        height: 40px;
        padding: 5px 0.7em !important;
        background-color: #fff;
        border: none; }
.ec-headerSearch .ec-headerSearch__keyword {
    flex: 1 1 auto;
    position: relative; }
.ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
      border: none;
      margin: 0;
      border-radius: 0;
      font-size: 16px;
      height: 40px;
      padding-left: 0.5em;
      padding-right: 40px; }
.ec-headerSearch .ec-headerSearch__keywordBtn {
    border: none;
    background: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #555; }
/*
ヘッダーメニューに設置した商品検索コンポーネントのスタイリング
「商品検索ブロック」はレイアウト管理でドロワー内にも設置可能なので、お互いにスタイリングが汚染影響しないようヘッダーメニュー内に限定したスタイリングを施す
*/
.ec-headerMenu {
  /* 検索ボックス全体枠 */ }
.ec-headerMenu .ec-headerSearch__body {
    position: absolute;
    top: 100%;
    z-index: 998;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, -15px, 0);
    transition: .3s; }
.ec-headerMenu .ec-headerSearch__body.is-active {
      visibility: visible;
      opacity: 1;
      transform: translate3d(0, 0, 0); }
/*
ドロワー内に設置した商品検索コンポーネントのスタイリング
※当テンプレートでは商品検索はヘッダーのみの仕様ですが、一応、ドロワー用スタイリングも最低限なものを用意しています。
*/
/*
.ec-drawerRole {
  .ec-headerSearch {
    padding: 20px 0; 

    .ec-headerSearch__button {
        display: none;
    }
    // 検索ボックス全体枠
    .ec-headerSearch__body {
    }
    .ec-headerSearch__wrap {
      flex-flow: column;
      align-items: flex-start;
      padding: 0;
      background: none;
      //padding: 10px;
      //background-color: #555;
    }
    .ec-headerSearch__category {
      margin: 0;
      margin-bottom: 5px;
      width: 100%;

      select {
        width: 100%;
      }
    }
    .ec-headerSearch__keyword {
      width: 100%;
    }
  }
}
*/
/*
カートナビゲーション

カートインがあればカートアイコンに数量をバッジ表示します。
カートボタンにマウスオーバーでカートナビゲーション（カート内容詳細）を表示します。

sg-wrapper:
<div class="ec-layoutRole__header">
  <div class="ec-headerRole">
    <div class="ec-headerRole__right">
      <div class="ec-headerMenu">
        <sg-wrapper-content/>
      </div>
    </div>
  </div>
</div>

Markup:
../styleguide/tmpl/11.2.8.html

Styleguide 11.2.8
*/
.ec-cartNavi {
  position: relative;
  /* カート数バッジ */
  /* カート内容詳細ポップアップ枠組み */ }
.ec-cartNavi .ec-cartNavi__badge {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    font-size: 10px;
    line-height: 1;
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    background-color: #f55;
    color: #fff;
    pointer-events: none;
    position: absolute;
    top: 0px;
    right: 0px; }
.ec-cartNavi .ec-cartNavi__body {
    position: absolute;
    top: 100%;
    right: 0;
    width: 320px;
    display: inline-block;
    padding-top: 14px;
    /*くちばし分の余白*/
    pointer-events: none;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, -15px, 0);
    transition: .2s; }
.ec-cartNavi .ec-cartNavi__body .ec-cartNaviWrap {
      background-color: #fff;
      color: #000;
      padding: 20px;
      filter: drop-shadow(0 0 1px #ddd) drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
      position: relative;
      /* くちばし */ }
.ec-cartNavi .ec-cartNavi__body .ec-cartNaviWrap:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        bottom: 100%;
        right: 10px;
        border: solid 10px transparent;
        border-bottom-color: #fff; }
.ec-cartNavi:hover .ec-cartNavi__body {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    pointer-events: auto; }
/*
カートナビゲーションのポップアップ(カートイン在り)

カートに商品が追加されている場合のカートナビゲーションのスタイリングです。

sg-wrapper:
<div class="ec-cartNavi">
  <div class="ec-cartNavi__body" style="position:static;visibility:visible; opacity:1;">
    <div class="ec-cartNaviWrap">
      <sg-wrapper-content/>
    </div>
  </div>
</div>

Markup:
../styleguide/tmpl/11.2.9.html

Styleguide 11.2.9
*/
.ec-cartNaviIsset {
  font-size: 13px;
  /* 商品画像 */
  /* カート削除ボタン */
  /* 商品詳細 */
  /* 商品名 */
  /* 商品規格 */
  /* 商品価格 */ }
.ec-cartNaviIsset .ec-cartNaviIsset__cart {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #eee; }
.ec-cartNaviIsset .ec-cartNaviIsset__cartImage {
    flex: 0 0 90px;
    order: 2;
    position: relative; }
.ec-cartNaviIsset .ec-cartNaviIsset__cartImage > a {
      display: block; }
.ec-cartNaviIsset .ec-cartNaviIsset__cartDelete a {
    position: absolute;
    top: -10px;
    right: -10px; }
.ec-cartNaviIsset .ec-cartNaviIsset__cartDelete a:after {
      font-family: "jeiafont";
      content: "\e918";
      display: block;
      width: 20px;
      height: 20px;
      line-height: 20px;
      font-size: 14px;
      text-align: center;
      border-radius: 50%;
      background-color: #fff;
      color: #333;
      border: solid 1px #aaa;
      box-sizing: border-box;
      cursor: pointer;
      transform: translate3d(0, 0, 0);
      transition: .2s; }
.ec-cartNaviIsset .ec-cartNaviIsset__cartDelete a:hover:after {
      text-decoration: none;
      transform: translate3d(0, 1px, 0);
      box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3); }
.ec-cartNaviIsset .ec-cartNaviIsset__cartDelete a:hover {
      text-decoration: none; }
.ec-cartNaviIsset .ec-cartNaviIsset__cartContent {
    flex: 0 1 auto;
    order: 1;
    padding-right: 10px; }
.ec-cartNaviIsset .ec-cartNaviIsset__cartContentTitle {
    margin-bottom: 0.5em;
    font-weight: 700; }
.ec-cartNaviIsset .ec-cartNaviIsset__cartContentClass {
    margin: 0;
    margin-left: 10px;
    margin-bottom: 0.5em;
    font-size: 0.85em; }
.ec-cartNaviIsset .ec-cartNaviIsset__cartContentPrice {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px; }
.ec-cartNaviIsset .ec-cartNaviIsset__cartContentPrice .price {
      display: inline-block; }
.ec-cartNaviIsset .ec-cartNaviIsset__cartContentPrice .tax {
      display: inline-block;
      font-size: 0.85em; }
.ec-cartNaviIsset .ec-cartNaviIsset__cartContentPrice .quantity {
      display: inline-block;
      margin-left: 10px; }
.ec-cartNaviIsset .ec-cartNaviIsset__TotalPrice {
    margin: 0;
    display: flex;
    justify-content: space-between;
    font-size: 1.1em;
    font-weight: 500; }
.ec-cartNaviIsset .ec-cartNaviIsset__TotalPrice dt {
      font-weight: inherit; }
.ec-cartNaviIsset .ec-cartNaviIsset__action {
    margin-top: 30px; }
.ec-cartNaviIsset .ec-cartNaviIsset__action .ec-blockBtn--action {
      background-color: #000;
      color: #fff;
      border: none; }
/*
カートナビゲーションのポップアップ(カートイン無し)

カートが空の状態でのカートナビゲーションのスタイリングです。

sg-wrapper:
<div class="ec-cartNavi">
  <div class="ec-cartNavi__body" style="position:static;visibility:visible; opacity:1;">
    <div class="ec-cartNaviWrap">
      <sg-wrapper-content/>
    </div>
  </div>
</div>

Markup:
../styleguide/tmpl/11.2.10.html

Styleguide 11.2.10
*/
.ec-cartNaviNull {
  font-size: 13px; }
.ec-cartNaviNull .ec-cartNaviNull__message {
    text-align: center; }
.ec-cartNaviNull .ec-cartNaviNull__message p {
      margin: 0; }
/*
ドロワー

スマホ・タブレット時に出現するドロワー（サイドメニュー）コンポーネントです。

ここではドロワーの枠組みを定義しています。
EC-CUBE標準ではドロワーOPEN時はドロワー閉ボタンも表示されますが当テンプレートではヘッダーにあるドロワー開閉ボタンがありますので他の閉ボタンは排除しています。

ドロワーOPEN時にはページコンテンツを暗くするカーテンが表示されます。またその際、ページコンテンツをぼかすエフェクトを追加しています
※デバイス幅がドロワー最大幅を超えると（420px以上）コンテンツが見えてきます。不要なら削除してください。

sg-wrapper:
<div style="position:static">
  <sg-wrapper-content/>
</div>

Markup:
../styleguide/tmpl/11.2.11.html

Styleguide 11.2.11
*/
.ec-drawerRole {
  position: fixed;
  width: 100%;
  max-width: 420px;
  left: 0;
  z-index: 1000;
  box-sizing: border-box;
  overflow-y: scroll;
  background-color: #f4f4f4;
  color: #444;
  visibility: hidden;
  transform: translate3d(-100%, 0, 0);
  transition: .3s;
  /* 当テンプレートではヘッダーが上部固定でありヘッダー内のドロワー開閉ボタンを活かしたいので、ドロワーをヘッダーの高さ分だけ短くしておきます */ }
.ec-drawerRole.is-active {
    visibility: visible;
    transform: translate3d(0, 0, 0); }
/* ドロワー閉ボタン（※不使用） */
.ec-drawerRoleClose {
  display: none; }
/* ドロワー背景カーテン */
.ec-overlayRole {
  position: fixed;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  opacity: 0;
  transition: .4s;
  /* ドロワー同様、背景カーテンもヘッダーの高さ分だけ短くしておきます */
  /* 表示状態 */ }
.have_curtain .ec-overlayRole {
    visibility: visible;
    opacity: 1; }
/* 背景下のページコンテンツをぼかす（不要なら削除） */
.ec-layoutRole > *:not(.ec-layoutRole__header) {
  transition: .4s; }
.have_curtain .ec-layoutRole > *:not(.ec-layoutRole__header) {
    filter: blur(3px); }
/*
ドロワーメニュー

ドロワーの中身をこちらでスタイリングしています。
中身のコンテンツはブロック「ログインナビ（SP)」（login_sp.twig）になります。このブロックの中にすべてのコンテンツを記述しています。

EC-CUBE標準だと検索、カテゴリ、各メニューがそれぞれブロックで分離されておりますが、当テンプレートではブロック1つで実装する形にしています。

Styleguide 11.2.12
*/
.ec-drawerMenu {
  font-size: 0.9285rem;
  /*
  カテゴリ折り畳み表示
  商品カテゴリとマイページカテゴリにて使用
  */
  /* ドロワーフッターナビ */ }
.ec-drawerMenu .ec-drawerMenu__item {
    border-bottom: dotted 1px rgba(0, 0, 0, 0.4); }
.ec-drawerMenu .ec-drawerMenu__item a {
      display: block;
      padding: 0.75em 0;
      padding-right: 2em;
      color: inherit;
      position: relative; }
.ec-drawerMenu .ec-drawerMenu__itemIcon {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    margin-left: 5px; }
.ec-drawerMenu .ec-drawerMenu__itemBadge {
    display: inline-block;
    font-size: 10px;
    line-height: 1.6em;
    width: 1.6em;
    height: 1.6em;
    text-align: center;
    border-radius: 50%;
    background-color: #f55;
    color: #fff;
    font-family: "Poppins", "Noto Sans JP", sans-serif;
    pointer-events: none; }
.ec-drawerMenu .ec-drawerMenu__item.has-category {
    position: relative; }
.ec-drawerMenu .ec-drawerMenu__category ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
.ec-drawerMenu .ec-drawerMenu__category ul li {
      margin: 0;
      padding: 0; }
.ec-drawerMenu .ec-drawerMenu__category ul li a {
        display: block;
        padding: .5em 0;
        padding-right: 2em;
        color: inherit; }
.ec-drawerMenu .ec-drawerMenu__category ul li.has-child {
        position: relative; }
.ec-drawerMenu .ec-drawerMenu__category ul.parent {
    display: none;
    margin-bottom: 1em; }
.ec-drawerMenu .ec-drawerMenu__category ul.parent > li > a:before {
      font-family: "jeiafont";
      content: "\e91a";
      color: #666; }
.ec-drawerMenu .ec-drawerMenu__category ul.child {
    margin-left: .75em;
    padding-left: .75em;
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    display: none; }
.ec-drawerMenu .ec-drawerMenu__category .categoyOpenBtn:after {
    font-family: "jeiafont";
    content: "\e902";
    font-size: 1em;
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    cursor: pointer;
    text-align: center;
    position: absolute;
    top: 0.5em;
    right: 0;
    transition: .2s; }
.ec-drawerMenu .ec-drawerMenu__category .categoyOpenBtn.is-open:after {
    transform: rotate(90deg); }
.ec-drawerMenu.footerNav {
    margin-top: 20px; }
/*
ヘッダーの挙動

__ヘッダー挙動 その１__

当テンプレートではヘッダーをページ上部に固定させる仕様となっております。
ヘッダーを固定しますので、.ec-layoutRoleに上部余白を設けておく必要があります。

またデスクトップ時はページスクロールが発生するとヘッダーの高さを縮小させます。

__ヘッダー挙動 その２__

デスクトップ時のみの挙動ですが、
トップページ以外ではヘッダーの背景色は、ドロワーと同じ色になります。
トップページでは、最初はヘッダーは透過背景となりトッププロモーションと被る形となりますが、スクロール発生で背景色が敷かれます。

以下、挙動ごとにスタイリングを施します。

Styleguide 11.2.90
*/
/*
ヘッダー挙動 その１

当テンプレートではヘッダーをページ上部に固定させる仕様となっております。
ヘッダーを固定しますので、.ec-layoutRoleに上部余白を設けておく必要があります。

またデスクトップ時はページスクロールが発生するとヘッダーの高さを縮小させます。

Styleguide 11.2.91
*/
.ec-layoutRole .ec-layoutRole__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001; }
/*
ヘッダー挙動 その２

デスクトップ時のみの挙動ですが、
トップページ以外ではヘッダーの背景色は、ドロワーと同じ色になります。
トップページでは、最初はヘッダーは透過背景となりトッププロモーションと被る形となりますが、スクロール発生で背景色が敷かれます。

Styleguide 11.2.92
*/
/*
フッター

全ページで使用されるフッターのプロジェクトコンポーネントです。

※ページコンテンツ本体（.ec-layoutRole__contents）とフッターとの余白は、`.ec-layoutRole__footer`に持たせてあります。

Markup:
../styleguide/tmpl/11.3.html

Styleguide 11.3
*/
.ec-layoutRole__footer {
  border-top: 1px solid #d6d6d6;
  background-color: #fff;
  color: #000; }
body#page_homepage .ec-layoutRole__footer {
    margin-top: 0;
    border-top: none; }
/*
フッターロール

「.ec-footerRole」はレイアウトするための要素となっており、その子要素「.ec-footerRole__item」をレイアウトします
*/
/*
フッターロゴ
*/
/*
フッターインフォ（店舗情報）
*/
.ec-footerShopInfo {
  display: flex;
  align-items: flex-end;
  /* 住所 */
  /* 連絡先 */
  /* 会社名 */
  /* アイコン */ }
.ec-footerShopInfo .ec-footerShopInfo__address {
    font-family: "Noto Serif JP", serif;
    font-size: 0.933rem; }
.ec-footerShopInfo .ec-footerShopInfo__address p {
      margin: 0;
      line-height: 1.5; }
.ec-footerShopInfo .ec-footerShopInfo__address p + p {
      margin-top: .75em; }
.ec-footerShopInfo .ec-footerShopInfo__contact {
    font-size: 0.933rem; }
.ec-footerShopInfo .ec-footerShopInfo__contact p {
      margin: 0;
      line-height: 1.2;
      white-space: nowrap; }
.ec-footerShopInfo .ec-footerShopInfo__contact p + p {
      margin-top: .75em; }
.ec-footerShopInfo .ec-footerShopInfo__contact a {
      color: inherit;
      text-decoration: underline; }
.ec-footerShopInfo .ec-footerShopInfo__title {
    font-weight: 500;
    font-size: 1.2rem;
    margin: 0 0 1em; }
.ec-footerShopInfo i {
    font-size: 1.1em;
    color: gray;
    margin-right: 5px; }
/*
フッター ソーシャルボタン

Markup:
../styleguide/tmpl/11.3.3.html

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

Styleguide 11.3.3
*/
.ec-footerSocial .ec-footerSocial__itemList {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
.ec-footerSocial .ec-footerSocial__itemList li {
    display: inline-block;
    margin: 0 7px;
    /* 各ソーシャルボタン毎に色付け（スマホ・タブレット時のみ） */
    /* デスクトップ時はマウスオーバーで色が付くようにします */ }
.ec-footerSocial .ec-footerSocial__itemList li a {
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      width: 1.8em;
      height: 1.8em;
      border-radius: 50%; }
.ec-footerSocial .ec-footerSocial__itemList li a:hover {
        text-decoration: none; }
.ec-footerSocial .ec-footerSocial__itemList li i {
      display: block; }
/*
フッターコピーライト
*/
.ec-footerCopyright {
  font-family: "Noto Serif JP", serif;
  font-size: 0.933rem;
  text-align: center;
  line-height: 1.2; }
/*
slick

トッププロモーションや商品ビジュアル画像、商品リストのスライド表示にはEC-CUBE4標準と同じく「slick」を使用しています。

slickを適用する要素は共通してclass「.ec-slickContainer」を設置してその要素に対して適用させるようにしています。

slick適用要素は、slickの準備ができるまではエリアを非表示としておき、準備が整ってからフェードイン表示としています。
slickの準備が完了するまでは画像が一瞬大きく表示されてしまう事がありますのでそれを見せないための処置です。

メモ：
slickドットとslickアロー（prev,next）と両方適用させると、アローボタンは上下中央よりずれてしまいます。

Markup:
../styleguide/tmpl/12.1.html

Styleguide 12.1
*/
.ec-slickContainer {
  visibility: hidden;
  opacity: 0;
  filter: blur(5px);
  transition: 1s; }
.ec-slickContainer.slick-initialized.is-readiness {
    visibility: visible;
    opacity: 1;
    filter: blur(0); }
/*
slick用パーツ

slick用パーツの共通スタイリングです。

* prev,nextボタン
* ドットボタン
* slickガター
* キャプション表示

Styleguide 12.1.1
*/
/*
prev,nextボタン

ボタンを画像に被せて左右に配置するるタイプのスタイリングです。

Markup:
../styleguide/tmpl/12.1.2.html

Styleguide 12.1.2
*/
.slick-slider {
  position: relative; }
.slick-slider .slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    font-size: 3rem;
    color: #aaa;
    cursor: pointer;
    opacity: .5;
    transition: .2s; }
.slick-slider .slick-arrow.slick-prev {
      left: 0; }
.slick-slider .slick-arrow.slick-next {
      right: 0; }
.slick-slider .slick-arrow:hover {
      opacity: 1; }
.slick-slider .slick-arrow i {
      display: block; }
/*
ドットボタン

Markup:
../styleguide/tmpl/12.1.3.html

Styleguide 12.1.3
*/
.slick-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  padding-top: 22.5px; }
.slick-slider .slick-dots li {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #c8c8c8;
    cursor: pointer; }
.slick-slider .slick-dots li button {
      display: none; }
.slick-slider .slick-dots li.slick-active {
      background-color: #000000; }
.slick-slider .slick-dots li + li {
      margin-left: 10.5px; }
/*
slickガター

slick適用内のアイテム間にガター（間隔）を設けます。

slickを適用する要素（基本は.ec-ec-slickContainer）に併せてclass「slickGutter」を記述しておきます。

※なお、レスポンシブでデバイス事にガター幅を可変できるようにmixin化しています。

メモ：
普通に、.slick-slide要素にマージンを設定し、先祖要素である.slick-listにネガティブマージンを設定して調整します。
しかし、それだけではスライド時に左側にわずかに商品アイテムがはみ出した形で見えてしまいます。これを防ぐ為には、
slick適用の要素（基本は.ec-ec-slickContainer）に「overflow:hidden;」すれば解決しますが、
prev,nectボタンをslick領域の外側に配置したい場合があり（position:absolute;で外に出しています）、overflowだと
この外側に配置したpreve,nextボタンが隠されてしまい見えない事になります。
ですので、ネガティブマージンをかけた.slick-list要素に「clip-path」プロパティを使い表示領域をクリップすることで対応しています。

※IE11、Edgeはclip-path非対応なのでクリップパスは適用されず結果、スライド時に左側が少しはみ出して見えます（2019/09）

Markup:
../styleguide/tmpl/12.1.4.html

Styleguide 12.1.4
*/
.slickGutter .slick-list {
  margin-left: -10px;
  -webkit-clip-path: inset(0 0 0 10px);
          clip-path: inset(0 0 0 10px); }
.slickGutter .slick-list .slick-slide {
    margin-left: 10px; }
/*
slick キャプション表示

slick適用の各アイテムの中に「.caption」要素（説明文）を記述しておくと画像に被さる形でテキストが表示されます。

商品詳細ページでは、slickを適用する画像ビジュアル部分が動的に出力されますのでキャプション要素を追加できませんが、
フリーエリア内にてキャプション要素を記述しておき、javascirptで各キャプションを各画像アイテム内に挿入させて実装しています。

Markup:
../styleguide/tmpl/12.1.5.html

Styleguide 12.1.5
*/
.slick-slider .slick-slide {
  position: relative; }
.slick-slider .slick-slide .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: .933rem;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 1em;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: .5s;
    transition-delay: .5s; }
.slick-slider .slick-slide.slick-current .caption {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0); }
/*
ヘッドプロモーション（トップページ）
*/
.ec-headPromotionRole {
  position: relative;
  /* ヘッドプロモーションコンテンツ枠
   * コンテンツ枠のサイズをブラウザ表示サイズフルとします
   */
  /* ヘッドプロモーション背景動画
  */ }
.ec-headPromotionRole .ec-headPromotionRole__content {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    filter: blur(5px);
    transition: 2s; }
.ec-headPromotionRole .ec-headPromotionRole__movie {
    position: fixed;
    top: 0;
    height: 0;
    width: 100%;
    height: 100vh;
    background-color: #000;
    overflow: hidden;
    z-index: -1;
    /* 動画iframe要素
     * javascriptにてブラウザ表示領域に対して動画がフィットするように大きさを調整しています。
     * CSS側では動画が中央表示されるようにスタイリングします。
     * ※動画のみという仕様ですが一応、画像でも使用可能としています。
    */ }
.ec-headPromotionRole .ec-headPromotionRole__movie iframe, .ec-headPromotionRole .ec-headPromotionRole__movie video, .ec-headPromotionRole .ec-headPromotionRole__movie img {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: none; }
.ec-headPromotionRole .ec-headPromotionRole__movie:after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: #000;
      position: absolute;
      top: 0;
      left: 0;
      transition: 2s;
      transition-delay: 2s; }
.ec-headPromotionRole .ec-headPromotionRole__movie.hidden {
      opacity: 0;
      visibility: hidden; }
.ec-headPromotionRole.initialized .ec-headPromotionRole__content {
    visibility: visible;
    opacity: 1;
    filter: blur(0); }
.ec-headPromotionRole.initialized .ec-headPromotionRole__movie:after {
    opacity: 0; }
/*
ヘッドプロモーションコンテンツ
その1：サイトタイトル
*/
.ec-headPromotionRole__content .siteTitle {
  margin: 0;
  padding: 0;
  width: 90px;
  font-size: 47.97px;
  display: flex;
  flex-flow: column; }
.ec-headPromotionRole__content .siteTitle .logo img {
    width: 100%;
    height: auto; }
.ec-headPromotionRole__content .siteTitle .siteName {
    margin-top: .5em;
    font-family: "Noto Serif JP", serif;
    font-size: inherit;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 90px; }
/*
ヘッドプロモーションコンテンツ
その2：サイトキャッチコピー
*/
.ec-headPromotionRole__content .siteCatchcopy {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /* テキストを少し縁取りしています。不要なら削除してください */
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 5px rgba(0, 0, 0, 0.3)); }
.ec-headPromotionRole__content .siteCatchcopy .title {
    margin: 0;
    margin-left: 1em;
    color: inherit; }
.ec-headPromotionRole__content .siteCatchcopy .text {
    color: inherit; }
/*
背景動画が他のブロック等に映りこまない処理

ヘッドプロモーション背景動画は、position固定で背景に敷かれている状態ですが、ページをスクロールして他のブロックコンテンツが見えてきたところで、
そのままではそのブロックにも動画が背景に映りこむ事になります。
その際の背景動画を映りこませない対策として、各ブロック全てが（フッターも含めて）明示的に白背景など背景を持っていれば問題ありませんが、
そのために他ブロックにスタイリングを追加するというのはあまりスマートではないと思いますので、別の対策を講じておきます。
（※ブロックとブロックの余白がマージンで配置された場合も背景に動画が映り込むことになってしまいます）

ヘッドプロモーション要素の下に続く形で、背景動画を覆い隠すためのカーテン要素を疑似要素により生成します。
それによりスクロールに伴いカーテン要素が動画を隠していく形になります。

しかしながら、その他のブロックの前後配置（z-index）は、そのカーテン要素より上に配置されてなければなりませんので、
その他各ブロックが格納される親要素「.ec-layoutRole__mainBottom」に対してカーテン要素より上になるようにします。

さらに、カーテン要素については、ページ最後まで背景動画を隠す必要があるので、その大きさ（高さ）はページコンテンツ分の高さがなければなりません。
その高さをJavascriptで算出するやり方でも良いとは思いましたが、今回は、スクロールされてヘッドプロモーション要素が表示領域から抜けたら、
「背景動画を非表示にする」という処理を設けましたので、カーテン要素は最低限、ブラウザ高さだけあれば済む形になります。
*/
.ec-headPromotionRole:after {
  content: "";
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1; }
.ec-layoutRole__mainBottom {
  position: relative;
  z-index: 2; }
/*
その他ブロック

以下のブロックを当scssでまとめてスタイリングしています。
eyecatch.twig側も同じく以下のブロックをまとめた形になっています。

* 日本酒コラム
* インスタグラム最新記事表示ブロック
* 酒造の所在地

Styleguide 12.2
*/
/*
日本酒コラム

Styleguide 12.2.1
*/
.ec-topColumnRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px;
  max-width: 100%;
  background: url(../img/sample/topcolumn_bg.jpg) no-repeat center center/cover; }
.ec-topColumnRole .ec-secHeading .ec-secHeading__maintitle {
    color: #000; }
.ec-topColumnRole .ec-secHeading .ec-secHeading__maintitle:before {
      background-color: #000; }
.ec-topColumnRole .postItem .image {
    border: solid 5px #fff; }
.ec-topColumnRole .postItem .image a {
      display: block;
      overflow: hidden;
      /* HTML構造によってはIE11でちらつく事があるので保険 */ }
.ec-topColumnRole .postItem .image a * {
        overflow: hidden; }
.ec-topColumnRole .postItem .image a img {
        transition: .6s; }
.ec-topColumnRole .postItem .image a:hover img {
        transform: scale(1.1);
        filter: brightness(1.05); }
.ec-topColumnRole .postItem .content {
    font-size: 0.933rem;
    color: #000;
    line-height: 1.2;
    margin-top: 1em; }
.ec-topColumnRole .postItem time {
    display: block;
    margin-bottom: .25em; }
.ec-topColumnRole .postItem .comment {
    line-height: 1.35; }
/*
インスタグラム最新記事表示ブロック

ブラウザ幅が指定max-width以下の場合は左右の余白はなくブラウザ幅にフィットするスタイリングとしています。

Styleguide 12.2.２
*/
.ec-instagramRole {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  /* ul要素 */ }
.ec-instagramRole .ec-instagramRole__list {
    /* li要素（記事単体） */ }
.ec-instagramRole .ec-instagramRole__list li {
      position: relative;
      /* 画像メディア */
      /* 動画メディア */
      /* ポップアップ */
      /* hoverでポップアップ表示 */ }
.ec-instagramRole .ec-instagramRole__list li a {
        display: block; }
.ec-instagramRole .ec-instagramRole__list li .pic {
        overflow: hidden; }
.ec-instagramRole .ec-instagramRole__list li .pic .image {
          width: 100%;
          height: 0;
          padding-top: 100%;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover;
          transition: .6s; }
.ec-instagramRole .ec-instagramRole__list li .pic:hover .image {
          transform: scale(1.1);
          filter: brightness(1.05); }
.ec-instagramRole .ec-instagramRole__list li video {
        width: 100%;
        height: auto; }
.ec-instagramRole .ec-instagramRole__list li .popup {
        position: absolute;
        bottom: calc(100% + 7px);
        left: 50%;
        width: 100%;
        font-size: 13px;
        box-sizing: border-box;
        padding: 1em;
        background-color: #000;
        color: #fff;
        font-size: 13px;
        border-radius: 3px;
        z-index: 9;
        filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3));
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        transform: translate3d(-50%, 20px, 0);
        transition: .4s;
        /* 記事コメント（キャプション） */
        /* いいね件数 */
        /* ポップアップくちばし */ }
.ec-instagramRole .ec-instagramRole__list li .popup .likeCount {
          font-size: 0.9em;
          opacity: 0.75;
          text-align: right;
          margin-top: .5em; }
.ec-instagramRole .ec-instagramRole__list li .popup:after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border: solid 7px transparent;
          border-top-color: #000;
          position: absolute;
          top: 100%;
          left: calc(50% - 7px); }
.ec-instagramRole .ec-instagramRole__list li:hover .popup {
        visibility: visible;
        opacity: 1;
        transform: translate3d(-50%, 0, 0); }
/*
酒造の所在地（Googleマップ iframe埋め込み）

ブラウザ幅が指定max-width以下の場合は左右の余白はなくブラウザ幅にフィットするスタイリングとしています。

Styleguide 12.2.3
*/
.ec-shopMapRole {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }
.ec-shopMapRole .ec-shopMapRole__map {
    width: 100%;
    padding-top: 460px;
    position: relative; }
.ec-shopMapRole .ec-shopMapRole__map iframe {
      width: 100% !important;
      height: 100% !important;
      position: absolute;
      top: 0;
      left: 0; }
/*
ボタン（未使用）

トップページで使用されているボタンのスタイルです（EC-CUBE標準）。
当テンプレートではこのスタイリングはありません。

Styleguide 12.3
*/
/*
セクション見出し

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

当テンプレートでは特集商品ブロック（Block/new_item.twig）等で使用しています。
トップページ用となっていますが、他ページのセクションブロックでも流用される事は十分にあるものと思います。
（※その意味では「_1.1.heading.scss」に属させるべきものかもしれませんが）

使用箇所：
* Block/category.twig
* Block/eyecatch.twig
* Block/news.twig
* Block/new_item.twig

Markup:
../styleguide/tmpl/12.4.html

Styleguide 12.4
*/
.ec-secHeading {
  margin-bottom: 2rem;
  text-align: center; }
.ec-secHeading .ec-secHeading__maintitle {
    margin: 0;
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    line-height: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
.ec-secHeading .ec-secHeading__maintitle:before {
      content: "";
      display: inline-block;
      width: 1px;
      height: 10px;
      background-color: #000;
      margin-bottom: 10px; }
.ec-secHeading .ec-secHeading__subtitle {
    display: none;
    /* 通常は非表示としています。もし表示させる場合はコメント解除してください
    margin: .5em 0 0;
    font-size: 0.933rem;
    */ }
.ec-secHeading.horizontal .ec-secHeading__maintitle {
    display: block;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb; }
.ec-secHeading.horizontal .ec-secHeading__maintitle:before {
      display: block;
      margin: 0 auto 10px; }
/*
トピック

トップページで使用されているトピックブロックのスタイルです。

プッシュアップしたいカテゴリやコンテンツについてアピールするブロックになります。
当テンプレートでは「ブランドストーリー」「私たちのこだわり」をアピールするブロックになっています。

使用箇所：
* Block/topic.twig

Markup:
../styleguide/tmpl/12.5.html

Styleguide 12.5
*/
/*
ブラウザスクロールにより、ターゲットがブラウザ内に表示され始めたときにエフェクト出現させます。
javascriptによりブラウザ表示領域に要素が入るとエフェクト出現用のclassが付与されます。
エフェクト出現用のclassは汎用のものを用意してありますが、トピックロールでは個別のスタイリングを施しています（タブレット・デスクトップ）。
*/
.ec-topicRole {
  /* スマホ用（※汎用のものとほぼ同じスタイリングをしています。タブレット・デスクトップ用に個別エフェクトを使用しているので、内容は汎用と同じですが個別スタイリングとなります） */
  /* タブレット・デスクトップ用 個別エフェクトスタイル */ }
/* マスクアニメーション */
@-webkit-keyframes topicRoleMaskAnime {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  50% {
    transform: translate3d(50%, 0, 0);
    opacity: 1; }
  100% {
    transform: translate3d(50%, 0, 0);
    opacity: 0; } }
@keyframes topicRoleMaskAnime {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  50% {
    transform: translate3d(50%, 0, 0);
    opacity: 1; }
  100% {
    transform: translate3d(50%, 0, 0);
    opacity: 0; } }
/*
おすすめ商品

トップページで使用されている「おすすめ商品」ブロックのスタイルです。

使用箇所：
* Block/new_item.twig

Markup:
../styleguide/tmpl/12.6.1.html

Styleguide 12.6.1
*/
.ec-featuredProductsRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px;
  max-width: 1920px;
  /* slickボタンのスタイルを上書き調整 */ }
.ec-featuredProductsRole .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0.9; }
.ec-featuredProductsRole .slick-arrow i {
      color: #fff; }
/*
おすすめ商品アイテム

センター以外に位置する商品アイテムは縮小表示になるようスタイリングしています。
センターに来たときに縮小を解除しています。
*/
.ec-featuredProduct {
  position: relative;
  /* 商品名称*/
  /* 商品説明 */
  /* 底コンテンツ（価格表示） */
  /* 価格表示 */
  /*
  センター表示のアイテム（.slick-center）
  カレント表示アイテムは、スタンバイ時の縮小表示を解除してノーマルの大きさに戻します。

  センター表示のスライドアイテムにはclass「.slick-center」が付きますので、そのclassに対してセンター表示のスタイリングをします。

  ※センター表示を「.slick-current」でトリガーにしてしまうと、centerModeを使っている場合（条件は明確ではありませんが）、
  スライドの1つ目とその1つ手前の最後尾のスライドアイテムがセンターにスライドするときに、動きがガタつくことがあります。
  これはslickに起因するものであるらしいとのことですが、「.slick-center」をトリガーにすればスムーズに動くようです。
  */ }
.ec-featuredProduct .ec-featuredProduct__image {
    transform: scale(0.8);
    transform-origin: center bottom;
    transition: .6s; }
.ec-featuredProduct .ec-featuredProduct__content {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    font-family: "Noto Serif JP", serif;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.2;
    visibility: hidden;
    opacity: 0;
    transition: .6s;
    transform: scale(0.8);
    transform-origin: left bottom; }
.ec-featuredProduct .ec-featuredProduct__title {
    margin: 0;
    font-size: 1.7vw; }
.ec-featuredProduct .ec-featuredProduct__description {
    font-size: 1vw;
    margin-right: .5em;
    max-height: 32em; }
.ec-featuredProduct .ec-featuredProduct__bottom {
    text-align: center;
    margin-top: 1.5em;
    visibility: hidden;
    opacity: 0;
    transition: .6s; }
.ec-featuredProduct .ec-featuredProduct__price {
    font-size: 1.067rem; }
.ec-featuredProduct .ec-featuredProduct__price .ec-price__tax {
      font-size: 0.8rem; }
.ec-featuredProduct.slick-center .ec-featuredProduct__image {
    transform: scale(1); }
.ec-featuredProduct.slick-center .ec-featuredProduct__content {
    visibility: visible;
    opacity: 1;
    transform: scale(1); }
.ec-featuredProduct.slick-center .ec-featuredProduct__bottom {
    visibility: visible;
    opacity: 1; }
/*
人気商品

人気商品、ピックアップ商品といったホットアイテム商品をカテゴリごとに掲載するブロックです。
3カテゴリごとに３点ずつ、計9点の商品を表示します。

使用箇所：
* Block/category.twig

Markup:
../styleguide/tmpl/12.7.html

Styleguide 12.7
*/
.ec-hotItemsRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px;
  /* 人気商品カテゴリをくくるラッパー（横3列） */
  /* 人気商品カテゴリ */
  /* 人気商品カテゴリタイトル */
  /* 人気商品リスト */
  /* 商品アイテム */
  /* 商品画像枠 */
  /* 商品情報枠 */
  /* 商品名称 */
  /* 商品説明文 */
  /* 商品価格 */ }
.ec-hotItemsRole .ec-hotItemsRole__categoryWrap {
    display: flex;
    justify-content: space-between; }
.ec-hotItemsRole .ec-hotItemsRole__category {
    width: 32%; }
.ec-hotItemsRole .ec-hotItemsRole__categoryTitle {
    font-family: "Noto Serif JP", serif;
    font-size: 1.333rem;
    text-align: center;
    padding-bottom: .5em;
    margin-bottom: 2em;
    border-bottom: 1px solid #d6d6d6; }
.ec-hotItemsRole .ec-hotItemsRole__list {
    counter-reset: number; }
.ec-hotItemsRole .ec-hotItemsRole__listItem {
    margin-top: 25px;
    display: flex;
    /* ランキング番号の生成（インクリメント） */
    counter-increment: number;
    position: relative;
    /* ランキング番号 */ }
.ec-hotItemsRole .ec-hotItemsRole__listItem:after {
      content: counter(number);
      display: block;
      font-family: "Noto Serif JP", serif;
      font-size: 16px;
      width: 23px;
      height: 23px;
      line-height: 23px;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0; }
.ec-hotItemsRole .ec-hotItemsRole__listItem:nth-child(1):after {
      background-color: #F2DE2B; }
.ec-hotItemsRole .ec-hotItemsRole__listItem:nth-child(2):after {
      background-color: #D6D6D6; }
.ec-hotItemsRole .ec-hotItemsRole__listItem:nth-child(3):after {
      background-color: #CE8C44; }
.ec-hotItemsRole .ec-hotItemsRole__image {
    flex: 0 0 30%;
    max-width: 90px; }
.ec-hotItemsRole .ec-hotItemsRole__image a {
      display: block; }
.ec-hotItemsRole .ec-hotItemsRole__content {
    padding-left: 1rem; }
.ec-hotItemsRole .ec-hotItemsRole__title {
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: .5em; }
.ec-hotItemsRole .ec-hotItemsRole__description {
    font-size: 0.933rem;
    line-height: 1.35;
    text-align: justify; }
.ec-hotItemsRole .ec-hotItemsRole__price {
    font-size: 0.933rem;
    margin-top: 1em; }
.ec-hotItemsRole .ec-hotItemsRole__price .ec-price__tax {
      font-size: 0.8rem; }
/*
新着情報

トップページで使用されている新着情報ブロックのスタイルです。

使用箇所：
Block/news.twig

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

Markup:
../styleguide/tmpl/12.8.html

Styleguide 12.8
*/
.ec-newsRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px;
  max-width: 100%;
  background-color: #f4f4f4;
  /* ニュース一覧枠 */
  /* ニュースアイテム*/
  /* 左枠（日付） */
  /* 右枠（ニュースタイトル、本文）*/
  /* ニュースタイトル */
  /* MOREボタン */
  /* ニュース本文 */ }
.ec-newsRole .ec-newsRole__inner {
    /* 表示幅を少し狭くさせていますが、不要な場合は以下を除去してください。コンテナ要素に基づきMAX1280pxになります */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
.ec-newsRole .ec-newsRole__news {
    margin-top: -1rem; }
.ec-newsRole .ec-newsRole__newsItem {
    display: flex;
    padding: 1rem 0;
    border-bottom: solid 1px #e8e8e8; }
.ec-newsRole .ec-newsRole__newsHeading {
    flex: 0 0 auto;
    min-width: 6em;
    margin-right: 1rem; }
.ec-newsRole .ec-newsRole__newsHeading time {
      font-family: "Noto Serif JP", serif;
      font-size: 1rem; }
.ec-newsRole .ec-newsRole__newsColumn {
    flex: 1 1 auto;
    /* OPEN時の見せ方 */
    transition: .2s; }
.ec-newsRole .ec-newsRole__newsColumn.is-active {
      padding: 1em;
      background-color: #fff; }
.ec-newsRole .ec-newsRole__newsTitle {
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-weight: 500;
    display: inline;
    vertical-align: bottom; }
.ec-newsRole .ec-newsRole__moreBtn {
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1;
    padding: 0.2rem 0.3rem;
    border: solid 1px #666;
    background-color: #fff;
    margin-left: 1rem;
    cursor: pointer; }
.ec-newsRole .ec-newsRole__newsDescription {
    font-family: "Noto Serif JP", serif;
    margin-top: 1em;
    display: none; }
/*
商品一覧ヘッダーナビ

商品一覧ページのカテゴリトピックパスや、検索結果、また並び替えフォームをまとめたコンポーネントになります。

使用箇所：
Product/list.twig

Markup:
../styleguide/tmpl/13.1.html

Styleguide 13.1
*/
.ec-searchnavRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px;
  max-width: 1480px;
  /*
  inner
  トピックパス枠（__topicspath）と表示件数＆並び替え枠（__infos）の2つのエリアをflexにて左右両極に配置
  */
  /* トピックパス枠 */
  /* 表示件数と並び替えフォーム枠 */
  /* 表示件数 */
  /* 並び替えフォーム */ }
.ec-searchnavRole .ec-searchnavRole__inner {
    background-color: #f4f4f4;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
.ec-searchnavRole .ec-searchnavRole__topicpath {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: .5em;
    font-size: 1rem; }
.ec-searchnavRole .ec-searchnavRole__infos {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
.ec-searchnavRole .ec-searchnavRole__counter {
    font-size: 0.933rem;
    margin-right: 1em; }
.ec-searchnavRole .ec-searchnavRole__actions select {
    background-color: #fff; }
/*
トピックパス本体

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

Markup:
../styleguide/tmpl/13.1.2.html

Styleguide 13.1.2
*/
.ec-topicpath {
  line-height: 1; }
.ec-topicpath ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center; }
.ec-topicpath .ec-topicpath__item {
    white-space: nowrap;
    padding: 4px 0;
    /* 連結の「>」 */
    /* タイトルラベル */
    /* 検索キーワード */
    /* 最後のli要素を太字 */ }
.ec-topicpath .ec-topicpath__item a {
      color: inherit;
      padding-top: 2px;
      padding-bottom: 2px;
      position: relative;
      text-decoration: none; }
.ec-topicpath .ec-topicpath__item a:hover {
        text-decoration: none !important; }
.ec-topicpath .ec-topicpath__item a:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background-color: #000;
        position: absolute;
        bottom: 0;
        left: 0;
        transform-origin: left bottom;
        transform: scaleX(0);
        transition: transform .3s; }
.ec-topicpath .ec-topicpath__item a:hover:after {
        transform: scaleX(1); }
.ec-topicpath .ec-topicpath__item:before {
      font-family: "jeiafont";
      content: "\e902";
      font-size: 0.85em;
      margin-left: 4px; }
.ec-topicpath .ec-topicpath__item.titleLabel {
      font-family: "Oswald"; }
.ec-topicpath .ec-topicpath__item.titleLabel:before {
        display: none; }
.ec-topicpath .ec-topicpath__item.is-search span {
      margin-left: 0.2em; }
.ec-topicpath .ec-topicpath__item:last-child a,
    .ec-topicpath .ec-topicpath__item:last-child span {
      font-weight: 500;
      pointer-events: none; }
/*
子カテゴリ表示

商品一覧ページにおいて現在表示しているカテゴリに、子カテゴリがあればそれを一覧表示します。

Markup:
../styleguide/tmpl/13.1.3.html

Styleguide 13.1.3
*/
.ec-childCategoryRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px;
  max-width: 1480px;
  margin-top: 20px;
  margin-bottom: 20px; }
.ec-childCategoryRole ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.933rem; }
.ec-childCategoryRole ul li {
      display: inline-block; }
.ec-childCategoryRole ul li:before {
        font-family: "jeiafont";
        content: "\e91a";
        vertical-align: -1px; }
.ec-childCategoryRole ul li a {
        color: inherit;
        padding-top: 2px;
        padding-bottom: 2px;
        position: relative;
        text-decoration: none; }
.ec-childCategoryRole ul li a:hover {
          text-decoration: none !important; }
.ec-childCategoryRole ul li a:after {
          content: "";
          display: block;
          width: 100%;
          height: 1px;
          background-color: #000;
          position: absolute;
          bottom: 0;
          left: 0;
          transform-origin: left bottom;
          transform: scaleX(0);
          transition: transform .3s; }
.ec-childCategoryRole ul li a:hover:after {
          transform: scaleX(1); }
.ec-childCategoryRole ul li.titleLabel {
      font-weight: 500; }
.ec-childCategoryRole ul li.titleLabel:before {
        display: none; }
/*
商品一覧

商品一覧 に関する Project コンポーネントを定義します。

使用箇所：
Product/list.twig

Markup:
../styleguide/tmpl/13.2.html

Styleguide 13.2
*/
.ec-shelfRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px;
  max-width: 1480px; }
/*
商品一覧グリッド

横1列あたりの商品配置数を2～5個で、デバイス幅のブレイクポイントを4パターンで定義します。

陳列レイアウト用のmixinを使用します。（_projects.scss）
@mixin shelfLayout($amount: 5, $gutter_w: 20px, $gutter_h: 20px, $item: li) {}
* $amount: 横に配置する数
* $gutter_W: アイテム間の左右余白
* $gutter_h: アイテム間の上下余白
* $item: 子要素のタグ名称・class名称（デフォルトはli要素）

使用箇所：
Product/list.twig

Markup:
../styleguide/tmpl/13.2.1.html

Styleguide 13.2.1
*/
.ec-shelfGrid {
  /* 商品レイアウト */ }
/*
商品アイテム

商品一覧だけでなく特集商品など、一覧表示される商品アイテムの共通スタイリングになります。

sg-wrapper:
<div class="ec-shelfRole">
  <ul class="ec-shelfGrid">
    <li class="ec-shelfGrid__item">
      <sg-wrapper-content/>
    </li>
  </ul>
</div>

Markup:
../styleguide/tmpl/13.2.2.html

Styleguide 13.2.2
*/
.ec-productItemRole {
  height: 100%;
  display: flex;
  flex-flow: column;
  /* 商品画像ブロック */
  /* 品切れ表示（商品画像ブロック上に被せる） */
  /* 商品情報枠ブロック */
  /* 底配置ブロック */
  /* 商品名称 */
  /* 商品コード */
  /* 商品属性タグ */
  /* 商品説明（一覧用） */
  /* 通常価格 */
  /* 商品価格 */ }
.ec-productItemRole .ec-productItemRole__image {
    position: relative;
    min-height: 0%; }
.ec-productItemRole .ec-productItemRole__image a {
      display: block;
      display: block;
      overflow: hidden;
      /* HTML構造によってはIE11でちらつく事があるので保険 */ }
.ec-productItemRole .ec-productItemRole__image a * {
        overflow: hidden; }
.ec-productItemRole .ec-productItemRole__image a img {
        transition: .6s; }
.ec-productItemRole .ec-productItemRole__image a:hover img {
        transform: scale(1.1);
        filter: brightness(1.05); }
.ec-productItemRole .ec-productItemRole__image a img {
        width: 100%;
        height: auto; }
.ec-productItemRole .ec-productItemRole__stockout {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-family: "Oswald";
    font-size: 1.2rem;
    padding: .8em;
    background-color: rgba(189, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    pointer-events: none; }
.ec-productItemRole .ec-productItemRole__content {
    background-color: #fff;
    text-align: center;
    /* 一番最後にある商品情報のmargin-bottomを0にします */ }
.ec-productItemRole .ec-productItemRole__content > *:last-child {
      margin-bottom: 0; }
.ec-productItemRole .ec-productItemRole__bottom {
    margin: auto 0 0; }
.ec-productItemRole .ec-productItemRole__title {
    font-family: "Noto Serif JP", serif;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 1.25em 0 1em;
    display: inline-block;
    text-align: left; }
.ec-productItemRole .ec-productItemRole__code {
    font-size: 0.8rem;
    margin: 0 0 10px; }
.ec-productItemRole .ec-productItemRole__tags {
    margin: 0 0 10px;
    padding: 0;
    margin-left: -3px;
    display: flex;
    justify-content: center;
    flex-flow: row wrap; }
.ec-productItemRole .ec-productItemRole__tags .tag {
      border: solid 1px #ddd;
      margin: 0;
      margin-left: 3px;
      margin-bottom: 3px;
      border-radius: 3px;
      font-size: 0.8rem;
      padding: 0.4em 0.75em;
      line-height: 1;
      white-space: nowrap; }
.ec-productItemRole .ec-productItemRole__description {
    font-size: 0.933rem;
    margin: 0 0 10px;
    display: inline-block;
    text-align: left; }
.ec-productItemRole .ec-productItemRole__priceRegular {
    margin: 0 0 7px; }
.ec-productItemRole .ec-productItemRole__priceRegular .ec-price__label {
      font-size: 0.8rem; }
.ec-productItemRole .ec-productItemRole__priceRegular .ec-price__price {
      font-size: 0.9rem; }
.ec-productItemRole .ec-productItemRole__priceRegular .ec-price__tax {
      font-size: 0.7rem; }
.ec-productItemRole .ec-productItemRole__price {
    line-height: 1.2;
    margin: 0 0 10px; }
.ec-productItemRole .ec-productItemRole__price .ec-price__label {
      font-size: 0.8rem; }
.ec-productItemRole .ec-productItemRole__price .ec-price__price {
      font-size: 1.066rem; }
.ec-productItemRole .ec-productItemRole__price .ec-price__tax {
      font-size: 0.7rem; }
/*
商品アイテム内 カートインアクション

当テンプレートではコメントアウトにて除去している部分ですが、最低限のスタイリングをしております。
カートインアクション機能が必要な場合はlist.twigのカートイン部分とモーダル表示部分のコメントを解除しCSSスタイリングを調整してください。

sg-wrapper:
<div class="ec-shelfRole">
  <ul class="ec-shelfGrid">
    <li class="ec-shelfGrid__item">
      <sg-wrapper-content/>
    </li>
  </ul>
</div>

Markup:
../styleguide/tmpl/13.2.3.html

Styleguide 13.2.3
*/
.ec-productItemRole {
  /* タイトルラベル */
  /* 数量エリア */
  /* カートに入れるボタン */ }
.ec-productItemRole .ec-productItemRole__actions select {
    max-width: 100%; }
.ec-productItemRole .ec-productItemRole__label {
    margin: 0;
    margin-top: 1em; }
.ec-productItemRole .quantityLabel {
    display: inline-block;
    vertical-align: baseline;
    margin-top: 0;
    margin-right: .5em; }
.ec-productItemRole .ec-quantityRole {
    margin-top: 1em;
    display: inline-flex;
    vertical-align: baseline; }
.ec-productItemRole .ec-productItemRole__btn {
    margin-top: 1em; }
.ec-productItemRole .ec-productItemRole__btn .ec-blockBtn--cartin {
      height: 3rem;
      line-height: 3rem; }
/*
ページャ

商品一覧やマイページコンテンツで使われるページ送りコンポーネントを定義します。

使用箇所：
* Product/list.twig
* Mypage/favorite.twig
* Mypage/index.twig

※ページャ本体は「pager.twig」ブロックとなっており各ページからincludeされています。

Markup:
../styleguide/tmpl/13.3.html

Styleguide 13.3
*/
.ec-pagerRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px; }
/*
カート追加モーダル

カート追加モーダルに関する Project コンポーネントを定義します。

使用箇所：
* Product/list.twig
* Product/detail.twig

Markup:
../styleguide/tmpl/13.4.html

Styleguide 13.4
*/
.ec-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%; }
.ec-modal.small {
    width: 30%; }
.ec-modal.full {
    width: 100%;
    height: 100%; }
.ec-modal .ec-modal-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%; }
.ec-modal .ec-modal-wrap {
    position: relative;
    border-radius: 2px;
    border: 1px solid #333;
    background-color: #fff;
    width: 90%;
    margin: 20px;
    padding: 40px 5px; }
.ec-modal .ec-modal-close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 20px;
    height: 30px;
    width: 20px; }
.ec-modal .ec-modal-close:hover {
      color: #4b5361; }
.ec-modal .ec-modal-box {
    text-align: center; }
.ec-modal .ec-role {
    margin-top: 20px; }
/*
商品詳細

商品詳細ページに関する Project コンポーネントを定義します。

使用箇所：
Product/detail.twig

Markup:
../styleguide/tmpl/14.1.html

Styleguide 14.1
*/
.ec-productRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px;
  max-width: 1480px;
  /* デスクトップ時のみ左右2分割レイアウト */ }
/*
商品ビジュアル表示

EC-CUBE4標準と同じく、slickを利用して画像ビジュアルを実装しています

管理機能「フリーエリア」に、HTMLコードを記述するとビジュアル画像それぞれに説明文を表示させることができます。

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

Markup:
../styleguide/tmpl/14.1.1.html

Styleguide 14.1.1
*/
.ec-productRole__visual {
  /* メインビジュアル格納枠 */
  /* ビジュアルナビ */ }
.ec-productRole__visual .ec-productVisualMain {
    position: relative;
    overflow: hidden; }
.ec-productRole__visual .ec-productVisualNav {
    /* デスクトップ・タブレット時はメインビジュアルの横にナビ（サムネイル）を配置して、このナビには縦スライド機能をつけています。
     * スマホ時は、全く違う挙動で、ナビ開閉ボタンによりナビがドロワーと同様にサイドインする仕様です。
     * レスポンシブ動作する観点において、あらかじめデスクトップ・タブレット用のナビと、スマホ用のナビをそれぞれ別に組み込んでおきレスポンシブで表示を切り替えています。
     * 完全変形レスポンシブをするには、スライド機能のON/OFFやレイアウト等の変形など、いささかロジックが煩雑になると思われましたのでそのようにしています。
     */
    /* スマホ用ナビ
     * スマホ用ナビは、ナビ開閉ボタンで表示をON/OFFします。
     * ここでは見た目の基本スタイリングを施し、後ほど、開閉ボタンのスタイリングと共に開閉動作のスタイリングをまとめます。
     */
    /* デスクトップ・タブレット用ナビ */ }
.ec-productRole__visual .ec-productVisualNav.sphone {
      position: fixed;
      top: 45px;
      left: 0;
      width: 100vw;
      height: calc(100vh - 45px);
      padding: 0 6.25vw;
      overflow-y: auto;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 90; }
.ec-productRole__visual .ec-productVisualNav.sphone .sideInNavShelf {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-flow: row wrap;
        margin-top: -3px;
        padding-top: 60px;
        padding-bottom: 6.25vw; }
.ec-productRole__visual .ec-productVisualNav.sphone .sideInNavShelf > * {
          flex: 0 0 auto;
          width: calc((100% - 1px - 6px ) / 3);
          margin-left: 3px;
          margin-top: 3px; }
.ec-productRole__visual .ec-productVisualNav.sphone .sideInNavShelf > *:nth-child(3n+1) {
            margin-left: 0; }
.ec-productRole__visual .ec-productVisualNav.desktop {
      flex: 0 0 auto;
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      /* slickの準備ができたら表示 */
      /* prev,nextボタンのスタイリングを上書き調整します */
      /* ナビエリアにマウスオーバーしたらprev,nextボタンを表示します */
      /* サムネイル */ }
.ec-productRole__visual .ec-productVisualNav.desktop.slick-initialized {
        opacity: 1;
        visibility: visible; }
.ec-productRole__visual .ec-productVisualNav.desktop .slick-arrow {
        font-size: 18px;
        padding: 0;
        width: 100%;
        height: 30px;
        background-color: rgba(255, 255, 255, 0.5);
        color: #333;
        opacity: 1; }
.ec-productRole__visual .ec-productVisualNav.desktop .slick-arrow:hover {
          background-color: rgba(255, 255, 255, 0.85); }
.ec-productRole__visual .ec-productVisualNav.desktop .slick-arrow.slick-prev {
          top: 0;
          left: 0;
          transform: translate3d(0, -100%, 0); }
.ec-productRole__visual .ec-productVisualNav.desktop .slick-arrow.slick-prev i {
            transform: rotate(-90deg); }
.ec-productRole__visual .ec-productVisualNav.desktop .slick-arrow.slick-next {
          top: auto;
          bottom: 0;
          left: 0;
          transform: translate3d(0, 100%, 0); }
.ec-productRole__visual .ec-productVisualNav.desktop .slick-arrow.slick-next i {
            transform: rotate(90deg); }
.ec-productRole__visual .ec-productVisualNav.desktop:hover .slick-arrow {
        transform: translate3d(0, 0, 0); }
.ec-productRole__visual .ec-productVisualNav.desktop .slideThumb {
        border: none;
        cursor: pointer;
        display: block;
        overflow: hidden;
        /* HTML構造によってはIE11でちらつく事があるので保険 */ }
.ec-productRole__visual .ec-productVisualNav.desktop .slideThumb * {
          overflow: hidden; }
.ec-productRole__visual .ec-productVisualNav.desktop .slideThumb img {
          transition: .6s; }
.ec-productRole__visual .ec-productVisualNav.desktop .slideThumb:hover img {
          transform: scale(1.1);
          filter: brightness(1.05); }
/*
スマホ用
ビジュアルナビのサイドイン動作と、開閉ボタンのスタイリング
*/
.ec-productRole__visual {
  /* スマホ用ビジュアルナビはCLOSE時は右端にスライダした形でスタンバイして隠します */
  /* ビジュアルナビ開閉ボタン */
  /* ビジュアルナビOPEN時 */ }
.ec-productRole__visual .ec-productVisualNav.sphone {
    transform: translate3d(100%, 0, 0);
    transition: .3s; }
.ec-productRole__visual .sideInNavToggleBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    height: 2em;
    line-height: 1;
    border-radius: 1em;
    padding: 0 .75em;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 91; }
.ec-productRole__visual .sideInNavToggleBtn i {
      display: block;
      font-size: 1.1em;
      margin-right: 5px; }
.ec-productRole__visual .sideInNavToggleBtn span {
      display: block; }
.ec-productRole__visual .sideInNavToggleBtn .ceparate {
      margin: 0 5px; }
.ec-productRole__visual.is-navOpen {
    /* 右端からスライドインします */
    /* ビジュアルナビ開閉ボタン */ }
.ec-productRole__visual.is-navOpen .ec-productVisualNav.sphone {
      transform: translate3d(0, 0, 0); }
.ec-productRole__visual.is-navOpen .sideInNavToggleBtn {
      /* ビジュアルナビが表示されている間は開閉ボタンの位置を固定しておきます（ページスクロールで流れて消えるのを防ぐ目的） */
      position: fixed;
      top: 60px;
      right: 15px; }
/*
商品プロフィール（商品データ）

画像ビジュアル枠に対してこちらは右枠の（デスクトップ時）、商品データ枠になります。

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

Markup:
../styleguide/tmpl/14.1.2.html

Styleguide 14.1.2
*/
.ec-productRole {
  /* 商品プロフィール枠 */
  /* 商品タイトル */
  /* 通常価格 */
  /* 販売価格 */
  /* 詳細コメント */
  /* 商品コード（商品タイトルの中で展開） */
  /* 属性タグ */
  /* 関連カテゴリ */
  /* アクション枠 */
  /* 規格枠 */
  /* カートイン枠数量・カートイン・お気に入り） */
  /* シェアボタン */ }
.ec-productRole .ec-productRole__title h1 {
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 1.5rem 0; }
.ec-productRole .ec-productRole__priceRegular {
    margin: 0 0 0.5em; }
.ec-productRole .ec-productRole__priceRegular .ec-price__label {
      font-size: 1rem; }
.ec-productRole .ec-productRole__priceRegular .ec-price__price {
      font-size: 1rem; }
.ec-productRole .ec-productRole__priceRegular .ec-price__tax {
      font-size: 0.8rem; }
.ec-productRole .ec-productRole__price {
    margin: 0 0 1em; }
.ec-productRole .ec-productRole__price .ec-price__label {
      font-size: 1rem; }
.ec-productRole .ec-productRole__price .ec-price__price {
      font-size: 1.5rem;
      font-weight: 500; }
.ec-productRole .ec-productRole__price .ec-price__tax {
      font-size: 0.8rem; }
.ec-productRole .ec-productRole__description {
    font-family: "Noto Serif JP", serif;
    font-size: 1.07rem;
    margin: 1em 0;
    line-height: 1.7;
    color: #666;
    text-align: justify; }
.ec-productRole .ec-productRole__code {
    font-size: 0.933rem;
    color: #666;
    margin: 0.5rem 0; }
.ec-productRole .ec-productRole__code .product-code-default {
      font-family: "Poppins"; }
.ec-productRole .ec-productRole__tags {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin: 0.5rem 0;
    margin-left: -7px;
    font-size: 0.933rem; }
.ec-productRole .ec-productRole__tags li {
      margin-left: 7px;
      line-height: 1;
      padding: 0.4em 0.7em;
      border: solid 1px; }
.ec-productRole .ec-productRole__category {
    margin: 1rem 0;
    font-size: 0.933rem; }
.ec-productRole .ec-productRole__category .titleLabel {
      color: #666; }
.ec-productRole .ec-productRole__category .ec-topicpath .ec-topicpath__item {
      /* 最後のli要素を太字 */ }
.ec-productRole .ec-productRole__category .ec-topicpath .ec-topicpath__item:first-child:before {
        content: "・"; }
.ec-productRole .ec-productRole__category .ec-topicpath .ec-topicpath__item:last-child a {
        font-weight: normal;
        pointer-events: auto; }
.ec-productRole .ec-productRole__actions {
    border-top: 1px solid #d6d6d6;
    margin: 2rem 0;
    padding-top: 2rem; }
.ec-productRole .ec-productRole__class {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
.ec-productRole .ec-productRole__class.classCategory2 {
      margin-top: 10px; }
.ec-productRole .ec-productRole__class .classLabel {
      margin: 0;
      margin-right: 1em;
      min-width: 6em; }
.ec-productRole .ec-productRole__class .classLabel:after {
        content: "："; }
.ec-productRole .ec-productRole__class .ec-select select, .ec-productRole .ec-productRole__class .ec-birth select {
      max-width: 100%; }
.ec-productRole .ec-productRole__cartinRow {
    display: flex;
    align-items: center;
    margin-top: 1em;
    /* 数量タイトルラベル */
    /* 数量 */
    /* カートインボタン・品切れ */
    /* お気に入りボタン */ }
.ec-productRole .ec-productRole__cartinRow .quantityLabel {
      margin: 0;
      margin-right: 1em;
      display: none; }
.ec-productRole .ec-productRole__cartinRow .ec-quantityRole {
      margin-right: 10px; }
.ec-productRole .ec-productRole__cartinRow .ec-productRole__btn {
      flex: 1 1 auto;
      max-width: 350px; }
.ec-productRole .ec-productRole__cartinRow .ec-productRole__btn button {
        height: 3.33rem;
        line-height: 3.33rem;
        width: 100%; }
.ec-productRole .ec-productRole__cartinRow .ec-blockBtn--favorite {
      margin-left: 10px; }
.ec-productRole .ec-productRole__share {
    margin-top: 2rem; }
.ec-productRole .ec-productRole__share .shareLabel {
      margin: 0;
      margin-right: .5em;
      display: inline-block; }
.ec-productRole .ec-productRole__share .shareBtnList {
      display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0; }
.ec-productRole .ec-productRole__share .shareBtnList li {
        display: inline-block;
        margin-left: 3px; }
.ec-productRole .ec-productRole__share .shareBtnList li a {
          display: block;
          font-size: 1.1rem;
          width: 2em;
          height: 2em;
          line-height: 2em;
          text-align: center;
          background: #666;
          color: #fff;
          border-radius: 50%;
          cursor: pointer;
          transition: .3s; }
.ec-productRole .ec-productRole__share .shareBtnList li a i {
            display: block;
            line-height: inherit; }
.ec-productRole .ec-productRole__share .shareBtnList li a i + span {
              display: none; }
.ec-productRole .ec-productRole__share .shareBtnList li a.twitter:hover {
            background-color: #1B95E0; }
.ec-productRole .ec-productRole__share .shareBtnList li a.facebook:hover {
            background-color: #3B5999; }
.ec-productRole .ec-productRole__share .shareBtnList li a.googleplus:hover {
            background-color: #db4a39; }
.ec-productRole .ec-productRole__share .shareBtnList li a.pinterest:hover {
            background-color: #cb2027; }
/*
商品フリーエリア

フリーエリアのスタイリングになります。

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

Markup:
../styleguide/tmpl/14.1.90.html

Styleguide 14.1.90
*/
.ec-productRole .ec-productRole__freearea {
  margin-top: 30px; }
/*
商品詳細タブ切り替えコンテンツ

管理機能「フリーエリア」に、HTMLコードを記述するとタブ切り替えコンテンツを表示させることができます。

サンプルコンテンツの、table要素、dl-table要素、dlレスポンシブの表組みスタイリングは、_0.1.base.scssにて行っています。

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

Markup:
../styleguide/tmpl/14.1.91.html

Styleguide 14.1.91
*/
.ec-productDetailTab {
  /* タブ */
  /* コンテンツ枠 */
  /* コンテンツ */ }
.ec-productDetailTab .ec-productDetailTab__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin-bottom: 2rem;
    border-bottom: 1px solid #d6d6d6; }
.ec-productDetailTab .ec-productDetailTab__nav li {
      font-size: 1rem;
      margin-right: 1.5em;
      padding: 0.25em 0;
      color: #666;
      border-bottom: solid 2px transparent;
      cursor: pointer;
      transition: .2s; }
.ec-productDetailTab .ec-productDetailTab__nav li:hover {
        border-color: #000; }
.ec-productDetailTab .ec-productDetailTab__nav li.is-active {
        color: #222;
        border-color: #000; }
.ec-productDetailTab .ec-productDetailTab__content {
    display: none; }
.ec-productDetailTab .ec-productDetailTab__content.is-active {
      display: block;
      display: block;
      opacity: 1;
      visibility: visible;
      -webkit-animation: fadeIn 150ms linear 0s;
              animation: fadeIn 150ms linear 0s; }
.ec-productDetailTab .ec-productDetailTab__content h2 {
      font-family: "Noto Serif JP", serif;
      font-size: 1.4rem;
      margin: 0;
      margin-bottom: 1em; }
/*
クローンカートイン

商品詳細ページにおいてカートインフォームのクローンコピーを作り、ページ下部にカートインフォームを常設させています（clone_cartin.js）。
そのスタイリングになります。
*/
.ec-cloneCartinRole {
  color: #fff;
  /* 数量カウントの「＋」「-」も白色になってしまうので黒文字に上書きスタイリングします */
  /* 黒系背景なのでカートボタンも色を変えておきます */
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.25));
  z-index: 9;
  /* スタンバイ */
  transform: translate3d(0, calc(100% - 15px), 0);
  transition: .5s;
  /**/
  /* 開閉ボタン */
  /* CLOSEボタン */
  /* OPEN状態 */ }
.ec-cloneCartinRole .ec-quantityRole__btn i {
    color: #000; }
.ec-cloneCartinRole .ec-blockBtn--cartin {
    background-color: #d00;
    border-color: #d00; }
.ec-cloneCartinRole .ec-cloneCartinRole__actions {
    max-width: 590px;
    margin: 0 auto; }
.ec-cloneCartinRole .ec-cloneCartinRole__toggleBtn {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #333;
    padding: 8px 40px 4px;
    line-height: 1;
    cursor: pointer;
    /*
    &:before,
    &:after {
      display: block;
      content: "";
      position: absolute;
      bottom: 0;
    }

    &:before {
      border-top: solid 16px transparent;
      border-right: solid 4px $bgColor;
      border-bottom: solid 16px $bgColor;
      border-left: solid 4px transparent;
      right: 100%;
    }

    &:after {
      border-top: solid 16px transparent;
      border-right: solid 4px transparent;
      border-bottom: solid 16px $bgColor;
      border-left: solid 4px $bgColor;
      left: 100%;
    }
    */ }
.ec-cloneCartinRole .ec-cloneCartinRole__toggleBtn span {
      font-size: 17px; }
.ec-cloneCartinRole .ec-cloneCartinRole__toggleBtn span:after {
        display: inline-block;
        font-family: "jeiafont";
        content: "\e92f";
        margin-left: 7px;
        font-size: 1.2em;
        line-height: 1;
        transform: translateY(3px); }
.ec-cloneCartinRole .ec-cloneCartinRole__closeBtn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    padding: .5em;
    visibility: hidden;
    opacity: 0;
    transition: 1s; }
.ec-cloneCartinRole.is-active {
    transform: translate3d(0, 0, 0); }
.ec-cloneCartinRole.is-active .ec-cloneCartinRole__closeBtn {
      visibility: visible;
      opacity: 1; }
/*
カート

カート 注文詳細 に関する Project コンポーネントを定義します。

使用箇所：
* Cart/index.twig
* Shopping/complete.twig
* Shopping/confirm.twig
* Shopping/index.twig
* Shopping/nonmember.twig

※ここで定義される`.ec-cartRole__error`はShopping/alert.twigでも使用されている。

Markup:
../styleguide/tmpl/15.1.html

Styleguide 15.1
*/
.ec-cartRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px; }
.ec-cartRole .ec-cartRole__progress {
    margin-bottom: 30px; }
.ec-cartRole .ec-cartRole__error {
    margin-bottom: 20px; }
.ec-cartRole .ec-cartRole__totalText {
    text-align: center;
    margin-bottom: 20px; }
.ec-cartRole .ec-cartRole__totalText p {
      margin: 0; }
.ec-cartRole .ec-cartRole__cart {
    margin: 2em 0; }
.ec-cartRole .ec-cartRole__actions {
    width: 300px;
    margin-left: auto;
    margin-right: 0; }
.ec-cartRole .ec-cartRole__total {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 1em 0 1.5em;
    border-bottom: 1px solid #d6d6d6; }
.ec-cartRole .ec-cartRole__totalAmount {
    font-size: 1.6rem;
    font-weight: 500; }
.ec-cartRole .ec-blockBtn--action {
    margin-bottom: 10px; }
/*
カートページのコンテナ違反？

cart/index.twig
.ec-cartRoleの中に、さらに.ec-cartRoleが指定されていて2重コンテナになっているのをCSSにて吸収対処

shopping/nonmemberでも同様に「.ec-customerRole」の中に.ec-cartRoleが入っているので対処

Styleguide 15.1.1
*/
.ec-cartRole .ec-cartRole,
.ec-customerRole .ec-cartRole {
  padding: 0; }
/*
カート商品表示

カート内の商品をを表示するテーブル枠です。

タブレット・デスクトップはtableでレイアウトを組みますが、スマホは.ec-cartRowごとにflexでレイアウトを組んでいます。

使用箇所：
Cart/index.twig

Markup:
../styleguide/tmpl/15.1.2.html

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

Styleguide 15.1.2
*/
.ec-cartTable {
  width: 100%;
  display: table;
  border-collapse: collapse; }
/*
カート商品表示：テーブルヘッダ

カート商品表示のテーブルのヘッダです。
タブレット・デスクトップのみで、スマホでは非表示となります。

使用箇所：
Cart/index.twig

Markup:
../styleguide/tmpl/15.1.3.html

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

Styleguide 15.1.3
*/
.ec-cartHeader {
  display: table-row;
  background-color: #f3f1eb; }
.ec-cartHeader .ec-cartHeader__label {
    display: table-cell;
    font-size: 0.9rem;
    padding: 0.75em 0;
    text-align: center;
    overflow-x: hidden;
    color: #222; }
/*
カート商品単位（共通パーツ）

カート内のアイテムを表示する単位です。

スマホと、タブレット・デスクトップとでレイアウトの組み方を変えてあります。
タブレット・デスクトップではtable行としてのレイアウトですが、スマホはflexを使ってレイアウトを組んでいます。

デバイス事のCSSスタイリングが煩雑ですので、共通パーツをスタイリングしておき、あとはデバイス個別にスタイリングをする流れとなっております。

使用箇所：
Cart/index.twig

Markup:
../styleguide/tmpl/15.1.4.html

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

Styleguide 15.1.4
*/
.ec-cartRow {
  list-style: none;
  margin: 0;
  padding: 0;
  /* ■ 削除カラム（デバイス共通） */
  /* ■ 商品内容カラム（デバイス共通） */
  /* 商品画像 */
  /* 商品サマリ */
  /* ■ 数量カラム（デバイス共通） */
  /* ■ 小計カラム（デバイス共通） */ }
.ec-cartRow a:hover {
    text-decoration: none; }
.ec-cartRow .ec-cartRow__delColumn .ec-icon {
    display: block;
    color: inherit; }
.ec-cartRow .ec-cartRow__delColumn .ec-icon:before {
      font-family: "jeiafont";
      content: "\e918";
      display: block;
      font-size: 18px;
      width: 1.5em;
      height: 1.5em;
      line-height: 1.5em;
      text-align: center;
      color: #666;
      border: solid 1px #ccc;
      border-radius: 50%; }
.ec-cartRow .ec-cartRow__delColumn .ec-icon img {
      display: none; }
.ec-cartRow .ec-cartRow__contentColumn {
    text-align: left; }
.ec-cartRow .ec-cartRow__img {
    display: inline-block;
    vertical-align: top; }
.ec-cartRow .ec-cartRow__img a {
      display: block;
      overflow: hidden;
      /* HTML構造によってはIE11でちらつく事があるので保険 */ }
.ec-cartRow .ec-cartRow__img a * {
        overflow: hidden; }
.ec-cartRow .ec-cartRow__img a img {
        transition: .6s; }
.ec-cartRow .ec-cartRow__img a:hover img {
        transform: scale(1.1);
        filter: brightness(1.05); }
.ec-cartRow .ec-cartRow__summary {
    display: inline-block;
    vertical-align: top;
    padding-left: 1em;
    /* 商品価格 */ }
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
      /* 規格名をくくる要素はないので、まず規格名称を基準にスタイリングしておいて、
        * それから商品名が格納されるa要素でスタイリングを施す
        */
      font-size: 0.9em;
      line-height: 1.2;
      margin-left: 0.5rem;
      margin-bottom: .5em; }
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name a {
        display: block;
        color: inherit;
        font-size: 1rem;
        font-weight: 500;
        margin-left: -0.5rem;
        margin-bottom: 0.4em; }
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name a + br {
          display: none; }
.ec-cartRow .ec-cartRow__summary .ec-cartRow__unitPrice {
      font-size: 1rem; }
.ec-cartRow .ec-cartRow__amountColumn {
    /* 数量表示 */
    /* 数量変更ボタンエリア */
    /* 数量変更ボタン共通 */
    /* 数量プラスボタン */
    /* ボタン無効 */ }
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
      display: inline-flex; }
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton,
    .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton,
    .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled {
      display: block;
      width: 36px;
      height: 36px;
      margin-left: 1px;
      color: inherit; }
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton__icon,
      .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton__icon,
      .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled__icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background-color: #f3f1eb;
        color: #000;
        padding: 5px;
        box-sizing: border-box; }
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton__icon:before,
        .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton__icon:before,
        .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled__icon:before {
          font-family: "jeiafont";
          content: "\e917";
          font-size: 1.5em; }
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton__icon img,
        .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton__icon img,
        .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled__icon img {
          display: none; }
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton__icon:before {
      content: "\e916"; }
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled .ec-cartRow__amountDownButton__icon {
      color: #bbb; }
.ec-cartRow .ec-cartRow__subtotalColumn {
    font-weight: 500; }
.ec-cartRow .ec-cartRow__sutbtotalSP {
    display: none; }
.ec-cartRow .ec-cartRow__amountSP {
    display: none; }
/*
カート商品単位（スマホ用）

flexを用いてまず、「商品内容カラム」を100%フル幅にして、
改行する形で「数量カラム」と「小計カラム」を左右2列で配置。
削除ボタンはpositionで右上に配置するレイアウトです。
*/
/*
カート商品単位（タブレット・デスクトップ用用）

*/
/*
アラート

カート内の商品に問題があることを示す警告メッセージです。

使用箇所：
* Cart/index.twig
* Shopping/shipping.twig
* Shopping/alert.twig

Markup:
../styleguide/tmpl/15.1.6.html

Styleguide 15.1.6
*/
.ec-alert-warning {
  background-color: #ff9999;
  color: #fff;
  font-size: 1rem;
  padding: 1em;
  text-align: center; }
.ec-alert-warning .ec-alert-warning__icon {
    display: inline-block;
    width: 2em;
    height: auto;
    margin-bottom: 0.5em; }
/*
送料無料等のメッセージ

「送料無料」「あと〇〇円で送料無料になります」のメッセージ

このエリアのclass名が「.ec-cartRole__progress」となっており、これはカートやショッピングフローの
ページ冒頭にある「1-2-3-4」進捗状況を表示する部分と同じclass名称となっています。
コーティング上のミスだと思いますが、本来であればTwig側を編集すべきだと思いますが、
テンプレートとしては極力、必要以外の編集を加えたくないのでCSSで吸収したいと思います。

ただ、メッセージが空の場合でも要素自体は空のまま出力されてしまっているのでこのメッセージ欄の余白は影響を及ぼします。
その前提で上下のパーツの調整が必要となるかもしれません。

もし、Twig側を編集するのでありましたら、こちらのCSSも調整または削除してください。

Markup:
../styleguide/tmpl/15.1.8.html

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

Styleguide 15.1.8
*/
.ec-cartRole .ec-cartRole__cart + .ec-cartRole__progress {
  margin: 0;
  padding: 0;
  margin-top: 1em;
  text-align: right; }
/*
ショッピング完了コンテナ
*/
.ec-cartCompleteRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px; }
/*
注文内容確認

ショッピングフロー（入力、確認）と、マイページの注文履歴詳細

使用箇所：
* Shopping/index.twig
* Shopping/confirm.twig
* Mypage/history.twig

Markup:
../styleguide/tmpl/15.2.html

Styleguide 15.2
*/
/*
ページレイアウト

タブレット・デスクトップは注文内容とカートサマリーを左右2分割。スマホは縦1列配置。
*/
.ec-orderRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px; }
/* 注文内容各項目の共通（下マージン） */
.ec-orderConfirm {
  margin-bottom: 0; }
/*
オーダー情報（注文履歴詳細）

マイページ 注文履歴詳細の冒頭、注文日時や注文番号の記載の部分

使用箇所：
* Mypage/history.twig

※メモ：dt,dd要素で組まれているがdl親要素が無いのでできれば調整しておいたほうがベスト

Markup:
../styleguide/tmpl/15.2.1.html

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

Styleguide 15.2.1
*/
.ec-orderOrder {
  font-size: 0.933rem; }
.ec-orderOrder .ec-definitions, .ec-orderOrder .ec-definitions--soft {
    padding-bottom: 0.5em;
    border-bottom: dotted 1px #ccc; }
.ec-orderOrder .ec-definitions dt, .ec-orderOrder .ec-definitions--soft dt {
      font-weight: normal; }
/*
お客様情報（ショッピングフロー）

使用箇所：
* Shopping/index.twig
* Shopping/confirm.twig

Markup:
../styleguide/tmpl/15.2.2.html

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

Styleguide 15.2.2
*/
.ec-orderAccount {
  /* お客様情報（確定情報） */
  /* ゲスト購入時の編集入力枠 */
  /* 変更ボタン */ }
.ec-orderAccount .ec-orderAccount__account {
    border: solid 1px #ddd;
    padding: 10px; }
.ec-orderAccount .ec-orderAccount__account .ec-halfInput,
    .ec-orderAccount .ec-orderAccount__account .ec-input,
    .ec-orderAccount .ec-orderAccount__account .ec-halfInput,
    .ec-orderAccount .ec-orderAccount__account .ec-numberInput,
    .ec-orderAccount .ec-orderAccount__account .ec-zipInput,
    .ec-orderAccount .ec-orderAccount__account .ec-telInput,
    .ec-orderAccount .ec-orderAccount__account .ec-zipInput,
    .ec-orderAccount .ec-orderAccount__account .ec-telInput {
      margin: 0;
      margin-bottom: 0.5em; }
.ec-orderAccount .ec-orderAccount__account .ec-zipInput {
      margin-bottom: 0; }
.ec-orderAccount .ec-orderAccount__account .ec-telInput:before {
      content: "電話番号　"; }
.ec-orderAccount .ec-orderAccount__account .customer-email:before {
      content: "メールアドレス　"; }
.ec-orderAccount .ec-borderedDefs {
    margin-bottom: 1.5rem; }
.ec-orderAccount .ec-orderAccount__change {
    text-align: right;
    margin-bottom: 10px; }
/*
配送情報

使用箇所：
* Shopping/index.twig
* Shopping/confirm.twig
* Mypage/history.twig

※メモ：dt,dd要素で組まれているがdl親要素が無いのでできれば調整しておいたほうがベスト

Markup:
../styleguide/tmpl/15.2.3.html

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

Styleguide 15.2.3
*/
.ec-orderDelivery {
  /* タイトル「お届け先」 */
  /* 変更ボタン */
  /* 商品内容 */
  /* お届け先住所 */
  /* 配送方法・お届け日時 */
  /* お届け先追加ボタンエリア */
  /*
  複数配送先の場合　各お届け先ごとのエリア区分が判別しやすいように調整
  少し太めのborderを敷いています。
  
  ※お届け先ごとにグルーピングされる要素が無いので、2つ目以降のお届け先は、
  「__actions」に続く「__title」でしか判別できません
  */ }
.ec-orderDelivery .ec-orderDelivery__title {
    font-size: 1rem;
    line-height: 40px;
    font-weight: 700;
    position: relative;
    margin-bottom: 1rem; }
.ec-orderDelivery .ec-orderDelivery__change {
    position: absolute;
    right: 0;
    top: 0; }
.ec-orderDelivery .ec-orderDelivery__item {
    /* 軽減税率対象商品である事のコメント */ }
.ec-orderDelivery .ec-orderDelivery__item ul + p {
      font-size: 0.933rem;
      margin-top: .5em; }
.ec-orderDelivery .ec-orderDelivery__address {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
.ec-orderDelivery .ec-orderDelivery__address p {
      margin: 0; }
.ec-orderDelivery .ec-orderDelivery__actions label {
    font-weight: normal;
    min-width: 6em; }
.ec-orderDelivery .ec-orderDelivery__edit {
    border-top: 1px solid #d6d6d6;
    padding-top: 20px;
    margin-top: 20px; }
.ec-orderDelivery .ec-orderDelivery__actions + .ec-orderDelivery__title {
    margin-top: 1em;
    border-top: solid 2px #ddd;
    padding-top: 1em; }
.ec-orderDelivery .ec-orderDelivery__actions + .ec-orderDelivery__title .ec-orderDelivery__change {
      top: 1em; }
/*
注文詳細 お支払情報

※「お支払い方法」欄のほか、「利用ポイント」も同じclassを使用

使用箇所：
* Shopping/index.twig
* Shopping/confirm.twig
* Mypage/history.twig

Markup:
../styleguide/tmpl/15.2.4.html

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

Styleguide 15.2.4
*/
.ec-orderPayment .ec-input input#shopping_order_use_point, .ec-orderPayment .ec-halfInput input#shopping_order_use_point, .ec-orderPayment .ec-numberInput input#shopping_order_use_point, .ec-orderPayment .ec-zipInput input#shopping_order_use_point, .ec-orderPayment .ec-telInput input#shopping_order_use_point {
  width: 10em;
  text-align: right; }
.ec-orderPayment img {
  width: auto; }
/*
注文詳細 お問い合わせ

使用箇所：
* Shopping/index.twig
* Shopping/confirm.twig
* Mypage/history.twig

Markup:
../styleguide/tmpl/15.2.5.html

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

Styleguide 15.2.5
*/
/*
お届け先の複数指定

お届け先の複数指定に関するコンポーネントを定義します。

ex [ショッピングページ　お届け先の複数指定](http://eccube-4.0.2.local/shopping/shipping_multiple)
(商品購入画面 → 「お届け先を追加する」を押下)

使用箇所：
* Shopping/shipping_multiple.twig

Markup:
../styleguide/tmpl/15.2.6.html

Styleguide 15.2.6
*/
.ec-AddAddress {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px;
  /* 新規お届け先追加ボタンエリア */
  /* 商品単位のフレーム */
  /* 商品アイテム（画像とコンテンツ） */
  /* 商品アイテム：画像 */
  /* 商品アイテム：コンテンツ */
  /* 商品アイテムコンテンツ：商品名 */
  /* 商品アイテムコンテンツ：商品規格名 */
  /* 商品アイテムコンテンツ：商品価格 */
  /* 商品アイテムコンテンツ：数量 */
  /* 住所・数量選択欄 */
  /* 住所選択 */
  /* 数量指定 */
  /* お届け先追加ボタンエリア */
  /* 選択したお届け先に送るボタンエリア */ }
.ec-AddAddress .ec-AddAddress__new {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #d6d6d6; }
.ec-AddAddress .ec-AddAddress__add {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    font-size: 1rem; }
.ec-AddAddress .ec-AddAddress__item {
    display: flex; }
.ec-AddAddress .ec-AddAddress__itemThumb {
    flex: 0 0 auto;
    width: 22vw;
    max-width: 120px; }
.ec-AddAddress .ec-AddAddress__itemThumb img {
      width: 100%; }
.ec-AddAddress .ec-AddAddress__itemtContent {
    flex: 1 1 auto;
    padding-left: 1em; }
.ec-AddAddress .ec-AddAddress__itemtTitle {
    font-weight: 500; }
.ec-AddAddress .ec-AddAddress__itemtSize {
    font-size: 0.9em;
    margin-left: 0.75em; }
.ec-AddAddress .ec-AddAddress__itemtPrice {
    margin-top: 0.5em;
    display: inline-block; }
.ec-AddAddress .ec-AddAddress__itemtNumber {
    display: inline-block;
    margin-left: 1em; }
.ec-AddAddress .ec-AddAddress__select {
    margin: 20px 0;
    background-color: #f3f1eb;
    padding: 1em;
    /* 削除ボタン */ }
.ec-AddAddress .ec-AddAddress__select .ec-inlineBtn.delete {
      display: inline-block;
      margin-left: 1em; }
.ec-AddAddress .ec-AddAddress__selectAddress {
    display: inline-block; }
.ec-AddAddress .ec-AddAddress__selectAddress label {
      font-weight: normal;
      margin-right: .5em; }
.ec-AddAddress .ec-AddAddress__selectAddress .select_ui {
      margin: 0; }
.ec-AddAddress .ec-AddAddress__selectNumber {
    display: inline-block;
    margin-left: 1em; }
.ec-AddAddress .ec-AddAddress__selectNumber label {
      font-weight: normal;
      margin-right: .5em; }
.ec-AddAddress .ec-AddAddress__selectNumber input {
      display: inline-block;
      width: 80px; }
.ec-AddAddress .ec-AddAddress__actions .ec-blockBtn--action {
    margin-bottom: 10px; }
/*
補正

EC-CUBE4標準では、フォーム送信系のページの確認ページにおいて、入力フォームではない部位に「.ec-input」などのフォーム部品包括要素が
そのまま入力ページと同じ構成で使われています。
これが仕様なのかコーディングミスなのかは判別つきませんが、それにより少々CSSスタイリングがしづらい面があります。

※フォームパーツの特性がそれぞれにあるからこそ包括要素もそれぞれにあるのだろうと思うのですが、確認ページはそもそもテキスト表示のみですから、
そこは意図するものが違いますから別物としてコーディングすべきかとも思います。


ショッピングフローの「確認ページ」において、「お支払い方法」「利用ポイント」は「.ec-blockRadio」が使われていますがそれにより崩れが生じます。
（※「.ec-blockRadio」はラジオ部品を縦に並べる際に部品間に与えた余白を、ネガティブマージンで全体調整しています）
「.ec-blockRadio」のネガティブマージンを別の手法に置き換えるか考えるところですが、しかし、「お支払い方法」は入力ページでは別要素「.ec-radio」で
括られており入力ページと確認ページとで包括要素が別物になってるあたりコーディングミスなのだろうと思いますので、
.ec-blockRadioを調整するよりは、部分的な補正にとどめるのがベストかと思います。
さらに言えば「利用ポイント」はblockRadioの要素はまったくないわけですし…。次期バージョンアップで修正を希望します。

確認ページ：お支払い方法、利用ポイントの補正

Styleguide 15.2.90
*/
body#page_shopping_confirm .ec-blockRadio {
  margin-top: 0; }
/*
マイページ　注文履歴一覧

使用箇所：
Mypage/index.twig

Markup:
../styleguide/tmpl/16.1.html

Styleguide 16.1
*/
.ec-historyRole {
  font-size: .933rem;
  /* 左枠：注文データ */
  /* 右枠：商品内容 */ }
.ec-historyRole .ec-historyRole__contents {
    display: flex;
    padding-top: 1em;
    padding-bottom: 1em;
    border-top: 1px solid #d6d6d6; }
.ec-historyRole .ec-historyRole__header {
    flex: 0 0 25%;
    background-color: #f7f6f6;
    padding: 1em; }
.ec-historyRole .ec-historyRole__detail {
    flex: 1 1 auto;
    padding-left: 10px;
    /* 商品内容 */
    /* 商品名称 */
    /* 商品価格＆数量 */ }
.ec-historyRole .ec-historyRole__detail .ec-imageGrid + .ec-imageGrid {
      margin-top: 10px; }
/*
注文履歴一覧ヘッダ内容
*/
.ec-historyListHeader {
  /* 日付 */
  /* ご注文番号・状況*/ }
.ec-historyListHeader .ec-definitions dt, .ec-historyListHeader .ec-definitions--soft dt {
    font-weight: normal;
    min-width: auto; }
.ec-historyListHeader .ec-historyListHeader__action {
    margin: 0;
    margin-top: 1.5em; }
/*
注文履歴詳細

マイページ 注文履歴詳細部に関する Project コンポーネントを定義します。

注文履歴詳細の構造は`.ec-orderRole`と同じで、これはスタイルガイド15.2「注文内容確認」でスタイリングが完了しておりここでは追加定義は何もありません。

Markup:
../styleguide/tmpl/16.2.html

Styleguide 16.2
*/
/*
注文履歴詳細 メール履歴

マイページ 注文履歴詳細部に関する Project コンポーネントを定義します。

使用箇所：
* Mypage/history.twig

Styleguide 16.2.5
*/
/*
注文履歴詳細 メール履歴個別

マイページ 注文履歴詳細部に関する Project コンポーネントを定義します。

使用箇所：
* Mypage/history.twig

メモ：
メール本文の`.ec-orderMail__body`は初期時は「display:none;」されており、function.jsにより`.ec-orderMail__link`クリックで展開されるようです。

Markup:
../styleguide/tmpl/16.2.6.html

Styleguide 16.2.6
*/
.ec-orderMail {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #d6d6d6; }
.ec-orderMail .ec-orderMail__time {
    margin: 0; }
.ec-orderMail .ec-orderMail__body {
    display: none; }
.ec-orderMail .ec-orderMail__time {
    margin-bottom: .5em; }
.ec-orderMail .ec-orderMail__link {
    margin-bottom: 4px; }
.ec-orderMail .ec-orderMail__link a {
      color: #0092C4;
      text-decoration: none;
      cursor: pointer; }
.ec-orderMail .ec-orderMail__link a:hover {
      color: #33A8D0; }
.ec-orderMail .ec-orderMail__close a {
    color: #0092C4;
    text-decoration: none;
    cursor: pointer; }
.ec-orderMail .ec-orderMail__close a:hover {
    color: #33A8D0; }
/*
住所一覧

マイページ「お届け先一覧」と、ショッピングページ「お届け先の指定」にて使用

ショッピングページ「お届け先の指定」は、配送情報の「変更」ボタンから入ることができます。
しかしながら、この「お届け先の指定」の選択ボタンの部位が、マイページ「お届け先一覧」の削除ボタン部位と同じ扱いとなっており、
その包括classが「.ec-addressList__remove」となっているのは非常に気持ち悪い所ですのでTwigの編集ができるのであればそうしたいところ

当テンプレートではそのままですが、レイアウト的に、選択ボタンは左に寄せ、削除ボタンは右に寄せるようにスタイリングしています。

使用箇所：
* Mypage/delivery.twig
* Shopping/shipping.twig

Markup:
../styleguide/tmpl/17.1.html

Styleguide 17.1
*/
.ec-addressRole {
  /* 新規お届け先を追加ボタンエリア */ }
.ec-addressRole .ec-addressRole__actions {
    margin-bottom: 2em; }
/* 住所一覧 */
.ec-addressList {
  /* 削除ボタンエリア、兼、選択ボタンエリア */
  /* 住所エリア */
  /* 変更ボタン（マイページお届け先一覧のみ） */ }
.ec-addressList .ec-addressList__item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d6d6d6; }
.ec-addressList .ec-addressList__item:first-child {
      border-top: 1px solid #d6d6d6; }
.ec-addressList .ec-addressList__remove {
    flex: 0 0 auto;
    min-width: 3em;
    text-align: center;
    /*
    選択ボタン（ラジオボタン）においては、ここでは.ec-radioがコーディングされておりませんので、javascriptで.ec-radioとlabelを挿入しています。
    また、住所内容にもlabelを挿入して、住所のクリックでもラジオボタンが反応するようにしてあります。
    javascriptで挿入するのは気がひけますが、もし編集可能であればTwig側をほかのフォームページと同等になるように修正してください（EC-CUBE時期バージョンで修正希望）
    */ }
.ec-addressList .ec-addressList__address {
    flex: 1 1 auto;
    padding: 1em;
    padding-left: 0;
    /*
    住所エリアにlabelはコーディングされておりませんがUI的にあったほうがいいと判断しjavascriptで挿入させています。（「お届け先の指定」ページ）
    */ }
.ec-addressList .ec-addressList__address label {
      font-weight: normal;
      /* 氏名欄（識別classは振られていないので、やむなく1番目の要素を氏名と識別） */ }
.ec-addressList .ec-addressList__address label > :first-child {
        font-weight: 500; }
.ec-addressList .ec-addressList__action {
    flex: 0 0 auto;
    padding: 0; }
/*
マイページ「お届け先一覧」用のカスタマイズ
削除ボタンエリアを右端に来るように変更し、削除アイコンは使わずインラインボタンを生成
*/
body#page_mypage_delivery .ec-addressList .ec-addressList__remove {
  order: 3;
  width: auto;
  padding-left: 10px; }
body#page_mypage_delivery .ec-addressList .ec-addressList__remove:after {
    content: "削除";
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0.6em 1em;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0px;
    font-weight: normal;
    text-decoration: none;
    transition: .3s;
    color: #fff;
    background-color: #242930;
    border-color: #444;
    /*
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    color: $color;
    background-color: darken($background, 10%);
        border-color: darken($border, 12%);

    &:hover,
    &:focus,
    &.focus {
      color: $color;
      background-color: darken($background, 17%);
          border-color: darken($border, 25%);
    }
  }
  &:active,
  &.active,
  .open > &.dropdown-toggle {
    background-image: none;
  }
  */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*
  &,
  &:active,
  &.active {
    &:focus,
    &.focus {
      @include tab-focus;
    }
  }

  &:active,
  &.active {
    outline: 0;
    background-image: none;
    @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
  }
  */
    font-size: 0.9rem;
    padding: 0.6em 1em;
    font-weight: normal;
    font-size: 0.9rem; }
body#page_mypage_delivery .ec-addressList .ec-addressList__remove:after:focus, body#page_mypage_delivery .ec-addressList .ec-addressList__remove:after.focus {
      color: #fff;
      /* タブフォーカスを有効にする場合はコメントアウトを解除してください。
  outline: none;
  box-shadow: 0 0 0 1px $input-border-focus;// フォーム部品のfocusカラーを利用
  */ }
body#page_mypage_delivery .ec-addressList .ec-addressList__remove:after:hover {
      text-decoration: none;
      color: #fff;
      background-color: #0e1013;
      border-color: #252525; }
body#page_mypage_delivery .ec-addressList .ec-addressList__remove:after.disabled, body#page_mypage_delivery .ec-addressList .ec-addressList__remove:after[disabled],
    fieldset[disabled] body#page_mypage_delivery .ec-addressList .ec-addressList__remove:after {
      background-color: #999;
      border-color: #999;
      cursor: not-allowed; }
body#page_mypage_delivery .ec-addressList .ec-addressList__remove:after.disabled:hover, body#page_mypage_delivery .ec-addressList .ec-addressList__remove:after.disabled:focus, body#page_mypage_delivery .ec-addressList .ec-addressList__remove:after.disabled.focus, body#page_mypage_delivery .ec-addressList .ec-addressList__remove:after[disabled]:hover, body#page_mypage_delivery .ec-addressList .ec-addressList__remove:after[disabled]:focus, body#page_mypage_delivery .ec-addressList .ec-addressList__remove:after[disabled].focus,
      fieldset[disabled] body#page_mypage_delivery .ec-addressList .ec-addressList__remove:after:hover,
      fieldset[disabled] body#page_mypage_delivery .ec-addressList .ec-addressList__remove:after:focus,
      fieldset[disabled] body#page_mypage_delivery .ec-addressList .ec-addressList__remove:after.focus {
        background-color: #999;
        border-color: #999; }
body#page_mypage_delivery .ec-addressList .ec-addressList__remove:after .badge {
      color: #242930;
      background-color: #fff; }
body#page_mypage_delivery .ec-addressList .ec-addressList__remove .ec-icon {
    display: none; }
/*
パスワードリセット

パスワードリセットのスタイルです。

使用箇所：
* Forgot/index.twig

Markup:
../styleguide/tmpl/18.1.html

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

Styleguide 18.1
*/
.ec-forgotRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px; }
.ec-forgotRole .ec-forgotRole__form {
    margin-bottom: 0; }
.ec-forgotRole .ec-forgotRole__intro {
    font-size: 1rem; }
/*
会員登録系

会員登録 に関する Project コンポーネントを定義します。

会員登録ページのみでなく、会員情報を扱いフォームページにて使用されている様子

メモ：
.ec-registerRole__actionsの上マージンについて、入力ページと確認ページとでは「利用規約チェック」の有無の違いがあるので余白の微調整をしたいところだが、
入力ページと確認ページで識別classが付くわけではない様子なので、区別ができない（たぶん）。
Twigを編集すれば可能となるがテンプレートではTwigは極力変更しない考えなので、この件は保留。jsで実装するのもちょっとあれなので。

使用箇所：
* Entry/index.twig
* Entry/confirm.twig
* Forgot/reset.twig
* Shopping/shipping.twig
* Shopping/shipping_edit.twig
* Shopping/shipping_multiple_edit.twig

Markup:
../styleguide/tmpl/19.1.html

Styleguide 19.1
*/
.ec-registerRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px; }
.ec-registerRole .ec-registerRole__actions .ec-checkbox, .ec-registerRole .ec-registerRole__actions .ec-blockCheckbox {
    margin: 1em 0; }
.ec-registerCompleteRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px; }
/*
.ec-registerRole__actions

`.ec-registerRole__actions`は、会員情報系のフォームページ専用のアクションボタンの括り要素という位置づけで、
コンテナ`.ec-registerRole`に属するコンポーネントという設計思想かと思いましたが、実際のところ、
「お問い合わせ」ページのボタン部分にも使われており、しかし「お問い合わせ」ページはコンテナが`.ec-registerRole`ではありません。
どうやら`.ec-registerRole__actions`は、必ずしも`.ec-registerRole`の中に包含されているとは限らないようで、
ほかのさまざまなコンテナの中で使われています。コーディングルールから外れているように思いますが、CSS側で吸収してスタイリングし直しています。

※送信ボタンRole的なものは様々なフォームページで登場しますので、汎用な意味を持たせる意味で「register」とは違う名称を付けるべきかもしれません。

「.ec-registerRole__actions」使用箇所：
* Contact/confirm.twig
* Contact/index.twig
* Entry/confirm.twig
* Entry/index.twig
* Forgot/reset.twig
* Mypage/change.twig
* Mypage/delivery_edit.twig
* Shopping/nonmember.twig
* Shopping/shipping.twig
* Shopping/shipping_edit.twig
* Shopping/shipping_multiple_edit.twig

また、いくつかのページでは「.ec-RegisterRole__actions」と「r」が大文字「R」になっており、これはおそらくコーディングミスだと思われますが、
これもCSS側で吸収しておきます。（Twigの必要以外の編集はテンプレート的には極力避けたい所です）

大文字R該当ページ：

* Contact/confirm.twig
* Contact/index.twig
* Mypage/change.twig
* Mypage/delivery_edit.twig
* Shopping/nonmember.twig
* Shopping/shipping_edit.twig

Styleguide 19.1.2
*/
.ec-registerRole .ec-registerRole__actions,
.ec-registerRole .ec-RegisterRole__actions,
.ec-mypageRole .ec-registerRole__actions,
.ec-mypageRole .ec-RegisterRole__actions,
.ec-contactRole .ec-registerRole__actions,
.ec-contactRole .ec-RegisterRole__actions,
.ec-contactConfirmRole .ec-registerRole__actions,
.ec-contactConfirmRole .ec-RegisterRole__actions,
.ec-customerRole .ec-registerRole__actions,
.ec-customerRole .ec-RegisterRole__actions {
  margin-top: 6.25vw; }
.ec-registerRole .ec-registerRole__actions .ec-blockBtn--action,
  .ec-registerRole .ec-RegisterRole__actions .ec-blockBtn--action,
  .ec-mypageRole .ec-registerRole__actions .ec-blockBtn--action,
  .ec-mypageRole .ec-RegisterRole__actions .ec-blockBtn--action,
  .ec-contactRole .ec-registerRole__actions .ec-blockBtn--action,
  .ec-contactRole .ec-RegisterRole__actions .ec-blockBtn--action,
  .ec-contactConfirmRole .ec-registerRole__actions .ec-blockBtn--action,
  .ec-contactConfirmRole .ec-RegisterRole__actions .ec-blockBtn--action,
  .ec-customerRole .ec-registerRole__actions .ec-blockBtn--action,
  .ec-customerRole .ec-RegisterRole__actions .ec-blockBtn--action {
    margin-bottom: 1rem; }
/*
コンテナ違反？

`.ec-registerRole`は「@include container」されて「コンテナ」として振舞いますが（EC-CUBE標準仕様）、
ゲスト購入時のショッピングページ「お届け先変更」フォームでは、同じコンテナの「.ec-role」の中に包含される形でコーディングされており、
結果、左右余白が2重にかかってしまいます。
会員ログイン時では2重コンテナにはなっておらずコンテナの住み分けができているので、こちらはコーディングミスではないかと思われます。
テンプレートとしてはTwig編集は極力避けたいのでCSS側にて吸収します。

Styleguide 19.1.3
*/
.ec-role .ec-registerRole {
  padding-left: 0;
  padding-right: 0; }
/*
お問い合わせ

お問い合わせ に関する Project コンポーネントを定義します。

使用箇所：
* Contact/index.twig

Markup:
../styleguide/tmpl/19.2.html

Styleguide 19.2
*/
.ec-contactRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px;
  /* .ec-contactRole__actions
   * EC-CUBE4では実際にはこれは使われておらず、「ec-RegisterRole__actions」となっています（しかもrの字が大文字R）
   * おそらくコーディングミスと思われますが、Twigを編集せずにCSS側で吸収して調整しています。（_19.1.register.scss）
   */ }
.ec-contactConfirmRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px; }
.ec-contactCompleteRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px; }
/*
お客様情報の入力

ログインせずゲストとして商品を購入する際の、お客様情報の入力 に関する Project コンポーネントを定義します。

使用箇所：
* Shopping/nonmember.twig

Markup:
../styleguide/tmpl/19.3.html

Styleguide 19.3
*/
.ec-customerRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px; }
/*
404ページ

404 エラー画面で使用するページコンポーネントです。

ex [404エラー画面](http://eccube-4.0.2.local/404)

使用箇所：
* error.twig

警告アイコンを包括するdiv要素で、Twig内で「style="font-size:100px;text-align:center;"」とインラインCSSが記述されており少々手荒な感じがしますが、
当テンプレートでのCSSスタイリングに影響は微小ととらえTwigは編集せずそのままにしておきます。

Markup:
../styleguide/tmpl/20.1.html

Styleguide 20.1
*/
.ec-404Role {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px;
  margin-top: 30px;
  text-align: center; }
.ec-404Role .ec-icon {
    line-height: 1rem; }
.ec-404Role .ec-icon img {
      width: 60px;
      height: auto; }
.ec-404Role .ec-404Role__title {
    font-size: 1.5rem;
    margin: 1em 0;
    text-align: center !important; }
.ec-404Role .ec-404Role__description {
    font-size: 1.1rem;
    text-align: center !important; }
.ec-404Role .ec-blockBtn--cancel {
    margin-top: 30px;
    width: 100%;
    box-sizing: border-box; }
/*
〇〇は存在しません

商品一覧ページにて、存在しないカテゴリ、商品検索で該当商品0の場合の表示スタイリングです。
使用箇所は商品一覧ページのみですが、拡張的にFAQや他のコンテンツで使用する場面も出てくる可能性もありますので、
こちらにてスタイリングを記述しています。
*/
.ec-notFoundRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px; }
.ec-notFoundRole p {
    text-align: center;
    margin: 3em 0; }
/*
退会手続き（フロントページ）

使用箇所：
* Mypage/withdraw.twig

警告アイコンを包括するdiv要素で、Twig内で「style="font-size:100px;text-align:center;"」とインラインCSSが記述されており少々手荒な感じがしますが、
当テンプレートでのCSSスタイリングに影響は微小ととらえTwigは編集せずそのままにしておきます。

Markup:
../styleguide/tmpl/21.1.html

Styleguide 21.1
*/
.ec-withdrawRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px;
  text-align: center; }
.ec-withdrawRole .ec-icon {
    line-height: 1rem; }
.ec-withdrawRole .ec-icon img {
      width: 60px;
      height: 60px; }
.ec-withdrawRole .ec-withdrawRole__title {
    font-size: 1.5rem;
    margin: 1em 0; }
.ec-withdrawRole .ec-withdrawRole__description {
    font-size: 1.1rem; }
.ec-withdrawRole .ec-blockBtn--cancel {
    margin-top: 30px; }
/*
退会手続き（確認ページ）

使用箇所：
Mypage\withdraw_confirm.twig

フロントページでは「.ec-withdrawRole」がコンテナになっていますが、こちらの確認ページでは「.ec-withdrawConfirmRole」でスタイリングされているものの、
コンテナ要素にはなっておりません。この親要素として「.ec-maypageRole」がつけられておりこちらがコンテナとなっています。

Markup:
../styleguide/tmpl/21.1.2.html

Styleguide 21.1.2
*/
.ec-withdrawConfirmRole {
  text-align: center; }
.ec-withdrawConfirmRole .ec-icon {
    line-height: 1rem; }
.ec-withdrawConfirmRole .ec-icon img {
      width: 60px;
      height: auto; }
.ec-withdrawConfirmRole .ec-withdrawConfirmRole__title {
    font-size: 1.5rem;
    margin: 1em 0; }
.ec-withdrawConfirmRole .ec-withdrawConfirmRole__description {
    font-size: 1.1rem; }
.ec-withdrawConfirmRole .ec-blockBtn--cancel {
    margin-top: 30px;
    margin-bottom: 10px; }
.ec-withdrawConfirmRole .ec-blockBtn {
    background-color: #a80000;
    border-color: #a80000; }
/*
会員情報編集完了

会員情報編集完了で使用するページコンポーネントです。

ex [会員情報編集完了](http://eccube-4.0.2.local/mypage/change_complete)

使用箇所：なし

※現バージョンでの編集完了画面は`.ec-registerCompleteRole`となっており、これは「19.1 会員登録」の中で定義されていますので、
こちらのスタイリングは未使用につき不要と思われます。

Markup:
../styleguide/tmpl/22.1.html

Styleguide 22.1
*/
/*
.ec-userEditCompleteRole {
  @include container;
  text-align: center;
  padding: 0 16px;

  & &__title{
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 24px;
    @include media_desktop(){
      font-size: 32px;
    }
  }
  
  & &__description{
    margin-bottom: 32px;
    font-size: 16px;
  }
}
*/
/*
ヘルプ

各ヘルプページに関する Project コンポーネントを定義します。

該当ページ：
* Help/about.twig
* Help/agreement.twig
* Help/guide.twig
* Help/privacy.twig
* Help/tradelaw.twig

Styleguide 23.1
*/
.ec-helpRole {
  margin: 0 auto;
  box-sizing: content-box;
  width: auto !important;
  max-width: 1280px;
  /* section */
  /* h3タイトル */
  /* h4タイトル */
  /* 段落 */
  /* 画像 */
  /* table */
  /* 枠囲み */ }
.ec-helpRole h3 {
    font-size: 1.066em;
    font-weight: normal;
    margin: 2em 0 1em;
    border-left: solid 5px #cdc4ab;
    border-bottom: solid 1px #d6d6d6;
    padding: .5em .5em; }
.ec-helpRole h4 {
    font-size: 1em;
    font-weight: 500;
    margin: 1em 0; }
.ec-helpRole h4:before {
      content: "【"; }
.ec-helpRole h4:after {
      content: "】"; }
.ec-helpRole p {
    font-size: 1rem;
    line-height: 1.75; }
.ec-helpRole .fig img {
    width: auto;
    max-width: 100%;
    height: auto; }
.ec-helpRole table {
    width: 100%;
    margin-bottom: 1em; }
.ec-helpRole table th {
      border: solid 1px #ccc;
      padding: 1em; }
.ec-helpRole table td {
      border: solid 1px #ccc;
      padding: 1em;
      /* 価格表示セル */ }
.ec-helpRole table td.priceCell {
        text-align: right;
        white-space: nowrap; }
.ec-helpRole .ec-frame {
    border: solid 1px #ccc;
    padding: 1em;
    margin: 1em 0;
    font-size: inherit;
    line-height: 1.75; }
/*
規約条文

規約条文の汎用スタイルです。

該当ページ：
* Help/agreement.twig
* Help/privacy.twig

Styleguide 23.2
*/
.ec-provision .ec-provision__heading {
  font-size: 1rem;
  margin-bottom: 2em; }
.ec-provision dl {
  font-size: 1rem;
  margin-bottom: 2em; }
.ec-provision dl dt {
    font-weight: 700;
    margin-bottom: 0.5em; }
.ec-provision dl dd {
    font-size: 1em;
    font-weight: normal;
    margin: 0; }
@media (min-width: 768px) and (max-width: 979px) {
    .ec-shelfGrid {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-flow: row wrap;
      margin-top: -30px; }
      .ec-shelfGrid > * {
        flex: 0 0 auto;
        width: calc((100% - 1px - 30px ) / 3);
        margin-left: 15px;
        margin-top: 30px; }
        .ec-shelfGrid > *:nth-child(3n+1) {
          margin-left: 0; } }
@media only screen and (min-width: 768px) {
  .ec-topicRole .ec-topicRole__item {
    display: flex;
    overflow: hidden; }
    .ec-topicRole .ec-topicRole__item .image {
      flex: 0 0 63%; }
      .ec-topicRole .ec-topicRole__item .image .inner {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
    .ec-topicRole .ec-topicRole__item .content {
      flex: 0 0 37%;
      background-color: #fff;
      padding-top: 13vw;
      z-index: 2; }
      .ec-topicRole .ec-topicRole__item .content .contentInner {
        background-color: inherit;
        padding: 5vw;
        padding-bottom: 10vw;
        margin-bottom: -1px;
        position: relative; }
        .ec-topicRole .ec-topicRole__item .content .contentInner > .inner {
          max-width: 28vw; }
        .ec-topicRole .ec-topicRole__item .content .contentInner:after {
          content: "";
          display: block;
          width: 8vw;
          height: 0;
          border-top: solid 1px #000;
          position: absolute;
          top: calc(5vw + 50px); }
    .ec-topicRole .ec-topicRole__item .topicTitle {
      margin: 0;
      line-height: 1.2;
      font-family: "Noto Serif JP", serif;
      position: relative; }
      .ec-topicRole .ec-topicRole__item .topicTitle .en {
        display: block;
        font-size: 50px;
        font-weight: 500; }
      .ec-topicRole .ec-topicRole__item .topicTitle .ja {
        display: block;
        font-size: 14px;
        margin-top: .25em;
        margin-left: 0.25em; }
    .ec-topicRole .ec-topicRole__item .topicText {
      font-family: "Noto Serif JP", serif;
      font-size: 14px;
      line-height: 2;
      margin: 2em 0 3em;
      text-align: justify; }
    .ec-topicRole .ec-topicRole__item:nth-child(2n+1) .image {
      order: 1; }
    .ec-topicRole .ec-topicRole__item:nth-child(2n+1) .content {
      order: 2; }
      .ec-topicRole .ec-topicRole__item:nth-child(2n+1) .content .contentInner {
        margin-left: -10vw; }
        .ec-topicRole .ec-topicRole__item:nth-child(2n+1) .content .contentInner:after {
          left: -4vw; }
    .ec-topicRole .ec-topicRole__item:nth-child(2n) .image {
      order: 2; }
    .ec-topicRole .ec-topicRole__item:nth-child(2n) .content {
      order: 1;
      display: flex;
      justify-content: flex-end; }
      .ec-topicRole .ec-topicRole__item:nth-child(2n) .content .contentInner {
        margin-right: -10vw; }
        .ec-topicRole .ec-topicRole__item:nth-child(2n) .content .contentInner:after {
          right: -4vw; }
    .ec-topicRole .ec-topicRole__item {
      /* 画像枠 */
      /* コンテンツ枠 */ }
      .ec-topicRole .ec-topicRole__item .image {
        overflow: hidden;
        position: relative;
        /* エフェクト用マスク
         * 左半分が薄いグレー、右半分が白色となる要素で、長さは画像エリアの2倍になっています。
         * エフェクトアニメーションでこのマスクを移動させています。
         */ }
        .ec-topicRole .ec-topicRole__item .image .inner {
          transition: 2s;
          transition-delay: 1s;
          opacity: 0;
          transform: scale(1.2);
          filter: blur(5px); }
        .ec-topicRole .ec-topicRole__item .image:after {
          content: "";
          display: block;
          width: 200%;
          height: 100%;
          position: absolute;
          top: 0;
          right: 0;
          background: linear-gradient(90deg, #eee 0%, #eee 50%, #fff 50%, #fff 100%); }
        .ec-topicRole .ec-topicRole__item .image.is-appearCustom .inner {
          opacity: 1;
          transform: scale(1);
          filter: blur(0); }
        .ec-topicRole .ec-topicRole__item .image.is-appearCustom:after {
          -webkit-animation: topicRoleMaskAnime 2s forwards;
                  animation: topicRoleMaskAnime 2s forwards; }
      .ec-topicRole .ec-topicRole__item .content .contentInner {
        transition: 1s;
        transition-delay: .5s;
        opacity: 0; }
        .ec-topicRole .ec-topicRole__item .content .contentInner .topicTitle {
          transition: 1s;
          transition-delay: .5s; }
      .ec-topicRole .ec-topicRole__item:nth-child(2n+1) .contentInner {
        transform: translate3d(10vw, 0, 0); }
        .ec-topicRole .ec-topicRole__item:nth-child(2n+1) .contentInner .topicTitle {
          transform: translate3d(5vw, 0, 0); }
      .ec-topicRole .ec-topicRole__item:nth-child(2n) .contentInner {
        transform: translate3d(-10vw, 0, 0); }
        .ec-topicRole .ec-topicRole__item:nth-child(2n) .contentInner .topicTitle {
          transform: translate3d(-5vw, 0, 0); }
      .ec-topicRole .ec-topicRole__item .contentInner.is-appearCustom {
        opacity: 1;
        transform: translate3d(0, 0, 0); }
        .ec-topicRole .ec-topicRole__item .contentInner.is-appearCustom .topicTitle {
          transform: translate3d(0, 0, 0); }
  .ec-cartRow {
    display: table-row;
    font-size: 1rem;
    border-bottom: 1px solid #d6d6d6;
    /* ■ 削除カラム */
    /* ■ 商品内容カラム */
    /* 商品画像 */
    /* ■ 数量カラム */
    /* ■ 小計カラム */ }
    .ec-cartRow .ec-cartRow__delColumn {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      width: 5em; }
      .ec-cartRow .ec-cartRow__delColumn .ec-icon {
        display: inline-block; }
        .ec-cartRow .ec-cartRow__delColumn .ec-icon:before {
          border: none; }
    .ec-cartRow .ec-cartRow__contentColumn {
      display: table-cell;
      padding-top: 1em;
      padding-bottom: 1em; }
    .ec-cartRow .ec-cartRow__img {
      width: 100px; }
    .ec-cartRow .ec-cartRow__amountColumn {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      /* 数量表示 */ }
      .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
        display: inline-block;
        vertical-align: middle;
        margin-right: 1em; }
        .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount:before {
          content: "数量";
          display: inline-block;
          margin-right: .5em; }
      .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
        vertical-align: middle; }
    .ec-cartRow .ec-cartRow__subtotalColumn {
      text-align: right;
      display: table-cell;
      vertical-align: middle; } }
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  html {
    font-size: 15px; }
    .ec-pageHeader h1 {
      margin-left: -3.906vw;
      margin-right: -3.906vw;
      padding: 0.85em 3.906vw;
      font-size: 1.2rem;
      border-bottom: solid 1px #ddd; }
  .ec-borderedDefs dl {
    display: table;
    border-bottom: 1px solid #d6d6d6; }
  .ec-borderedDefs dt {
    display: table-cell;
    width: 30%;
    vertical-align: middle; }
  .ec-borderedDefs dd {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    padding: 1.5rem 0; }
    .ec-blockDetailBtn {
      width: 300px;
      margin-top: 3.906vw; }
    .ec-floatNavRole {
      right: 10px;
      bottom: 10px; }
      .ec-floatNavRole .ec-floatNavRole__guide {
        display: none; }
  .ec-off2Grid,
  .ec-off3Grid,
  .ec-off4Grid {
    display: block;
    margin: 0; }
    .ec-off2Grid .ec-off2Grid__cell,
    .ec-off3Grid .ec-off2Grid__cell,
    .ec-off4Grid .ec-off2Grid__cell, .ec-off2Grid
    .ec-off3Grid__cell,
    .ec-off3Grid
    .ec-off3Grid__cell,
    .ec-off4Grid
    .ec-off3Grid__cell, .ec-off2Grid
    .ec-off4Grid__cell,
    .ec-off3Grid
    .ec-off4Grid__cell,
    .ec-off4Grid
    .ec-off4Grid__cell {
      width: 450px;
      margin: 0 auto; }
    .ec-progress {
      max-width: 62.5vw; }
    .ec-totalBox {
      padding: 0.5em 1em 1em; }
    .ec-favoriteRole .ec-favoriteRole__itemList {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-flow: row wrap;
      margin-top: -20px; }
      .ec-favoriteRole .ec-favoriteRole__itemList > * {
        flex: 0 0 auto;
        width: calc((100% - 1px - 60px ) / 4);
        margin-left: 20px;
        margin-top: 20px; }
        .ec-favoriteRole .ec-favoriteRole__itemList > *:nth-child(4n+1) {
          margin-left: 0; }
    .ec-role {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-mypageRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-headerRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-headerRole {
      height: 50px;
      padding: 0; }
      .ec-headerRole .ec-headerRole__right {
        padding-right: 10px; }
    .ec-headerNav {
      display: none; }
    .ec-drawerButton {
      width: 50px;
      height: 50px;
      padding: 12px; }
    .ec-headerTitle {
      height: 100%; }
      .ec-headerTitle a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 100%; }
        .ec-headerTitle a img {
          height: 45px;
          width: auto; }
    .ec-headerMenu .ec-headerMenu__itemPopup {
      display: none; }
  .ec-headerRole {
    position: relative; }
  .ec-headerMenu .ec-headerSearch__body {
    width: 100%;
    left: 0; }
    .ec-drawerRole {
      height: calc(100vh - 50px);
      top: 50px;
      padding: 10px 30px 0; }
    .ec-overlayRole {
      height: calc(100vh - 50px);
      top: 50px; }
  .ec-layoutRole {
    padding-top: 50px; }
    .ec-layoutRole__footer {
      margin-top: 3.906vw; }
  .ec-footerRole {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
    padding: 3.906vw; }
    .ec-footerRole .ec-footerRole__item:nth-child(1) {
      width: 100px; }
    .ec-footerRole .ec-footerRole__item:nth-child(2) {
      margin-left: 40px;
      width: calc(100% - 140px); }
    .ec-footerRole .ec-footerRole__item:nth-child(3) {
      width: 100%;
      margin-top: 3.906vw; }
    .ec-footerRole .ec-footerRole__item:nth-child(4) {
      width: 100%;
      margin-left: 50px; 
      margin-top: 3.906vw; }
      .ec-footerShopInfo .ec-footerShopInfo__address {
        margin-right: 30px; }
    .ec-footerCopyright {
      padding: 1.953vw;
      padding-top: 0; }
    .ec-headPromotionRole__content .siteTitle {
      width: 70px;
      font-size: 37.31px; }
      .ec-headPromotionRole__content .siteTitle .siteName {
        line-height: 70px; }
      .ec-headPromotionRole__content .siteCatchcopy .title {
        font-size: 2rem; }
      .ec-headPromotionRole__content .siteCatchcopy .text {
        font-size: 1.2rem;
        line-height: 2; }
    .ec-topColumnRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-topColumnRole {
      margin-top: 3.906vw;
      padding: 3.906vw; }
    .ec-topColumnRole .ec-topColumnRole__posts {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-flow: row wrap;
      margin-top: -30px; }
      .ec-topColumnRole .ec-topColumnRole__posts > * {
        flex: 0 0 auto;
        width: calc((100% - 1px - 30px ) / 2);
        margin-left: 30px;
        margin-top: 30px; }
        .ec-topColumnRole .ec-topColumnRole__posts > *:nth-child(2n+1) {
          margin-left: 0; }
    .ec-instagramRole {
      margin-top: 3.906vw; }
      .ec-instagramRole .ec-instagramRole__list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-flow: row wrap;
        margin-top: 0px; }
        .ec-instagramRole .ec-instagramRole__list > * {
          flex: 0 0 auto;
          width: calc((100% - 1px - 0px ) / 4);
          margin-left: 0px;
          margin-top: 0px; }
          .ec-instagramRole .ec-instagramRole__list > *:nth-child(4n+1) {
            margin-left: 0; }
          .ec-instagramRole .ec-instagramRole__list li .popup {
            display: none; }
    .ec-shopMapRole {
      margin-top: 3.906vw; }
    .ec-featuredProductsRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-featuredProductsRole {
      margin-top: 3.906vw; }
    .ec-featuredProduct {
      margin-left: -15px;
      margin-right: -15px; }
      .ec-featuredProduct .ec-featuredProduct__title {
        font-size: 1.5rem; }
      .ec-featuredProduct .ec-featuredProduct__description {
        font-size: 1rem;
        max-height: 22em; }
      .ec-featuredProduct .ec-featuredProduct__bottom {
        font-size: 1rem;
        margin-top: 1em; }
    .ec-hotItemsRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-hotItemsRole {
      margin-top: 3.906vw; }
      .ec-hotItemsRole .ec-hotItemsRole__categoryTitle {
        font-size: 1.2rem; }
        .ec-hotItemsRole .ec-hotItemsRole__listItem:after {
          font-size: 0.9rem;
          width: 1.5em;
          height: 1.5em;
          line-height: 1.5em; }
    .ec-newsRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-newsRole {
      padding-top: 3.906vw;
      padding-bottom: 3.906vw; }
    .ec-searchnavRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-searchnavRole .ec-searchnavRole__inner {
      margin-left: -3.906vw;
      margin-right: -3.906vw;
      padding: 10px 3.906vw;
      flex-flow: row wrap; }
    .ec-searchnavRole .ec-searchnavRole__topicpath {
      width: 100%;
      padding: 0;
      font-size: 0.9rem; }
    .ec-searchnavRole .ec-searchnavRole__infos {
      width: 100%;
      border-top: solid 1px #ddd;
      margin-top: 10px;
      padding-top: 10px; }
    .ec-childCategoryRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-shelfRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-pagerRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-productRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-productRole .ec-productRole__gridCell.cellLeft {
      margin-left: -3.906vw;
      margin-right: -3.906vw; }
    .ec-productRole .ec-productRole__gridCell.cellRight {
      margin-top: 30px; }
    .ec-productRole__visual {
      display: flex;
      justify-content: space-between; }
      .ec-productRole__visual .ec-productVisualMain {
        flex: 0 0 auto;
        width: 83.334%; }
        .ec-productRole__visual .ec-productVisualNav.sphone {
          display: none; }
        .ec-productRole__visual .ec-productVisualNav.desktop {
          width: 16.666%; }
          .ec-productRole__visual .ec-productVisualNav.desktop .slideThumb {
            margin-bottom: 0px; }
      .ec-productRole__visual .sideInNavToggleBtn {
        display: none; }
    .ec-cloneCartinRole {
      padding: 30px 3.906vw; }
    .ec-cartRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-cartCompleteRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-orderRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-orderRole {
      display: flex;
      justify-content: space-between; }
      .ec-orderRole .ec-orderRole__detail {
        flex: 1 1 auto;
        padding-right: 30px; }
      .ec-orderRole .ec-orderRole__summary {
        flex: 0 0 250px;
        /*
      スクロールしてもサマリー欄をページ内に粘着（sticky）させる
      EC-CUBE4標準ではJavascriptで実装している機能ですが、CSSの「position:sticky;」を使って実装してみます。
      当テンプレートではヘッダーがページ上部に固定させる仕様のため、そのままではヘッダーに隠れてしまいます。
      スクリプトを調整するよりはstickyでの実装が簡単だと判断しました。（※IE11では動作しません。）
      */ }
        .ec-orderRole .ec-orderRole__summary .ec-totalBox {
          margin: 0;
          position: -webkit-sticky;
          position: sticky;
          top: 70px; }
  .ec-orderOrder,
  .ec-orderAccount,
  .ec-orderDelivery,
  .ec-orderPayment {
    margin-bottom: 3.906vw; }
    .ec-AddAddress {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
      .ec-AddAddress .ec-AddAddress__selectAddress select {
        max-width: 50vw; }
      .ec-historyRole .ec-historyRole__header {
        flex-basis: 33%; }
    .ec-forgotRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
      .ec-forgotRole .ec-forgotRole__form {
        margin-bottom: 3.906vw; }
    .ec-registerRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-registerCompleteRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-registerRole .ec-registerRole__actions,
    .ec-registerRole .ec-RegisterRole__actions,
    .ec-mypageRole .ec-registerRole__actions,
    .ec-mypageRole .ec-RegisterRole__actions,
    .ec-contactRole .ec-registerRole__actions,
    .ec-contactRole .ec-RegisterRole__actions,
    .ec-contactConfirmRole .ec-registerRole__actions,
    .ec-contactConfirmRole .ec-RegisterRole__actions,
    .ec-customerRole .ec-registerRole__actions,
    .ec-customerRole .ec-RegisterRole__actions {
      margin-top: 3.906vw; }
    .ec-contactRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-contactConfirmRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-contactCompleteRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-customerRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-404Role {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-notFoundRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-withdrawRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-helpRole {
      padding-left: 3.906vw;
      padding-right: 3.906vw; }
    .ec-helpRole .ec-navlistRole {
      margin-bottom: 3.906vw; }
    .ec-helpRole section + section {
      margin-top: 40px; } }
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1279px) {
        .ec-topicRole .ec-topicRole__item .content .contentInner {
          padding: 5vw;
          padding-bottom: 6vw; }
          .ec-topicRole .ec-topicRole__item .content .contentInner > .inner {
            max-width: 100%; }
        .ec-topicRole .ec-topicRole__item .topicTitle .en {
          font-size: 2.5rem; } }
@media (min-width: 980px) and (max-width: 1279px) {
    .ec-shelfGrid {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-flow: row wrap;
      margin-top: -40px; }
      .ec-shelfGrid > * {
        flex: 0 0 auto;
        width: calc((100% - 1px - 60px ) / 4);
        margin-left: 20px;
        margin-top: 40px; }
        .ec-shelfGrid > *:nth-child(4n+1) {
          margin-left: 0; } }
@media (min-width: 1280px) {
    .ec-shelfGrid {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-flow: row wrap;
      margin-top: -40px; }
      .ec-shelfGrid > * {
        flex: 0 0 auto;
        width: calc((100% - 1px - 80px ) / 5);
        margin-left: 20px;
        margin-top: 40px; }
        .ec-shelfGrid > *:nth-child(5n+1) {
          margin-left: 0; } }
@media only screen and (min-width: 1280px) {
  html {
    font-size: 15px; }
    .ec-pageHeader h1 {
      padding: 0.75em 0.75em;
      font-size: 1.3em; }
    .ec-reportDescription {
      text-align: center; }
  .ec-borderedDefs dl {
    display: table;
    border-bottom: 1px solid #d6d6d6; }
    .ec-borderedDefs dl:first-child {
      border-top: 1px solid #d6d6d6; }
  .ec-borderedDefs dt {
    display: table-cell;
    width: 30%;
    vertical-align: middle; }
  .ec-borderedDefs dd {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    padding: 1.5rem 0; }
    .ec-blockAllBtn {
      margin-top: 40px;
      font-size: 16px; }
    .ec-blockDetailBtn {
      width: 300px;
      font-size: 1.2rem;
      margin-top: 40px; }
    .ec-floatNavRole {
      top: 50%;
      right: 20px;
      transform: translate3d(0, -50%, 0); }
      .ec-floatNavRole .copyright {
        display: block;
        font-family: "Noto Serif JP", serif;
        font-size: 12px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl; }
      .ec-floatNavRole .ec-blockTopBtn {
        transform: translate3d(0, -50%, 0); }
        body.scrolled .ec-floatNavRole .ec-blockTopBtn {
          transform: translate3d(0, 0, 0); }
    .ec-input input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
      font-size: 1rem; }
    .ec-input textarea, .ec-halfInput textarea, .ec-numberInput textarea, .ec-zipInput textarea, .ec-telInput textarea {
      font-size: 1rem; }
    .ec-select select, .ec-birth select {
      font-size: 1rem; }
    .ec-select__delivery {
      display: inline-block; }
    .ec-select__time {
      display: inline-block;
      margin-left: 1rem; }
    .ec-select .customer-address_pref input, .ec-birth .customer-address_pref input {
      font-size: 1rem; }
    .ec-grid2 {
      display: flex;
      justify-content: center; }
      .ec-grid2 .ec-grid2__cell {
        width: 50%; }
      .ec-grid2 .ec-grid2__cell2 {
        width: 100%; }
    .ec-grid3 {
      display: flex;
      justify-content: center; }
      .ec-grid3 .ec-grid3__cell {
        width: 33.33333%; }
      .ec-grid3 .ec-grid3__cell2 {
        width: 66.66667%; }
      .ec-grid3 .ec-grid3__cell3 {
        width: 100%; }
    .ec-grid4 {
      display: flex;
      justify-content: center; }
      .ec-grid4 .ec-grid4__cell {
        width: 25%; }
    .ec-grid6 {
      display: flex;
      justify-content: center; }
      .ec-grid6 .ec-grid6__cell {
        width: 16.66667%; }
      .ec-grid6 .ec-grid6__cell2 {
        width: 33.33333%; }
      .ec-grid6 .ec-grid6__cell3 {
        width: 50%; }
    .ec-off2Grid {
      display: flex;
      justify-content: center; }
      .ec-off2Grid .ec-off2Grid__cell {
        min-height: 1px; }
    .ec-off3Grid {
      display: flex;
      justify-content: center; }
      .ec-off3Grid .ec-off3Grid__cell {
        min-height: 1px; }
    .ec-off4Grid {
      display: flex;
      justify-content: center; }
      .ec-off4Grid .ec-off4Grid__cell {
        min-height: 1px; }
    .ec-login .ec-login__icon .ec-icon {
      text-align: left; }
    .ec-login .ec-login__input {
      margin-bottom: 20px; }
    .ec-login .ec-login__link {
      margin-top: 0;
      margin-left: 1.5em;
      margin-bottom: 0.5em; }
    .ec-guest {
      width: auto;
      margin: 0;
      height: 100%;
      margin-left: 40px; }
    .ec-pager {
      margin-top: 60px; }
    .ec-progress {
      max-width: 600px; }
    .ec-welcomeMsg {
      margin-bottom: 60px; }
    .ec-favoriteRole .ec-favoriteRole__itemList {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-flow: row wrap;
      margin-top: -20px; }
      .ec-favoriteRole .ec-favoriteRole__itemList > * {
        flex: 0 0 auto;
        width: calc((100% - 1px - 120px ) / 5);
        margin-left: 30px;
        margin-top: 20px; }
        .ec-favoriteRole .ec-favoriteRole__itemList > *:nth-child(5n+1) {
          margin-left: 0; }
    .ec-role {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-role,
      .ec-layoutRole__mainBetweenColumn .ec-role {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-mypageRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-mypageRole,
      .ec-layoutRole__mainBetweenColumn .ec-mypageRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-headerRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-headerRole,
      .ec-layoutRole__mainBetweenColumn .ec-headerRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-headerRole {
      height: 80px; }
    .ec-drawerButton {
      display: none; }
    .ec-headerTitle {
      height: 100%; }
      .ec-headerTitle a {
        display: flex;
        height: 100%;
        justify-content: flex-start;
        align-items: center; }
        .ec-headerTitle a img {
          width: auto;
          height: 100%;
          max-height: 80px; }
        .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
          font-size: 13px; }
  .ec-headerMenu {
    position: relative; }
    .ec-headerMenu .ec-headerSearch__body {
      left: 0;
      width: 380px;
      padding-top: 14px; }
    .ec-headerMenu .ec-headerSearch__wrap {
      position: relative; }
      .ec-headerMenu .ec-headerSearch__wrap:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        bottom: 100%;
        left: 10px;
        border: solid 10px transparent;
        border-bottom-color: #ccc; }
    .ec-drawerRole {
      display: none; }
    .ec-overlayRole {
      display: none; }
  .ec-layoutRole {
    padding-top: 120px; }
    .ec-layoutRole .ec-headerRole {
      transition: .3s; }
      body.scrolled .ec-layoutRole .ec-headerRole {
        height: 48px; }
  body#page_homepage .ec-layoutRole {
    padding-top: 0; }
    body#page_homepage .ec-layoutRole .ec-layoutRole__header {
      background-color: transparent;
      transition: .6s; }
    body#page_homepage .ec-layoutRole .ec-headerNav,
    body#page_homepage .ec-layoutRole .ec-headerMenu {
      color: #fff; }
    body#page_homepage .ec-layoutRole .ec-headerNav__item a:after {
      background-color: #fff; }
    body#page_homepage .ec-layoutRole .ec-headerTitle img {
      filter: invert(100%);
      transition: .6s; }
  body#page_homepage.scrolled .ec-layoutRole__header {
    background-color: #ffffff; }
  body#page_homepage.scrolled .ec-headerNav,
  body#page_homepage.scrolled .ec-headerMenu {
    color: #444; }
  body#page_homepage.scrolled .ec-headerNav__item a:after {
    background-color: #444; }
  body#page_homepage.scrolled .ec-headerTitle img {
    filter: invert(0); }
    .ec-layoutRole__footer {
      margin-top: 100px; }
  .ec-footerRole {
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 3vw 40px; }
    .ec-footerRole .ec-footerRole__item:nth-child(1) {
      margin-left: 0;
      width: 130px; }
    .ec-footerRole .ec-footerRole__item:nth-child(2) {
      margin-left: 100px; }
    .ec-footerRole .ec-footerRole__item:nth-child(3) {
      margin-left: 100px; }
    .ec-footerRole .ec-footerRole__item:nth-child(4) {
      margin-left: 100px; }
      .ec-footerShopInfo .ec-footerShopInfo__address {
        max-width: 24em;
        margin-right: 4em; }
        .ec-footerSocial .ec-footerSocial__itemList li a {
          font-size: 16px; }
      .ec-footerSocial .ec-footerSocial__itemList li a {
        color: #fff;
        background-color: #000;
        transition: .2s; }
      .ec-footerSocial .ec-footerSocial__itemList li.facebook a:hover {
        background-color: #3B5999; }
      .ec-footerSocial .ec-footerSocial__itemList li.twitter a:hover {
        background-color: #1B95E0; }
      .ec-footerSocial .ec-footerSocial__itemList li.instagram a:hover {
        background-color: #f00075; }
    .ec-footerCopyright {
      padding: 20px;
      padding-top: 0; }
  .slickGutter .slick-list {
    margin-left: -20px;
    -webkit-clip-path: inset(0 0 0 20px);
            clip-path: inset(0 0 0 20px); }
    .slickGutter .slick-list .slick-slide {
      margin-left: 20px; }
      .ec-headPromotionRole__content .siteCatchcopy .title {
        font-size: 2rem; }
      .ec-headPromotionRole__content .siteCatchcopy .text {
        font-size: 1.33rem;
        line-height: 2.5; }
    .ec-topColumnRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-topColumnRole,
      .ec-layoutRole__mainBetweenColumn .ec-topColumnRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-topColumnRole {
      margin-top: 80px;
      padding: 3vw;
      padding-bottom: 40px; }
    .ec-topColumnRole .ec-topColumnRole__posts {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-flow: row wrap;
      margin-top: -40px;
      max-width: 1680px;
      margin: 80px auto 80px !important; }
      .ec-topColumnRole .ec-topColumnRole__posts > * {
        flex: 0 0 auto;
        width: calc((100% - 1px - 75px ) / 4);
        margin-left: 25px;
        margin-top: 40px; }
        .ec-topColumnRole .ec-topColumnRole__posts > *:nth-child(4n+1) {
          margin-left: 0; }
      .ec-topColumnRole .postItem .content {
        font-size: 14px; }
    .ec-instagramRole {
      margin-top: 80px; }
      .ec-instagramRole .ec-instagramRole__list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-flow: row wrap;
        margin-top: 0px; }
        .ec-instagramRole .ec-instagramRole__list > * {
          flex: 0 0 auto;
          width: calc((100% - 1px - 0px ) / 8);
          margin-left: 0px;
          margin-top: 0px; }
          .ec-instagramRole .ec-instagramRole__list > *:nth-child(8n+1) {
            margin-left: 0; }
    .ec-shopMapRole {
      margin-top: 80px; }
    .ec-secHeading {
      margin-bottom: 40px; }
      .ec-secHeading .ec-secHeading__maintitle {
        font-size: 1.933rem; }
    .ec-featuredProductsRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-featuredProductsRole,
      .ec-layoutRole__mainBetweenColumn .ec-featuredProductsRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-featuredProductsRole {
      margin-top: 80px; }
      .ec-featuredProductsRole .ec-secHeading {
        margin-bottom: 80px; }
      .ec-featuredProductsRole .slick-arrow.slick-prev {
        top: 50%;
        left: 40%;
        transform: translate(-100%, -50%); }
      .ec-featuredProductsRole .slick-arrow.slick-next {
        top: 50%;
        right: 40%;
        transform: translate(100%, -50%); }
    .ec-hotItemsRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-hotItemsRole,
      .ec-layoutRole__mainBetweenColumn .ec-hotItemsRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-hotItemsRole {
      margin-top: 80px; }
    .ec-newsRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-newsRole,
      .ec-layoutRole__mainBetweenColumn .ec-newsRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-newsRole {
      padding-top: 80px;
      padding-bottom: 80px; }
    .ec-searchnavRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-searchnavRole,
      .ec-layoutRole__mainBetweenColumn .ec-searchnavRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-childCategoryRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-childCategoryRole,
      .ec-layoutRole__mainBetweenColumn .ec-childCategoryRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-shelfRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-shelfRole,
      .ec-layoutRole__mainBetweenColumn .ec-shelfRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-pagerRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-pagerRole,
      .ec-layoutRole__mainBetweenColumn .ec-pagerRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
      .ec-modal .ec-modal-wrap {
        padding: 40px 10px;
        width: 50%;
        margin: 20px auto; }
    .ec-productRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-productRole,
      .ec-layoutRole__mainBetweenColumn .ec-productRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-productRole .ec-productRole__grid {
      display: flex;
      justify-content: space-between; }
    .ec-productRole .ec-productRole__gridCell.cellLeft {
      flex: 0 0 auto;
      width: 57%; }
    .ec-productRole .ec-productRole__gridCell.cellRight {
      width: auto;
      margin-left: 40px; }
    .ec-productRole__visual {
      display: flex;
      justify-content: space-between; }
      .ec-productRole__visual .ec-productVisualMain {
        flex: 0 0 auto;
        width: 83.25%; }
        .ec-productRole__visual .ec-productVisualNav.sphone {
          display: none; }
        .ec-productRole__visual .ec-productVisualNav.desktop {
          width: 16.35%; }
          .ec-productRole__visual .ec-productVisualNav.desktop .slideThumb {
            margin-bottom: 4px; }
      .ec-productRole__visual .sideInNavToggleBtn {
        display: none; }
      .ec-productRole .ec-productRole__description {
        font-size: 1.133rem;
        margin: 2em 0; }
    .ec-productRole .ec-productRole__freearea {
      margin-top: 60px; }
    .ec-cloneCartinRole {
      padding: 30px 40px; }
    .ec-cartRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-cartRole,
      .ec-layoutRole__mainBetweenColumn .ec-cartRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-cartCompleteRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-cartCompleteRole,
      .ec-layoutRole__mainBetweenColumn .ec-cartCompleteRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-orderRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-orderRole,
      .ec-layoutRole__mainBetweenColumn .ec-orderRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-orderRole {
      display: flex;
      justify-content: space-between; }
      .ec-orderRole .ec-orderRole__detail {
        flex: 1 1 auto;
        padding-right: 40px; }
      .ec-orderRole .ec-orderRole__summary {
        flex: 0 0 27%;
        /* スクロール粘着（タブレット時と同様） */ }
        .ec-orderRole .ec-orderRole__summary .ec-totalBox {
          margin: 0;
          position: -webkit-sticky;
          position: sticky;
          top: 110px; }
  .ec-orderOrder,
  .ec-orderAccount,
  .ec-orderDelivery,
  .ec-orderPayment {
    margin-bottom: 40px; }
      .ec-orderDelivery .ec-orderDelivery__actions label {
        min-width: 5em; }
    .ec-AddAddress {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-AddAddress,
      .ec-layoutRole__mainBetweenColumn .ec-AddAddress {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-forgotRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-forgotRole,
      .ec-layoutRole__mainBetweenColumn .ec-forgotRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
      .ec-forgotRole .ec-forgotRole__form {
        margin-bottom: 40px; }
    .ec-registerRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-registerRole,
      .ec-layoutRole__mainBetweenColumn .ec-registerRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-registerCompleteRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-registerCompleteRole,
      .ec-layoutRole__mainBetweenColumn .ec-registerCompleteRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-registerRole .ec-registerRole__actions,
    .ec-registerRole .ec-RegisterRole__actions,
    .ec-mypageRole .ec-registerRole__actions,
    .ec-mypageRole .ec-RegisterRole__actions,
    .ec-contactRole .ec-registerRole__actions,
    .ec-contactRole .ec-RegisterRole__actions,
    .ec-contactConfirmRole .ec-registerRole__actions,
    .ec-contactConfirmRole .ec-RegisterRole__actions,
    .ec-customerRole .ec-registerRole__actions,
    .ec-customerRole .ec-RegisterRole__actions {
      margin-top: 40px; }
    .ec-contactRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-contactRole,
      .ec-layoutRole__mainBetweenColumn .ec-contactRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-contactConfirmRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-contactConfirmRole,
      .ec-layoutRole__mainBetweenColumn .ec-contactConfirmRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-contactCompleteRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-contactCompleteRole,
      .ec-layoutRole__mainBetweenColumn .ec-contactCompleteRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-customerRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-customerRole,
      .ec-layoutRole__mainBetweenColumn .ec-customerRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-404Role {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-404Role,
      .ec-layoutRole__mainBetweenColumn .ec-404Role {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-notFoundRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-notFoundRole,
      .ec-layoutRole__mainBetweenColumn .ec-notFoundRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-withdrawRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-withdrawRole,
      .ec-layoutRole__mainBetweenColumn .ec-withdrawRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-helpRole {
      /* 1カラムレイアウト時はコンテナ自身に左右余白を持たせる */
      padding-left: 40px;
      padding-right: 40px;
      /* 2～3カラムレイアウト自はコンテナ自体に左右余白は持たせません。
     * 親フレームである「.ec-layoutRole__contents」が余白を持つようにしています（_11.1.role.scss）。
     * 余談的な補足となりますが、1カラムの場合に「.ec-layoutRole__contents」にmax-widthを定義せずコンテナ側にmax-widthを持たせるようにしているのは、
     * コンテナによっては背景色をブラウザいっぱいに敷くデザインにも対応させるためにそうしてあります。
     * 2～3カラムではそういうコンテナはありえませんのでコンテナのmax-widthや余白はリセットさせておきます。
    */ }
      .ec-layoutRole__mainWithColumn .ec-helpRole,
      .ec-layoutRole__mainBetweenColumn .ec-helpRole {
        max-width: auto;
        padding-left: 0;
        padding-right: 0; }
    .ec-helpRole .ec-navlistRole {
      margin-bottom: 40px; }
    .ec-helpRole section + section {
      margin-top: 60px; } }
@media only screen and (min-width: 1280px) and (min-width: 1280px) {
    .ec-off2Grid .ec-off2Grid__cell {
      width: 66.66667%; }
    .ec-off3Grid .ec-off3Grid__cell {
      width: 50%; }
    .ec-off4Grid .ec-off4Grid__cell {
      width: 33.33333%; } }
@media (min-width: 1920px) {
      .ec-featuredProduct .ec-featuredProduct__title {
        font-size: 33px; }
      .ec-featuredProduct .ec-featuredProduct__description {
        font-size: 18px; } }
@media (max-width: 1450px) {
        .ec-blockBtn--favorite i span {
          left: auto;
          right: 0; }
          .ec-blockBtn--favorite i span:after {
            left: auto;
            right: 10px; } }
@media only screen and (max-width: 1279px) {
      .ec-footerSocial .ec-footerSocial__itemList li a {
        color: #fff; }
      .ec-footerSocial .ec-footerSocial__itemList li.facebook a {
        background-color: #3B5999; }
      .ec-footerSocial .ec-footerSocial__itemList li.twitter a {
        background-color: #1B95E0; }
      .ec-footerSocial .ec-footerSocial__itemList li.instagram a {
        background-color: #f00075; } }
@media (max-width: 767px) {
    .ec-shelfGrid {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-flow: row wrap;
      margin-top: -20px; }
      .ec-shelfGrid > * {
        flex: 0 0 auto;
        width: calc((100% - 1px - 15px ) / 2);
        margin-left: 15px;
        margin-top: 20px; }
        .ec-shelfGrid > *:nth-child(2n+1) {
          margin-left: 0; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.73333vw; }
  .dl_table.rwd dl {
    margin: 0;
    border: none !important;
    background-color: transparent !important; }
  .dl_table.rwd dt {
    display: block;
    padding: 0.5em;
    margin-bottom: 0.5em;
    background-color: #f0f0f0; }
  .dl_table.rwd dd {
    display: block;
    padding: 0 0 1em; }
    .ec-pageHeader h1 {
      margin-left: -6.25vw;
      margin-right: -6.25vw;
      padding: 0.85em 6.25vw;
      font-size: 1.2rem;
      border-bottom: solid 1px #ddd;
      margin-bottom: 1em; }
    .ec-reportHeading {
      text-align: left; }
  .ec-borderedDefs dl {
    padding: 0.5em 0; }
  .ec-borderedDefs dt {
    display: block;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #d6d6d6; }
  .ec-borderedDefs dd {
    display: block;
    padding: 1rem 0; }
    .ec-blockDetailBtn {
      width: 100%;
      margin-top: 6.25vw; }
    .ec-floatNavRole {
      right: 10px;
      bottom: 10px; }
      .ec-floatNavRole .ec-floatNavRole__guide {
        display: none; }
    .ec-label {
      font-weight: 500; }
    .ec-progress {
      width: calc(100% + 20px);
      transform: translateX(-10px); }
      .ec-progress .ec-progress__item {
        font-size: 1.2rem; }
      .ec-progress .ec-progress__label {
        font-size: 0.7rem; }
    .ec-totalBox {
      padding: 0.5em 1em 1em; }
    .ec-navlistRole {
      position: relative; }
      .ec-navlistRole .ec-navlistRole__navlist {
        display: none; }
      .ec-navlistRole .mypageMenuBtn {
        display: block;
        font-size: 0.8rem;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        padding-left: .5em; }
        .ec-navlistRole .mypageMenuBtn i {
          display: inline-block;
          vertical-align: -0.18em;
          font-size: 1.4em;
          margin-right: 3px;
          opacity: 0.6; }
    .ec-favoriteRole .ec-favoriteRole__itemList {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-flow: row wrap;
      margin-top: -20px; }
      .ec-favoriteRole .ec-favoriteRole__itemList > * {
        flex: 0 0 auto;
        width: calc((100% - 1px - 10px ) / 2);
        margin-left: 10px;
        margin-top: 20px; }
        .ec-favoriteRole .ec-favoriteRole__itemList > *:nth-child(2n+1) {
          margin-left: 0; }
    .ec-role {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-mypageRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-headerRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-headerRole {
      height: 45px;
      padding: 0; }
      .ec-headerRole .ec-headerRole__right {
        padding-right: 10px; }
    .ec-headerNav {
      display: none; }
    .ec-drawerButton {
      width: 45px;
      height: 45px;
      padding: 10px; }
    .ec-headerTitle {
      height: 100%; }
      .ec-headerTitle a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 100%; }
        .ec-headerTitle a img {
          height: 35px;
          width: auto; }
      .ec-headerMenu .ec-headerMenu__item.hidden_mobile {
        display: none; }
      .ec-headerMenu .ec-headerMenu__itemText {
        display: none; }
    .ec-headerMenu .ec-headerMenu__itemPopup {
      display: none; }
  .ec-headerRole {
    position: relative; }
  .ec-headerMenu .ec-headerSearch__body {
    width: 100%;
    left: 0; }
    .ec-drawerRole {
      height: calc(100vh - 45px);
      top: 45px;
      padding: 5px 20px 0; }
    .ec-overlayRole {
      height: calc(100vh - 45px);
      top: 45px; }
  .ec-layoutRole {
    padding-top: 45px; }
    .ec-layoutRole__footer {
      margin-top: 6.25vw; }
  .ec-footerRole {
    font-size: 1rem;
    padding: 6.25vw; }
    .ec-footerRole .ec-footerRole__item {
      margin-top: 6.25vw; }
      .ec-footerRole .ec-footerRole__item:nth-child(1) {
        width: 80px;
        margin: 0 auto; }
    .ec-footerShopInfo {
      display: block; }
      .ec-footerShopInfo .ec-footerShopInfo__contact {
        margin-top: 1em; }
    .ec-footerCopyright {
      padding: 3.125vw;
      padding-top: 0; }
    .ec-headPromotionRole__content .siteTitle {
      width: 50px;
      font-size: 26.65px; }
      .ec-headPromotionRole__content .siteTitle .siteName {
        line-height: 50px; }
      .ec-headPromotionRole__content .siteCatchcopy .title {
        font-size: 1.5rem; }
      .ec-headPromotionRole__content .siteCatchcopy .text {
        font-size: 1.1rem;
        line-height: 1.7; }
    .ec-topColumnRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-topColumnRole {
      margin-top: 6.25vw;
      padding: 6.25vw; }
    .ec-topColumnRole .ec-topColumnRole__posts {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-flow: row wrap;
      margin-top: -20px; }
      .ec-topColumnRole .ec-topColumnRole__posts > * {
        flex: 0 0 auto;
        width: calc((100% - 1px - 15px ) / 2);
        margin-left: 15px;
        margin-top: 20px; }
        .ec-topColumnRole .ec-topColumnRole__posts > *:nth-child(2n+1) {
          margin-left: 0; }
      .ec-topColumnRole .postItem .image {
        border-width: 2px; }
    .ec-instagramRole {
      margin-top: 6.25vw; }
      .ec-instagramRole .ec-instagramRole__list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-flow: row wrap;
        margin-top: 0px; }
        .ec-instagramRole .ec-instagramRole__list > * {
          flex: 0 0 auto;
          width: calc((100% - 1px - 0px ) / 2);
          margin-left: 0px;
          margin-top: 0px; }
          .ec-instagramRole .ec-instagramRole__list > *:nth-child(2n+1) {
            margin-left: 0; }
          .ec-instagramRole .ec-instagramRole__list li .popup {
            display: none; }
    .ec-shopMapRole {
      margin-top: 6.25vw; }
  .ec-topicRole .ec-topicRole__item .image .inner {
    padding-top: 60vw;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .ec-topicRole .ec-topicRole__item .content {
    padding: 6.25vw; }
  .ec-topicRole .ec-topicRole__item .topicTitle {
    margin: 0;
    line-height: 1.2;
    font-family: "Noto Serif JP", serif; }
    .ec-topicRole .ec-topicRole__item .topicTitle .en {
      display: block;
      font-size: 2rem;
      font-weight: 500; }
    .ec-topicRole .ec-topicRole__item .topicTitle .ja {
      display: block;
      font-size: 0.933rem; }
  .ec-topicRole .ec-topicRole__item .topicText {
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    text-align: justify;
    margin: 2rem 0 0; }
    .ec-topicRole .ec-topicRole__item .image {
      transform: translate3d(0, 75px, 0);
      opacity: 0;
      transition: 1s; }
      .ec-topicRole .ec-topicRole__item .image.is-appearCustom {
        transform: translate3d(0, 0, 0);
        opacity: 1; }
    .ec-featuredProductsRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-featuredProductsRole {
      margin-top: 6.25vw; }
      .ec-featuredProductsRole .slick-arrow.slick-prev {
        left: -4.6875vw; }
      .ec-featuredProductsRole .slick-arrow.slick-next {
        right: -4.6875vw; }
    .ec-featuredProduct {
      margin-left: -10px;
      margin-right: -10px; }
      .ec-featuredProduct .ec-featuredProduct__title {
        font-size: 1rem;
        margin-left: -0.5em; }
      .ec-featuredProduct .ec-featuredProduct__description {
        display: none; }
      .ec-featuredProduct .ec-featuredProduct__bottom {
        font-size: 0.933rem;
        margin-top: 1em; }
    .ec-hotItemsRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-hotItemsRole {
      margin-top: 6.25vw; }
      .ec-hotItemsRole .ec-hotItemsRole__categoryWrap {
        display: block; }
      .ec-hotItemsRole .ec-hotItemsRole__category {
        width: 100%; }
      .ec-hotItemsRole .ec-hotItemsRole__categoryTitle {
        font-size: 1.2rem; }
    .ec-newsRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-newsRole {
      padding-top: 6.25vw;
      padding-bottom: 6.25vw; }
      .ec-newsRole .ec-newsRole__newsItem {
        display: block; }
      .ec-newsRole .ec-newsRole__newsHeading {
        width: 100%;
        margin: 0; }
      .ec-newsRole .ec-newsRole__newsColumn {
        width: 100%;
        margin: 0; }
    .ec-searchnavRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-searchnavRole .ec-searchnavRole__inner {
      margin-left: -6.25vw;
      margin-right: -6.25vw;
      padding: 10px 10px;
      flex-flow: row wrap; }
    .ec-searchnavRole .ec-searchnavRole__topicpath {
      width: 100%;
      padding: 0;
      font-size: 0.9rem; }
    .ec-searchnavRole .ec-searchnavRole__infos {
      width: 100%;
      border-top: solid 1px #ddd;
      margin-top: 10px;
      padding-top: 10px; }
    .ec-childCategoryRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-shelfRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
      .ec-productItemRole .ec-productItemRole__stockout {
        font-size: 1rem;
        padding: .5em; }
      .ec-productItemRole .ec-quantityRole .ec-quantityRole__btn {
        width: 2.65rem;
        height: 2.65rem;
        line-height: 2.65rem; }
      .ec-productItemRole .ec-quantityRole .ec-numberInput {
        height: 2.65rem; }
        .ec-productItemRole .ec-quantityRole .ec-numberInput input {
          height: 2.65rem;
          width: 2.65rem; }
    .ec-pagerRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-productRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-productRole .ec-productRole__gridCell.cellLeft {
      margin-left: -6.25vw;
      margin-right: -6.25vw; }
    .ec-productRole .ec-productRole__gridCell.cellRight {
      margin-top: 20px; }
    .ec-productRole__visual {
      position: relative;
      overflow: hidden; }
        .ec-productRole__visual .ec-productVisualNav.desktop {
          display: none; }
      .ec-productRole .ec-productRole__cartinRow {
        flex-flow: row wrap; }
        .ec-productRole .ec-productRole__cartinRow .quantityLabel {
          display: block; }
        .ec-productRole .ec-productRole__cartinRow .quantityLabel,
        .ec-productRole .ec-productRole__cartinRow .ec-quantityRole {
          margin-bottom: 1em; }
    .ec-cloneCartinRole {
      padding: 30px 6.25vw 20px; }
      .ec-cloneCartinRole .ec-cloneCartinRole__actions .ec-productRole__cartinRow {
        /* スマホ時、ページトップボタンと被るので余白を設けます */
        padding: 0 30px; }
    .ec-cartRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
      .ec-cartRole .ec-cartRole__progress {
        margin-bottom: 20px; }
      .ec-cartRole .ec-cartRole__actions {
        width: 100%;
        margin: 0; }
    .ec-cartTable {
      display: block;
      border-top: 1px solid #d6d6d6; }
    .ec-cartHeader {
      display: none; }
  .ec-cartRow {
    display: flex;
    flex-flow: row wrap;
    font-size: 1rem;
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
    /* ■ 削除カラム */
    /* ■ 商品内容カラム */
    /* 商品画像 */
    /* ■ 数量カラム */
    /* ■ 小計カラム */ }
    .ec-cartRow .ec-cartRow__delColumn {
      position: absolute;
      top: 0.5em;
      right: 0; }
    .ec-cartRow .ec-cartRow__contentColumn {
      order: 1;
      flex: 0 0 100%;
      width: 100%;
      margin-bottom: 5px; }
    .ec-cartRow .ec-cartRow__img {
      width: 22vw;
      max-width: 120px; }
    .ec-cartRow .ec-cartRow__amountColumn {
      order: 3;
      flex: 1 1 auto;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      /* 数量表示 */
      /* 数量変更ボタンエリア */
      /* 数量変更ボタンサイズ */ }
      .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
        margin-right: 1em; }
        .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount:before {
          content: "数量";
          display: inline-block;
          margin-right: .5em; }
      .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton,
      .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton,
      .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled {
        width: 36px;
        height: 36px; }
    .ec-cartRow .ec-cartRow__subtotalColumn {
      order: 4;
      flex: 0 0 auto;
      min-width: 25%;
      padding-left: 1em;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
    .ec-cartCompleteRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-orderRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-orderRole {
      display: block; }
  .ec-orderOrder,
  .ec-orderAccount,
  .ec-orderDelivery,
  .ec-orderPayment {
    margin-bottom: 6.25vw; }
    .ec-orderConfirm {
      margin-bottom: 6.25vw; }
      .ec-orderAccount .ec-borderedDefs {
        margin-bottom: 0; }
    .ec-AddAddress {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
      .ec-AddAddress .ec-AddAddress__new {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem; }
      .ec-AddAddress .ec-AddAddress__add {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem; }
      .ec-AddAddress .ec-AddAddress__select {
        position: relative; }
        .ec-AddAddress .ec-AddAddress__select .ec-inlineBtn.delete {
          position: absolute;
          bottom: 1em;
          right: 1em;
          padding: 8px 1em; }
      .ec-AddAddress .ec-AddAddress__selectAddress {
        display: block; }
        .ec-AddAddress .ec-AddAddress__selectAddress label {
          margin: 0 0 1em; }
        .ec-AddAddress .ec-AddAddress__selectAddress select {
          max-width: 100%; }
      .ec-AddAddress .ec-AddAddress__selectNumber {
        display: block;
        margin-left: 0;
        margin-top: 1em; }
      .ec-historyRole .ec-historyRole__contents {
        display: block; }
      .ec-historyRole .ec-historyRole__header {
        width: 100%;
        padding: 10px; }
      .ec-historyRole .ec-historyRole__detail {
        width: 100%;
        padding: 0;
        margin-top: 10px; }
    .ec-historyListHeader {
      position: relative; }
      .ec-historyListHeader .ec-definitions, .ec-historyListHeader .ec-definitions--soft {
        margin: 0; }
      .ec-historyListHeader .ec-historyListHeader__action {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0; }
    .ec-forgotRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-registerRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-registerCompleteRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-contactRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-contactConfirmRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-contactCompleteRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-customerRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-404Role {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-notFoundRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-withdrawRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-helpRole {
      padding-left: 6.25vw;
      padding-right: 6.25vw; }
    .ec-helpRole .ec-navlistRole {
      margin-bottom: 6.25vw; }
    .ec-helpRole section + section {
      margin-top: 6.25vw; } }
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body.scrolled .ec-layoutRole__header .ec-headerTitle img {
    width: 126px; } }
/*# sourceMappingURL=style.css.map */
