@charset "UTF-8";

/*
 * LEFLAH common.css
 * 1. Reset / utilities
 * 2. Layout / header / footer
 * 3. Components
 * 4. Modaal
 * 5. SP nav
 * 6. Top page
 * 7. Product list
 * 8. Search results
 * 9. Product detail
 * 10. Legal info
 * 11. Policy
 * 12. Stock / price table
 */

/* ==========================================================================
   1. Reset / utilities
   ========================================================================== */
.clearfix,
section,
ul {
  zoom: 1;
}
.clearfix:after,
section:after,
ul:after {
  content: "";
  display: block;
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  list-style: none;
}
header a.logo {
  z-index: 1000;
  position: absolute !important;
  top: 10px;
  width: 100%;
  max-width: 100px;
  height: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0;
}
a#menu {
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  height: 21px;
  width: 30px;
  z-index: 120;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
}
a#menu.active span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 20px;
  width: 30px;
  height: 1px;
  background-color: #000;
}
a#menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  top: 20px;
}
a#menu.active span:nth-of-type(2) {
  opacity: 0;
  top: 30px;
}
a#menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  bottom: 20px;
}
:root {
  --site-max: 834px;
  --site-half: 417px;
  --site-gutter: max(0px, calc((100vw - var(--site-max)) / 2));
}
.site-chrome {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--site-max);
  height: 100vh;
  z-index: 99990;
  pointer-events: none;
  overflow-x: hidden;
}
.site-chrome > * {
  pointer-events: auto;
}
.header-fix {
  display: none !important;
}
#navigation {
  display: none !important;
}
header {
  width: 100%;
  height: 50px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
}
.hcbb {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: absolute;
  z-index: 1000;
  left: 5px;
  top: 5px;
}
.hcbb img {
  max-width: 100%;
  width: 20px;
  position: absolute;
  height: 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
:focus {
  outline: 0;
}
a img {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
small {
  font-size: 90%;
}

/* ==========================================================================
   2. Layout / header / footer
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  zoom: 1;
}
html,
body {
  color: #000;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}
html {
  display: flex;
  justify-content: center;
  background: #000;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  max-width: 834px;
  position: relative;
  font-family: 'Montserrat', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'MS PGothic', sans-serif;
  background: #FFF;
  padding-top: 50px;
  overflow-x: hidden;
}
#page {
  min-width: 100%;
}
a,
a img {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

input,
button {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.btn,
input.purchase_submit_button {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 8px 20px;
  margin: 0 auto;
  color: #fff;
  background: #69de8c;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.btn:hover {
  background: #fff;
}
input.purchase_submit_button {
  width: 100%;
  font-weight: 600;
}
input.search_box {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  padding: 0 0;
  width: 70px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  /*    background-color: rgba(0, 0, 0, 0.9);*/
  text-transform: uppercase;
}
.header-fix ul li a.fci.cart span {
  display: inline-block;
  padding-left: 5px;
}
input.ssi_btn {
  display: inline-block;
  width: 18px;
  position: relative;
  top: 4px;
}
a:hover {
  text-decoration: none;
  opacity: .5;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
h2 {
  font-size: 32px;
  line-height: 1;
  margin: 0 0 20px;
}
.home #header {
  display: none;
}
#header,
#footer {
  text-align: center;
  position: fixed;
  width: 100%;
  color: #fff;
  font-weight: 600;
  height: 20px;
  padding: 30px 0;
  line-height: 20px;
  z-index: 100;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
#header:hover,
#footer:hover {
  /*    background-color: rgba(87, 89, 159,0.9);*/
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
#footer {
  position: absolute;
}
header .logo img {
  width: 70px;
}
#header ul li {
  display: inline-block;
}
#header ul {
}
#header ul li:after {
  content: " / ";
}
#header ul li:last-child:after {
  content: "";
}
#footer {
  max-width: 834px;
  font-size: 12px;
  bottom: 0;
  letter-spacing: 0.12em;
  background-color: rgba(0, 0, 0, 1);
}
#header ul li a,
#footer li a {
  /*    color: #fff;*/
}
#footer li a {
  color: #fff;
}
#footer ul li {
  display: inline-block;
}
#footer ul li img {
  margin: 0 0 -4px;
}
#footer ul li:after {
  content: " / ";
  opacity: 0.4;
  color: transparent;
}
#footer ul li:last-child:after {
  content: "";
}
#footer li span {
  opacity: 0.2;
}
#header ul li a:hover {
  opacity: .5;
}
#footer ul#area {
  position: absolute;
  top: 16px;
  left: 40px;
}
#footer ul#lang {
  position: absolute;
  bottom: 20px;
  left: 40px;
}
.en #footer ul#lang .en a,
.ch #footer ul#lang .ch a,
.kr #footer ul#lang .kr a {
  opacity: 1;
}
#footer ul#sns {
  position: absolute;
  right: 40px;
  bottom: 32px;
}
#footer ul#sns li {
  margin: 0 0 0 4px;
}
#footer ul#sns li:after {
  content: "";
}
#footer ul#sns li:first-child:after {
  content: "|";
  position: relative;
  left: 5px;
}
#footer ul#lang li a {
  position: relative;
  padding: 0 0 0 25px;
}
#footer ul#lang li a:before {
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 18px;
  height: 18px;
}
#footer li .fci.cart span {
  opacity: 1;
  color: #fff;
  background: #020202;
  border-radius: 10px;
  width: 15px;
  display: inline-block;
  height: 15px;
  box-sizing: border-box;
  line-height: 1.4;
  padding: 0 0 0 5px;
  font-size: 10px;
}
#footer ul#lang li a.login:before {
  background: url(https://file001.shop-pro.jp/PA01318/341/images/login.png) no-repeat center center;
  background-size: contain;
}
#footer ul#lang li a.cart:before {
  background: url(https://file001.shop-pro.jp/PA01318/341/images/shopping-cart.png) no-repeat center center;
  background-size: contain;
}
#footer ul#lang li a.search:before {
  background: url(https://file001.shop-pro.jp/PA01318/341/images/magnifying-glass.png) no-repeat center center;
  background-size: contain;
}
.foot-shipping {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--site-max);
  z-index: 999;
  padding: 10px 12px;
  box-sizing: border-box;
  background: #FF0;
  text-align: center;
}
.foot-shipping p {
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.foot-shipping__price {
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0;
}
.foot-shipping__tax {
  font-size: 0.78em;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin: 0 -0.06em;
}
.sticky-purchase {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--site-max);
  bottom: var(--foot-shipping-height, 37px);
  z-index: 998;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.sticky-purchase.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.sticky-purchase__inner {
  margin: 0 auto;
}
.sticky-purchase .product_cart_btn.product_addcart_btn.sticky-purchase__btn {
  display: block;
  width: 100%;
  max-width: none;
  text-transform: none;
}
@media screen and (min-width: 834px) {
  .sticky-purchase {
    padding: 10px 20px;
  }
  .sticky-purchase__inner {
    max-width: 320px;
  }
  .sticky-purchase .product_cart_btn.product_addcart_btn.sticky-purchase__btn {
    max-width: 320px;
  }
}
.free-cat ul li,
.free-brand ul li {
  border-bottom: 1px solid #ffffff0f;
}
.free-brand ul li.alpha {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  box-sizing: border-box;
  padding: 10px 20px;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.2);
  text-align: left;
}
.free-cat ul li a.btn,
.free-brand ul li a.btn {
  display: block;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
  background: none;
  letter-spacing: 2px;
}
.content {
  width: 100%;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  margin: 0 auto;
  text-align: left;
  position: relative;
  top: 50%;
}
#page .btn.book {
  width: 360px;
  font-size: 18px;
  padding: 20px 0;
  cursor: pointer;
  display: block;
  margin: 60px auto 40px;
  background: #fff;
}
#page .btn.book:hover,
#top .content .btn:hover {
  color: #fff;
}

