/* line 2, app/assets/stylesheets/admin/common.scss */
.document-editor__toolbar .ck-toolbar {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

/* line 10, app/assets/stylesheets/admin/common.scss */
.ck-editor__editable {
  background-color: #fafafb !important;
  color: #585874 !important;
}

/* line 16, app/assets/stylesheets/admin/common.scss */
[data-ckeditor-readonly="true"] .ck-editor__editable {
  cursor: not-allowed !important;
}

/* line 20, app/assets/stylesheets/admin/common.scss */
.really-disabled {
  background-color: #d1d5db !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
}

/* line 27, app/assets/stylesheets/admin/common.scss */
.ck-editor__editable_inline ul, .ck-editor__editable_inline ol {
  padding: revert;
}

/* line 32, app/assets/stylesheets/admin/common.scss */
.no-click {
  pointer-events: none;
}

/* line 37, app/assets/stylesheets/admin/common.scss */
#logo-sidebar li.alert {
  position: relative;
}

/* line 39, app/assets/stylesheets/admin/common.scss */
#logo-sidebar li.alert:after {
  content: "!";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.0;
  color: #fff;
  background-color: #f00;
  padding: 5px 10px;
  margin: 0 0 0 5px;
  border-radius: 50%;
  transform: translateY(-50%);
}

/* line 58, app/assets/stylesheets/admin/common.scss */
.home-bottom .alert {
  position: relative;
}

/* line 60, app/assets/stylesheets/admin/common.scss */
.home-bottom .alert:after {
  content: "!";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.0;
  color: #fff;
  background-color: #f00;
  padding: 5px 10px;
  margin: 0 0 0 5px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.admin-portal{
  margin-top: 48px
}
.notice-dashboard {
  margin-top: 48px
}
/* line 1, app/assets/stylesheets/admin/members/personal_members/form.scss */
#member-form, #form, .form-common {
  word-wrap: break-word;
}

/* line 4, app/assets/stylesheets/admin/members/personal_members/form.scss */
#member-form ::-moz-placeholder, #form ::-moz-placeholder, .form-common ::-moz-placeholder {
  font-weight: 400;
}
#member-form ::placeholder, #form ::placeholder, .form-common ::placeholder {
  font-weight: 400;
}

/* line 7, app/assets/stylesheets/admin/members/personal_members/form.scss */
#member-form input[type=checkbox]:checked, #form input[type=checkbox]:checked, .form-common input[type=checkbox]:checked {
  background-color: #005DA3;
}

/* line 10, app/assets/stylesheets/admin/members/personal_members/form.scss */
#member-form #group-info, #member-form .link-info, #member-form .btn-cancel-back, #form #group-info, #form .link-info, #form .btn-cancel-back, .form-common #group-info, .form-common .link-info, .form-common .btn-cancel-back {
  border: 1px #E2E2E7 solid;
}

/* line 13, app/assets/stylesheets/admin/members/personal_members/form.scss */
#member-form thead, #member-form tr, #form thead, #form tr, .form-common thead, .form-common tr {
  border-bottom: 1px solid #E2E2E7;
  height: 64px;
}

/* line 19, app/assets/stylesheets/admin/members/personal_members/form.scss */
#member-form .table-inputs tr, #form .table-inputs tr, .form-common .table-inputs tr {
  border-bottom: none !important;
}

/* line 23, app/assets/stylesheets/admin/members/personal_members/form.scss */
#member-form .btn-file, #form .btn-file, .form-common .btn-file {
  position: relative;
  overflow: hidden;
}

/* line 26, app/assets/stylesheets/admin/members/personal_members/form.scss */
#member-form .btn-file .material-icons, #form .btn-file .material-icons, .form-common .btn-file .material-icons {
  font-size: 20px;
}

/* line 31, app/assets/stylesheets/admin/members/personal_members/form.scss */
#member-form .btn-file input[type=file], #form .btn-file input[type=file], .form-common .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

/* line 47, app/assets/stylesheets/admin/members/personal_members/form.scss */
#member-form .really-disabled, #form .really-disabled, .form-common .really-disabled {
  background-color: #d1d5db !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
}

/* line 55, app/assets/stylesheets/admin/members/personal_members/form.scss */
#popup-modal-reject textarea, #popup-modal-reject select {
  border-color: #ECECF0;
  border-radius: 0.25rem;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap');

@tailwind base;
@tailwind components;
@tailwind utilities;

.field_with_errors input,
.field_with_errors textarea,
.field_with_errors select {
  @apply border border-apple-red;
}
/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/

@layer components {
  .annotation p:first-of-type {
    display: inline;
    margin: 0;
  }
}
/* =========================================================
   EC ストアTOP: テンプレート1 (shikuminet_A) 専用スタイル
   すべてのセレクタを `.ec-template-1` でスコープして他画面への漏れを防止。
   PCデスクトップ基準。640px以下でSPレイアウトへ切替。
   ========================================================= */

.ec-template-1 {
  --t1-fg: #171717;
  --t1-fg-muted: #737373;
  --t1-bg: #ffffff;
  --t1-surface-muted: #f5f5f5;
  --t1-border-light: #e5e5e5;
  --t1-green-base: #279048;
  --t1-green-dark: #07692c;
  --t1-green-light: #e5f4e5;
  --t1-mono-dark: #333333;
  --t1-mono-light: #eeeeee;
  --t1-mono-light-hover: #dcdcdc;
  --t1-mono-light-active: #e0e0e0;
  --t1-accent-light-hover: #d4ecd4;
  --t1-accent-light-active: #c3e6c3;
  --t1-red-base: #d73737;
  --t1-blue-base: #0e73bf;
  --t1-image-bg: #f4f4f5;
  --t1-input-border: #e4e4e7;
  --t1-input-placeholder: #71717a;
  --t1-breadcrumb-fg: #8a8a8a;
  --t1-badge-new-fg: #eeeeee;
  --t1-font-jp: "Noto Sans JP", sans-serif;
  --t1-font-mont: "Montserrat", sans-serif;
  --t1-font-sans: "Open Sans", sans-serif;
  --t1-font-logo: "B612", sans-serif;

  background: var(--t1-bg);
  color: var(--t1-fg);
  font-family: var(--t1-font-jp);
  -webkit-font-smoothing: antialiased;
}
.ec-template-1 *,
.ec-template-1 *::before,
.ec-template-1 *::after { box-sizing: border-box; }
.ec-template-1 img { display: block; max-width: 100%; }
.ec-template-1 a { color: inherit; text-decoration: none; }

/* ===== Store Header ===== */
.ec-template-1__store-header { display: flex; flex-direction: column; }
/* 共通レイアウト(main の lg:py-12 = 48px)による上部の空きを詰め、
   既存ヘッダーとの間隔を狭める。PC時のみ適用。 */
@media (min-width: 1024px) {
  .ec-template-1 { margin-top: -40px; }
}
.ec-template-1__store-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 12px clamp(20px, 6.25vw, 80px);
}
.ec-template-1__store-logo {
  width: 205px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ec-template-1__cart {
  position: relative;
  display: block;
  flex: 0 0 auto;
  align-self: flex-end;
  width: 37px;
  height: 37px;
  text-decoration: none;
  transition: opacity 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}
.ec-template-1__cart:hover { opacity: 0.75; }
.ec-template-1__cart-icon {
  display: block;
  flex-shrink: 0;
  width: 37px;
  height: 37px;
}
.ec-template-1__cart-count {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--t1-font-mont);
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: var(--t1-green-dark);
  pointer-events: none;
}
.ec-template-1__breadcrumb {
  padding: 0 clamp(20px, 6.25vw, 80px) 16px;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.32px;
  color: var(--t1-breadcrumb-fg);
}

/* ===== Hero ===== */
.ec-template-1__hero {
  height: 380px;
  padding: 0 clamp(20px, 3.125vw, 40px);
  display: flex;
  align-items: flex-start;
}
.ec-template-1__hero-inner {
  flex: 1 0 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: url(/assets/ec/template_1/hero.png) center 60% / cover no-repeat;
}
.ec-template-1__hero-title {
  position: absolute;
  left: 50%;
  top: 90px;
  transform: translateX(-50%);
  background: #fff;
  padding: 7px;
  font-family: var(--t1-font-mont);
  font-weight: 400;
  font-size: clamp(20px, 4.13vw, 52.9px);
  line-height: 1;
  color: var(--t1-green-base);
  white-space: nowrap;
}

