@charset "euc-jp";
#page-wrapper {
  position: relative;
}
#wrapper {
  /* padding-top: 1em; */
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}
.muted {
  color: #999;
}
body {
  color: < {
    $font_color
  }
  > ;
  background-color: < {
    $page_bgcolor
  }
  > ;
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/bg.gif);
  font-size:16px;
  letter-spacing: 0.1px;
}
a {
  color: < {
    $link_normal
  }
  > ;
}
a:hover {
  color: < {
    $link_hover
  }
  > ;
}
a.muted:hover, a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover, a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover, a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover, a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover, a.text-success:focus {
  color: #356635;
}
.btn-01 {
  border: 1px solid #666;
  background-color: #666;
  color: #fff;
  border-radius: 0;
}
h2 {
  margin: 30px 0;
  text-align: center;
}
.ttl-h2 {
  position: relative;
}
.ttl-h2:before {
  position: absolute;
  top: 50%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  content: "";
}
.ttl-h2 span {
  padding: 0 2em;
  background-color: < {
    $page_bgcolor
  }
  > ;
}
.btn-01 {
  border: 1px solid < {
    $btn_01_bgcolor
  }
  > ;
  background-color: < {
    $btn_01_bgcolor
  }
  > ;
  color: < {
    $btn_01_font_color
  }
  > ;
  *background-color: < {
    $btn_01_bgcolor
  }
  > ;
}
.btn-01:hover, .btn-01:focus, .btn-01:active, .btn-01.active, .btn-01.disabled, .btn-01[disabled] {
  border: 1px solid < {
    $btn_01_bgcolor_hover
  }
  > ;
  background-color: < {
    $btn_01_bgcolor_hover
  }
  > ;
  color: < {
    $btn_01_font_color
  }
  > ;
  *background-color: < {
    $btn_01_bgcolor_hover
  }
  > ;
}
.btn-02 {
  border: 1px solid < {
    $btn_02_bgcolor
  }
  > ;
  background-color: < {
    $btn_02_bgcolor
  }
  > ;
  color: < {
    $btn_02_font_color
  }
  > ;
  *background-color: < {
    $btn_02_bgcolor
  }
  > ;
}
.btn-02:hover, .btn-02:focus, .btn-02:active, .btn-02.active, .btn-02.disabled, .btn-02[disabled] {
  border: 1px solid < {
    $btn_02_bgcolor_hover
  }
  > ;
  background-color: < {
    $btn_02_bgcolor_hover
  }
  > ;
  color: < {
    $btn_02_font_color
  }
  > ;
  *background-color: < {
    $btn_02_bgcolor_hover
  }
  > ;
}
.product-order-num input {
  border-color: < {
    $btn_02_bgcolor
  }
  > ;
}
/*
 * icon
 */
.icon-b, .icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_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 (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), 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/69/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
  }
}
.icon-cart {
  background-position: -176px -64px;
}
.icon-user {
  background-position: -208px -0px;
}
.icon-adduser {
  background-position: -240px -0px;
}
.icon-logout {
  background-position: -32px -80px;
}
.icon-login {
  background-position: -48px -80px;
}
/* icon large */
.icon-twitter {
  background-position: -144px -264px;
}
.icon-facebook {
  background-position: -192px -264px;
}
.icon-instagram {
  background-position: -168px -288px;
}
.icon-mail {
  background-position: -96px -0px;
}
.icon-lg-w.icon-cart {
  background-position: -264px -96px;
}
.icon-lg-w.icon-chevron_up {
  background-position: -0px -216px;
}
.icon-lg-w.icon-chevron_down {
  background-position: -528px -192px;
}
.icon-lg-b, .icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
}
/*
 * header
 */