ul li .wrap .content {
  position: relative;
  z-index: 99;
}

/* #info */
#page #info.active,
#page #info ,#page #footbtm {
  color: #000;
  font-size: 14px;
  clear: both;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 40px 0 90px;
  letter-spacing: 0.12em;
  background: #fff;
}
#info .content {
  text-align: center;
}
#info .rstore {
  width: 124px;
  height: auto;
  margin: 10px 0;
}
#info .btn.book {
  margin: 0 auto;
}
#info a {
  color: #000;
  text-transform: uppercase;
}

#page div.container {
  width: 100%;
  height: 100%;
  position: relative;
  clear: both;
}
.flogo {
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 833px) {
  h2 {
    font-size: 32px;
    line-height: 1.5;
    margin: 0 0;
  }
  .content {
    width: 90%;
    margin: auto;
    text-align: left;
    position: relative;
    top: 50%;
  }
  .home #header {
    display: block;
  }
  #header,
  #footer {
    position: relative;
  }
  #navigation {
    width: 80%;
    padding: 0 10%;
    height: 100%;
    visibility: hidden;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    background-color: rgba(0, 0, 0, 0.96);
  }
  #navigation.active #header,
  #navigation.active #footer {
  }
  #navigation.active,
  #book.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear;
  }
  #header,
  #footer {
    text-align: center;
    width: 100%;
    height: auto;
    padding: 0 0;
    line-height: 20px;
  }
  #header:hover,
  #footer:hover {
    background: none;
  }
  #header ul {
    height: 100%;
  }
  #navigation ul li {
    display: block;
    font-size: 14px;
  }
  #navigation ul {
    margin: 0 0 20px;
  }
  #header,
  #footer {
    position: relative;
    top: 40%;
  }
  #header ul li {
    margin: 10px 0;
  }
  #header ul li:after {
    content: "";
  }
  #footer {
    bottom: auto;
    font-size: 16px;
    background: none;
  }
  #header ul li a,
  #footer li a {
    color: #fff;
    text-transform: uppercase;
  }

  #footer ul#area {
    position: relative;
    top: auto;
    left: auto;
  }
  #footer ul#lang {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
  }
  #footer ul#sns {
    position: relative;
    right: auto;
    bottom: auto;
  }
  #footer ul#sns li.instagram {
    margin-top: 20px;
  }
  #footer ul#sns li {
    margin: 0 0 0 4px;
  }
  #footer ul li {
    display: inline-block;
  }
  #footer ul li img {
    margin: 0 0 -4px;
  }
  .content {
    width: 100%;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    margin: 0 auto;
    text-align: left;
    position: relative;
    top: 50%;
  }
  a#menu {
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    height: 20px;
    width: 100%;
    z-index: 999;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
    background: rgba(255, 255, 255, 0.8);
  }
  a#menu span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 20px;
    width: 30px;
    height: 1px;
    background-color: #000;
  }
  a#menu span:nth-of-type(1) {
    top: 20px;
  }
  a#menu span:nth-of-type(2) {
    top: 30px;
  }
  a#menu span:nth-of-type(3) {
    bottom: 20px;
  }
  a#menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  a#menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  a#menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }

  /* #info */
  #page #info.active,
  #page #info {
    color: #000;
    font-size: 14px;
    clear: both;
    margin: 0 auto;
    padding: 30px 10px 50px;
    box-sizing: border-box;
  }
  #info .content {
    text-align: center;
  }
  #footer li .fci.cart span {
    padding: 0 0 0 1px;
    color: #030303;
    background: #ffffff;
  }
  input.search_box {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
  }
  #footer ul#lang li a.cart:before {
    background: url(https://file001.shop-pro.jp/PA01318/341/images/shopping-cart-sp.png) no-repeat center center;
    background-size: contain;
  }
  #footer ul#lang li a.login:before {
    background: url(https://file001.shop-pro.jp/PA01318/341/images/login-sp.png) no-repeat center center;
    background-size: contain;
  }
}

@media screen and (max-width: 833px) {
  body {
    font-size: 12px;
  }
  h2 {
    font-size: 24px;
    margin: 0;
  }
}

@media screen and (max-width: 833px) and (max-height: 414px) {
  #navigation ul li {
    display: inline-block;
  }
  body,
  html,
  section,
  #page {
    min-height: 480px;
  }
  #page #info.active,
  #page #info {
    width: auto;
    min-height: auto;
    height: auto;
    margin: 0;
    padding: 30px 0;
  }
}

@media screen and (max-height: 736px) and (max-width: 414px) {
  body,
  html,
  section,
  #page {
    min-height: auto;
  }
}

@media screen and (min-width: 834px) and (max-height: 768px) {
}

