/* カスタマイズ用CSS */


/* ======================================================================================

    COMMON

====================================================================================== */

/* common
*************************************************** */
  body {
    font-size: 15px;
    text-align: justify;
  }
  body,
  .ec-role {
    color: #000;
  }
  .ec-headerRole {
    padding-top: 56px;
  }
  @media screen and (max-width: 960px) {
    .ec-headerRole {
      padding-top: 32px;
    }
  }

/* margin & padding
*************************************************** */
  .btm8 { margin-bottom: 8px; }
  .btm16 { margin-bottom: 16px; }
  .btm24 { margin-bottom: 24px; }
  .btm32 { margin-bottom: 32px; }
  .btm40 { margin-bottom: 40px; }
  .btm48 { margin-bottom: 48px; }
  .btm56 { margin-bottom: 56px; }
  .btm64 { margin-bottom: 64px; }
  .btm72 { margin-bottom: 72px; }
  .btm80 { margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .btm16 { margin-bottom: 8px; }
    .btm24 { margin-bottom: 12px; }
    .btm32 { margin-bottom: 16px; }
    .btm40 { margin-bottom: 20px; }
    .btm48 { margin-bottom: 24px; }
    .btm56 { margin-bottom: 28px; }
    .btm64 { margin-bottom: 32px; }
    .btm72 { margin-bottom: 36px; }
    .btm80 { margin-bottom: 40px; }
  }

/* show hidden
*************************************************** */
  .pc-none {
    display: none;
  }
  .tab-none-inline {
    display: inline;
  }
  @media screen and (max-width: 960px) {
    .tab-none-inline { display: none; }
  }
  @media screen and (max-width: 560px) {
    .pc-none {
      display: block;
    }
  }

/* text
*************************************************** */
  .txt-ctr { text-align: center; }
  .txt-rgt { text-align: right; }
  .txt-lft { text-align: left; }
  .fnt-xs {
    font-size: 75%;
    line-height: 1.8em;
  }
  .fnt-sm { font-size: 87%; }
  .fnt-lg { font-size: 120%; }
  .fnt-bold { font-weight: bold; }
  @media screen and (max-width: 960px) {
    .txt-ctr-tab { text-align: center; }
  }
  @media screen and (max-width: 560px) {
    .txt-lft-sp { text-align: left; }
  }