#header-wrapper {
  margin: 0em;
}
.header-link a {
  color: < {
    $menu_link
  }
  > ;
}
.header-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* header-line-nav */
.header-line-nav li {
  padding-top: 5px;
}
.header-line-nav a {
  cursor: pointer;
}
.header-line-nav span {
  float: left;
  padding-left: 4px;
  font-size: 12px;
  line-height: 1.5em;
}
.header-line-nav .icon-b, .header-line-nav .icon-w {
  float: left;
}
.view-cart {
  position: relative;
  top: -6px;
  padding-top: 0 !important;
}
.btn-viewcart {
  padding: 5px 15px;
  border-radius: 0;
}
/* header logo */
.shop-name {
  clear: both;
  margin: 0 0 0 50px;
  text-align: left;
  font-size: 24px;
  position: absolute;
  top: 20px;
}
.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: < {
    $menu_link
  }
  > ;
}
/* header global nav */
#header-global-nav {
  margin: 1rem 3rem;
  text-align: center;
  font-size: 16px;
}
#header-global-nav #header-global-nav-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  content: '';
  display: inline-block;
  margin: 0px 0px 0px 6px;
  position: relative;
  height: 16px;
  width: 16px;
  line-height: inherit;
  background: url(https://img07.shop-pro.jp/PA01433/254/etc/arrow.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#header-global-nav #header-global-nav-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: inline;
  height: auto;
  width: auto;
  background: transparent;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  padding: 0;
}
#header-global-nav #header-global-nav-menu li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  float: right;
}
@media only screen and (max-width: 768px) {
  #header-global-nav #header-global-nav-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #header-global-nav #header-global-nav-menu  > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #header-global-nav #header-global-nav-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #fff;
    background: #333;
  }
}
#header-global-nav #header-global-nav-menu > li.mega-menu-item > a.mega-menu-link {
  padding: 0px 20px 0px 0px;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #4f4f4f;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 16px;
  font-weight: 300;
  outline: none;
  height: 48px;
}

#header-global-nav #header-global-nav-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  display: block;
  background: #f1f1f1;
  color: #666;
}

/* incart delivery */
.incart-delivery {
  float: right;
}
.incart-delivery ul {
  margin: 0;
  padding: 11px 12px 9px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #d9edf7;
  color: #31708f;
  list-style: none;
  font-size: 12px;
  line-height: 12px;
}
/* slider */
.slider {
  margin-top: 2em;
  padding: 0 .1%;
  position: relative;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100% !important;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  width: 100%;
}
/*
 * product list
 */
.prd-lst-unit {
  margin-bottom: 8rem;
  padding: 0 30px;
  text-align: center;
}
.prd-lst-img {
  display: block;
  margin: 0 auto 1em;
}
.prd-lst-span {
  display: block;
  margin: .3em 0;
  font-size: 12px;
}
.prd-lst-name {
  font-size: 14px;
}
.prd-lst-price {
  color: #666;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #b81717;
}
/* product list sort */
.prd-lst-sort {
  margin: 3em 0;
  color: #888;
  text-align: center;
  font-size: 12px;
}
/* prduct list pager */
.prd-lst-pager {
  text-align: center;
}
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}
/*
 * product
 */
.product-image-thumb img {
  border: 2px solid < {
    $page_bgcolor
  }
  > ;
}
.thumb-active img {
  border: 1px solid #ccc;
}
/*
 * footer
 */