/* ===== Content ===== */
.ec-template-1__content {
  padding: 80px clamp(20px, 9.375vw, 120px) 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

/* search block */
.ec-template-1__search {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.ec-template-1__section-title {
  margin: 0;
  padding: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--t1-mono-dark);
}

/* category */
.ec-template-1__category {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.ec-template-1__category .ec-template-1__section-title { width: 100%; }
.ec-template-1__chips {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.ec-template-1__chip-label { cursor: pointer; }
.ec-template-1__chip-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ec-template-1__chip {
  background: var(--t1-green-light);
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.8px;
  color: var(--t1-green-dark);
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  position: relative;
}
.ec-template-1__chip:hover { background: var(--t1-accent-light-hover); }
.ec-template-1__chip:active { background: var(--t1-accent-light-active); }
.ec-template-1__chip.is-selected {
  border-color: var(--t1-green-dark);
  padding-right: 26px;
}
.ec-template-1__chip.is-selected::after {
  content: "✕";
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 9px;
  line-height: 1;
  color: var(--t1-green-dark);
}

/* keyword */
.ec-template-1__keyword {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ec-template-1__search-row {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.ec-template-1__search-input {
  width: 335px;
  max-width: 100%;
  height: 53px;
  flex-shrink: 0;
  border: 1px solid var(--t1-input-border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 14px;
  overflow: hidden;
  transition: border-color 0.15s ease;
}
.ec-template-1__search-input:focus-within { border-color: var(--t1-green-dark); }
.ec-template-1__search-input-field {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--t1-font-jp);
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.32px;
  color: var(--t1-fg);
  min-width: 0;
}
.ec-template-1__search-input-field::-moz-placeholder {
  color: var(--t1-input-placeholder);
}
.ec-template-1__search-input-field::placeholder {
  color: var(--t1-input-placeholder);
}
.ec-template-1__search-input-btn {
  background: var(--t1-green-light);
  border: none;
  border-radius: 8px;
  width: 53px;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.15s ease;
}
.ec-template-1__search-input-btn:hover { background: var(--t1-accent-light-hover); }
.ec-template-1__search-input-btn:active { background: var(--t1-accent-light-active); }
.ec-template-1__search-input-btn img { width: 14px; height: 14px; }

.ec-template-1__search-summary {
  flex: 1 0 0;
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.ec-template-1__counts {
  flex: 1 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  color: var(--t1-mono-dark);
}
.ec-template-1__counts-group {
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.ec-template-1__counts-num {
  font-family: var(--t1-font-mont);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
}
.ec-template-1__counts-unit {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.32px;
}
.ec-template-1__sort-wrap { position: relative; }
.ec-template-1__sort {
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid var(--t1-mono-dark);
  border-radius: 2px;
  padding: 8px 28px 8px 8px;
  font-family: var(--t1-font-jp);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.32px;
  color: var(--t1-mono-dark);
  white-space: nowrap;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  /* 下向きシェブロン (▼) のインライン SVG */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23333333' d='M0 1.5l4 5 4-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 8px 8px;
  transition: background-color 0.15s ease;
}
.ec-template-1__sort:hover { background-color: var(--t1-surface-muted); }

/* ===== Grid ===== */
.ec-template-1__grid {
  width: 100%;
  max-width: 1000px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 13.33px;
}
.ec-template-1__empty {
  width: 100%;
  text-align: center;
  padding: 80px 0;
  color: var(--t1-fg-muted);
  font-size: 14px;
}

/* ===== Card ===== */
.ec-template-1__card {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  padding-bottom: 32px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.15s ease;
}
.ec-template-1__card-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--t1-image-bg);
  overflow: hidden;
}
.ec-template-1__card-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ec-template-1__card-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.4);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.ec-template-1__card:hover .ec-template-1__card-image::after,
.ec-template-1__card:focus-visible .ec-template-1__card-image::after { opacity: 1; }
.ec-template-1__badge-new {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 34px;
  height: 34px;
  border-radius: 1000px;
  background: var(--t1-green-base);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--t1-font-mont);
  font-weight: 500;
  font-size: 10px;
  color: var(--t1-badge-new-fg);
  z-index: 1;
}
.ec-template-1__card-meta {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  padding: 0 8px;
}
.ec-template-1__card-title {
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
  color: var(--t1-mono-dark);
  text-align: left;
  transition: color 0.2s ease;
}
.ec-template-1__card:hover .ec-template-1__card-title,
.ec-template-1__card:focus-visible .ec-template-1__card-title { color: var(--t1-green-dark); }
.ec-template-1__card-price {
  margin: 0;
  font-family: var(--t1-font-mont);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: var(--t1-mono-dark);
}
.ec-template-1__card-soldout {
  margin: 0;
  font-family: var(--t1-font-mont);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: var(--t1-red-base);
}

/* ===== もっと見る (mobile only) ===== */
.ec-template-1__more-btn {
  display: none; /* PC: 非表示 */
}

/* ===== Pagination ===== */
.ec-template-1__pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding-top: 24px;
}
.ec-template-1__page-nums { display: flex; align-items: center; gap: 16px; }
.ec-template-1__page-num {
  min-width: 24px;
  height: 24px;
  border: none;
  border-radius: 100px;
  background: var(--t1-mono-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: var(--t1-mono-dark);
  padding: 0 6px;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.ec-template-1__page-num:hover { background: var(--t1-mono-light-hover); }
.ec-template-1__page-num--active {
  background: var(--t1-mono-dark);
  color: #fff;
}
.ec-template-1__page-ellipsis {
  background: transparent;
  cursor: default;
}
.ec-template-1__page-ellipsis:hover { background: transparent; }
.ec-template-1__page-arrow {
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100px;
  background: var(--t1-mono-light);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease;
}
.ec-template-1__page-arrow:hover { background: var(--t1-mono-light-hover); }
.ec-template-1__page-arrow--disabled { opacity: 0.4; pointer-events: none; }
.ec-template-1__page-arrow img { width: 14px; height: 14px; }
.ec-template-1__arrow-left { transform: rotate(180deg); }

/* =========================================================
   Tablet
   ========================================================= */
@media (max-width: 960px) {
  .ec-template-1__grid { grid-template-columns: repeat(3, 1fr); }
}

/* =========================================================
   SP
   ========================================================= */
@media (max-width: 640px) {
  .ec-template-1__store-header-row { padding: 20px; }
  .ec-template-1__store-logo { width: 159px; height: 46px; }

  .ec-template-1__breadcrumb { padding: 0 20px 8px; }

  .ec-template-1__hero { height: 400px; padding: 0 20px; }
  .ec-template-1__hero-title { top: 128px; left: 27px; transform: none; }

  .ec-template-1__content { padding: 56px 20px 64px; gap: 40px; }
  .ec-template-1__search { gap: 40px; }

  .ec-template-1__section-title { text-align: center; width: 100%; }
  .ec-template-1__chips { justify-content: center; gap: 20px 16px; }

  .ec-template-1__search-row { flex-direction: column; align-items: stretch; gap: 12px; }
  .ec-template-1__search-input { width: 100%; max-width: 335px; }
  .ec-template-1__search-summary { width: 100%; padding-top: 24px; justify-content: space-between; }
  .ec-template-1__counts { flex: 0 0 auto; justify-content: flex-start; }
  .ec-template-1__counts-num { font-size: 24px; }
  .ec-template-1__counts-unit { font-size: 14px; }

  .ec-template-1__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .ec-template-1__card { align-items: flex-start; }
  .ec-template-1__card-meta { align-items: flex-end; padding: 0 4px; gap: 10px; }

  /* SP: もっと見るボタン表示 + ページネーション非表示 */
  a.ec-template-1__more-btn {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 24px;
    padding: 12px 6px;
    border: none;
    background: var(--t1-green-light);
    color: var(--t1-green-dark);
    font-family: var(--t1-font-jp);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.15s ease;
  }
  a.ec-template-1__more-btn:hover { background: var(--t1-accent-light-hover); }
  a.ec-template-1__more-btn:active { background: var(--t1-accent-light-active); }
  .ec-template-1__more-plus { font-size: 16px; line-height: 1; }
  .ec-template-1__pagination { display: none; }
}

/* =========================================================
   Product Detail
   ========================================================= */
.ec-template-1__breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}
.ec-template-1__breadcrumb a:hover { color: var(--t1-green-dark); }
.ec-template-1__breadcrumb-current {
  color: var(--t1-mono-dark);
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 40ch;
  vertical-align: bottom;
}

.ec-template-1__detail {
  padding: 32px clamp(20px, 6.25vw, 80px) 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ec-template-1__detail-grid {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

/* ===== Gallery ===== */
.ec-template-1__detail-gallery { width: 100%; }
.ec-template-1__detail-main-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--t1-image-bg);
  overflow: hidden;
  margin-bottom: 12px;
}
.ec-template-1__detail-main-slide {
  position: absolute;
  inset: 0;
}
.ec-template-1__detail-main-slide.hidden { display: none; }
.ec-template-1__detail-main-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ec-template-1__detail-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.85);
  color: var(--t1-mono-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.ec-template-1__detail-nav:hover { background: #ffffff; }
.ec-template-1__detail-nav--prev { left: 12px; }
.ec-template-1__detail-nav--next { right: 12px; }

.ec-template-1__detail-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.ec-template-1__detail-thumb {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  background: var(--t1-image-bg);
  border: 2px solid transparent;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.15s ease, opacity 0.15s ease;
  opacity: 0.6;
}
.ec-template-1__detail-thumb.is-active {
  border-color: var(--t1-green-base);
  opacity: 1;
}
.ec-template-1__detail-thumb:hover { opacity: 1; }
.ec-template-1__detail-thumb-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ec-template-1__detail-noimage {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--t1-surface-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--t1-fg-muted);
  font-family: var(--t1-font-mont);
  font-size: 12px;
  letter-spacing: 0.32px;
}

/* ===== Info ===== */
.ec-template-1__detail-info {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ec-template-1__detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.ec-template-1__chip--new {
  background: #fde4e4;
  color: var(--t1-red-base);
}
.ec-template-1__detail-title {
  margin: 0 0 20px;
  font-family: var(--t1-font-jp);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: var(--t1-mono-dark);
}
.ec-template-1__detail-price {
  font-family: var(--t1-font-mont);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  color: var(--t1-mono-dark);
  margin-bottom: 24px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.ec-template-1__detail-price-tax {
  font-family: var(--t1-font-jp);
  font-weight: 400;
  font-size: 12px;
  color: var(--t1-fg-muted);
  letter-spacing: 0.32px;
}

.ec-template-1__detail-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.ec-template-1__detail-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ec-template-1__detail-select-wrap {
  position: relative;
  width: 100%;
}
.ec-template-1__detail-select {
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid var(--t1-input-border);
  border-radius: 4px;
  padding: 12px 36px 12px 14px;
  font-family: var(--t1-font-jp);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.32px;
  color: var(--t1-mono-dark);
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23333333' d='M0 1.5l4 5 4-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 10px 10px;
  transition: border-color 0.15s ease;
}
.ec-template-1__detail-select:focus {
  outline: none;
  border-color: var(--t1-green-dark);
}

.ec-template-1__detail-stepper {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid var(--t1-input-border);
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
}
.ec-template-1__detail-stepper-btn {
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  color: var(--t1-mono-dark);
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.ec-template-1__detail-stepper-btn:hover { background: var(--t1-surface-muted); }
.ec-template-1__detail-stepper-input {
  width: 56px;
  border: none;
  border-left: 1px solid var(--t1-input-border);
  border-right: 1px solid var(--t1-input-border);
  text-align: center;
  font-family: var(--t1-font-mont);
  font-size: 14px;
  color: var(--t1-mono-dark);
  background: #fff;
  -moz-appearance: textfield;
}
.ec-template-1__detail-stepper-input::-webkit-outer-spin-button,
.ec-template-1__detail-stepper-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ec-template-1__detail-stepper-input:focus { outline: none; }
.ec-template-1__detail-stock {
  margin: 6px 0 0;
  font-family: var(--t1-font-jp);
  font-size: 11px;
  color: var(--t1-fg-muted);
  letter-spacing: 0.32px;
}

.ec-template-1__detail-submit {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 4px;
  background: var(--t1-green-base);
  color: #fff;
  font-family: var(--t1-font-jp);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background-color 0.15s ease, opacity 0.15s ease;
}
.ec-template-1__detail-submit:hover { background: var(--t1-green-dark); }
.ec-template-1__detail-submit:disabled {
  background: var(--t1-mono-light);
  color: var(--t1-fg-muted);
  cursor: not-allowed;
}

.ec-template-1__detail-description {
  margin-top: 8px;
  font-family: var(--t1-font-jp);
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.32px;
  color: var(--t1-mono-dark);
}
.ec-template-1__detail-description p { margin: 0 0 12px; }
.ec-template-1__detail-description p:last-child { margin-bottom: 0; }

/* ===== Detail SP ===== */
@media (max-width: 960px) {
  .ec-template-1__detail-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 640px) {
  .ec-template-1__detail { padding: 20px 20px 64px; }
  .ec-template-1__detail-title { font-size: 18px; }
  .ec-template-1__detail-price { font-size: 28px; }
  .ec-template-1__detail-thumb { width: 56px; height: 56px; }
}

/* =========================================================
   Cart
   ========================================================= */
.ec-template-1__cart-page {
  padding: 32px clamp(20px, 6.25vw, 80px) 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ec-template-1__cart-head {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 24px;
}
.ec-template-1__cart-title {
  margin: 0;
  font-family: var(--t1-font-jp);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: var(--t1-mono-dark);
}

/* ===== Empty ===== */
.ec-template-1__cart-empty {
  width: 100%;
  max-width: 1200px;
  padding: 80px 0;
  text-align: center;
}
.ec-template-1__cart-empty-text {
  margin: 0 0 24px;
  font-family: var(--t1-font-jp);
  font-size: 14px;
  color: var(--t1-fg-muted);
  letter-spacing: 0.32px;
}
.ec-template-1__cart-empty-link {
  display: inline-block;
  padding: 14px 40px;
  border: 1px solid var(--t1-green-base);
  border-radius: 4px;
  font-family: var(--t1-font-jp);
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--t1-green-dark);
  transition: background-color 0.15s ease, color 0.15s ease;
}
.ec-template-1__cart-empty-link:hover {
  background: var(--t1-green-base);
  color: #fff;
}

/* ===== Grid ===== */
.ec-template-1__cart-grid {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

/* ===== Table ===== */
/* 商品名 / 数量 / 小計 の3カラムを thead と各行で共有 */
.ec-template-1__cart-table { width: 100%; }
.ec-template-1__cart-thead,
.ec-template-1__cart-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 200px 120px;
  gap: 24px;
  align-items: center;
}
.ec-template-1__cart-thead {
  padding: 0 0 12px;
  border-bottom: 1px solid var(--t1-border-light);
}
.ec-template-1__cart-th {
  font-family: var(--t1-font-jp);
  font-size: 12px;
  letter-spacing: 0.5px;
  color: var(--t1-fg-muted);
}
.ec-template-1__cart-th--qty { text-align: center; }
.ec-template-1__cart-th--subtotal { text-align: right; }
.ec-template-1__cart-row {
  padding: 24px 0;
  border-bottom: 1px solid var(--t1-border-light);
}

/* ===== 商品名カラム ===== */
.ec-template-1__cart-cell-product {
  display: flex;
  gap: 20px;
  min-width: 0;
  align-items: flex-start;
}
.ec-template-1__cart-item-thumb {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  background: var(--t1-image-bg);
  overflow: hidden;
}
.ec-template-1__cart-item-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ec-template-1__cart-item-noimage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--t1-font-mont);
  font-size: 11px;
  letter-spacing: 0.32px;
  color: var(--t1-fg-muted);
}
.ec-template-1__cart-item-info { flex: 1; min-width: 0; }
.ec-template-1__cart-item-name {
  margin: 0 0 4px;
  font-family: var(--t1-font-jp);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--t1-mono-dark);
}
.ec-template-1__cart-item-name-link { transition: color 0.15s ease; }
.ec-template-1__cart-item-name-link:hover { color: var(--t1-green-dark); }
.ec-template-1__cart-item-variant {
  margin: 0 0 8px;
  font-family: var(--t1-font-jp);
  font-size: 12px;
  color: var(--t1-fg-muted);
}
.ec-template-1__cart-item-price {
  margin: 0;
  font-family: var(--t1-font-mont);
  font-size: 14px;
  font-weight: 500;
  color: var(--t1-mono-dark);
}
.ec-template-1__cart-item-warning {
  margin: 8px 0 0;
  font-family: var(--t1-font-jp);
  font-size: 12px;
  color: var(--t1-red-base);
}

/* ===== 数量カラム ===== */
/* ステッパーと「削除」を横並び（削除は旧「更新」ボタンの位置） */
.ec-template-1__cart-cell-qty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.ec-template-1__cart-qty-form { display: flex; align-items: center; }
.ec-template-1__cart-remove-form { margin: 0; }
.ec-template-1__cart-remove-btn {
  border: none;
  background: transparent;
  padding: 0;
  font-family: var(--t1-font-jp);
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--t1-fg-muted);
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
  transition: color 0.15s ease;
}
.ec-template-1__cart-remove-btn:hover { color: var(--t1-red-base); }

/* ===== 小計カラム ===== */
.ec-template-1__cart-cell-subtotal {
  text-align: right;
  font-family: var(--t1-font-mont);
}
.ec-template-1__cart-cell-subtotal-label { display: none; }
.ec-template-1__cart-cell-subtotal-value {
  font-size: 16px;
  font-weight: 500;
  color: var(--t1-mono-dark);
}

/* ===== Summary ===== */
.ec-template-1__cart-summary {
  position: sticky;
  top: 24px;
  background: var(--t1-surface-muted);
  border: none;
  border-radius: 4px;
  padding: 24px;
}
.ec-template-1__cart-summary-title {
  margin: 0 0 16px;
  font-family: var(--t1-font-jp);
  font-size: 15px;
  font-weight: 700;
  color: var(--t1-mono-dark);
}
.ec-template-1__cart-summary-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--t1-border-light);
}
.ec-template-1__cart-summary-row {
  display: flex;
  justify-content: space-between;
  font-family: var(--t1-font-jp);
  font-size: 13px;
  color: var(--t1-mono-dark);
}
.ec-template-1__cart-summary-row--muted { color: var(--t1-fg-muted); }
.ec-template-1__cart-summary-amount { font-family: var(--t1-font-mont); }
.ec-template-1__cart-summary-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 16px;
  margin-bottom: 24px;
  font-family: var(--t1-font-jp);
  font-size: 14px;
  color: var(--t1-mono-dark);
}
.ec-template-1__cart-summary-total-amount {
  font-family: var(--t1-font-mont);
  font-size: 26px;
  font-weight: 500;
}
/* `.ec-template-1 a { color: inherit }` に勝てるよう詳細度を上げて白文字を確定させる */
.ec-template-1 .ec-template-1__cart-checkout-btn {
  display: block;
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 4px;
  background: var(--t1-green-base);
  color: #fff;
  font-family: var(--t1-font-jp);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.15s ease, opacity 0.15s ease;
}
.ec-template-1__cart-checkout-btn:hover { background: var(--t1-green-dark); }
.ec-template-1__cart-checkout-btn:disabled {
  background: var(--t1-mono-light);
  color: var(--t1-fg-muted);
  cursor: not-allowed;
}
.ec-template-1__cart-checkout-note {
  margin: 12px 0 0;
  font-family: var(--t1-font-jp);
  font-size: 11px;
  letter-spacing: 0.5px;
  color: var(--t1-fg-muted);
  text-align: center;
}