/* table
*************************************************** */
  .tbl-def {
    width: 100%;
    table-layout: fixed;
  }
  .tbl-def th,
  .tbl-def td {
    padding: 8px 16px;
    border: 1px solid #f2f2f2;
  }
  .tbl-def th {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: normal;
  }
  .tbl-def td,
  .tbl-def td a {
    color: #000;
  }
  @media screen and (max-width: 960px) {
    .tbl-def thead {
      display: none;
    }
    .tbl-def td {
      position: relative;
      display: block;
      text-align: left;
    }
    .tbl-def td:first-child {
      background: #000;
      text-align: center;
      color: #fff;
      border-top: 24px solid #fff;
      border-left: none;
      border-right: none;
    }
    .tbl-def td:not(:first-child) {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .tbl-def td:not(:first-child)::before {
      content: attr(data-head);
      display: block;
      width: 48px;
      border: 1px solid;
      padding: 0 6px;
      margin-right: 12px;
      color: #ff008c;
      white-space: nowrap;
      line-height: 19px;
      text-align: center;
      font-size: 75%;
      font-weight: bold;
    }
    .tbl-def td > span {
      width: 235px;
    }
  }
  @media screen and (max-width: 560px) {
    .tbl-def {
      font-size: 88%;
    }
    .tbl-def td > span {
      flex: 1;
    }
  }

/* btn
*************************************************** */
  a.btn {
    transition: .4s all;
  }
  a.btn:hover {
    text-decoration: none;
  }
  a.btn-solid {
    display: inline-block;
    color: #000;
    border-width: 1px;
    border-style: solid;
    border-color: #f2f2f2;
    padding: 6px 0;
    width: 300px;
    border-radius: 0px;
  }
  a.btn-circle {
    display: table;
    margin-left: auto;
    margin-right: auto;
    background-color: #ff008c;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 350px;
    border-radius: 100px;
  }
  @media screen and (min-width: 961px) {
    a.btn-solid:hover {
      border-color: #ff008c;
    }
    a.btn-circle:hover {
      background-color: #000;
      color: #fff;
    }
  }
  @media screen and (max-width: 768px) {
    a.btn-solid,
    a.btn-circle {
      display: block;
      width: 100%;
    }
  }


/* box
*************************************************** */
  .box-bdr {
    border-width: 20px;
    border-style: solid;
    border-color: #f2f2f2;
    padding: 32px 96px;
    margin-bottom: 56px;
  }
  .box-bdr h3 {
    font-size: 100%;
    margin: 0;
    margin-bottom: 12px;
    line-height: 1.6em;
    color: #ff008c;
  }
  .box-bdr h3:not(:first-child) {
    padding-top: 40px;
  }
  .box-bdr p {
    line-height: 1.6em;
  }
  @media screen and (max-width: 960px) {
    .box-bdr {
      border-width: 16px;
      padding: 32px 48px;
    }
  }
  @media screen and (max-width: 560px) {
    .box-bdr {
      border-width: 8px;
      padding: 24px 16px;
      margin-bottom: 32px;
    }
    .box-bdr h3:not(:first-child) {
      padding-top: 24px
    }
  }


/* ======================================================================================

    HEADER

====================================================================================== */
  .ec-headerTitle .ec-headerTitle__title h1 {
    margin-bottom: 64px;
  }
  .ec-headerTitle img {
    margin-bottom: 40px;
  }
  .ec-headerTitle .logo--txt {
    font-size: 60%;
    padding: 0 32px 24px;
    background-image: url(/html/template/default/assets/img/common/line.svg);
    background-repeat: repeat-x;
    background-position: bottom center;
  }
  @media screen and (max-width: 768px) {
    .ec-headerTitle img {
      height: auto;
      margin-bottom: 16px;
    }
    .ec-headerTitle .logo--txt {
      font-size: 88%;
      padding: 0 16px 16px;
    }
    .ec-headerTitle .ec-headerTitle__title h1 {
      margin-bottom: 8px;
    }
  }

/* ======================================================================================

    FOOTER

====================================================================================== */
  .ec-footerRole {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000;
  }
  .ec-footerRole .ec-footerRole__inner {
    color: #fff;
  }
  @media screen and (max-width: 560px) {
    .ec-footerRole {
      padding: 56px 16px;
    }
  }


/* ======================================================================================

    商品一覧画面

====================================================================================== */

  /* --- 価格 --- */
  .price02-default{
    padding: 5px 0 10px;
  }
  
  /* --- 商品名 --- */
  @media screen and (max-width: 768px) {
    .ec-shelfGrid__item p {
      min-height: 2em;
    }
  }
  
  /* --- おすすめ順 ⇒ 非表示 --- */
  .ec-select select.order-by{
    display: none;
  }
  
  /* --- カートに入れるボタン --- */
  .ec-blockBtn--action{
    background-color: #303030;
    border-color: #303030;	
  }
  .ec-blockBtn--action:hover{
    background-color: #ff008c;
    border-color: #ff008c;
  }

/* ======================================================================================

    注文確認画面

====================================================================================== */

  /* --- 配送方法、お届け日、お届け時間 ⇒ 非表示 --- */
  .ec-orderDelivery__actions{
    display: none;
  }

  /* --- 支払い方法 ⇒ 非表示 --- */
  .ec-orderPayment{
    display: none;
  }  
  
  
  
  
/* ======================================================================================

    管理画面

====================================================================================== */

  .c-headerBar__logo{
      display: none !important;
  }