.footer-primary {
  border-right: 1px solid #666;
}
h2.f-h2 {
  margin: 30px 0;
  text-align: left;
  border-bottom: solid 1px;
}
/* footer nav */
.footer-nav {
  list-style: none;
  margin: 0;
}
.footer-nav li {
  margin: .8em 0;
}
.footer-primary {
  padding: 1em 0;
}
.footer-primary li {
  margin: 20px 0 30px 5px;
}
.footer-primary a {
  color: < {
    $menu_link
  }
  > ;
  color:#666;
}
.freepage-nav {
  margin-right: 10%;
  margin-bottom: 1.5em;
  padding-bottom: .8em;
  border-bottom: 1px solid #e7e7e7;
}
/* social icon */
.social-nav {
  text-align: center;
  margin: 2em 0;
}
/* copyright */
.copyright {
  color: #abaaaa;
  text-align: center;
  font-size: 12px;
}
.powered {
  display: block;
  margin: .5em auto 0;
  width: 180px;
  height: auto;
}
/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
}
.btn-pagetop {
  display: block;
  padding: .8em .4em .8em .5em;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
@media (max-width: 980px) {
  #base_gmoWrapp, #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    max-width: 900px;
    width: 90%;
  }
  #footer-wrapper {
    max-width: 100%;
    padding: 3em 5em 1rem 5rem;
    background-color: #333;
    color: #fff;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 5em;
  }
  .container {
    width: auto;
  }
  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }
  .header-dropdown.affix {
    position: fixed;
  }
  .header-dropdown .dropdown-nav li {
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
  }
  .header-dropdown .dropdown-nav a {
    display: block;
    padding: 10px;
  }
  .header-dropdown .btn-dropdown {
    padding-left: 34px;
    font-size: 16px;
    line-height: 1.6;
  }
  .header-dropdown .btn-dropdown-close {
    opacity: 0.4;
  }
  .view-cart {
    position: static;
  }
  .view-cart a {
    background-color: < {
      $btn_01_bgcolor
    }
    > ;
    color: < {
      $btn_01_font_color
    }
    > ;
  }
  .view-cart span {
    display: block;
    width: 130px;
    margin: 0 auto;
  }
  .view-cart .icon-w {
    float: left;
    margin-top: -2px;
  }
  .incart-delivery {
    padding-top: 20px;
    float: none;
  }
  .prd-lst-sort {
    font-size: 14px;
  }
  .footer-primary, .footer-secondary {
    padding: 0;
    border: none;
  }
  .footer-nav {
    margin: 0;
    padding: 0;
  }
  .footer-primary .footer-nav:first-child {
    border-top: 3px double #e7e7e7;
  }
  .footer-nav li {
    margin: 0;
    font-size: 14px;
  }
  .footer-nav li:first-child {
    border-top: none;
  }
  .footer-nav li:before {
    display: none;
  }
  .footer-nav a {
    display: block;
    padding: 1em;
    color: < {
      $menu_link
    }
    > ;
  }
  .footer-nav a:hover {
    text-decoration: none;
  }
  .icon-b, .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
  }
  .icon-cart {
    background-position: -264px -96px;
  }
  .icon-list {
    background-position: -288px -144px;
  }
  .icon-chevron_thin_up {
    background-position: -192px -216px;
  }
  @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 (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-b, .icon-lg-b {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
    }
    .icon-w, .icon-lg-w {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
    }
    .icon-b, .icon-w {
      -webkit-background-size: 552px 480px;
      background-size: 552px 480px;
    }
  }
}
@media (max-width: 480px) {
  .ttl-h2 span {
    padding: 0 10px;
    font-size: 14px;
  }
  .prd-lst-unit {
    margin-bottom: 30px;
    height: auto !important;
  }
}
/* IE用 */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}
.container {
  max-width: 100%;
}
#header-global-nav {
  text-align: center;
  font-size: 16px;
  padding-top: 13px;
  padding-bottom: 9px;
}
ul.inline, ol.inline {
  display: flex;
  flex-flow: row;
  margin: 0;
  padding: 6px;
  list-style-type: none;
}
ul.inline > li, ol.inline > li {
  display: inline-block;
  padding-right: 2rem;
  padding-left: 2rem;
  display: inline;
  zoom: 1;
}
.container {
  max-width: 100%;
  width: 100%;
}
.header-link a {
  color: #4f4f4f;
  font-size: 1rem;
}
li.nav-right {
  margin-left: auto;
}
#footer-wrapper {
  max-width: 100%;
  padding: 3em 5em 1rem 5rem;
  background-color: #f9f9f9;
  color: #666;
}
.row.f-row {
  margin: 0 auto;
}
#footer-wrapper .col-lg-4 {
  width: 32%;
}
.guide__col {
  margin: 0 1.5rem;
}
.col-lg-8.row.footer-primary {
  width: 65%;
}
a.f-btn {
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  padding: 4px 12px;
  margin-bottom: 0;
  display: inline-block;
}
p.f-p {
  text-align: center;
  font-size: 12px;
}
ul.footer-nav a {
  color: #666;
}
ul.footer-navi__col {
  list-style: none;
}
ul.footer-navi__col li a {
  color: #fff;
}
ul.footer-navi__col li {
  margin: 0.5rem;
}
.footer-primary {
  border-right: none;
}
.footer-secondary {
  padding-left: 1rem;
  /
}
dt {
  font-weight: bold;
  margin-top: 2rem;
}
div#container {
  padding-bottom: 5rem;
}
ul.footer-navb.inline a {
  color: #fff;
}
ul.footer-navb.inline {
  text-align: center;
}
ul.footer-navb.inline li {
  display: inline-block;
  width: 50%;
}
h2.guide__h2.sph2 {
  font-size: 18px;
}
footer-end {
  margin: 1rem;
}
.col.col-sm-12.col-lg-6 {
  text-align: center;
}
.col.col-sm-12.col-lg-6 a {
  color: #fff;
}
.footer-end {
  padding: 2rem 0;
  border-top: 1px solid;
}
a {
  color: #666;
  text-decoration: none;
}
.col-lg-4.row.footer-primary {
  width: 30.5%;
}
@media screen and (max-width : 768px) {
  html, body {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .container {
    width: auto;
    padding: 0;
  }
  .header-dropdown .dropdown-nav li {
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
    background-color: #333;
  }
  #footer-wrapper .col-lg-4 {
    width: 100%;
  }
  .header-link a {
    color: #fff;
    font-size: 1.2rem;
  }
  .shop-name {
    clear: both;
    margin: 0 2rem 1rem;
    text-align: left;
    width: 80%;
  }
  .local-nav {
    display: none;
  }
}
@media (max-width: 980px) {
  #footer-wrapper {
    max-width: 100%;
    background-color: #f9f9f9;
    color: #666;
    padding: 5%;
  }
}
h3.guide__h3.sph3 {
  color: #666;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.guide__col p {
  font-size: 0.9rem;
}
h2.f-h2 {
  color: #666;
  font-size: 1.4rem;
}
body {
  width: 100%;
  font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #666;
}
form {
  margin: 0px;
}
#header-global-nav ul {
  zoom: 1;
  list-style-type: none;
  visibility: visible;
  text-align: right;
  padding: 5px 0px 0px 40px;
}
#header-global-nav ul:before, #header-global-nav ul:after {
  content: "";
  display: table;
}
#header-global-nav ul:after {
  clear: both;
}
#header-global-nav ul li {
  position: relative;
  margin: 0 1.3em;
  padding: 0;
  text-align: center;
  margin: 0 16px 0 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
