@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  font-family: "Noto Sans Japanese", "游ゴシック", Roboto, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  color: #323E48;
  transition: z-index 0ms 5.28455ms;
  background: #f6f6f6;
  margin: 0;
}

a {
  text-decoration: underline;
  color: #323E48;
}
a:hover {
  color: #323E48;
  text-decoration: none;
}
a:focus {
  color: #323E48;
  text-decoration: none;
}

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

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

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
見出し

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

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

Styleguide 1.1
*/
/*
見出し

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

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

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

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

/*
ページヘッダ

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

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

Markup:
.ec-pageHeader
  h1 利用規約

Styleguide 1.1.2
*/
.ec-pageHeader h1 {
  margin: 0 0 24px;
  border-bottom: 1px solid #D1D6D9;
  padding: 8px 0 12px;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .ec-pageHeader h1 {
    margin: 0 16px 46px;
    padding: 8px;
    font-size: 30px;
    font-weight: 500;
  }
}

/*
サブ見出し

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

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

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

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

/*
サブ見出し(太字)

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

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

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

Styleguide 1.1.4
*/
.ec-heading-bold {
  margin: 16px 0;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .ec-heading-bold {
    font-size: 18px;
  }
}

/*
背景付き見出し

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

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

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

Styleguide 1.1.5
*/
.ec-rectHeading h1, .ec-rectHeading h2, .ec-rectHeading h3,
.ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6 {
  background: #ECF2EF;
  padding: 14px 12px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .ec-rectHeading h1, .ec-rectHeading h2, .ec-rectHeading h3,
  .ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6 {
    font-size: 20px;
  }
}

