@charset "euc-jp";

body {
  background-color: < {
    $page_bgcolor
  }

  >;
  background-image: url();

  color: < {
    $font_color
  }

  >;
}

a {
  color: < {
    $link_normal
  }

  >;
}

a:hover {
  color: < {
    $link_hover
  }

  >;
}

/*
 * layout
 */
#wrapper {
  /*  max-width: 1000px;*/
}

/*
 * contents
 */
#contents {
  /*float: right;*/
  /*padding-left: 30px;*/
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}

#contents .topicpath-nav li {
  padding: 0;
}

#contents .topicpath-nav a {
  margin-left: 5px;
}

/*
 * side
 */
#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}

/*
 * temp
 */
/* font */
.txt_l {
  text-align: left;
}

.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

.txt_fwn {
  font-weight: normal;
}

.txt_fwb {
  font-weight: bold;
}

.txt_10 {
  font-size: 10px;
}

.txt_12 {
  font-size: 12px;
}

.txt_14 {
  font-size: 14px;
}

.txt_16 {
  font-size: 16px;
}

.txt_18 {
  font-size: 18px;
}

.txt_20 {
  font-size: 20px;
}

.txt_24 {
  font-size: 24px;
}

.txt_28 {
  font-size: 28px;
}

.txt_c_333 {
  color: #333;
}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto {
  margin: 0 auto;
}

.mar_0 {
  margin: 0;
}

.mar_t_0 {
  margin-top: 0;
}

.mar_r_0 {
  margin-right: 0;
}

.mar_b_0 {
  margin-bottom: 0;
}

.mar_l_0 {
  margin-left: 0;
}

.mar_5 {
  margin: 5px;
}

.mar_t_5 {
  margin-top: 5px;
}

.mar_r_5 {
  margin-right: 5px;
}

.mar_b_5 {
  margin-bottom: 5px;
}

.mar_l_5 {
  margin-left: 5px;
}

.mar_t_10 {
  margin-top: 10px;
}

.mar_r_10 {
  margin-right: 10px;
}

.mar_b_10 {
  margin-bottom: 10px;
}

.mar_l_10 {
  margin-left: 10px;
}

.mar_t_20 {
  margin-top: 20px;
}

.mar_r_20 {
  margin-right: 20px;
}

.mar_b_20 {
  margin-bottom: 20px;
}

.mar_l_20 {
  margin-left: 20px;
}

.mar_t_30 {
  margin-top: 30px;
}

.mar_r_30 {
  margin-right: 30px;
}

.mar_b_30 {
  margin-bottom: 30px;
}

.mar_l_30 {
  margin-left: 30px;
}

.mar_t_50 {
  margin-top: 50px;
}

.mar_r_50 {
  margin-right: 50px;
}

.mar_b_50 {
  margin-bottom: 50px;
}

.mar_l_50 {
  margin-left: 50px;
}

/* padding */
.pad_v_10 {
  padding: 10px 0;
}

.pad_v_20 {
  padding: 20px 0;
}

.pad_v_30 {
  padding: 30px 0;
}

.pad_0 {
  padding: 0;
}

.pad_t_0 {
  padding-top: 0;
}

.pad_r_0 {
  padding-right: 0;
}

.pad_b_0 {
  padding-bottom: 0;
}

.pad_l_0 {
  padding-left: 0;
}

.pad_5 {
  padding: 5px;
}

.pad_t_5 {
  padding-top: 5px;
}

.pad_r_5 {
  padding-right: 5px;
}

.pad_b_5 {
  padding-bottom: 5px;
}

.pad_l_5 {
  padding-left: 5px;
}

.pad_10 {
  padding: 10px;
}

.pad_t_10 {
  padding-top: 10px;
}

.pad_r_10 {
  padding-right: 10px;
}

.pad_b_10 {
  padding-bottom: 10px;
}

.pad_l_10 {
  padding-left: 10px;
}

.pad_20 {
  padding: 20px;
}

.pad_t_20 {
  padding-top: 20px;
}

.pad_r_20 {
  padding-right: 20px;
}

.pad_b_20 {
  padding-bottom: 20px;
}

.pad_l_20 {
  padding-left: 20px;
}

.pad_30 {
  padding: 30px
}

.pad_t_30 {
  padding-top: 30px;
}

.pad_r_30 {
  padding-right: 30px;
}

.pad_b_30 {
  padding-bottom: 30px;
}

.pad_l_30 {
  padding-left: 30px;
}

/* border */
.bor_t_1 {
  border-top: 1px solid #eee;
}

.bor_r_1 {
  border-right: 1px solid #eee;
}

.bor_b_1 {
  border-bottom: 1px solid #eee;
}

.bor_l_1 {
  border-left: 1px solid #eee;
}

/* vertical align */
.va-10 {
  vertical-align: -10%;
}

.va-20 {
  vertical-align: -20%;
}

.va-30 {
  vertical-align: -30%;
}

.va-35 {
  vertical-align: -35%;
}

.va-40 {
  vertical-align: -40%;
}

@media (max-width: 980px) {

  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 768px) {

  /* ~768px */
  #contents {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user {
  background-position: -208px 0px;
}

.icon-lg-b.icon-user {
  background-position: -312px 0px;
}

.icon-adduser {
  background-position: -240px 0px;
}

.icon-lg-b.icon-adduser {
  background-position: -360px 0px;
}

.icon-login {
  background-position: -48px -80px;
}

.icon-lg-b.icon-login {
  background-position: -72px -120px;
}

.icon-logout {
  background-position: -32px -80px;
}

.icon-lg-b.icon-logout {
  background-position: -48px -120px;
}

.icon-home {
  background-position: -176px -16px;
}

.icon-lg-b.icon-home {
  background-position: -264px -24px;
}

.icon-mail {
  background-position: -64px 0px;
}

.icon-lg-b.icon-mail {
  background-position: -96px 0px;
}

.icon-pencil {
  background-position: -96px 0px;
}

.icon-lg-b.icon-pencil {
  background-position: -144px 0px;
}

.icon-help {
  background-position: -272px -80px;
}

.icon-lg-b.icon-help {
  background-position: -408px -120px;
}

.icon-cart {
  background-position: -176px -64px;
}

.icon-lg-b.icon-cart {
  background-position: -264px -96px;
}

.icon-search {
  background-position: -208px -16px;
}

.icon-lg-b.icon-search {
  background-position: -312px -24px;
}