/* ===== Cart SP ===== */
@media (max-width: 960px) {
  .ec-template-1__cart-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ec-template-1__cart-summary { position: static; }
}
@media (max-width: 640px) {
  .ec-template-1__cart-page { padding: 20px 20px 64px; }

  /* テーブル見出しは非表示にし、各行をカード状に積み上げる */
  .ec-template-1__cart-thead { display: none; }
  .ec-template-1__cart-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ec-template-1__cart-item-thumb { width: 80px; height: 80px; }
  .ec-template-1__cart-cell-qty { align-items: flex-start; }
  .ec-template-1__cart-cell-subtotal {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    text-align: left;
    padding-top: 8px;
    border-top: 1px dashed var(--t1-border-light);
  }
  .ec-template-1__cart-cell-subtotal-label {
    display: inline;
    font-family: var(--t1-font-jp);
    font-size: 12px;
    color: var(--t1-fg-muted);
  }
}

/* アクセシビリティ */
.ec-template-1 a:focus-visible,
.ec-template-1 button:focus-visible,
.ec-template-1 select:focus-visible {
  outline: 2px solid var(--t1-green-base);
  outline-offset: 2px;
}

/* モーション低減 */
@media (prefers-reduced-motion: reduce) {
  .ec-template-1 *,
  .ec-template-1 *::before,
  .ec-template-1 *::after { transition: none !important; }
}
/* =========================================================
   EC ストアTOP: テンプレート2 (shikuminet_B) 専用スタイル
   すべてのセレクタを `.ec-template-2` でスコープして他画面への漏れを防止。
   PC基準。1023px以下と767px以下でレスポンシブ切替。
   ========================================================= */

.ec-template-2 {
  --t2-accent: #000000;
  --t2-accent-strong: #333333;
  --t2-accent-soft: #eeeeee;
  --t2-accent-on: #ffffff;
  --t2-fg: #171717;
  --t2-fg-muted: #737373;
  --t2-fg-muted2: #8a8a8a;
  --t2-border-light: #e5e5e5;
  --t2-surface-muted: #f5f5f5;
  --t2-mono-dark: #333333;
  --t2-mono-light: #eeeeee;
  --t2-red: #d73737;
  --t2-blue: #0e73bf;
  --t2-placeholder: #71717a;
  --t2-sans: "Noto Sans JP", sans-serif;
  --t2-shippori: "Shippori Mincho", serif;
  --t2-cormorant: "Cormorant", serif;
  --t2-cormorant-inf: "Cormorant Infant", serif;

  background: #fff;
  color: var(--t2-fg);
  font-family: var(--t2-sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.ec-template-2 *,
.ec-template-2 *::before,
.ec-template-2 *::after { box-sizing: border-box; }
.ec-template-2 img { display: block; max-width: 100%; }
.ec-template-2 a { color: inherit; text-decoration: none; }
.ec-template-2 button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }

/* ============== Sub-head ============== */
.ec-template-2__subhead { display: flex; flex-direction: column; }
.ec-template-2__subhead-row {
  display: flex;
  justify-content: flex-end;
  padding: 20px 80px;
}
.ec-template-2__cart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 8px 10px;
  border: 1px solid var(--t2-mono-dark);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.8px;
  color: var(--t2-mono-dark);
  transition: background-color 0.15s, border-color 0.15s, color 0.15s;
}
.ec-template-2__cart:hover {
  background: var(--t2-accent-soft);
  border-color: var(--t2-accent);
  color: var(--t2-accent-strong);
}
.ec-template-2__cart:active { transform: translateY(1px); }
.ec-template-2__cart-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}
.ec-template-2__cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: var(--t2-mono-light);
  font-family: "Montserrat", var(--t2-sans);
  font-weight: 700;
  font-size: 10px;
  color: var(--t2-mono-dark);
  flex-shrink: 0;
}
.ec-template-2__breadcrumb {
  padding: 0 80px 8px;
  font-size: 11px;
  letter-spacing: 0.32px;
  color: var(--t2-fg-muted2);
}

/* ============== Hero (4 tiles) ============== */
.ec-template-2__hero {
  position: relative;
  height: 480px;
  overflow: hidden;
}
.ec-template-2__hero-tiles {
  display: flex;
  height: 100%;
}
.ec-template-2__hero-tile {
  flex: 1;
  position: relative;
  background: url(/assets/ec/template_2/hero.png) center top / cover no-repeat;
}
.ec-template-2__hero-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, var(--t2-shade, 0));
}
.ec-template-2__hero-copy {
  position: absolute;
  left: 33px;
  bottom: 34px;
  z-index: 2;
}
.ec-template-2__hero-title {
  margin: 0;
  font-family: var(--t2-cormorant-inf);
  font-weight: 700;
  font-size: 78px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ec-template-2__hero-sub {
  margin: 14px 0 0;
  font-family: var(--t2-shippori);
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* ============== Content ============== */
.ec-template-2__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 60px 0 64px;
}

.ec-template-2__search {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  width: 100%;
  max-width: 884px;
  padding: 0 32px;
}
.ec-template-2__sec-label {
  font-family: var(--t2-shippori);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.2px;
  color: var(--t2-mono-dark);
  text-align: center;
  margin: 0;
}

/* Category section */
.ec-template-2__search-cat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.ec-template-2__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.ec-template-2__chip-label { cursor: pointer; }
.ec-template-2__chip-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ec-template-2__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--t2-mono-light);
  border: 1px solid var(--t2-mono-light);
  font-size: 10px;
  letter-spacing: 0.8px;
  color: var(--t2-mono-dark);
  line-height: 1.4;
  cursor: pointer;
  transition: background-color 0.15s, border-color 0.15s, color 0.15s, transform 0.05s;
}
.ec-template-2__chip:hover {
  border-color: var(--t2-accent);
  color: var(--t2-accent-strong);
}
.ec-template-2__chip:active { transform: translateY(1px); }
.ec-template-2__chip.is-selected {
  background: var(--t2-accent-soft);
  border-color: var(--t2-accent);
  color: var(--t2-accent-strong);
}
.ec-template-2__chip-x {
  display: none;
  font-size: 12px;
  line-height: 1;
}
.ec-template-2__chip.is-selected .ec-template-2__chip-x { display: inline; }