@media screen and (min-width: 835px) {
  #footer {
    padding: 15px 0;
  }
  #footer ul#lang {
    position: relative;
    bottom: 0;
    left: 40px;
    text-align: left;
    z-index: 9;
    width: 270px;
  }
  #footer ul#sns {
    position: relative;
    right: 30px;
    bottom: auto;
    float: right;
  }
  #footer ul#area {
    position: absolute;
    width: 100%;
    text-align: center;
    right: auto;
    left: auto;
  }
  #footer ul#lang li a:hover,
  #footer ul#area li a:hover,
  #footer ul#sns li a:hover {
    opacity: 0.5;
  }
}

.header-fix {
  text-align: left;
  box-sizing: border-box;
  padding: 20px 30px;
}

.header-fix ul li,
.header-fix ul li form {
  display: inline-block;
  position: relative;
}
.header-fix ul li a {
  position: relative;
  padding: 0 0 0 25px;
  text-transform: uppercase;
}
.header-fix ul li:after {
  position: relative;
  content: " / ";
  opacity: 0.4;
  color: #fff;
  top: 0;
  left: 0;
  padding: 0 5px;
}
.header-fix ul li:last-child:after {
  content: none;
}
.header-fix ul#lang li a:before {
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 18px;
  height: 18px;
}
.header-fix ul#lang {
  float: right;
}
.header-fix ul#area {
    top: 10px;
    left: 0;
    right: 0;
    width: 320px;
}

/* align right */
.header-fix ul#area {
  left: 0;
  right: auto;
}

.header-fix ul#area li a {
  padding: 0 0 0;
}
.header-fix ul#lang li a.login:before {
  background: url(https://file001.shop-pro.jp/PA01318/341/images/login.png) no-repeat center center;
  background-size: contain;
}
.header-fix ul#lang li a.cart:before {
  background: url(https://file001.shop-pro.jp/PA01318/341/images/shopping-cart.png) no-repeat center center;
  background-size: contain;
}
/* ==========================================================================
   3. Components
   ========================================================================== */

.prd-lst-unit > a {
  display: block;
  margin-bottom: 5px;
}
.hcbb span {
  background: #313131;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 33px;
}
/* --- Page heading typography (Item Description baseline) --- */
.category-section .ttl-na,
.ttl-h2,
.ttl_h2,
.ph-cat h2.ttl,
#page section .item-info-area .ttl,
#page section .item-gallery-area .ttl {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  color: #000;
  letter-spacing: normal;
  line-height: 1;
}
.ttl-h2 {
  margin-top: 40px;
}
span.copy {
  display: block;
  margin-top: 5px;
}
#page #footbtm {
  padding-bottom: 56px;
}
.def_lst {
  padding: 40px 20px;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
}
a.more-btn {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  background: #69de8c;
  transition: all .3s linear;
  font-size: 18px;
  width: 100%;
  max-width: 320px;
}
a.more-btn:hover {
  opacity: .7;
  color: #fff;
}
.modaal-content-container ul li {
  border-bottom: 1px solid #ffffff0f;
}
.modaal-content-container ul li.alpha {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  box-sizing: border-box;
  padding: 10px 20px;
  line-height: 1.2;
  background: rgba(255, 255, 255, 0.2);
}
.product-sub-images,
.sub-images,
.product-thumbnails {
  display: none !important;
}
@media screen and (max-width: 833px) {
  .category-section .ttl-na,
  .ttl-h2,
  .ttl_h2,
  .ph-cat h2.ttl,
  .item-info-area .ttl,
  .item-gallery-area .ttl {
    font-size: 24px;
  }
  span.copy {
    font-size: 10px;
  }
  #page #footbtm {
    padding-bottom: 56px;
  }
}

/* ==========================================================================
   4. Modaal
   ========================================================================== */
.modaal-wrapper {
  z-index: 9999999!important;
}
.mcat .modaal-container,
.mbrand .modaal-container {
  background: none;
  box-shadow: none;
}
.mabout .modaal-container {
  background: #fff;
  max-width: 680px;
  padding: 40px 30px;
}
.mabout .modaal-container .ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
.mabout .modaal-container .dsc {
  margin-bottom: 20px;
}
.mabout .modaal-container img {
  max-width: 100%;
  margin-bottom: 10px;
}
.mabout .modaal-container:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #fff;
  z-index: -1;
}
.modaal-close:focus, .modaal-close:hover {
    background: none!important;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
    background: #fff!important;
}
@media screen and (max-width: 833px) {
  .mabout .modaal-container {
    padding: 25px 15px;
  }
}
/* ==========================================================================
   5. SP nav (#g-nav) - all widths
   ========================================================================== */
a#menu {
    width: 30px;
}
header#Main.top + .openbtn1 > span {
    background: #F7C53C;
}
header#Main.top + .openbtn1.active > span {
    background: #000;
}
.openbtn1 {
        position: absolute;
        z-index: 99999;
        top: 0;
        right: 0;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }
    .openbtn1 span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 2px;
        border-radius: 2px;
        background-color: #000;
        width: 45%;
    }
    .openbtn1 span:nth-of-type(1) {
        top:15px;
    }
    .openbtn1 span:nth-of-type(2) {
        top:23px;
    }
    .openbtn1 span:nth-of-type(3) {
        top:31px;
    }
    .openbtn1.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 40%;
    }
    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;
    }
    .openbtn1.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 40%;
    }

    #g-nav {
        position: absolute;
        top: 0;
        right: 0;
        width: 80%;
        max-width: calc(var(--site-max) * 0.8);
        height: 100vh;
        background: #fff;
        transition: transform 0.6s ease;
        text-align: left;
        z-index: 99998;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
        transform: translateX(100%);
        pointer-events: none;
    }
    #g-nav::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }
    #g-nav.panelactive {
        transform: translateX(0);
        pointer-events: auto;
        box-shadow: -4px 0 18px #0000002e;
    }