.icon-chevron_up {
  background-position: -0px -144px;
}

.icon-lg-b.icon-chevron_up {
  background-position: -0px -216px;
}

.icon-chevron_down {
  background-position: -352px -128px;
}

.icon-lg-b.icon-chevron_down {
  background-position: -528px -192px;
}

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}

.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}

.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}

.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
  }

  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }

  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}

@media (max-width: 768px) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
  }
}

@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (max-width: 768px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 768px) and (min-resolution: 192dpi),
only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}

/*** CSS Document ********************************************

  2025/05/12
  サイトッカEC

*************************************************************/
/*===========================================================

 共通設定

===========================================================*/
:root {
  --content-width: 1280px;
  --txt-main: #333;
  --txt-note: #6C7073;
  --color-blue: #0047B3;
  --color-l-blue: #E7F2FC;
  --color-red: #EE2A23;
  --color-l-red: #FFF1F1;
  --color-orange: #FF7700;
}

.material-icon::before {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings:
    'FILL'0,
    'wght'400,
    'GRAD'0,
    'opsz'24;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
}

@media print,
screen and (min-width: 769px) {
  body {
    /*    min-width: 1320px;*/
  }

  .is-sp {
    display: none !important;
  }
}

@media print,
screen and (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

/* アイコン */
.icon-new-product::before {
  content: "\e98e";
}

.icon-search::before {
  content: "\e8b6";
}

.icon-info::before {
  content: "\e88e";
}

.icon-cart::before {
  content: "\e8cc";
}

.icon-login::before {
  content: "\ea77";
}

.icon-register::before {
  content: "\e7fd";
}

.icon-menu::before {
  content: "\e5d2";
}

.icon-check::before {
  content: "\e86c";
}

/*===========================================================

 header

===========================================================*/
.l-header {
  padding: 0 20px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.l-header *,
.l-header *:after,
.l-header *:before {
  box-sizing: border-box;
}

.l-header__inner {
  max-width: var(--content-width);
  height: 140px;
  margin: 0 auto;
  position: relative;
}

@media print,
screen and (max-width: 768px) {
  .l-header {
    padding: 0;
    border-bottom: none;
    background: transparent;
    height: 60px;
  }

  .l-header__inner {
    background: #fff;
    height: 60px;
    padding: 8px;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .16);
  }
}

/* ヘッダメニュー（PC） */
.header-nav {
  position: absolute;
  right: 0;
  top: 12px;
}

.header-nav__row {
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.header-nav__menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 1.2em;
  list-style: none;
  margin: 0;
}

.header-nav__menu-list>li a {
  color: var(--txt-main);
  text-decoration: none;
}

@media print,
screen and (min-width: 769px) {
  .header-nav__menu-list>li a:hover {
    text-decoration: underline;
  }
}

.header-nav__sns-list {
  display: flex;
  gap: 0 8px;
  list-style: none;
  margin: 0;
}

.header-nav__sns-list>li {}

/* レイアウト */
.l-header__row {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding-top: 9px;
  padding-bottom: 15px;
}

.l-header__col-right {
  align-self: flex-end;
}

@media print,
screen and (max-width: 768px) {
  .l-header__row {
    padding: 0;
  }

  .l-header__col-left {
    width: 100%;
  }
}

/* ロゴ */
.header-logo {
  display: flex;
  gap: 0 16px;
  align-items: center;
}

.header-logo__img {
  flex-shrink: 0;
}

.header-logo__img img {
  height: 60px;
}

.header-logo__txt {
  color: var(--txt-note);
  font-size: 13px;
}

@media print,
screen and (max-width: 768px) {
  .header-logo {
    width: calc(100% - 160px);
    gap: 0 8px;
  }

  .header-logo__img img {
    height: 32px;
  }

  .header-logo__txt {
    font-size: 9px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}

/* 検索 */
.header-search-wrap {
  margin-top: 10px;
}

.header-search {
  display: flex;
  border: 1px solid var(--color-blue);
  border-radius: 4px;
  height: 46px;
}

.header-search input,
.header-search button {
  border: none;
  box-shadow: none;
  appearance: none;
}

.header-search__col-select {
  width: 150px;
  border-right: 1px solid var(--color-blue);
}

.header-search__col-input {
  flex: 1;
}

.header-search__col-btn {
  width: 48px;
}

.header-search__select {
  border: none;
  width: 100%;
  height: 100%;
}

.header-search__input {
  width: 100%;
  height: 100%;
  padding: 0 12px;
  border-radius: 0;
}

.header-search__btn {
  width: 100%;
  height: 100%;
  background: var(--color-blue);
  color: #fff;
  font-size: 24px;
  transition: all .2s;
}

.header-search__btn::before {
  content: "\e8b6";
}

@media print,
screen and (min-width: 769px) {
  .header-search__btn:hover {
    opacity: .9;
  }
}

@media print,
screen and (max-width: 768px) {
  .header-search-wrap[aria-hidden="true"] {
    display: none;
  }

  .header-search-wrap {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 12px;
    z-index: 11;
  }

  .header-search__col-select {
    width: 30%;
  }

  .header-search__col-btn {
    width: 40px;
  }

  .header-search__btn {
    font-size: 20px;
  }
}

/* ユーザーメニュー */
.header-user-menu {}

.header-user-menu__list {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 0 8px;
}

.header-user-menu__list>li {}

.header-user-menu__list>li>a {
  border: 1px solid var(--color-blue);
  border-radius: 4px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 80px;
  height: 72px;
  color: var(--txt-main);
  text-decoration: none;
  position: relative;
}

@media print,
screen and (min-width: 769px) {
  .header-user-menu__list>li>a:hover {
    background: var(--color-l-blue);
  }
}

.header-user-menu__list>li>a .material-icon {
  color: var(--color-blue);
  font-size: 32px;
  line-height: 1;
  display: flex;
}

.header-user-menu__list>li>a .user-txt {
  font-size: 14px;
  line-height: 1;
}

/* ユーザーメニュー＞カート */
.header-user-menu .user-cart-btn__budge {
  position: absolute;
  top: 5px;
  right: 13px;
  background: var(--color-orange);
  color: #fff;
  font-size: 12px;
  min-width: 18px;
  height: 18px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media print,
screen and (max-width: 768px) {
  .header-user-menu .user-cart-btn {
    position: absolute;
    top: 0;
    right: 60px;
    border: none;
    border-radius: 0;
    gap: 0;
    width: 50px;
    height: 100%;
    color: var(--color-blue);
  }

  .header-user-menu .user-cart-btn .icon-cart {
    font-size: 28px;
  }

  .header-user-menu .user-cart-btn .user-txt {
    font-size: 10px;
  }

  .header-user-menu .user-cart-btn__budge {
    top: 6px;
    right: 4px;
    font-size: 11px;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
  }
}

/*===========================================================

 ヘッダー：SP用メニュー,グローバルメニュー

===========================================================*/
.sp-nav-global {
  display: none;
}

.sp-nav-global *,
.sp-nav-global *:after,
.sp-nav-global *:before {
  box-sizing: border-box;
}

@media print,
screen and (max-width: 768px) {

  /* SP：メニューボタン */
  .sp-menu-btn {
    border: none;
    box-shadow: none;
    appearance: none;
    position: absolute;
    top: 8px;
    right: 8px;
    background: var(--color-l-blue);
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--color-blue);
    font-size: 10px;
    line-height: 1;
  }

  .sp-menu-btn .icon-menu {
    font-size: 28px;
    display: inline-flex;
  }

  .sp-menu-btn[aria-expanded="true"] .icon-menu::before {
    content: "\e5cd";
  }

  /* SP：検索トリガーボタン */
  .sp-search-btn {
    position: absolute;
    top: 0;
    right: 110px;
    border: none;
    border-radius: 0;
    gap: 0;
    width: 50px;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--color-blue);
    font-size: 10px;
    line-height: 1;
  }

  .sp-search-btn .icon-search {
    font-size: 28px;
    display: inline-flex;
  }

  /* SP：グローバルメニュー */
  .sp-nav-global[aria-hidden="false"] {
    display: block;
  }

  .sp-nav-global {
    position: fixed;
    z-index: 10;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background: #fff;
    overflow: hidden;
    border-top: 1px solid #ddd;
  }

  .sp-nav-global_scroll {
    height: 100%;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .sp-user-menu-list {
    margin: 0;
    list-style: none;
    padding: 16px;
    display: flex;
    gap: 12px;
  }

  .sp-user-menu-list>li {
    flex: 1;
  }

  .sp-user-menu-list>li>a {
    border: 1px solid var(--color-blue);
    border-radius: 4px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--txt-main);
    text-decoration: none;
    position: relative;
    padding: 8px;
    font-size: 14px;
  }

  .sp-user-menu-list>li>a .material-icon {
    color: var(--color-blue);
    font-size: 20px;
    line-height: 1;
    display: flex;
  }

  .sp-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ddd;
  }

  .sp-menu-list>li {
    border-bottom: 1px solid #ddd;
  }

  .sp-menu-list>li a {
    display: flex;
    align-items: center;
    position: relative;
    height: 50px;
    color: var(--txt-main);
    padding: 12px 16px;
  }

  .sp-menu-list>li a::after {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-variation-settings:
      'FILL'0,
      'wght'400,
      'GRAD'0,
      'opsz'24;
    content: "\e5e1";
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -.5em;
  }

  .sp-sns-list {
    margin: 24px 16px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 24px;
  }

  .sp-sns-list>li>a>img {
    width: 30px;
  }
}