/* Keyword section */
.ec-template-2__search-kw {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.ec-template-2__search-row {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.ec-template-2__search-input {
  width: 298px;
  max-width: 100%;
  padding: 10px 14px;
  background: var(--t2-mono-light);
  border: none;
  font-family: var(--t2-sans);
  font-size: 11px;
  letter-spacing: 0.32px;
  color: var(--t2-fg);
}
.ec-template-2__search-input::-moz-placeholder { color: var(--t2-placeholder); }
.ec-template-2__search-input::placeholder { color: var(--t2-placeholder); }
.ec-template-2__search-input:focus {
  outline: none;
  box-shadow: inset 0 0 0 1px var(--t2-accent);
}
button.ec-template-2__btn-primary {
  padding: 10px 24px;
  background-color: var(--t2-accent);
  color: var(--t2-accent-on);
  border: 1px solid var(--t2-accent);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.32px;
  transition: background-color 0.15s, color 0.15s;
}
button.ec-template-2__btn-primary:hover {
  background-color: #fff;
  color: var(--t2-accent);
}
button.ec-template-2__btn-primary:active {
  background-color: var(--t2-accent-strong);
  color: var(--t2-accent-on);
  border-color: var(--t2-accent-strong);
}

/* Result + sort */
.ec-template-2__resultbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
  width: 100%;
}
.ec-template-2__result-count {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  color: var(--t2-mono-dark);
}
.ec-template-2__rc-group {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}
.ec-template-2__rc-num {
  font-family: var(--t2-cormorant-inf);
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
}
.ec-template-2__rc-unit {
  font-family: var(--t2-shippori);
  font-size: 16px;
  letter-spacing: 1.2px;
}
.ec-template-2__sortwrap { position: relative; }
.ec-template-2__sort {
  display: inline-flex;
  align-items: center;
  padding: 8px 28px 8px 8px;
  background-color: #fff;
  border: 1px solid var(--t2-mono-dark);
  border-radius: 2px;
  font-family: var(--t2-shippori);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.8px;
  color: var(--t2-mono-dark);
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23333333' d='M0 1.5l4 5 4-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 8px 8px;
  transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}
.ec-template-2__sort:hover {
  background-color: var(--t2-accent-soft);
  border-color: var(--t2-accent);
  color: var(--t2-accent-strong);
}

/* ============== Product grid ============== */
.ec-template-2__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
.ec-template-2__empty {
  width: 100%;
  text-align: center;
  padding: 80px 0;
  color: var(--t2-fg-muted);
  font-size: 14px;
}
.ec-template-2__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}
.ec-template-2__card-img {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--t2-surface-muted);
}
.ec-template-2__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.ec-template-2__badge-new {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 2;
  padding: 4px;
  background: var(--t2-mono-dark);
  font-family: var(--t2-cormorant);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.3px;
  color: var(--t2-mono-light);
}
.ec-template-2__card-hover { display: none; }

.ec-template-2__card-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 4px 8px;
}
.ec-template-2__card-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ec-template-2__card-name {
  margin: 0;
  font-family: var(--t2-shippori);
  font-size: 12px;
  letter-spacing: 0.8px;
  color: var(--t2-mono-dark);
  line-height: 1.4;
}
.ec-template-2__card-price {
  margin: 0;
  font-family: var(--t2-cormorant);
  font-weight: 700;
  font-size: 14px;
  color: var(--t2-mono-dark);
  line-height: 1.4;
}
.ec-template-2__card-status {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ec-template-2__soldout {
  font-family: var(--t2-cormorant);
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  color: var(--t2-red);
  text-align: center;
}

/* PC hover overlay (Figma: Card/2 state=hover) */
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .ec-template-2__card { gap: 0; cursor: pointer; }
  .ec-template-2__card-body { display: none; }

  .ec-template-2__card-hover {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }
  .ec-template-2__card:hover .ec-template-2__card-hover,
  .ec-template-2__card:focus-within .ec-template-2__card-hover {
    opacity: 1;
    pointer-events: auto;
  }
  .ec-template-2__card-hover-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
  }
  .ec-template-2__card-hover-name {
    margin: 0;
    font-family: var(--t2-shippori);
    font-size: 18px;
    line-height: 26px;
    color: var(--t2-mono-dark);
  }
  .ec-template-2__card-hover-price {
    margin: 0;
    font-family: var(--t2-shippori);
    font-weight: 500;
    font-size: 16px;
    color: var(--t2-mono-dark);
  }
  .ec-template-2__card-detail {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 113px;
    height: 42px;
    padding: 8px 16px;
    background-color: var(--t2-accent);
    color: var(--t2-accent-on);
    font-family: var(--t2-cormorant);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    transition: background-color 0.15s, color 0.15s, box-shadow 0.15s;
  }
  .ec-template-2__card-detail:hover {
    background-color: #fff;
    color: var(--t2-accent);
    box-shadow: inset 0 0 0 1px var(--t2-accent);
  }
  .ec-template-2__card-detail:active {
    background-color: var(--t2-accent-strong);
    color: var(--t2-accent-on);
  }
  .ec-template-2__card-hover-sold {
    font-family: var(--t2-cormorant);
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
    color: var(--t2-red);
  }
}

/* ============== もっと見る (mobile only) ============== */
.ec-template-2__more-btn {
  display: none; /* PC: 非表示 */
}

/* ============== Pagination ============== */
.ec-template-2__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding-top: 24px;
}
.ec-template-2__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid var(--t2-border-light);
  border-radius: 6px;
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.8px;
  color: var(--t2-fg);
  text-decoration: none;
  transition: background-color 0.15s, border-color 0.15s, color 0.15s;
}
.ec-template-2__page.is-current {
  background: var(--t2-accent);
  border-color: var(--t2-accent);
  color: var(--t2-accent-on);
}
.ec-template-2__page:not(.is-current):hover {
  background: var(--t2-accent-soft);
  border-color: var(--t2-accent);
  color: var(--t2-accent-strong);
}
.ec-template-2__page--disabled {
  opacity: 0.4;
  pointer-events: none;
}
.ec-template-2__page--ellipsis {
  border-color: transparent;
  background: transparent;
  cursor: default;
}

/* =========================================================
   Product Detail
   ========================================================= */
.ec-template-2__breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}
.ec-template-2__breadcrumb a:hover { color: var(--t2-accent-strong); }
.ec-template-2__breadcrumb-current {
  color: var(--t2-mono-dark);
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 40ch;
  vertical-align: bottom;
}

.ec-template-2__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 80px 96px;
}
.ec-template-2__detail-grid {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

/* ===== Gallery ===== */
.ec-template-2__detail-gallery { width: 100%; }
.ec-template-2__detail-main-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--t2-surface-muted);
  overflow: hidden;
  margin-bottom: 12px;
}
.ec-template-2__detail-main-slide {
  position: absolute;
  inset: 0;
}
.ec-template-2__detail-main-slide.hidden { display: none; }
.ec-template-2__detail-main-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ec-template-2__detail-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--t2-mono-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.ec-template-2__detail-nav:hover {
  background: var(--t2-accent);
  color: var(--t2-accent-on);
}
.ec-template-2__detail-nav--prev { left: 12px; }
.ec-template-2__detail-nav--next { right: 12px; }

.ec-template-2__detail-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.ec-template-2__detail-thumb {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  background: var(--t2-surface-muted);
  border: 1px solid transparent;
  padding: 0;
  overflow: hidden;
  opacity: 0.6;
  transition: opacity 0.15s ease, border-color 0.15s ease;
}
.ec-template-2__detail-thumb:hover { opacity: 1; }
.ec-template-2__detail-thumb.is-active {
  opacity: 1;
  border-color: var(--t2-accent);
}
.ec-template-2__detail-thumb-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ec-template-2__detail-noimage {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--t2-surface-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--t2-cormorant);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: var(--t2-fg-muted);
}

/* ===== Info ===== */
.ec-template-2__detail-info {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ec-template-2__detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.ec-template-2__detail-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--t2-mono-light);
  border: 1px solid var(--t2-mono-light);
  font-family: var(--t2-shippori);
  font-size: 10px;
  letter-spacing: 0.8px;
  color: var(--t2-mono-dark);
  line-height: 1.4;
}
.ec-template-2__detail-chip--new {
  font-family: var(--t2-cormorant);
  font-weight: 700;
  background: var(--t2-mono-dark);
  border-color: var(--t2-mono-dark);
  color: var(--t2-mono-light);
}
.ec-template-2__detail-title {
  margin: 0 0 18px;
  font-family: var(--t2-shippori);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  color: var(--t2-mono-dark);
}
.ec-template-2__detail-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 28px;
}
.ec-template-2__detail-price-num {
  font-family: var(--t2-cormorant);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: var(--t2-mono-dark);
}
.ec-template-2__detail-price-tax {
  font-family: var(--t2-shippori);
  font-size: 12px;
  color: var(--t2-fg-muted);
  letter-spacing: 0.8px;
}

