/* カスタマイズ用CSS */

/* 全体 */
.ec-maintenanceAlert, .ec-debugModeAlert {
  height: 5px;
}

.ec-maintenanceAlert + * {
    margin-top: 5px;
}

body {
    font-family:'Meiryo UI','ヒラギノ角ゴシック';
    background-color: #ffffff;
}
  
  
  /* 商品一覧ページの金額表記 */
  .custom-product-description-1 {
    margin-bottom: 8px;
  }
  
  .custom-product-description-2 {
    margin-top: auto;
    margin-bottom: 8px;
  }
  
  .unit-price {
      margin-top: 8px;
      font-size: 20px;
      font-weight: bold;
  }
  
  .unit-price-tax, .carton-price {
      font-size: 12px;
      color: black;
  }
  
  .unit-description {
      font-size: 12px;
      color: red;
  }
  
  /* カスタムブロック共通 */
  .ec-eyecatchRole__introEnTitle {
    color: black;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0.8em;
  }
  
  .ec-eyecatchRole__introTitle {
    color: black;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1em;
  }
  
  .custom-ec-eyecatchRole__image {
    width: 50%;
  }
  
  .custom-ec-eyecatchRole .custom-ec-eyecatchRole__intro,
  .custom-ec-eyecatchRole .custom-ec-eyecatchRole__image {
    margin-top: 30px;
  }
  
  .custom-ec-eyecatchRole .ec-eyecatchRole__introDescription {
    margin-bottom: 30px;
  }
  
  .custom-ec-eyecatchRole__intro .ec-eyecatchRole__introDescription {
    color: black;
    line-height: 2;
  }
  
  .custom-ec-eyecatchRole__intro ul {
    list-style-type: none;
    margin: 16px 0;
    padding-left: 20px;
  }
  
  .custom-ec-eyecatchRole__intro .custom-notice {
    color: black;
    margin-bottom: 30px;
    line-height: 2;
  }
  
  .ec-sliderRole {
    margin-bottom: 0px;
  }
  
  /* トップページ */
  .ec-sliderRole,
  .main_visual,
  .slick-list,
  .slick-track {
    margin-bottom: 0px;
    max-height: 400px;
  }
  
  .slick-slide>img {
    object-fit: contain;
  }
  
  /* フッターブロック*/
  .custom-footerSub {
    font-weight: normal;
    font-size: 12px;
  }
  
  .ec-footerTitle .ec-footerTitle__logo .custom-footerSub a {
    font-size: 14px;
    color: #0080ff;
  }

  /* 注文編集：小計～合計セクション（商品別との区切り・小計の余白） */
  #order-product-custom .custom-summary-section {
    margin-top: 4rem;
  }
  #order-product-custom .custom-subtotal-row {
    margin-right: 64px;
  }
  /* 注文編集：小計～合計テーブル（custom-calculation-table と同じ構成、背景色なし） */
  #order-product-custom .custom-summary-table tbody tr {
    background-color: transparent;
  }
  
  /* 新着商品ブロック*/
  .ec-newItemRole__listItem {
    background-color: #eee;
    padding: 12px;
  }
  
  .ec-eyecatchRole {
    margin: 0;
  }
  
  .ec-eyecatchRole__image {
    margin: 0;
  }
  
  .ec-sliderRole {
    padding-bottom: 40px;
  }
  
  /* 新着情報 */
  .ec-newsRole {
    padding: 30px;
  }
  
  /* プライバシーポリシー */
  .privacy-policy-list {
    list-style: none;
    padding: 0;
  }
  
  .privacy-policy-list li {
    margin-bottom: 24px
  }
  
  .privacy-polycy-items {
    margin-bottom: 8px;
    text-decoration: underline;
  }
  
  .privacy-polycy-item3-items {
    margin: 16px 0;
  }
  
  .privacy-polycy-item3-items li {
    margin-bottom: 16px;
  }
  
  .privacy-policy-notice,
  .privacy-polycy-administrator {
    padding: 0 16px;
    margin: 16px 0;
  }
  
  /*特定商取引法, お支払い方法*/
  .ec-borderedDefs dl {
    padding-bottom: 32px;
  }
  
  .ec-borderedDefs dt {
    padding: 0;
    height: auto;
  }
  
  .ec-borderedDefs dd {
    height: auto;
    line-height: 1.6;
  }

  /* 金額明細アコーディオン（名入れ料金・オプション料金） */
  .ec-totalBox__accordion {
    margin: 0 0 8px 0;
    padding: 0;
  }
  .ec-totalBox__accordion summary.ec-totalBox__accordion-trigger {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    list-style: none;
    cursor: pointer;
    font-weight: normal;
    padding: 0;
  }
  .ec-totalBox__accordion summary::-webkit-details-marker {
    display: none;
  }
  .ec-totalBox__accordion summary::marker {
    display: none;
  }
  .ec-totalBox__accordion-dt::after {
    content: " ＋";
    font-weight: bold;
    margin-left: 4px;
  }
  .ec-totalBox__accordion[open] .ec-totalBox__accordion-dt::after {
    content: " −";
  }
  .ec-totalBox__accordion-dt {
    text-align: left;
  }
  .ec-totalBox__accordion-dd {
    text-align: right;
  }
  .ec-totalBox__accordion-body {
    padding-top: 4px;
  }