/*
メッセージ見出し

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

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

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

Styleguide 1.1.6
*/
.ec-reportHeading {
  width: 100%;
  margin: 20px 0 30px;
  padding: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .ec-reportHeading {
    border-top: 0;
    font-size: 32px;
  }
}
.ec-reportHeading h1 {
  font-weight: 500;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .ec-reportHeading h1 {
    font-size: 32px;
  }
}
.ec-reportHeading h2, .ec-reportHeading h3, .ec-reportHeading h4, .ec-reportHeading h5, .ec-reportHeading h6, .ec-reportHeading p {
  font-weight: normal;
  font-size: 24px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
文字装飾

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

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

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

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

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

Styleguide 1.2.1
*/
h2 {
  margin: 20px 0;
}

.ec-link {
  color: #323E48;
  text-decoration: underline;
  cursor: pointer;
}
.ec-link:hover {
  color: #323E48;
  text-decoration: none;
}

.ec-link-w {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
.ec-link-w:hover {
  color: #fff;
  text-decoration: none;
}

.ec-link-new-w {
  padding-right: 20px;
  position: relative;
}
.ec-link-new-w:after {
  position: absolute;
  content: "";
  background: url(../icon/new_w.svg) center/contain no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.ec-link-new {
  padding-right: 20px;
  position: relative;
}
.ec-link-new:after {
  position: absolute;
  content: "";
  background: url(../icon/new.svg) center/contain no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.ec-link-mail {
  position: relative;
}
.ec-link-mail:after {
  position: absolute;
  content: "";
  background: url(../icon/mail.svg) center/contain no-repeat;
  display: inline-block;
  width: 23px;
  height: 19px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  line-height: 1;
}

.ec-link-mail-white {
  position: relative;
}
.ec-link-mail-white:after {
  position: absolute;
  content: "";
  background: url(../icon/mail_w.svg) center/contain no-repeat;
  display: inline-block;
  width: 23px;
  height: 19px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  line-height: 1;
}

/*
テキスト（太字）

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

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

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

.ec-font-400 {
  font-weight: 400;
}

.ec-font-600 {
  font-weight: 600;
}

.ec-font-700 {
  font-weight: 700;
}

.ec-font-lighter {
  font-weight: lighter;
}

.ec-font-bolder {
  font-weight: bolder;
}

/*
テキスト（グレー）

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

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

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

/*
テキスト（赤）

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

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

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

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

.ec-color-blue {
  color: #3520a3;
}

.ec-color-fgreen {
  color: #06c755;
}

/*
フォントサイズ

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

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


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

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

.ec-font-size-10 {
  font-size: 10px;
}

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

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

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

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

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

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

.fs_50 {
  font-size: 50%;
}

.fs_70 {
  font-size: 70%;
}

.fs_85 {
  font-size: 85%;
}

.fs_875 {
  font-size: 87.5%;
}

.fs_125 {
  font-size: 125%;
}

.fs_150 {
  font-size: 150%;
}

.price02-default {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .price02-default {
    font-size: 16px;
  }
}
.price02-defaultLabel {
  font-size: 14px;
  background: #323e48;
  color: #fff;
  padding: 2px 6px;
  margin-right: 5px;
  border-radius: 2px;
}
.price02-default .yen {
  font-size: 12px;
}

/* 打ち消し線 */
.ec-font-linethrough {
  text-decoration: line-through;
}

/* 下線 */
.ec-deco-under {
  border-bottom: 1px solid #323e48;
}

/*
テキスト水平位置

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

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

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

/*
価格テキスト

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

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

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

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

Styleguide 1.2.7
*/
.ec-price .ec-price__unit {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .ec-price .ec-price__unit {
    font-size: 1em;
  }
}
.ec-price .ec-price__item {
  width: 115px;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .ec-price .ec-price__item {
    width: 140px;
    font-size: 22px;
  }
}
.ec-price .ec-price__price {
  display: inline-block;
  padding: 0 0.3em 0 0;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .ec-price .ec-price__price {
    font-size: 29px;
  }
}
.ec-price .ec-price__tax {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-price .ec-price__tax {
    font-size: 16px;
  }
}

/*
テキストの位置

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

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

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

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

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

/*
メッセージテキスト

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

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

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


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

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

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

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

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

.ec-para-normal2 {
  margin-bottom: 40px;
}

.ec-word-break {
  word-break: break-word;
}

.ec-title-island {
  line-height: 1.2;
  background-color: #fff;
  padding: 0;
  display: inline-block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ec-title-island {
    padding: 0 20px;
  }
}

.ec-bgcolor-gray {
  padding: 3px 6px;
  background-color: #ECF2EF;
  border-radius: 3px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
リスト

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

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

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

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

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

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

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

Styleguide 1.3.1
*/
.ec-definitions {
  margin: 5px 0;
  display: block;
}
.ec-definitions dt, .ec-definitions dd {
  display: inline-block;
  margin: 0;
  font-weight: 500;
}

.ec-definitions--soft {
  margin: 5px 0;
  display: block;
}
.ec-definitions--soft dt, .ec-definitions--soft dd {
  display: inline-block;
  margin: 0;
  font-weight: normal;
}

/*
下線つき定義リスト

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

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

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

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

Styleguide 1.3.2
*/
.ec-borderedDefs {
  width: 100%;
  border-top: 1px dotted #D1D6D8;
  margin-bottom: 16px;
}
.ec-borderedDefs dl {
  display: flex;
  border-bottom: 1px dotted #D1D6D8;
  margin: 0;
  padding: 10px 0 5px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .ec-borderedDefs dl {
    flex-wrap: nowrap;
    padding: 22px 0 6px;
  }
}
.ec-borderedDefs dt {
  font-weight: normal;
  width: 100%;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .ec-borderedDefs dt {
    padding-top: 8px;
    width: 35%;
  }
}
.ec-borderedDefs dd {
  padding: 0;
  width: 100%;
  line-height: 1.5;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .ec-borderedDefs dd {
    width: 70%;
  }
}
.ec-borderedDefs p {
  line-height: 1.4;
}

.ec-registerRole__entry dt {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .ec-registerRole__entry dt {
    padding-top: 8px;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .ec-registerRole__confirm dl {
    padding-bottom: 22px;
  }
}
.ec-registerRole__confirm dt {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .ec-registerRole__confirm dt {
    padding-top: 0px;
  }
}
.ec-registerRole__confirm dd {
  padding: 10px 0 5px;
  word-break: break-word;
}
@media only screen and (min-width: 768px) {
  .ec-registerRole__confirm dd {
    padding: 0px;
  }
}

.ec-askRole dl {
  padding-bottom: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .ec-askRole dl {
    padding-bottom: 22px;
    margin-bottom: 0;
  }
}
.ec-askRole dt {
  flex-basis: 100%;
  padding-bottom: 10px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .ec-askRole dt {
    flex-basis: 10%;
    padding-bottom: 0px;
  }
}
.ec-askRole dd {
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .ec-askRole dd {
    flex-direction: row;
  }
}
.ec-askRole input {
  border: 1px solid #D1D6D9;
}
.ec-askRole .ec-borderedDefs {
  border-top: none;
}

.ec-helpRole dl {
  padding: 16px 0;
}
.ec-helpRole dt {
  padding-top: 0;
}
.ec-helpRole dt label {
  font-weight: 500;
}

.ec-list-chilled {
  display: table-row;
  border: 0 none;
  padding: 8px 0;
}
.ec-list-chilled dt, .ec-list-chilled dd {
  display: table-cell;
  border-bottom: 1px dotted #D1D6D9;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .ec-list-chilled dt, .ec-list-chilled dd {
    padding: 16px 0;
  }
}
.ec-list-chilled dt {
  width: 30%;
}
.ec-list-chilled dd {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .ec-list-chilled dd {
    padding: 16px;
  }
}

/*
ボーダーリスト

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

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

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


Styleguide 1.3.3
*/
.ec-borderedList {
  width: 100%;
  border-top: 0;
  list-style: none;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .ec-borderedList {
    border-top: 1px dotted #D1D6D9;
  }
}
.ec-borderedList li {
  border-bottom: 1px dotted #D1D6D9;
}

.ec-list-chilled {
  display: table-row;
  border: 0 none;
  padding: 8px 0;
}
.ec-list-chilled dt, .ec-list-chilled dd {
  display: table-cell;
  border-bottom: 1px dotted #D1D6D9;
  padding: 16px 0;
}
.ec-list-chilled dt {
  width: 30%;
}
.ec-list-chilled dd {
  padding: 16px;
}

.ec-list-dosage {
  list-style: none;
  padding: 0;
}
.ec-list-dosage li {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.ec-list-dosage li:before {
  position: absolute;
  top: 0;
  left: 0;
}
.ec-list-dosage li.hex1:before {
  content: "❶";
}
.ec-list-dosage li.hex2:before {
  content: "❷";
}
.ec-list-dosage li.hex3:before {
  content: "❸";
}
.ec-list-dosage li.hex4:before {
  content: "❹";
}
.ec-list-dosage li.hex5:before {
  content: "❺";
}
.ec-list-dosage li.hex6:before {
  content: "❻";
}
.ec-list-dosage li.hex7:before {
  content: "❼";
}
.ec-list-dosage li.hex8:before {
  content: "❽";
}
.ec-list-dosage li.hex9:before {
  content: "❾";
}
.ec-list-dosage li.hex10:before {
  content: "❿";
}

.ec-list-attention {
  list-style: none;
  padding: 0;
}
.ec-list-attention li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.ec-list-attention li:before {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  background: #B6BDC1;
}

.ec-table-product {
  width: 100%;
  word-break: break-all;
}
.ec-table-product tr {
  border-bottom: 1px dotted #D1D6D9;
}
.ec-table-product tr:last-child {
  border-bottom: none;
}
.ec-table-product th {
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  background-color: #f7f7f7;
  padding: 6px;
  width: 30%;
}
@media only screen and (min-width: 768px) {
  .ec-table-product th {
    width: auto;
  }
}
.ec-table-product td {
  font-size: 12px;
  padding: 6px;
}

.ec-faqRole__example.example_hq .ec-table-faq td {
  vertical-align: top;
  padding: 2px;
}
.ec-faqRole__example.example_hq .ec-table-faq td .polygon {
  display: inline-block;
  width: 1.5rem;
  height: 0.75rem;
  content: "";
  clip-path: polygon(6% 0, 50% 88%, 94% 0, 100% 0, 50% 100%, 0 0);
  background: #323e48;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
レベル装飾スタイル
*/
.ec-color-level1 {
  color: #95D0C0;
}

.ec-color-level2 {
  color: #64C0A9;
}

.ec-color-level3 {
  color: #00B095;
}

.ec-color-level4 {
  color: #64ACD6;
}

.ec-color-level5 {
  color: #1C8DC9;
}

.ec-color-level6 {
  color: #0066B5;
}

/*
レベルアイコン
*/
.ec-level {
  font-size: 14px;
  display: flex;
}
.ec-levelLabel {
  color: #323E48;
  padding: 2px 6px 2px 10px;
  border-radius: 50px 0 0 50px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  background-color: #fff;
}
.ec-levelNum {
  font-size: 120%;
  color: #fff;
  line-height: 1.3;
  padding: 2px 12px 2px 8px;
  border-radius: 0 50px 50px 0;
  border-width: 0 1px 1px 0;
}
.ec-level.level1 .ec-levelLabel {
  border-color: #95D0C0;
}
.ec-level.level1 .ec-levelNum {
  background-color: #95D0C0;
}
.ec-level.level2 .ec-levelLabel {
  border-color: #64C0A9;
}
.ec-level.level2 .ec-levelNum {
  background-color: #64C0A9;
}
.ec-level.level3 .ec-levelLabel {
  border-color: #00B095;
}
.ec-level.level3 .ec-levelNum {
  background-color: #00B095;
}
.ec-level.level4 .ec-levelLabel {
  border-color: #64ACD6;
}
.ec-level.level4 .ec-levelNum {
  background-color: #64ACD6;
}
.ec-level.level5 .ec-levelLabel {
  border-color: #1C8DC9;
}
.ec-level.level5 .ec-levelNum {
  background-color: #1C8DC9;
}
.ec-level.level6 .ec-levelLabel {
  border-color: #0066B5;
}
.ec-level.level6 .ec-levelNum {
  background-color: #0066B5;
}

/*
ボタンサイズ

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

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

Styleguide 2.1
*/
/*
通常ボタン

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

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

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

Styleguide 2.1.1
*/
.ec-inlineBtn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #323E48;
  border-color: #fff;
}
.ec-inlineBtn:focus, .ec-inlineBtn.focus, .ec-inlineBtn:active:focus, .ec-inlineBtn:active.focus, .ec-inlineBtn.active:focus, .ec-inlineBtn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-inlineBtn:hover, .ec-inlineBtn:focus, .ec-inlineBtn.focus {
  color: #fff;
  text-decoration: none;
}
.ec-inlineBtn:active, .ec-inlineBtn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-inlineBtn.disabled, .ec-inlineBtn[disabled], fieldset[disabled] .ec-inlineBtn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ec-inlineBtn:focus, .ec-inlineBtn.focus {
  color: #fff;
  background-color: #1d242a;
  border-color: #bfbfbf;
}
.ec-inlineBtn:hover {
  color: #fff;
  background-color: #1d242a;
  border-color: #e0e0e0;
}
.ec-inlineBtn:active, .ec-inlineBtn.active, .open > .ec-inlineBtn.dropdown-toggle {
  color: #fff;
  background-color: #1d242a;
  background-image: none;
  border-color: #e0e0e0;
}
.ec-inlineBtn:active:hover, .ec-inlineBtn:active:focus, .ec-inlineBtn:active.focus, .ec-inlineBtn.active:hover, .ec-inlineBtn.active:focus, .ec-inlineBtn.active.focus, .open > .ec-inlineBtn.dropdown-toggle:hover, .open > .ec-inlineBtn.dropdown-toggle:focus, .open > .ec-inlineBtn.dropdown-toggle.focus {
  color: #fff;
  background-color: #0e1215;
  border-color: #bfbfbf;
}
.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: #323E48;
  border-color: #fff;
}
.ec-inlineBtn .badge {
  color: #323E48;
  background-color: #fff;
}
.ec-inlineBtn .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

.ec-inlineBtn--gray {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #323E48;
  background-color: #f7f7f7;
  border-color: #ccc;
}
.ec-inlineBtn--gray:focus, .ec-inlineBtn--gray.focus, .ec-inlineBtn--gray:active:focus, .ec-inlineBtn--gray:active.focus, .ec-inlineBtn--gray.active:focus, .ec-inlineBtn--gray.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-inlineBtn--gray:hover, .ec-inlineBtn--gray:focus, .ec-inlineBtn--gray.focus {
  color: #fff;
  text-decoration: none;
}
.ec-inlineBtn--gray:active, .ec-inlineBtn--gray.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-inlineBtn--gray.disabled, .ec-inlineBtn--gray[disabled], fieldset[disabled] .ec-inlineBtn--gray {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ec-inlineBtn--gray:focus, .ec-inlineBtn--gray.focus {
  color: #323E48;
  background-color: #dedede;
  border-color: #8c8c8c;
}
.ec-inlineBtn--gray:hover {
  color: #323E48;
  background-color: #dedede;
  border-color: #adadad;
}
.ec-inlineBtn--gray:active, .ec-inlineBtn--gray.active, .open > .ec-inlineBtn--gray.dropdown-toggle {
  color: #323E48;
  background-color: #dedede;
  background-image: none;
  border-color: #adadad;
}
.ec-inlineBtn--gray:active:hover, .ec-inlineBtn--gray:active:focus, .ec-inlineBtn--gray:active.focus, .ec-inlineBtn--gray.active:hover, .ec-inlineBtn--gray.active:focus, .ec-inlineBtn--gray.active.focus, .open > .ec-inlineBtn--gray.dropdown-toggle:hover, .open > .ec-inlineBtn--gray.dropdown-toggle:focus, .open > .ec-inlineBtn--gray.dropdown-toggle.focus {
  color: #323E48;
  background-color: #cccccc;
  border-color: #8c8c8c;
}
.ec-inlineBtn--gray.disabled:hover, .ec-inlineBtn--gray.disabled:focus, .ec-inlineBtn--gray.disabled.focus, .ec-inlineBtn--gray[disabled]:hover, .ec-inlineBtn--gray[disabled]:focus, .ec-inlineBtn--gray[disabled].focus, fieldset[disabled] .ec-inlineBtn--gray:hover, fieldset[disabled] .ec-inlineBtn--gray:focus, fieldset[disabled] .ec-inlineBtn--gray.focus {
  background-color: #f7f7f7;
  border-color: #ccc;
}
.ec-inlineBtn--gray .badge {
  color: #f7f7f7;
  background-color: #323E48;
}
.ec-inlineBtn--gray .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

.ec-inlineBtn--white {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #323E48;
  background-color: #fff;
  border-color: #323E48;
}
.ec-inlineBtn--white:focus, .ec-inlineBtn--white.focus, .ec-inlineBtn--white:active:focus, .ec-inlineBtn--white:active.focus, .ec-inlineBtn--white.active:focus, .ec-inlineBtn--white.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-inlineBtn--white:hover, .ec-inlineBtn--white:focus, .ec-inlineBtn--white.focus {
  color: #fff;
  text-decoration: none;
}
.ec-inlineBtn--white:active, .ec-inlineBtn--white.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-inlineBtn--white.disabled, .ec-inlineBtn--white[disabled], fieldset[disabled] .ec-inlineBtn--white {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ec-inlineBtn--white:focus, .ec-inlineBtn--white.focus {
  color: #323E48;
  background-color: #e6e6e6;
  border-color: black;
}
.ec-inlineBtn--white:hover {
  color: #323E48;
  background-color: #e6e6e6;
  border-color: #191f24;
}
.ec-inlineBtn--white:active, .ec-inlineBtn--white.active, .open > .ec-inlineBtn--white.dropdown-toggle {
  color: #323E48;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #191f24;
}
.ec-inlineBtn--white:active:hover, .ec-inlineBtn--white:active:focus, .ec-inlineBtn--white:active.focus, .ec-inlineBtn--white.active:hover, .ec-inlineBtn--white.active:focus, .ec-inlineBtn--white.active.focus, .open > .ec-inlineBtn--white.dropdown-toggle:hover, .open > .ec-inlineBtn--white.dropdown-toggle:focus, .open > .ec-inlineBtn--white.dropdown-toggle.focus {
  color: #323E48;
  background-color: #d4d4d4;
  border-color: black;
}
.ec-inlineBtn--white.disabled:hover, .ec-inlineBtn--white.disabled:focus, .ec-inlineBtn--white.disabled.focus, .ec-inlineBtn--white[disabled]:hover, .ec-inlineBtn--white[disabled]:focus, .ec-inlineBtn--white[disabled].focus, fieldset[disabled] .ec-inlineBtn--white:hover, fieldset[disabled] .ec-inlineBtn--white:focus, fieldset[disabled] .ec-inlineBtn--white.focus {
  background-color: #fff;
  border-color: #323E48;
}
.ec-inlineBtn--white .badge {
  color: #fff;
  background-color: #323E48;
}
.ec-inlineBtn--white .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

.ec-inlineBtn--action {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #a32035;
  border-color: #a32035;
}
.ec-inlineBtn--action:focus, .ec-inlineBtn--action.focus, .ec-inlineBtn--action:active:focus, .ec-inlineBtn--action:active.focus, .ec-inlineBtn--action.active:focus, .ec-inlineBtn--action.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-inlineBtn--action:hover, .ec-inlineBtn--action:focus, .ec-inlineBtn--action.focus {
  color: #fff;
  text-decoration: none;
}
.ec-inlineBtn--action:active, .ec-inlineBtn--action.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-inlineBtn--action.disabled, .ec-inlineBtn--action[disabled], fieldset[disabled] .ec-inlineBtn--action {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ec-inlineBtn--action:focus, .ec-inlineBtn--action.focus {
  color: #fff;
  background-color: #781827;
  border-color: #380b12;
}
.ec-inlineBtn--action:hover {
  color: #fff;
  background-color: #781827;
  border-color: #701624;
}
.ec-inlineBtn--action:active, .ec-inlineBtn--action.active, .open > .ec-inlineBtn--action.dropdown-toggle {
  color: #fff;
  background-color: #781827;
  background-image: none;
  border-color: #701624;
}
.ec-inlineBtn--action:active:hover, .ec-inlineBtn--action:active:focus, .ec-inlineBtn--action:active.focus, .ec-inlineBtn--action.active:hover, .ec-inlineBtn--action.active:focus, .ec-inlineBtn--action.active.focus, .open > .ec-inlineBtn--action.dropdown-toggle:hover, .open > .ec-inlineBtn--action.dropdown-toggle:focus, .open > .ec-inlineBtn--action.dropdown-toggle.focus {
  color: #fff;
  background-color: #5b121d;
  border-color: #380b12;
}
.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: #a32035;
  border-color: #a32035;
}
.ec-inlineBtn--action .badge {
  color: #a32035;
  background-color: #fff;
}
.ec-inlineBtn--action .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

.ec-inlineBtn--cancel {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #323E48;
  border-color: #323E48;
}
.ec-inlineBtn--cancel:focus, .ec-inlineBtn--cancel.focus, .ec-inlineBtn--cancel:active:focus, .ec-inlineBtn--cancel:active.focus, .ec-inlineBtn--cancel.active:focus, .ec-inlineBtn--cancel.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-inlineBtn--cancel:hover, .ec-inlineBtn--cancel:focus, .ec-inlineBtn--cancel.focus {
  color: #fff;
  text-decoration: none;
}
.ec-inlineBtn--cancel:active, .ec-inlineBtn--cancel.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-inlineBtn--cancel.disabled, .ec-inlineBtn--cancel[disabled], fieldset[disabled] .ec-inlineBtn--cancel {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ec-inlineBtn--cancel:focus, .ec-inlineBtn--cancel.focus {
  color: #fff;
  background-color: #1d242a;
  border-color: black;
}
.ec-inlineBtn--cancel:hover {
  color: #fff;
  background-color: #1d242a;
  border-color: #191f24;
}
.ec-inlineBtn--cancel:active, .ec-inlineBtn--cancel.active, .open > .ec-inlineBtn--cancel.dropdown-toggle {
  color: #fff;
  background-color: #1d242a;
  background-image: none;
  border-color: #191f24;
}
.ec-inlineBtn--cancel:active:hover, .ec-inlineBtn--cancel:active:focus, .ec-inlineBtn--cancel:active.focus, .ec-inlineBtn--cancel.active:hover, .ec-inlineBtn--cancel.active:focus, .ec-inlineBtn--cancel.active.focus, .open > .ec-inlineBtn--cancel.dropdown-toggle:hover, .open > .ec-inlineBtn--cancel.dropdown-toggle:focus, .open > .ec-inlineBtn--cancel.dropdown-toggle.focus {
  color: #fff;
  background-color: #0e1215;
  border-color: black;
}
.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: #323E48;
  border-color: #323E48;
}
.ec-inlineBtn--cancel .badge {
  color: #323E48;
  background-color: #fff;
}
.ec-inlineBtn--cancel .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

.ec-inlineBtn--disabled {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}
.ec-inlineBtn--disabled:focus, .ec-inlineBtn--disabled.focus, .ec-inlineBtn--disabled:active:focus, .ec-inlineBtn--disabled:active.focus, .ec-inlineBtn--disabled.active:focus, .ec-inlineBtn--disabled.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-inlineBtn--disabled:hover, .ec-inlineBtn--disabled:focus, .ec-inlineBtn--disabled.focus {
  color: #fff;
  text-decoration: none;
}
.ec-inlineBtn--disabled:active, .ec-inlineBtn--disabled.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-inlineBtn--disabled.disabled, .ec-inlineBtn--disabled[disabled], fieldset[disabled] .ec-inlineBtn--disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ec-inlineBtn--disabled:focus, .ec-inlineBtn--disabled.focus {
  color: #fff;
  background-color: #a7a7a7;
  border-color: gray;
}
.ec-inlineBtn--disabled:hover {
  color: #fff;
  background-color: #a7a7a7;
  border-color: #a1a1a1;
}
.ec-inlineBtn--disabled:active, .ec-inlineBtn--disabled.active, .open > .ec-inlineBtn--disabled.dropdown-toggle {
  color: #fff;
  background-color: #a7a7a7;
  background-image: none;
  border-color: #a1a1a1;
}
.ec-inlineBtn--disabled:active:hover, .ec-inlineBtn--disabled:active:focus, .ec-inlineBtn--disabled:active.focus, .ec-inlineBtn--disabled.active:hover, .ec-inlineBtn--disabled.active:focus, .ec-inlineBtn--disabled.active.focus, .open > .ec-inlineBtn--disabled.dropdown-toggle:hover, .open > .ec-inlineBtn--disabled.dropdown-toggle:focus, .open > .ec-inlineBtn--disabled.dropdown-toggle.focus {
  color: #fff;
  background-color: #959595;
  border-color: gray;
}
.ec-inlineBtn--disabled.disabled:hover, .ec-inlineBtn--disabled.disabled:focus, .ec-inlineBtn--disabled.disabled.focus, .ec-inlineBtn--disabled[disabled]:hover, .ec-inlineBtn--disabled[disabled]:focus, .ec-inlineBtn--disabled[disabled].focus, fieldset[disabled] .ec-inlineBtn--disabled:hover, fieldset[disabled] .ec-inlineBtn--disabled:focus, fieldset[disabled] .ec-inlineBtn--disabled.focus {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}
.ec-inlineBtn--disabled .badge {
  color: #c0c0c0;
  background-color: #fff;
}
.ec-inlineBtn--disabled .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

.ec-inlineBtn--fgreen {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #06c755;
  border-color: #06c755;
}
.ec-inlineBtn--fgreen:focus, .ec-inlineBtn--fgreen.focus, .ec-inlineBtn--fgreen:active:focus, .ec-inlineBtn--fgreen:active.focus, .ec-inlineBtn--fgreen.active:focus, .ec-inlineBtn--fgreen.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-inlineBtn--fgreen:hover, .ec-inlineBtn--fgreen:focus, .ec-inlineBtn--fgreen.focus {
  color: #fff;
  text-decoration: none;
}
.ec-inlineBtn--fgreen:active, .ec-inlineBtn--fgreen.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-inlineBtn--fgreen.disabled, .ec-inlineBtn--fgreen[disabled], fieldset[disabled] .ec-inlineBtn--fgreen {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ec-inlineBtn--fgreen:focus, .ec-inlineBtn--fgreen.focus {
  color: #fff;
  background-color: #059540;
  border-color: #024b20;
}
.ec-inlineBtn--fgreen:hover {
  color: #fff;
  background-color: #059540;
  border-color: #048c3c;
}
.ec-inlineBtn--fgreen:active, .ec-inlineBtn--fgreen.active, .open > .ec-inlineBtn--fgreen.dropdown-toggle {
  color: #fff;
  background-color: #059540;
  background-image: none;
  border-color: #048c3c;
}
.ec-inlineBtn--fgreen:active:hover, .ec-inlineBtn--fgreen:active:focus, .ec-inlineBtn--fgreen:active.focus, .ec-inlineBtn--fgreen.active:hover, .ec-inlineBtn--fgreen.active:focus, .ec-inlineBtn--fgreen.active.focus, .open > .ec-inlineBtn--fgreen.dropdown-toggle:hover, .open > .ec-inlineBtn--fgreen.dropdown-toggle:focus, .open > .ec-inlineBtn--fgreen.dropdown-toggle.focus {
  color: #fff;
  background-color: #037331;
  border-color: #024b20;
}
.ec-inlineBtn--fgreen.disabled:hover, .ec-inlineBtn--fgreen.disabled:focus, .ec-inlineBtn--fgreen.disabled.focus, .ec-inlineBtn--fgreen[disabled]:hover, .ec-inlineBtn--fgreen[disabled]:focus, .ec-inlineBtn--fgreen[disabled].focus, fieldset[disabled] .ec-inlineBtn--fgreen:hover, fieldset[disabled] .ec-inlineBtn--fgreen:focus, fieldset[disabled] .ec-inlineBtn--fgreen.focus {
  background-color: #06c755;
  border-color: #06c755;
}
.ec-inlineBtn--fgreen .badge {
  color: #06c755;
  background-color: #fff;
}
.ec-inlineBtn--fgreen .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

.ec-inlineBtn--dgray {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #323E48;
  border-color: #323E48;
}
.ec-inlineBtn--dgray:focus, .ec-inlineBtn--dgray.focus, .ec-inlineBtn--dgray:active:focus, .ec-inlineBtn--dgray:active.focus, .ec-inlineBtn--dgray.active:focus, .ec-inlineBtn--dgray.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-inlineBtn--dgray:hover, .ec-inlineBtn--dgray:focus, .ec-inlineBtn--dgray.focus {
  color: #fff;
  text-decoration: none;
}
.ec-inlineBtn--dgray:active, .ec-inlineBtn--dgray.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-inlineBtn--dgray.disabled, .ec-inlineBtn--dgray[disabled], fieldset[disabled] .ec-inlineBtn--dgray {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ec-inlineBtn--dgray:focus, .ec-inlineBtn--dgray.focus {
  color: #fff;
  background-color: #1d242a;
  border-color: black;
}
.ec-inlineBtn--dgray:hover {
  color: #fff;
  background-color: #1d242a;
  border-color: #191f24;
}
.ec-inlineBtn--dgray:active, .ec-inlineBtn--dgray.active, .open > .ec-inlineBtn--dgray.dropdown-toggle {
  color: #fff;
  background-color: #1d242a;
  background-image: none;
  border-color: #191f24;
}
.ec-inlineBtn--dgray:active:hover, .ec-inlineBtn--dgray:active:focus, .ec-inlineBtn--dgray:active.focus, .ec-inlineBtn--dgray.active:hover, .ec-inlineBtn--dgray.active:focus, .ec-inlineBtn--dgray.active.focus, .open > .ec-inlineBtn--dgray.dropdown-toggle:hover, .open > .ec-inlineBtn--dgray.dropdown-toggle:focus, .open > .ec-inlineBtn--dgray.dropdown-toggle.focus {
  color: #fff;
  background-color: #0e1215;
  border-color: black;
}
.ec-inlineBtn--dgray.disabled:hover, .ec-inlineBtn--dgray.disabled:focus, .ec-inlineBtn--dgray.disabled.focus, .ec-inlineBtn--dgray[disabled]:hover, .ec-inlineBtn--dgray[disabled]:focus, .ec-inlineBtn--dgray[disabled].focus, fieldset[disabled] .ec-inlineBtn--dgray:hover, fieldset[disabled] .ec-inlineBtn--dgray:focus, fieldset[disabled] .ec-inlineBtn--dgray.focus {
  background-color: #323E48;
  border-color: #323E48;
}
.ec-inlineBtn--dgray .badge {
  color: #323E48;
  background-color: #fff;
}
.ec-inlineBtn--dgray .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

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

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

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

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

Styleguide 2.1.2
*/
.ec-blockBtn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #323E48;
  border-color: #323E48;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 4px;
  border: none;
  font-weight: 500;
}
.ec-blockBtn:focus, .ec-blockBtn.focus, .ec-blockBtn:active:focus, .ec-blockBtn:active.focus, .ec-blockBtn.active:focus, .ec-blockBtn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-blockBtn:hover, .ec-blockBtn:focus, .ec-blockBtn.focus {
  color: #fff;
  text-decoration: none;
}
.ec-blockBtn:active, .ec-blockBtn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-blockBtn.disabled, .ec-blockBtn[disabled], fieldset[disabled] .ec-blockBtn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ec-blockBtn:focus, .ec-blockBtn.focus {
  color: #fff;
  background-color: #1d242a;
  border-color: black;
}
.ec-blockBtn:hover {
  color: #fff;
  background-color: #1d242a;
  border-color: #191f24;
}
.ec-blockBtn:active, .ec-blockBtn.active, .open > .ec-blockBtn.dropdown-toggle {
  color: #fff;
  background-color: #1d242a;
  background-image: none;
  border-color: #191f24;
}
.ec-blockBtn:active:hover, .ec-blockBtn:active:focus, .ec-blockBtn:active.focus, .ec-blockBtn.active:hover, .ec-blockBtn.active:focus, .ec-blockBtn.active.focus, .open > .ec-blockBtn.dropdown-toggle:hover, .open > .ec-blockBtn.dropdown-toggle:focus, .open > .ec-blockBtn.dropdown-toggle.focus {
  color: #fff;
  background-color: #0e1215;
  border-color: black;
}
.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: #323E48;
  border-color: #323E48;
}
.ec-blockBtn .badge {
  color: #323E48;
  background-color: #fff;
}
.ec-blockBtn .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 767px) {
  .ec-blockBtn {
    margin: auto;
    max-width: 380px;
  }
}
.ec-blockBtn:hover {
  background-color: #3D4750;
}

.ec-blockBtn--white {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #323E48;
  background-color: #fff;
  border-color: #323E48;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 4px;
  font-weight: 500;
}
.ec-blockBtn--white:focus, .ec-blockBtn--white.focus, .ec-blockBtn--white:active:focus, .ec-blockBtn--white:active.focus, .ec-blockBtn--white.active:focus, .ec-blockBtn--white.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-blockBtn--white:hover, .ec-blockBtn--white:focus, .ec-blockBtn--white.focus {
  color: #fff;
  text-decoration: none;
}
.ec-blockBtn--white:active, .ec-blockBtn--white.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-blockBtn--white.disabled, .ec-blockBtn--white[disabled], fieldset[disabled] .ec-blockBtn--white {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ec-blockBtn--white:focus, .ec-blockBtn--white.focus {
  color: #323E48;
  background-color: #e6e6e6;
  border-color: black;
}
.ec-blockBtn--white:hover {
  color: #323E48;
  background-color: #e6e6e6;
  border-color: #191f24;
}
.ec-blockBtn--white:active, .ec-blockBtn--white.active, .open > .ec-blockBtn--white.dropdown-toggle {
  color: #323E48;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #191f24;
}
.ec-blockBtn--white:active:hover, .ec-blockBtn--white:active:focus, .ec-blockBtn--white:active.focus, .ec-blockBtn--white.active:hover, .ec-blockBtn--white.active:focus, .ec-blockBtn--white.active.focus, .open > .ec-blockBtn--white.dropdown-toggle:hover, .open > .ec-blockBtn--white.dropdown-toggle:focus, .open > .ec-blockBtn--white.dropdown-toggle.focus {
  color: #323E48;
  background-color: #d4d4d4;
  border-color: black;
}
.ec-blockBtn--white.disabled:hover, .ec-blockBtn--white.disabled:focus, .ec-blockBtn--white.disabled.focus, .ec-blockBtn--white[disabled]:hover, .ec-blockBtn--white[disabled]:focus, .ec-blockBtn--white[disabled].focus, fieldset[disabled] .ec-blockBtn--white:hover, fieldset[disabled] .ec-blockBtn--white:focus, fieldset[disabled] .ec-blockBtn--white.focus {
  background-color: #fff;
  border-color: #323E48;
}
.ec-blockBtn--white .badge {
  color: #fff;
  background-color: #323E48;
}
.ec-blockBtn--white .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 767px) {
  .ec-blockBtn--white {
    margin: auto;
  }
}

.ec-blockBtn--gray {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #323E48;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 4px;
  border: none;
}
.ec-blockBtn--gray:focus, .ec-blockBtn--gray.focus, .ec-blockBtn--gray:active:focus, .ec-blockBtn--gray:active.focus, .ec-blockBtn--gray.active:focus, .ec-blockBtn--gray.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-blockBtn--gray:hover, .ec-blockBtn--gray:focus, .ec-blockBtn--gray.focus {
  color: #fff;
  text-decoration: none;
}
.ec-blockBtn--gray:active, .ec-blockBtn--gray.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-blockBtn--gray.disabled, .ec-blockBtn--gray[disabled], fieldset[disabled] .ec-blockBtn--gray {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ec-blockBtn--gray:focus, .ec-blockBtn--gray.focus {
  color: #323E48;
  background-color: #dedede;
  border-color: #b7b7b7;
}
.ec-blockBtn--gray:hover {
  color: #323E48;
  background-color: #dedede;
  border-color: #d8d8d8;
}
.ec-blockBtn--gray:active, .ec-blockBtn--gray.active, .open > .ec-blockBtn--gray.dropdown-toggle {
  color: #323E48;
  background-color: #dedede;
  background-image: none;
  border-color: #d8d8d8;
}
.ec-blockBtn--gray:active:hover, .ec-blockBtn--gray:active:focus, .ec-blockBtn--gray:active.focus, .ec-blockBtn--gray.active:hover, .ec-blockBtn--gray.active:focus, .ec-blockBtn--gray.active.focus, .open > .ec-blockBtn--gray.dropdown-toggle:hover, .open > .ec-blockBtn--gray.dropdown-toggle:focus, .open > .ec-blockBtn--gray.dropdown-toggle.focus {
  color: #323E48;
  background-color: #cccccc;
  border-color: #b7b7b7;
}
.ec-blockBtn--gray.disabled:hover, .ec-blockBtn--gray.disabled:focus, .ec-blockBtn--gray.disabled.focus, .ec-blockBtn--gray[disabled]:hover, .ec-blockBtn--gray[disabled]:focus, .ec-blockBtn--gray[disabled].focus, fieldset[disabled] .ec-blockBtn--gray:hover, fieldset[disabled] .ec-blockBtn--gray:focus, fieldset[disabled] .ec-blockBtn--gray.focus {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.ec-blockBtn--gray .badge {
  color: #f7f7f7;
  background-color: #323E48;
}
.ec-blockBtn--gray .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 767px) {
  .ec-blockBtn--gray {
    margin: auto;
  }
}

.ec-blockBtn--action {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #a32035;
  border-color: #a32035;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 4px;
  border: none;
  font-weight: 500;
}
.ec-blockBtn--action:focus, .ec-blockBtn--action.focus, .ec-blockBtn--action:active:focus, .ec-blockBtn--action:active.focus, .ec-blockBtn--action.active:focus, .ec-blockBtn--action.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-blockBtn--action:hover, .ec-blockBtn--action:focus, .ec-blockBtn--action.focus {
  color: #fff;
  text-decoration: none;
}
.ec-blockBtn--action:active, .ec-blockBtn--action.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-blockBtn--action.disabled, .ec-blockBtn--action[disabled], fieldset[disabled] .ec-blockBtn--action {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ec-blockBtn--action:focus, .ec-blockBtn--action.focus {
  color: #fff;
  background-color: #781827;
  border-color: #380b12;
}
.ec-blockBtn--action:hover {
  color: #fff;
  background-color: #781827;
  border-color: #701624;
}
.ec-blockBtn--action:active, .ec-blockBtn--action.active, .open > .ec-blockBtn--action.dropdown-toggle {
  color: #fff;
  background-color: #781827;
  background-image: none;
  border-color: #701624;
}
.ec-blockBtn--action:active:hover, .ec-blockBtn--action:active:focus, .ec-blockBtn--action:active.focus, .ec-blockBtn--action.active:hover, .ec-blockBtn--action.active:focus, .ec-blockBtn--action.active.focus, .open > .ec-blockBtn--action.dropdown-toggle:hover, .open > .ec-blockBtn--action.dropdown-toggle:focus, .open > .ec-blockBtn--action.dropdown-toggle.focus {
  color: #fff;
  background-color: #5b121d;
  border-color: #380b12;
}
.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: #a32035;
  border-color: #a32035;
}
.ec-blockBtn--action .badge {
  color: #a32035;
  background-color: #fff;
}
.ec-blockBtn--action .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 767px) {
  .ec-blockBtn--action {
    margin: auto;
    max-width: 380px;
  }
}
.ec-blockBtn--action:hover {
  background-color: #BC2435;
}

.ec-doubleBtn--action {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #a32035;
  border-color: #a32035;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 66px;
  line-height: 1.5;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 4px;
  border: none;
  font-weight: 500;
}
.ec-doubleBtn--action:focus, .ec-doubleBtn--action.focus, .ec-doubleBtn--action:active:focus, .ec-doubleBtn--action:active.focus, .ec-doubleBtn--action.active:focus, .ec-doubleBtn--action.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-doubleBtn--action:hover, .ec-doubleBtn--action:focus, .ec-doubleBtn--action.focus {
  color: #fff;
  text-decoration: none;
}
.ec-doubleBtn--action:active, .ec-doubleBtn--action.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-doubleBtn--action.disabled, .ec-doubleBtn--action[disabled], fieldset[disabled] .ec-doubleBtn--action {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ec-doubleBtn--action:focus, .ec-doubleBtn--action.focus {
  color: #fff;
  background-color: #781827;
  border-color: #380b12;
}
.ec-doubleBtn--action:hover {
  color: #fff;
  background-color: #781827;
  border-color: #701624;
}
.ec-doubleBtn--action:active, .ec-doubleBtn--action.active, .open > .ec-doubleBtn--action.dropdown-toggle {
  color: #fff;
  background-color: #781827;
  background-image: none;
  border-color: #701624;
}
.ec-doubleBtn--action:active:hover, .ec-doubleBtn--action:active:focus, .ec-doubleBtn--action:active.focus, .ec-doubleBtn--action.active:hover, .ec-doubleBtn--action.active:focus, .ec-doubleBtn--action.active.focus, .open > .ec-doubleBtn--action.dropdown-toggle:hover, .open > .ec-doubleBtn--action.dropdown-toggle:focus, .open > .ec-doubleBtn--action.dropdown-toggle.focus {
  color: #fff;
  background-color: #5b121d;
  border-color: #380b12;
}
.ec-doubleBtn--action.disabled:hover, .ec-doubleBtn--action.disabled:focus, .ec-doubleBtn--action.disabled.focus, .ec-doubleBtn--action[disabled]:hover, .ec-doubleBtn--action[disabled]:focus, .ec-doubleBtn--action[disabled].focus, fieldset[disabled] .ec-doubleBtn--action:hover, fieldset[disabled] .ec-doubleBtn--action:focus, fieldset[disabled] .ec-doubleBtn--action.focus {
  background-color: #a32035;
  border-color: #a32035;
}
.ec-doubleBtn--action .badge {
  color: #a32035;
  background-color: #fff;
}
.ec-doubleBtn--action .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 767px) {
  .ec-doubleBtn--action {
    margin: auto;
    max-width: 380px;
  }
}
.ec-doubleBtn--action:hover {
  background-color: #BC2435;
}

.ec-blockBtn--cancel {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #323E48;
  border-color: #323E48;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 4px;
  font-weight: 500;
}
.ec-blockBtn--cancel:focus, .ec-blockBtn--cancel.focus, .ec-blockBtn--cancel:active:focus, .ec-blockBtn--cancel:active.focus, .ec-blockBtn--cancel.active:focus, .ec-blockBtn--cancel.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-blockBtn--cancel:hover, .ec-blockBtn--cancel:focus, .ec-blockBtn--cancel.focus {
  color: #fff;
  text-decoration: none;
}
.ec-blockBtn--cancel:active, .ec-blockBtn--cancel.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-blockBtn--cancel.disabled, .ec-blockBtn--cancel[disabled], fieldset[disabled] .ec-blockBtn--cancel {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ec-blockBtn--cancel:focus, .ec-blockBtn--cancel.focus {
  color: #fff;
  background-color: #1d242a;
  border-color: black;
}
.ec-blockBtn--cancel:hover {
  color: #fff;
  background-color: #1d242a;
  border-color: #191f24;
}
.ec-blockBtn--cancel:active, .ec-blockBtn--cancel.active, .open > .ec-blockBtn--cancel.dropdown-toggle {
  color: #fff;
  background-color: #1d242a;
  background-image: none;
  border-color: #191f24;
}
.ec-blockBtn--cancel:active:hover, .ec-blockBtn--cancel:active:focus, .ec-blockBtn--cancel:active.focus, .ec-blockBtn--cancel.active:hover, .ec-blockBtn--cancel.active:focus, .ec-blockBtn--cancel.active.focus, .open > .ec-blockBtn--cancel.dropdown-toggle:hover, .open > .ec-blockBtn--cancel.dropdown-toggle:focus, .open > .ec-blockBtn--cancel.dropdown-toggle.focus {
  color: #fff;
  background-color: #0e1215;
  border-color: black;
}
.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: #323E48;
  border-color: #323E48;
}
.ec-blockBtn--cancel .badge {
  color: #323E48;
  background-color: #fff;
}
.ec-blockBtn--cancel .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 767px) {
  .ec-blockBtn--cancel {
    margin: auto;
    max-width: 380px;
  }
}
.ec-blockBtn--cancel:hover {
  background-color: #3D4750;
}

.ec-blockBtn--disabled {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #c0c0c0;
  border-color: #c0c0c0;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 4px;
  border: none;
  font-weight: 500;
}
.ec-blockBtn--disabled:focus, .ec-blockBtn--disabled.focus, .ec-blockBtn--disabled:active:focus, .ec-blockBtn--disabled:active.focus, .ec-blockBtn--disabled.active:focus, .ec-blockBtn--disabled.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-blockBtn--disabled:hover, .ec-blockBtn--disabled:focus, .ec-blockBtn--disabled.focus {
  color: #fff;
  text-decoration: none;
}
.ec-blockBtn--disabled:active, .ec-blockBtn--disabled.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-blockBtn--disabled.disabled, .ec-blockBtn--disabled[disabled], fieldset[disabled] .ec-blockBtn--disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ec-blockBtn--disabled:focus, .ec-blockBtn--disabled.focus {
  color: #fff;
  background-color: #a7a7a7;
  border-color: gray;
}
.ec-blockBtn--disabled:hover {
  color: #fff;
  background-color: #a7a7a7;
  border-color: #a1a1a1;
}
.ec-blockBtn--disabled:active, .ec-blockBtn--disabled.active, .open > .ec-blockBtn--disabled.dropdown-toggle {
  color: #fff;
  background-color: #a7a7a7;
  background-image: none;
  border-color: #a1a1a1;
}
.ec-blockBtn--disabled:active:hover, .ec-blockBtn--disabled:active:focus, .ec-blockBtn--disabled:active.focus, .ec-blockBtn--disabled.active:hover, .ec-blockBtn--disabled.active:focus, .ec-blockBtn--disabled.active.focus, .open > .ec-blockBtn--disabled.dropdown-toggle:hover, .open > .ec-blockBtn--disabled.dropdown-toggle:focus, .open > .ec-blockBtn--disabled.dropdown-toggle.focus {
  color: #fff;
  background-color: #959595;
  border-color: gray;
}
.ec-blockBtn--disabled.disabled:hover, .ec-blockBtn--disabled.disabled:focus, .ec-blockBtn--disabled.disabled.focus, .ec-blockBtn--disabled[disabled]:hover, .ec-blockBtn--disabled[disabled]:focus, .ec-blockBtn--disabled[disabled].focus, fieldset[disabled] .ec-blockBtn--disabled:hover, fieldset[disabled] .ec-blockBtn--disabled:focus, fieldset[disabled] .ec-blockBtn--disabled.focus {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}
.ec-blockBtn--disabled .badge {
  color: #c0c0c0;
  background-color: #fff;
}
.ec-blockBtn--disabled .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 767px) {
  .ec-blockBtn--disabled {
    margin: auto;
    max-width: 380px;
  }
}

.ec-blockBtn--fgreen {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #06c755;
  border-color: #06c755;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0;
  border-radius: 4px;
  border: none;
  font-weight: 500;
}
.ec-blockBtn--fgreen:focus, .ec-blockBtn--fgreen.focus, .ec-blockBtn--fgreen:active:focus, .ec-blockBtn--fgreen:active.focus, .ec-blockBtn--fgreen.active:focus, .ec-blockBtn--fgreen.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-blockBtn--fgreen:hover, .ec-blockBtn--fgreen:focus, .ec-blockBtn--fgreen.focus {
  color: #fff;
  text-decoration: none;
}
.ec-blockBtn--fgreen:active, .ec-blockBtn--fgreen.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-blockBtn--fgreen.disabled, .ec-blockBtn--fgreen[disabled], fieldset[disabled] .ec-blockBtn--fgreen {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ec-blockBtn--fgreen:focus, .ec-blockBtn--fgreen.focus {
  color: #fff;
  background-color: #059540;
  border-color: #024b20;
}
.ec-blockBtn--fgreen:hover {
  color: #fff;
  background-color: #059540;
  border-color: #048c3c;
}
.ec-blockBtn--fgreen:active, .ec-blockBtn--fgreen.active, .open > .ec-blockBtn--fgreen.dropdown-toggle {
  color: #fff;
  background-color: #059540;
  background-image: none;
  border-color: #048c3c;
}
.ec-blockBtn--fgreen:active:hover, .ec-blockBtn--fgreen:active:focus, .ec-blockBtn--fgreen:active.focus, .ec-blockBtn--fgreen.active:hover, .ec-blockBtn--fgreen.active:focus, .ec-blockBtn--fgreen.active.focus, .open > .ec-blockBtn--fgreen.dropdown-toggle:hover, .open > .ec-blockBtn--fgreen.dropdown-toggle:focus, .open > .ec-blockBtn--fgreen.dropdown-toggle.focus {
  color: #fff;
  background-color: #037331;
  border-color: #024b20;
}
.ec-blockBtn--fgreen.disabled:hover, .ec-blockBtn--fgreen.disabled:focus, .ec-blockBtn--fgreen.disabled.focus, .ec-blockBtn--fgreen[disabled]:hover, .ec-blockBtn--fgreen[disabled]:focus, .ec-blockBtn--fgreen[disabled].focus, fieldset[disabled] .ec-blockBtn--fgreen:hover, fieldset[disabled] .ec-blockBtn--fgreen:focus, fieldset[disabled] .ec-blockBtn--fgreen.focus {
  background-color: #06c755;
  border-color: #06c755;
}
.ec-blockBtn--fgreen .badge {
  color: #06c755;
  background-color: #fff;
}
.ec-blockBtn--fgreen .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 767px) {
  .ec-blockBtn--fgreen {
    margin: auto;
    max-width: 380px;
  }
}

.ec-blockBtn--dgray {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  background-color: #323E48;
  border-color: #323E48;
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0;
  border-radius: 4px;
  font-weight: 500;
}
.ec-blockBtn--dgray:focus, .ec-blockBtn--dgray.focus, .ec-blockBtn--dgray:active:focus, .ec-blockBtn--dgray:active.focus, .ec-blockBtn--dgray.active:focus, .ec-blockBtn--dgray.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-blockBtn--dgray:hover, .ec-blockBtn--dgray:focus, .ec-blockBtn--dgray.focus {
  color: #fff;
  text-decoration: none;
}
.ec-blockBtn--dgray:active, .ec-blockBtn--dgray.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-blockBtn--dgray.disabled, .ec-blockBtn--dgray[disabled], fieldset[disabled] .ec-blockBtn--dgray {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ec-blockBtn--dgray:focus, .ec-blockBtn--dgray.focus {
  color: #fff;
  background-color: #1d242a;
  border-color: black;
}
.ec-blockBtn--dgray:hover {
  color: #fff;
  background-color: #1d242a;
  border-color: #191f24;
}
.ec-blockBtn--dgray:active, .ec-blockBtn--dgray.active, .open > .ec-blockBtn--dgray.dropdown-toggle {
  color: #fff;
  background-color: #1d242a;
  background-image: none;
  border-color: #191f24;
}
.ec-blockBtn--dgray:active:hover, .ec-blockBtn--dgray:active:focus, .ec-blockBtn--dgray:active.focus, .ec-blockBtn--dgray.active:hover, .ec-blockBtn--dgray.active:focus, .ec-blockBtn--dgray.active.focus, .open > .ec-blockBtn--dgray.dropdown-toggle:hover, .open > .ec-blockBtn--dgray.dropdown-toggle:focus, .open > .ec-blockBtn--dgray.dropdown-toggle.focus {
  color: #fff;
  background-color: #0e1215;
  border-color: black;
}
.ec-blockBtn--dgray.disabled:hover, .ec-blockBtn--dgray.disabled:focus, .ec-blockBtn--dgray.disabled.focus, .ec-blockBtn--dgray[disabled]:hover, .ec-blockBtn--dgray[disabled]:focus, .ec-blockBtn--dgray[disabled].focus, fieldset[disabled] .ec-blockBtn--dgray:hover, fieldset[disabled] .ec-blockBtn--dgray:focus, fieldset[disabled] .ec-blockBtn--dgray.focus {
  background-color: #323E48;
  border-color: #323E48;
}
.ec-blockBtn--dgray .badge {
  color: #323E48;
  background-color: #fff;
}
.ec-blockBtn--dgray .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 767px) {
  .ec-blockBtn--dgray {
    margin: auto;
    max-width: 380px;
  }
}
.ec-blockBtn--dgray:hover {
  background-color: #3D4750;
}

/*
アイコンボタン

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

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

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

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

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

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

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

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

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

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



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

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

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

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
その他のボタン

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

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

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

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

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

Markup:
.ec-blockTopBtn

Styleguide 2.3.1
*/
.ec-blockTopBtn {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  right: 2px;
  bottom: 10px;
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  background-color: #323E48;
  border-radius: 50%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .ec-blockTopBtn {
    right: 30px;
    bottom: 30px;
  }
}
.ec-blockTopBtn img {
  vertical-align: baseline;
  padding-bottom: 2px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
フォーム部品(テキスト)

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

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


Styleguide 3.1
*/
/*
フォーム

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


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

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

Styleguide 3.1.1
*/
.ec-input input[type=search], .ec-date input[type=search], .ec-birth input[type=search], .ec-fullselect input[type=search], .ec-select input[type=search], .ec-telInput input[type=search], .ec-zipInput input[type=search], .ec-numberInput input[type=search], .ec-halfInput input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-input input[type=radio], .ec-date input[type=radio], .ec-birth input[type=radio], .ec-fullselect input[type=radio], .ec-select input[type=radio], .ec-telInput input[type=radio], .ec-zipInput input[type=radio], .ec-numberInput input[type=radio], .ec-halfInput input[type=radio],
.ec-input input[type=checkbox],
.ec-date input[type=checkbox],
.ec-birth input[type=checkbox],
.ec-fullselect input[type=checkbox],
.ec-select input[type=checkbox],
.ec-telInput input[type=checkbox],
.ec-zipInput input[type=checkbox],
.ec-numberInput input[type=checkbox],
.ec-halfInput input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
.ec-input input[type=file], .ec-date input[type=file], .ec-birth input[type=file], .ec-fullselect input[type=file], .ec-select input[type=file], .ec-telInput input[type=file], .ec-zipInput input[type=file], .ec-numberInput input[type=file], .ec-halfInput input[type=file] {
  display: block;
}
.ec-input input[type=range], .ec-date input[type=range], .ec-birth input[type=range], .ec-fullselect input[type=range], .ec-select input[type=range], .ec-telInput input[type=range], .ec-zipInput input[type=range], .ec-numberInput input[type=range], .ec-halfInput input[type=range] {
  display: block;
  width: 100%;
}
.ec-input select[multiple], .ec-date select[multiple], .ec-birth select[multiple], .ec-fullselect select[multiple], .ec-select select[multiple], .ec-telInput select[multiple], .ec-zipInput select[multiple], .ec-numberInput select[multiple], .ec-halfInput select[multiple],
.ec-input select[size],
.ec-date select[size],
.ec-birth select[size],
.ec-fullselect select[size],
.ec-select select[size],
.ec-telInput select[size],
.ec-zipInput select[size],
.ec-numberInput select[size],
.ec-halfInput select[size] {
  height: auto;
}
.ec-input input[type=file]:focus, .ec-date input[type=file]:focus, .ec-birth input[type=file]:focus, .ec-fullselect input[type=file]:focus, .ec-select input[type=file]:focus, .ec-telInput input[type=file]:focus, .ec-zipInput input[type=file]:focus, .ec-numberInput input[type=file]:focus, .ec-halfInput input[type=file]:focus,
.ec-input input[type=radio]:focus,
.ec-date input[type=radio]:focus,
.ec-birth input[type=radio]:focus,
.ec-fullselect input[type=radio]:focus,
.ec-select input[type=radio]:focus,
.ec-telInput input[type=radio]:focus,
.ec-zipInput input[type=radio]:focus,
.ec-numberInput input[type=radio]:focus,
.ec-halfInput input[type=radio]:focus,
.ec-input input[type=checkbox]:focus,
.ec-date input[type=checkbox]:focus,
.ec-birth input[type=checkbox]:focus,
.ec-fullselect input[type=checkbox]:focus,
.ec-select input[type=checkbox]:focus,
.ec-telInput input[type=checkbox]:focus,
.ec-zipInput input[type=checkbox]:focus,
.ec-numberInput input[type=checkbox]:focus,
.ec-halfInput input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-input input, .ec-date input, .ec-birth input, .ec-fullselect input, .ec-select input, .ec-telInput input, .ec-zipInput input, .ec-numberInput input, .ec-halfInput input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D1D6D9;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}
.ec-input input:focus, .ec-date input:focus, .ec-birth input:focus, .ec-fullselect input:focus, .ec-select input:focus, .ec-telInput input:focus, .ec-zipInput input:focus, .ec-numberInput input:focus, .ec-halfInput input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ec-input input::-moz-placeholder, .ec-date input::-moz-placeholder, .ec-birth input::-moz-placeholder, .ec-fullselect input::-moz-placeholder, .ec-select input::-moz-placeholder, .ec-telInput input::-moz-placeholder, .ec-zipInput input::-moz-placeholder, .ec-numberInput input::-moz-placeholder, .ec-halfInput input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ec-input input:-ms-input-placeholder, .ec-date input:-ms-input-placeholder, .ec-birth input:-ms-input-placeholder, .ec-fullselect input:-ms-input-placeholder, .ec-select input:-ms-input-placeholder, .ec-telInput input:-ms-input-placeholder, .ec-zipInput input:-ms-input-placeholder, .ec-numberInput input:-ms-input-placeholder, .ec-halfInput input:-ms-input-placeholder {
  color: #999;
}
.ec-input input::-webkit-input-placeholder, .ec-date input::-webkit-input-placeholder, .ec-birth input::-webkit-input-placeholder, .ec-fullselect input::-webkit-input-placeholder, .ec-select input::-webkit-input-placeholder, .ec-telInput input::-webkit-input-placeholder, .ec-zipInput input::-webkit-input-placeholder, .ec-numberInput input::-webkit-input-placeholder, .ec-halfInput input::-webkit-input-placeholder {
  color: #999;
}
.ec-input input::-ms-expand, .ec-date input::-ms-expand, .ec-birth input::-ms-expand, .ec-fullselect input::-ms-expand, .ec-select input::-ms-expand, .ec-telInput input::-ms-expand, .ec-zipInput input::-ms-expand, .ec-numberInput input::-ms-expand, .ec-halfInput input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.ec-input input[disabled], .ec-date input[disabled], .ec-birth input[disabled], .ec-fullselect input[disabled], .ec-select input[disabled], .ec-telInput input[disabled], .ec-zipInput input[disabled], .ec-numberInput input[disabled], .ec-halfInput input[disabled], .ec-input input[readonly], .ec-date input[readonly], .ec-birth input[readonly], .ec-fullselect input[readonly], .ec-select input[readonly], .ec-telInput input[readonly], .ec-zipInput input[readonly], .ec-numberInput input[readonly], .ec-halfInput input[readonly], fieldset[disabled] .ec-input input, fieldset[disabled] .ec-date input, fieldset[disabled] .ec-birth input, fieldset[disabled] .ec-fullselect input, fieldset[disabled] .ec-select input, fieldset[disabled] .ec-telInput input, fieldset[disabled] .ec-zipInput input, fieldset[disabled] .ec-numberInput input, fieldset[disabled] .ec-halfInput input {
  background-color: #eeeeee;
  opacity: 1;
}
.ec-input input[disabled], .ec-date input[disabled], .ec-birth input[disabled], .ec-fullselect input[disabled], .ec-select input[disabled], .ec-telInput input[disabled], .ec-zipInput input[disabled], .ec-numberInput input[disabled], .ec-halfInput input[disabled], fieldset[disabled] .ec-input input, fieldset[disabled] .ec-date input, fieldset[disabled] .ec-birth input, fieldset[disabled] .ec-fullselect input, fieldset[disabled] .ec-select input, fieldset[disabled] .ec-telInput input, fieldset[disabled] .ec-zipInput input, fieldset[disabled] .ec-numberInput input, fieldset[disabled] .ec-halfInput input {
  cursor: not-allowed;
}
@media only screen and (min-width: 768px) {
  .ec-input input, .ec-date input, .ec-birth input, .ec-fullselect input, .ec-select input, .ec-telInput input, .ec-zipInput input, .ec-numberInput input, .ec-halfInput input {
    font-size: 14px;
  }
}
.ec-input select, .ec-date select, .ec-birth select, .ec-fullselect select, .ec-select select, .ec-telInput select, .ec-zipInput select, .ec-numberInput select, .ec-halfInput select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D1D6D9;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}
.ec-input select:focus, .ec-date select:focus, .ec-birth select:focus, .ec-fullselect select:focus, .ec-select select:focus, .ec-telInput select:focus, .ec-zipInput select:focus, .ec-numberInput select:focus, .ec-halfInput select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ec-input select::-moz-placeholder, .ec-date select::-moz-placeholder, .ec-birth select::-moz-placeholder, .ec-fullselect select::-moz-placeholder, .ec-select select::-moz-placeholder, .ec-telInput select::-moz-placeholder, .ec-zipInput select::-moz-placeholder, .ec-numberInput select::-moz-placeholder, .ec-halfInput select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ec-input select:-ms-input-placeholder, .ec-date select:-ms-input-placeholder, .ec-birth select:-ms-input-placeholder, .ec-fullselect select:-ms-input-placeholder, .ec-select select:-ms-input-placeholder, .ec-telInput select:-ms-input-placeholder, .ec-zipInput select:-ms-input-placeholder, .ec-numberInput select:-ms-input-placeholder, .ec-halfInput select:-ms-input-placeholder {
  color: #999;
}
.ec-input select::-webkit-input-placeholder, .ec-date select::-webkit-input-placeholder, .ec-birth select::-webkit-input-placeholder, .ec-fullselect select::-webkit-input-placeholder, .ec-select select::-webkit-input-placeholder, .ec-telInput select::-webkit-input-placeholder, .ec-zipInput select::-webkit-input-placeholder, .ec-numberInput select::-webkit-input-placeholder, .ec-halfInput select::-webkit-input-placeholder {
  color: #999;
}
.ec-input select::-ms-expand, .ec-date select::-ms-expand, .ec-birth select::-ms-expand, .ec-fullselect select::-ms-expand, .ec-select select::-ms-expand, .ec-telInput select::-ms-expand, .ec-zipInput select::-ms-expand, .ec-numberInput select::-ms-expand, .ec-halfInput select::-ms-expand {
  border: 0;
  background-color: transparent;
}
.ec-input select[disabled], .ec-date select[disabled], .ec-birth select[disabled], .ec-fullselect select[disabled], .ec-select select[disabled], .ec-telInput select[disabled], .ec-zipInput select[disabled], .ec-numberInput select[disabled], .ec-halfInput select[disabled], .ec-input select[readonly], .ec-date select[readonly], .ec-birth select[readonly], .ec-fullselect select[readonly], .ec-select select[readonly], .ec-telInput select[readonly], .ec-zipInput select[readonly], .ec-numberInput select[readonly], .ec-halfInput select[readonly], fieldset[disabled] .ec-input select, fieldset[disabled] .ec-date select, fieldset[disabled] .ec-birth select, fieldset[disabled] .ec-fullselect select, fieldset[disabled] .ec-select select, fieldset[disabled] .ec-telInput select, fieldset[disabled] .ec-zipInput select, fieldset[disabled] .ec-numberInput select, fieldset[disabled] .ec-halfInput select {
  background-color: #eeeeee;
  opacity: 1;
}
.ec-input select[disabled], .ec-date select[disabled], .ec-birth select[disabled], .ec-fullselect select[disabled], .ec-select select[disabled], .ec-telInput select[disabled], .ec-zipInput select[disabled], .ec-numberInput select[disabled], .ec-halfInput select[disabled], fieldset[disabled] .ec-input select, fieldset[disabled] .ec-date select, fieldset[disabled] .ec-birth select, fieldset[disabled] .ec-fullselect select, fieldset[disabled] .ec-select select, fieldset[disabled] .ec-telInput select, fieldset[disabled] .ec-zipInput select, fieldset[disabled] .ec-numberInput select, fieldset[disabled] .ec-halfInput select {
  cursor: not-allowed;
}
@media only screen and (min-width: 768px) {
  .ec-input select, .ec-date select, .ec-birth select, .ec-fullselect select, .ec-select select, .ec-telInput select, .ec-zipInput select, .ec-numberInput select, .ec-halfInput select {
    font-size: 14px;
  }
}
.ec-input textarea, .ec-date textarea, .ec-birth textarea, .ec-fullselect textarea, .ec-select textarea, .ec-telInput textarea, .ec-zipInput textarea, .ec-numberInput textarea, .ec-halfInput textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D1D6D9;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}
.ec-input textarea:focus, .ec-date textarea:focus, .ec-birth textarea:focus, .ec-fullselect textarea:focus, .ec-select textarea:focus, .ec-telInput textarea:focus, .ec-zipInput textarea:focus, .ec-numberInput textarea:focus, .ec-halfInput textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ec-input textarea::-moz-placeholder, .ec-date textarea::-moz-placeholder, .ec-birth textarea::-moz-placeholder, .ec-fullselect textarea::-moz-placeholder, .ec-select textarea::-moz-placeholder, .ec-telInput textarea::-moz-placeholder, .ec-zipInput textarea::-moz-placeholder, .ec-numberInput textarea::-moz-placeholder, .ec-halfInput textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ec-input textarea:-ms-input-placeholder, .ec-date textarea:-ms-input-placeholder, .ec-birth textarea:-ms-input-placeholder, .ec-fullselect textarea:-ms-input-placeholder, .ec-select textarea:-ms-input-placeholder, .ec-telInput textarea:-ms-input-placeholder, .ec-zipInput textarea:-ms-input-placeholder, .ec-numberInput textarea:-ms-input-placeholder, .ec-halfInput textarea:-ms-input-placeholder {
  color: #999;
}
.ec-input textarea::-webkit-input-placeholder, .ec-date textarea::-webkit-input-placeholder, .ec-birth textarea::-webkit-input-placeholder, .ec-fullselect textarea::-webkit-input-placeholder, .ec-select textarea::-webkit-input-placeholder, .ec-telInput textarea::-webkit-input-placeholder, .ec-zipInput textarea::-webkit-input-placeholder, .ec-numberInput textarea::-webkit-input-placeholder, .ec-halfInput textarea::-webkit-input-placeholder {
  color: #999;
}
.ec-input textarea::-ms-expand, .ec-date textarea::-ms-expand, .ec-birth textarea::-ms-expand, .ec-fullselect textarea::-ms-expand, .ec-select textarea::-ms-expand, .ec-telInput textarea::-ms-expand, .ec-zipInput textarea::-ms-expand, .ec-numberInput textarea::-ms-expand, .ec-halfInput textarea::-ms-expand {
  border: 0;
  background-color: transparent;
}
.ec-input textarea[disabled], .ec-date textarea[disabled], .ec-birth textarea[disabled], .ec-fullselect textarea[disabled], .ec-select textarea[disabled], .ec-telInput textarea[disabled], .ec-zipInput textarea[disabled], .ec-numberInput textarea[disabled], .ec-halfInput textarea[disabled], .ec-input textarea[readonly], .ec-date textarea[readonly], .ec-birth textarea[readonly], .ec-fullselect textarea[readonly], .ec-select textarea[readonly], .ec-telInput textarea[readonly], .ec-zipInput textarea[readonly], .ec-numberInput textarea[readonly], .ec-halfInput textarea[readonly], fieldset[disabled] .ec-input textarea, fieldset[disabled] .ec-date textarea, fieldset[disabled] .ec-birth textarea, fieldset[disabled] .ec-fullselect textarea, fieldset[disabled] .ec-select textarea, fieldset[disabled] .ec-telInput textarea, fieldset[disabled] .ec-zipInput textarea, fieldset[disabled] .ec-numberInput textarea, fieldset[disabled] .ec-halfInput textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.ec-input textarea[disabled], .ec-date textarea[disabled], .ec-birth textarea[disabled], .ec-fullselect textarea[disabled], .ec-select textarea[disabled], .ec-telInput textarea[disabled], .ec-zipInput textarea[disabled], .ec-numberInput textarea[disabled], .ec-halfInput textarea[disabled], fieldset[disabled] .ec-input textarea, fieldset[disabled] .ec-date textarea, fieldset[disabled] .ec-birth textarea, fieldset[disabled] .ec-fullselect textarea, fieldset[disabled] .ec-select textarea, fieldset[disabled] .ec-telInput textarea, fieldset[disabled] .ec-zipInput textarea, fieldset[disabled] .ec-numberInput textarea, fieldset[disabled] .ec-halfInput textarea {
  cursor: not-allowed;
}
@media only screen and (min-width: 768px) {
  .ec-input textarea, .ec-date textarea, .ec-birth textarea, .ec-fullselect textarea, .ec-select textarea, .ec-telInput textarea, .ec-zipInput textarea, .ec-numberInput textarea, .ec-halfInput textarea {
    font-size: 14px;
  }
}
.ec-input input:focus, .ec-date input:focus, .ec-birth input:focus, .ec-fullselect input:focus, .ec-select input:focus, .ec-telInput input:focus, .ec-zipInput input:focus, .ec-numberInput input:focus, .ec-halfInput input:focus, .ec-input textarea:focus, .ec-date textarea:focus, .ec-birth textarea:focus, .ec-fullselect textarea:focus, .ec-select textarea:focus, .ec-telInput textarea:focus, .ec-zipInput textarea:focus, .ec-numberInput textarea:focus, .ec-halfInput textarea:focus {
  box-shadow: none;
  border-color: #3c8dbc;
}
.ec-input input, .ec-date input, .ec-birth input, .ec-fullselect input, .ec-select input, .ec-telInput input, .ec-zipInput input, .ec-numberInput input, .ec-halfInput input {
  height: 40px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-input input, .ec-date input, .ec-birth input, .ec-fullselect input, .ec-select input, .ec-telInput input, .ec-zipInput input, .ec-numberInput input, .ec-halfInput input {
    margin-bottom: 16px;
  }
}
.ec-input textarea, .ec-date textarea, .ec-birth textarea, .ec-fullselect textarea, .ec-select textarea, .ec-telInput textarea, .ec-zipInput textarea, .ec-numberInput textarea, .ec-halfInput textarea {
  height: auto;
  min-height: 100px;
}
.ec-input p, .ec-date p, .ec-birth p, .ec-fullselect p, .ec-select p, .ec-telInput p, .ec-zipInput p, .ec-numberInput p, .ec-halfInput p {
  line-height: 1.4;
}
.ec-input .ec-errorMessage, .ec-date .ec-errorMessage, .ec-birth .ec-errorMessage, .ec-fullselect .ec-errorMessage, .ec-select .ec-errorMessage, .ec-telInput .ec-errorMessage, .ec-zipInput .ec-errorMessage, .ec-numberInput .ec-errorMessage, .ec-halfInput .ec-errorMessage {
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: normal;
  color: #a32035;
}

.error.ec-input input, .error.ec-date input, .error.ec-birth input, .error.ec-fullselect input, .error.ec-select input, .error.ec-telInput input, .error.ec-zipInput input, .error.ec-numberInput input, .error.ec-halfInput input, .error.ec-input select, .error.ec-date select, .error.ec-birth select, .error.ec-fullselect select, .error.ec-select select, .error.ec-telInput select, .error.ec-zipInput select, .error.ec-numberInput select, .error.ec-halfInput select {
  margin-bottom: 5px;
  border-color: #D1D6D9;
  background: #FFF;
}

.ec-checkbox .ec-errorMessage {
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: normal;
  color: #a32035;
}

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

/*
フォーム（text２つ）

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

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

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

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

Styleguide 3.1.2
*/
.ec-halfInput input[type=text] {
  display: inline-block;
  width: 47%;
  margin-left: 2%;
}
@media only screen and (min-width: 768px) {
  .ec-halfInput input[type=text] {
    margin-left: 15px;
    width: 45%;
  }
}
.ec-halfInput input[type=text]:first-child {
  margin-left: 0;
}

/*
数量ボタン

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

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

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

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

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

/*
郵便番号フォーム

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

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

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

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

Styleguide 3.1.4
*/
.ec-zipInput {
  display: inline-block;
}
.ec-zipInput input {
  display: inline-block;
  text-align: left;
  width: auto;
  max-width: 8em;
  font-size: 16px;
}
.ec-zipInput span {
  display: inline-block;
  padding: 0 5px 0 3px;
  margin-left: 5px;
}

.ec-zipInputHelp {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 16px;
  vertical-align: baseline;
  line-height: 0;
}
.ec-zipInputHelp .ec-zipInputHelp__icon {
  display: inline-block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #525263;
  border-radius: 50%;
  font-size: 13px;
  position: relative;
  top: -6px;
  margin-right: 5px;
}
.ec-zipInputHelp .ec-zipInputHelp__icon .ec-icon img {
  width: 1em;
  height: 1em;
  position: relative;
  left: 3px;
  top: 3px;
}
.ec-zipInputHelp span {
  margin-left: 8px;
  display: inline-block;
  vertical-align: 3px;
}

.ec-zipAuto {
  margin-bottom: 16px;
}
.ec-zipAuto .ec-inlineBtn {
  font-weight: normal;
}

/*
電話番号ボタン

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

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

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

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

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

/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
フォーム部品(テキスト)

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

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


Styleguide 3.1
*/
/*
フォーム

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


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

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

Styleguide 3.1.1
*/
.ec-input input[type=search], .ec-date input[type=search], .ec-birth input[type=search], .ec-fullselect input[type=search], .ec-select input[type=search], .ec-halfInput input[type=search], .ec-numberInput input[type=search], .ec-zipInput input[type=search], .ec-telInput input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-input input[type=radio], .ec-date input[type=radio], .ec-birth input[type=radio], .ec-fullselect input[type=radio], .ec-select input[type=radio], .ec-halfInput input[type=radio], .ec-numberInput input[type=radio], .ec-zipInput input[type=radio], .ec-telInput input[type=radio],
.ec-input input[type=checkbox],
.ec-date input[type=checkbox],
.ec-birth input[type=checkbox],
.ec-fullselect input[type=checkbox],
.ec-select input[type=checkbox],
.ec-halfInput input[type=checkbox],
.ec-numberInput input[type=checkbox],
.ec-zipInput input[type=checkbox],
.ec-telInput input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
.ec-input input[type=file], .ec-date input[type=file], .ec-birth input[type=file], .ec-fullselect input[type=file], .ec-select input[type=file], .ec-halfInput input[type=file], .ec-numberInput input[type=file], .ec-zipInput input[type=file], .ec-telInput input[type=file] {
  display: block;
}
.ec-input input[type=range], .ec-date input[type=range], .ec-birth input[type=range], .ec-fullselect input[type=range], .ec-select input[type=range], .ec-halfInput input[type=range], .ec-numberInput input[type=range], .ec-zipInput input[type=range], .ec-telInput input[type=range] {
  display: block;
  width: 100%;
}
.ec-input select[multiple], .ec-date select[multiple], .ec-birth select[multiple], .ec-fullselect select[multiple], .ec-select select[multiple], .ec-halfInput select[multiple], .ec-numberInput select[multiple], .ec-zipInput select[multiple], .ec-telInput select[multiple],
.ec-input select[size],
.ec-date select[size],
.ec-birth select[size],
.ec-fullselect select[size],
.ec-select select[size],
.ec-halfInput select[size],
.ec-numberInput select[size],
.ec-zipInput select[size],
.ec-telInput select[size] {
  height: auto;
}
.ec-input input[type=file]:focus, .ec-date input[type=file]:focus, .ec-birth input[type=file]:focus, .ec-fullselect input[type=file]:focus, .ec-select input[type=file]:focus, .ec-halfInput input[type=file]:focus, .ec-numberInput input[type=file]:focus, .ec-zipInput input[type=file]:focus, .ec-telInput input[type=file]:focus,
.ec-input input[type=radio]:focus,
.ec-date input[type=radio]:focus,
.ec-birth input[type=radio]:focus,
.ec-fullselect input[type=radio]:focus,
.ec-select input[type=radio]:focus,
.ec-halfInput input[type=radio]:focus,
.ec-numberInput input[type=radio]:focus,
.ec-zipInput input[type=radio]:focus,
.ec-telInput input[type=radio]:focus,
.ec-input input[type=checkbox]:focus,
.ec-date input[type=checkbox]:focus,
.ec-birth input[type=checkbox]:focus,
.ec-fullselect input[type=checkbox]:focus,
.ec-select input[type=checkbox]:focus,
.ec-halfInput input[type=checkbox]:focus,
.ec-numberInput input[type=checkbox]:focus,
.ec-zipInput input[type=checkbox]:focus,
.ec-telInput input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-input input, .ec-date input, .ec-birth input, .ec-fullselect input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D1D6D9;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}
.ec-input input:focus, .ec-date input:focus, .ec-birth input:focus, .ec-fullselect input:focus, .ec-select input:focus, .ec-halfInput input:focus, .ec-numberInput input:focus, .ec-zipInput input:focus, .ec-telInput input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ec-input input::-moz-placeholder, .ec-date input::-moz-placeholder, .ec-birth input::-moz-placeholder, .ec-fullselect input::-moz-placeholder, .ec-select input::-moz-placeholder, .ec-halfInput input::-moz-placeholder, .ec-numberInput input::-moz-placeholder, .ec-zipInput input::-moz-placeholder, .ec-telInput input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ec-input input:-ms-input-placeholder, .ec-date input:-ms-input-placeholder, .ec-birth input:-ms-input-placeholder, .ec-fullselect input:-ms-input-placeholder, .ec-select input:-ms-input-placeholder, .ec-halfInput input:-ms-input-placeholder, .ec-numberInput input:-ms-input-placeholder, .ec-zipInput input:-ms-input-placeholder, .ec-telInput input:-ms-input-placeholder {
  color: #999;
}
.ec-input input::-webkit-input-placeholder, .ec-date input::-webkit-input-placeholder, .ec-birth input::-webkit-input-placeholder, .ec-fullselect input::-webkit-input-placeholder, .ec-select input::-webkit-input-placeholder, .ec-halfInput input::-webkit-input-placeholder, .ec-numberInput input::-webkit-input-placeholder, .ec-zipInput input::-webkit-input-placeholder, .ec-telInput input::-webkit-input-placeholder {
  color: #999;
}
.ec-input input::-ms-expand, .ec-date input::-ms-expand, .ec-birth input::-ms-expand, .ec-fullselect input::-ms-expand, .ec-select input::-ms-expand, .ec-halfInput input::-ms-expand, .ec-numberInput input::-ms-expand, .ec-zipInput input::-ms-expand, .ec-telInput input::-ms-expand {
  border: 0;
  background-color: transparent;
}
.ec-input input[disabled], .ec-date input[disabled], .ec-birth input[disabled], .ec-fullselect input[disabled], .ec-select input[disabled], .ec-halfInput input[disabled], .ec-numberInput input[disabled], .ec-zipInput input[disabled], .ec-telInput input[disabled], .ec-input input[readonly], .ec-date input[readonly], .ec-birth input[readonly], .ec-fullselect input[readonly], .ec-select input[readonly], .ec-halfInput input[readonly], .ec-numberInput input[readonly], .ec-zipInput input[readonly], .ec-telInput input[readonly], fieldset[disabled] .ec-input input, fieldset[disabled] .ec-date input, fieldset[disabled] .ec-birth input, fieldset[disabled] .ec-fullselect input, fieldset[disabled] .ec-select input, fieldset[disabled] .ec-halfInput input, fieldset[disabled] .ec-numberInput input, fieldset[disabled] .ec-zipInput input, fieldset[disabled] .ec-telInput input {
  background-color: #eeeeee;
  opacity: 1;
}
.ec-input input[disabled], .ec-date input[disabled], .ec-birth input[disabled], .ec-fullselect input[disabled], .ec-select input[disabled], .ec-halfInput input[disabled], .ec-numberInput input[disabled], .ec-zipInput input[disabled], .ec-telInput input[disabled], fieldset[disabled] .ec-input input, fieldset[disabled] .ec-date input, fieldset[disabled] .ec-birth input, fieldset[disabled] .ec-fullselect input, fieldset[disabled] .ec-select input, fieldset[disabled] .ec-halfInput input, fieldset[disabled] .ec-numberInput input, fieldset[disabled] .ec-zipInput input, fieldset[disabled] .ec-telInput input {
  cursor: not-allowed;
}
@media only screen and (min-width: 768px) {
  .ec-input input, .ec-date input, .ec-birth input, .ec-fullselect input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
    font-size: 14px;
  }
}
.ec-input select, .ec-date select, .ec-birth select, .ec-fullselect select, .ec-select select, .ec-halfInput select, .ec-numberInput select, .ec-zipInput select, .ec-telInput select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D1D6D9;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}
.ec-input select:focus, .ec-date select:focus, .ec-birth select:focus, .ec-fullselect select:focus, .ec-select select:focus, .ec-halfInput select:focus, .ec-numberInput select:focus, .ec-zipInput select:focus, .ec-telInput select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ec-input select::-moz-placeholder, .ec-date select::-moz-placeholder, .ec-birth select::-moz-placeholder, .ec-fullselect select::-moz-placeholder, .ec-select select::-moz-placeholder, .ec-halfInput select::-moz-placeholder, .ec-numberInput select::-moz-placeholder, .ec-zipInput select::-moz-placeholder, .ec-telInput select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ec-input select:-ms-input-placeholder, .ec-date select:-ms-input-placeholder, .ec-birth select:-ms-input-placeholder, .ec-fullselect select:-ms-input-placeholder, .ec-select select:-ms-input-placeholder, .ec-halfInput select:-ms-input-placeholder, .ec-numberInput select:-ms-input-placeholder, .ec-zipInput select:-ms-input-placeholder, .ec-telInput select:-ms-input-placeholder {
  color: #999;
}
.ec-input select::-webkit-input-placeholder, .ec-date select::-webkit-input-placeholder, .ec-birth select::-webkit-input-placeholder, .ec-fullselect select::-webkit-input-placeholder, .ec-select select::-webkit-input-placeholder, .ec-halfInput select::-webkit-input-placeholder, .ec-numberInput select::-webkit-input-placeholder, .ec-zipInput select::-webkit-input-placeholder, .ec-telInput select::-webkit-input-placeholder {
  color: #999;
}
.ec-input select::-ms-expand, .ec-date select::-ms-expand, .ec-birth select::-ms-expand, .ec-fullselect select::-ms-expand, .ec-select select::-ms-expand, .ec-halfInput select::-ms-expand, .ec-numberInput select::-ms-expand, .ec-zipInput select::-ms-expand, .ec-telInput select::-ms-expand {
  border: 0;
  background-color: transparent;
}
.ec-input select[disabled], .ec-date select[disabled], .ec-birth select[disabled], .ec-fullselect select[disabled], .ec-select select[disabled], .ec-halfInput select[disabled], .ec-numberInput select[disabled], .ec-zipInput select[disabled], .ec-telInput select[disabled], .ec-input select[readonly], .ec-date select[readonly], .ec-birth select[readonly], .ec-fullselect select[readonly], .ec-select select[readonly], .ec-halfInput select[readonly], .ec-numberInput select[readonly], .ec-zipInput select[readonly], .ec-telInput select[readonly], fieldset[disabled] .ec-input select, fieldset[disabled] .ec-date select, fieldset[disabled] .ec-birth select, fieldset[disabled] .ec-fullselect select, fieldset[disabled] .ec-select select, fieldset[disabled] .ec-halfInput select, fieldset[disabled] .ec-numberInput select, fieldset[disabled] .ec-zipInput select, fieldset[disabled] .ec-telInput select {
  background-color: #eeeeee;
  opacity: 1;
}
.ec-input select[disabled], .ec-date select[disabled], .ec-birth select[disabled], .ec-fullselect select[disabled], .ec-select select[disabled], .ec-halfInput select[disabled], .ec-numberInput select[disabled], .ec-zipInput select[disabled], .ec-telInput select[disabled], fieldset[disabled] .ec-input select, fieldset[disabled] .ec-date select, fieldset[disabled] .ec-birth select, fieldset[disabled] .ec-fullselect select, fieldset[disabled] .ec-select select, fieldset[disabled] .ec-halfInput select, fieldset[disabled] .ec-numberInput select, fieldset[disabled] .ec-zipInput select, fieldset[disabled] .ec-telInput select {
  cursor: not-allowed;
}
@media only screen and (min-width: 768px) {
  .ec-input select, .ec-date select, .ec-birth select, .ec-fullselect select, .ec-select select, .ec-halfInput select, .ec-numberInput select, .ec-zipInput select, .ec-telInput select {
    font-size: 14px;
  }
}
.ec-input textarea, .ec-date textarea, .ec-birth textarea, .ec-fullselect textarea, .ec-select textarea, .ec-halfInput textarea, .ec-numberInput textarea, .ec-zipInput textarea, .ec-telInput textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D1D6D9;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-radius: 3px;
}
.ec-input textarea:focus, .ec-date textarea:focus, .ec-birth textarea:focus, .ec-fullselect textarea:focus, .ec-select textarea:focus, .ec-halfInput textarea:focus, .ec-numberInput textarea:focus, .ec-zipInput textarea:focus, .ec-telInput textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ec-input textarea::-moz-placeholder, .ec-date textarea::-moz-placeholder, .ec-birth textarea::-moz-placeholder, .ec-fullselect textarea::-moz-placeholder, .ec-select textarea::-moz-placeholder, .ec-halfInput textarea::-moz-placeholder, .ec-numberInput textarea::-moz-placeholder, .ec-zipInput textarea::-moz-placeholder, .ec-telInput textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ec-input textarea:-ms-input-placeholder, .ec-date textarea:-ms-input-placeholder, .ec-birth textarea:-ms-input-placeholder, .ec-fullselect textarea:-ms-input-placeholder, .ec-select textarea:-ms-input-placeholder, .ec-halfInput textarea:-ms-input-placeholder, .ec-numberInput textarea:-ms-input-placeholder, .ec-zipInput textarea:-ms-input-placeholder, .ec-telInput textarea:-ms-input-placeholder {
  color: #999;
}
.ec-input textarea::-webkit-input-placeholder, .ec-date textarea::-webkit-input-placeholder, .ec-birth textarea::-webkit-input-placeholder, .ec-fullselect textarea::-webkit-input-placeholder, .ec-select textarea::-webkit-input-placeholder, .ec-halfInput textarea::-webkit-input-placeholder, .ec-numberInput textarea::-webkit-input-placeholder, .ec-zipInput textarea::-webkit-input-placeholder, .ec-telInput textarea::-webkit-input-placeholder {
  color: #999;
}
.ec-input textarea::-ms-expand, .ec-date textarea::-ms-expand, .ec-birth textarea::-ms-expand, .ec-fullselect textarea::-ms-expand, .ec-select textarea::-ms-expand, .ec-halfInput textarea::-ms-expand, .ec-numberInput textarea::-ms-expand, .ec-zipInput textarea::-ms-expand, .ec-telInput textarea::-ms-expand {
  border: 0;
  background-color: transparent;
}
.ec-input textarea[disabled], .ec-date textarea[disabled], .ec-birth textarea[disabled], .ec-fullselect textarea[disabled], .ec-select textarea[disabled], .ec-halfInput textarea[disabled], .ec-numberInput textarea[disabled], .ec-zipInput textarea[disabled], .ec-telInput textarea[disabled], .ec-input textarea[readonly], .ec-date textarea[readonly], .ec-birth textarea[readonly], .ec-fullselect textarea[readonly], .ec-select textarea[readonly], .ec-halfInput textarea[readonly], .ec-numberInput textarea[readonly], .ec-zipInput textarea[readonly], .ec-telInput textarea[readonly], fieldset[disabled] .ec-input textarea, fieldset[disabled] .ec-date textarea, fieldset[disabled] .ec-birth textarea, fieldset[disabled] .ec-fullselect textarea, fieldset[disabled] .ec-select textarea, fieldset[disabled] .ec-halfInput textarea, fieldset[disabled] .ec-numberInput textarea, fieldset[disabled] .ec-zipInput textarea, fieldset[disabled] .ec-telInput textarea {
  background-color: #eeeeee;
  opacity: 1;
}
.ec-input textarea[disabled], .ec-date textarea[disabled], .ec-birth textarea[disabled], .ec-fullselect textarea[disabled], .ec-select textarea[disabled], .ec-halfInput textarea[disabled], .ec-numberInput textarea[disabled], .ec-zipInput textarea[disabled], .ec-telInput textarea[disabled], fieldset[disabled] .ec-input textarea, fieldset[disabled] .ec-date textarea, fieldset[disabled] .ec-birth textarea, fieldset[disabled] .ec-fullselect textarea, fieldset[disabled] .ec-select textarea, fieldset[disabled] .ec-halfInput textarea, fieldset[disabled] .ec-numberInput textarea, fieldset[disabled] .ec-zipInput textarea, fieldset[disabled] .ec-telInput textarea {
  cursor: not-allowed;
}
@media only screen and (min-width: 768px) {
  .ec-input textarea, .ec-date textarea, .ec-birth textarea, .ec-fullselect textarea, .ec-select textarea, .ec-halfInput textarea, .ec-numberInput textarea, .ec-zipInput textarea, .ec-telInput textarea {
    font-size: 14px;
  }
}
.ec-input input:focus, .ec-date input:focus, .ec-birth input:focus, .ec-fullselect input:focus, .ec-select input:focus, .ec-halfInput input:focus, .ec-numberInput input:focus, .ec-zipInput input:focus, .ec-telInput input:focus, .ec-input textarea:focus, .ec-date textarea:focus, .ec-birth textarea:focus, .ec-fullselect textarea:focus, .ec-select textarea:focus, .ec-halfInput textarea:focus, .ec-numberInput textarea:focus, .ec-zipInput textarea:focus, .ec-telInput textarea:focus {
  box-shadow: none;
  border-color: #3c8dbc;
}
.ec-input input, .ec-date input, .ec-birth input, .ec-fullselect input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
  height: 40px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-input input, .ec-date input, .ec-birth input, .ec-fullselect input, .ec-select input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input {
    margin-bottom: 16px;
  }
}
.ec-input textarea, .ec-date textarea, .ec-birth textarea, .ec-fullselect textarea, .ec-select textarea, .ec-halfInput textarea, .ec-numberInput textarea, .ec-zipInput textarea, .ec-telInput textarea {
  height: auto;
  min-height: 100px;
}
.ec-input p, .ec-date p, .ec-birth p, .ec-fullselect p, .ec-select p, .ec-halfInput p, .ec-numberInput p, .ec-zipInput p, .ec-telInput p {
  line-height: 1.4;
}
.ec-input .ec-errorMessage, .ec-date .ec-errorMessage, .ec-birth .ec-errorMessage, .ec-fullselect .ec-errorMessage, .ec-select .ec-errorMessage, .ec-halfInput .ec-errorMessage, .ec-numberInput .ec-errorMessage, .ec-zipInput .ec-errorMessage, .ec-telInput .ec-errorMessage {
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: normal;
  color: #a32035;
}