.ec-template-2__detail-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 28px;
}
.ec-template-2__detail-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ec-template-2__detail-select-wrap {
  position: relative;
  width: 100%;
}
.ec-template-2__detail-select {
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid var(--t2-mono-dark);
  border-radius: 2px;
  padding: 12px 36px 12px 14px;
  font-family: var(--t2-shippori);
  font-size: 14px;
  letter-spacing: 0.8px;
  color: var(--t2-mono-dark);
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23333333' d='M0 1.5l4 5 4-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 10px;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.ec-template-2__detail-select:hover { background-color: var(--t2-accent-soft); }
.ec-template-2__detail-select:focus {
  outline: none;
  background-color: var(--t2-accent-soft);
}

.ec-template-2__detail-stepper {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid var(--t2-mono-dark);
  border-radius: 2px;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
.ec-template-2__detail-stepper-btn {
  width: 40px;
  height: 40px;
  background: transparent;
  color: var(--t2-mono-dark);
  font-size: 16px;
  border: none;
  transition: background-color 0.15s ease;
}
.ec-template-2__detail-stepper-btn:hover { background: var(--t2-accent-soft); }
.ec-template-2__detail-stepper-input {
  width: 56px;
  border: none;
  border-left: 1px solid var(--t2-mono-dark);
  border-right: 1px solid var(--t2-mono-dark);
  text-align: center;
  font-family: var(--t2-cormorant);
  font-weight: 500;
  font-size: 16px;
  color: var(--t2-mono-dark);
  background: #fff;
  -moz-appearance: textfield;
}
.ec-template-2__detail-stepper-input::-webkit-outer-spin-button,
.ec-template-2__detail-stepper-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ec-template-2__detail-stepper-input:focus { outline: none; }
.ec-template-2__detail-stock {
  margin: 4px 0 0;
  font-family: var(--t2-shippori);
  font-size: 11px;
  color: var(--t2-fg-muted2);
  letter-spacing: 0.32px;
}

input.ec-template-2__detail-submit,
.ec-template-2__detail-submit {
  width: 100%;
  padding: 16px;
  border: 1px solid var(--t2-accent);
  background-color: var(--t2-accent);
  color: var(--t2-accent-on);
  font-family: var(--t2-shippori);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.6px;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
input.ec-template-2__detail-submit:hover,
.ec-template-2__detail-submit:hover {
  background-color: #fff;
  color: var(--t2-accent);
}
input.ec-template-2__detail-submit:active,
.ec-template-2__detail-submit:active {
  background-color: var(--t2-accent-strong);
  color: var(--t2-accent-on);
  border-color: var(--t2-accent-strong);
}
input.ec-template-2__detail-submit:disabled,
.ec-template-2__detail-submit:disabled {
  background-color: var(--t2-mono-light);
  border-color: var(--t2-mono-light);
  color: var(--t2-fg-muted);
  cursor: not-allowed;
}

.ec-template-2__detail-description {
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid var(--t2-border-light);
  font-family: var(--t2-shippori);
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.8px;
  color: var(--t2-mono-dark);
}
.ec-template-2__detail-description p { margin: 0 0 12px; }
.ec-template-2__detail-description p:last-child { margin-bottom: 0; }

/* ===== Detail Responsive ===== */
@media (max-width: 1023px) {
  .ec-template-2__detail { padding: 16px 20px 64px; }
  .ec-template-2__detail-grid { gap: 40px; }
}
@media (max-width: 767px) {
  .ec-template-2__detail { padding: 8px 16px 56px; }
  .ec-template-2__detail-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .ec-template-2__detail-title { font-size: 20px; }
  .ec-template-2__detail-price-num { font-size: 28px; }
  .ec-template-2__detail-thumb { width: 56px; height: 56px; }
}

/* ============== Focus / a11y ============== */
.ec-template-2 :focus-visible {
  outline: 2px solid var(--t2-accent);
  outline-offset: 2px;
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1023px) {
  .ec-template-2__subhead-row { padding: 16px 20px; }
  .ec-template-2__breadcrumb { padding: 0 20px 8px; }
  .ec-template-2__hero { height: 420px; }
  .ec-template-2__hero-title { font-size: 54px; }
}

@media (min-width: 520px) and (max-width: 1023px) {
  .ec-template-2__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 767px) {
  .ec-template-2__subhead-row { padding: 12px 16px; }
  .ec-template-2__breadcrumb { padding: 0 16px 8px; }

  .ec-template-2__hero { height: 443px; }
  .ec-template-2__hero-tiles .ec-template-2__hero-tile:nth-child(4) { display: none; }
  .ec-template-2__hero-copy { left: 24px; bottom: 48px; }
  .ec-template-2__hero-title { font-size: 30px; }
  .ec-template-2__hero-sub { font-size: 12.7px; margin-top: 10px; max-width: 260px; }

  .ec-template-2__content { gap: 40px; padding: 64px 0; }
  .ec-template-2__search { gap: 48px; padding: 0 16px; }
  .ec-template-2__search-row { justify-content: stretch; }
  .ec-template-2__search-input { flex: 1; width: auto; }
  .ec-template-2__resultbar { gap: 16px; }

  .ec-template-2__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 0 16px;
  }

  /* SP: もっと見るボタン表示 + ページネーション非表示 */
  a.ec-template-2__more-btn {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 24px;
    padding: 12px 6px;
    background: var(--t2-mono-light);
    border: 1px solid var(--t2-mono-dark);
    color: var(--t2-mono-dark);
    font-family: var(--t2-shippori);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.2px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.15s, border-color 0.15s, color 0.15s;
  }
  a.ec-template-2__more-btn:hover {
    background: var(--t2-accent-soft);
    border-color: var(--t2-accent);
    color: var(--t2-accent-strong);
  }
  .ec-template-2__more-plus { font-size: 16px; line-height: 1; }
  .ec-template-2__pagination { display: none; }
}

/* ============================================================
   Cart（カート画面）
   ヘッダーの .ec-template-2__cart（カートリンク）とは別物。
   ページコンテナは衝突回避のため .ec-template-2__cart-page を使用。
   ============================================================ */
.ec-template-2__cart-page {
  padding: 32px clamp(20px, 6.25vw, 80px) 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ec-template-2__cart-head {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 24px;
}
.ec-template-2__cart-title {
  margin: 0;
  font-family: var(--t2-shippori);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: var(--t2-fg);
}

/* ===== Empty ===== */
.ec-template-2__cart-empty {
  width: 100%;
  max-width: 1200px;
  padding: 80px 0;
  text-align: center;
}
.ec-template-2__cart-empty-text {
  margin: 0 0 24px;
  font-family: var(--t2-sans);
  font-size: 14px;
  color: var(--t2-fg-muted);
  letter-spacing: 0.32px;
}
.ec-template-2__cart-empty-link {
  display: inline-block;
  padding: 14px 40px;
  border: 1px solid var(--t2-accent);
  font-family: var(--t2-sans);
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--t2-accent);
  transition: background-color 0.15s ease, color 0.15s ease;
}
.ec-template-2__cart-empty-link:hover {
  background: var(--t2-accent);
  color: var(--t2-accent-on);
}

/* ===== Grid ===== */
.ec-template-2__cart-grid {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

/* ===== Table ===== */
/* 商品名 / 数量 / 小計 の3カラムを thead と各行で共有 */
.ec-template-2__cart-table { width: 100%; }
.ec-template-2__cart-thead,
.ec-template-2__cart-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 200px 120px;
  gap: 24px;
  align-items: center;
}
.ec-template-2__cart-thead {
  padding: 0 0 12px;
  border-bottom: 1px solid var(--t2-border-light);
}
.ec-template-2__cart-th {
  font-family: var(--t2-sans);
  font-size: 12px;
  letter-spacing: 0.5px;
  color: var(--t2-fg-muted);
}
.ec-template-2__cart-th--qty { text-align: center; }
.ec-template-2__cart-th--subtotal { text-align: right; }
.ec-template-2__cart-row {
  padding: 24px 0;
  border-bottom: 1px solid var(--t2-border-light);
}

/* ===== 商品名カラム ===== */
.ec-template-2__cart-cell-product {
  display: flex;
  gap: 20px;
  min-width: 0;
  align-items: flex-start;
}
.ec-template-2__cart-item-thumb {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  background: var(--t2-surface-muted);
  overflow: hidden;
}
.ec-template-2__cart-item-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ec-template-2__cart-item-noimage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", var(--t2-sans);
  font-size: 11px;
  letter-spacing: 0.32px;
  color: var(--t2-fg-muted);
}
.ec-template-2__cart-item-info { flex: 1; min-width: 0; }
.ec-template-2__cart-item-name {
  margin: 0 0 4px;
  font-family: var(--t2-shippori);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--t2-fg);
}
.ec-template-2__cart-item-name-link { transition: color 0.15s ease; }
.ec-template-2__cart-item-name-link:hover { color: var(--t2-accent-strong); }
.ec-template-2__cart-item-variant {
  margin: 0 0 8px;
  font-family: var(--t2-sans);
  font-size: 12px;
  color: var(--t2-fg-muted);
}
.ec-template-2__cart-item-price {
  margin: 0;
  font-family: "Montserrat", var(--t2-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--t2-fg);
}
.ec-template-2__cart-item-warning {
  margin: 8px 0 0;
  font-family: var(--t2-sans);
  font-size: 12px;
  color: var(--t2-red);
}

/* ===== 数量カラム ===== */
/* ステッパーと「削除」を横並び（削除は旧「更新」ボタンの位置） */
.ec-template-2__cart-cell-qty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.ec-template-2__cart-qty-form { display: flex; align-items: center; }
.ec-template-2__cart-remove-form { margin: 0; }
.ec-template-2__cart-remove-btn {
  border: none;
  background: transparent;
  padding: 0;
  font-family: var(--t2-sans);
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--t2-fg-muted);
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
  transition: color 0.15s ease;
}
.ec-template-2__cart-remove-btn:hover { color: var(--t2-red); }

/* ===== 小計カラム ===== */
.ec-template-2__cart-cell-subtotal {
  text-align: right;
  font-family: "Montserrat", var(--t2-sans);
}
.ec-template-2__cart-cell-subtotal-label { display: none; }
.ec-template-2__cart-cell-subtotal-value {
  font-size: 16px;
  font-weight: 500;
  color: var(--t2-fg);
}

/* ===== Summary ===== */
.ec-template-2__cart-summary {
  position: sticky;
  top: 24px;
  background: var(--t2-surface-muted);
  border: none;
  padding: 24px;
}
.ec-template-2__cart-summary-title {
  margin: 0 0 16px;
  font-family: var(--t2-shippori);
  font-size: 15px;
  font-weight: 500;
  color: var(--t2-fg);
}
.ec-template-2__cart-summary-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--t2-border-light);
}
.ec-template-2__cart-summary-row {
  display: flex;
  justify-content: space-between;
  font-family: var(--t2-sans);
  font-size: 13px;
  color: var(--t2-fg);
}
.ec-template-2__cart-summary-row--muted { color: var(--t2-fg-muted); }
.ec-template-2__cart-summary-amount { font-family: "Montserrat", var(--t2-sans); }
.ec-template-2__cart-summary-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 16px;
  margin-bottom: 24px;
  font-family: var(--t2-sans);
  font-size: 14px;
  color: var(--t2-fg);
}
.ec-template-2__cart-summary-total-amount {
  font-family: "Montserrat", var(--t2-sans);
  font-size: 26px;
  font-weight: 500;
}
/* `.ec-template-2 a { color: inherit }` に勝てるよう詳細度を上げて白文字を確定させる */
.ec-template-2 .ec-template-2__cart-checkout-btn {
  display: block;
  width: 100%;
  padding: 16px;
  border: none;
  background: var(--t2-accent);
  color: var(--t2-accent-on);
  font-family: var(--t2-shippori);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.2px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.15s ease, opacity 0.15s ease;
}
.ec-template-2__cart-checkout-btn:hover { background: var(--t2-accent-strong); }
.ec-template-2__cart-checkout-btn:disabled {
  background: var(--t2-mono-light);
  color: var(--t2-fg-muted);
  cursor: not-allowed;
}
.ec-template-2__cart-checkout-note {
  margin: 12px 0 0;
  font-family: var(--t2-sans);
  font-size: 11px;
  letter-spacing: 0.5px;
  color: var(--t2-fg-muted);
  text-align: center;
}

/* ===== Cart SP ===== */
@media (max-width: 960px) {
  .ec-template-2__cart-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ec-template-2__cart-summary { position: static; }
}
@media (max-width: 640px) {
  .ec-template-2__cart-page { padding: 20px 20px 64px; }

  /* テーブル見出しは非表示にし、各行をカード状に積み上げる */
  .ec-template-2__cart-thead { display: none; }
  .ec-template-2__cart-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ec-template-2__cart-item-thumb { width: 80px; height: 80px; }
  .ec-template-2__cart-cell-qty { align-items: flex-start; }
  .ec-template-2__cart-cell-subtotal {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    text-align: left;
    padding-top: 8px;
    border-top: 1px dashed var(--t2-border-light);
  }
  .ec-template-2__cart-cell-subtotal-label {
    display: inline;
    font-family: var(--t2-sans);
    font-size: 12px;
    color: var(--t2-fg-muted);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ec-template-2 *,
  .ec-template-2 *::before,
  .ec-template-2 *::after { transition: none !important; }
}
/* =========================================================
   EC ストアTOP: テンプレート3 (shikuminet_C) 専用スタイル
   すべてのセレクタを `.ec-template-3` でスコープして他画面への漏れを防止。
   PC基準。768px以下でSPレイアウトへ切替。
   ========================================================= */

.ec-template-3 {
  --t3-fg: #171717;
  --t3-fg-muted: #737373;
  --t3-bg: #ffffff;
  --t3-surface-muted: #f5f5f5;
  --t3-border-light: #e5e5e5;
  --t3-mono-dark: #333333;
  --t3-mono-light: #eeeeee;
  --t3-primary: #0e73bf;
  --t3-primary-dark: #005290;
  --t3-primary-light: #e6f2fa;
  --t3-red: #d73737;
  --t3-jp: "Noto Sans JP", sans-serif;
  --t3-num: "Barlow", sans-serif;
  --t3-sans: "Open Sans", sans-serif;
  --t3-maxw: 1200px;

  background: var(--t3-bg);
  color: var(--t3-fg);
  font-family: var(--t3-jp);
  line-height: 1.5;
}
.ec-template-3 *,
.ec-template-3 *::before,
.ec-template-3 *::after { box-sizing: border-box; }
.ec-template-3 img { display: block; max-width: 100%; }
.ec-template-3 a { color: inherit; text-decoration: none; }
.ec-template-3 button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ============== FV (hero + overlaid storebar) ============== */
.ec-template-3__fv { position: relative; }
.ec-template-3__storebar {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  background: transparent;
}
.ec-template-3__store-logo { width: 178px; height: auto; }
.ec-template-3__cart {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.15s ease;
}
.ec-template-3__cart:hover { opacity: 0.8; }
.ec-template-3__cart-ico {
  width: 37px;
  height: 37px;
  flex-shrink: 0;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
.ec-template-3__cart-badge {
  font-family: var(--t3-num);
  font-weight: 700;
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  top: -2px;
  right: 11px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.ec-template-3__cart-pill { display: none; }

/* ============== Hero ============== */
.ec-template-3__hero {
  position: relative;
  height: 520px;
  overflow: hidden;
  margin: 8px;
  border-radius: 2px;
}
.ec-template-3__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.12);
}
.ec-template-3__hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 150px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0));
  pointer-events: none;
}
.ec-template-3__hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ec-template-3__hero-100 {
  position: absolute;
  left: 36px;
  top: 70px;
  z-index: 2;
  color: #fff;
  font-family: var(--t3-num);
  font-weight: 600;
  font-size: 200px;
  line-height: 0.9;
  letter-spacing: -2px;
}
.ec-template-3__hero-copy {
  position: absolute;
  right: 40px;
  bottom: 48px;
  z-index: 2;
  max-width: 626px;
  text-align: right;
  color: #f5f5f5;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.ec-template-3__hero-lead {
  font-family: var(--t3-sans);
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 4px;
}
.ec-template-3__hero-big {
  font-family: var(--t3-num);
  font-weight: 700;
  font-size: 36px;
  line-height: 1.45;
  margin: 0;
}