#header-global-nav ul li a {
  display: block;
  margin: 0;
  line-height: 35px;
  text-decoration: none;
}
#header-global-nav ul li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 48px;
  left: 0;
  margin: 0;
  padding: 0;
  width: 250px;
}
#header-global-nav ul li ul li {
  width: 100%;
  margin: 0;
  white-space: nowrap;
  background: #f1f1f1;
}
#header-global-nav ul li ul li a {
  padding: 0px 10px;
  text-align: left;
  border-top: none;
  font-size: 14px;
}
#header-global-nav ul li:hover > a {
  background: #fff;
}
#header-global-nav ul li ul {
  display: none;
}
#header-global-nav ul li:hover ul {
  display: block;
  opacity: 1;
}
#header-global-nav ul li ul li a:hover {
  background: #fafafa;
}

.about-souryou {
  line-height: 1.8;
  margin-top: 1.5em;
}
.souryou-bikou {
  margin-left: 0;
  margin-top: 1em;
  list-style-type: none;
  padding-left: 1.5em;
  text-indent: -1em;
}
.souryou-bikou li {
  margin-top: 0.5em;
}
.about-souryou dl {
  margin-top: 4em;
}
.about-souryou dd {
  line-height: 1.7;
  margin-top: 1.6em;
}
.about-souryou dd li {
  margin-top: 0.3em;
}
table.tsuika-souryou {
  border-collapse: collapse;
  width: 100%;
  margin-top: 0.8em;
  margin-bottom: 1.5em;
}
table.tsuika-souryou th {
  padding: 6px 10px 4px;
  line-height: 1.5;
  vertical-align: top;
  text-align: left;
  border: 1px solid #CCC;
}
table.tsuika-souryou td {
  padding: 6px 10px 4px;
  line-height: 1.5;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #CCC;
}
table.tsuika-souryou h4 {
  margin: 0;
}

/* ===== 素材カラー見本グリッド（色ごとにクリックで拡大表示） ===== */
.color-swatch-grid { margin-top: 90px; padding-left: 25px; }
.color-swatch-row { display: flex; align-items: flex-start; margin-bottom: 1.8em; flex-wrap: wrap; }
.color-swatch-row-label { width: 154px; flex-shrink: 0; font-weight: bold; padding-top: 0; }
.color-swatch-items { display: flex; flex-wrap: wrap; gap: 14px; flex: 1; min-width: 0; }
.color-swatch-item { display: block; width: 140px; text-decoration: none; color: inherit; }
.color-swatch-item img { width: 140px; height: 140px; object-fit: cover; display: block; border-radius: 2px; margin-top: 0; }
.color-swatch-caption { display: block; font-size: 0.8em; line-height: 1.4; margin-top: 0.5em; color: #333; }
@media (max-width: 767px) {
  .color-swatch-grid { padding-left: 0; }
  .color-swatch-row-label { width: 100%; margin-bottom: 0.5em; }
  .color-swatch-item { width: 100px; }
  .color-swatch-item img { width: 100px; height: 100px; }
}


/* ===== GLightbox キャプション部分の見た目調整 ===== */
.glightbox-clean .gslide-description { background: transparent !important; }
.glightbox-clean .gslide-title { color: #ccc !important; margin-block-start: 0.5em; margin-block-end: 0.5em; margin-bottom: 8px !important; }
.glightbox-clean .gdesc-inner { padding: 15px 20px !important; }