@media screen and (min-width: 835px) {
  #g-nav {
    overflow-y: hidden;
  }
}

    #g-nav #g-nav-list {
        padding: 80px 0 40px 40px;
    }
    #g-nav ul {
        z-index: 999;
    }
    #g-nav li{}
    #g-nav li > a,
    #g-nav li > span {
        color: #000;
        text-decoration: none;
        padding:10px;
        display: block;
        letter-spacing: 0.1em;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
    }
    #g-nav li > ul > li > a {
        text-transform: none;
    }
    #g-nav li > span.toggle_btn {
        position: relative;
        transition: all .5s;
    }
    #g-nav li > span.toggle_btn:after {
        content: "+";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
        width: 14px;
        height: 24px;
        line-height: 1;
        font-size: 20px;
        transition: all .5s;
    }
    #g-nav li > span.toggle_btn.open:after {
        transform: rotate(225deg);
    }
    #g-nav #g-nav-list {
        padding: 60px 0 20px 20px;
    }
    #g-nav.panelactive #g-nav-list {
        position: relative;
        z-index: 999;
        width: 88%;
        -webkit-overflow-scrolling: touch;
        background: #fff;
    }
    #g-nav ul {
        z-index: 999;
        padding: 0;
    }
    #g-nav-list > ul > li.two a {
        position: relative;
        padding: 10px 10px 10px 25px;
        display: block;
    }
    #g-nav-list > ul > li:nth-child(2),
    #g-nav-list > ul > li:nth-child(7){
        margin: 0 0 25px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 25px;
    }
    #g-nav-list > ul > li.two a:before {
        content: '';
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 18px;
        height: 18px;
        background: url(https://file001.shop-pro.jp/PA01318/341/images/login.png)no-repeat center center;
        background-size: contain;
    }
    #g-nav-list > ul > li:nth-child(2) form > input.search_box {
        background-color: transparent;
        color: #000;
        font-size: 16px;
        font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
        width: 80%;
    }
    #g-nav-list > ul > li:nth-child(2) > form {
        padding: 10px 10px 10px 3px;
    }
    #g-nav-list > ul > li:nth-child(2) form > input.ssi_btn {
        top: 0px;
    }
    #g-nav ul > li > ul {
        width: 100%;
    }
    #g-nav li > ul > li > a {
        font-size: 14px;
        padding: 0px 0 15px 20px;
        font-weight: normal;
    }
    #g-nav-list ul.sns-list-two {
        padding: 0 0 0 5px;
        margin: 20px 0 0;
    }
    #g-nav-list ul.sns-list-two > li {
        display: inline-block;
        margin: 0;
        padding: 0;
        border: none;
    }
    #g-nav-list ul.sns-list-two > li > a {
        display: block;
        width: 20px;
        padding: 5px;
    }
    #g-nav-list ul.sns-list-two > li > a > img {
        max-width: 100%;
    }

@media screen and (max-width: 833px) {
  h2.ttl-na {
    margin-top: 30px;
  }
}

/* ==========================================================================
   6. Top page
   ========================================================================== */

/* --- Hero slider (CSS fade) --- */
.hero-slider {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.hero-slider__frames,
#slider.hero-slider__frames {
  position: relative;
  width: 100%;
  aspect-ratio: 834 / 520;
  max-height: 70vw;
}
.hero-slider__slide,
#slider.hero-slider__frames > div {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}
.hero-slider__slide.is-active,
#slider.hero-slider__frames > div.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.hero-slider__slide img,
#slider.hero-slider__frames img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 833px) {
  .hero-slider__frames,
  #slider.hero-slider__frames {
    max-height: 150vw;
  }
}

/* --- Hero #top --- */
#top {
  position: relative;
  width: 100%;
  height: auto !important;
  display: block;
  background-size: cover;
  margin: 0;
}
#top:before,
.is-visible .bts-popup-container:before {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#top .content {
  text-align: center;
  color: #5c7186;
}
h1.h-logo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  height: auto;
  position: relative;
  z-index: 999;
  padding: 40px 0 80px;
}
h1.h-logo.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 10px;
}
h1.h-logo img {
  max-width: 100%;
}
#top nav {
  display: none;
  margin: 20px 0;
}
#top .dropdown {
  position: relative;
  width: 360px;
  height: 67px;
  margin: 20px auto;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  font-size: 18px;
}
#top .dropdown:before {
  content: "CHOOSE THE STORE";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #57de91;
  width: 100%;
}
#top nav.cat:before { content: "CATEGORY"; }
#top nav.brand:before { content: "BRAND"; }
#top nav.about:before { content: "ABOUT"; }
#top .dropdown:after,
.tp-list ul.list li a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-right: 1px solid #57de91;
  border-bottom: 1px solid #57de91;
  margin: -9px 0 0;
}
.tp-list ul.list li a.last:after {
  transform: rotate(-45deg);
  top: 54%;
}
#top .dropdown:hover ul {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
}
#top .dropdown ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 999;
  top: 0;
  width: 150%;
  right: -25%;
  background: #fff;
  box-sizing: border-box;
  padding: 30px 40px;
}
#top .dropdown ul:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #66d389;
  z-index: -1;
}
#top .dropdown ul li p {
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
}
#top .dropdown ul li p.ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #57de91;
}
#top .dropdown ul li p.dsc {
  margin-bottom: 20px;
}
#top .dropdown ul li p.img {
  margin-bottom: 10px;
}
#top .dropdown ul li p.img img {
  max-width: 100%;
}
#top .dropdown ul .btn {
  margin: 0;
  color: #57de91;
  background: #fff;
}
#top .dropdown ul .btn:hover {
  color: #fff;
  background: #57de91;
}
#top .btn {
  background: #fff;
  width: 100%;
  font-size: 18px;
  margin: 20px 20px;
  padding: 20px 0;
}
#top span.btn {
  opacity: 0.2;
}
.tp-list ul.list li a {
  position: relative;
  max-width: 360px;
  box-sizing: border-box;
  margin: 20px auto;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  font-size: 18px;
  color: #57de91;
  padding: 20px 10px;
  width: 100%;
}
.tp-list ul.list li a:hover {
  background: rgba(255, 255, 255, 0.5);
}
#top span.btn:hover {
  background: #fff;
}
#top a.store-btn {
  display: inline-block;
  margin-bottom: 20px;
}
#top #scroll {
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin: 0 0 0 -24px;
  z-index: 102;
  border: 1px solid #fff;
  border-radius: 100px;
  display: block;
  width: 48px;
  height: 48px;
  transform: rotate(45deg);
  backface-visibility: hidden;
}
#top #scroll:hover {
  opacity: 0.5;
}
#top #scroll:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 16px;
  top: 16px;
}
#top h2 {
  font-size: 48px;
  color: #77de85;
  font-weight: normal;
  letter-spacing: 0.12em;
  margin: 20px 0 0;
}
#instafeed a:hover {
  opacity: 0.5;
}