/* ============== Breadcrumb ============== */
.ec-template-3__breadcrumb {
  padding: 8px 40px 40px;
  font-size: 11px;
  color: var(--t3-fg-muted);
  letter-spacing: 0.32px;
}

/* ============== Shell ============== */
.ec-template-3__shell {
  max-width: var(--t3-maxw);
  margin: 0 auto;
  padding: 0 40px 64px;
}
.ec-template-3__layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

/* ============== Sidebar (filters) ============== */
.ec-template-3__sidebar {
  width: 282px;
  flex: 0 0 282px;
}
.ec-template-3__filters {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* Count */
.ec-template-3__count {
  display: flex;
  gap: 14px;
  align-items: flex-end;
  color: var(--t3-mono-dark);
}
.ec-template-3__count-grp {
  display: flex;
  gap: 4px;
  align-items: flex-end;
}
.ec-template-3__count-n {
  font-family: var(--t3-num);
  font-weight: 500;
  font-size: 36px;
  line-height: 0.78;
}
.ec-template-3__count-u {
  font-size: 22px;
  letter-spacing: 0.4px;
}

/* Search */
.ec-template-3__search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 53px;
  border: 1px solid var(--t3-border-light);
  border-radius: 10px;
  padding: 6px 6px 6px 14px;
}
.ec-template-3__search-input {
  border: none;
  outline: none;
  background: transparent;
  font-family: var(--t3-jp);
  font-size: 11px;
  color: var(--t3-fg-muted);
  letter-spacing: 0.32px;
  flex: 1;
  min-width: 0;
}
.ec-template-3__search-input::-moz-placeholder { color: var(--t3-fg-muted); }
.ec-template-3__search-input::placeholder { color: var(--t3-fg-muted); }
.ec-template-3__search-go {
  background: var(--t3-primary-light);
  width: 41px;
  align-self: stretch;
  border-radius: 4px;
  color: var(--t3-primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.ec-template-3__search-go svg { width: 14px; height: 14px; stroke: currentColor; }
.ec-template-3__search-go:hover {
  background: var(--t3-primary);
  color: #fff;
}
.ec-template-3__search-go:active { background: var(--t3-primary-dark); }

/* Category list */
.ec-template-3__cats {
  display: flex;
  flex-direction: column;
  max-height: 576px;
  overflow-y: auto;
  padding-right: 12px;
  scrollbar-width: thin;
  scrollbar-color: var(--t3-primary) var(--t3-primary-light);
}
.ec-template-3__cats::-webkit-scrollbar { width: 4px; }
.ec-template-3__cats::-webkit-scrollbar-track {
  background: var(--t3-primary-light);
  border-radius: 4px;
}
.ec-template-3__cats::-webkit-scrollbar-thumb {
  background: var(--t3-primary);
  border-radius: 4px;
}
.ec-template-3__cat-label { display: block; cursor: pointer; }
.ec-template-3__cat-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.ec-template-3__cat-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 8px 12px;
  font-size: 13px;
  color: var(--t3-mono-dark);
  letter-spacing: 0.32px;
  line-height: 1.8;
  width: 100%;
  border-radius: 4px;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.ec-template-3__cat-btn:hover {
  background: var(--t3-surface-muted);
  color: var(--t3-primary-dark);
}
.ec-template-3__cat-btn.is-selected {
  background: var(--t3-primary-light);
  color: var(--t3-primary-dark);
  justify-content: space-between;
}
.ec-template-3__cat-btn.is-selected::after {
  content: "✕";
  font-size: 12px;
  line-height: 1;
  margin-left: 8px;
  color: var(--t3-primary-dark);
}

/* ============== Main column ============== */
.ec-template-3__main {
  flex: 1;
  min-width: 0;
}
.ec-template-3__sort-row {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 30px;
}
.ec-template-3__sort {
  display: inline-flex;
  align-items: center;
  padding: 8px 28px 8px 8px;
  background-color: #fff;
  border: 1px solid var(--t3-mono-dark);
  border-radius: 2px;
  font-weight: 500;
  font-size: 14px;
  color: var(--t3-mono-dark);
  letter-spacing: 0.8px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23333333' d='M0 1.5l4 5 4-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 8px 8px;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.ec-template-3__sort:hover {
  border-color: var(--t3-primary);
  color: var(--t3-primary);
}

/* ============== Grid ============== */
.ec-template-3__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 24px;
}
.ec-template-3__empty {
  width: 100%;
  text-align: center;
  padding: 80px 0;
  color: var(--t3-fg-muted);
  font-size: 14px;
}

/* ============== Product card ============== */
.ec-template-3__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-bottom: 32px;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.ec-template-3__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 240 / 281;
  overflow: hidden;
  background: linear-gradient(180deg, #f6f5f1 0%, #f6f1eb 11%, #eae5df 100%);
}
.ec-template-3__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.ec-template-3__photo--hover { opacity: 0; }
.ec-template-3__card:hover .ec-template-3__photo--hover {
  opacity: 1;
  transform: scale(1.06);
}
.ec-template-3__badge-new {
  position: absolute;
  left: 4px;
  top: 0;
  background: var(--t3-primary);
  color: var(--t3-mono-light);
  font-family: var(--t3-num);
  font-weight: 600;
  font-size: 10px;
  padding: 8px;
  z-index: 2;
  line-height: 1;
}
.ec-template-3__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.ec-template-3__ptitle {
  margin: 0;
  font-size: 14px;
  color: var(--t3-mono-dark);
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
}
.ec-template-3__price {
  margin: 0;
  font-family: var(--t3-num);
  font-weight: 600;
  font-size: 24px;
  color: var(--t3-mono-dark);
  line-height: 1.4;
}
.ec-template-3__soldout {
  margin: 0;
  font-family: var(--t3-num);
  font-weight: 500;
  font-size: 14px;
  color: var(--t3-red);
}

/* ============== Mobile tools (mobile only) ============== */
.ec-template-3__mtools { display: none; /* PC: 非表示 */ }

/* ハンバーガー用CSS-onlyトグルチェックボックスを視認不可にする
   （hidden属性のみだとTailwind等の影響で表示される場合があるため、
    visually-hidden パターンで確実に非表示化。DOMには残すので
    <label for> による checkbox toggle / :checked ~ セレクタは機能する） */
.ec-template-3__menu-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ============== もっと見る (mobile only) ============== */
.ec-template-3__more-btn {
  display: none; /* PC: 非表示 */
}

/* ============== Pagination ============== */
.ec-template-3__pagination {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
}
.ec-template-3__pg-arrow {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background: var(--t3-primary-light);
  color: var(--t3-primary-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease;
}
.ec-template-3__pg-arrow svg { width: 6.5px; height: 13px; fill: currentColor; }
.ec-template-3__pg-arrow--prev svg { transform: rotate(180deg); }
.ec-template-3__pg-arrow--muted {
  background: var(--t3-mono-light);
  color: var(--t3-mono-dark);
  pointer-events: none;
}
.ec-template-3__pg-arrow:not(.ec-template-3__pg-arrow--muted):hover {
  background: var(--t3-primary);
  color: #fff;
}
.ec-template-3__nums {
  display: flex;
  gap: 16px;
  align-items: center;
}
.ec-template-3__num {
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--t3-primary-light);
  font-family: var(--t3-num);
  font-weight: 500;
  font-size: 16px;
  color: var(--t3-primary-dark);
  letter-spacing: 0.8px;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.ec-template-3__num.is-current {
  background: var(--t3-primary);
  color: #fff;
}
.ec-template-3__num.dots {
  background: transparent;
  pointer-events: none;
}
.ec-template-3__num:not(.is-current):not(.dots):hover {
  background: var(--t3-primary);
  color: #fff;
}

/* =========================================================
   Product Detail
   ========================================================= */
.ec-template-3__show-header {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.ec-template-3__show-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 40px;
}
.ec-template-3__show-cart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 8px 14px;
  border: 1px solid var(--t3-mono-dark);
  border-radius: 4px;
  color: var(--t3-mono-dark);
  background: #fff;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  position: relative;
}
.ec-template-3__show-cart:hover {
  background: var(--t3-primary);
  border-color: var(--t3-primary);
  color: #fff;
}
.ec-template-3__show-cart-label {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.8px;
}
.ec-template-3__show-cart-ico {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.ec-template-3__show-cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 11px;
  background: var(--t3-primary-light);
  color: var(--t3-primary-dark);
  font-family: var(--t3-num);
  font-weight: 700;
  font-size: 11px;
}
.ec-template-3__show-cart:hover .ec-template-3__show-cart-badge {
  background: #fff;
  color: var(--t3-primary);
}

.ec-template-3__breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}
.ec-template-3__breadcrumb a:hover { color: var(--t3-primary-dark); }
.ec-template-3__breadcrumb-current {
  color: var(--t3-mono-dark);
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 40ch;
  vertical-align: bottom;
}

.ec-template-3__detail {
  width: 100%;
}
.ec-template-3__detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

/* ===== Gallery ===== */
.ec-template-3__detail-gallery { width: 100%; }
.ec-template-3__detail-main-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, #f6f5f1 0%, #f6f1eb 11%, #eae5df 100%);
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 12px;
}
.ec-template-3__detail-main-slide {
  position: absolute;
  inset: 0;
}
.ec-template-3__detail-main-slide.hidden { display: none; }
.ec-template-3__detail-main-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ec-template-3__detail-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--t3-mono-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.ec-template-3__detail-nav:hover {
  background: var(--t3-primary);
  color: #fff;
}
.ec-template-3__detail-nav--prev { left: 12px; }
.ec-template-3__detail-nav--next { right: 12px; }

.ec-template-3__detail-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.ec-template-3__detail-thumb {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  background: var(--t3-surface-muted);
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
  opacity: 0.6;
  transition: opacity 0.15s ease, border-color 0.15s ease;
}
.ec-template-3__detail-thumb:hover { opacity: 1; }
.ec-template-3__detail-thumb.is-active {
  opacity: 1;
  border-color: var(--t3-primary);
}
.ec-template-3__detail-thumb-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ec-template-3__detail-noimage {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: var(--t3-surface-muted);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--t3-fg-muted);
  font-family: var(--t3-num);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1.2px;
}

/* ===== Info ===== */
.ec-template-3__detail-info {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ec-template-3__detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.ec-template-3__detail-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--t3-primary-light);
  color: var(--t3-primary-dark);
  font-size: 11px;
  letter-spacing: 0.8px;
  line-height: 1.4;
}
.ec-template-3__detail-chip--new {
  background: var(--t3-primary);
  color: #fff;
  font-family: var(--t3-num);
  font-weight: 600;
}
.ec-template-3__detail-title {
  margin: 0 0 18px;
  font-family: var(--t3-jp);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: var(--t3-mono-dark);
}
.ec-template-3__detail-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 28px;
}
.ec-template-3__detail-price-num {
  font-family: var(--t3-num);
  font-weight: 600;
  font-size: 36px;
  line-height: 1.1;
  color: var(--t3-mono-dark);
}
.ec-template-3__detail-price-tax {
  font-size: 12px;
  color: var(--t3-fg-muted);
  letter-spacing: 0.32px;
}

.ec-template-3__detail-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 28px;
}
.ec-template-3__detail-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ec-template-3__detail-select-wrap {
  position: relative;
  width: 100%;
}
.ec-template-3__detail-select {
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid var(--t3-border-light);
  border-radius: 10px;
  padding: 14px 40px 14px 16px;
  font-family: var(--t3-jp);
  font-size: 14px;
  letter-spacing: 0.32px;
  color: var(--t3-mono-dark);
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23005290' d='M0 1.5l4 5 4-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px 10px;
  transition: border-color 0.15s ease;
}
.ec-template-3__detail-select:hover { border-color: var(--t3-primary); }
.ec-template-3__detail-select:focus {
  outline: none;
  border-color: var(--t3-primary);
}