.error.ec-input input, .error.ec-date input, .error.ec-birth input, .error.ec-fullselect input, .error.ec-select input, .error.ec-halfInput input, .error.ec-numberInput input, .error.ec-zipInput input, .error.ec-telInput input, .error.ec-input select, .error.ec-date select, .error.ec-birth select, .error.ec-fullselect select, .error.ec-select select, .error.ec-halfInput select, .error.ec-numberInput select, .error.ec-zipInput select, .error.ec-telInput select {
  margin-bottom: 5px;
  border-color: #D1D6D9;
  background: #FFF;
}

.ec-checkbox .ec-errorMessage {
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: normal;
  color: #a32035;
}

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

/*
フォーム（text２つ）

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

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

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

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

Styleguide 3.1.2
*/
.ec-halfInput input[type=text] {
  display: inline-block;
  width: 47%;
  margin-left: 2%;
}
@media only screen and (min-width: 768px) {
  .ec-halfInput input[type=text] {
    margin-left: 15px;
    width: 45%;
  }
}
.ec-halfInput input[type=text]:first-child {
  margin-left: 0;
}

/*
数量ボタン

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

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

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

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

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

/*
郵便番号フォーム

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

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

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

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

Styleguide 3.1.4
*/
.ec-zipInput {
  display: inline-block;
}
.ec-zipInput input {
  display: inline-block;
  text-align: left;
  width: auto;
  max-width: 8em;
  font-size: 16px;
}
.ec-zipInput span {
  display: inline-block;
  padding: 0 5px 0 3px;
  margin-left: 5px;
}

.ec-zipInputHelp {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 16px;
  vertical-align: baseline;
  line-height: 0;
}
.ec-zipInputHelp .ec-zipInputHelp__icon {
  display: inline-block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #525263;
  border-radius: 50%;
  font-size: 13px;
  position: relative;
  top: -6px;
  margin-right: 5px;
}
.ec-zipInputHelp .ec-zipInputHelp__icon .ec-icon img {
  width: 1em;
  height: 1em;
  position: relative;
  left: 3px;
  top: 3px;
}
.ec-zipInputHelp span {
  margin-left: 8px;
  display: inline-block;
  vertical-align: 3px;
}

.ec-zipAuto {
  margin-bottom: 16px;
}
.ec-zipAuto .ec-inlineBtn {
  font-weight: normal;
}

/*
電話番号ボタン

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

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

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

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

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

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

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

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

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

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

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

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

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

Styleguide 3.2.2
*/
@media only screen and (min-width: 768px) {
  .ec-radio {
    padding-top: 6px;
  }
}
.ec-radio label {
  margin-right: 20px;
}
.ec-radio input {
  margin-right: 10px;
  margin-bottom: 10px;
}
.ec-radio span {
  font-weight: normal;
}

/*
ラジオ(垂直)

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

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

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

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

Styleguide 3.2.3
*/
.ec-blockRadio label {
  display: block;
}
.ec-blockRadio span {
  padding-left: 10px;
  font-weight: normal;
}