/* --- Popup --- */
.img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 999;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.bts-popup-container {
  position: relative;
  width: 95%;
  max-width: 680px;
  margin: 4em auto;
  background: none;
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transform: translateY(-40px);
  backface-visibility: hidden;
  transition-property: transform;
  transition-duration: 0.3s;
  padding: 50px 30px;
  box-sizing: border-box;
}
.bts-popup-container p {
  font-size: 18px;
  color: white;
  margin: 0 0 20px 0;
  position: relative;
}
.bts-popup-container .bts-popup-button {
  padding: 10px 40px;
  border: 2px solid white;
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 1.2;
}
.bts-popup-container a {
  color: white;
  text-decoration: none;
}
.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.bts-popup-container .bts-popup-close::before,
.bts-popup-container .bts-popup-close::after {
  content: "";
  position: absolute;
  top: 12px;
  width: 17px;
  height: 3px;
  background-color: white;
}
.bts-popup-container .bts-popup-close::before {
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  transform: rotate(-45deg);
  right: 5px;
}
.is-visible .bts-popup-container {
  transform: translateY(0);
}

/* --- Store #store --- */
#store {
  clear: both;
}
#store ul {
  height: 100%;
  margin: 0;
  padding: 0;
}
#store ul li {
  position: relative;
  width: 33.3333%;
  height: 33%;
  float: left;
  overflow: hidden;
  cursor: pointer;
  background-size: cover;
  background-position: center center;
  border: 1px solid #fff;
  box-sizing: border-box;
}
#store ul li .wrap .content {
  text-align: center;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0 !important;
  height: 60px;
}
#store ul li .wrap .content h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 15px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
#store ul li .wrap .content h3 span {
  font-size: 0.6em;
  display: block;
}
#store ul li.soldout .price {
  text-decoration: line-through;
}
#store ul li.soldout .btn {
  background: #ccc;
  color: #999;
}
#store ul li .wrap .content .price {
  font-size: 32px;
  margin: 10px 0 20px;
  color: #77de85;
}
#store .btn {
  opacity: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 180px;
}
#store ul li .wrap,
#store ul li:hover .wrap a.btn {
  opacity: 1;
}
#store ul li:first-child,
#store ul li:nth-child(2) {
  width: 50%;
  height: 40%;
}
ul li .wrap {
  color: #fff;
  height: calc(100% - 80px);
  width: calc(100% - 80px);
  padding: 40px;
  position: absolute;
  display: block;
  opacity: 1;
  transition: all 600ms cubic-bezier(1, 0, 0, 1);
}

/* --- Instagram #instagram --- */
#instagram {
  clear: both;
  height: auto;
}
#instagram ul {
  height: 100%;
  margin: 0;
  padding: 0;
}
#instagram ul li {
  position: relative;
  width: 25%;
  height: 50%;
  float: left;
  text-align: center;
  overflow: hidden;
  color: #fff;
  background: #000;
}
#instagram ul li a {
  display: block;
  height: 100%;
  width: 100%;
}
#instagram ul li h2 {
  font-size: 24px;
}
#instagram ul li:first-child .content {
  text-align: center;
}
#instagram ul li:first-child img {
  display: block;
  margin: 0 auto 20px;
}
#instagram ul li:first-child a {
  width: auto;
}
#instagram ul li .btn {
  display: inline-block;
  width: auto;
  opacity: 1;
}

/* --- Banner list --- */
ul.bnnr-list {
  display: flex;
  flex-wrap: wrap;
}
ul.bnnr-list > li {
  width: 50%;
}
ul.bnnr-list > li > a {
  display: block;
}
h2.ttl-na {
  margin-top: 60px;
  font-weight: 600;
}

/* --- Category horizontal scroll (top page) --- */
.category-section {
  margin-top: 60px !important;
  margin-bottom: 50px !important;
}
.category-section.first-section {
  margin-top: 90px !important;
}
.category-section .ttl-na {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}
.category-carousel {
  position: relative;
  padding: 0 28px;
}
.cat-scroll-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.cat-scroll-viewport::-webkit-scrollbar {
  display: none;
}
.cat-scroll-list {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cat-scroll-item {
  flex: 0 0 calc(50% - 5px);
  min-width: 0;
  scroll-snap-align: start;
  box-sizing: border-box;
}
.cat-scroll-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  max-height: 250px;
  display: block;
}
.cat-scroll-prev,
.cat-scroll-next {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  z-index: 2;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: opacity 0.2s linear;
}
.cat-scroll-prev {
  left: 0;
}
.cat-scroll-next {
  right: 0;
}
.cat-scroll-prev::before,
.cat-scroll-next::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.cat-scroll-prev::before {
  transform: rotate(-135deg);
}
.cat-scroll-next::before {
  transform: rotate(45deg);
}
.cat-scroll-prev:disabled,
.cat-scroll-next:disabled {
  opacity: 0.25;
  cursor: default;
}
.category-carousel .pname,
.category-carousel .catname,
.category-carousel .product-name,
.category-carousel [class*="name"] {
  font-size: 1.2em !important;
  margin: 5px 0 !important;
  line-height: 1.4 !important;
  display: block !important;
}
.category-carousel .prd_lst_price,
.category-carousel .pprice,
.category-carousel .price,
.category-carousel [class*="price"] {
  font-weight: normal !important;
  margin: 5px 0 0 0 !important;
  display: block !important;
}
.cat-scroll-item--skeleton {
  pointer-events: none;
}
.cat-scroll-item--skeleton::before {
  content: "";
  display: block;
  aspect-ratio: 1 / 1;
  max-height: 250px;
  background: linear-gradient(90deg, #ececec 25%, #f5f5f5 50%, #ececec 75%);
  background-size: 200% 100%;
  animation: skeleton-shimmer 1.4s ease-in-out infinite;
}
.cat-scroll-item--skeleton::after {
  content: "";
  display: block;
  height: 14px;
  margin-top: 10px;
  border-radius: 2px;
  background: #ececec;
}
@keyframes skeleton-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.cat-scroll-item--empty {
  flex: 0 0 100%;
}
.loading-msg {
  padding: 20px;
  text-align: center;
  color: #999;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cat-scroll-item {
    flex: 0 0 calc(25% - 8px);
  }
}

.header-fix ul#area {
  position: relative;
  text-align: left;
  margin: 0;
  top: 0;
}