.ec-template-3__detail-stepper {
  display: inline-flex;
  align-items: stretch;
  border: 1px solid var(--t3-border-light);
  border-radius: 10px;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.ec-template-3__detail-stepper-btn {
  width: 44px;
  height: 44px;
  background: var(--t3-primary-light);
  color: var(--t3-primary-dark);
  font-size: 18px;
  border: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.ec-template-3__detail-stepper-btn:hover {
  background: var(--t3-primary);
  color: #fff;
}
.ec-template-3__detail-stepper-input {
  width: 60px;
  border: none;
  text-align: center;
  font-family: var(--t3-num);
  font-weight: 600;
  font-size: 16px;
  color: var(--t3-mono-dark);
  background: #fff;
  -moz-appearance: textfield;
}
.ec-template-3__detail-stepper-input::-webkit-outer-spin-button,
.ec-template-3__detail-stepper-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.ec-template-3__detail-stepper-input:focus { outline: none; }
.ec-template-3__detail-stock {
  margin: 4px 0 0;
  font-size: 11px;
  color: var(--t3-fg-muted);
  letter-spacing: 0.32px;
}

input.ec-template-3__detail-submit,
.ec-template-3__detail-submit {
  width: 100%;
  padding: 16px;
  border: 1px solid var(--t3-primary);
  border-radius: 10px;
  background-color: var(--t3-primary);
  color: #fff;
  font-family: var(--t3-jp);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1.2px;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
input.ec-template-3__detail-submit:hover,
.ec-template-3__detail-submit:hover {
  background-color: var(--t3-primary-dark);
  border-color: var(--t3-primary-dark);
}
input.ec-template-3__detail-submit:disabled,
.ec-template-3__detail-submit:disabled {
  background-color: var(--t3-mono-light);
  border-color: var(--t3-mono-light);
  color: var(--t3-fg-muted);
  cursor: not-allowed;
}

.ec-template-3__detail-description {
  margin-top: 8px;
  padding-top: 24px;
  border-top: 1px solid var(--t3-border-light);
  font-family: var(--t3-jp);
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0.32px;
  color: var(--t3-mono-dark);
}
.ec-template-3__detail-description p { margin: 0 0 12px; }
.ec-template-3__detail-description p:last-child { margin-bottom: 0; }

/* ===== Detail Responsive ===== */
@media (max-width: 768px) {
  .ec-template-3__show-header-row { padding: 16px 20px; }
  .ec-template-3__store-logo { width: 167px; }
  .ec-template-3__detail-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .ec-template-3__detail-title { font-size: 18px; }
  .ec-template-3__detail-price-num { font-size: 28px; }
  .ec-template-3__detail-thumb { width: 56px; height: 56px; }
  .ec-template-3__show-cart-label { display: none; }
  .ec-template-3__show-cart {
    width: 44px;
    height: 44px;
    padding: 0;
    justify-content: center;
  }
  .ec-template-3__show-cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: var(--t3-primary);
    color: #fff;
  }
}

/* ============== Focus ============== */
.ec-template-3 :focus-visible {
  outline: 2px solid var(--t3-primary);
  outline-offset: 2px;
}

/* =========================================================
   SP (<= 768px)
   ========================================================= */
@media (max-width: 768px) {
  /* FV: 親<main class="px-2">の左右padding(8px)を100vwで打ち消し、画面端まで広げる */
  .ec-template-3__fv {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }

  .ec-template-3__storebar {
    top: 0;
    left: 0;
    right: 0;
    padding: 16px 20px;
  }
  .ec-template-3__store-logo { width: 167px; }

  /* PC cart hide, SP pill show */
  .ec-template-3__cart-ico,
  .ec-template-3__cart-badge { display: none; }
  .ec-template-3__cart-pill {
    display: flex;
    align-items: center;
    gap: 4px;
    height: 40px;
    padding: 8px 10px;
    border: 1px solid var(--t3-mono-dark);
    background: rgba(255, 255, 255, 0.9);
    color: var(--t3-mono-dark);
    text-decoration: none;
  }
  .ec-template-3__cart-pill > span:first-child {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.8px;
  }
  .ec-template-3__cart-pill-ico { width: 20px; height: 20px; flex-shrink: 0; }
  .ec-template-3__cart-pill-badge {
    background: var(--t3-primary-light);
    color: var(--t3-primary-dark);
    width: 21px;
    height: 21px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--t3-num);
    font-weight: 700;
    font-size: 10px;
  }

  .ec-template-3__hero {
    height: 460px;
    margin: 0;
    border-radius: 0;
  }
  .ec-template-3__hero-100 {
    font-size: 94px;
    left: 28px;
    top: auto;
    bottom: 24px;
  }
  .ec-template-3__hero-copy {
    inset: 120px 16px auto 16px;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .ec-template-3__hero-lead { order: 2; font-size: 18px; }
  .ec-template-3__hero-big { order: 1; font-size: 36px; line-height: 1.45; margin-bottom: 16px; }

  .ec-template-3__breadcrumb { padding: 8px 20px 24px; }
  .ec-template-3__shell { padding: 0 16px 80px; }
  .ec-template-3__layout { display: block; }

  /* PCサイドバー / PCソート行 を非表示 */
  .ec-template-3__sidebar { display: none; }
  .ec-template-3__sort-row { display: none; }

  /* mtools: モバイル専用フィルタ・ソート・ハンバーガー */
  .ec-template-3__mtools {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }
  .ec-template-3__mtools .ec-template-3__srow {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .ec-template-3__mtools .ec-template-3__search { flex: 1; }
  .ec-template-3__menu-btn {
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    border: 1px solid var(--t3-mono-dark);
    border-radius: 2px;
    background: #fff;
    color: var(--t3-mono-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s;
  }
  .ec-template-3__menu-btn svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
  }
  .ec-template-3__menu-btn:hover {
    background: var(--t3-mono-dark);
    color: #fff;
  }

  .ec-template-3__crow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .ec-template-3__crow .ec-template-3__count { justify-content: flex-start; }
  .ec-template-3__crow .ec-template-3__count-n { font-size: 28px; }
  .ec-template-3__crow .ec-template-3__count-u { font-size: 16px; }

  /* カテゴリ検索モーダル: ハンバーガー(:checked)で全画面表示 */
  .ec-template-3__cats-modal {
    display: none;
  }
  .ec-template-3__menu-input:checked ~ .ec-template-3__cats-modal {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 1000;
    flex-direction: column;
    background: #fff;
    padding: 24px 20px 0;
    overflow: hidden;
  }
  .ec-template-3__cats-modal-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
    flex-shrink: 0;
  }
  .ec-template-3__cats-modal-title {
    margin: 0;
    font-family: var(--t3-jp);
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
    color: var(--t3-fg);
    letter-spacing: 0.5px;
  }
  .ec-template-3__cats-modal-close {
    background: none;
    border: none;
    color: var(--t3-primary);
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ec-template-3__cats-modal-close svg {
    width: 32px;
    height: 32px;
  }
  .ec-template-3__cats-modal-list {
    flex: 1;
    overflow-y: auto;
    padding-right: 12px;
    scrollbar-width: thin;
    scrollbar-color: var(--t3-primary) var(--t3-primary-light);
  }
  .ec-template-3__cats-modal-list::-webkit-scrollbar { width: 4px; }
  .ec-template-3__cats-modal-list::-webkit-scrollbar-track {
    background: var(--t3-primary-light);
    border-radius: 4px;
  }
  .ec-template-3__cats-modal-list::-webkit-scrollbar-thumb {
    background: var(--t3-primary);
    border-radius: 4px;
  }
  .ec-template-3__cat-row {
    display: block;
    padding: 14px 0;
    cursor: pointer;
  }
  .ec-template-3__cat-text {
    font-size: 16px;
    color: var(--t3-fg);
    letter-spacing: 0.32px;
    transition: color 0.15s, font-weight 0.15s;
  }
  .ec-template-3__cat-input:checked + .ec-template-3__cat-text {
    color: var(--t3-primary);
    font-weight: 700;
  }
  .ec-template-3__cats-modal-submit {
    flex-shrink: 0;
    margin: 16px -20px 0;
    padding: 18px;
    background: var(--t3-mono-dark);
    color: #fff;
    border: none;
    font-family: var(--t3-jp);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.8px;
    cursor: pointer;
    transition: background-color 0.15s;
  }
  .ec-template-3__cats-modal-submit:hover {
    background: #000;
  }

  .ec-template-3__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 12px;
  }
  .ec-template-3__ptitle { font-size: 12px; letter-spacing: 0.32px; line-height: 1.7; }
  .ec-template-3__price { font-size: 20px; }
  .ec-template-3__soldout { font-size: 12px; }
  .ec-template-3__badge-new { font-size: 8px; padding: 6px; }

  /* SP: もっと見るボタン表示 + ページネーション非表示 */
  a.ec-template-3__more-btn {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 24px;
    padding: 12px 6px;
    background: var(--t3-mono-dark);
    color: #fff;
    border: 1px solid var(--t3-mono-dark);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.8px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.15s, color 0.15s;
  }
  a.ec-template-3__more-btn:hover {
    background: #fff;
    color: var(--t3-mono-dark);
  }
  a.ec-template-3__more-btn:active { background: var(--t3-mono-light); }
  .ec-template-3__pagination { display: none; }
}

/* ============================================================
   Cart（カート画面）
   ヘッダーの .ec-template-3__cart / .ec-template-3__show-cart とは別物。
   ページコンテナは衝突回避のため .ec-template-3__cart-page を使用。
   .ec-template-3__shell が最大幅と左右余白を担う。
   ============================================================ */
.ec-template-3__cart-page {
  padding-top: 32px;
}
.ec-template-3__cart-head {
  margin-bottom: 24px;
}
.ec-template-3__cart-title {
  margin: 0;
  font-family: var(--t3-jp);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: var(--t3-fg);
}

/* ===== Empty ===== */
.ec-template-3__cart-empty {
  padding: 80px 0;
  text-align: center;
}
.ec-template-3__cart-empty-text {
  margin: 0 0 24px;
  font-family: var(--t3-jp);
  font-size: 14px;
  color: var(--t3-fg-muted);
  letter-spacing: 0.32px;
}
.ec-template-3__cart-empty-link {
  display: inline-block;
  padding: 14px 40px;
  border: 1px solid var(--t3-primary);
  border-radius: 10px;
  font-family: var(--t3-jp);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--t3-primary-dark);
  transition: background-color 0.15s ease, color 0.15s ease;
}
.ec-template-3__cart-empty-link:hover {
  background: var(--t3-primary);
  color: #fff;
}

/* ===== Grid ===== */
.ec-template-3__cart-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

/* ===== Table ===== */
/* 商品名 / 数量 / 小計 の3カラムを thead と各行で共有 */
.ec-template-3__cart-table { width: 100%; }
.ec-template-3__cart-thead,
.ec-template-3__cart-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 200px 120px;
  gap: 24px;
  align-items: center;
}
.ec-template-3__cart-thead {
  padding: 0 0 12px;
  border-bottom: 1px solid var(--t3-border-light);
}
.ec-template-3__cart-th {
  font-family: var(--t3-jp);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--t3-fg-muted);
}
.ec-template-3__cart-th--qty { text-align: center; }
.ec-template-3__cart-th--subtotal { text-align: right; }
.ec-template-3__cart-row {
  padding: 24px 0;
  border-bottom: 1px solid var(--t3-border-light);
}