/*
セレクトボックス

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

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

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

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

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

.ec-select {
  margin-bottom: 16px;
}
.ec-select select {
  display: inline-block;
  width: auto;
  height: auto;
  background-color: #fff;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
.ec-select select:focus {
  box-shadow: none;
}
.ec-select label {
  margin-right: 10px;
  font-weight: 500;
}
.ec-select label:nth-child(3) {
  margin-left: 10px;
  font-weight: 500;
}

.ec-fullselect {
  margin-bottom: 16px;
}
.ec-fullselect select {
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: #fff;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
.ec-fullselect select:focus {
  box-shadow: none;
}

.ec-select__delivery {
  display: block;
  margin-right: 16px;
}
@media only screen and (min-width: 768px) {
  .ec-select__delivery {
    display: inline-block;
  }
}

.ec-select__time {
  display: block;
}
@media only screen and (min-width: 768px) {
  .ec-select__time {
    display: inline-block;
  }
}

/*
生年月日選択

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

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

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

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

Styleguide 3.2.5
*/
.ec-birth select {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 0 10px;
  background-color: #fff;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}
.ec-birth select:focus {
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .ec-birth select {
    margin: 0 8px 16px;
  }
}
.ec-birth span {
  margin-left: 5px;
}

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

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

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

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

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

Styleguide 3.2.6
*/
.ec-checkbox label {
  display: inline-block;
  font-weight: normal;
}
.ec-checkbox input {
  margin-bottom: 10px;
}
.ec-checkbox span {
  font-weight: normal;
}

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

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

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

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

Styleguide 3.2.7
*/
.ec-blockCheckbox label {
  display: block;
}
.ec-blockCheckbox span {
  font-weight: normal;
}

.ec-dm {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-dm {
    margin-bottom: 16px;
  }
}
.ec-dm label {
  margin-bottom: 0;
}

.ec-date {
  display: flex;
}
.ec-date select {
  flex: 1;
  width: auto;
  height: auto;
  margin: 0 0 10px;
  background-color: #fff;
  border: 1px solid #D1D6D9;
  -webkit-appearance: menulist;
}
.ec-date select:focus {
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .ec-date select {
    margin: 0 0 16px;
    padding: 8px 12px;
  }
}
.ec-date span {
  margin: 5px 5px 0;
}

/* RadioBtn */
input[type=radio] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.ec-customForm__radio {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
  position: relative;
  width: auto;
}
.ec-customForm__radio:before {
  background: #fff;
  border: 1px solid #D1D6D9;
  border-radius: 50%;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
}
.ec-customForm__radio:after {
  background: #A32035;
  border-radius: 50%;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  left: 8px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: scale3d(0.3, 0.3, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

input[type=radio]:checked + .ec-customForm__radio:before {
  border-color: #A32035;
}

input[type=radio]:checked + .ec-customForm__radio:after {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* Checkbox */
.ec-customForm__check input[type=checkbox] {
  display: none;
}
.ec-customForm__check .ec-customForm__checkBody {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
  position: relative;
  width: auto;
}
.ec-customForm__check .ec-customForm__checkBody:before {
  background: #f7f7f7;
  border: 1px solid #707070;
  border-radius: 3px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ec-customForm__check .ec-customForm__checkBody:after {
  border-right: 3px solid #323E48;
  border-bottom: 3px solid #323E48;
  content: "";
  display: block;
  width: 8px;
  height: 18px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0;
  position: absolute;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  margin-top: -12px;
}
.ec-customForm__check input[type=checkbox]:checked + .ec-customForm__checkBody:after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1, 1, 1);
}

.ec-userdata {
  padding-top: 8px;
  margin-bottom: 5px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
フォームラベル

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

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

Styleguide 3.3
*/
/*
ラベル

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

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

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

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

/*
必須ラベル

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

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


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

Styleguide 3.3.2
*/
.ec-required {
  display: inline-block;
  margin-left: 0.8em;
  vertical-align: 2px;
  color: #a32035;
  font-size: 12px;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .ec-required {
    margin-left: 1em;
  }
}

/*
アイコン

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

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

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

Styleguide 4.1
*/
.ec-icon img {
  max-width: 80px;
  max-height: 80px;
}
.ec-icon-btnbefore {
  width: 24px;
  margin-right: 5px;
}
.ec-icon-modal {
  width: 16px;
  margin: 0 3px;
  vertical-align: -2px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
グリッド

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

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


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

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

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

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

Styleguide 5.1.1
*/
.ec-grid2 {
  display: block;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .ec-grid2 {
    display: flex;
  }
}
.ec-grid2 .ec-grid2__cell {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .ec-grid2 .ec-grid2__cell {
    width: 50%;
  }
}
.ec-grid2 .ec-grid2__cell2 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .ec-grid2 .ec-grid2__cell2 {
    width: 100%;
  }
}
/*
3分割グリッド

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


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

Styleguide 5.1.2
*/
.ec-grid3 {
  display: block;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .ec-grid3 {
    display: flex;
  }
}
.ec-grid3 .ec-grid3__cell {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .ec-grid3 .ec-grid3__cell {
    width: 33.3333333333%;
  }
}
.ec-grid3 .ec-grid3__cell2 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .ec-grid3 .ec-grid3__cell2 {
    width: 66.6666666667%;
  }
}
.ec-grid3 .ec-grid3__cell3 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .ec-grid3 .ec-grid3__cell3 {
    width: 100%;
  }
}
/*
4分割グリッド

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


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

Styleguide 5.1.3
*/
.ec-grid4 {
  display: block;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .ec-grid4 {
    display: flex;
  }
}
.ec-grid4 .ec-grid4__cell {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .ec-grid4 .ec-grid4__cell {
    width: 25%;
  }
}
/*
6分割グリッド

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


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

Styleguide 5.1.4
*/
.ec-grid6 {
  display: block;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .ec-grid6 {
    display: flex;
  }
}
.ec-grid6 .ec-grid6__cell {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .ec-grid6 .ec-grid6__cell {
    width: 16.6666666667%;
  }
}
.ec-grid6 .ec-grid6__cell2 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .ec-grid6 .ec-grid6__cell2 {
    width: 33.3333333333%;
  }
}
.ec-grid6 .ec-grid6__cell3 {
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .ec-grid6 .ec-grid6__cell3 {
    width: 50%;
  }
}
/*
中央寄せグリッド 10/12

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

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

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

Styleguide 5.1.5
*/
.ec-off1Grid {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .ec-off1Grid {
    display: block;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .ec-off1Grid {
    display: flex;
  }
}
.ec-off1Grid .ec-off1Grid__cell {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .ec-off1Grid .ec-off1Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .ec-off1Grid .ec-off1Grid__cell {
    width: 83.3333333333%;
  }
}
/*
中央寄せグリッド 8/12

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


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

Styleguide 5.1.6
*/
.ec-off2Grid {
  display: block;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .ec-off2Grid {
    display: flex;
  }
}
.ec-off2Grid .ec-off2Grid__cell {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .ec-off2Grid .ec-off2Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .ec-off2Grid .ec-off2Grid__cell {
    width: 66.6666666667%;
  }
}
/*
中央寄せグリッド 6/12

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


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

Styleguide 5.1.7
*/
.ec-off3Grid {
  display: block;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .ec-off3Grid {
    display: flex;
  }
}
.ec-off3Grid .ec-off3Grid__cell {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .ec-off3Grid .ec-off3Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 25%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .ec-off3Grid .ec-off3Grid__cell {
    width: 50%;
  }
}
/*
中央寄せグリッド 4/12

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


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


Styleguide 5.1.8
*/
.ec-off4Grid {
  display: block;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .ec-off4Grid {
    display: flex;
  }
}
.ec-off4Grid .ec-off4Grid__cell {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .ec-off4Grid .ec-off4Grid__cell {
    position: relative;
    min-height: 1px;
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .ec-off4Grid .ec-off4Grid__cell {
    width: 33.3333333333%;
  }
}
/*
グリッドオプション

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
レイアウト

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

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

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

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

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

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

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


Styleguide 5.2.1
*/
.ec-imageGrid {
  display: table;
  border-top: 1px dotted #D1D6D9;
  width: 100%;
}
.ec-imageGrid .ec-imageGrid__img {
  display: table-cell;
  padding: 10px;
  width: 100px;
}
@media only screen and (min-width: 768px) {
  .ec-imageGrid .ec-imageGrid__img {
    padding: 10px;
    width: 130px;
  }
}
.ec-imageGrid .ec-imageGrid__img img {
  width: 100%;
}
.ec-imageGrid .ec-imageGrid__content {
  vertical-align: middle;
  display: table-cell;
}
.ec-imageGrid .ec-imageGrid__content span {
  margin-left: 10px;
}
.ec-imageGrid .ec-imageGrid__content p {
  margin-bottom: 0;
}

.ec-mediaYoutube {
  aspect-ratio: 16/9;
  width: 100%;
  margin: 14px 0;
}
.ec-mediaYoutube iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .ec-layoutRole .mg-T0 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ec-layoutRole .margin-top-0 {
    margin-top: 0;
  }
}
.ec-layoutRole .margin-top-5 {
  margin-top: 5px;
}
.ec-layoutRole .margin-top-10 {
  margin-top: 10px;
}
.ec-layoutRole .margin-top-20 {
  margin-top: 20px;
}
.ec-layoutRole .margin-top-30 {
  margin-top: 30px;
}
.ec-layoutRole .margin-top-40 {
  margin-top: 40px;
}
.ec-layoutRole .margin-top-50 {
  margin-top: 50px;
}
.ec-layoutRole .margin-bottom-0 {
  margin-bottom: 0;
}
.ec-layoutRole .margin-bottom-5 {
  margin-bottom: 5px;
}
.ec-layoutRole .margin-bottom-10 {
  margin-bottom: 10px;
}
.ec-layoutRole .margin-bottom-15 {
  margin-bottom: 15px;
}
.ec-layoutRole .margin-bottom-20 {
  margin-bottom: 20px;
}
.ec-layoutRole .margin-bottom-30 {
  margin-bottom: 30px;
}
.ec-layoutRole .margin-bottom-40 {
  margin-bottom: 40px;
}
.ec-layoutRole .padding-top-0 {
  padding-top: 0;
}
.ec-layoutRole .disp-N {
  display: none !important;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
ログイン

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

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

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

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

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

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


Styleguide 6.1.1
*/
.ec-login {
  margin: 0 0 20px;
  padding: 30px 13% 20px;
  height: auto;
  background: #ECF2EF;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .ec-login {
    margin: 0 16px;
    padding: 30px 13% 60px;
  }
}
.ec-login .ec-login__icon {
  text-align: center;
}
.ec-login .ec-icon {
  margin-bottom: 10px;
}
.ec-login .ec-icon img {
  width: 68px;
  height: 68px;
  display: inline-block;
}
.ec-login .ec-login__input {
  margin-bottom: 40px;
}
.ec-login .ec-login__input .ec-checkbox span {
  margin-left: 5px;
  font-weight: normal;
}
.ec-login .ec-login__actions {
  color: #fff;
}
.ec-login .ec-login__actions a {
  color: inherit;
  text-decoration: none;
}
.ec-login .ec-login__actions a:hover {
  text-decoration: none;
}
.ec-login .ec-login__link {
  margin-top: 5px;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .ec-login .ec-login__link {
    margin-left: 20px;
  }
}
.ec-login .ec-errorMessage {
  font-size: 13px;
  color: #a32035;
  margin-bottom: 20px;
}

/*
ゲスト購入

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

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

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

Styleguide 6.1.2
*/
.ec-guest {
  display: table;
  margin: 0;
  padding: 13%;
  height: auto;
  box-sizing: border-box;
  background: #F3F4F4;
}
@media only screen and (min-width: 768px) {
  .ec-guest {
    height: 100%;
    margin: 0 16px;
  }
}
.ec-guest .ec-guest__inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.ec-guest .ec-guest__inner p {
  margin-bottom: 16px;
}
.ec-guest .ec-guest__actions {
  display: block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
.ec-guest .ec-guest__actions a {
  color: inherit;
  text-decoration: none;
}
.ec-guest .ec-guest__actions a:hover {
  text-decoration: none;
}
.ec-guest .ec-guest__icon {
  font-size: 70px;
  text-align: center;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
商品掲載

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

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


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

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

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

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

Styleguide 7.1.1
*/
.ec-displayB {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .ec-displayB {
    flex-direction: row;
  }
}
.ec-displayB .ec-displayB__cell {
  width: 100%;
  margin-bottom: 16px;
}
.ec-displayB .ec-displayB__cell a {
  color: inherit;
  text-decoration: none;
}
.ec-displayB .ec-displayB__cell a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .ec-displayB .ec-displayB__cell {
    width: 31.4466%;
    margin-bottom: 0;
  }
}
.ec-displayB .ec-displayB__cell:hover {
  text-decoration: none;
}
.ec-displayB .ec-displayB__cell:hover img {
  opacity: 0.8;
}
.ec-displayB .ec-displayB__cell:hover a {
  text-decoration: none;
}
.ec-displayB .ec-displayB__img {
  margin-bottom: 15px;
}
.ec-displayB .ec-displayB__catch {
  margin-bottom: 15px;
  text-decoration: none;
  font-weight: 500;
  color: #9a947e;
}
.ec-displayB .ec-displayB__comment {
  margin-bottom: 14px;
  text-decoration: none;
  color: #525263;
  font-size: 14px;
}
.ec-displayB .ec-displayB__link {
  text-decoration: none;
  font-weight: 500;
  color: #9a947e;
}

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

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

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

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

Styleguide 7.1.2
*/
.ec-displayC {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 24px;
}
.ec-displayC .ec-displayC__cell {
  width: 47%;
}
.ec-displayC .ec-displayC__cell a {
  color: inherit;
  text-decoration: none;
}
.ec-displayC .ec-displayC__cell a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .ec-displayC .ec-displayC__cell {
    width: 22.8775%;
  }
}
.ec-displayC .ec-displayC__cell:hover a {
  text-decoration: none;
}
.ec-displayC .ec-displayC__cell:hover img {
  opacity: 0.8;
}
.ec-displayC .ec-displayC__img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.ec-displayC .ec-displayC__catch {
  display: block;
  width: 100%;
  font-weight: 500;
  color: #9a947e;
}
.ec-displayC .ec-displayC__title {
  display: block;
  width: 100%;
  color: #525263;
}
.ec-displayC .ec-displayC__price {
  display: block;
  width: 100%;
  font-weight: 500;
  color: #525263;
}
.ec-displayC .ec-displayC__price--sp {
  display: block;
  width: 100%;
  font-weight: 500;
  color: #DE5D50;
}

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

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

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

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

Styleguide 7.1.3
*/
.ec-displayD {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}
@media only screen and (min-width: 768px) {
  .ec-displayD {
    box-sizing: border-box;
    flex-wrap: nowrap;
  }
}
.ec-displayD .ec-displayD__cell {
  width: 30%;
  margin-bottom: 8px;
}
.ec-displayD .ec-displayD__cell a {
  color: inherit;
  text-decoration: none;
}
.ec-displayD .ec-displayD__cell a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .ec-displayD .ec-displayD__cell {
    width: 14.3083%;
    margin-bottom: 16px;
  }
}
.ec-displayD .ec-displayD__cell:hover {
  text-decoration: none;
}
.ec-displayD .ec-displayD__cell:hover img {
  opacity: 0.8;
}
.ec-displayD .ec-displayD__img {
  display: block;
  width: 100%;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
検索・一覧表示

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

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

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

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

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

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

Styleguide 7.2.1
*/
.ec-topicpath {
  letter-spacing: -0.4em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  border-top: 1px solid #D1D6D9;
  border-bottom: 1px dotted #D1D6D9;
  padding: 10px;
  list-style: none;
  overflow: hidden;
  font-size: 12px;
  color: #0092C4;
}
@media only screen and (min-width: 768px) {
  .ec-topicpath {
    padding: 30px 0 10px;
    border: 0;
    font-size: 16px;
  }
}
.ec-topicpath .ec-topicpath__item a {
  color: inherit;
  text-decoration: none;
}
.ec-topicpath .ec-topicpath__item a:hover {
  text-decoration: none;
}
.ec-topicpath .ec-topicpath__divider {
  color: #000;
}
.ec-topicpath .ec-topicpath__item, .ec-topicpath .ec-topicpath__divider, .ec-topicpath .ec-topicpath__item--active {
  display: inline-block;
  min-width: 16px;
  text-align: center;
  position: relative;
  letter-spacing: normal;
}
.ec-topicpath .ec-topicpath__item--active {
  font-weight: 500;
}
.ec-topicpath .ec-topicpath__item--active a {
  color: inherit;
  text-decoration: none;
}
.ec-topicpath .ec-topicpath__item--active a:hover {
  text-decoration: none;
}

/*
ページャ

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

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

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

Styleguide 7.2.2
*/
.ec-pager {
  list-style: none;
  list-style-type: none;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
}
.ec-pager .ec-pager__item, .ec-pager .ec-pager__item--active {
  display: inline-block;
  width: 38px;
  text-align: center;
  position: relative;
  margin: 0 7px;
}
.ec-pager .ec-pager__item a, .ec-pager .ec-pager__item--active a {
  color: inherit;
  text-decoration: none;
}
.ec-pager .ec-pager__item a:hover, .ec-pager .ec-pager__item--active a:hover {
  text-decoration: none;
}
.ec-pager .ec-pager__item a, .ec-pager .ec-pager__item--active a {
  color: inherit;
  display: block;
  line-height: 38px;
  text-decoration: underline;
}
.ec-pager .ec-pager__item a:hover, .ec-pager .ec-pager__item--active a:hover {
  color: inherit;
  text-decoration: none;
}
.ec-pager .ec-pager__item--active {
  background: #F7F7F7;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.ec-pager .ec-pager__item--active a {
  text-decoration: none;
}
.ec-pager .ec-pager__item:hover {
  background: #F7F7F7;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}
.ec-pager .ec-pager__item--previous, .ec-pager .ec-pager__item--next {
  display: inline-block;
  text-align: center;
  position: relative;
}
.ec-pager .ec-pager__item--previous a, .ec-pager .ec-pager__item--next a {
  color: inherit;
  text-decoration: none;
}
.ec-pager .ec-pager__item--previous a:hover, .ec-pager .ec-pager__item--next a:hover {
  text-decoration: none;
}
.ec-pager .ec-pager__item--previous a, .ec-pager .ec-pager__item--next a {
  color: inherit;
  display: block;
  line-height: 1.8;
  text-decoration: underline;
}
.ec-pager .ec-pager__item--previous a:hover, .ec-pager .ec-pager__item--next a:hover {
  color: inherit;
  text-decoration: none;
}
.ec-pager .ec-pager__item--previous {
  margin-right: 25px;
}
.ec-pager .ec-pager__item--next {
  margin-left: 25px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

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

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

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

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


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

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

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

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

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

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

Styleguide 7.3.1
*/
.ec-progress {
  margin: 0 auto;
  padding: 8px 0 16px;
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 600px;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .ec-progress {
    margin-bottom: 30px;
    padding: 0;
  }
}
.ec-progress .ec-progress__item {
  display: table-cell;
  position: relative;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  z-index: 10;
}
.ec-progress .ec-progress__item:after {
  content: "";
  position: absolute;
  display: block;
  background: #323E48;
  width: 100%;
  height: 2px;
  top: 15px;
  left: 50%;
  margin-left: 1.5em\9 ;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .ec-progress .ec-progress__item:after {
    top: 21px;
  }
}
.ec-progress .ec-progress__item:last-child:after {
  display: none;
}
.ec-progress .ec-progress__number {
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  font-size: 12px;
  background: #323E48;
  color: #fff;
  top: 0;
  left: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .ec-progress .ec-progress__number {
    line-height: 42px;
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
}
.ec-progress .ec-progress__label {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-progress .ec-progress__label {
    font-size: 12px;
  }
}
.ec-progress .is-complete .ec-progress__number {
  color: #323E48;
  background: #ECF2EF;
}
.ec-progress .is-complete .ec-progress__label {
  color: #323E48;
}

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

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

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

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

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


Styleguide 7.3.5
*/
@media only screen and (min-width: 768px) {
  .ec-cartNaviWrap {
    position: relative;
    margin-right: 10px;
  }
}

.ec-cartNavi {
  display: inline-block;
  padding: 0px 0 0 20px;
  width: auto;
  color: #323E48;
  background: transparent;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ec-cartNavi {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: auto;
    white-space: nowrap;
    cursor: pointer;
    align-items: center;
    background: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .ec-cartNavi a:hover {
    opacity: 0.8;
  }
}
.ec-cartNavi .ec-cartNavi__itemImg {
  width: 26px;
  padding: 3px;
  max-height: 26px;
}
@media only screen and (min-width: 768px) {
  .ec-cartNavi .ec-cartNavi__itemImg {
    width: 22px;
    max-height: 22px;
  }
}
.ec-cartNavi .ec-cartNavi__icon {
  display: inline-block;
  font-size: 20px;
  display: inline-block;
  opacity: 1;
  visibility: visible;
  animation: fadeIn 200ms linear 0s;
  position: relative;
}
.ec-cartNavi .ec-cartNavi__itemLink {
  display: none;
  margin-right: 5px;
  font-size: 12px;
  vertical-align: middle;
  color: #323e48;
}
@media only screen and (min-width: 768px) {
  .ec-cartNavi .ec-cartNavi__itemLink {
    display: inline-block;
  }
}
.ec-cartNavi .ec-cartNavi__badge {
  display: inline-block;
  border-radius: 99999px;
  box-sizing: border-box;
  padding: 5px;
  height: 16px;
  font-size: 8px;
  font-family: "游ゴシック", YuGothic, Roboto, "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 8px;
  vertical-align: top;
  color: #323E48;
  text-align: center;
  white-space: nowrap;
  background-color: #EDF2F0;
  position: absolute;
  right: -12px;
  top: -6px;
}
@media only screen and (min-width: 768px) {
  .ec-cartNavi .ec-cartNavi__badge {
    display: inline-block;
    min-width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 12px;
    position: relative;
    right: 0;
    top: 0;
  }
}
.ec-cartNavi .ec-cartNavi__price {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ec-cartNavi .ec-cartNavi__price {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
  }
}

.ec-cartNavi.is-active .ec-cartNavi__icon:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.ec-cartNavi.is-active .ec-cartNavi__badge {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ec-cartNavi.is-active .ec-cartNavi__badge {
    display: none;
  }
}

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

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

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

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

Styleguide 7.3.6
*/
.ec-cartNaviIsset {
  display: none;
  width: 100%;
  text-align: center;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 16px;
  z-index: 20;
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .ec-cartNaviIsset {
    margin-top: 10px;
    min-width: 256px;
    max-width: 256px;
  }
  .ec-cartNaviIsset::before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 10px 8.5px;
    border-color: transparent transparent #f8f8f8 transparent;
    position: absolute;
    top: -9px;
  }
}
.ec-cartNaviIsset .ec-cartNaviIsset__cart {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 16px;
  padding-bottom: 32px;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cart:after {
  content: " ";
  display: table;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cart:after {
  clear: both;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartImage {
  float: left;
  width: 45%;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartImage img {
  width: 100%;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartContent {
  float: right;
  width: 55%;
  padding-left: 16px;
  text-align: left;
  box-sizing: border-box;
}
.ec-cartNaviIsset .ec-cartNaviIsset__action .ec-blockBtn--action {
  color: #fff;
  margin-bottom: 8px;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartContentTitle {
  margin-bottom: 8px;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartContentPrice {
  font-weight: 500;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartContentTax {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  margin-left: 2px;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartContentNumber {
  font-size: 14px;
}

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

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

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

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

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

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


Styleguide 7.3.7
*/
.ec-cartNaviNull {
  display: none;
  width: 100%;
  text-align: center;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 16px;
  z-index: 3;
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .ec-cartNaviNull {
    margin-top: 10px;
    min-width: 256px;
    max-width: 256px;
  }
  .ec-cartNaviNull::before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 10px 8.5px;
    border-color: transparent transparent #f8f8f8 transparent;
    position: absolute;
    top: -9px;
  }
}
.ec-cartNaviNull .ec-cartNaviNull__message {
  border: 1px solid #D9D9D9;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background-color: #F99;
}
.ec-cartNaviNull .ec-cartNaviNull__message p {
  margin: 0;
}

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

/*
総計

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

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

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

Styleguide 7.3.8
*/
.ec-totalBox {
  background: #ECF2EF;
  padding: 16px;
  margin-bottom: 44px;
}
.ec-totalBox .ec-totalBox__spec {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 8px;
}
.ec-totalBox .ec-totalBox__spec dt {
  font-weight: normal;
  text-align: left;
}
.ec-totalBox .ec-totalBox__spec dd {
  text-align: right;
}
.ec-totalBox .ec-totalBox__spec .ec-totalBox .ec-totalBox__spec__specTotal {
  color: #a32035;
}
.ec-totalBox .ec-totalBox__total {
  border-top: 1px dotted #D1D6D9;
  padding: 8px 0;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}
.ec-totalBox .ec-totalBox__paymentTotal {
  border-top: 1px dotted #D1D6D9;
  padding: 8px 0;
  margin-bottom: 14px;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
}
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price,
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
  color: #a32035;
}
.ec-totalBox .ec-totalBox__price {
  margin-left: 16px;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .ec-totalBox .ec-totalBox__price {
    font-size: 24px;
  }
}
.ec-totalBox .ec-totalBox__taxLabel {
  margin-left: 8px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .ec-totalBox .ec-totalBox__taxLabel {
    font-size: 14px;
  }
}
.ec-totalBox .ec-totalBox__taxRate {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 8px;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-totalBox .ec-totalBox__taxRate {
    font-size: 12px;
  }
}
.ec-totalBox .ec-totalBox__taxRate dt {
  font-weight: normal;
  text-align: left;
  margin-right: 8px;
}
.ec-totalBox .ec-totalBox__taxRate dt::before {
  content: "[ ";
}
.ec-totalBox .ec-totalBox__taxRate dd {
  text-align: right;
}
.ec-totalBox .ec-totalBox__taxRate dd::after {
  content: " ]";
}
.ec-totalBox .ec-totalBox__pointBlock {
  padding: 18px 20px 10px;
  margin-bottom: 10px;
  background: #fff;
}
.ec-totalBox .ec-totalBox__btn {
  color: #fff;
}
.ec-totalBox .ec-totalBox__btn a {
  color: inherit;
  text-decoration: none;
}
.ec-totalBox .ec-totalBox__btn a:hover {
  text-decoration: none;
}
.ec-totalBox .ec-totalBox__btn .ec-blockBtn--action {
  font-size: 16px;
  font-weight: 500;
}
.ec-totalBox .ec-totalBox__btn .ec-blockBtn--cancel {
  margin-top: 10px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
お知らせ

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

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

Styleguide 8.1
*/
/*
新着情報

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

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

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

Styleguide 8.1.1
*/
.ec-news {
  margin-bottom: 16px;
  background: #F8F8F8;
}
@media only screen and (min-width: 768px) {
  .ec-news {
    margin-right: 3%;
  }
}
@media only screen and (min-width: 768px) {
  .ec-news {
    margin-bottom: 32px;
  }
}
.ec-news .ec-news__title {
  font-weight: 500;
  padding: 8px;
  font-size: 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ec-news .ec-news__title {
    padding: 16px;
    text-align: left;
    font-size: 24px;
  }
}
.ec-news .ec-news__items {
  padding: 0;
  list-style: none;
  border-top: 1px dotted #D1D6D9;
}

/*
折りたたみ項目

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

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

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

Styleguide 8.1.2
*/
.ec-newsline {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0 16px;
}
.ec-newsline .ec-newsline__info {
  width: 100%;
  padding: 16px 0;
}
.ec-newsline .ec-newsline__info:after {
  content: " ";
  display: table;
}
.ec-newsline .ec-newsline__info:after {
  clear: both;
}
.ec-newsline .ec-newsline__date {
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.ec-newsline .ec-newsline__comment {
  display: inline-block;
  float: left;
}
.ec-newsline .ec-newsline__close {
  float: right;
  display: inline-block;
  text-align: right;
}
.ec-newsline .ec-newsline__close .ec-closeBtn--circle {
  display: inline-block;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
}
.ec-newsline .ec-newsline__description {
  width: 100%;
  height: 0;
  transition: all 0.2s ease-out;
}
.ec-newsline.is_active .ec-newsline__description {
  height: auto;
  transition: all 0.2s ease-out;
  padding-bottom: 16px;
}
.ec-newsline.is_active .ec-icon img {
  transform: rotateX(180deg);
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

.ec-accordion.last {
  margin-bottom: 25px;
}
.ec-accordion dt {
  width: 100%;
  margin: 0 auto;
  padding: 14px 44px 14px 14px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .ec-accordion dt {
    font-size: 18px;
    padding-right: 50px;
  }
}
.ec-accordion dt:after {
  display: inline-block;
  width: 16px;
  height: 8px;
  content: "";
  clip-path: polygon(10% 0, 50% 80%, 90% 0, 100% 0, 50% 100%, 0 0);
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
@media only screen and (min-width: 768px) {
  .ec-accordion dt:after {
    right: 20px;
  }
}
.ec-accordion dt.open:after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s;
}
.ec-accordion dd {
  width: 100%;
  display: none;
  height: auto;
  font-size: 14px;
  padding: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .ec-accordion dd {
    font-size: 16px;
  }
}
.ec-accordionLight {
  border-bottom: 1px solid #d1d6d9;
  margin-bottom: 10px;
}
.ec-accordionLight dt {
  color: #323e48;
  background-color: #fff;
}
.ec-accordionLight dt:after {
  background: #323e48;
}
.ec-accordionLight__body {
  padding: 0 14px 20px;
}
.ec-accordionDark {
  margin-bottom: 20px;
}
.ec-accordionDark dt {
  color: #fff;
  background-color: #323e48;
  margin-top: 20px;
}
.ec-accordionDark dt:after {
  background: #fff;
}
.ec-accordionDark dt.open {
  border-radius: 4px 4px 0 0;
}
.ec-accordionDark dd .ec-accordionLight dt {
  color: #323e48;
  background-color: #fff;
}
.ec-accordionDark dd .ec-accordionLight dt:after {
  background: #323e48;
}
.ec-accordionDark__inner {
  padding-top: 20px;
}
.ec-accordionMsg {
  font-weight: 700;
  line-height: 1.5;
  background: #f7f7f7;
  border: 1px solid #e9e9e9;
  padding: 14px;
}
@media only screen and (min-width: 768px) {
  .ec-accordionMsg {
    margin-left: 20px;
  }
}

/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
マイページ

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

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


Styleguide 9.1
*/
/*
マイページ

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

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

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

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

Styleguide 9.1.1
*/
.ec-navlistRole .ec-navlistRole__navlist {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}
.ec-navlistRole .ec-navlistRole__navlist a {
  color: inherit;
  text-decoration: none;
}
.ec-navlistRole .ec-navlistRole__navlist a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .ec-navlistRole .ec-navlistRole__navlist {
    flex-wrap: nowrap;
    margin: 0 auto 50px;
  }
}
.ec-navlistRole .ec-navlistRole__item {
  width: 50%;
  border-color: #D1D6D9;
  border-style: solid;
  border-width: 0 0 2px 0;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.ec-navlistRole .ec-navlistRole__item a {
  padding: 16px 8px;
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ec-navlistRole .ec-navlistRole__item a {
    height: 100%;
    padding: 16px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.ec-navlistRole .ec-navlistRole__item a:hover {
  background: #f7f7f7;
}
.ec-navlistRole .ec-navlistRole__itemBadge {
  position: relative;
}
.ec-navlistRole .ec-navlistRole__itemBadge::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #a32035;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
}
.ec-navlistRole .active {
  border-width: 0 0 4px 0;
  border-color: #323E48;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

Styleguide 9.1.3
*/
.ec-welcomeMsg {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 1em 0;
  padding-bottom: 32px;
  text-align: center;
  border-bottom: 1px dotted #D1D6D9;
}
.ec-welcomeMsg:after {
  content: " ";
  display: table;
}
.ec-welcomeMsg:after {
  clear: both;
}
.ec-welcomeMsg textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-welcomeMsg img {
  max-width: 100%;
  height: auto;
}
.ec-welcomeMsg html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-welcomeMsg *,
.ec-welcomeMsg *::before,
.ec-welcomeMsg *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
@media only screen and (min-width: 768px) {
  .ec-welcomeMsg {
    padding-left: 26px;
    padding-right: 26px;
  }
}

/*
お気に入り一覧

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

ex [マイページ　お気に入り一覧](http://demo3.ec-cube.net/mypage/favorite)

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

Styleguide 9.1.4
*/
.ec-favoriteRole .ec-favoriteRole__header {
  margin-bottom: 16px;
}
.ec-favoriteRole .ec-favoriteRole__itemList {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.ec-favoriteRole .ec-favoriteRole__itemList a {
  color: inherit;
  text-decoration: none;
}
.ec-favoriteRole .ec-favoriteRole__itemList a:hover {
  text-decoration: none;
}
.ec-favoriteRole .ec-favoriteRole__item {
  margin-bottom: 8px;
  width: 47.5%;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
}
.ec-favoriteRole .ec-favoriteRole__item-image {
  height: 150px;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ec-favoriteRole .ec-favoriteRole__item-image {
    height: 250px;
  }
}
.ec-favoriteRole .ec-favoriteRole__item img {
  width: auto;
  max-height: 100%;
}
@media only screen and (min-width: 768px) {
  .ec-favoriteRole .ec-favoriteRole__item {
    width: 25%;
  }
}
.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle {
  position: absolute;
  right: 10px;
  top: 10px;
}
.ec-favoriteRole .ec-favoriteRole__item .ec-closeBtn--circle .ec-icon img {
  width: 1em;
  height: 1em;
}
.ec-favoriteRole .ec-favoriteRole__itemThumb {
  display: block;
  height: auto;
  margin-bottom: 8px;
}
.ec-favoriteRole .ec-favoriteRole__itemTitle {
  margin-bottom: 2px;
}
.ec-favoriteRole .ec-favoriteRole__itemPrice {
  font-weight: 500;
  margin-bottom: 0;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
標準セクション

通常のコンテナブロックです。

ex [商品詳細ページ　コンテナ](http://demo3.ec-cube.net/products/detail/33)

Markup:
include /assets/tmpl/elements/11.1.role.pug
+ec-roleRole

Styleguide 11.1
*/
.ec-role {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  padding-left: 0;
  padding-right: 0;
}
.ec-role:after {
  content: " ";
  display: table;
}
.ec-role:after {
  clear: both;
}
.ec-role textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-role img {
  max-width: 100%;
  height: auto;
}
.ec-role html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-role *,
.ec-role *::before,
.ec-role *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/*
マイページセクション

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

ex [マイページ　コンテナ](http://demo3.ec-cube.net/mypage)

Markup:
include /assets/tmpl/elements/11.1.role.pug
+ec-mypageRole

Styleguide 11.1.2
*/
.ec-mypageRole {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}
.ec-mypageRole:after {
  content: " ";
  display: table;
}
.ec-mypageRole:after {
  clear: both;
}
.ec-mypageRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-mypageRole img {
  max-width: 100%;
  height: auto;
}
.ec-mypageRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-mypageRole *,
.ec-mypageRole *::before,
.ec-mypageRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
@media only screen and (min-width: 768px) {
  .ec-mypageRole {
    padding-left: 26px;
    padding-right: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .ec-mypageRole .ec-pageHeader h1 {
    margin: 10px 0 48px;
    padding: 8px 0 18px;
  }
}
.ec-mypageRole .ec-mypageRole__inner {
  border-top: 1px dotted #D1D6D9;
  padding-top: 20px;
}
.ec-mypageRole .ec-mypageRole__dm {
  font-size: 14px;
  margin: 8px 0;
}
@media only screen and (min-width: 768px) {
  .ec-mypageRole .ec-mypageRole__dm {
    margin-top: 2px;
  }
}
.ec-mypageRole label {
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .ec-mypageRole dt {
    padding-top: 8px;
    margin-bottom: 16px;
  }
}
.ec-mypageRole input, .ec-mypageRole textarea {
  border: 1px solid #D1D6D9;
}
.ec-mypageRole input::placeholder, .ec-mypageRole textarea::placeholder {
  font-size: 12px;
  color: #D1D6D9;
}
@media only screen and (min-width: 768px) {
  .ec-mypageRole input::placeholder, .ec-mypageRole textarea::placeholder {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .ec-mypageRole .ec-mypageRole__payment {
    width: 81.3333%;
    margin-left: 8.3333%;
  }
}
.ec-mypageRole .ec-mypageRole__paymentAction {
  margin: 16px 0;
}
.ec-mypageRole .ec-mypageRole__payment p {
  margin-bottom: 8px;
}

.ec-cardRole__table tr {
  border-bottom: 1px dotted #D1D6D9;
}
.ec-cardRole__table tr:last-child {
  border-bottom: none;
}
.ec-cardRole__table th {
  background-color: #ECF2EF;
  border-bottom: none !important;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding: 8px 15px !important;
}
@media only screen and (min-width: 768px) {
  .ec-cardRole__table th {
    font-size: 16px;
    padding-left: 5vw !important;
  }
}
.ec-cardRole__table td {
  text-align: left;
  border-top: none !important;
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  .ec-cardRole__table td {
    padding: 14px 8px 14px 5vw !important;
  }
}
.ec-cardRole__table td dl {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .ec-cardRole__table td dl {
    display: inherit;
  }
}
.ec-cardRole__table td dl dt {
  font-size: 12px;
  font-weight: normal;
  width: 90px;
  padding: 10px 14px;
  background-color: #ECF2EF;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ec-cardRole__table td dl dt {
    display: none;
  }
}
.ec-cardRole__table td dl dd {
  flex: 1;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-cardRole__table td dl dd {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ec-cardRole__table td .itemSP {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .ec-cardRole__table .itemPC {
    display: none;
  }
}
.ec-cardRole__inputDate {
  font-size: 14px;
  margin: 0 10px;
}
.ec-cardRole__inputNote {
  font-size: 12px;
  font-weight: normal;
  margin: -5px 0 10px;
}
.ec-cardRole__inputCaution {
  color: #a32035;
  font-size: 12px;
  font-weight: normal;
  margin: -5px 0 10px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/**
 * ECCUBE 固有のスタイルユーティリティ
 */
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.bg-load-overlay {
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  position: fixed;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  opacity: 1;
}

/*
ヘッダー

ヘッダー用のプロジェクトコンポーネントを提供します。

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

Markup:
include /assets/tmpl/elements/11.2.header.pug
include /assets/tmpl/elements/11.3.headerNavi.pug
include /assets/tmpl/elements/11.4.categoryNavi.pug
+b.ec-layoutRole
  +e.header
    +ec-headerRole
    +ec-headerNaviRole
    +ec-categoryNaviRole

Styleguide 11.2
*/
.ec-layoutRole {
  width: 100%;
  transition: transform 0.3s;
  background: #fff;
  min-height: 100vh;
}
.ec-layoutRole .ec-layoutRole__contentTop {
  padding: 0;
}
.ec-layoutRole .ec-layoutRole__contents {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1150px;
  display: flex;
  flex-wrap: nowrap;
  padding-left: 5.4%;
  padding-right: 5.4%;
}
@media only screen and (min-width: 768px) {
  .ec-layoutRole .ec-layoutRole__contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ec-layoutRole .ec-layoutRole__main {
  width: 100%;
}
.ec-layoutRole .ec-layoutRole__mainWithColumn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ec-layoutRole .ec-layoutRole__mainWithColumn {
    width: 75%;
  }
}
.ec-layoutRole .ec-layoutRole__mainBetweenColumn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ec-layoutRole .ec-layoutRole__mainBetweenColumn {
    width: 50%;
  }
}
.ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ec-layoutRole .ec-layoutRole__left, .ec-layoutRole .ec-layoutRole__right {
    display: block;
    width: 25%;
  }
}

.ec-headerRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  padding-top: 15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: auto;
}
.ec-headerRole:after {
  content: " ";
  display: table;
}
.ec-headerRole:after {
  clear: both;
}
.ec-headerRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-headerRole img {
  max-width: 100%;
  height: auto;
}
.ec-headerRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-headerRole *,
.ec-headerRole *::before,
.ec-headerRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.ec-headerRole:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ec-headerRole:after {
    content: " ";
    display: table;
  }
  .ec-headerRole:after {
    clear: both;
  }
}
.ec-headerRole::before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ec-headerRole {
    width: 100%;
  }
  .ec-headerRole:after {
    content: " ";
    display: table;
  }
  .ec-headerRole:after {
    clear: both;
  }
}
.ec-headerRole .ec-headerRole__title {
  width: 100%;
}
.ec-headerRole .ec-headerRole__navSP {
  display: block;
  position: absolute;
  top: 15px;
  width: 27%;
  right: 0;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .ec-headerRole .ec-headerRole__navSP {
    display: none;
  }
}

.ec-headerNaviRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  position: relative;
  margin-bottom: 20px;
}
.ec-headerNaviRole:after {
  content: " ";
  display: table;
}
.ec-headerNaviRole:after {
  clear: both;
}
.ec-headerNaviRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-headerNaviRole img {
  max-width: 100%;
  height: auto;
}
.ec-headerNaviRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-headerNaviRole *,
.ec-headerNaviRole *::before,
.ec-headerNaviRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
@media only screen and (min-width: 768px) {
  .ec-headerNaviRole {
    align-items: end;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
.ec-headerNaviRole .fa-bars {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ec-headerNaviRole .ec-headerNaviRole__left {
  width: 20%;
}
.ec-headerNaviRole .ec-headerNaviRole__logo {
  width: 76px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .ec-headerNaviRole .ec-headerNaviRole__logo {
    width: 148px;
    padding-bottom: 10px;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .ec-headerNaviRole .ec-headerNaviRole__logo:hover {
    opacity: 0.8;
  }
}
.ec-headerNaviRole .ec-headerNaviRole__controller {
  display: flex;
  padding-right: 16px;
}
@media only screen and (min-width: 768px) {
  .ec-headerNaviRole .ec-headerNaviRole__controller {
    margin-bottom: 10px;
  }
}
.ec-headerNaviRole .ec-headerNaviRole__category {
  padding-right: 5px;
}
.ec-headerNaviRole .ec-headerNaviRole__category .ec-itemNav {
  text-align: right;
}
.ec-headerNaviRole .ec-headerNaviRole__search {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ec-headerNaviRole .ec-headerNaviRole__search {
    display: inline-block;
    margin-top: 10px;
  }
  .ec-headerNaviRole .ec-headerNaviRole__search a {
    color: inherit;
    text-decoration: none;
  }
  .ec-headerNaviRole .ec-headerNaviRole__search a:hover {
    text-decoration: none;
  }
}
.ec-headerNaviRole .ec-headerNaviRole__navSP {
  display: block;
}
@media only screen and (min-width: 768px) {
  .ec-headerNaviRole .ec-headerNaviRole__navSP {
    display: none;
  }
  .ec-headerNaviRole .ec-headerNaviRole__navSP a {
    color: inherit;
    text-decoration: none;
  }
  .ec-headerNaviRole .ec-headerNaviRole__navSP a:hover {
    text-decoration: none;
  }
}
.ec-headerNaviRole .ec-headerNaviRole__right {
  width: 80%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.ec-headerNaviRole .ec-headerNaviRole__nav {
  display: none;
}
.ec-headerNaviRole .ec-headerNaviRole__nav a {
  color: inherit;
  text-decoration: none;
}
.ec-headerNaviRole .ec-headerNaviRole__nav a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .ec-headerNaviRole .ec-headerNaviRole__nav {
    display: inline-block;
  }
}
.ec-headerNaviRole .ec-headerNaviRole__cart {
  display: inline-block;
}
.ec-headerNaviRole .ec-headerNaviRole__cart a {
  color: inherit;
  text-decoration: none;
}
.ec-headerNaviRole .ec-headerNaviRole__cart a:hover {
  text-decoration: none;
}

.ec-headerNavSP {
  display: flex;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 10px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  color: #323E48;
  background: white;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  align-items: center;
  justify-content: space-around;
}
.ec-headerNavSP .fas {
  vertical-align: top;
}
@media only screen and (min-width: 768px) {
  .ec-headerNavSP {
    display: none;
  }
}
.ec-headerNavSP .ec-headerNavSP__itemImg {
  width: 17px;
}

.ec-headerNavSP.is-active {
  display: none;
}

/*
ヘッダー：タイトル

ヘッダー内で使用されるタイトルコンポーネントです。

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

Styleguide 11.2.1
*/
.ec-headerTitle {
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
}
.ec-headerTitle textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-headerTitle img {
  max-width: 100%;
  height: auto;
}
.ec-headerTitle html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-headerTitle *,
.ec-headerTitle *::before,
.ec-headerTitle *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.ec-headerTitle .ec-headerTitle__title {
  text-align: center;
}
.ec-headerTitle .ec-headerTitle__title h1 {
  margin: 0;
  padding: 0;
}
.ec-headerTitle .ec-headerTitle__title a {
  display: inline-block;
  margin-bottom: 30px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: #323E48;
}
@media only screen and (min-width: 768px) {
  .ec-headerTitle .ec-headerTitle__title a {
    font-size: 40px;
  }
}
.ec-headerTitle .ec-headerTitle__title a:hover {
  opacity: 0.8;
}
.ec-headerTitle .ec-headerTitle__subtitle {
  font-size: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ec-headerTitle .ec-headerTitle__subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.ec-headerTitle .ec-headerTitle__subtitle a {
  display: inline-block;
  color: #0092C4;
  text-decoration: none;
  cursor: pointer;
}

/*
ヘッダー：ユーザナビゲーション

ヘッダー内でユーザに関与するナビゲーションコンポーネントです。
<br><br>
`.ec-headerNaviRole`>`.ec-headerNaviRole__nav`内に記述すると２カラム上の右側に配置することができます。

Markup:
include /assets/tmpl/elements/11.3.headerNavi.pug
+ec-headerNav

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

Styleguide 11.2.3
*/
.ec-headerNav {
  text-align: right;
  display: flex;
}
.ec-headerNav .ec-headerNav__item {
  padding: 0 6px;
  display: none;
}
.ec-headerNav .ec-headerNav__item:first-child {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ec-headerNav .ec-headerNav__item {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .ec-headerNav .ec-headerNav__item a:hover {
    opacity: 0.8;
  }
}
.ec-headerNav .ec-headerNav__itemIcon {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 18px;
  color: #323E48;
}
@media only screen and (min-width: 768px) {
  .ec-headerNav .ec-headerNav__itemIcon {
    margin-right: 0;
    font-size: 20px;
  }
}
.ec-headerNav .ec-headerNav__itemImg {
  width: 22px;
  padding: 3px;
  max-height: 22px;
}
.ec-headerNav .ec-headerNav__itemLink {
  display: none;
  margin-right: 5px;
  font-size: 12px;
  vertical-align: middle;
  color: #323E48;
}
@media only screen and (min-width: 768px) {
  .ec-headerNav .ec-headerNav__itemLink {
    display: inline-block;
  }
}

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

ヘッダー内で使用される商品検索コンポーネントです。
<br><br>
`.ec-headerNaviRole`>`.ec-headerNaviRole__search`内に記述すると２カラム上の右側に配置することができます。

Markup:
include /assets/tmpl/elements/11.3.headerNavi.pug
+ec-headerSearch

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

Styleguide 11.2.4
*/
.ec-headerSearch:after {
  content: " ";
  display: table;
}
.ec-headerSearch:after {
  clear: both;
}
.ec-headerSearch .ec-headerSearch__category {
  float: none;
}
@media only screen and (min-width: 768px) {
  .ec-headerSearch .ec-headerSearch__category {
    float: left;
    width: 43%;
  }
}
.ec-headerSearch .ec-headerSearch__category .ec-select {
  overflow: hidden;
  width: 100%;
  margin: 0;
  text-align: center;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select {
  width: 100%;
  cursor: pointer;
  padding: 8px 24px 8px 8px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  appearance: none;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .ec-headerSearch .ec-headerSearch__category .ec-select select {
    max-width: 165px;
    height: 36px;
  }
}
.ec-headerSearch .ec-headerSearch__category .ec-select select option {
  color: #000;
}
.ec-headerSearch .ec-headerSearch__category .ec-select select::-ms-expand {
  display: none;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
  position: relative;
  border: 0;
  background: #000;
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-top-right-radius: inherit;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
  position: absolute;
  top: 0.8em;
  right: 0.4em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
}
.ec-headerSearch .ec-headerSearch__keyword {
  position: relative;
  color: #323e48;
  border: 1px solid #D1D6D9;
  background-color: #f6f6f6;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-headerSearch .ec-headerSearch__keyword {
    float: right;
    width: 57%;
    border-bottom-left-radius: inherit;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
.ec-headerSearch .ec-headerSearch__keyword input[type=search] {
  width: 100%;
  height: 34px;
  font-size: 16px;
  border: 0 none;
  padding: 0.5em 50px 0.5em 1em;
  box-shadow: none;
  background: none;
  box-sizing: border-box;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .ec-headerSearch .ec-headerSearch__keyword input[type=search] {
    font-size: 12px;
  }
}
.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
  width: 22px;
  height: 22px;
}
.ec-headerSearch .ec-headerSearch__keywordBtn {
  border: 0;
  background: none;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-55%);
  display: block;
  white-space: nowrap;
  z-index: 1;
}

/*
ヘッダー：カテゴリナビ

ヘッダー内で使用されている商品のカテゴリ一覧として使用します。
`li`の中に`ul > li`要素を入れることで、階層を深くする事ができます。

Markup:
include /assets/tmpl/elements/11.4.categoryNavi.pug
+ec-itemNav

sg-wrapper:
<div class="ec-categoryNaviRole" style="padding-bottom:150px;">
  <sg-wrapper-content/>
</div>

Styleguide 11.2.5
*/
.ec-categoryNaviRole {
  margin: 0;
  padding: 0;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  display: none;
}
.ec-categoryNaviRole:after {
  content: " ";
  display: table;
}
.ec-categoryNaviRole:after {
  clear: both;
}
.ec-categoryNaviRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-categoryNaviRole img {
  max-width: 100%;
  height: auto;
}
.ec-categoryNaviRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-categoryNaviRole *,
.ec-categoryNaviRole *::before,
.ec-categoryNaviRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
@media only screen and (min-width: 768px) {
  .ec-categoryNaviRole {
    display: block;
  }
  .ec-categoryNaviRole a {
    color: inherit;
    text-decoration: none;
  }
  .ec-categoryNaviRole a:hover {
    text-decoration: none;
  }
}

.ec-itemNav {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.ec-itemNav__nav {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: auto;
  height: auto;
  list-style-type: none;
  text-align: center;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  .ec-itemNav__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 10px 5px;
  }
}
.ec-itemNav__nav li {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ec-itemNav__nav li {
    float: left;
    width: auto;
  }
}
.ec-itemNav__nav li::before {
  content: "";
  width: calc(100% - 24px);
  height: 1px;
  background-color: #323e48;
  display: block;
  border-radius: 4px;
  position: absolute;
  right: 12px;
  bottom: 0;
  transform: scale(0, 1);
  transition: transform 0.5s;
  transform-origin: left top;
}
@media only screen and (min-width: 768px) {
  .ec-itemNav__nav li:hover::before {
    transform: scale(1, 1);
    transform-origin: right top;
  }
}
.ec-itemNav__nav li a {
  display: block;
  border-bottom: 1px solid #E8E8E8;
  margin: 0;
  padding: 16px;
  height: auto;
  color: #323E48;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  text-decoration: none;
  text-align: left;
  background: #fff;
  border-bottom: 1px solid #E8E8E8;
}
@media only screen and (min-width: 768px) {
  .ec-itemNav__nav li a {
    text-align: center;
    border-bottom: none;
    padding: 4px 12px;
  }
}
.ec-itemNav__nav li ul {
  display: none;
  z-index: 0;
  margin: 0;
  padding: 0;
  min-width: 200px;
  list-style: none;
  position: static;
  top: 100%;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .ec-itemNav__nav li ul {
    display: block;
    z-index: 100;
    position: absolute;
  }
}
.ec-itemNav__nav li ul li {
  overflow: hidden;
  width: 100%;
  height: auto;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .ec-itemNav__nav li ul li {
    overflow: hidden;
    height: 0;
  }
}
.ec-itemNav__nav li ul li img {
  width: 20px;
  padding: 0 3px;
  margin-left: 5px;
  vertical-align: baseline;
}
.ec-itemNav__nav li ul li a {
  border-bottom: 1px solid #D1D6D9;
  padding: 16px 30px 16px 16px;
  font-size: 16px;
  font-weight: 500;
  color: white;
  text-align: left;
  background: #323E48;
  position: relative;
}
.ec-itemNav__nav li ul li a:last-child {
  border-bottom: none;
}
.ec-itemNav__nav li ul li a::before {
  position: absolute;
  content: "";
  background: url(../icon/arrow_right_w.svg) center/contain no-repeat;
  display: inline-block;
  width: 6px;
  height: 11px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ec-itemNav__nav li ul li ul {
  top: 0;
  left: 100%;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .ec-itemNav__nav li ul li ul::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: white;
    position: absolute;
    top: 19px;
    right: auto;
    left: -20px;
  }
}
.ec-itemNav__nav li ul li ul li a {
  background: #7D7D7D;
}
.ec-itemNav__nav img {
  width: 10px;
  margin-left: 5px;
  vertical-align: 2px;
}

.ec-itemNav__nav > li:hover li:hover > a {
  background: #3D4750;
}

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

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

.ec-itemNav__nav li:hover ul li ul li a:hover {
  background: #333;
}

/*
ヘッダー：SPヘッダー

SP時のみ出現するヘッダーに関係するコンポーネントです。<br>
ex [トップページ](http://demo3.ec-cube.net/)画面サイズが768px以下に該当。<br>
<br>
`.ec-drawerRole`：SPのドロワー内の要素をwrapするコンポーネントです。<br>
`.ec-headerSearch`、`.ec-headerNav`、`.ec-itemNav`は`.ec-drawerRole`の子要素にある場合、ドロワーに適したスタイルに変化します。<br><br>
`.ec-overlayRole`：SPのドロワー出現時にz-indexがドロワー以下の要素に半透明の黒背景をかぶせるコンポーネントです。<br>

Styleguide 11.2.6
*/
.ec-drawerRole {
  overflow-y: scroll;
  background: #323E48;
  width: 260px;
  height: 100vh;
  transform: translateX(-300px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  transition: z-index 0ms 1ms;
}
@media only screen and (min-width: 768px) {
  .ec-drawerRole {
    display: none;
  }
}
.ec-drawerRole .ec-headerSearchArea {
  padding: 20px 10px;
  width: 100%;
  background: #F8F8F8;
}
.ec-drawerRole .ec-headerSearch {
  padding: 16px 8px 26px;
  background: #EBEBEB;
  color: #636378;
}
.ec-drawerRole .ec-headerSearch select {
  width: 100% !important;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading {
  border-top: 1px solid #D1D6D9;
  border-bottom: 1px solid #D1D6D9;
  padding: 1em 10px;
  font-size: 16px;
  font-weight: 500;
  color: #323E48;
  background: #F8F8F8;
}
.ec-drawerRole .ec-headerCategoryArea p {
  margin-top: 0;
  margin-bottom: 0;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a {
  border-bottom: 1px solid #D1D6D9;
  border-bottom: 1px solid #D1D6D9;
  color: #323E48;
  font-weight: normal;
  background: #f8f8f8;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li a {
  border-bottom: 1px solid #D1D6D9;
  padding-left: 20px;
  font-weight: normal;
  background: white;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:hover > a {
  background: #f8f8f8;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav > li:hover li:hover > a {
  background: white;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li ul li a {
  padding-left: 40px;
  color: #323E48;
  background: white;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li:hover ul li ul li a:hover {
  background: white;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li ul li ul li ul li a {
  padding-left: 60px;
  font-weight: normal;
}
.ec-drawerRole .ec-headerLinkArea {
  background: #323E48;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item {
  display: block;
  border-bottom: 1px solid #D1D6D9;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: white;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__icon {
  display: inline-block;
  width: 22px;
  padding: 2px;
  line-height: 1;
  margin-right: 14px;
}

.ec-drawerRoleClose {
  display: none;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 10px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  color: #323E48;
  background: white;
  position: fixed;
  top: 10px;
  left: 270px;
  z-index: 1000;
}
.ec-drawerRoleClose .ec-drawerRoleClose__icon {
  width: 13px;
}
.ec-drawerRoleClose .fas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .ec-drawerRoleClose {
    display: none;
  }
}

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

.ec-drawerRoleClose.is_active {
  display: flex;
  transition: all 0.3s;
  justify-content: space-around;
}
@media only screen and (min-width: 768px) {
  .ec-drawerRoleClose.is_active {
    display: none;
  }
}

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

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

/*
ヘッダー：test

test

Markup:
span.ec-itemAccordionParent test1
ul.ec-itemNavAccordion
  li.ec-itemNavAccordion__item
    a(href='') test2
    ul.ec-itemNavAccordion
      li.ec-itemNavAccordion__item
        a(href='') test3
        ul.ec-itemNavAccordion
          li.ec-itemNavAccordion__item
            a(href='') test4

Styleguide 11.2.7
*/
.ec-itemNavAccordion {
  display: none;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
フッター

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

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

Markup:
include /assets/tmpl/elements/11.8.footer.pug
+ec-footerRole

Styleguide 11.3
*/
.ec-footerRole {
  border-top: 1px solid #7d7d7d;
  margin-top: 150px;
  background: #323E48;
}
@media only screen and (min-width: 768px) {
  .ec-footerRole .ec-footerRole__inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.6;
    color: #323E48;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
    padding-top: 10px;
    line-height: 1.8;
  }
  .ec-footerRole .ec-footerRole__inner:after {
    content: " ";
    display: table;
  }
  .ec-footerRole .ec-footerRole__inner:after {
    clear: both;
  }
  .ec-footerRole .ec-footerRole__inner textarea { /* for chrome fontsize bug */
    font-family: sans-serif;
  }
  .ec-footerRole .ec-footerRole__inner img {
    max-width: 100%;
    height: auto;
  }
  .ec-footerRole .ec-footerRole__inner html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ec-footerRole .ec-footerRole__inner *,
  .ec-footerRole .ec-footerRole__inner *::before,
  .ec-footerRole .ec-footerRole__inner *::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
  }
}

/*
フッターナビ

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

Markup:
include /assets/tmpl/elements/11.8.footer.pug
+ec-footerNav

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

Styleguide 11.3.1
*/
.ec-footerNavi {
  color: white;
  padding: 50px 0;
  margin: 0 5.333%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 768px) {
  .ec-footerNavi {
    flex-direction: row;
    padding: 70px 0;
    margin: 0 auto;
  }
}
.ec-footerNavi h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 auto 18px;
}
@media only screen and (min-width: 768px) {
  .ec-footerNavi h3 {
    margin-bottom: 26px;
  }
}
.ec-footerNavi .ec-footerNavi__cs {
  width: 100%;
  flex: 1;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .ec-footerNavi .ec-footerNavi__cs {
    text-align: left;
    margin-bottom: 0;
  }
}
.ec-footerNavi .ec-footerNavi__cs p {
  font-size: 14px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .ec-footerNavi .ec-footerNavi__cs p {
    margin-bottom: 26px;
  }
}
.ec-footerNavi .ec-footerNavi__tel {
  width: 100%;
  flex: 1;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .ec-footerNavi .ec-footerNavi__tel {
    margin-bottom: 0;
    padding: 0 5.6%;
  }
}
.ec-footerNavi .ec-footerNavi__tel a {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .ec-footerNavi .ec-footerNavi__tel a {
    margin-bottom: 26px;
  }
}
.ec-footerNavi .ec-footerNavi__tel a:before {
  position: absolute;
  content: "";
  background: url(../icon/tel_w.svg) center/contain no-repeat;
  display: inline-block;
  width: 23px;
  height: 23px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ec-footerNavi .ec-footerNavi__tel p {
  font-size: 14px;
  margin-bottom: 15px;
}
.ec-footerNavi .ec-footerNavi__tel p span {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .ec-footerNavi .ec-footerNavi__tel p span {
    font-size: 12px;
  }
}
.ec-footerNavi .ec-footerNavi__form {
  width: 100%;
  flex: 1;
  text-align: center;
}
.ec-footerNavi .ec-footerNavi__form a {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .ec-footerNavi .ec-footerNavi__form a {
    margin-bottom: 26px;
  }
}
.ec-footerNavi .ec-footerNavi__middleLeft {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 768px) {
  .ec-footerNavi .ec-footerNavi__middleLeft {
    flex-direction: row;
    border-bottom: none;
  }
}
.ec-footerNavi .ec-footerNavi__middleLeft__inner {
  flex: 1;
  text-align: left;
}
.ec-footerNavi .ec-footerNavi__middleLeft__inner ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .ec-footerNavi .ec-footerNavi__middleLeft__inner ul {
    display: block;
    margin-bottom: 0;
  }
}
.ec-footerNavi .ec-footerNavi__middleLeft__inner ul li {
  font-size: 14px;
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .ec-footerNavi .ec-footerNavi__middleLeft__inner ul li {
    margin-bottom: 25px;
  }
}
.ec-footerNavi .ec-footerNavi__middleRight {
  flex: 1.5;
  position: relative;
  /*
  &:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% + 80px);
    top:50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: none;
    background-color: rgba(255, 255, 255, 0.15);
    @include media_desktop(){
      display: block;
    }
  }*/
}
@media only screen and (min-width: 768px) {
  .ec-footerNavi .ec-footerNavi__middleRight {
    padding: 0 56px;
  }
}
.ec-footerNavi .ec-footerNavi__middleRight ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: -15px auto;
}
.ec-footerNavi .ec-footerNavi__middleRight ul li {
  font-size: 14px;
  text-align: center;
  flex-basis: 40%;
  margin: 15px auto;
}
@media only screen and (min-width: 768px) {
  .ec-footerNavi .ec-footerNavi__middleRight ul li {
    text-align: left;
    flex-basis: 30%;
  }
}
.ec-footerNavi .ec-footerNavi__middleRight ul li:nth-child(2n) {
  flex-basis: 60%;
}
@media only screen and (min-width: 768px) {
  .ec-footerNavi .ec-footerNavi__middleRight ul li:nth-child(2n) {
    flex-basis: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .ec-footerNavi .ec-blockBtn--white {
    max-width: 380px;
  }
}
.ec-footerNavi .ec-footerNavi__link {
  display: block;
}
@media only screen and (min-width: 768px) {
  .ec-footerNavi .ec-footerNavi__link {
    display: inline-block;
  }
}
.ec-footerNavi .ec-footerNavi__link a {
  display: block;
  border-bottom: 1px solid #7d7d7d;
  padding: 15px 0;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .ec-footerNavi .ec-footerNavi__link a {
    display: inline-block;
    border-bottom: none;
    margin: 0 10px;
    padding: 0;
    text-decoration: underline;
  }
}
.ec-footerNavi .ec-footerNavi__link:hover a {
  opacity: 0.8;
  text-decoration: none;
}

/*
フッタータイトル

フッタープロジェクトで使用するタイトル用のコンポーネントです。

Markup:
include /assets/tmpl/elements/11.8.footer.pug
+ec-footerTitle

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

Styleguide 11.3.2
*/
.ec-footerTitle {
  padding: 50px 0 36px;
  text-align: center;
  color: white;
}
@media only screen and (min-width: 768px) {
  .ec-footerTitle {
    padding-top: 60px;
  }
}
.ec-footerTitle .ec-footerTitle__logo {
  width: 100%;
  max-width: 128px;
  display: block;
  margin: 0 auto 50px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .ec-footerTitle .ec-footerTitle__logo {
    width: 128px;
    margin-bottom: 40px;
  }
}
.ec-footerTitle .ec-footerTitle__logo a {
  color: inherit;
  text-decoration: none;
}
.ec-footerTitle .ec-footerTitle__logo a:hover {
  text-decoration: none;
}
.ec-footerTitle .ec-footerTitle__logo a {
  font-size: 22px;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .ec-footerTitle .ec-footerTitle__logo a {
    font-size: 24px;
  }
}
.ec-footerTitle .ec-footerTitle__logo:hover a {
  opacity: 0.8;
  text-decoration: none;
}
.ec-footerTitle .ec-footerTitle__copyright {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .ec-footerTitle .ec-footerTitle__copyright {
    font-size: 11px;
  }
}

/*Cookie Area 
*/
.ec-cookieArea {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #ECF2EF;
  color: white;
  line-height: 1.5;
}
.ec-cookieArea .ec-cookieArea__inner {
  position: relative;
  margin: 0 auto;
}
.ec-cookieArea .ec-cookieArea__inner p {
  padding: 10px 18% 10px 10px;
  margin: auto;
  font-size: 10px;
  color: #323E48;
}
@media only screen and (min-width: 768px) {
  .ec-cookieArea .ec-cookieArea__inner p {
    max-width: 960px;
    padding: 10px 40px;
    font-size: 11px;
  }
}
.ec-cookieArea .ec-cookieArea__inner span {
  position: absolute;
  display: flex;
  padding: 15px;
  right: 10px;
  top: 10px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  background-color: #FFF;
  border-radius: 50%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .ec-cookieArea .ec-cookieArea__inner span {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
トップページ

トップページ スライド部に関する Project コンポーネントを定義します。

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

Markup:
include /assets/tmpl/elements/12.1.slider.pug
+ec-sliderRole

Styleguide 12.1
*/
.ec-sliderRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 24px;
}
.ec-sliderRole:after {
  content: " ";
  display: table;
}
.ec-sliderRole:after {
  clear: both;
}
.ec-sliderRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-sliderRole img {
  max-width: 100%;
  height: auto;
}
.ec-sliderRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-sliderRole *,
.ec-sliderRole *::before,
.ec-sliderRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
@media only screen and (min-width: 768px) {
  .ec-sliderRole {
    margin-bottom: 48px;
  }
}
.ec-sliderRole ul {
  padding: 0;
  list-style: none;
}

.ec-sliderItemRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  padding: 0;
  margin-bottom: 30px;
}
.ec-sliderItemRole:after {
  content: " ";
  display: table;
}
.ec-sliderItemRole:after {
  clear: both;
}
.ec-sliderItemRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-sliderItemRole img {
  max-width: 100%;
  height: auto;
}
.ec-sliderItemRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-sliderItemRole *,
.ec-sliderItemRole *::before,
.ec-sliderItemRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.ec-sliderItemRole ul {
  padding: 0;
  list-style: none;
}
.ec-sliderItemRole .item_visual {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .ec-sliderItemRole .item_visual {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 10px;
  }
}
.ec-sliderItemRole .item_nav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.ec-sliderItemRole .slideThumb {
  width: 18.5%;
  text-align: center;
  border: 1px solid #ddd;
  opacity: 0.8;
  cursor: pointer;
  padding: 4px;
}
.ec-sliderItemRole .slideThumb:focus {
  outline: none;
}
.ec-sliderItemRole .slideThumb:hover {
  opacity: 1;
}

.main_visual .slick-dots li {
  width: 60px;
  height: 3px;
}
.main_visual .slick-dots li button {
  width: 60px;
  height: 3px;
}
.main_visual .slick-dots li button::before {
  width: 60px;
  height: 3px;
  border-radius: 0;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
アイキャッチ

トップページ アイキャッチ部に関する Project コンポーネントを定義します。

ex [トップページスライダー直下 アイキャッチ部](http://demo3.ec-cube.net/)

Markup:
include /assets/tmpl/elements/12.2.eyecatch.pug
+ec-eyecatchRole

Styleguide 12.2
*/
.ec-eyecatchRole {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  flex-direction: column;
  /* Deprecated https://github.com/EC-CUBE/ec-cube/pull/4220 */
}
@media only screen and (min-width: 768px) {
  .ec-eyecatchRole {
    margin-bottom: 80px;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 5%;
  }
}
.ec-eyecatchRole.block_banner {
  max-width: 620px;
  justify-content: center;
  margin: 0 auto 60px;
}
@media only screen and (min-width: 768px) {
  .ec-eyecatchRole.block_banner {
    margin-bottom: 100px;
  }
}
.ec-eyecatchRole.block_banner p {
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
  margin-top: 5px;
}
.ec-eyecatchRole.block_banner a:hover {
  opacity: 0.8;
}
.ec-eyecatchRole .ec-eyecatchRole__image {
  text-align: center;
  display: block;
  margin-bottom: 40px;
  width: 100%;
  height: 100%;
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .ec-eyecatchRole .ec-eyecatchRole__image {
    margin-bottom: 0;
    order: 2;
  }
}
.ec-eyecatchRole .ec-eyecatchRole__intro {
  color: #323E48;
  flex: 1.17;
}
@media only screen and (min-width: 768px) {
  .ec-eyecatchRole .ec-eyecatchRole__intro {
    order: 1;
  }
}
.ec-eyecatchRole .ec-eyecatchRole__introBtn {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .ec-eyecatchRole .ec-eyecatchRole__introBtn {
    flex-direction: row;
  }
}
.ec-eyecatchRole .ec-eyecatchRole__introBtn a {
  margin: 5px 0;
}
@media only screen and (min-width: 768px) {
  .ec-eyecatchRole .ec-eyecatchRole__introBtn a {
    width: 45%;
    margin: 0;
  }
}
.ec-eyecatchRole .ec-eyecatchRole__introImage {
  margin: 0 auto 20px;
}
.ec-eyecatchRole .ec-eyecatchRole__introEnTitle {
  margin-bottom: 0.8em;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #848b91;
}
@media only screen and (min-width: 768px) {
  .ec-eyecatchRole .ec-eyecatchRole__introEnTitle {
    text-align: left;
  }
}
.ec-eyecatchRole .ec-eyecatchRole__introTitle {
  margin-bottom: 0.8em;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ec-eyecatchRole .ec-eyecatchRole__introTitle {
    margin-bottom: 1em;
    font-size: 26px;
    text-align: left;
  }
}
.ec-eyecatchRole .ec-eyecatchRole__introDescriptiron {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .ec-eyecatchRole .ec-eyecatchRole__introDescriptiron {
    margin-bottom: 30px;
  }
}
.ec-eyecatchRole .ec-eyecatchRole__introDescription {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .ec-eyecatchRole .ec-eyecatchRole__introDescription {
    margin-bottom: 30px;
  }
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
ボタン

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

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

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

Styleguide 12.3
*/
/*
通常ボタン

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

Markup:
.ec-inlineBtn--top more

Styleguide 12.3.1
*/
.ec-inlineBtn--top {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: white;
  background-color: #323E48;
  border-color: #323E48;
}
.ec-inlineBtn--top:focus, .ec-inlineBtn--top.focus, .ec-inlineBtn--top:active:focus, .ec-inlineBtn--top:active.focus, .ec-inlineBtn--top.active:focus, .ec-inlineBtn--top.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-inlineBtn--top:hover, .ec-inlineBtn--top:focus, .ec-inlineBtn--top.focus {
  color: #fff;
  text-decoration: none;
}
.ec-inlineBtn--top:active, .ec-inlineBtn--top.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-inlineBtn--top.disabled, .ec-inlineBtn--top[disabled], fieldset[disabled] .ec-inlineBtn--top {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ec-inlineBtn--top:focus, .ec-inlineBtn--top.focus {
  color: white;
  background-color: #1d242a;
  border-color: black;
}
.ec-inlineBtn--top:hover {
  color: white;
  background-color: #1d242a;
  border-color: #191f24;
}
.ec-inlineBtn--top:active, .ec-inlineBtn--top.active, .open > .ec-inlineBtn--top.dropdown-toggle {
  color: white;
  background-color: #1d242a;
  background-image: none;
  border-color: #191f24;
}
.ec-inlineBtn--top:active:hover, .ec-inlineBtn--top:active:focus, .ec-inlineBtn--top:active.focus, .ec-inlineBtn--top.active:hover, .ec-inlineBtn--top.active:focus, .ec-inlineBtn--top.active.focus, .open > .ec-inlineBtn--top.dropdown-toggle:hover, .open > .ec-inlineBtn--top.dropdown-toggle:focus, .open > .ec-inlineBtn--top.dropdown-toggle.focus {
  color: white;
  background-color: #0e1215;
  border-color: black;
}
.ec-inlineBtn--top.disabled:hover, .ec-inlineBtn--top.disabled:focus, .ec-inlineBtn--top.disabled.focus, .ec-inlineBtn--top[disabled]:hover, .ec-inlineBtn--top[disabled]:focus, .ec-inlineBtn--top[disabled].focus, fieldset[disabled] .ec-inlineBtn--top:hover, fieldset[disabled] .ec-inlineBtn--top:focus, fieldset[disabled] .ec-inlineBtn--top.focus {
  background-color: #323E48;
  border-color: #323E48;
}
.ec-inlineBtn--top .badge {
  color: #323E48;
  background-color: white;
}
.ec-inlineBtn--top .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}

/*
ロングボタン（全幅）

ロングタイプのボタンです。

Markup:
.ec-blockBtn--top 商品一覧へ

Styleguide 2.1.2
*/
.ec-blockBtn--top {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px 16px;
  text-decoration: none;
  color: white;
  background-color: #323E48;
  border-color: #323E48;
  display: block;
  height: 56px;
  line-height: 56px;
  padding-top: 0;
  padding-bottom: 0;
}
.ec-blockBtn--top:focus, .ec-blockBtn--top.focus, .ec-blockBtn--top:active:focus, .ec-blockBtn--top:active.focus, .ec-blockBtn--top.active:focus, .ec-blockBtn--top.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ec-blockBtn--top:hover, .ec-blockBtn--top:focus, .ec-blockBtn--top.focus {
  color: #fff;
  text-decoration: none;
}
.ec-blockBtn--top:active, .ec-blockBtn--top.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ec-blockBtn--top.disabled, .ec-blockBtn--top[disabled], fieldset[disabled] .ec-blockBtn--top {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ec-blockBtn--top:focus, .ec-blockBtn--top.focus {
  color: white;
  background-color: #1d242a;
  border-color: black;
}
.ec-blockBtn--top:hover {
  color: white;
  background-color: #1d242a;
  border-color: #191f24;
}
.ec-blockBtn--top:active, .ec-blockBtn--top.active, .open > .ec-blockBtn--top.dropdown-toggle {
  color: white;
  background-color: #1d242a;
  background-image: none;
  border-color: #191f24;
}
.ec-blockBtn--top:active:hover, .ec-blockBtn--top:active:focus, .ec-blockBtn--top:active.focus, .ec-blockBtn--top.active:hover, .ec-blockBtn--top.active:focus, .ec-blockBtn--top.active.focus, .open > .ec-blockBtn--top.dropdown-toggle:hover, .open > .ec-blockBtn--top.dropdown-toggle:focus, .open > .ec-blockBtn--top.dropdown-toggle.focus {
  color: white;
  background-color: #0e1215;
  border-color: black;
}
.ec-blockBtn--top.disabled:hover, .ec-blockBtn--top.disabled:focus, .ec-blockBtn--top.disabled.focus, .ec-blockBtn--top[disabled]:hover, .ec-blockBtn--top[disabled]:focus, .ec-blockBtn--top[disabled].focus, fieldset[disabled] .ec-blockBtn--top:hover, fieldset[disabled] .ec-blockBtn--top:focus, fieldset[disabled] .ec-blockBtn--top.focus {
  background-color: #323E48;
  border-color: #323E48;
}
.ec-blockBtn--top .badge {
  color: #323E48;
  background-color: white;
}
.ec-blockBtn--top .ec-icon img {
  width: 1em;
  vertical-align: text-bottom;
}
@media only screen and (min-width: 768px) {
  .ec-blockBtn--top {
    max-width: 260px;
  }
}

/*
見出し

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

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

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

Styleguide 12.4
*/
/*
横並び見出し

横並びの見出しです。

Markup:
.ec-secHeading
  span.ec-secHeading__en TOPIC
  span.ec-secHeading__line |
  span.ec-secHeading__ja 特集

Styleguide 12.4.1
*/
.ec-secHeading {
  margin-bottom: 15px;
  color: #323E48;
}
.ec-secHeading .ec-secHeading__en {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.ec-secHeading .ec-secHeading__line {
  display: inline-block;
  margin: 0 20px;
  width: 1px;
  height: 14px;
  background: #323E48;
}
.ec-secHeading .ec-secHeading__ja {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.15em;
  vertical-align: 2px;
}

/*
縦並び見出し

縦並びの見出しです。

Markup:
.ec-secHeading--tandem
  span.ec-secHeading__en TOPIC
  span.ec-secHeading__line |
  span.ec-secHeading__ja 特集

Styleguide 12.4.2
*/
.ec-secHeading--tandem {
  margin-bottom: 15px;
  color: #323E48;
  text-align: center;
}
.ec-secHeading--tandem .ec-secHeading__en {
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.ec-secHeading--tandem .ec-secHeading__line {
  display: block;
  margin: 13px auto;
  width: 20px;
  height: 1px;
  background: #323E48;
}
.ec-secHeading--tandem .ec-secHeading__ja {
  display: block;
  margin-bottom: 30px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.15em;
  vertical-align: 2px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
トピック（アイテム2列）

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

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

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

Styleguide 12.5.1
*/
.ec-topicRole {
  padding: 40px 0;
  background: #F8F8F8;
}
@media only screen and (min-width: 768px) {
  .ec-topicRole {
    padding: 60px 0;
  }
}
.ec-topicRole .ec-topicRole__list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .ec-topicRole .ec-topicRole__list {
    flex-wrap: nowrap;
  }
}
.ec-topicRole .ec-topicRole__listItem {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .ec-topicRole .ec-topicRole__listItem {
    width: 50%;
  }
  .ec-topicRole .ec-topicRole__listItem:not(:last-of-type) {
    margin-right: 30px;
  }
}
.ec-topicRole .ec-topicRole__listItemTitle {
  margin-top: 0.5em;
  font-size: 14px;
  color: #323E48;
}
@media only screen and (min-width: 768px) {
  .ec-topicRole .ec-topicRole__listItemTitle {
    margin-top: 1em;
  }
}

.ec-topSection {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .ec-topSection {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .ec-topSection__reverse {
    flex-direction: row-reverse;
  }
}
.ec-topSection__title {
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ec-topSection__title {
    text-align: left;
    margin-bottom: 2.6rem;
  }
}
.ec-topSection__titleEn {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: normal;
  color: #848b91;
}
@media only screen and (min-width: 768px) {
  .ec-topSection__titleEn {
    margin-bottom: 1.3rem;
  }
}
.ec-topSection__titleJp {
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .ec-topSection__titleJp {
    font-size: 26px;
  }
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
カテゴリ（アイテム4列 スマホの時は2列）

トップページで使用されているアイテムリストのスタイルです。

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

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

Styleguide 12.6.1
*/
.ec-newItemRole {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .ec-newItemRole {
    padding: 60px 0;
  }
}
.ec-newItemRole .ec-newItemRole__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 4%;
}
@media only screen and (min-width: 768px) {
  .ec-newItemRole .ec-newItemRole__list {
    gap: 30px 5%;
  }
}
.ec-newItemRole .ec-newItemRole__listItem {
  width: 48%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .ec-newItemRole .ec-newItemRole__listItem {
    width: 20%;
  }
}
.ec-newItemRole .ec-newItemRole__listItem:not(:last-child) a {
  color: #323E48;
}
.ec-newItemRole .ec-newItemRole__listItem a {
  text-decoration: none;
}
.ec-newItemRole .ec-newItemRole__listItem a:hover {
  opacity: 0.8;
}
.ec-newItemRole .ec-newItemRole__listItemBtn {
  text-align: center;
  margin-top: 50%;
}
.ec-newItemRole .ec-newItemRole__listItemHeading {
  margin-top: calc(45% - 20px);
}
.ec-newItemRole .ec-newItemRole__listItemSet {
  margin: 8px 0;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-newItemRole .ec-newItemRole__listItemSet {
    margin: 20px 0 5px;
  }
}
.ec-newItemRole .ec-newItemRole__listItemTitle {
  margin: 8px 0;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .ec-newItemRole .ec-newItemRole__listItemTitle {
    font-size: 16px;
    margin: 5px 0 10px;
  }
}
.ec-newItemRole .ec-newItemRole__listItemPrice {
  font-size: 14px;
}
.ec-newItemRole .ec-newItemRole__listItemPrice .yen {
  font-size: 10px;
}

.ec-footerProduct {
  padding: 30px 0 60px;
  margin: 50px auto -150px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .ec-footerProduct {
    margin-top: 100px;
  }
}
.ec-footerProduct::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #F7F7F7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.ec-footerProduct__title {
  font-weight: 600;
  margin-bottom: 30px;
}
.ec-footerProduct .ec-shelfGrid {
  margin-bottom: 0;
}
.ec-footerProduct .ec-productRole__listName {
  margin-bottom: 5px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
カテゴリ（アイテム3列）

トップページで使用されているカテゴリのスタイルです。

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

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

Styleguide 12.7.1
*/
.ec-categoryRole {
  padding: 40px 0;
  color: #323E48;
  background: #F8F8F8;
}
@media only screen and (min-width: 768px) {
  .ec-categoryRole {
    padding: 60px 0;
  }
}
.ec-categoryRole .ec-categoryRole__list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .ec-categoryRole .ec-categoryRole__list {
    flex-wrap: nowrap;
  }
}
.ec-categoryRole .ec-categoryRole__listItem {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .ec-categoryRole .ec-categoryRole__listItem {
    width: 33.3333333333%;
  }
  .ec-categoryRole .ec-categoryRole__listItem:not(:last-of-type) {
    margin-right: 30px;
  }
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
見出し

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

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

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

Styleguide 12.8.1
*/
.ec-newsRole {
  padding: 40px 0 0;
}
@media only screen and (min-width: 768px) {
  .ec-newsRole {
    padding: 60px 0 0;
  }
}
.ec-newsRole .ec-newsRole__news {
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .ec-newsRole .ec-newsRole__news {
    border: 16px solid #F8F8F8;
    padding: 20px 30px;
  }
}
.ec-newsRole .ec-newsRole__newsItem {
  width: 100%;
}
.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
  border-bottom: 1px solid #D1D6D9;
}
.ec-newsRole .ec-newsRole__newsItem:last-of-type {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ec-newsRole .ec-newsRole__newsItem:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .ec-newsRole .ec-newsRole__newsItem {
    padding: 20px 0;
  }
}
.ec-newsRole .ec-newsRole__newsHeading {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .ec-newsRole .ec-newsRole__newsHeading {
    display: flex;
  }
}
.ec-newsRole .ec-newsRole__newsDate {
  display: block;
  margin: 15px 0 5px;
  font-size: 12px;
  color: #323E48;
}
@media only screen and (min-width: 768px) {
  .ec-newsRole .ec-newsRole__newsDate {
    display: inline-block;
    margin: 0;
    min-width: 120px;
    font-size: 14px;
  }
}
.ec-newsRole .ec-newsRole__newsColumn {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .ec-newsRole .ec-newsRole__newsColumn {
    display: inline-flex;
    min-width: calc(100% - 120px);
  }
}
.ec-newsRole .ec-newsRole__newsTitle {
  display: inline-block;
  margin-bottom: 10px;
  width: 90%;
  font-size: 14px;
  font-weight: normal;
  color: #323E48;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .ec-newsRole .ec-newsRole__newsTitle {
    margin-bottom: 0;
    line-height: 1.8;
  }
}
.ec-newsRole .ec-newsRole__newsClose {
  display: inline-block;
  width: 10%;
  position: relative;
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: white;
  text-align: center;
  background: #323E48;
  cursor: pointer;
  position: absolute;
  right: 5px;
}
.ec-newsRole .ec-newsRole__newsCloseBtn img {
  transform: translateY(1px);
}
.ec-newsRole .ec-newsRole__newsDescription {
  display: none;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .ec-newsRole .ec-newsRole__newsDescription {
    margin: 20px 0 0;
    line-height: 1.8;
  }
}
.ec-newsRole .ec-newsRole__newsDescription a {
  color: #0092C4;
}
.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
    margin: 20px 0 0;
  }
}
.ec-newsRole__newsItem.is_active .ec-newsRole__newsCloseBtn img {
  display: inline-block;
  transform: rotateX(180deg) translateY(1px);
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
検索ラベル

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

ex [商品一覧 ヘッダー部](http://demo3.ec-cube.net/products/list)

Markup:
include /assets/tmpl/elements/13.1.searchnav.pug
+ec-searchnavRole__topicpath
+ec-searchnavRole__info

Styleguide 13.1

*/
.ec-searchnavRole {
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .ec-searchnavRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.6;
    color: #323E48;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
  }
  .ec-searchnavRole:after {
    content: " ";
    display: table;
  }
  .ec-searchnavRole:after {
    clear: both;
  }
  .ec-searchnavRole textarea { /* for chrome fontsize bug */
    font-family: sans-serif;
  }
  .ec-searchnavRole img {
    max-width: 100%;
    height: auto;
  }
  .ec-searchnavRole html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ec-searchnavRole *,
  .ec-searchnavRole *::before,
  .ec-searchnavRole *::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
  }
}
.ec-searchnavRole .ec-searchnavRole__infos {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  display: flex;
  border-top: 0;
  margin-bottom: 16px;
  padding-top: 5px;
  flex-direction: column;
}
.ec-searchnavRole .ec-searchnavRole__infos:after {
  content: " ";
  display: table;
}
.ec-searchnavRole .ec-searchnavRole__infos:after {
  clear: both;
}
.ec-searchnavRole .ec-searchnavRole__infos textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-searchnavRole .ec-searchnavRole__infos img {
  max-width: 100%;
  height: auto;
}
.ec-searchnavRole .ec-searchnavRole__infos html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-searchnavRole .ec-searchnavRole__infos *,
.ec-searchnavRole .ec-searchnavRole__infos *::before,
.ec-searchnavRole .ec-searchnavRole__infos *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
@media only screen and (min-width: 768px) {
  .ec-searchnavRole .ec-searchnavRole__infos {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #D1D6D9;
    padding-top: 16px;
    flex-direction: row;
  }
}
.ec-searchnavRole .ec-searchnavRole__counter {
  margin-bottom: 16px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ec-searchnavRole .ec-searchnavRole__counter {
    margin-bottom: 0;
    width: 50%;
  }
}
.ec-searchnavRole .ec-searchnavRole__actions {
  text-align: right;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ec-searchnavRole .ec-searchnavRole__actions {
    width: 50%;
  }
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
商品一覧

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

SP版２列、PC版４列の特殊グリッドを構成します。

Markup:
include /assets/tmpl/elements/13.2.shelf.pug
+b.ec-shelfRole
  +ec-shelfGrid

Styleguide 13.2

*/
.ec-shelfRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-shelfRole:after {
  content: " ";
  display: table;
}
.ec-shelfRole:after {
  clear: both;
}
.ec-shelfRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-shelfRole img {
  max-width: 100%;
  height: auto;
}
.ec-shelfRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-shelfRole *,
.ec-shelfRole *::before,
.ec-shelfRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.product_page .ec-shelfRole {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .product_page .ec-shelfRole {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*
商品一覧グリッド

商品一覧 で使用するグリッドコンポーネントです。

SP版２列、PC版４列の特殊グリッドを構成します。

Markup:
include /assets/tmpl/elements/13.2.shelf.pug
+b.ec-shelfRole
  +ec-shelfGrid

Styleguide 13.2.1

*/
.ec-shelfGrid {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 30px 26px;
  justify-content: space-between;
  padding: 0;
  list-style: none;
}
.ec-shelfGrid a {
  color: inherit;
  text-decoration: none;
}
.ec-shelfGrid a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .ec-shelfGrid {
    gap: 30px 0;
    justify-content: left;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.ec-shelfGrid .ec-shelfGrid__item {
  width: calc(50% - 13px);
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .ec-shelfGrid .ec-shelfGrid__item {
    font-size: 16px;
  }
}
.ec-shelfGrid .ec-shelfGrid__item a:hover {
  opacity: 0.8;
}
.ec-shelfGrid .ec-shelfGrid__item-image {
  margin-bottom: 16px;
  text-align: center;
}
.ec-shelfGrid .ec-shelfGrid__item img {
  width: auto;
  max-height: 100%;
}
@media only screen and (min-width: 768px) {
  .ec-shelfGrid .ec-shelfGrid__item {
    padding: 0 16px;
    width: 25%;
  }
}
.ec-shelfGrid .ec-shelfGrid__itemCenter {
  justify-content: center;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-productRole__btn {
  margin-top: auto;
  margin-bottom: 15px;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-blockBtn--dgray {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 768px) {
  .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
    padding: 0 16px;
  }
}
.ec-shelfGrid .ec-shelfGrid__title {
  margin-bottom: 7px;
}
.ec-shelfGrid .ec-shelfGrid__plice {
  font-weight: 500;
}
.ec-shelfGrid .ec-shelfGrid__category {
  font-weight: 500;
  color: #fff;
  margin-bottom: 16px;
}
.ec-shelfGrid .ec-shelfGrid__categoryWrap {
  font-size: 14px;
  display: flex;
}
.ec-shelfGrid .ec-shelfGrid__categoryWrap__label {
  color: #323E48;
  padding: 2px 6px 2px 10px;
  border-radius: 50px 0 0 50px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
}
.ec-shelfGrid .ec-shelfGrid__categoryWrap__num {
  font-size: 120%;
  line-height: 1.3;
  padding: 2px 12px 2px 8px;
  border-radius: 0 50px 50px 0;
  border-width: 0 1px 1px 0;
}
.ec-shelfGrid .ec-shelfGrid__categoryWrap.level1 .ec-shelfGrid__categoryWrap__label {
  border-color: #95D0C0;
}
.ec-shelfGrid .ec-shelfGrid__categoryWrap.level1 .ec-shelfGrid__categoryWrap__num {
  background-color: #95D0C0;
}
.ec-shelfGrid .ec-shelfGrid__categoryWrap.level2 .ec-shelfGrid__categoryWrap__label {
  border-color: #64C0A9;
}
.ec-shelfGrid .ec-shelfGrid__categoryWrap.level2 .ec-shelfGrid__categoryWrap__num {
  background-color: #64C0A9;
}
.ec-shelfGrid .ec-shelfGrid__categoryWrap.level3 .ec-shelfGrid__categoryWrap__label {
  border-color: #00B095;
}
.ec-shelfGrid .ec-shelfGrid__categoryWrap.level3 .ec-shelfGrid__categoryWrap__num {
  background-color: #00B095;
}
.ec-shelfGrid .ec-shelfGrid__categoryWrap.level4 .ec-shelfGrid__categoryWrap__label {
  border-color: #64ACD6;
}
.ec-shelfGrid .ec-shelfGrid__categoryWrap.level4 .ec-shelfGrid__categoryWrap__num {
  background-color: #64ACD6;
}

/*
13.2.2 商品一覧グリッド（中央寄せ）

商品一覧 で使用するグリッドコンポーネントです。

SP版２列、PC版４列の特殊グリッドを構成します。
商品のあまりはセンタリングされ、中央に表示されます。

Markup:
include /assets/tmpl/elements/13.2.shelf.pug
+b.ec-shelfRole
  +ec-shelfGridCenter

Styleguide 13.2.2

*/
.ec-shelfGridCenter {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  justify-content: center;
}
.ec-shelfGridCenter a {
  color: inherit;
  text-decoration: none;
}
.ec-shelfGridCenter a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .ec-shelfGridCenter {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.ec-shelfGridCenter .ec-shelfGridCenter__item {
  margin-bottom: 36px;
  width: 50%;
}
.ec-shelfGridCenter .ec-shelfGridCenter__item-image {
  height: 150px;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ec-shelfGridCenter .ec-shelfGridCenter__item-image {
    height: 250px;
  }
}
.ec-shelfGridCenter .ec-shelfGridCenter__item img {
  width: auto;
  max-height: 100%;
}
@media only screen and (min-width: 768px) {
  .ec-shelfGridCenter .ec-shelfGridCenter__item {
    padding: 0 16px;
    width: 25%;
  }
}
.ec-shelfGridCenter .ec-shelfGridCenter__item .ec-productRole__btn {
  margin-top: auto;
  padding-top: 1em;
}
.ec-shelfGridCenter .ec-shelfGridCenter__item:nth-child(odd) {
  padding-right: 8px;
}
@media only screen and (min-width: 768px) {
  .ec-shelfGridCenter .ec-shelfGridCenter__item:nth-child(odd) {
    padding: 0 16px;
  }
}
.ec-shelfGridCenter .ec-shelfGridCenter__item:nth-child(even) {
  padding-left: 8px;
}
@media only screen and (min-width: 768px) {
  .ec-shelfGridCenter .ec-shelfGridCenter__item:nth-child(even) {
    padding: 0 16px;
  }
}
.ec-shelfGridCenter .ec-shelfGridCenter__title {
  margin-bottom: 7px;
}
.ec-shelfGridCenter .ec-shelfGridCenter__plice {
  font-weight: 500;
}

/*
商品一覧フッター

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

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

Markup:
include /assets/tmpl/elements/13.3.pager.pug
+ec-pagerRole

Styleguide 13.3

*/
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
カート追加モーダル

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

ex [商品一覧、商品詳細](http://demo3.ec-cube.net/products/list)

+ec-modal

Styleguide 13.4

*/
.ec-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
}
.ec-modalLink {
  cursor: pointer;
}
.ec-modal.js-isActive {
  display: block;
}
.ec-modal.small {
  width: 30%;
}
.ec-modal.full {
  width: 100%;
  height: 100%;
}
.ec-modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: none;
}
.ec-modal-overlay::before {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
  display: flex;
}
.ec-modal-overlay::after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
  display: flex;
}
.ec-modal-wrap {
  position: relative;
  border-radius: 2px;
  background-color: #fff;
  width: 90%;
  max-height: 90vh;
  margin: auto;
  padding: 40px 20px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .ec-modal-wrap {
    padding: 40px 25px;
    width: 50%;
    margin: 20px auto;
  }
}
.ec-modal-close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 1;
  height: 20px;
  width: 20px;
}
.ec-modal-close:hover {
  color: #4b5361;
  transform: rotate(90deg);
  transition: all 0.1s;
}
.ec-modal-box {
  text-align: center;
}
.ec-modal .ec-role {
  margin-top: 20px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
商品詳細

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

ex [商品詳細ページ](http://demo3.ec-cube.net/products/detail/18)


Markup:
include /assets/tmpl/elements/14.1.product.pug
+ec-productSimpleRole

Styleguide 14.1
*/
.ec-productRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  padding-left: 0;
  padding-right: 0;
}
.ec-productRole:after {
  content: " ";
  display: table;
}
.ec-productRole:after {
  clear: both;
}
.ec-productRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-productRole img {
  max-width: 100%;
  height: auto;
}
.ec-productRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-productRole *,
.ec-productRole *::before,
.ec-productRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.ec-productRole .ec-productRole__img {
  margin-right: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__img {
    margin-right: 16px;
    margin-bottom: 0;
  }
}
.ec-productRole .ec-productRole__profile {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__profile {
    margin-left: 16px;
  }
}
.ec-productRole .ec-productRole__title {
  border-bottom: 1px dotted #D1D6D9;
  padding-bottom: 14px;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 24px;
    font-weight: 500;
  }
}
.ec-productRole .ec-productRole__tags {
  margin-top: 16px;
  padding: 0;
  padding-bottom: 16px;
  border-bottom: 1px dotted #D1D6D9;
}
.ec-productRole .ec-productRole__tag {
  display: inline-block;
  padding: 2px 5px;
  list-style: none;
  font-size: 80%;
  color: #525263;
  border: solid 1px #D7DADD;
  border-radius: 3px;
  background-color: #F5F7F8;
}
.ec-productRole .ec-productRole__price {
  color: #A32035;
  font-size: 28px;
  padding: 14px 0;
  border-bottom: 1px dotted #D1D6D9;
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__price {
    padding: 14px 0;
  }
}
.ec-productRole .ec-productRole__priceRegular {
  color: #323E48;
  line-height: 1;
}
.ec-productRole .ec-productRole__priceRegularPrice {
  font-size: 16px;
}
.ec-productRole .ec-productRole__priceRegularTax {
  margin-left: 5px;
  font-size: 12px;
}
.ec-productRole .ec-productRole__shipping {
  padding: 14px 0;
  border-bottom: 1px dotted #D1D6D9;
}
.ec-productRole .ec-productRole__shippingNote {
  font-size: 14px;
  margin-top: 5px;
}
.ec-productRole .ec-productRole__code {
  padding: 14px 0;
  border-bottom: 1px dotted #D1D6D9;
}
.ec-productRole .ec-productRole__category {
  padding: 14px 0;
  border-bottom: 1px dotted #D1D6D9;
}
.ec-productRole .ec-productRole__category a {
  color: #fff;
  text-decoration: none;
}
.ec-productRole .ec-productRole__category ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 2px 5px 2px 0;
}
.ec-productRole .ec-productRole__category ul li {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 0;
  margin-right: 10px;
  border-radius: 50px;
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__category ul li {
    font-size: 18px;
  }
}
.ec-productRole .ec-productRole__actions {
  padding: 14px 0;
}
.ec-productRole .ec-productRole__actions .ec-select select {
  height: 40px;
  max-width: 100%;
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__actions .ec-select select {
    min-width: 350px;
    max-width: 350px;
  }
}
.ec-productRole .ec-productRole__btn {
  width: 100%;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__btn {
    max-width: 380px;
  }
}
.ec-productRole .ec-productRole__notice {
  font-size: 14px;
  padding: 14px;
  margin: 30px auto;
  background-color: #F7F7F7;
}
.ec-productRole .ec-productRole__description {
  margin-bottom: 32px;
}
.ec-productRole .ec-productRole__description h2 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #D1D6D9;
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__description h2 {
    font-size: 30px;
    margin-bottom: 36px;
  }
}
.ec-productRole .ec-productRole__descriptionInner {
  border-top: 1px dotted #D1D6D9;
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__descriptionInner {
    margin: 0 10%;
  }
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__descriptionInner__name {
    font-size: 18px;
  }
}
.ec-productRole .ec-productRole__descriptionInner__icon {
  width: 14px;
  margin-right: 2px;
  vertical-align: -2px;
}
.ec-productRole .ec-productRole__description dl {
  padding: 14px 0;
  margin-bottom: 0;
  border-bottom: 1px dotted #D1D6D9;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__description dl {
    flex-direction: row;
    padding: 18px 0;
  }
}
.ec-productRole .ec-productRole__description dl dt {
  flex-basis: 25%;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__description dl dt {
    font-size: 18px;
    margin-bottom: 0;
    padding-right: 10px;
  }
}
.ec-productRole .ec-productRole__description dl dd {
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__description dl dd {
    font-size: 16px;
  }
}
.ec-productRole .ec-productRole__description dl dd ul {
  list-style: none;
}
.ec-productRole .ec-productRole__descriptionSpec__link {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #D1D6D9;
}
.ec-productRole .ec-productRole__descriptionSpec__link div {
  font-size: 12px;
  flex: 1;
  text-align: center;
  padding: 8px;
  border-right: 1px solid #D1D6D9;
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__descriptionSpec__link div:last-child {
    border-right: none;
  }
}
.ec-productRole .ec-productRole__descriptionSpec__link div:nth-child(3) {
  border-right: none;
}
@media only screen and (min-width: 768px) {
  .ec-productRole .ec-productRole__descriptionSpec__link div {
    font-size: 14px;
  }
}
.ec-productRole .ec-productRole__descriptionSpec__link.Duo .beyond {
  flex: 1.2;
}
.ec-productRole .ec-productRole__descriptionSpec__link.Trio .beyond {
  width: 100%;
  flex: inherit;
  border-top: 1px solid #D1D6D9;
  border-right: none;
}
.ec-productRole__youtube {
  aspect-ratio: 16/9;
  width: 100%;
  margin-bottom: 14px;
}
.ec-productRole__youtube iframe {
  width: 100%;
  height: 100%;
}
.ec-productRole__listBnr {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ec-productRole__listBnr {
    margin-bottom: 30px;
  }
}
.ec-productRole__listName {
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .ec-productRole__listName {
    margin-bottom: 5px;
  }
}
.ec-productRole__note {
  font-size: 16px;
  margin-bottom: 16px;
}
.ec-productRole__announce {
  font-size: 14px;
  color: #A32035;
  background-color: #fcfcfc;
  border: 1px dotted #D1D6D9;
  padding: 10px;
  margin: 10px auto;
}
.ec-productRole__announce a {
  position: relative;
  padding-left: 10px;
}
.ec-productRole__announce a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(../img/common/arrow_right.svg) center/contain no-repeat;
  width: 9px;
  height: 9px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

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

/*
定期案内ページ
*/
.ec-perfectduoRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.ec-perfectduoRole:after {
  content: " ";
  display: table;
}
.ec-perfectduoRole:after {
  clear: both;
}
.ec-perfectduoRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-perfectduoRole img {
  max-width: 100%;
  height: auto;
}
.ec-perfectduoRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-perfectduoRole *,
.ec-perfectduoRole *::before,
.ec-perfectduoRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoRole {
    margin-top: 20px;
  }
}
.ec-perfectduoRole h1 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoRole h1 {
    font-size: 36px;
    line-height: 1.6;
    margin-top: 20px;
  }
}
.ec-perfectduoRole .ec-accordion dt {
  padding-right: 40px;
}
.ec-perfectduoRole .ec-accordion p {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoRole .ec-accordionLight__body {
    padding: 0 15% 20px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .ec-perfectduoRole .ec-imageMobile {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.ec-perfectduoTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-left: 5px solid #323e48;
  padding-left: 10px;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoTitle {
    font-size: 18px;
  }
}
.ec-perfectduoTitle span {
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoTitle span {
    font-size: 14px;
  }
}
.ec-perfectduoBody {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoBody .ec-accordion {
    margin-left: 20px;
  }
}
.ec-perfectduoSet {
  font-size: 14px;
  padding: 10px;
  margin: 10px auto 40px;
  border: 1px solid #E0E0E0;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoSet {
    display: inline-block;
    padding: 14px 20px;
  }
}
.ec-perfectduoFunction dt {
  display: flex;
  gap: 10px;
  padding-left: 0;
}
.ec-perfectduoFunction__title {
  font-weight: normal;
}
.ec-perfectduoFunction__title span {
  font-size: 20px;
  font-weight: 700;
}
.ec-perfectduoFunction__icon img {
  width: 16vw;
  height: 16vw;
  max-width: 60px;
  max-height: 60px;
}
.ec-perfectduoFunction dd {
  font-size: 16px;
  line-height: 1.6;
}
.ec-perfectduoEffective {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoEffective {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}
.ec-perfectduoEffective__image {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoEffective__image {
    width: 40%;
    display: flex;
    align-items: center;
  }
}
.ec-perfectduoEffective__note {
  width: 100%;
  text-align: center;
}
.ec-perfectduoEffective__note p {
  font-size: 14px;
  text-align: left;
  padding: 10px;
  background-color: #F7F7F7;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoEffective__note p {
    display: inline-block;
    padding: 20px;
  }
}
.ec-perfectduoSerum {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoSerum {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoSerum div {
    width: calc(45% - 40px);
  }
}
.ec-perfectduoCart {
  position: relative;
  z-index: 2;
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCart {
    max-width: 750px;
    margin: auto;
  }
}
.ec-perfectduoCartTitle {
  text-align: center;
  margin-bottom: -20px;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartTitle {
    margin-bottom: -22px;
  }
}
.ec-perfectduoCartTitle span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 12px 16px;
  letter-spacing: 1.6px;
  background-color: #b1a787;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartTitle span {
    font-size: 20px;
  }
}
.ec-perfectduoCartItem {
  width: 100%;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .ec-perfectduoCartItem {
    width: 100vw;
    transform: translateX(-5.4%);
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartItem {
    padding-bottom: 0;
  }
}
.ec-perfectduoCartItem__text {
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartItem__text {
    font-size: 18px;
  }
}
.ec-perfectduoCartItem__text p {
  font-size: 70%;
  letter-spacing: -0.01em;
}
.ec-perfectduoCartItem__text .c_green {
  font-size: 115%;
  font-weight: 700;
  color: #07927d;
}
.ec-perfectduoCartItem__text .inner {
  position: relative;
}
.ec-perfectduoCartItem__text .inner .text {
  position: absolute;
}
.ec-perfectduoCartItem__text.beyond {
  width: 63.33vw;
  max-width: 457px;
  position: absolute;
  top: 38%;
  left: 38%;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartItem__text.beyond {
    width: 48vw;
  }
}
.ec-perfectduoCartItem__text.beyond .inner .text {
  top: 10%;
  left: 50%;
  filter: drop-shadow(0px 0px 12px rgb(255, 255, 255)) drop-shadow(0px 0px 16px rgb(255, 255, 255));
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartItem__text.beyond .inner .text {
    top: 12%;
    left: 48%;
  }
}
.ec-perfectduoCartItem__text.beyond .inner .text p {
  text-align: right;
}
.ec-perfectduoCartItem__text.serum {
  width: 24.93vw;
  max-width: 187px;
  position: absolute;
  top: 34%;
  left: 9%;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartItem__text.serum {
    width: 22vw;
    left: 10%;
  }
}
.ec-perfectduoCartItem__text.serum .inner .text {
  width: 50vw;
  max-width: 200px;
  top: 100%;
  left: -20%;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartItem__text.serum .inner .text {
    max-width: 250px;
    left: 0;
  }
}
.ec-perfectduoCartItem__text.serum .inner .text p {
  text-align: left;
}
.ec-perfectduoCartItem__kome {
  font-size: 12px;
  position: absolute;
  bottom: 12%;
  right: 2.5%;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartItem__kome {
    bottom: 13%;
    right: 5.4%;
  }
}
.ec-perfectduoCartCircle {
  width: 23.5vw;
  height: 23.5vw;
  max-width: 130px;
  max-height: 130px;
  background: #00b095;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -10%;
  left: 20%;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartCircle {
    bottom: -5%;
  }
}
.ec-perfectduoCartCircle p {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartCircle p {
    font-size: 16px;
  }
}
.ec-perfectduoCartCircle p span {
  font-size: 127%;
}
@media only screen and (max-width: 767px) {
  .ec-perfectduoCartImage {
    max-width: initial;
    width: 100vw;
  }
}
.ec-perfectduoCartBody {
  padding: 0 5.4%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartBody {
    max-width: 620px;
    margin: auto;
  }
}
.ec-perfectduoCartBody__name {
  text-align: center;
  line-height: 1;
  border-top: 1px solid #b1a787;
  border-bottom: 1px solid #b1a787;
  padding-bottom: 12px;
  margin-bottom: 0;
}
.ec-perfectduoCartBody__name dt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  background-color: #e0ddcb;
  padding: 5px 12px;
  position: relative;
  top: -12px;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartBody__name dt {
    font-size: 18px;
    padding: 10px 12px;
    top: -19px;
  }
}
.ec-perfectduoCartBody__name dd {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  top: -2px;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartBody__name dd {
    font-size: 26px;
    top: -4px;
  }
}
.ec-perfectduoCartBody__price {
  padding: 20px 0;
}
.ec-perfectduoCartBody__price .before {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartBody__price .before {
    font-size: 18px;
  }
}
.ec-perfectduoCartBody__price .before span {
  font-size: 87.5%;
  font-weight: 700;
}
.ec-perfectduoCartBody__price .now {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartBody__price .now {
    font-size: 18px;
  }
}
.ec-perfectduoCartBody__price .now span {
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartBody__price .now span {
    font-size: 36px;
  }
}
.ec-perfectduoCartBody__price .after {
  font-size: 12px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartBody__price .after {
    font-size: 14px;
  }
}
.ec-perfectduoCartBody__btn a {
  width: 100%;
  display: block;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.6px;
  line-height: 1.6;
  padding: 12.8px 0 9.6px;
  margin-bottom: 19px;
  background-color: #00b095;
  border-radius: 5px;
  box-shadow: 0px 5px 0px 0px #018c77;
  transition: all ease 0.1s;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartBody__btn a {
    font-size: 18ox;
  }
}
.ec-perfectduoCartBody__btn a:hover {
  transform: translateY(5px);
  box-shadow: 0px 0px 0px 0px #018c77;
}
.ec-perfectduoCartBody__btn a span {
  font-size: 131.25%;
  font-weight: 700;
}
.ec-perfectduoCartBody__notice {
  font-size: 12px;
  padding-left: 14px;
  list-style: none;
}
.ec-perfectduoCartBody__notice li::before {
  content: "※";
  margin-left: -12.8px;
}
.ec-perfectduoCartLine {
  padding: 32px 0 0;
  margin: 32px 5.4% 0;
  border-top: 1px solid #b1a787;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartLine {
    max-width: 620px;
    padding: 50px 0 0;
    margin: 50px 5.4% 0;
  }
}
.ec-perfectduoCartLine p {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartLine p {
    font-size: 18px;
  }
}
.ec-perfectduoCartLine p span {
  position: relative;
}
.ec-perfectduoCartLine p span::before {
  content: "";
  width: 1px;
  height: 130%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%) rotate(-20deg);
}
.ec-perfectduoCartLine p span::after {
  content: "";
  width: 1px;
  height: 130%;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%) rotate(20deg);
}
.ec-perfectduoCartLine__btn a {
  width: 82.2%;
  display: block;
  font-weight: 700;
  color: #00b095;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.6px;
  line-height: 1;
  margin: auto;
  padding: 16px 0;
  border: 1px solid #00b095;
  border-radius: 0.313rem;
  background-color: #fff;
  box-shadow: 0px 5px 0px 0px #00b095;
  transition: all ease 0.1s;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoCartLine__btn a {
    font-size: 20px;
    padding: 20px 0;
  }
}
.ec-perfectduoCartLine__btn a:hover {
  transform: translateY(5px);
  box-shadow: 0px 0px 0px 0px #00b095;
}
.ec-perfectduoAround {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoAround {
    display: block;
  }
}
.ec-perfectduoAround.flex_column {
  flex-direction: column;
}
.ec-perfectduoAround .order_1 {
  order: 1;
}
.ec-perfectduoAround .order_2 {
  order: 2;
}
.ec-perfectduoAround .order_3 {
  order: 3;
}
.ec-perfectduoImage__kv {
  width: 100%;
  margin: 0 auto 20px;
  display: block;
}
.ec-perfectduoImage__beyond {
  width: 240px;
  margin: 30px auto 0;
  display: block;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoImage__beyond {
    width: 25%;
    margin: 0 20px 0 90px;
    float: right;
  }
}
.ec-perfectduoImage__qpolation {
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoImage__qpolation {
    width: 80%;
    display: block;
  }
}
.ec-perfectduoImage__cs {
  width: 90%;
  margin: 30px auto 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoImage__cs {
    width: calc(50% - 40px);
    margin: 0 0 0 40px;
    float: right;
  }
}
.ec-perfectduoImage__cs p {
  font-size: 12px;
  text-align: right;
  padding: 5px 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .ec-perfectduoImage__cs p {
    max-width: 420px;
    margin: 0 auto;
  }
}
.ec-perfectduoImage__voice {
  width: 90%;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .ec-perfectduoImage__voice {
    width: calc(50% - 40px);
    margin: 0 0 0 40px;
    float: right;
  }
}
.ec-perfectduoImage__voice div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.ec-perfectduoImage__voice div p {
  font-size: 14px;
  text-align: center;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

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

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

ex [カートページ](http://demo3.ec-cube.net/shopping)

(カート内に商品がある状態でアクセス)

Markup:
include /assets/tmpl/elements/15.1.cart.pug
+ec-cartRole

Styleguide 15.1

*/
.ec-cartRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ec-cartRole:after {
  content: " ";
  display: table;
}
.ec-cartRole:after {
  clear: both;
}
.ec-cartRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-cartRole img {
  max-width: 100%;
  height: auto;
}
.ec-cartRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-cartRole *,
.ec-cartRole *::before,
.ec-cartRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.ec-cartRole::before {
  display: none;
}
.ec-cartRole .ec-cartRole__inner {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-cartRole .ec-cartRole__inner {
    margin-bottom: 30px;
  }
}
.ec-cartRole .ec-cartRole__progress {
  width: 100%;
  font-size: 15px;
  text-align: center;
}
.ec-cartRole .ec-cartRole__error {
  width: 100%;
  text-align: center;
}
.ec-cartRole .ec-cartRole__error .ec-alert-warning {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ec-cartRole .ec-cartRole__error .ec-alert-warning {
    max-width: 900px;
  }
}
.ec-cartRole .ec-cartRole__error .ec-alert-warning__text {
  font-size: 14px;
}
.ec-cartRole .ec-cartRole__error .ec-alert-announce {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ec-cartRole .ec-cartRole__error .ec-alert-announce {
    max-width: 900px;
  }
}
.ec-cartRole .ec-cartRole__error .ec-alert-announceText {
  font-size: 14px;
}
.ec-cartRole__attention {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.ec-cartRole__attention:after {
  content: " ";
  display: table;
}
.ec-cartRole__attention:after {
  clear: both;
}
.ec-cartRole__attention textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-cartRole__attention img {
  max-width: 100%;
  height: auto;
}
.ec-cartRole__attention html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-cartRole__attention *,
.ec-cartRole__attention *::before,
.ec-cartRole__attention *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
@media only screen and (min-width: 768px) {
  .ec-cartRole__attention {
    display: flex;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}
.ec-cartRole__attentionInner {
  padding: 4px 14px;
  border: 1px dotted #a32035;
}
.ec-cartRole__attentionInner p {
  font-size: 14px;
  color: #a32035;
  margin: 10px 0;
}
.ec-cartRole .ec-cartRole__totalText {
  margin-bottom: 0;
  padding: 16px 0 6px;
  width: 100%;
  text-align: center;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .ec-cartRole .ec-cartRole__totalText {
    margin-bottom: 30px;
    padding: 0;
  }
}
.ec-cartRole .ec-cartRole__cart {
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ec-cartRole .ec-cartRole__cart {
    max-width: 900px;
    margin: 0 auto;
  }
}
.ec-cartRole .ec-cartRole__cart h2 {
  background-color: #ECF2EF;
  padding: 14px 12px;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .ec-cartRole .ec-cartRole__cart h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.ec-cartRole .ec-cartRole__cartTotal {
  margin-bottom: 0;
  padding: 6px 0 16px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .ec-cartRole .ec-cartRole__cartTotal {
    font-size: 16px;
    padding: 16px 0;
  }
}
.ec-cartRole .ec-cartRole__actions {
  text-align: right;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ec-cartRole .ec-cartRole__actions {
    width: 40%;
    max-width: 300px;
    margin-right: 10%;
  }
}
.ec-cartRole .ec-cartRole__total {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ec-cartRole .ec-cartRole__totalAmount {
  font-size: 20px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .ec-cartRole .ec-cartRole__totalAmount {
    font-size: 24px;
  }
}
.ec-cartRole__discount {
  font-size: 16px;
  color: #A32035;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ec-cartRole__discountAmount {
  font-size: 16px;
}
.ec-cartRole .ec-blockBtn--action {
  margin-bottom: 10px;
}

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

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

ex [カートページ　テーブル部分(カート内に商品がある状態でアクセス)](http://demo3.ec-cube.net/cart)

Markup:
include /assets/tmpl/elements/15.1.cart.pug
+ec-cartTable

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

Styleguide 15.1.2
*/
.ec-cartTable {
  display: table;
  border-top: 1px dotted #D1D6D9;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ec-cartTable {
    border-top: none;
  }
}

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

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

ex [カートページ　カートテーブルヘッダ部分(カート内に商品がある状態でアクセス)](http://demo3.ec-cube.net/cart)


Markup:
include /assets/tmpl/elements/15.1.cart.pug
.ec-cartTable
  +ec-cartHeader

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


Styleguide 15.1.3
*/
.ec-cartHeader {
  display: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ec-cartHeader {
    display: table-row;
  }
}
.ec-cartHeader .ec-cartHeader__label {
  display: table-cell;
  padding: 10px 16px;
  text-align: center;
  background: rgba(236, 242, 239, 0.25);
  overflow-x: hidden;
  font-weight: 500;
  border-top: 1px dotted #D1D6D9;
  border-bottom: 1px dotted #D1D6D9;
}
@media only screen and (min-width: 768px) {
  .ec-cartHeader .ec-cartHeader__labelDelete {
    min-width: 70px;
  }
}

.ec-cartCompleteRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  padding-left: 0;
  padding-right: 0;
}
.ec-cartCompleteRole:after {
  content: " ";
  display: table;
}
.ec-cartCompleteRole:after {
  clear: both;
}
.ec-cartCompleteRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-cartCompleteRole img {
  max-width: 100%;
  height: auto;
}
.ec-cartCompleteRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-cartCompleteRole *,
.ec-cartCompleteRole *::before,
.ec-cartCompleteRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.ec-cartCompleteRole .ec-reportHeading h2 {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .ec-cartCompleteRole .ec-reportHeading h2 {
    font-size: 24px;
  }
}
.ec-cartCompleteRole__announce {
  background: #fff;
  border: 1px solid #A32035;
  border-radius: 10px;
  color: #A32035;
  padding: 20px;
  margin-bottom: 40px;
}
.ec-cartCompleteRole__announce h3 {
  margin: 0 auto 14px;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .ec-cartCompleteRole__announce h3 {
    font-size: 24px;
  }
}
.ec-cartCompleteRole__announce p {
  margin-bottom: 20px;
}
.ec-cartCompleteRole__text {
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 32px;
}
.ec-cartCompleteRole__description {
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 54px;
  padding: 16px;
  background-color: #F7F7F7;
}
.ec-cartCompleteRole__counseling {
  width: 100%;
  max-width: 385px;
  display: flex;
  gap: 12px;
  margin: 60px auto 40px;
}
.ec-cartCompleteRole__counseling h3 {
  width: 60%;
  font-size: 16px;
  text-align: center;
  margin: 0;
  background-color: #fff;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.ec-cartCompleteRole__counselingLine {
  flex: 1;
  min-width: 0;
  text-align: center;
  padding: 34px 16px 16px;
  border: 2px solid #06c755;
  position: relative;
}
.ec-cartCompleteRole__counselingLine .ec-title-island::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #06c755;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.ec-cartCompleteRole__counselingLine a {
  margin-bottom: 10px;
}
.ec-cartCompleteRole__counselingCaption {
  font-size: 14px;
}

/*
カート内商品

カート内のアイテムを表示するテーブル行です。
スマホでは非表示となります。

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

(カート内に商品がある状態でアクセス)

Markup:
include /assets/tmpl/elements/15.1.cart.pug
.ec-cartTable
  +ec-cartRow

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


Styleguide 15.1.4
*/
.ec-cartRow {
  display: table-row;
}
.ec-cartRow .ec-cartRow__delColumn {
  border-bottom: 1px dotted #D1D6D9;
  text-align: center;
  display: table-cell;
  width: 25px;
  padding-right: 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .ec-cartRow .ec-cartRow__delColumn {
    width: 8.3333333%;
    padding: 0 12px;
  }
}
.ec-cartRow .ec-cartRow__delColumn .ec-icon img {
  width: 1.5em;
  height: 1.5em;
}
@media only screen and (min-width: 768px) {
  .ec-cartRow .ec-cartRow__delColumn .ec-icon img {
    width: 30px;
    height: 30px;
  }
}
.ec-cartRow .ec-cartRow__contentColumn {
  border-bottom: 1px dotted #D1D6D9;
  padding: 14px 10px 14px 0;
  display: table;
}
@media only screen and (min-width: 768px) {
  .ec-cartRow .ec-cartRow__contentColumn {
    display: flex;
    padding: 14px 12px;
  }
}
.ec-cartRow .ec-cartRow__img {
  display: table-cell;
  width: 23%;
  vertical-align: middle;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-cartRow .ec-cartRow__img {
    display: flex;
    align-items: center;
    min-width: 80px;
    max-width: 100px;
    padding-right: 0;
  }
}
.ec-cartRow .ec-cartRow__summary {
  display: table-cell;
  margin-left: 5px;
  font-weight: 500;
  vertical-align: middle;
  width: 46%;
}
@media only screen and (min-width: 768px) {
  .ec-cartRow .ec-cartRow__summary {
    width: auto;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
  }
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
  margin-bottom: 5px;
  font-weight: normal;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP {
  display: block;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP {
    display: none;
  }
}
.ec-cartRow .ec-cartRow__amountColumn {
  display: table-cell;
  border-bottom: 1px dotted #D1D6D9;
  vertical-align: middle;
  text-align: center;
  width: 20%;
}
@media only screen and (min-width: 768px) {
  .ec-cartRow .ec-cartRow__amountColumn {
    width: 12%;
    min-width: 80px;
  }
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
  display: none;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amount {
    display: block;
  }
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountSP {
    display: none;
  }
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpDown {
    display: block;
  }
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton {
  margin: 0 2px;
  display: inline-block;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #fff;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountUpButton .ec-cartRow__amountUpButton__icon img {
  display: block;
  margin-left: -0.4em;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 28%;
  left: 50%;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton, .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled {
  margin: 0 2px;
  display: inline-block;
  border: 2px solid #c9c9c9;
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  cursor: pointer;
  line-height: 40px;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: #fff;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButton .ec-cartRow__amountDownButton__icon img, .ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled .ec-cartRow__amountDownButton__icon img {
  display: block;
  margin-left: -0.4em;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  top: 28%;
  left: 50%;
}
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled {
  cursor: default;
}
.ec-cartRow .ec-cartRow__subtotalColumn {
  display: none;
  border-bottom: 1px dotted #D1D6D9;
  text-align: right;
  width: 16.66666667%;
}
@media only screen and (min-width: 768px) {
  .ec-cartRow .ec-cartRow__subtotalColumn {
    display: table-cell;
  }
}
.ec-cartRow__counseling {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}

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

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

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

(カート内に商品がある状態でアクセス)

Markup:
include /assets/tmpl/elements/15.1.cart.pug
.ec-cartTable
  +ec-cartRowOnly

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


Styleguide 15.1.5
*/
.ec-cartRow .ec-cartRow__amountColumn .ec-cartRow__amountDownButtonDisabled {
  cursor: default;
}

/*
アラート

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

ex [マイページ　カート](http://demo3.ec-cube.net/cart)

(カート内に商品がある状態でアクセス)

Markup:
include /assets/tmpl/elements/15.1.cart.pug
.ec-cartRole
  .ec-cartRole__cart
    +ec-alert-warning

Styleguide 15.1.6
*/
.ec-alert-warning {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #a32035;
  margin-bottom: 20px;
}
.ec-alert-warning .ec-alert-warning__icon {
  display: inline-block;
  margin-right: 1rem;
  width: 20px;
  height: 20px;
  color: #fff;
  fill: #fff;
  vertical-align: top;
}
.ec-alert-warning .ec-alert-warning__text {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: relative;
}

.ec-alert-announce {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #fff;
  border: 1.5px dotted #a32035;
  margin-bottom: 20px;
}
.ec-alert-announceIcon {
  display: inline-block;
  margin-right: 1rem;
  width: 20px;
  height: 20px;
  color: #a32035;
  fill: #a32035;
  vertical-align: top;
}
.ec-alert-announceText {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #a32035;
  position: relative;
}

/*
アラート(空)

カートが空であることを示す警告メッセージです。

ex [マイページ　カート](http://demo3.ec-cube.net/cart)

(カート内に商品がある状態でアクセス)

Markup:
include /assets/tmpl/elements/15.1.cart.pug
.ec-off3Grid
        .ec-off3Grid__cell
            +ec-alert-warningEnpty

Styleguide 15.1.7
*/
/* 定期カート */
.ec-cartSubscription {
  border: 10px solid #ECF2EF;
  border-width: 0 10px 10px 10px;
  padding-bottom: 20px;
  margin-bottom: 50px !important;
}
.ec-cartSubscription h2 {
  text-align: center;
  margin-top: 0;
}
.ec-cartSubscription__items {
  font-size: 14px;
  margin-top: 5px;
}
.ec-cartSubscription__counseling {
  font-size: 14px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .ec-cartSubscription .ec-cartTable {
    width: 92%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .ec-cartSubscription .ec-cartRow__contentColumn {
    padding-right: 0;
  }
}
.ec-cartSubscription .ec-cartRow__subtotalColumn {
  padding-right: 5%;
}
@media only screen and (min-width: 768px) {
  .ec-cartSubscription .ec-cartRow__subtotalColumn {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ec-cartSubscription .ec-cartRow__amountColumn {
    display: none;
  }
}
.ec-cartSubscription .ec-cartRow__amountSP {
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .ec-cartSubscription .ec-cartRow__amountSP {
    display: none;
  }
}
.ec-cartSubscription .ec-cartRole__actions {
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .ec-cartSubscription .ec-cartRole__actions {
    margin-right: 20px;
    margin-left: auto;
  }
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
注文内容確認

カート内 注文内容確認に関する Project コンポーネントを定義します。

ex [マイページ　注文詳細](http://demo3.ec-cube.net/shopping)

Markup:
include /assets/tmpl/elements/15.2.order.pug
+ec-orderRole

Styleguide 15.2
*/
.ec-orderRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.ec-orderRole:after {
  content: " ";
  display: table;
}
.ec-orderRole:after {
  clear: both;
}
.ec-orderRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-orderRole img {
  max-width: 100%;
  height: auto;
}
.ec-orderRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-orderRole *,
.ec-orderRole *::before,
.ec-orderRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
@media only screen and (min-width: 768px) {
  .ec-orderRole {
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ec-orderRole .ec-inlineBtn {
  font-weight: normal;
}
.ec-orderRole .ec-orderRole__inner {
  width: 100%;
  padding-top: 20px;
  border-top: 1px dotted #D1D6D9;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .ec-orderRole .ec-orderRole__inner {
    padding-top: 50px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .ec-orderRole .ec-orderRole__inner .ec-off1Grid__cell {
    display: flex;
  }
}
.ec-orderRole .ec-orderRole__detail {
  padding: 0;
  width: 100%;
  word-break: break-word;
}
@media only screen and (min-width: 768px) {
  .ec-orderRole .ec-orderRole__detail {
    padding-right: 16px;
    width: 66.66666%;
  }
}
.ec-orderRole .ec-orderRole__summary {
  width: 100%;
}
.ec-orderRole .ec-orderRole__summary .ec-inlineBtn {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ec-orderRole .ec-orderRole__summary {
    width: 33.33333%;
    min-width: 250px;
    padding-left: 16px;
  }
  .ec-orderRole .ec-orderRole__summary .ec-inlineBtn {
    display: none;
  }
}
.ec-orderRole .ec-borderedList {
  margin-bottom: 20px;
  border-top: none;
}
.ec-orderRole input {
  border: 1px solid #D1D6D9;
}
.ec-orderRole input::placeholder {
  font-size: 12px;
  color: #D1D6D9;
}
@media only screen and (min-width: 768px) {
  .ec-orderRole input::placeholder {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .ec-orderRole__back {
    padding-left: 20px;
    margin-left: 8.33333%;
  }
}

.ec-orderSubscription__detail {
  list-style-type: circle;
  padding-left: 25px;
}
.ec-orderSubscription__detail li {
  margin-top: 20px;
  margin-bottom: 10px;
}
.ec-orderSubscription__detail li:first-child {
  margin-top: 10px;
}
.ec-orderSubscription__note {
  font-size: 14px;
  background-color: #fcfcfc;
  border: 1px dotted #D1D6D9;
  padding: 10px;
  margin: 10px auto;
}
.ec-orderReturns h3 {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #D1D6D9;
}
.ec-orderReturns p {
  font-size: 14px;
}

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

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

ex [マイページ　オーダ情報](http://demo3.ec-cube.net/mypage)
(要ログイン → 詳細を見るボタン押下)

Markup:
include /assets/tmpl/elements/15.2.order.pug
+ec-orderInfo

Styleguide 15.2.1
*/
.ec-orderOrder {
  margin-bottom: 30px;
}
.ec-orderOrder .ec-orderOrder__items {
  border-bottom: 1px dotted #D1D6D9;
  border-top: 1px dotted #D1D6D9;
}

/*
注文履歴詳細 お客様情報

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

ex [マイページ　オーダ情報(要ログイン → 詳細を見るボタン押下)](http://demo3.ec-cube.net/mypage)

Markup:
include /assets/tmpl/elements/15.2.order.pug
+ec-orderAccount

Styleguide 15.2.2
*/
.ec-orderAccount {
  margin-bottom: 30px;
}
.ec-orderAccount p {
  margin-bottom: 0;
}
.ec-orderAccount:after {
  content: " ";
  display: table;
}
.ec-orderAccount:after {
  clear: both;
}
.ec-orderAccount .ec-orderAccount__change {
  display: inline-block;
  margin-left: 10px;
  float: right;
}
.ec-orderAccount .ec-orderAccount__account {
  margin-bottom: 16px;
}

/*
注文詳細 配送情報

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

ex [マイページ　配送情報(要ログイン → 詳細を見るボタン押下)](http://demo3.ec-cube.net/mypage)

Markup:
include /assets/tmpl/elements/15.2.order.pug
+ec-orderDelivery

Styleguide 15.2.3
*/
.ec-orderDelivery .ec-orderDelivery__title {
  padding: 16px 0 17px;
  font-weight: 500;
  font-size: 18px;
  position: relative;
}
.ec-orderDelivery .ec-orderDelivery__change {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.ec-orderDelivery .ec-orderDelivery__items {
  border-bottom: 1px dotted #D1D6D9;
  border-top: 1px dotted #D1D6D9;
}
.ec-orderDelivery .ec-orderDelivery__item {
  border-top: 1px dotted #D1D6D9;
}
.ec-orderDelivery .ec-orderDelivery__item .ec-imageGrid {
  border: none;
  padding: 5px 0;
}
.ec-orderDelivery .ec-orderDelivery__address {
  margin: 10px 0 18px;
}
.ec-orderDelivery .ec-orderDelivery__address p {
  margin: 0;
}
.ec-orderDelivery__send {
  background-color: #fcfcfc;
  border: 1px dotted #D1D6D9;
  padding: 10px;
  margin: 10px auto;
}
.ec-orderDelivery__send h3 {
  margin-top: 0;
  font-size: 16px;
}
.ec-orderDelivery__send p {
  font-size: 14px;
}

/*
注文履歴詳細 支払情報

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

ex [マイページ　支払情報(要ログイン → 詳細を見るボタン押下)](http://demo3.ec-cube.net/mypage)

Markup:
.ec-orderRole
  .ec-orderPayment
    .ec-rectHeading
      h2 お支払方法
    p 支払方法： 郵便振替

Styleguide 15.2.4
*/
.ec-orderPayment .ec-orderPayment__msg {
  margin: 16px auto;
}
.ec-orderPayment .ec-orderPayment__image {
  width: 196px;
  margin-top: 20px;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-orderPayment .ec-orderPayment__image {
    width: 250px;
  }
}
.ec-orderPayment .ec-orderPayment__card {
  padding: 16px;
  background-color: #F7F7F7;
}
.ec-orderPayment .ec-orderPayment__cardMsg {
  font-size: 14px;
  padding-bottom: 16px;
}
.ec-orderPayment .ec-orderPayment__cardData {
  padding-top: 10px;
  margin-bottom: 0;
}
.ec-orderPayment .ec-orderPayment__cardData dl {
  border-bottom: none;
  padding: 5px 0 0;
}
@media only screen and (min-width: 768px) {
  .ec-orderPayment .ec-orderPayment__cardData dl {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .ec-orderPayment .ec-orderPayment__cardData dt {
    width: 100%;
  }
}
.ec-orderPayment .ec-orderPayment__cardData dd .ec-halfInput {
  display: flex;
}
.ec-orderPayment .ec-orderPayment__cardData dd .ec-halfInput input {
  flex: 1;
}
.ec-orderPayment .ec-orderPayment__cardCVC {
  display: flex;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted #D1D6D8;
}
@media only screen and (min-width: 768px) {
  .ec-orderPayment .ec-orderPayment__cardCVC {
    width: 80%;
    max-width: 400px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.ec-orderPayment .ec-orderPayment__cardCVC p {
  flex: 1;
  font-size: 10px;
  color: #707070;
  padding: 0 10px;
  margin-top: auto;
}
.ec-orderPayment__gmo {
  background: #f7f7f7;
  padding: 12px;
  margin-top: 20px;
}
.ec-orderPayment__gmoHeading {
  font-weight: 600;
}

.ec-orderPoint {
  display: none !important;
}

.ec-orderCoupon p {
  margin-top: 16px;
}

/*
注文履歴詳細 お問い合わせ

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

ex [マイページ　お問い合わせ(要ログイン → 詳細を見るボタン押下)](http://demo3.ec-cube.net/mypage)

Markup:
.ec-orderRole
  .ec-orderConfirm
    .ec-rectHeading
      h2 お問い合わせ
    p 記載なし

Styleguide 15.2.5
*/
.ec-orderConfirm {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ec-orderConfirm {
    margin-bottom: 0;
  }
}
.ec-orderConfirm .ec-input textarea, .ec-orderConfirm .ec-halfInput textarea, .ec-orderConfirm .ec-numberInput textarea, .ec-orderConfirm .ec-zipInput textarea, .ec-orderConfirm .ec-telInput textarea, .ec-orderConfirm .ec-select textarea, .ec-orderConfirm .ec-fullselect textarea, .ec-orderConfirm .ec-birth textarea, .ec-orderConfirm .ec-date textarea {
  height: 96px;
}
.ec-orderConfirm .ec-input textarea::placeholder, .ec-orderConfirm .ec-halfInput textarea::placeholder, .ec-orderConfirm .ec-numberInput textarea::placeholder, .ec-orderConfirm .ec-zipInput textarea::placeholder, .ec-orderConfirm .ec-telInput textarea::placeholder, .ec-orderConfirm .ec-select textarea::placeholder, .ec-orderConfirm .ec-fullselect textarea::placeholder, .ec-orderConfirm .ec-birth textarea::placeholder, .ec-orderConfirm .ec-date textarea::placeholder {
  font-size: 12px;
  color: #D1D6D9;
}
@media only screen and (min-width: 768px) {
  .ec-orderConfirm .ec-input textarea::placeholder, .ec-orderConfirm .ec-halfInput textarea::placeholder, .ec-orderConfirm .ec-numberInput textarea::placeholder, .ec-orderConfirm .ec-zipInput textarea::placeholder, .ec-orderConfirm .ec-telInput textarea::placeholder, .ec-orderConfirm .ec-select textarea::placeholder, .ec-orderConfirm .ec-fullselect textarea::placeholder, .ec-orderConfirm .ec-birth textarea::placeholder, .ec-orderConfirm .ec-date textarea::placeholder {
    font-size: 14px;
  }
}

/*
お届け先の複数指定

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

ex [マイページ　お届け先の複数指定](http://demo3.ec-cube.net/shopping/shipping_multiple)
(商品購入画面 → 「お届け先を追加する」を押下)

Markup:
include /assets/tmpl/elements/15.2.order.pug
+ec-orderAddAddress

Styleguide 15.2.6
*/
.ec-AddAddress {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .ec-AddAddress {
    margin: 0 10%;
  }
}
.ec-AddAddress .ec-AddAddress__info {
  margin-bottom: 32px;
  text-align: center;
  font-size: 16px;
}
.ec-AddAddress .ec-AddAddress__add {
  border-top: 1px solid #f4f4f4;
  padding-top: 20px;
  margin-bottom: 20px;
}
.ec-AddAddress .ec-AddAddress__item {
  display: table;
  padding: 16px;
  background: #f4f4f4;
  margin-bottom: 16px;
}
.ec-AddAddress .ec-AddAddress__itemThumb {
  display: table-cell;
  min-width: 160px;
  width: 20%;
}
.ec-AddAddress .ec-AddAddress__itemThumb img {
  width: 100%;
}
.ec-AddAddress .ec-AddAddress__itemtContent {
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
  font-size: 16px;
}
.ec-AddAddress .ec-AddAddress__itemtTitle {
  font-weight: 500;
  margin-bottom: 10px;
}
.ec-AddAddress .ec-AddAddress__itemtSize {
  margin-bottom: 10px;
}
.ec-AddAddress .ec-AddAddress__select {
  margin-bottom: 5px;
}
.ec-AddAddress .ec-AddAddress__selectAddress {
  display: inline-block;
}
.ec-AddAddress .ec-AddAddress__selectAddress label {
  font-size: 16px;
  font-weight: normal;
}
.ec-AddAddress .ec-AddAddress__selectAddress select {
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .ec-AddAddress .ec-AddAddress__selectAddress select {
    min-width: 350px;
  }
}
.ec-AddAddress .ec-AddAddress__selectNumber {
  display: inline-block;
  margin-left: 30px;
}
.ec-AddAddress .ec-AddAddress__selectNumber label {
  font-size: 16px;
  font-weight: normal;
}
.ec-AddAddress .ec-AddAddress__selectNumber input {
  display: inline-block;
  margin-left: 10px;
  width: 80px;
}
.ec-AddAddress .ec-AddAddress__actions .ec-blockBtn--action {
  margin-bottom: 8px;
}
.ec-AddAddress .ec-AddAddress__new {
  margin-bottom: 20px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
注文履歴一覧

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

ex [マイページ　注文履歴一覧](http://demo3.ec-cube.net/mypage)
(要ログイン)

Markup:
include /assets/tmpl/elements/16.1.history.pug
+ec-historyRole

Styleguide 16.1
*/
.ec-historyRole .ec-historyRole__contents {
  padding-top: 1em;
  padding-bottom: 16px;
  border-top: 1px solid #D1D6D9;
  display: flex;
  flex-direction: column;
  color: #323E48;
}
@media only screen and (min-width: 768px) {
  .ec-historyRole .ec-historyRole__contents {
    flex-direction: row;
  }
}
.ec-historyRole .ec-historyRole__header {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ec-historyRole .ec-historyRole__header {
    width: 33.3333%;
  }
}
.ec-historyRole .ec-historyRole__detail {
  border-top: 1px dotted #D1D6D9;
  width: 100%;
}
.ec-historyRole .ec-historyRole__detail .ec-imageGrid:nth-of-type(1) {
  border-top: none;
}
.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailTitle {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: normal;
}
.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .ec-historyRole .ec-historyRole__detail {
    width: 66.6666%;
    border-top: none;
  }
}

/*
注文履歴一覧 規格

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

ex [マイページ　注文履歴一覧](http://demo3.ec-cube.net/mypage)
(要ログイン)

Markup:
include /assets/tmpl/elements/16.1.history.pug
+ec-historyRole-option

Styleguide 16.1.1
*/
.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailOption {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 0.5rem;
  font-size: 1.6rem;
}
.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailOption::after {
  display: inline-block;
  padding-left: 0.5rem;
  content: "/";
  font-weight: 500;
}

/*
注文履歴一覧ヘッダ

注文履歴一覧で使用するヘッダのコンポーネントを定義します。

ex [マイページ　注文履歴一覧ヘッダ](http://demo3.ec-cube.net/mypage)
(要ログイン)

Markup:
include /assets/tmpl/elements/16.1.history.pug
+ec-historyHeader
p hofe

Styleguide 16.1.2
*/
.ec-historyListHeader .ec-historyListHeader__date {
  font-weight: 500;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .ec-historyListHeader .ec-historyListHeader__date {
    font-weight: 500;
    font-size: 20px;
  }
}
.ec-historyListHeader .ec-historyListHeader__action {
  margin: 16px 0;
}
.ec-historyListHeader .ec-historyListHeader__action a {
  font-size: 12px;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .ec-historyListHeader .ec-historyListHeader__action a {
    font-size: 14px;
  }
}

.ec-historyListContents {
  line-height: 1.5;
  font-weight: 500;
}

/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
注文履歴詳細

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

ex [マイページ　注文詳細](http://demo3.ec-cube.net/mypage)
(要ログイン → 詳細を見るボタン押下)

Markup:
include /assets/tmpl/elements/16.2.historyDetail.pug
+ec-historyDetailRole

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

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

ex [マイページ　メール履歴](http://demo3.ec-cube.net/mypage)
(要ログイン → 詳細を見るボタン押下)

Markup:
include /assets/tmpl/elements/16.2.historyDetail.pug
+ec-historyDetailMail

Styleguide 16.2.5
*/
.ec-orderMails .ec-orderMails__item {
  padding-bottom: 10px;
  border-bottom: 1px dotted #D1D6D9;
}
.ec-orderMails .ec-orderMails__time {
  margin: 0;
}
.ec-orderMails .ec-orderMails__body {
  display: none;
}

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

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

ex [マイページ　メール履歴個別](http://demo3.ec-cube.net/mypage)
(要ログイン → 詳細を見るボタン押下)

Markup:
include /assets/tmpl/elements/16.2.historyDetail.pug
+ec-historyDetailMailHistory

Styleguide 16.2.6
*/
.ec-orderMail {
  padding-bottom: 10px;
  border-bottom: 1px dotted #D1D6D9;
  margin-bottom: 16px;
}
.ec-orderMail .ec-orderMail__time {
  margin: 0;
}
.ec-orderMail .ec-orderMail__body {
  display: none;
}
.ec-orderMail .ec-orderMail__time {
  margin-bottom: 4px;
}
.ec-orderMail .ec-orderMail__link {
  margin-bottom: 4px;
}
.ec-orderMail .ec-orderMail__link a {
  cursor: pointer;
}
.ec-orderMail .ec-orderMail__link a:hover {
  text-decoration: none;
}
.ec-orderMail .ec-orderMail__close a {
  color: #0092C4;
  text-decoration: none;
  cursor: pointer;
}
.ec-orderMail .ec-orderMail__close a:hover {
  color: #33A8D0;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/**
 * ECCUBE 固有のスタイルユーティリティ
 */
/*
定期一覧
*/
.ec-mysubscriptionRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.ec-mysubscriptionRole:after {
  content: " ";
  display: table;
}
.ec-mysubscriptionRole:after {
  clear: both;
}
.ec-mysubscriptionRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-mysubscriptionRole img {
  max-width: 100%;
  height: auto;
}
.ec-mysubscriptionRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-mysubscriptionRole *,
.ec-mysubscriptionRole *::before,
.ec-mysubscriptionRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
@media only screen and (min-width: 768px) {
  .ec-mysubscriptionRole {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ec-mysubscriptionRole .ec-mysubscriptionRole__inner {
  width: 100%;
  padding-top: 20px;
  border-top: 1px dotted #D1D6D9;
}
@media only screen and (min-width: 768px) {
  .ec-mysubscriptionRole .ec-mysubscriptionRole__inner {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .ec-mysubscriptionRole .ec-mysubscriptionRole__inner .ec-off1Grid__cell {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .ec-mysubscriptionRole .ec-mysubscriptionRole__detail {
    padding-right: 16px;
    width: 60%;
  }
}
@media only screen and (min-width: 768px) {
  .ec-mysubscriptionRole .ec-mysubscriptionRole__faq {
    width: 40%;
    padding-left: 16px;
  }
}
.ec-mysubscriptionRole .ec-totalBox {
  border: 1px solid #D1D6D9;
  background: #fff;
}
.ec-mysubscriptionRole .ec-totalBox dt {
  padding-top: 0;
  margin-bottom: 0;
}
.ec-mysubscriptionRole .ec-totalBox__paymentTotal {
  margin-bottom: 0;
}

.ec-mysubscriptionActive {
  margin-bottom: 30px;
}
.ec-mysubscriptionStatus {
  margin-bottom: 30px;
}
.ec-mysubscriptionStatus__cycle {
  margin-bottom: 10px;
}
.ec-mysubscriptionStatus__cycleLabel {
  display: inline-block;
  padding: 6px 10px;
  color: #fff;
  text-align: center;
  margin-right: 20px;
}
.ec-mysubscriptionItem {
  margin-bottom: 30px;
}
.ec-mysubscriptionItem__list {
  padding-left: 20px;
}
.ec-mysubscriptionItem__listChange {
  color: #A32035;
}
.ec-mysubscriptionItem__list > li {
  margin-bottom: 10px;
}
.ec-mysubscriptionItem__list > li.subscription::before {
  content: "【定期】";
}
.ec-mysubscriptionItem__note {
  font-size: 14px;
  margin-bottom: 10px;
}
.ec-mysubscriptionItem__message {
  font-size: 14px;
  text-align: center;
  background: #F7F7F7;
  padding: 14px 8px;
}
@media only screen and (min-width: 768px) {
  .ec-mysubscriptionItem__message {
    padding: 16px;
  }
}
.ec-mysubscriptionItem__message > span {
  font-size: 120%;
  color: #a32035;
}
.ec-mysubscriptionBlock {
  margin-bottom: 30px;
}
.ec-mysubscriptionBlock__inner {
  display: flex;
  margin-bottom: 30px;
}
.ec-mysubscriptionBlock__item {
  flex: 1 1 auto;
}
.ec-mysubscriptionBlock__change {
  padding-left: 20px;
}
.ec-mysubscriptionFaq {
  margin-bottom: 0;
}
.ec-mysubscriptionFaq dt {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  background: #F7F7F7;
  border-bottom: 1px dotted #D1D6D9;
  padding: 14px;
}
.ec-mysubscriptionFaq dd {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  padding: 14px;
  display: inline-block;
  background-color: #fff;
  border-bottom: 1px solid #D1D6D9;
}
.ec-mysubscriptionMsg {
  margin-bottom: 30px;
}

.Label__continue {
  background-color: #00B095;
}
.Label__pause {
  background-color: #323e48;
}
.Label__error {
  background-color: #a32035;
}

@media only screen and (min-width: 768px) {
  .ec-modal-mypage {
    max-width: 580px;
  }
}
.ec-modal-mypage .ec-subscriptionBlock__inner {
  padding: 0px 0 16px;
  margin-bottom: 16px;
  border-bottom: 1px dotted #D1D6D9;
  font-size: 16px;
}
.ec-modal-mypage .ec-fullselect {
  margin-bottom: 30px;
}
.ec-modal-mypage h2 {
  text-align: center;
  margin-bottom: 20px;
}
.ec-modal-mypage select {
  font-size: 16px;
}

*:focus {
  outline: none !important;
}

input[type=text],
input[type=password],
textarea,
select,
button {
  outline: none;
}

/*
住所一覧

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

ex [マイページ内 お届け先編集](http://demo3.ec-cube.net/mypage/delivery)

Markup:
include /assets/tmpl/elements/17.1.address.pug
+ec-addressList
+ec-addressRole

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

Styleguide 17.1

*/
.ec-addressRole .ec-addressRole__item {
  border-top: 1px dotted #D1D6D9;
}
.ec-addressRole .ec-addressRole__actions {
  margin-top: 32px;
  padding-bottom: 20px;
}

.ec-registerRole .ec-addressRole__actions {
  margin-top: 0;
}

.ec-addressList {
  border-top: 1px dotted #D1D6D9;
}
.ec-addressList .ec-addressList__item {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  border-bottom: 1px dotted #D1D6D9;
  word-break: break-word;
}
.ec-addressList .ec-addressList__remove {
  flex: 1;
  padding: 16px;
  vertical-align: middle;
  text-align: center;
}
.ec-addressList .ec-addressList__remove .ec-icon {
  width: 1em;
}
@media only screen and (min-width: 768px) {
  .ec-addressList .ec-addressList__remove .ec-icon {
    width: 30px;
  }
}
.ec-addressList .ec-addressList__remove .ec-icon img {
  width: 30px;
  height: 30px;
}
.ec-addressList .ec-addressList__address {
  vertical-align: middle;
  padding: 16px;
  width: 80%;
}
.ec-addressList .ec-addressList__action {
  position: relative;
  vertical-align: middle;
  padding-right: 10px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
パスワードリセット

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

ex [パスワードリセット画面](http://demo3.ec-cube.net/forgot)

(カート内に商品がある状態でアクセス)

Markup:
include /assets/tmpl/elements/18.1.password.pug
+ec-passwordRole

Styleguide 18.1

*/
.ec-forgotRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  padding-left: 0;
  padding-right: 0;
}
.ec-forgotRole:after {
  content: " ";
  display: table;
}
.ec-forgotRole:after {
  clear: both;
}
.ec-forgotRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-forgotRole img {
  max-width: 100%;
  height: auto;
}
.ec-forgotRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-forgotRole *,
.ec-forgotRole *::before,
.ec-forgotRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.ec-forgotRole .ec-forgotRole__intro {
  font-size: 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ec-forgotRole .ec-forgotRole__intro {
    text-align: left;
  }
}
.ec-forgotRole .ec-forgotRole__form {
  margin-bottom: 16px;
}
.ec-forgotRole input, .ec-forgotRole textarea {
  border: 1px solid #D1D6D9;
}
.ec-forgotRole input::placeholder, .ec-forgotRole textarea::placeholder {
  font-size: 12px;
  color: #D1D6D9;
}
@media only screen and (min-width: 768px) {
  .ec-forgotRole input::placeholder, .ec-forgotRole textarea::placeholder {
    font-size: 14px;
  }
}
.ec-forgotRole .ec-borderedDefs {
  margin-bottom: 30px;
  border-top: none;
}
@media only screen and (min-width: 768px) {
  .ec-forgotRole .ec-borderedDefs {
    margin-bottom: 50px;
    border-top: 1px dotted #D1D6D9;
  }
}
.ec-forgotRole .ec-borderedDefs dl {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .ec-forgotRole .ec-borderedDefs dl {
    border-bottom: 1px dotted #D1D6D9;
  }
}

.ec-forgetCompleteRole h2 {
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .ec-forgetCompleteRole h2 {
    font-size: 24px;
  }
}
.ec-forgetCompleteRole p {
  text-align: left;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
会員登録

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

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

Markup:
include /assets/tmpl/elements/19.1.register.pug
+ec-registerRole

Styleguide 19.1

*/
.ec-registerRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  padding-left: 0;
  padding-right: 0;
}
.ec-registerRole:after {
  content: " ";
  display: table;
}
.ec-registerRole:after {
  clear: both;
}
.ec-registerRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-registerRole img {
  max-width: 100%;
  height: auto;
}
.ec-registerRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-registerRole *,
.ec-registerRole *::before,
.ec-registerRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.ec-registerRole .ec-registerRole__msg {
  margin-bottom: 24px;
}
.ec-registerRole .ec-registerRole__dm {
  font-size: 14px;
  margin: 8px 0;
}
@media only screen and (min-width: 768px) {
  .ec-registerRole .ec-registerRole__dm {
    margin-top: 2px;
  }
}
.ec-registerRole .ec-registerRole__actions {
  padding-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ec-registerRole .ec-registerRole__actions {
    text-align: left;
  }
}
.ec-registerRole .ec-registerRole__actions p {
  margin-bottom: 16px;
  text-align: center;
}
.ec-registerRole .ec-registerRole__actionsAgree {
  text-align: center;
  margin-bottom: 24px;
}
.ec-registerRole .ec-registerRole__actions label {
  padding: 3px 6px;
  line-height: 2;
}
.ec-registerRole .ec-registerRole__actions .error label {
  background-color: #FEEFEE;
}
.ec-registerRole .ec-blockBtn--action {
  margin-bottom: 16px;
}
.ec-registerRole input, .ec-registerRole textarea {
  border: 1px solid #D1D6D9;
}
.ec-registerRole input::placeholder, .ec-registerRole textarea::placeholder {
  font-size: 12px;
  color: #D1D6D9;
}
@media only screen and (min-width: 768px) {
  .ec-registerRole input::placeholder, .ec-registerRole textarea::placeholder {
    font-size: 14px;
  }
}
.ec-registerRole label {
  font-weight: normal;
}

.ec-registerCompleteRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-registerCompleteRole:after {
  content: " ";
  display: table;
}
.ec-registerCompleteRole:after {
  clear: both;
}
.ec-registerCompleteRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-registerCompleteRole img {
  max-width: 100%;
  height: auto;
}
.ec-registerCompleteRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-registerCompleteRole *,
.ec-registerCompleteRole *::before,
.ec-registerCompleteRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.ec-couponRole dl {
  padding: 22px 0;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
お問い合わせ

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

ex [お問い合わせ](http://demo3.ec-cube.net/contact)

Markup:
include /assets/tmpl/elements/19.2.contact.pug
+ec-contactRole

Styleguide 19.2

*/
.ec-contactRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  padding-left: 0;
  padding-right: 0;
}
.ec-contactRole:after {
  content: " ";
  display: table;
}
.ec-contactRole:after {
  clear: both;
}
.ec-contactRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-contactRole img {
  max-width: 100%;
  height: auto;
}
.ec-contactRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-contactRole *,
.ec-contactRole *::before,
.ec-contactRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.ec-contactRole .ec-contactRole__actions {
  padding-top: 20px;
}
.ec-contactRole input, .ec-contactRole textarea {
  border: 1px solid #D1D6D9;
}
.ec-contactRole input::placeholder, .ec-contactRole textarea::placeholder {
  font-size: 12px;
  color: #D1D6D9;
}
@media only screen and (min-width: 768px) {
  .ec-contactRole input::placeholder, .ec-contactRole textarea::placeholder {
    font-size: 14px;
  }
}
.ec-contactRole p {
  margin: 16px 0;
}
.ec-contactRole #contact_contents {
  height: 180px;
}
@media only screen and (min-width: 768px) {
  .ec-contactRole #contact_contents {
    height: 240px;
  }
}

.ec-contactConfirmRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  padding-left: 0;
  padding-right: 0;
}
.ec-contactConfirmRole:after {
  content: " ";
  display: table;
}
.ec-contactConfirmRole:after {
  clear: both;
}
.ec-contactConfirmRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-contactConfirmRole img {
  max-width: 100%;
  height: auto;
}
.ec-contactConfirmRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-contactConfirmRole *,
.ec-contactConfirmRole *::before,
.ec-contactConfirmRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.ec-contactConfirmRole .ec-contactConfirmRole__text {
  margin-bottom: 20px;
}
.ec-contactConfirmRole .ec-contactConfirmRole__actions {
  padding-top: 20px;
}
.ec-contactConfirmRole .ec-blockBtn--action {
  margin-bottom: 16px;
}

.ec-contactCompleteRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  padding-left: 0;
  padding-right: 0;
}
.ec-contactCompleteRole:after {
  content: " ";
  display: table;
}
.ec-contactCompleteRole:after {
  clear: both;
}
.ec-contactCompleteRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-contactCompleteRole img {
  max-width: 100%;
  height: auto;
}
.ec-contactCompleteRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-contactCompleteRole *,
.ec-contactCompleteRole *::before,
.ec-contactCompleteRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.ec-contactCompleteRole .ec-contactCompleteRole__support {
  background-color: #f7f7f7;
  padding: 30px 20px;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ec-contactCompleteRole .ec-contactCompleteRole__support {
    padding: 40px;
  }
}
.ec-contactCompleteRole .ec-contactCompleteRole__support a {
  font-size: 36px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  padding-left: 30px;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .ec-contactCompleteRole .ec-contactCompleteRole__support a {
    margin-bottom: 26px;
  }
}
.ec-contactCompleteRole .ec-contactCompleteRole__support a:before {
  position: absolute;
  content: "";
  background: url(../icon/tel.svg) center/contain no-repeat;
  display: inline-block;
  width: 23px;
  height: 23px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ec-contactCompleteRole .ec-contactCompleteRole__support h3 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  .ec-contactCompleteRole .ec-contactCompleteRole__support h3 {
    font-size: 16px;
  }
}
.ec-contactCompleteRole .ec-contactCompleteRole__support h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 0 auto 20px;
}
.ec-contactCompleteRole .ec-contactCompleteRole__support p {
  font-size: 14px;
}
.ec-contactCompleteRole .ec-contactCompleteRole__support p span {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .ec-contactCompleteRole .ec-contactCompleteRole__support p span {
    font-size: 12px;
  }
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
お客様情報の入力

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

ex [カートSTEP2 お客様情報の入力(ゲスト購入)](http://demo3.ec-cube.net/shopping/nonmember)

Markup:
include /assets/tmpl/elements/19.3.customer.pug
+ec-customerRole
hoge

Styleguide 19.3

*/
.ec-customerRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
}
.ec-customerRole:after {
  content: " ";
  display: table;
}
.ec-customerRole:after {
  clear: both;
}
.ec-customerRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-customerRole img {
  max-width: 100%;
  height: auto;
}
.ec-customerRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-customerRole *,
.ec-customerRole *::before,
.ec-customerRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.ec-customerRole .ec-customerRole__actions {
  padding-top: 20px;
}
.ec-customerRole .ec-blockBtn--action {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-customerRole .ec-blockBtn--action {
    margin-bottom: 16px;
  }
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

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

/*
404ページ

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

ex [404エラー画面](http://demo3.ec-cube.net/404)

Markup:
include /assets/tmpl/elements/20.1.404.pug
+ec-404Role

Styleguide 20.1

*/
.ec-404Role {
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ec-404Role textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-404Role img {
  max-width: 100%;
  height: auto;
}
.ec-404Role html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-404Role *,
.ec-404Role *::before,
.ec-404Role *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.ec-404Role .ec-404Role__icon img {
  width: 1em;
  height: 1em;
}
.ec-404Role .ec-404Role__title {
  font-weight: 500;
  font-size: 25px;
}
.ec-404Role .ec-404Role__innerAlert {
  width: 78px;
  display: block;
  margin: 120px auto 20px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
退会手続き

退会手続きで使用するページコンポーネントです。

ex [退会手続き](http://demo3.ec-cube.net/mypage/withdraw)

Markup:
include /assets/tmpl/elements/21.1.withdraw.pug
+ec-withdrawRole

Styleguide 21.1

*/
.ec-withdrawRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  text-align: center;
  padding: 0 16px;
}
.ec-withdrawRole:after {
  content: " ";
  display: table;
}
.ec-withdrawRole:after {
  clear: both;
}
.ec-withdrawRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-withdrawRole img {
  max-width: 100%;
  height: auto;
}
.ec-withdrawRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-withdrawRole *,
.ec-withdrawRole *::before,
.ec-withdrawRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.ec-withdrawRole .ec-withdrawRole__title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 24px;
}
.ec-withdrawRole .ec-withdrawRole__description {
  margin-bottom: 32px;
  font-size: 16px;
}
.ec-withdrawRole .ec-icon img {
  width: 100px;
  height: 100px;
}

/*
退会手続き実行確認

退会手続き実行確認で使用するページコンポーネントです。

ex [退会手続き　退会手続きへボタン→押下](http://demo3.ec-cube.net/mypage/withdraw)

Markup:
include /assets/tmpl/elements/21.1.withdraw.pug
+ec-withdrawConfirm

Styleguide 21.1.2

*/
.ec-withdrawConfirmRole .ec-withdrawConfirmRole__cancel {
  margin-bottom: 20px;
}
.ec-withdrawConfirmRole .ec-withdrawConfirmRole__title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 24px;
}
.ec-withdrawConfirmRole .ec-withdrawConfirmRole__description {
  margin-bottom: 32px;
  font-size: 16px;
}
.ec-withdrawConfirmRole .ec-icon img {
  width: 100px;
  height: 100px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

/*
会員情報編集完了

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

ex [会員情報編集完了](http://demo3.ec-cube.net/mypage/change_complete)

Markup:
include /assets/tmpl/elements/22.1.editComplete.pug
+ec-userEditCompleteRole

Styleguide 22.1

*/
.ec-userEditCompleteRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  text-align: center;
  padding: 0 16px;
}
.ec-userEditCompleteRole:after {
  content: " ";
  display: table;
}
.ec-userEditCompleteRole:after {
  clear: both;
}
.ec-userEditCompleteRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-userEditCompleteRole img {
  max-width: 100%;
  height: auto;
}
.ec-userEditCompleteRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-userEditCompleteRole *,
.ec-userEditCompleteRole *::before,
.ec-userEditCompleteRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.ec-userEditCompleteRole .ec-userEditCompleteRole__title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .ec-userEditCompleteRole .ec-userEditCompleteRole__title {
    font-size: 32px;
  }
}
.ec-userEditCompleteRole .ec-userEditCompleteRole__description {
  margin-bottom: 32px;
  font-size: 16px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

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

/*
問診ページ
*/
.ec-askRole {
  font-size: 16px;
}
.ec-askRole input {
  border: 1px solid #D1D6D9;
}
.ec-askRole .ec-askRole__msg {
  text-align: center;
}
.ec-askRole .ec-askRole__msg p {
  text-align: left;
  line-height: 1.5;
  margin: 1rem auto;
  padding: 1.5rem 2rem;
  border: 1px dotted #D1D6D9;
}
@media only screen and (min-width: 768px) {
  .ec-askRole .ec-askRole__msg p {
    text-align: center;
    padding: 2rem;
    margin-bottom: 3rem;
  }
}
.ec-askRole .ec-askRole__question {
  flex: 1;
}
.ec-askRole .ec-askRole__answer {
  display: flex;
  margin-top: 14px;
  flex-direction: row;
  min-width: 110px;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .ec-askRole .ec-askRole__answer {
    min-width: 180px;
    margin-top: 10px;
    padding-left: 20px;
    flex-direction: column;
  }
}
.ec-askRole .ec-askRole__answer p {
  margin: 0 30px 0 0;
}
@media only screen and (min-width: 768px) {
  .ec-askRole .ec-askRole__answer p {
    margin: 0;
  }
}
.ec-askRole .ec-askRole__actions {
  padding-top: 20px;
  margin-top: 30px;
  text-align: center;
}
.ec-askRole .ec-askRole__actionsAgree {
  margin-bottom: 24px;
}
.ec-askRole .ec-askRole__actions .ec-blockBtn--action {
  margin-bottom: 16px;
}
.ec-askRole .ec-askRole__noticeInner {
  border: 1px solid #D1D6D9;
  border-radius: 4px;
  padding: 25px 15px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .ec-askRole .ec-askRole__noticeInner {
    padding: 30px;
  }
}
.ec-askRole .ec-askRole__noticeInner ul {
  list-style-type: disc;
  margin-bottom: 30px;
  padding-left: 25px;
}
.ec-askRole .ec-askRole__noticeInner ul li {
  margin-bottom: 10px;
}
.ec-askRole .ec-askRole__noticeInner h4 {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding: 0 0 0 8px;
  margin: 0 0 12px 5px;
  border-left: 5px solid #323e48;
}
.ec-askRole .ec-askRole__noticeInner p {
  text-align: center;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-askRole .ec-askRole__noticeInner p {
    text-align: left;
  }
}
.ec-askRole .ec-askRole__notification {
  display: none;
  width: 100%;
  flex: auto;
  text-align: center;
}
.ec-askRole .ec-askRole__notification p {
  max-width: 760px;
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
  padding: 10px;
  border: 1px solid #A32035;
  margin: 15px auto 0;
}
@media only screen and (min-width: 768px) {
  .ec-askRole .ec-askRole__notification p {
    padding: 10px 20px;
  }
}
.ec-askRole .ec-askRole__notificationTel {
  font-size: 16px;
  font-weight: 700;
}
.ec-askRole .ec-askRole__notificationTel img {
  width: 14px;
  margin-right: 5px;
}
.ec-askRole .ask-agree {
  margin-bottom: 16px;
}
.ec-askRole .ec-askRole__mypageText {
  line-height: 1.6;
  margin: 20px 0;
}
.ec-askRole .ec-askRole__mypageQuestion {
  flex: 1;
  font-weight: 500;
  margin-bottom: 14px;
}
.ec-askRole .ec-askRole__mypageAnswer {
  display: flex;
  flex-direction: column;
  min-width: 110px;
  padding-left: 0;
}
.ec-askRole .ec-askRole__mypageAnswer p {
  margin: 0 0 8px 0;
}
.ec-askRole .ec-askRole__mypageBlock {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px dotted #D1D6D9;
  border-bottom: 1px dotted #D1D6D9;
}
.ec-askRole .ec-askRole__mypageTable {
  display: table;
}
.ec-askRole .ec-askRole__mypageTable__row {
  display: table-row;
  position: relative;
}
.ec-askRole .ec-askRole__mypageTable__cell {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
  position: relative;
}
.ec-askRole .ec-askRole__mypageTable__cell.left_check {
  padding: 10px 12px;
}
@media only screen and (max-width: 767px) {
  .ec-askRole .ec-askRole__mypageTable__cell.left_check {
    max-width: 50vw;
    padding-left: 0;
  }
}
.ec-askRole .ec-askRole__mypageTable__cell.left_check .ec-customForm__checkBody {
  position: relative;
}
.ec-askRole .ec-askRole__mypageTable__cell.left_check .ec-customForm__checkBody.no_checkbox {
  display: list-item;
  list-style: disc inside;
}
.ec-askRole .ec-askRole__mypageTable__cell.left {
  padding: 10px 12px 10px 0;
  display: list-item;
  list-style: disc inside;
}
@media only screen and (max-width: 767px) {
  .ec-askRole .ec-askRole__mypageTable__cell.left {
    max-width: 50vw;
  }
}
.ec-askRole .ec-askRole__mypageTable__cell.right {
  font-weight: 600;
  padding: 10px 0 10px 28px;
}
@media only screen and (max-width: 767px) {
  .ec-askRole .ec-askRole__mypageTable__cell.right {
    max-width: 50vw;
  }
}
.ec-askRole .ec-askRole__mypageTable__cell.right::before {
  content: "→";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ec-askRole .ec-askRole__mypageContact {
  background-color: #f7f7f7;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .ec-askRole .ec-askRole__mypageContact {
    padding: 40px;
  }
}
.ec-askRole .ec-askRole__mypageContact h3 {
  font-size: 16px;
  margin: 0;
}
.ec-askRole .ec-askRole__mypageContact__text {
  font-size: 14px;
}
.ec-askRole .ec-askRole__mypageContact__inner {
  display: flex;
  margin: 14px 0;
}
.ec-askRole .ec-askRole__mypageContact__innerApp {
  flex: 1;
  padding: 14px;
}
.ec-askRole .ec-askRole__mypageContact__innerApp a {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .ec-askRole .ec-askRole__mypageContact__innerApp a {
    margin-bottom: 26px;
  }
}
.ec-askRole .ec-askRole__mypageContact__innerApp a img {
  max-width: 80px;
}
.ec-askRole .ec-askRole__mypageCounseling {
  width: 100%;
  max-width: 720px;
  display: flex;
  gap: 12px;
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  .ec-askRole .ec-askRole__mypageCounseling {
    gap: 25px;
  }
}
.ec-askRole .ec-askRole__mypageCounseling h3 {
  width: 80%;
  font-size: 16px;
  text-align: center;
  margin: 0;
  background-color: #fff;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .ec-askRole .ec-askRole__mypageCounseling h3 {
    width: 100%;
    background-color: transparent;
    top: -15px;
  }
}
.ec-askRole .ec-askRole__mypageCounseling__line {
  flex: 1;
  min-width: 0;
  text-align: center;
  padding: 34px 10px 16px;
  border: 2px solid #06c755;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ec-askRole .ec-askRole__mypageCounseling__line {
    padding: 34px 24px 24px;
  }
}
.ec-askRole .ec-askRole__mypageCounseling__line a {
  margin-bottom: 10px;
}
.ec-askRole .ec-askRole__mypageCounseling__line .ec-title-island::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #06c755;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .ec-askRole .ec-askRole__mypageCounseling__line .ec-title-island::before {
    width: calc(100% - 40px);
  }
}
.ec-askRole .ec-askRole__mypageCounseling__tel {
  flex: 1;
  min-width: 0;
  text-align: center;
  padding: 34px 10px 16px;
  border: 2px solid #323e48;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ec-askRole .ec-askRole__mypageCounseling__tel {
    padding: 34px 24px 24px;
  }
}
.ec-askRole .ec-askRole__mypageCounseling__tel a {
  margin-bottom: 10px;
}
.ec-askRole .ec-askRole__mypageCounseling__tel .ec-title-island::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #323e48;
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .ec-askRole .ec-askRole__mypageCounseling__tel .ec-title-island::before {
    width: calc(100% - 40px);
  }
}
.ec-askRole .ec-askRole__mypageCounseling__caption {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .ec-askRole .ec-askRole__mypageCounseling__caption {
    font-size: 14px;
  }
}
.ec-askRole .ec-askRole__mypageConditions p {
  line-height: 1.6;
  margin: 10px 0;
}
.ec-askRole .ec-askRole__mypageExcept {
  width: 100%;
  margin: 20px 0 30px;
}
.ec-askRole .ec-askRole__mypageExcept__inner {
  padding: 12px 14px;
  background: #F7F7F7;
  display: block;
}
@media only screen and (min-width: 768px) {
  .ec-askRole .ec-askRole__mypageExcept__inner {
    display: inline-block;
    padding: 20px 30px;
  }
}
.ec-askRole .ec-askRole__mypageExcept__inner ul {
  margin-top: 8px;
  padding-left: 24px;
}
.ec-askRole .ec-askRole__mypageExcept__title {
  font-size: 14px;
  font-weight: 700;
}
.ec-askRole .ec-askRole__mypageExcept__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  border-left: 4px solid #323e48;
  padding-left: 8px;
  margin: 20px 0 10px;
}
.ec-askRole .ec-askRole__mypageExcept .ec-askRole__mypageText {
  margin-bottom: 10px;
}
.ec-askRole__list {
  padding-left: 0;
  margin-bottom: 30px;
  list-style-type: disc;
  list-style-position: inside;
}
.ec-askRole .ec-blockBtn--disabled,
.ec-askRole .ec-blockBtn--action {
  transition: 0.5s;
}

.ec-mypageRole.ec-askRole dt {
  padding-top: 0;
}
.ec-mypageRole.ec-askRole dd {
  flex-wrap: wrap;
  flex-direction: column;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

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

/*
FAQページ
*/
.ec-faqRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.ec-faqRole:after {
  content: " ";
  display: table;
}
.ec-faqRole:after {
  clear: both;
}
.ec-faqRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-faqRole img {
  max-width: 100%;
  height: auto;
}
.ec-faqRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-faqRole *,
.ec-faqRole *::before,
.ec-faqRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
@media only screen and (min-width: 768px) {
  .ec-faqRole {
    margin-top: 20px;
  }
}
.ec-faqRole .ec-faqRole__heading {
  width: 100%;
  margin: 20px 0;
  padding: 0;
  text-align: left;
}
.ec-faqRole .ec-faqRole__heading h2 {
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .ec-faqRole .ec-faqRole__heading h2 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .ec-faqRole__category {
    margin-bottom: 30px;
  }
}
.ec-faqRole__categoryItem {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 9px 15px;
  margin: 0 10px 10px 0;
  border: 1px solid #D1D6D9;
  border-radius: 50px;
  background-color: #fff;
}
.ec-faqRole__categoryItem a {
  text-decoration: none;
}
.ec-faqRole__categoryItem:hover {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.ec-faqRole__inner {
  margin-bottom: 80px;
}
.ec-faqRole__accordion {
  margin-bottom: 5rem;
}
.ec-faqRole__accordionCnt__question {
  width: 100%;
  font-weight: 500;
  background: #F7F7F7;
  border-top: 1px solid #D1D6D9;
  border-bottom: 1px dotted #D1D6D9;
  padding: 14px;
}
.ec-faqRole__accordionCnt__answer {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  padding: 14px;
  display: inline-block;
  background-color: #fff;
}
.ec-faqRole__example {
  background-color: #f7f7f7;
  padding: 15px;
  margin-top: 10px;
  display: inline-block;
}
.ec-faqRole__contact {
  background-color: #f7f7f7;
  padding: 30px 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ec-faqRole__contact {
    padding: 40px;
  }
}
.ec-faqRole__contactText {
  margin-bottom: 20px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .ec-faqRole__contactText {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.ec-faqRole__contactInner {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .ec-faqRole__contactInner {
    flex-direction: row;
  }
}
.ec-faqRole__contactInner h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .ec-faqRole__contactInner h3 {
    margin-bottom: 20px;
  }
}
.ec-faqRole__contactInner__tel {
  flex: 1;
  padding: 0;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .ec-faqRole__contactInner__tel {
    padding: 0 20px;
    margin-bottom: 0;
  }
}
.ec-faqRole__contactInner__tel a {
  font-size: 36px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  padding: 7px 0 7px 30px;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .ec-faqRole__contactInner__tel a {
    margin-bottom: 26px;
  }
}
.ec-faqRole__contactInner__tel a:before {
  position: absolute;
  content: "";
  background: url(../icon/tel.svg) center/contain no-repeat;
  display: inline-block;
  width: 23px;
  height: 23px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.ec-faqRole__contactInner__tel p {
  font-size: 14px;
}
.ec-faqRole__contactInner__tel p span {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .ec-faqRole__contactInner__tel p span {
    font-size: 12px;
  }
}
.ec-faqRole__contactInner__form {
  flex: 1;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .ec-faqRole__contactInner__form {
    padding: 0 20px;
  }
}
.ec-faqRole__contactInner__form a {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .ec-faqRole__contactInner__form a {
    margin-bottom: 26px;
  }
}
.ec-faqRole .ec-faqRole__icon {
  width: 14px;
  margin-right: 2px;
  vertical-align: -2px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

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

/*
FAQページ
*/
.ec-helpRole p {
  margin-bottom: 20px;
}
.ec-helpRole ul {
  margin-bottom: 20px;
}
.ec-helpRole .ec-helpRole__alert {
  width: 78px;
  display: block;
  margin: 58px auto 20px;
}
@media only screen and (min-width: 768px) {
  .ec-helpRole .ec-helpRole__alert {
    margin-top: 48px;
  }
}
.ec-helpRole .ec-helpRole__btnTop {
  max-width: 300px;
  margin: 40px auto 0;
}
@media only screen and (min-width: 768px) {
  .ec-helpRole .ec-helpRole__btnTop {
    margin-top: 50px;
  }
}
.ec-helpRole .ec-reportHeading h2 {
  font-weight: 500;
}

/*
利用規約
*/
.ec-agreementRole h2 {
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .ec-agreementRole h2 {
    margin-bottom: 30px;
  }
}
.ec-agreementRole h3 {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .ec-agreementRole h3 {
    margin-bottom: 10px;
  }
}
.ec-agreementRole p {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .ec-agreementRole p {
    font-size: 16px;
  }
}
.ec-agreementRole__intro {
  margin-bottom: 60px;
}
.ec-agreementRole__date {
  margin-top: 60px;
}
.ec-agreementRole__complement {
  padding-left: 26px;
  display: block;
}
.ec-agreementRole__brackets {
  font-size: 14px;
  line-height: 1.8;
  padding-left: 0;
  margin: 10px auto 20px;
  list-style: none;
}
.ec-agreementRole__brackets > li {
  counter-increment: number;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .ec-agreementRole__brackets > li {
    padding-left: 35px;
  }
}
.ec-agreementRole__brackets > li::before {
  content: "（" counter(number) "）";
  position: absolute;
  left: -10px;
}
@media only screen and (min-width: 768px) {
  .ec-agreementRole__brackets {
    font-size: 16px;
  }
}
.ec-agreementRole__encircled {
  font-size: 14px;
  padding-left: 0;
  line-height: 1.8;
  margin: 10px auto 20px;
  list-style: none;
}
.ec-agreementRole__encircled > li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.ec-agreementRole__encircled > li > span {
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .ec-agreementRole__encircled {
    font-size: 16px;
  }
}
.ec-agreementRole__link {
  border-bottom: 1px solid #323E48;
}
.ec-agreementRole__grey {
  padding: 20px 20px 0;
  background-color: #f4f4f4;
  border: 1px solid #d8d8d8;
  margin: 10px 0;
  display: none;
}
.ec-agreementRole__grey > h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.ec-agreementRole__grey > p {
  font-size: 1.2rem;
  line-height: 1.5;
  word-wrap: break-word;
  margin-bottom: 20px;
}
.ec-agreementRole__grey.active {
  display: block;
}

/*
メンテナンス
*/
.ec-maintenanceRole {
  margin: 130px auto;
}
@media only screen and (min-width: 768px) {
  .ec-maintenanceRole {
    margin: 170px auto;
  }
}
.ec-maintenanceRole__logo {
  width: 148px;
  margin: 0 auto 30px;
  display: block;
}
.ec-maintenanceRole__info {
  text-align: center;
  border: 1px solid #D1D6D9;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .ec-maintenanceRole__info {
    padding: 40px 20px;
  }
}
.ec-maintenanceRole__info h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}
.ec-maintenanceRole__info p {
  font-size: 16px;
  font-weight: 500;
}
.ec-maintenanceRole h2 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .ec-maintenanceRole h2 {
    font-size: 24px;
  }
}
.ec-maintenanceRole .ec-off3Grid::before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #fff;
  z-index: -1;
}

#footer {
  padding: 20px;
  text-align: center;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

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

/*
定期案内ページ
*/
.ec-subscriptionRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.ec-subscriptionRole:after {
  content: " ";
  display: table;
}
.ec-subscriptionRole:after {
  clear: both;
}
.ec-subscriptionRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-subscriptionRole img {
  max-width: 100%;
  height: auto;
}
.ec-subscriptionRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-subscriptionRole *,
.ec-subscriptionRole *::before,
.ec-subscriptionRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionRole {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionRole .ec-shelfGrid {
    margin-bottom: 20px;
  }
}
.ec-subscriptionRole .ec-accordion {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .ec-subscriptionRole .ec-imageMobile {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.ec-subscriptionTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-left: 5px solid #323e48;
  padding-left: 10px;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionTitle {
    font-size: 18px;
  }
}
.ec-subscriptionTitle span {
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionTitle span {
    font-size: 14px;
  }
}
.ec-subscriptionBody {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionBody .ec-accordion {
    margin-left: 20px;
  }
}
.ec-subscriptionDelivery {
  width: 100%;
  margin: 20px auto 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionDelivery {
    flex-direction: row;
  }
}
.ec-subscriptionDelivery__box {
  text-align: center;
  width: 100%;
  background-color: #F7F7F7;
  padding: 15px 30px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionDelivery__box {
    width: auto;
    flex: 1;
    padding: 15px 10px;
  }
}
.ec-subscriptionDelivery__boxNum {
  font-size: 14px;
  text-align: center;
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionDelivery__boxNum {
    font-size: 16px;
  }
}
.ec-subscriptionDelivery__boxNum span {
  max-width: 110px;
  padding-bottom: 3px;
  border-bottom: 1px solid #323E48;
}
.ec-subscriptionDelivery__boxShipping {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionDelivery__boxShipping {
    font-size: 24px;
  }
}
.ec-subscriptionDelivery__arrow {
  margin: 10px auto;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionDelivery__arrow {
    margin: 0 20px;
  }
}
.ec-subscriptionDelivery__arrow span {
  content: "";
  width: 20px;
  height: 14px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  display: inline-block;
  background-color: #a32035;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionDelivery__arrow span {
    width: 14px;
    height: 20px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}
.ec-subscriptionGrid {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .ec-subscriptionGrid {
    max-width: 600px;
    margin: 0 auto 20px;
  }
}
.ec-subscriptionGrid .ec-shelfGrid__item {
  text-align: center;
}
.ec-subscriptionGrid .ec-shelfGrid__item img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .ec-subscriptionGrid .ec-shelfGrid__item img {
    max-width: 180px;
  }
}
.ec-subscriptionMerit {
  padding: 30px 0;
  border-top: 1px dotted #D1D6D9;
}
.ec-subscriptionMerit h3 {
  font-size: 20px;
  margin: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionMerit h3 {
    font-size: 22px;
  }
}
.ec-subscriptionMerit h3 span {
  color: #fff;
  text-align: center;
  padding: 4px;
  background-color: #323E48;
  border-radius: 3px;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  line-height: 20px;
  display: inline-block;
}
.ec-subscriptionMerit p {
  margin: 15px 0;
}
.ec-subscriptionMerit__inner1 {
  max-width: 720px;
  background-color: #FFF;
  padding: 0;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionMerit__inner1 {
    padding: 40px 0;
  }
}
.ec-subscriptionMerit__communication {
  display: flex;
  gap: 10px;
  margin-bottom: 1rem;
}
.ec-subscriptionMerit__communication p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 32px;
  margin: 0;
  border: 2px solid;
  border-radius: 50px;
  background-color: #FFF;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionMerit__communication p {
    font-size: 20px;
    line-height: 50px;
  }
}
.ec-subscriptionMerit__communication .line {
  flex: 1;
  color: #00B095;
  border-color: #00B095;
}
.ec-subscriptionMerit__communication .tel {
  flex: 1.2;
  color: #0066B5;
  border-color: #0066B5;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionMerit__communication .tel {
    flex: 1;
  }
}
.ec-subscriptionMerit__counselor {
  display: flex;
  gap: 2.5%;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionMerit__counselor {
    gap: 5%;
  }
}
.ec-subscriptionMerit__counselor p {
  flex: 1;
  margin: 0;
}
.ec-subscriptionMerit__inner2 {
  max-width: 720px;
  background-color: #f7f7f7;
  padding: 10px 0;
  margin: 0 auto 30px;
}
.ec-subscriptionMerit__inner2 h4 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #323E48;
  padding: 8px 0;
  margin: 0;
}
.ec-subscriptionMerit__inner2 img {
  margin: auto;
  display: block;
}
.ec-subscriptionMerit__inner3 {
  text-align: center;
  max-width: 720px;
  background-color: #f7f7f7;
  padding: 20px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionMerit__inner3 {
    padding: 40px 20px;
  }
}
.ec-subscriptionMerit__inner3 ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
  text-align: left;
}
.ec-subscriptionMerit__inner3 ul li {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionMerit__inner3 ul li {
    font-size: 24px;
  }
}
.ec-subscriptionMerit__inner3 ul li:before {
  content: "OK";
  font-size: 12px;
  color: #fff;
  background-color: #00B095;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: 2px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionMerit__inner3 ul li:before {
    font-size: 14px;
  }
}
.ec-subscriptionMerit__inner3 ul li:last-child {
  margin-bottom: 0;
}
.ec-subscriptionMerit__inner3 img {
  width: 60%;
  margin: auto;
  display: block;
  max-width: 240px;
}
.ec-subscriptionMerit .ec-faqRole__accordion {
  width: 100%;
  max-width: 720px;
  margin: auto;
}
.ec-subscriptionStep {
  width: 100%;
  margin: 10px auto;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionStep {
    font-size: 16px;
  }
}
.ec-subscriptionStep__row {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionStep__row {
    flex-direction: row;
  }
}
.ec-subscriptionStep__row .header {
  background: #323E48;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 0;
  border-bottom: 4px solid #fff;
  display: none;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionStep__row .header {
    display: block;
  }
}
.ec-subscriptionStep__row .header:first-child {
  width: 35%;
  border-right: 2px solid #fff;
}
.ec-subscriptionStep__row .header:last-child {
  flex: 1;
}
.ec-subscriptionStep__row .inner {
  background: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  margin-bottom: 0;
  border: solid #D1D6D9;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionStep__row .inner {
    padding: 10px;
  }
}
.ec-subscriptionStep__row .inner.left {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 5px;
  background-color: #fafafa;
  border-width: 1px;
  border-bottom: 1px dashed #D1D6D9;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionStep__row .inner.left {
    width: 35%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-width: 1px 0 1px 1px;
    border-bottom: 1px solid #D1D6D9;
  }
}
.ec-subscriptionStep__row .inner.left div {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionStep__row .inner.left div {
    padding: 5px;
  }
}
.ec-subscriptionStep__row .inner.left .ec-level {
  font-size: 12px;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionStep__row .inner.left .ec-level {
    font-size: 14px;
  }
}
.ec-subscriptionStep__row .inner.right {
  flex: 1;
  display: flex;
  justify-content: space-around;
  border-width: 0 1px 1px 1px;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionStep__row .inner.right {
    border-width: 1px 1px 1px 0;
  }
}
.ec-subscriptionStep__row .inner.right div {
  flex: 1;
  max-width: 130px;
  padding: 0 5px;
}
.ec-subscriptionTable {
  width: 100%;
  display: table;
}
.ec-subscriptionTable__row {
  display: table-row;
  margin-bottom: 0;
}
.ec-subscriptionTable__cell {
  width: 25%;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 4px 2px;
  margin-bottom: 0;
  display: table-cell;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionTable__cell {
    padding: 6px;
  }
}
.ec-subscriptionTable__cell img {
  max-width: 120px;
}
.ec-subscriptionNext {
  display: flex;
  align-items: center;
  position: relative;
}
.ec-subscriptionNext .left {
  width: 25%;
  text-align: right;
  padding-right: 2rem;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionNext .left {
    width: 40%;
  }
}
.ec-subscriptionNext .right {
  flex: 1;
  text-align: left;
}
.ec-subscriptionNext__polygon {
  width: 2.5rem;
  height: 1.3rem;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionNext__polygon {
    width: 3.5rem;
    height: 1.65rem;
  }
}
.ec-subscriptionNext__polygon span {
  width: 2.5rem;
  height: 1rem;
  clip-path: polygon(15% 0, 50% 70%, 85% 0, 100% 0, 50% 100%, 0 0);
  background-color: #d26978;
  display: inline-block;
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionNext__polygon span {
    width: 3.5rem;
    height: 1.25rem;
  }
}
.ec-subscriptionNext__polygon1 {
  top: 0;
}
.ec-subscriptionNext__polygon2 {
  top: 0.7rem;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionNext__polygon2 {
    top: 0.85rem;
  }
}
.ec-subscriptionNext__text {
  font-size: 14px;
  line-height: 1.25;
  display: block;
}
.ec-subscriptionNext__text.txt_up {
  color: #323E48;
}
.ec-subscriptionNext__text.txt_down {
  color: #698499;
}
.ec-subscriptionNext__text .ask {
  color: #d26978;
  padding: 1px 4px;
  margin-right: 4px;
  margin-bottom: 3px;
  border: 1px solid #d26978;
  border-radius: 3px;
  display: inline-block;
}
.ec-subscriptionLoop {
  position: relative;
  margin-bottom: 35px;
}
.ec-subscriptionLoop__frame {
  position: absolute;
  display: block;
  content: "";
  width: 5rem;
  height: 110%;
  top: -5%;
  left: -1rem;
  border: solid #f89cab;
  border-width: 4px 0 4px 4px;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionLoop__frame {
    width: 21%;
    left: -4%;
  }
}
.ec-subscriptionLoop__start {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 5%;
  bottom: -5%;
  left: 4rem;
  background-color: #f89cab;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionLoop__start {
    left: 17%;
  }
}
.ec-subscriptionLoop__end {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 15px;
  top: -5%;
  left: 4rem;
  background-color: #f89cab;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionLoop__end {
    left: 17%;
  }
}
.ec-subscriptionLoop__endInner {
  position: relative;
  width: 4px;
  height: 15px;
}
.ec-subscriptionLoop__polygon {
  width: 14px;
  height: 10px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  display: inline-block;
  background-color: #f89cab;
  position: absolute;
  bottom: -4px;
  left: -5px;
}
.ec-subscriptionGuide {
  margin: 10px 0;
}
@media only screen and (max-width: 767px) {
  .ec-subscriptionGuide {
    padding-inline-start: 8%;
  }
}
.ec-subscriptionGuide li {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .ec-subscriptionGuide li {
    font-size: 14px;
  }
}
.ec-subscriptionGuide li:last-child {
  margin-bottom: 0;
}
.ec-subscriptionProducts {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionProducts {
    flex-direction: row;
  }
}
.ec-subscriptionProducts__item {
  width: 100%;
  border-bottom: 1px dashed #D1D6D9;
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionProducts__item {
    width: 50%;
    max-width: 340px;
    border: none;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
}
.ec-subscriptionProducts__item:last-child {
  border-bottom: none;
}
.ec-subscriptionProducts__itemWrap {
  display: flex;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionProducts__itemWrap {
    flex-direction: column;
  }
}
.ec-subscriptionProducts__itemImage {
  width: 25%;
  max-width: 100px;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionProducts__itemImage {
    width: 100%;
    max-width: initial;
    margin-bottom: 15px;
  }
}
.ec-subscriptionProducts__itemImage img {
  width: 100%;
  border: 1px solid #DDDDDD;
}
.ec-subscriptionProducts__itemDetail {
  width: 75%;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionProducts__itemDetail {
    width: 100%;
    padding-left: 0;
  }
}
.ec-subscriptionProducts__itemDetail__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionProducts__itemDetail__title {
    font-size: 15px;
  }
}
.ec-subscriptionProducts__itemDetail__set {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionProducts__itemDetail__set {
    font-size: 12px;
  }
}
.ec-subscriptionProducts__itemDetail__name {
  font-weight: 700;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionProducts__itemDetail__name {
    font-size: 18px;
  }
}
.ec-subscriptionProducts__itemDetail__name a {
  text-decoration: none;
}
.ec-subscriptionProducts__itemDetail__name a:hover {
  text-decoration: underline;
}
.ec-subscriptionProducts__itemDetail__price {
  font-size: 16px;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionProducts__itemDetail__price {
    font-size: 18px;
  }
}
.ec-subscriptionProducts__itemDetail__price p:first-child {
  padding-right: 10px;
}
.ec-subscriptionProducts__itemDetail__price .price02-defaultLabel {
  font-size: 12px;
  margin-right: 2px;
  vertical-align: 1px;
}
.ec-subscriptionProducts__itemBtn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionProducts__itemBtn {
    margin-top: auto;
  }
}
.ec-subscriptionChange {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionChange {
    max-width: 720px;
  }
}
.ec-subscriptionChange p {
  width: 100%;
  font-size: 9px;
  text-align: center;
  line-height: 1.25;
  font-feature-settings: "palt";
  letter-spacing: -1px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionChange p {
    font-size: 12px;
  }
}
.ec-subscriptionChange__before {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  border: 1px dashed #CCCCCC;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionChange__before {
    padding: 10px;
  }
}
.ec-subscriptionChange__before div {
  flex: 1;
  padding-left: 5px;
}
.ec-subscriptionChange__before div:first-child {
  padding-left: 0;
}
.ec-subscriptionChange__arrow {
  width: 12%;
  padding: 0 5px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionChange__arrow {
    width: 8%;
  }
}
.ec-subscriptionChange__arrow span {
  width: 100%;
  height: 4rem;
  clip-path: polygon(100% 50%, 30% 0, 30% 20%, 60% 40%, 0 40%, 0 60%, 60% 60%, 30% 80%, 30% 100%);
  display: block;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionChange__arrow span {
    height: 6rem;
  }
}
.ec-subscriptionChange__after {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  border: 1px solid;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionChange__after {
    padding: 10px;
  }
}
.ec-subscriptionChange__after div {
  flex: 1;
  padding-left: 5px;
}
.ec-subscriptionChange__after div:first-child {
  padding-left: 0;
}
.ec-subscriptionChange.Duo .ec-subscriptionChange__before {
  width: 52.8%;
}
.ec-subscriptionChange.Duo .ec-subscriptionChange__arrow span {
  background: #00B095;
}
.ec-subscriptionChange.Duo .ec-subscriptionChange__after {
  width: 35.2%;
  border-color: #00B095;
}
.ec-subscriptionChange.Trio .ec-subscriptionChange__before {
  width: 35.2%;
}
.ec-subscriptionChange.Trio .ec-subscriptionChange__arrow span {
  background: #0066B5;
}
.ec-subscriptionChange.Trio .ec-subscriptionChange__after {
  width: 52.8%;
  border-color: #0066B5;
}
.ec-subscriptionFaq__question {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  background: #F7F7F7;
  border-top: 1px solid #D1D6D9;
  border-bottom: 1px dotted #D1D6D9;
  padding: 14px 40px;
  margin-top: 1rem;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ec-subscriptionFaq__question {
    font-size: 16px;
  }
}
.ec-subscriptionFaq__answer {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  padding: 14px 5px 22px;
  display: inline-block;
  background-color: #fff;
}
.ec-subscriptionFaq__contact {
  display: block;
  margin: 15px 0;
}
.ec-subscriptionFaq__contactInner {
  font-size: 14px;
  line-height: 1.75;
  border: 1px solid #D1D6D9;
  margin: 0;
  padding: 10px 20px;
  display: inline-block;
}
.ec-subscriptionFaq__contactTel {
  font-size: 16px;
}
.ec-subscriptionFaq__contactTel img {
  width: 14px;
  margin-right: 5px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

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

/*
定期案内ページ
*/
.ec-sensitiveRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.ec-sensitiveRole:after {
  content: " ";
  display: table;
}
.ec-sensitiveRole:after {
  clear: both;
}
.ec-sensitiveRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-sensitiveRole img {
  max-width: 100%;
  height: auto;
}
.ec-sensitiveRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-sensitiveRole *,
.ec-sensitiveRole *::before,
.ec-sensitiveRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
@media only screen and (min-width: 768px) {
  .ec-sensitiveRole {
    margin-top: 20px;
  }
}
.ec-sensitiveRole .ec-accordion {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.ec-sensitiveRole .ec-accordion p {
  font-size: 16px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .ec-sensitiveRole .ec-imageMobile {
    width: 100%;
    max-width: 420px;
  }
}

.ec-sensitiveTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-left: 5px solid #323e48;
  padding-left: 10px;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .ec-sensitiveTitle {
    font-size: 18px;
  }
}
.ec-sensitiveTitle span {
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .ec-sensitiveTitle span {
    font-size: 14px;
  }
}
.ec-sensitiveBody {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ec-sensitiveBody .ec-accordion {
    margin-left: 20px;
  }
}
.ec-sensitiveImage__around {
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  .ec-sensitiveImage__around {
    width: 25%;
    margin: 0 0 40px 40px;
    float: right;
  }
}
.ec-sensitiveImage__flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  .ec-sensitiveImage__flex {
    gap: 50px;
  }
}
.ec-sensitiveImage__flexInner {
  flex: 1;
}
.ec-sensitiveImage__flexInner p {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.ec-sensitiveImage__qusome {
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  .ec-sensitiveImage__qusome {
    width: 80%;
    display: block;
  }
}
.ec-sensitiveCause dt {
  font-weight: 700;
}
.ec-sensitiveCause dd {
  font-size: 16px;
}
.ec-sensitiveEvidence__illust {
  width: 90%;
  max-width: 350px;
  margin: 0 auto 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ec-sensitiveEvidence__illust {
    width: 40%;
    margin: 0 0 0 50px;
    float: right;
  }
}
.ec-sensitiveEvidence__illust .note {
  font-size: 12px;
  position: absolute;
  background-color: #fff;
  padding: 5px;
  border: 1px dashed #323E48;
  display: inline-block;
}
.ec-sensitiveEvidence__illust .note01 {
  top: 12%;
  right: 12%;
}
.ec-sensitiveEvidence__illust .note02 {
  top: 70%;
  left: 0;
}
.ec-sensitiveEvidence__illust .note03 {
  bottom: 0;
  right: 0;
}
.ec-sensitiveEvidence__graph {
  width: 90%;
  max-width: 350px;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 768px) {
  .ec-sensitiveEvidence__graph {
    width: 40%;
    float: right;
    margin: 0 0 0 50px;
  }
}
.ec-sensitiveEvidence__graphTitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
}
.ec-sensitiveEvidence__graphNote {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.ec-sensitiveEvidence__graphNote .note {
  font-size: 10px;
}
.ec-sensitiveEvidence__graphNote .note span {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.ec-sensitiveEvidence__graphNote .note01 span {
  background: linear-gradient(to bottom, #0066b5, #64acd6);
}
.ec-sensitiveEvidence__graphNote .note02 span {
  background: linear-gradient(to bottom, #00b095, #95d0c0);
}
.ec-sensitiveEvidence__graphNote .note03 span {
  background: linear-gradient(to bottom, #cd325d, #f18da9);
}
.ec-sensitiveEvidence__graphNote .note04 span {
  background: linear-gradient(to bottom, #efd363, #f4e29b);
}
.ec-sensitiveQuote {
  font-weight: 600;
  max-width: 820px;
  margin: 60px auto 0;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

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

/*
定期案内ページ
*/
.ec-brandRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.ec-brandRole:after {
  content: " ";
  display: table;
}
.ec-brandRole:after {
  clear: both;
}
.ec-brandRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-brandRole img {
  max-width: 100%;
  height: auto;
}
.ec-brandRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-brandRole *,
.ec-brandRole *::before,
.ec-brandRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
@media only screen and (min-width: 768px) {
  .ec-brandRole {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ec-brandRole .ec-imageMobile {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.ec-brandTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-left: 5px solid #323e48;
  padding-left: 10px;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .ec-brandTitle {
    font-size: 18px;
  }
}
.ec-brandTitle span {
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .ec-brandTitle span {
    font-size: 14px;
  }
}
.ec-brandBody {
  padding-bottom: 20px;
}
.ec-brandFunctions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ec-brandFunctions__block {
  display: flex;
  gap: 10px;
  padding-left: 0;
}
.ec-brandFunctions__title {
  font-weight: normal;
}
.ec-brandFunctions__title span {
  font-size: 20px;
  font-weight: 700;
}
.ec-brandFunctions__icon img {
  width: 16vw;
  height: 16vw;
  max-width: 60px;
  max-height: 60px;
}
.ec-brandImage__around {
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  .ec-brandImage__around {
    width: 40%;
    min-width: 320px;
    margin: 0 0 40px 40px;
    float: right;
  }
}
.ec-brandImage__course {
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  .ec-brandImage__course {
    width: 60%;
    margin: 30px auto;
    display: block;
  }
}
.ec-brandImage__trio {
  padding: 0 30px;
}

/**
メディアクエリ
SP フォーストで記述する。
Twitter Bootstrap デフォルト準拠
 */
.hidden-xs {
  display: none;
}
@media only screen and (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}

.visible-xs {
  display: block;
}
@media only screen and (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}

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

/*
定期案内ページ
*/
.ec-storyRole {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  color: #323E48;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1130px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.ec-storyRole:after {
  content: " ";
  display: table;
}
.ec-storyRole:after {
  clear: both;
}
.ec-storyRole textarea { /* for chrome fontsize bug */
  font-family: sans-serif;
}
.ec-storyRole img {
  max-width: 100%;
  height: auto;
}
.ec-storyRole html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ec-storyRole *,
.ec-storyRole *::before,
.ec-storyRole *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
@media only screen and (min-width: 768px) {
  .ec-storyRole {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ec-storyRole .ec-imageMobile {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.ec-storyTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  border-left: 5px solid #323e48;
  padding-left: 10px;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .ec-storyTitle {
    font-size: 18px;
  }
}
.ec-storyTitle span {
  font-size: 14px;
  font-weight: 400;
}
.ec-storyBody {
  padding-bottom: 20px;
}
.ec-storyImage__around {
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
  .ec-storyImage__around {
    width: 40%;
    min-width: 320px;
    margin: 0 40px 40px 0px;
    float: left;
  }
}
.ec-storyImage__qusome {
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  .ec-storyImage__qusome {
    width: 40%;
    min-width: 320px;
    margin: 40px 0 40px 40px;
    float: right;
  }
}
@media only screen and (min-width: 768px) {
  .ec-storyImage__test {
    padding: 0 30px;
  }
}
.ec-storyImage__flexRow {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 10px auto 20px;
}
@media only screen and (min-width: 768px) {
  .ec-storyImage__flexRow {
    gap: 50px;
  }
}
.ec-storyImage__flexCol {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) {
  .ec-storyImage__flexCol {
    flex-direction: row;
    gap: 50px;
  }
}
.ec-storyImage__flexInner {
  flex: 1;
}
.ec-storyImage__flexInner p {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .ec-storyImage__flexInner img {
    width: 100%;
    max-width: 400px;
    margin: auto;
    display: block;
  }
}
.ec-storyEvidence {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .ec-storyEvidence {
    flex-direction: row;
  }
}
.ec-storyEvidence p {
  font-size: 16px;
  line-height: 1.6;
  flex: 1;
}
.ec-storyEvidence__illust {
  width: 90%;
  max-width: 350px;
  margin: 30px auto 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ec-storyEvidence__illust {
    width: 50%;
    margin: 0 0 0 40px;
  }
}
.ec-storyEvidence__illust .note {
  font-size: 12px;
  position: absolute;
  background-color: #fff;
  padding: 5px;
  border: 1px dashed #323E48;
  display: inline-block;
}
.ec-storyEvidence__illust .note01 {
  top: 12%;
  right: 12%;
}
.ec-storyEvidence__illust .note02 {
  top: 70%;
  left: 0;
}
.ec-storyEvidence__illust .note03 {
  bottom: 0;
  right: 0;
}
.ec-storyEvidence__graph {
  width: 90%;
  max-width: 350px;
  margin: 30px auto 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ec-storyEvidence__graph {
    width: 50%;
    margin: 0 0 0 40px;
  }
}
.ec-storyEvidence__graphTitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
}
.ec-storyEvidence__graphNote {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.ec-storyEvidence__graphNote .note {
  font-size: 10px;
}
.ec-storyEvidence__graphNote .note span {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.ec-storyEvidence__graphNote .note01 span {
  background: linear-gradient(to bottom, #0066b5, #64acd6);
}
.ec-storyEvidence__graphNote .note02 span {
  background: linear-gradient(to bottom, #00b095, #95d0c0);
}
.ec-storyEvidence__graphNote .note03 span {
  background: linear-gradient(to bottom, #cd325d, #f18da9);
}
.ec-storyEvidence__graphNote .note04 span {
  background: linear-gradient(to bottom, #efd363, #f4e29b);
}
.ec-storyQuote {
  font-weight: 600;
  max-width: 820px;
  margin: 40px auto;
}
@media only screen and (min-width: 768px) {
  .ec-storyQuote {
    margin: 0 auto 40px;
  }
}/*# sourceMappingURL=style.css.map */