@media screen and (max-width: 833px) {
  #top .dropdown ul { top: 0; }
  #top .dropdown.about ul { transform: translateY(-50%); }
  #top .dropdown ul li p { font-size: 12px; }
  .tp-list ul.list li a {
    font-size: 14px;
    padding: 15px 10px;
    margin-bottom: 10px;
  }
  #top #scroll { bottom: 20px; }
  h1 img {
    max-width: 240px;
    width: 50%;
    height: auto;
  }
  #top h2 {
    font-size: 36px;
    margin: 0;
  }
  #page .btn.book,
  #top .content .btn {
    width: 80%;
    font-size: 14px;
    padding: 14px 0;
    margin: 20px auto 0;
  }
  #top nav { margin: 0; }
  #top p { margin: 20px auto 0; }
  #top a.store-btn { margin: 30px auto 0; }
  #store ul li {
    width: 100%;
    height: 44vw;
  }
  #page ul li .wrap,
  #page ul li:hover .wrap {
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    opacity: 1;
  }
  #store ul li .wrap .content {
    position: absolute;
    top: 30px !important;
    bottom: 30px;
    left: 30px;
    margin: 0;
    text-align: left;
  }
  #store ul li .wrap .content h3,
  #store ul li .wrap .content .price {
    font-size: 26px;
    margin: 0;
    line-height: 1.5;
  }
  #store ul li .wrap .content .btn { display: none; }
  #store ul li .wrap {
    background: linear-gradient(rgba(14, 58, 103, 0), rgba(0, 0, 0, 0.3));
  }
  #instagram ul li { width: 50%; }
  #instagram ul li:first-child img {
    width: 25%;
    margin: 0 auto 10px;
  }
  #instagram ul li:first-child a {
    font-size: 12px;
    margin: 10px 0 0;
    line-height: 1.25;
  }
  #instagram ul li:first-child h2 {
    font-size: 18px;
    line-height: 1.25;
  }
  #store ul li:first-child,
  #store ul li:nth-child(2) { height: 30%; }
  h1.h-logo {
    position: fixed !important;
    padding: 10px 0 !important;
    top: 0;
    right: 0;
    left: 0;
    display: block !important;
  }
  ul.bnnr-list > li {
    width: 100%;
    border-bottom: 1px solid #ececec;
  }
}
@media screen and (max-width: 833px) and (max-height: 414px) {
  #top .content { height: 70%; }
  h1 { height: 50%; }
  h1 img { height: 100%; width: auto; margin: 0; }
  #store ul li { width: 50%; height: 50%; }
  #store ul li .wrap .content {
    top: auto;
    bottom: 30px;
    left: 30px;
    text-align: left;
  }
  #instagram ul li { width: 33.3333%; }
  #instagram ul li:nth-child(n + 7) { display: none; }
  #top #scroll { display: none; }
}
@media screen and (min-width: 834px) {
  #store ul li:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    height: calc(100% - 80px);
    width: calc(100% - 80px);
    padding: 40px;
    position: absolute;
    display: block;
    opacity: 0.4;
    transition: all 600ms cubic-bezier(1, 0, 0, 1);
    filter: brightness(40%);
  }
  #store ul li:hover:after {
    opacity: 1;
    filter: brightness(100%);
  }
  h1.h-logo {
    position: absolute !important;
    top: 10px;
    width: 100px;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0;
  }
  #store { margin-top: 0 !important; }
}
@media screen and (min-width: 834px) and (max-height: 768px) {
  #top .content { height: 70%; }
  h1 { position: relative; }
  h1 img { width: auto; margin: 0 0 10px; }
  #top .btn { margin: 2% 20px; }
  #top h2 { margin: 2% 0 0; }
}
@media screen and (min-width: 834px) and (max-height: 648px) {
  #top #scroll { display: none; }
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container { margin: 8em auto; }
}

/* ==========================================================================
   7. Product list
   ========================================================================== */
html,
body,
section {
  height: auto;
}
#cat {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.p-header {
  position: relative;
}
.p-header img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(60%);
}
.p-header .ph-txt {
  color: #fff;
  position: absolute;
  top: 40%;
  width: 80%;
  left: 10%;
  text-align: left;
  font-size: 1.2vw;
  font-weight: bold;
}
.cat-ttl {
  box-sizing: border-box;
  padding: 20px;
  margin: 0;
  color: #000;
  background: #fff;
  letter-spacing: 6px;
  font-size: 24px;
}
#page section ul.p-category {
  width: 100%;
  background: #fff;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