/*===========================================================

 重要ニュース

===========================================================*/
/* 重要ニュース */
.important-news {
  background: var(--color-l-red);
  padding: 0 20px;
}

.important-news__inner {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 16px 0;
}

.important-news__list {
  list-style: none;
  margin: 0;
}

.important-news__list>li {
  display: flex;
  align-items: flex-start;
  gap: 0 8px;
}

.important-news__list>li .news-icon {}

.important-news__list>li .news-txt {
  flex: 1;
}

.news-icon-important {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--color-red);
  border-radius: 2px;
  font-size: 13px;
  line-height: 1;
  color: var(--color-red);
  padding: 4px 8px;
}

@media print,
screen and (max-width: 768px) {
  .important-news {
    padding: 0;
  }

  .important-news__inner {
    padding: 12px;
  }

  .important-news__list {
    list-style: none;
    margin: 0;
  }

  .important-news__list>li {
    display: flex;
    align-items: flex-start;
    gap: 0 8px;
  }

  .news-icon-important {
    font-size: 11px;
  }

  .important-news__list>li .news-txt {
    font-size: 11px;
  }
}

/*===========================================================

 footer

===========================================================*/
.l-footer *,
.l-footer *:after,
.l-footer *:before {
  box-sizing: border-box;
}

.l-footer {
  padding: 40px 20px;
}

.l-footer__inner {
  max-width: var(--content-width);
  margin: 0 auto;
}

@media print,
screen and (max-width: 768px) {
  .l-footer {
    padding: 0;
  }
}