/* ===== 商品名カラム ===== */
.ec-template-3__cart-cell-product {
  display: flex;
  gap: 20px;
  min-width: 0;
  align-items: flex-start;
}
.ec-template-3__cart-item-thumb {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 12px;
  background: var(--t3-surface-muted);
  overflow: hidden;
}
.ec-template-3__cart-item-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ec-template-3__cart-item-noimage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--t3-num);
  font-size: 11px;
  letter-spacing: 0.32px;
  color: var(--t3-fg-muted);
}
.ec-template-3__cart-item-info { flex: 1; min-width: 0; }
.ec-template-3__cart-item-name {
  margin: 0 0 4px;
  font-family: var(--t3-jp);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--t3-fg);
}
.ec-template-3__cart-item-name-link { transition: color 0.15s ease; }
.ec-template-3__cart-item-name-link:hover { color: var(--t3-primary); }
.ec-template-3__cart-item-variant {
  margin: 0 0 8px;
  font-family: var(--t3-jp);
  font-size: 12px;
  color: var(--t3-fg-muted);
}
.ec-template-3__cart-item-price {
  margin: 0;
  font-family: var(--t3-num);
  font-size: 14px;
  font-weight: 600;
  color: var(--t3-fg);
}
.ec-template-3__cart-item-warning {
  margin: 8px 0 0;
  font-family: var(--t3-jp);
  font-size: 12px;
  color: var(--t3-red);
}

/* ===== 数量カラム ===== */
/* ステッパーと「削除」を横並び（削除は旧「更新」ボタンの位置） */
.ec-template-3__cart-cell-qty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.ec-template-3__cart-qty-form { display: flex; align-items: center; }
.ec-template-3__cart-remove-form { margin: 0; }
.ec-template-3__cart-remove-btn {
  border: none;
  background: transparent;
  padding: 0;
  font-family: var(--t3-jp);
  font-size: 11px;
  letter-spacing: 1px;
  color: var(--t3-fg-muted);
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
  transition: color 0.15s ease;
}
.ec-template-3__cart-remove-btn:hover { color: var(--t3-red); }

/* ===== 小計カラム ===== */
.ec-template-3__cart-cell-subtotal {
  text-align: right;
  font-family: var(--t3-num);
}
.ec-template-3__cart-cell-subtotal-label { display: none; }
.ec-template-3__cart-cell-subtotal-value {
  font-size: 16px;
  font-weight: 600;
  color: var(--t3-fg);
}

/* ===== Summary ===== */
.ec-template-3__cart-summary {
  position: sticky;
  top: 24px;
  background: var(--t3-surface-muted);
  border: none;
  border-radius: 14px;
  padding: 24px;
}
.ec-template-3__cart-summary-title {
  margin: 0 0 16px;
  font-family: var(--t3-jp);
  font-size: 15px;
  font-weight: 700;
  color: var(--t3-fg);
}
.ec-template-3__cart-summary-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--t3-border-light);
}
.ec-template-3__cart-summary-row {
  display: flex;
  justify-content: space-between;
  font-family: var(--t3-jp);
  font-size: 13px;
  color: var(--t3-fg);
}
.ec-template-3__cart-summary-row--muted { color: var(--t3-fg-muted); }
.ec-template-3__cart-summary-amount { font-family: var(--t3-num); font-weight: 600; }
.ec-template-3__cart-summary-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 16px;
  margin-bottom: 24px;
  font-family: var(--t3-jp);
  font-size: 14px;
  font-weight: 700;
  color: var(--t3-fg);
}
.ec-template-3__cart-summary-total-amount {
  font-family: var(--t3-num);
  font-size: 26px;
  font-weight: 700;
  color: var(--t3-primary-dark);
}
/* `.ec-template-3 a { color: inherit }` に勝てるよう詳細度を上げて白文字を確定させる */
.ec-template-3 .ec-template-3__cart-checkout-btn {
  display: block;
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 10px;
  background: var(--t3-primary);
  color: #fff;
  font-family: var(--t3-jp);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.15s ease, opacity 0.15s ease;
}
.ec-template-3__cart-checkout-btn:hover { background: var(--t3-primary-dark); }
.ec-template-3__cart-checkout-btn:disabled {
  background: var(--t3-mono-light);
  color: var(--t3-fg-muted);
  cursor: not-allowed;
}
.ec-template-3__cart-checkout-note {
  margin: 12px 0 0;
  font-family: var(--t3-jp);
  font-size: 11px;
  letter-spacing: 0.5px;
  color: var(--t3-fg-muted);
  text-align: center;
}

/* ===== Cart SP ===== */
@media (max-width: 960px) {
  .ec-template-3__cart-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ec-template-3__cart-summary { position: static; }
}
@media (max-width: 640px) {
  .ec-template-3__cart-page { padding-top: 20px; }

  /* テーブル見出しは非表示にし、各行をカード状に積み上げる */
  .ec-template-3__cart-thead { display: none; }
  .ec-template-3__cart-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ec-template-3__cart-item-thumb { width: 80px; height: 80px; }
  .ec-template-3__cart-cell-qty { align-items: flex-start; }
  .ec-template-3__cart-cell-subtotal {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    text-align: left;
    padding-top: 8px;
    border-top: 1px dashed var(--t3-border-light);
  }
  .ec-template-3__cart-cell-subtotal-label {
    display: inline;
    font-family: var(--t3-jp);
    font-size: 12px;
    color: var(--t3-fg-muted);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ec-template-3 *,
  .ec-template-3 *::before,
  .ec-template-3 *::after { transition: none !important; }
}
/* line 1, app/assets/stylesheets/layouts/header.scss */
#header {
  word-wrap: break-word;
  border-bottom: 1px #E2E2E7 solid;
}

/* line 5, app/assets/stylesheets/layouts/header.scss */
#header .dropdown {
  position: relative;
  display: inline-block;
}

/* line 9, app/assets/stylesheets/layouts/header.scss */
#header .dropdown-btn {
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/layouts/header.scss */
#header .dropdown-content {
  display: none;
  position: absolute;
  border-radius: 8px;
  right: -7%;
  top: 50px;
  z-index: 1;
}

/* line 21, app/assets/stylesheets/layouts/header.scss */
#header .dropdown:hover .dropdown-content {
  display: block;
}

/* line 24, app/assets/stylesheets/layouts/header.scss */
#header .right-header:hover {
  background-color: #F7F7F7;
}

/* line 27, app/assets/stylesheets/layouts/header.scss */
#header .dropdown-content a {
  display: block;
  text-decoration: none;
}

/* line 31, app/assets/stylesheets/layouts/header.scss */
#header .dropdown-content a:hover {
  background-color: #F7F7F7;
}
/* line 2, app/assets/stylesheets/member/pages.scss */
.information-description ul, .information-description ol {
  list-style: revert;
  padding: revert;
  margin: revert;
}

/* line 9, app/assets/stylesheets/member/pages.scss */
.selectbox {
  position: relative;
  width: 100%;
}

/* line 12, app/assets/stylesheets/member/pages.scss */
.selectbox .select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
  background-position: right .5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

/* line 21, app/assets/stylesheets/member/pages.scss */
.selectbox .selectbox__list {
  position: absolute;
  z-index: 50;
  left: 0;
  right: 0;
  margin-top: 6px;
  padding: 6px 0;
  background: #f1f1f1;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  max-height: 240px;
  overflow: auto;
}

/* line 34, app/assets/stylesheets/member/pages.scss */
.selectbox .selectbox__list .selectbox__item {
  padding: 5px 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 */

/**
 "relative inline-flex items-center border border-gray-300 bg-white px-4 py-2 text-sm font-medium text-gray-500 hover:bg-gray-50 focus:z-20"
 */
.pagy-nav {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.pagy-nav .page {
  font-size: 0.875rem; /* 14px */
  line-height: 1.25rem; /* 20px */
  font-weight: 500;
}

.pagy-nav .page.next a {
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
}

.pagy-nav .page.prev a {
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
}

.pagy-nav .page a {
  padding: 8px 16px;
  display: inline-block;
  color: #6b7280;
  background-color: white;
}

.pagy-nav .page a:hover {
  background-color: #f9fafb;
}

.pagy-nav .page.disabled {
  padding: 8px 16px;
  display: inline-block;
  background-color: white;
  color: #b2b2b6;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
}

.pagy-nav .page.active {
  padding: 8px 16px;
  height: -moz-min-content;
  height: min-content;
  display: inline-block;
  background-color: #e2f3ff;
  color: #005da3;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0.375rem;
  font-weight: bold;
}

.sort-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
}

.header .up-icon {
  /*noinspection CssUnknownTarget*/
  background-image: url(/assets/ri_arrow-up-s-line-a9e159f802143d254ba0f479237452d7feb9607a47eed85447bd37a210c5c8cf.svg);
}

.header.desc .up-icon {
  /*noinspection CssUnknownTarget*/
  background-image: url(/assets/ri_arrow-down-s-line-319ba9f19ee9a5187c93e0d6466e83ca1ef835691c0369b786d98a8f35da3dde.svg);
}

.header .down-icon {
  /*noinspection CssUnknownTarget*/
  background-image: url(/assets/ri_arrow-down-s-line-319ba9f19ee9a5187c93e0d6466e83ca1ef835691c0369b786d98a8f35da3dde.svg);
}

.header .updown-icon {
  position: relative;
}

.header .updown-icon:before {
  /*noinspection CssUnknownTarget*/
  background-image: url(/assets/ri_arrow-down-s-line-319ba9f19ee9a5187c93e0d6466e83ca1ef835691c0369b786d98a8f35da3dde.svg);
  width: 12px;
  height: 12px;
  display: inline-block;
  content: ' ';
  position: absolute;
  top: 5px;
  right: 0;
}

.header .updown-icon:after {
  /*noinspection CssUnknownTarget*/
  background-image: url(/assets/ri_arrow-up-s-line-a9e159f802143d254ba0f479237452d7feb9607a47eed85447bd37a210c5c8cf.svg);
  width: 12px;
  height: 12px;
  display: inline-block;
  content: ' ';
  position: absolute;
  top: -4px;
  right: 0;
}

.header.asc .down-icon {
  /*noinspection CssUnknownTarget*/
  background-image: url(/assets/ri_arrow-up-s-line-a9e159f802143d254ba0f479237452d7feb9607a47eed85447bd37a210c5c8cf.svg)
}

.require {
  border-radius: 50px;
  background: #FFDE75;

  .text-require {
    color: #A77F00;
  }
}


.github-fork-ribbon-wrapper {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.5;
}


/* ツールチップ */
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: visible;
}

.tooltip::after {
  content: attr(aria-label);
  position: absolute;
  top: calc(100% - 3rem);
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5rem 1rem;
  background: #7EA1BC;
  color: #fff;
  font-size: 0.75rem;
  border-radius: 0.5rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9999;
  white-space: nowrap;
}

.tooltip-show::after {
  opacity: 1;
  top: calc(100% - 4rem);
}

input.appearance-none::-webkit-outer-spin-button,
input.appearance-none::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.checkboxes {
  input[type="checkbox"] {
    border: 1px solid #d1d5db;
    border-radius: 3px;
    margin-right: 6px;
    vertical-align: bottom;
    width: 20px;
    height: 20px;
  }

  label + input[type="checkbox"] {
    margin-left: 14px;
  }

  label {
    color: #6b7280;
    font-size: 14px;
  }
}

/* ck-editor */
.text-tiny {
  font-size: 0.7rem;
}

.text-small {
  font-size: 0.875rem;
}

.text-big {
  font-size: 1.125rem;
}

.text-huge {
  font-size: 1.25rem;
}

/* ck-editor5 */
.ck-editor__editable {
  height: 13rem;
}

.ck-editor__editable_inline {
  min-height: 500px;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format('woff2'), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format('woff'), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format('truetype'), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
 * CSS File of Material icons.
 * CSS code based on:
 * https://github.com/google/material-design-icons
 */




/* Use the font */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/assets/material-icons-regular-d7f083631d2357fe2c2c75d353cb1d6deaceb0249e07d00a59f9cdffbbccf35a.woff2) format('woff2'),
       url(/assets/material-icons-regular-a9f2f380dd4aab1414f47620e68d9bf7d45cece149be7fec8a94e532e1660cb1.woff) format('woff');
}

/* Base class */
.material-icons,
.mi {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