#page section ul.p-category li {
  position: relative;
  width: 25%;
  text-align: center;
  overflow: hidden;
  color: #fff;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 30px;
}
#page section ul.p-category a {
  color: #000;
  font-weight: normal;
}
#page section ul.p-category li a img {
  width: 100%;
}
#page section ul.p-category .detail {
  display: block;
  box-sizing: border-box;
  padding: 0 10px;
}
#page section ul.p-category .detail .pname {
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 600;
  color: #000;
}
#page section ul.p-category .detail .pprice {
  color: #000;
}
#page section ul.p-category .detail .pprice.tag {
  color: #fff;
  background: #f10;
  width: 70px;
  text-align: center;
  display: inline-block;
  font-size: 12px;
}
#page section ul.p-category .detail .pprice.so {
  font-size: 1.5em;
}
#page section ul.p-category .detail .catname {
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
}
.prd-lst-sort {
  box-sizing: border-box;
  padding: 5px 10px 30px;
  background: #fff;
  color: #000;
  font-weight: 600;
}
.prd-lst-sort a {
  color: #000;
  padding: 0 5px;
}
.prd-lst-sort strong {
  color: #ccc;
  padding: 0 5px;
}
.prd-lst-sort a:hover {
  color: #0e3a67;
}
.pn-box {
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}
ul.pn-list {
  letter-spacing: -0.5em;
}
#page section.active ul.pn-list li {
  height: auto !important;
  display: inline-block;
  letter-spacing: normal;
  margin: 0 10px;
}
ul.pn-list li span {
  color: #ccc;
}
.cat-img-wrap {
  overflow: hidden;
}
.ph-cat {
  background: #fff;
  margin-top: 30px;
}
.ph-cat h2.ttl {
  padding: 20px 10px;
  margin: 0;
}
.ph-cat p.txt {
  text-align: left;
  padding: 20px 10px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ph-cat figure img {
  width: 100%;
}
@media screen and (min-width: 834px) {
  .p-header .ph-txt { font-size: 16px; }
}
@media screen and (max-width: 1000px) {
  .p-header .ph-txt { top: 30%; }
}
@media screen and (max-width: 833px) {
  .p-header .ph-txt {
    top: 35%;
    width: 95%;
    left: 3%;
    font-size: 16px;
    line-height: 1.6;
  }
  #page section ul.p-category li { width: 50%; }
}
@media screen and (max-width: 480px) {
  .p-header .ph-txt {
    top: 25%;
    font-size: 3.75vw;
  }
}

/* ==========================================================================
   8. Search results
   ========================================================================== */
.prd-search-hit {
  clear: both;
}
.prd-lst-price.prd-lst-span,
.prd-lst-exp.prd-lst-span,
.prd-lst-soldout.prd-lst-span {
  display: block;
  text-align: center;
}
.prd-lst-soldout.prd-lst-span {
  color: #F44336;
}
.unstyled.prdct {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.unstyled.prdct li.prd-lst-unit {
  width: 23%;
  padding: 0 1% 5%;
  text-align: center;
}
.unstyled.prdct li.prd-lst-unit a {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 1.2em;
}
.unstyled.prdct li a img {
  max-width: 100%;
}
.container-section {
  text-align: left;
  box-sizing: border-box;
}
.unstyled.pn {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.unstyled.pn li {
  display: inline-block;
  margin: 0 10px;
}
.unstyled.pnext {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.unstyled.pnext li {
  margin: 0 1%;
}
@media screen and (max-width: 833px) {
  .unstyled.prdct li.prd-lst-unit {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
  }
}

/* ==========================================================================
   9. Product detail
   ========================================================================== */
#item-detail {
  box-sizing: border-box;
  width: 100%;
  padding: 40px 0 0;
  text-align: left;
}
.item-area {
  box-sizing: border-box;
  padding: 0 20px 60px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.thn-area {
  flex: 1 1 60%;
  min-width: 0;
  box-sizing: border-box;
}
.thn-area .main-thn,
#item-detail .main-thn {
  position: relative;
  overflow: hidden;
  overflow-anchor: none;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 12px;
}
.main-thn img,
#item-detail .main-thn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.thn-area .product-thumbs-wrap,
#item-detail .product-thumbs-wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  overflow: hidden;
}
.thn-area .product-thumbs,
#item-detail .product-thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 2px 0 4px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start !important;
  scroll-padding-left: 0;
  box-sizing: border-box;
}
.thn-area .product-thumbs a,
#item-detail .product-thumbs a {
  flex: 0 0 auto;
  display: block;
  width: 64px;
  height: 64px;
  max-width: none;
  margin: 0;
  float: none;
  border: 2px solid #eee;
  overflow: hidden;
  line-height: 0;
  box-sizing: border-box;
}
.thn-area .product-thumbs a.is-active,
#item-detail .product-thumbs a.is-active {
  border-color: #333;
}
.thn-area .product-thumbs a img,
#item-detail .product-thumbs a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.txt-area {
  flex: 1 1 40%;
  min-width: 0;
  box-sizing: border-box;
  padding: 10px;
}
.add-cart {
  color: #000;
}
.add-cart span.soldout {
  color: #c80000;
}
.add-cart h1,
.add-cart h2 {
  font-weight: 600;
}
.add-cart h3 {
  font-weight: normal;
  margin-bottom: 10px;
}
.add-cart h1 > a {
  color: #fff;
  font-weight: normal;
  box-sizing: border-box;
  padding: 1px 20px;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  background: #333;
  border: 1px solid #333;
}
.add-cart h1 > a:hover {
  color: #333;
  background: #fff;
}
.add-cart h2 {
  margin-bottom: 5px;
  font-size: 20px;
}
.add-cart h3 .price {
  text-decoration: line-through;
  margin-right: 10px;
}
.add-cart h3 .off {
  background-color: #c80000;
  border: none;
  font-size: 12px;
  color: #fff;
  padding: 3px 10px;
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.add_cart_table {
  width: 96%;
  margin: 10px 2%;
}
#option_tbl {
  border: 1px solid #ccc;
}
.add-cart .product_option_table {
  width: 100%;
}
table#option_tbl {
  width: 100% !important;
  max-width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  table-layout: fixed;
}
@media screen and (min-width: 834px) {
  .add-cart .product_option_table {
    max-width: 320px;
  }
  table#option_tbl {
    max-width: 320px;
  }
}
.stock_head {
  color: #000;
}
table#option_tbl th,
table#option_tbl td {
  border-bottom: 1px solid #ccc;
  padding: 0 12px;
  height: 52px;
  text-align: center;
  vertical-align: middle;
}
table#option_tbl tr:last-child th,
table#option_tbl tr:last-child td {
  border-bottom: none;
}
table#option_tbl th + th,
table#option_tbl td + td,
table#option_tbl th + td,
table#option_tbl td + th {
  border-left: 1px solid #ccc;
}
table#option_tbl th,
table#option_tbl td.none {
  background: whitesmoke;
}
#option_tbl .stock_head .cell_1 {
  background: #fff;
}
table#option_tbl td.cell_2 {
  position: relative;
  padding: 0;
}
table#option_tbl td > div {
  position: static;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  margin: 0;
  padding: 0;
}
table#option_tbl td.cell_2 label {
  position: absolute;
  inset: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