/* フッターコンテンツ */
.footer-guide-row {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.footer-guide__head {
  border-bottom: 1px solid var(--txt-main);
  padding-bottom: 8px;
  margin: 0 0 1em;
  pointer-events: none;
}

.footer-guide__ttl {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}

.footer-guide__body dl {
  margin: 0;
}

.footer-guide__body dl>dt {
  margin: 0 0 8px;
  padding: 0;
}

.footer-guide__body dl>dd {
  margin: 0 0 24px;
  padding: 0;
}

.footer-contact__to {
  margin: 0 0 8px;
}

.footer-contact__tel {
  margin: 0 0 8px;
}

.footer-contact__tel>a {
  text-decoration: none;
  color: var(--txt-main);
  font-size: 20px;
  font-weight: 700;
}

@media print,
screen and (max-width: 768px) {
  .footer-guide-row {
    display: block;
    border-top: 1px solid #ddd;
  }

  .footer-guide {
    border-bottom: 1px solid #ddd;
  }

  .footer-guide__head {
    display: flex;
    align-items: center;
    height: 50px;
    border: none;
    padding: 12px;
    margin: 0;
    pointer-events: auto;
    position: relative;
  }

  .footer-guide__head::after {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-variation-settings:
      'FILL'0,
      'wght'400,
      'GRAD'0,
      'opsz'24;
    content: "\e313";
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -.5em;
  }

  .footer-guide__ttl {
    font-size: 14px;
  }

  .footer-guide__body[aria-hidden="true"] {
    display: none;
  }

  .footer-guide__body {
    padding: 8px 12px;
  }
}

/* 運営 */
.footer-bottom {
  margin-top: 40px;
  text-align: center;
}

.footer-powered-by {
  display: inline-flex;
  align-items: center;
  gap: 0 24px;
}

.footer-powered-by__img {
  width: 120px;
}

.footer-powered-by__txt {
  font-size: 12px;
  color: var(--txt-note);
}

.footer-copyright {
  margin: 0;
  font-size: 12px;
  color: var(--txt-note);
}

@media print,
screen and (max-width: 768px) {
  .footer-bottom {
    margin: 0;
    padding: 24px 12px;
  }

  .footer-powered-by {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
  }

  .footer-powered-by__img {
    width: 90px;
  }

  .footer-powered-by__txt {
    font-size: 10px;
  }

  .footer-copyright {
    font-size: 10px;
  }
}

/*===========================================================

 コンテンツ レイアウト

===========================================================*/
.l-contents {
  padding: 20px;
  display: flex;
  gap: 0 40px;
  max-width: var(--content-width);
  margin: 0 auto;
}

.l-contents *,
.l-contents *:after,
.l-contents *:before {
  box-sizing: border-box;
}

.l-sidebar {
  width: 25%;
}

.l-main {
  flex: 1;
}

@media print,
screen and (max-width: 768px) {
  .l-contents {
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }

  .l-sidebar {
    width: auto;
  }
}

/*===========================================================

 サイドバー

===========================================================*/
/* バナー */
.side-bnr-list {
  list-style: none;
  margin: 0 0 20px;
}

.side-bnr-list>li {
  margin-bottom: 10px;
}

@media print,
screen and (max-width: 768px) {
  .side-bnr-list {
    padding: 0 12px;
  }
}

/* カテゴリ/営業日などボックス */
.side-box {
  margin-bottom: 20px;
}

.side-box__head {
  background: var(--color-blue);
  border-radius: 4px 4px 0 0;
  padding: 10px 12px;
}

.side-box__head-ttl {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.side-box__body {
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #ddd;
}

.side-box__ttl-wrap {
  background: var(--color-l-blue);
  padding: 8px 12px;
}

.side-box__sub-ttl {
  margin: 0;
  color: var(--color-blue);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.side-box__menu-list {
  list-style: none;
  margin: 0;
}

.side-box__menu-list>li {
  border-bottom: 1px solid #ddd;
}

.side-box__menu-wrap:last-child .side-box__menu-list>li:last-child {
  border-bottom: none;
}

.side-box .side-menu-card {
  color: var(--txt-main);
  display: flex;
  align-items: center;
  gap: 0 12px;
  padding: 10px;
  min-height: 60px;
  text-decoration: none;
}

.side-box .side-menu-card__img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-box .side-menu-card__img img {
  border-radius: 2px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.side-box .side-menu-card__img.illust-icon img,
.side-box .side-menu-card__img.illust-icon svg {
  width: 30px;
  height: 30px;
}

.side-box .side-menu-card__txt {
  font-size: 14px;
}

.side-box .side-menu-card__txt small {
  display: block;
  font-size: 11px;
  color: var(--txt-note);
}

.side-box__content {
  padding: 16px;
}

@media print,
screen and (max-width: 768px) {
  .side-box__head {
    border-radius: 0;
  }

  .side-box__head-ttl {
    font-size: 14px;
  }

  .side-box__body {
    border-width: 0 0 1px;
  }

  .side-box .side-menu-card {
    gap: 0 10px;
    padding: 8px 12px;
    min-height: 56px;
  }

  .side-box .side-menu-card__txt small {
    font-size: 10px;
  }

  .side-box__content {
    padding: 12px;
  }
}

/* 営業日カレンダー */
.tbl_calendar {
  margin-bottom: 20px;
  width: 100%;
  font-size: .9em;
}

.tbl_calendar caption {
  text-align: center;
  padding-bottom: 10px;
}

.tbl_calendar th {
  padding: .3em 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.tbl_calendar td {
  padding: .5em 0;
  width: 14.2%;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.side-caledar-wrap {
  padding: 0 8px;
}

@media print,
screen and (max-width: 768px) {
  .side-caledar-wrap {
    display: flex;
    overflow-x: auto;
    gap: 0 24px;
  }

  .side-caledar-wrap .tbl_calendar {
    min-width: 200px;
    flex: 1;
  }
}

/*===========================================================

 トップコンテンツ

===========================================================*/
/* TOPページ バナー */
.top-head-bnr {
  margin-bottom: 40px;
}

.top-head-bnr img {
  object-fit: cover;
  height: 80px;
  width: 100%;
}

@media print,
screen and (max-width: 768px) {
  .top-head-bnr {
    margin-bottom: 10px;
  }

  .top-head-bnr img {
    position: static;
    transform: none;
    height: auto;
  }
}

/* TOPページ メインビジュアル */
.top-mv {
  padding: 0 20px;
  margin-bottom: 40px;
}

.top-mv__inner {
  max-width: var(--content-width);
  margin: 0 auto;
}

.top-mv__row {
  display: flex;
  gap: 0 48px;
}

.top-mv__col-left {
  width: 720px;
}

.top-mv__col-right {
  width: 512px;
}

.top-mv .top-bnr-01 img,
.top-mv .top-bnr-02 img {
  border-radius: 4px;
}

.top-mv .top-bnr-02 {
  margin-top: 10px;
}

@media print,
screen and (max-width: 768px) {
  .top-mv {
    padding: 0;
    margin-bottom: 32px;
  }

  .top-mv__row {
    display: block;
  }

  .top-mv__col-left {
    width: auto;
  }

  .top-mv__col-right {
    width: auto;
    padding: 0 12px;
  }
}

/* TOPページ メインビジュアル ＞ スライダー */
.top-slider-wrap {
  position: relative;
}

.top-slider-wrap .bx-wrapper {
  margin-bottom: 0;
}

.top-slider-wrap .bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  transform: none;
  left: 0;
}

.top-slider-wrap .bx-wrapper .bx-prev,
.top-slider-wrap .bx-wrapper .bx-next {
  appearance: none;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  color: var(--txt-main);
  text-decoration: none;
}

.top-slider-wrap .bx-wrapper .bx-prev::before,
.top-slider-wrap .bx-wrapper .bx-next::before {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings:
    'FILL'0,
    'wght'400,
    'GRAD'0,
    'opsz'24;
  text-indent: 0;
}

.top-slider-wrap .bx-wrapper .bx-prev {
  left: -20px;
}

.top-slider-wrap .bx-wrapper .bx-prev::before {
  content: "\e5cb";
}

.top-slider-wrap .bx-wrapper .bx-next {
  right: -20px;
}

.top-slider-wrap .bx-wrapper .bx-next::before {
  content: "\e5cc";
}

.top-slider-wrap .bx-wrapper .bx-pager {
  width: 100%;
  position: absolute;
  bottom: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  cursor: pointer;
  background: #ccc;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.top-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: var(--color-blue);
}

@media print,
screen and (max-width: 768px) {
  .top-slider-wrap {
    margin-bottom: 36px;
  }

  .top-slider-wrap .bx-wrapper .bx-prev,
  .top-slider-wrap .bx-wrapper .bx-next {
    display: none;
  }

  .top-slider-wrap .bx-wrapper .bx-pager {
    bottom: -15px;
    gap: 6px;
  }

  .top-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a {
    width: 6px;
    height: 6px;
  }
}

/*===========================================================

 各コンテンツ

===========================================================*/
/* セクション共通：見出し */
.section-heading {
  margin-bottom: 16px;
}

.section-heading .ttl-01 {
  margin: 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 0 4px;
}

.section-heading .ttl-icon {
  font-size: 26px;
  color: var(--color-blue);
  display: flex;
}

.section-heading .ttl-02 {
  margin: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 0 4px;
}

@media print,
screen and (max-width: 768px) {
  .section-heading {
    margin-bottom: 16px;
  }

  .section-heading .ttl-01 {
    font-size: 16px;
  }

  .section-heading .ttl-icon {
    font-size: 20px;
  }

  .section-heading .ttl-02 {
    font-size: 15px;
  }
}

/* セクション共通：下部リンク */
.section-footer-link {
  margin-top: 40px;
  text-align: right;
}

@media print,
screen and (max-width: 768px) {
  .section-footer-link {
    margin-top: 16px;
  }
}

/* 商品セクション＞商品リスト */
.product-section {
  margin-bottom: 40px;
}

.product-section .product-list {
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.product-section .product-item {
  color: var(--txt-main);
  text-decoration: none;
}

.product-section .product-item__img {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-section .product-item__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-section .product-item__desc {
  margin-top: 8px;
  line-height: 1.4;
}

.product-section .product-item .product-name {
  line-height: 1.4;
  margin: 0;
}

.product-section .product-item .product-explain {
  font-size: 12px;
  margin-top: 4px;
  color: var(--txt-note);
}

.product-section .product-item .product-price {
  margin: 8px 0 0;
  font-size: 12px;
}

.product-section .product-item .product-price em {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.product-section .product-item .product-price__tax {
  font-size: 10px;
}

@media print,
screen and (max-width: 768px) {
  .product-section {
    padding: 0 12px;
    margin-bottom: 24px;
  }

  .product-section .product-list {
    display: flex;
    gap: 0;
    margin-left: -12px;
    margin-right: -12px;
    padding: 0 12px;
    overflow: auto;
    scroll-snap-type: x mandatory;
  }

  .product-section .product-list__item {
    width: 140px;
    scroll-snap-align: start;
    flex-shrink: 0;
    padding-left: 12px;
    padding-bottom: 12px;
  }

  .product-section .product-item .product-name {
    font-size: 12px;
  }

  .product-section .product-item .product-explain {
    font-size: 11px;
  }

  .product-section .product-item .product-price {
    font-size: 12px;
  }

  /* SPで横スクロール無し、縦にリストで見せる商品一覧 */
  .product-section .product-list--scroll-y {
    margin: 0 -12px;
    padding: 0;
    display: block;
    border-top: 1px solid #ddd;
  }

  .product-section .product-list--scroll-y .product-list__item {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }

  .product-section .product-list--scroll-y .product-item {
    display: flex;
    align-items: flex-start;
    gap: 0 12px;
  }

  .product-section .product-list--scroll-y .product-item__img {
    width: 90px;
  }

  .product-section .product-list--scroll-y .product-item__desc {
    flex: 1;
    padding: 0;
    margin-top: 0;
  }

  .product-section .product-list--scroll-y .product-item .product-name {
    font-size: 13px;
  }

  .product-section .product-list--scroll-y .product-item .product-price {
    font-size: 12px;
  }
}

/* 最近チェックした商品 */
@media print,
screen and (min-width: 769px) {
  .product-section .product-list--recent-check {
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
  }
}

/* 商品セクション＞カテゴリリスト（ボタン型） */
.product-section .category-btn-list {
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 8px;
}

.product-section .category-btn {
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 0 8px;
  padding: 10px;
  min-height: 60px;
  color: var(--txt-main);
  text-decoration: none;
  transition: all .2s;
}

@media print,
screen and (min-width: 769px) {
  .product-section .category-btn:hover {
    /*background: var(--color-l-blue);*/
    border-color: #999;
  }
}

.product-section .category-btn__img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.product-section .category-btn__img svg,
.product-section .category-btn__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-section .category-btn__desc {
  flex: 1;
  line-height: 1.4;
}

.product-section .category-btn .category-name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.product-section .category-btn .category-txt {
  margin: 0;
  display: block;
  font-size: 12px;
  color: var(--txt-note);
}

@media print,
screen and (max-width: 768px) {
  .product-section .category-btn-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .product-section .category-btn {
    min-height: 56px;
    padding: 8px;
  }

  .product-section .category-btn .category-name {
    font-size: 13px;
  }

  .product-section .category-btn .category-txt {
    font-size: 10px;
  }
}

/* 商品一覧でのカテゴリリスト（ボタン型）小さめ */
@media print,
screen and (min-width: 769px) {
  .product-section .category-btn-list--productlist {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }

  .product-section .category-btn-list--productlist .category-btn {
    padding: 8px;
  }

  .product-section .category-btn-list--productlist .category-btn .category-name {
    font-size: 13px;
    font-weight: 500;
  }
}

@media print,
screen and (max-width: 768px) {
  .product-section .category-btn-list--productlist .category-btn .category-name {
    font-size: 11px;
    font-weight: 500;
  }
}

/* 商品セクション＞カテゴリリスト（カード型） */
.product-section .category-card-list {
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 8px;
}

.product-section .category-card {
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
  min-height: 170px;
  color: var(--txt-main);
  text-decoration: none;
  transition: all .2s;
}

@media print,
screen and (min-width: 769px) {
  .product-section .category-card:hover {
    /*background: var(--color-l-blue);*/
    border-color: #999;
  }
}

.product-section .category-card__img {
  width: 80px;
  height: 80px;
}

.product-section .category-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-section .category-card__desc {
  margin-top: 8px;
  line-height: 1.4;
}

.product-section .category-card .category-name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.product-section .category-card .category-txt {
  margin: 4px 0 0;
  display: block;
  font-size: 12px;
  color: var(--txt-note);
}

@media print,
screen and (max-width: 768px) {
  .product-section .category-card-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .product-section .category-card {
    padding: 8px;
    min-height: 70px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0 8px;
    text-align: left;
  }

  .product-section .category-card__img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }

  .product-section .category-card__desc {
    margin-top: 0;
  }

  .product-section .category-card .category-name {
    font-size: 13px;
  }

  .product-section .category-card .category-txt {
    font-size: 10px;
    margin-top: 2px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

/* 最近チェックした商品 */
.product-section--recent {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
}

@media print,
screen and (max-width: 768px) {
  .product-section--recent {
    margin-top: 24px;
  }
}

/* お知らせ */
.news-section {
  margin-bottom: 40px;
}

.news-section .news-list {
  margin: 0;
  list-style: none;
  border-top: 1px solid #ddd;
}

.news-section .news-item {
  display: flex;
  gap: 0 16px;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
}

.news-section .news-item .news-date {
  margin: 0;
}

.news-section .news-item .news-txt {
  margin: 0;
}

@media print,
screen and (max-width: 768px) {
  .news-section {
    margin-bottom: 40px;
    padding: 0 12px;
  }

  .news-section .news-item {
    display: block;
    padding: 10px 0;
    font-size: 12px;
  }

  .news-section .news-item .news-date {
    color: var(--txt-note);
  }
}

/*===========================================================

 商品一覧

===========================================================*/
/* パンくず */
.breadcrumb {
  margin-bottom: 16px;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  max-width: var(--content-width);
  margin: 0 auto;
}

.breadcrumb-list>li {
  list-style: none;
  margin: 0;
  font-size: 12px;
  color: var(--txt-note);
}

.breadcrumb-list>li a {
  color: var(--txt-main);
}

.breadcrumb-list>li:not(:last-child):after {
  content: "＞";
  margin: 0 .5em;
}

@media print,
screen and (max-width: 768px) {
  .breadcrumb {
    padding: 8px 12px;
    margin-bottom: 8px;
  }

  .breadcrumb-list>li {
    font-size: 11px;
  }
}

/* 商品一覧 */
.productlist-container {
  margin-bottom: 40px;
}

@media print,
screen and (max-width: 768px) {
  .productlist-container {
    margin-bottom: 24px;
  }
}

/* 商品一覧 タイトル */
.productlist-heading {
  margin-bottom: 24px;
}

.productlist-heading__ttl {
  font-size: 24px;
  margin: 0;
}

@media print,
screen and (max-width: 768px) {
  .productlist-heading {
    padding: 0 12px;
    margin-bottom: 12px;
  }

  .productlist-heading__ttl {
    font-size: 18px;
  }
}

/* 商品一覧 メイン画像（フリースペース１を使用） */
.productlist-freespace .category-mv {
  margin-bottom: 16px;
}

.productlist-freespace .category-description {
  margin-bottom: 16px;
}

@media print,
screen and (max-width: 768px) {
  .productlist-freespace .category-description {
    padding: 0 12px;
  }
}

/* その他フリースペース */
@media print,
screen and (max-width: 768px) {
  .category-freespace-02 {
    padding: 0 12px;
    margin-bottom: 16px;
  }
}

/* 該当商品なし */
.productlist-not-found {
  font-size: 18px;
  margin: 24px 0;
}

@media print,
screen and (max-width: 768px) {
  .productlist-not-found {
    font-size: 16px;
    margin: 16px 0;
    padding: 0 12px;
  }
}

/* ソート */
.productlist-sort {
  margin-bottom: 16px;
  display: flex;
}

.productlist-sort__count span {
  font-size: 16px;
  font-weight: 700;
  margin: 0 .2em;
}

.productlist-sort__list {
  margin: 0 0 0 auto;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

.productlist-sort__list>li:not(:first-child) {
  border-left: 1px solid #ccc;
}

.productlist-sort__list>li>a,
.productlist-sort__list>li .is-current {
  display: inline-block;
  padding: 0 16px;
}

@media print,
screen and (max-width: 768px) {
  .productlist-sort {
    padding: 0 12px;
    margin-bottom: 12px;
  }

  .productlist-sort__list {
    font-size: 12px;
  }
}

/* ページング */
.productlist-pager {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.productlist-pager__list {
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 0 4px;
}

.productlist-pager__list>li {
  display: flex;
  gap: 0 4px;
}

.productlist-pager__list>li>a,
.productlist-pager__list>li>span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
  min-width: 30px;
  height: 30px;
}

.productlist-pager__list>li>span:not(.is-current) {
  opacity: .5;
}

.productlist-pager__list>li>span.is-current {
  border-color: var(--txt-main);
  background: var(--txt-main);
  color: #fff;
}

.productlist-pager-count {
  margin-top: 12px;
}

@media print,
screen and (max-width: 768px) {
  .productlist-pager {
    padding: 0 12px;
  }

  .productlist-pager__list {
    width: 100%;
    justify-content: space-between;
  }

  .productlist-pager__list>li>a {
    background: #fff;
  }

  .productlist-pager__list>li>.btn {
    width: 80px;
  }
}

/*===========================================================

 商品詳細

===========================================================*/
.productdetail-main {
  display: flex;
  gap: 0 30px;
}

.productdetail-main__img {
  width: 400px;
}

.productdetail-main__desc {
  flex: 1;
}

@media print,
screen and (max-width: 768px) {
  .productdetail-main {
    display: block;
  }

  .productdetail-main__img {
    width: 100%;
  }

  .productdetail-main__desc {
    padding: 24px 12px;
  }
}

/* スライダー */
.productdetail-img-wrap .swiper-button-next:after,
.productdetail-img-wrap .swiper-button-prev:after {
  font-size: 1em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

/* スライダー ＞ メイン */
.productdetail-slider-wrap {}

.productdetail-slider-wrap .swiper-button-prev,
.productdetail-slider-wrap .swiper-button-next {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  background: rgba(0, 0, 0, .2);
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.productdetail-main-slider .swiper-slide {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.productdetail-main-slider .swiper-slide>a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.productdetail-main-slider .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}

/* スライダー ＞ サムネイル */
.productdetail-thumbnail-wrap {
  margin-top: 10px;
}

.productdetail-thumbnail-slider .swiper-slide {
  aspect-ratio: 1 / 1;
  width: 80px;
  height: 80px;
  padding: 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.productdetail-thumbnail-slider .swiper-slide img {
  border: 1px solid #fff;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.productdetail-thumbnail-slider .swiper-slide.swiper-slide-thumb-active img {
  border-color: #000;
}

.productdetail-thumbnail-wrap .swiper-button-prev,
.productdetail-thumbnail-wrap .swiper-button-next {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}

.productdetail-thumbnail-wrap .swiper-button-prev {
  left: 4px;
}

.productdetail-thumbnail-wrap .swiper-button-next {
  right: 4px;
}

/* 商品説明 */
.productdetail-main .product-name {
  margin: 0 0 .8em;
  font-size: 24px;
  line-height: 1.2;
}

.productdetail-main .productdetail-table-wrap {
  margin-bottom: 16px;
}

.productdetail-main .productdetail-table {}

.productdetail-main .productdetail-table th {
  white-space: nowrap;
  font-weight: 400;
  text-align: right;
  vertical-align: top;
  padding: 0;
}

.productdetail-main .productdetail-table th::after {
  content: "：";
}

.productdetail-main .productdetail-table td {
  vertical-align: top;
  padding: 0;
}

.productdetail-main .productdetail-table td .price {
  font-size: 1.2em;
  font-weight: 700;
}

.productdetail-related-link .user-link {
  margin: 0 0 16px;
  list-style: none;
}

.productdetail-bnr-point {
  width: 240px;
}

@media print,
screen and (max-width: 768px) {
  .productdetail-main .product-name {
    font-size: 20px;
  }
}

/* 注文フォームエリア */
.productdetail-order {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.productdetail-order .prduct-option {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

/* 注文フォームエリア ＞ オプション */
.productdetail-option-table-wrap table {
  background: #fff;
  width: 100%;
  border-collapse: collapse;
}

.productdetail-option-table-wrap table th {
  background: #f5f5f5;
  border: 1px solid #ccc;
  padding: .5em;
}

.productdetail-option-table-wrap table td {
  border: 1px solid #ccc;
  padding: .5em;
}

.productdetail-option-table-wrap table td.none {
  background: #f5f5f5;
}

.productdetail-option-table-wrap table .stock_head {
  text-align: center;
}

.productdetail-option-table-wrap table .cell_2>div {
  float: left;
}

@media print,
screen and (max-width: 768px) {
  .productdetail-option-table-wrap table {
    font-size: 12px;
    white-space: normal;
    word-break: break-word;
  }
}

/* オプションがプルダウンのとき（値段がわからないため非推奨） */
.productdetail-order .prduct-option__col-select {
  flex: 1;
  margin-bottom: 24px;
}

.productdetail-order select {
  height: 40px;
  border-color: #999;
}

/* 注文フォームエリア ＞ 数量入力まわり〜カートインボタン */
.productdetail-order__row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.productdetail-order__input {
  display: flex;
  align-items: center;
}

/* 単位 */
.productdetail-order__input .product-unit {
  font-size: 16px;
  margin-left: 10px;
}

/*  */
.productdetail-order__input .input-prepend.input-append {
  margin: 0;
}

.productdetail-order__input-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.productdetail-order__input .btn-plus,
.productdetail-order__input .btn-minus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #555;
  border-radius: 50%;
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, .16) inset;
  color: #fff;
  font-size: 20px;
}

.productdetail-order__input .icon-plus::before {
  content: "\e145";
}

.productdetail-order__input .icon-minus::before {
  content: "\e15b";
}

.productdetail-order__input .input-prepend.input-append input {
  padding: 0 10px;
  border: 1px solid #333;
  border-radius: 2px;
  font-size: 24px;
  font-weight: 700;
  height: 48px;
}

.productdetail-order__btn {
  flex: 1;
  min-width: 180px;
}

.productdetail-order__btn .btn-addcart {
  background: var(--color-blue);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border: none;
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, .16) inset;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.productdetail-order__btn .btn-addcart .icon-cart {
  margin-right: 4px;
  font-size: 1.2em;
}

.productdetail-order__other {
  width: 100%;
}

.productdetail-order__other .btn-block {
  background: #666;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print,
screen and (max-width: 768px) {
  .productdetail-order {
    margin-top: 16px;
    padding: 12px;
    background: var(--color-l-blue);
    border: none;
  }

  .productdetail-order .prduct-option {
    gap: 8px;
    flex-wrap: wrap;
  }

  .productdetail-order .prduct-option__col-select {
    flex: auto;
    margin-bottom: 16px;
  }

  .productdetail-order .prduct-option__label {
    font-weight: 700;
    font-size: 13px;
  }

  .productdetail-order select {
    height: 36px;
  }

  .productdetail-order__row {
    gap: 16px;
  }

  .productdetail-order__input-row {
    gap: 4px;
  }

  .productdetail-order__input .btn-plus,
  .productdetail-order__input .btn-minus {
    width: 36px;
    height: 36px;
    font-size: 18px;
    border-radius: 4px;
  }

  .productdetail-order__input .input-prepend.input-append input {
    font-size: 20px;
    width: 72px;
    height: 36px;
  }

  .productdetail-order__btn .btn-addcart {
    font-size: 13px;
    height: 40px;
    padding: 10px;
  }
}

/* 商品登録の入力エリアのデザイン調整
======================================= */
.productdetail-explain {
  margin-top: 40px;
  font-size: 14px;
}

@media print,
screen and (max-width: 768px) {
  .productdetail-explain {
    margin-top: 8px;
    padding: 0 12px;
  }
}

.productdetail-explain .warranty-box {
  background: #fff5d8;
  padding: 28px 32px;
  border-radius: 4px;
  margin-bottom: 2em;
}

.productdetail-explain .warranty-box__head {
  background: #ee2a23;
  border-radius: 40px;
  text-align: center;
}

.productdetail-explain .warranty-box__head img {
  width: 100%;
  max-width: 400px;
}

.productdetail-explain .warranty-box__ttl {
  margin: 1.5em 0 1em;
  font-weight: 700;
  font-size: 21px;
}

@media print,
screen and (max-width: 768px) {
  .productdetail-explain .warranty-box {
    padding: 20px 16px;
  }

  .productdetail-explain .warranty-box__head {
    text-align: center;
  }

  .productdetail-explain .warranty-box__head img {
    max-width: 300px;
  }

  .productdetail-explain .warranty-box__ttl {
    font-size: 18px;
    margin: 1em 0 .75em;
  }
}

.productdetail-explain .list-dot>li::before {
  content: "・";
}

.productdetail-explain .list-dot>li {
  text-indent: -1em;
  padding-left: 1em;
}

.productdetail-explain .ttl-saitokka-point {
  margin: 0 0 1em;
  text-align: center;
}

.productdetail-explain .ttl-saitokka-point img {
  max-width: 640px;
}

.productdetail-explain .ttl-point {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  margin: 1em 0;
  padding: 40px 0 0 205px;
  border: none;
  min-height: 75px;
  position: relative;
  box-sizing: border-box;
}

.productdetail-explain .ttl-point .number {
  display: inline-block;
  width: 190px;
  height: 75px;
  background: url(https://file003.shop-pro.jp/PA01462/415/product_detail/ttl-point.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding-top: 39px;
  padding-left: 75px;
  font-family: Arial, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 36px;
  box-sizing: border-box;
}

@media print,
screen and (max-width: 768px) {
  .productdetail-explain .ttl-saitokka-point {}

  .productdetail-explain .ttl-saitokka-point img {
    max-width: 90vw;
  }

  .productdetail-explain .ttl-point {
    font-size: 18px;
    line-height: 1.4;
    padding: 54px 0 0 0;
    min-height: initial;
  }

  .productdetail-explain .ttl-point .number {
    width: 120px;
    height: 48px;
    padding-top: 24px;
    padding-left: 48px;
    font-size: 12px;
    line-height: 24px;
  }
}

/* 見出し */
.productdetail-explain h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 2em 0 1em;
}

.productdetail-explain h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  margin: 2em 0 1em;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}

.productdetail-explain h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 2em 0 1em;
}

@media print,
screen and (max-width: 768px) {
  .productdetail-explain h2 {
    font-size: 20px;
  }

  .productdetail-explain h3 {
    font-size: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
  }

  .productdetail-explain h4 {
    font-size: 14px;
  }
}

/* テキスト */
.productdetail-explain>p {
  margin: 0 0 1.5em 0;
}

/* 写真 */
.productdetail-explain .photo-list {
  margin: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.productdetail-explain .photo-list>li {
  text-align: center;
}

.productdetail-explain .photo-list a[data-lightbox] {
  display: flex;
  position: relative;
  transition: opacity .3s;
}

.productdetail-explain .photo-list a[data-lightbox]:hover {
  opacity: .9;
}

.productdetail-explain .photo-list a[data-lightbox]::before {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings:
    'FILL'0,
    'wght'400,
    'GRAD'0,
    'opsz'24;
  content: "\e8ff";
  font-size: 20px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, .2);
}

/* 線 */
.productdetail-explain hr {
  margin: 40px 0;
  border-top: 1px solid #ccc;
  border-bottom: none;
}

@media print,
screen and (max-width: 768px) {
  .productdetail-explain hr {
    margin: 24px 0;
  }
}

/* セクション */
.productdetail-explain .productdetail-section {
  margin-top: 40px;
}

.productdetail-explain .productdetail-section h2 {
  border-left: 6px solid var(--color-blue);
  padding-left: 12px;
  padding: 12px 16px;
  background: #f5f5f5;
}

@media print,
screen and (max-width: 768px) {
  .productdetail-explain .productdetail-section {
    margin-top: 40px;
  }

  .productdetail-explain .productdetail-section h2 {
    border-left-width: 4px;
    padding-left: 10px;
    padding: 8px 12px;
  }
}

/* 配送 出し分け */
.productdetail-explain .delivery--show-A .img-B {
  display: none;
}

.productdetail-explain .delivery--show-B .img-A {
  display: none;
}

/* スペック */
.productdetail-spec-table {
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.productdetail-spec-table th {
  background: var(--color-l-blue);
  border: 1px solid #ccc;
  padding: .8em;
  font-weight: 400;
  width: 120px;
}

.productdetail-spec-table td {
  border: 1px solid #ccc;
  padding: .8em;
}

/*===========================================================

 フリーページ

===========================================================*/
.freepage-wrapper {}

.freepage-wrapper ol,
.freepage-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.freepage-heading {
  margin-bottom: 24px;
}

.freepage-heading h1 {
  font-size: 24px;
  margin: 0;
}

@media print,
screen and (max-width: 768px) {
  .freepage-wrapper {
    padding: 0 12px;
  }

  .freepage-heading {
    margin-bottom: 12px;
  }

  .freepage-heading h1 {
    font-size: 18px;
  }
}

/* よくある質問 */
.faq-section details {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 12px;
}

.faq-section summary {
  font-size: 16px;
  font-weight: 700;
  list-style: none;
  position: relative;
  padding: 16px 40px 16px 16px;
  cursor: pointer;
  outline: none;
}

.faq-section summary::-webkit-details-marker {
  display: none;
}

.faq-section summary::before {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings:
    'FILL'0,
    'wght'400,
    'GRAD'0,
    'opsz'24;
  content: "\e313";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -.5em;
  font-size: 24px;
  transition: all .3s;
}

.faq-section details[open] summary::before {
  transform: rotate(180deg);
}

.faq-section summary .question {
  display: flex;
}

.faq-section summary .question::before {
  content: "Q.";
  color: var(--color-blue);
  font-weight: 700;
  width: 24px;
  flex-shrink: 0;
}

.faq-section .answer {
  padding: 8px 40px 24px;
  font-size: 15px;
}

@media print,
screen and (max-width: 768px) {
  .faq-section {
    margin: 0 -12px;
  }

  .faq-section details {
    border-width: 0 0 1px;
    border-color: #ddd;
    border-radius: 0;
    margin-bottom: 0;
  }

  .faq-section details:first-child {
    border-width: 1px 0;
  }

  .faq-section summary {
    font-size: 15px;
  }

  .faq-section summary::before {
    right: 8px;
    font-size: 20px;
  }

  .faq-section .answer {
    padding: 8px 12px 16px;
    font-size: 14px;
  }
}