table#option_tbl td.cell_2 label br,
table#option_tbl td.cell_2 > br {
  display: none;
}
table#option_tbl input[type="radio"] {
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  margin: 0;
  accent-color: #333;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.stock_zero {
  position: static;
  top: auto;
  bottom: auto;
  margin: 0;
  display: inline-block;
  line-height: 1.4;
}
.t_stock_num {
  position: static;
  top: auto;
  bottom: auto;
  margin: 0;
  color: #c80401;
  font-size: 12px;
  line-height: 1.4;
}
.table_price,
.product-option-select,
.product-order-num,
.product_spec_table.none_border_table,
.product_info_lst.container_section {
  display: none;
}
.product_cart_btn.product_addcart_btn,
.btn.btn-02.btn-xlg.btn-block.so {
  display: inline-block;
  line-height: 1.4;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 17px 20px 12px;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  font-weight: bold;
  max-width: 320px;
  border: 1px solid #e53935;
  background: #e53935;
  text-align: center;
  position: relative;
  transition: background 0.3s linear, border-color 0.3s linear, color 0.3s linear;
}
.product_cart_btn.product_addcart_btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.product_cart_btn.product_addcart_btn .product-cart-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.product_cart_btn.product_addcart_btn:hover {
  background: #c62828;
  border-color: #c62828;
  color: #fff;
  opacity: 1;
}
.product_cart_btn.product_quick_order_btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 17px 20px 12px;
  margin: 10px auto 0;
  color: #e53935;
  background: #fff;
  border: 1px solid #e53935;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 320px;
  transition: background 0.3s linear, color 0.3s linear;
}
.product_cart_btn.product_quick_order_btn:hover {
  background: #e53935;
  color: #fff;
  opacity: 1;
}
.btn.btn-02.btn-xlg.btn-block.so {
  pointer-events: none;
  border: 1px solid #bababa;
  background: #fff;
  color: #bababa;
  font-weight: normal;
}
.free {
  display: none;
}
#page section .item-info-area {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 40px;
}
#page section .item-gallery-area {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 20px;
  background: #f2f2f2;
}
#page section .item-gallery-area .ttl,
#page section .item-info-area .ttl {
  margin-bottom: 24px;
}
#page section .item-info-area ul {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
#page section .item-info-area ul li {
  width: 33.33333333%;
  box-sizing: border-box;
  padding: 0 10px;
}
#page section .item-info-area ul li a {
  display: block;
  background: #fff;
  box-sizing: border-box;
  padding: 10px 0;
  border: 2px solid #333;
  color: #333;
  text-align: center;
}
#page section .item-info-area ul li a:hover {
  background: #333;
  color: #fff;
}
.item-desc {
  box-sizing: border-box;
}
.item-gallery {
  width: 100%;
}
.item-gallery__item {
  margin: 0 0 16px;
  width: 100%;
}
.item-gallery__item:last-child {
  margin-bottom: 0;
}
.item-gallery__item img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 834px) {
  .item-gallery {
    column-count: 2;
    column-gap: 16px;
  }
  .item-gallery__item {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    margin: 0 0 16px;
  }
}
#page section .item-gallery-area .item-gallery__item img {
  margin-top: 0 !important;
}
#page section .item-info-area img {
  width: 100% !important;
  margin-top: 20px !important;
}
.tc-logo {
  text-align: center;
}
.tc-logo img {
  width: 15%;
}
.tc-list {
  display: table;
  width: 100%;
  border-bottom: 1px solid #5c7da9;
  box-sizing: border-box;
  padding: 10px 0;
}
.tc-list dt {
  display: table-cell;
  width: 15%;
  text-align: center;
}
.tc-list dd {
  display: table-cell;
  width: 85%;
  vertical-align: top;
}
#page section .tc-list ul li,
#page section .item-desc dl dd ul li {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.inquiry-area {
  text-align: center;
}
.inquiry-ttl {
  margin-bottom: 20px;
  font-size: 16px;
}
.btn.inquiry-btn {
  width: 100%;
  max-width: 380px;
  background: #333;
  color: #fff;
  border: 2px solid #333;
}
.btn.inquiry-btn:hover {
  background: #fff;
  color: #333;
}
.together_block.contents_section {
  box-sizing: border-box;
  padding: 40px 10px;
}
.together_block.contents_section h2.ttl_h2 {
  margin-bottom: 20px;
}
.wrap_together {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.prd_lst.prd_lst_m li {
  float: left;
  width: 33.3333333%;
}
.prd_lst.prd_lst_m li a {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.prd_lst_name.prd_lst_span a {
  color: #57599f;
}
#page section .item-desc dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  padding: 10px 0;
}
#page section .item-desc dl dt {
  display: table-cell;
  width: 10%;
  text-align: left;
  padding-right: 10px;
}
#page section .item-desc dl dd {
  display: table-cell;
  width: 85%;
  vertical-align: top;
}
#page section .item-desc dl dd ul {
  margin-bottom: 0;
}
@media screen and (max-width: 833px) {
  #item-detail {
    padding: 0;
  }
  .item-area {
    padding: 0 12px 40px;
    display: block;
  }
  .thn-area {
    width: 100%;
    margin-bottom: 10px;
  }
  .thn-area .main-thn {
    margin-bottom: 10px;
  }
  .thn-area .product-thumbs a,
  #item-detail .product-thumbs a {
    width: 56px;
    height: 56px;
  }
  .txt-area {
    padding: 0;
  }
  table#option_tbl {
    width: 100% !important;
  }
  table#option_tbl input[type="radio"] {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
  }
  .btn.inquiry-btn { font-size: 16px; }
  #page section .item-info-area {
    padding: 0 12px 32px;
  }
  #page section .item-gallery-area {
    padding: 48px 12px;
  }
  .item-info-area .ttl {
    margin-bottom: 10px;
  }
  #page section .item-info-area ul {
    margin-bottom: 10px;
    flex-direction: column;
  }
  #page section .item-info-area ul li {
    width: 100%;
    margin-bottom: 5px;
    padding: 0;
  }
  #page section .item-info-area ul li a { padding: 5px 0; }
  .tc-list { font-size: 12px; }
  .item-desc {
    padding: 0;
  }
  .tc-list dt,
  #page section .item-desc dl dt {
    width: 20%;
    text-align: left;
  }
  #page section .item-desc dl dd { width: 80%; }
  .inquiry-ttl {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .prd_lst.prd_lst_m li a img { max-width: 100%; }
  .together_block.contents_section { padding: 20px 10px; }
  .product_cart_btn.product_addcart_btn,
  .btn.btn-02.btn-xlg.btn-block.so {
    max-width: 100%;
  }
}

/* ==========================================================================
   10. Legal info
   ========================================================================== */
#page #info.sk_info_block {
  padding: 30px 0 50px;
}
.def_lst_dt {
  font-weight: bold;
}
.def_lst_dd {
  margin: 0 0 20px;
}

/* ==========================================================================
   11. Policy
   ========================================================================== */
#page #policy {
  padding: 30px 0 0;
}
.container_section {
  box-sizing: border-box;
  padding: 40px 20px 0;
  text-align: left;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#page #policy .def_lst_dt {
  font-weight: 600;
}
.policy_lead {
  margin: 0 0 20px;
}
h3.ttl_h3 {
  margin: 10px 0;
}

/* ==========================================================================
   12. Stock / price table
   ========================================================================== */
.layout_wrapper {
  width: 96%;
}
.product_option_table td {
  padding-bottom: .6em;
}
.option_stock {
  margin: .5em 0;
  font-size: 84.615%;
}
#prd_opt p {
  text-align: center;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 5;
}