.social ul {
list-style: none !important;
}
.none {
  display: none;
  transition: 0.5s;
}
.social .sns_search {
  color: #818181;
  position: relative;
}
.social .order1_sp {
color: #607d8b;
}
.social .order1_sp span {
 display: inline-block;
  padding-bottom: 20px;
}
.social .order1_sp img {
 display: inline-block;
  padding-bottom: 20px;
}
.social .order1_sp li a {
color: #818181;
}
.social .order1_sp {
font-size: 20px;
}
.MENU_sns-area .web_site:before, .MENU_sns-area .sns_search:before, .MENU_sns-area .sns_insta:before {
content: "";
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
  background-size: contain !important;
}
.MENU_sns-area .web_site:before {
background: url(https://img07.shop-pro.jp/PA01327/814/etc/icon-onepi.png?cmsp_timestamp=20221109165855) no-repeat center center;
}
.MENU_sns-area .sns_search:before {
background: url(https://img07.shop-pro.jp/PA01327/814/etc/line%A5%ED%A5%B4.png?cmsp_timestamp=20220530140108) no-repeat center center;
}
.MENU_sns-area .sns_insta:before {
background: url(https://img07.shop-pro.jp/PA01327/814/etc/Instagram_Glyph_Gradient_RGB.png?cmsp_timestamp=20221109165351) no-repeat center center;
}
.MENU_sns-area .web_site span, .MENU_sns-area .sns_search span, .MENU_sns-area .sns_insta span:first-child {
padding-left: 30px;
}
.footer_inner_child .MENU_sns-area {
 color: #fff; 
}
.footer_inner_child .MENU_sns-area .sns_search {
 position: relative; 
}
.line_account a {
color: #42ae42 !important;
}
.social .order1_sp .MENU_sns-area .menu_children {
margin-top: 20px;
}
@media screen and (min-width:600px) {
 #gradient .wrap-nav ul {
   margin-left: 0 !important;
  }
  .footer_inner_child .MENU_sns-area span {
font-size: 12px !important;
}
  .footer_inner_child .MENU_sns-area .menu_children .linklist__item {
font-size: 12px !important;
}
}
@media screen and (max-width:600px) {
.social .order1_sp li a {
font-size: 16px;
}
}
@media screen and (min-width: 1025px) {
.social .order1_sp li a {
font-size: 20px;
}
.social .order1_sp img {
margin-left:25px;
  }
}
@media screen and (min-width: 1025px) {
.category_item li {
}
.flex_pc {
  display: flex;
  }
}
@media screen and (max-width: 1025px) {
.category_item li {
}
  .social .order1_sp li {
    font-size: 16px;
  }
.footer_inner_child .MENU_sns-area .sns_search:after {
  top: 7px;
  }
.footer_inner_child .MENU_sns-area {
border-top: solid 1px #fff;
margin-top: 25px;
}
.footer_inner_child .MENU_sns-area .web_site {
padding-top: 30px;
}
.footer_inner_child .MENU_sns-area span {
font-size: 10px !important;
}
}
@media screen and (max-width: 600px) {
.category_item li {
}
.order1_sp {
  order: 1;
  }
.order2_sp {
  order: 2;
  }
}
.flex_wrap {
 display: flex;
 flex-wrap: wrap;
}
.category_item {
 margin-left: 0 !important; 
}
.category_item li {
padding: 0 10px;
display: inline-block !important;
margin: 5px;
}
@charset "euc-jp";
#page-wrapper {
  position: relative;
}
#wrapper {
}
#container {
  clear: both;
}
.container {
  max-width: 934px;
}
body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Sans","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

.muted {
  color: #999;
}

body {
  color: #444;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/bg.gif);
}

a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #607d8b;
}
a:hover{
  color: #2c88c5;
  text-decoration: none;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

h2 {
  margin: 2em 0;
  text-align: left;
  font-size: 15px;
}
  .ttl-h2 {
    padding: 0 1.4%;
  }

.btn-01 {
  border: 1px solid #fff;
  background-color: #fff;
  color: #444;
  *background-color: #fff;
  width: 100%;
  border-radius: 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  margin: 30px 0 0;
  padding: 20px 0;
  display: block;
}
.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #ddd;
  color: #444;
  *background-color: #ddd;
}

/*
 * web font
 */
.google-font {
  text-transform: uppercase;
  letter-spacing: .6px;
  font-weight: 400;
  font-family: 'Sintony', sans-serif;
}
  .google-font.fwb {
    font-weight: 700;
  }

/*
 * header
 */
#header-wrapper {
  padding: 0 1.4%;
}
#header-top{
  padding: 1em 0 4em;
}
#header-top .col{
  padding: 0;
}
.header-link a {
  color: #aaa;
}
  .header-link a:hover span {
    color: #444;
    text-decoration: none;
  }
.header-link i {
  vertical-align: middle;
}

/* header-line-nav */

.header-line-nav {
  text-align: right;
}
  .header-line-nav .inline{
    margin: 0;
  }
  .header-line-nav .inline li {
    padding: 0;
    margin-left: 25px;
    position: relative;
    vertical-align: middle;
  }
  .header-line-nav a {
    cursor: pointer;
    display: block;
  }
  .header-line-nav span {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 12px;
    padding: 0 0 0 7px;
  }

.view-cart {
  position: relative;
  top: -6px;
  left: 50px;
  padding-top: 0 !important;
}
.cart-count {
  font-size: 17px;
  padding: 0 0 0 7px;
  vertical-align: -2px;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
}

/* header logo */

.shop-logos {
  margin: 3.5em 0 0;
  min-width: 10%;
  max-width: 100%;
}
.shop-name {
  margin: 0;
  font-size: 21px;
}
  .shop-name a{
    color: #444;
    text-decoration: none;
    display: block;
  }
    .shop-name a:hover{
      color: #aaa;
    }
.shop-description {
  font-size: 13px;
  font-weight: normal;
  color: #444;
  margin: 0;
}

/* header global nav */

#header-global-nav {
  padding: 1.8em 0 1.2em;
  text-align: left;
  font-size: 15px;
  clear: both;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
  #header-global-nav .inline > li {
    padding: 0 1.8em 0 0;
  }
  #header-global-nav .inline a {
    text-decoration: none;
    color: #aaa;
  }
    #header-global-nav .inline a:hover {
      text-decoration: none;
      color: #444;
    }

/* incart delivery */
.incart-delivery {
  text-align: left;
  margin: 3.5em 0 0;
}
  .incart-delivery ul {
    margin: 0;
    list-style: none;
    font-size: 11px;
  }

/*
 * product list
 */
.prd-lst-unit {
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  padding: 0;
  margin: 0 0 3.4%;
}
.prd-lst-link{
  display: block;
  color: #fff;
  max-width: 100%;
  padding: 0 3.2%;
}
.unit-inner{
  width: 100%;
  height: 100%;
  position: relative;
  clear: both;
}
.prd-lst-cap {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.prd-lst-cap-inner{
  padding: 15px;
}
.prd-lst-img {
  display: block;
}
span.prd-lst-span {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  margin: .3em 0;
  font-size: 13px;
  color: #fff;
  width: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha( opacity=0 );
  opacity: 0;
  * display: none;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #FFF;
  font-weight: bold;
}
.unit-inner:hover .prd-lst-cap{
  background: url("https://img.shop-pro.jp/tmpl_img/74/blur.png");
  background-repeat : repeat;
  background-position: left;
}
.unit-inner:hover span.prd-lst-span{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha( opacity=100 );
  opacity: 1;
  * display: block;
}

/* product list sort */
.prd-lst-sort {
  margin: 28px 0;
  color: #444;
  text-align: right;
  font-size: 13px;
}
.prd-lst-sort a{
  color: #aaa;
}
.prd-lst-sort a:hover{
  color: #444;
}

/* prduct list pager */
.prd-lst-pager {
  padding: 30px 0 20px;
  text-align: center;
}
  .prd-lst-pager .inline li {
    padding: 0 1.4%;
  }
    .prd-lst-pager .inline li span {
     color: #ddd;
    }
    .prd-lst-pager .inline li a {
      color: #444
    }
      .prd-lst-pager .inline li a:hover {
        color: #aaa;
      }
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}
.thumb-active img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
  filter: alpha( opacity=100 );
  opacity: 1;
}

/* freepage */
.freepage {
  word-break: break-all;
  padding: 2em 0;
}
  .freepage img {
    max-width: 100%;
    width: inherit;
    height: auto;
  }

/*
 * footer
 */

#footer-wrapper {
  margin-top: 30px;
}

/* footer nav 
.footer-top{
  border-top: 1px solid #ddd;
}*/
.footer-nav {
  list-style: none;
  margin: 0;
}
  ul.footer-nav > li {
    margin: 1em 2.5% 1em 0;
    padding-left: 0 ;
  }
.footer-primary {
  padding-top: 16px;
}
  .footer-primary a {
    color: #444;
  }
    .footer-primary a:hover {
      color: #aaa;
    }
.freepage-nav {
  margin-bottom: 1.5em;
  padding-bottom: .8em;
  border-bottom: 1px solid #ddd;
}
.footer-secondary {
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 18px;
}
  .footer-secondary li {
    margin-right: 2.5%;
  }
  .footer-secondary a {
    color: #aaa;
  }
    .footer-secondary a:hover {
      color: #444;
    }

/* footer-bottom 
.footer-bottom{
    padding: 2.5em 0 1.5em;
}*/

/* social icon */
.social-nav {
  text-align: right;
  margin: -4px 0 0 0;
  padding: 0;
}
ul.social-nav > li {
  padding-right: 0;
  vertical-align: bottom;
}

/* copyright */
.copyright {
  text-align: left;
  font-size: 12px;
  padding: 0;
  word-break: break-word;
}
  .copyright a{
    color: #aaa;
  }
    .copyright a:hover{
      color: #444;
    }
  .copyright span{
    float: left;
    margin: 0 15px 0 0;
  }

.powered {
  display: block;
  width: 180px;
  height: auto;
  padding: 0;
  margin: 0;
  float: left;
  text-align: center;
}

/*
 * slider
 */
.slider {
  margin-top: 2em;
  padding: 0 1.4%;
  position: relative;
}
.bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}
#slider div {
  width: 100% !important;
}

/*
 * info & freespace
 */
.info, .free-space{
  margin-top: 1.8em;
  margin-bottom: 1.8em;
}
  .info .col , .free-space .col {
    padding: 0 1.4%;
  }

/*
 * search
 */
  .srh-header {
  padding: 0 0.5%;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
}
.btn-pagetop {
  background: #fff;
  display: block;
  text-align: center;
  width: auto;
  padding: 17px;
  border: solid 1px #ddd;
}


@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    max-width: 900px;
    width: 90%;
  }
  .col-ex-size{
    width: 48.25%;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding: 3em 1.4em 0;
  }
  .container {
    width: auto;
  }
  #header-wrapper{
    padding: 0 .1%;
  }
  #header-top{
    padding: 2.2em 0 1.5em;
   }
  .shop-logos{
     margin: 2.5em 0 0 ;
   }
  .shop-name{
    padding: 0 1%;
    text-align: center
  }
  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }
  .header-dropdown.affix {
    position: fixed;
  }
    .header-dropdown .dropdown-nav li {
      border-bottom: 1px solid #ddd;
      text-align: center;
    }
    .header-dropdown .dropdown-nav a {
      display: block;
      padding: 12px;
      color: #444;
    }
    .header-dropdown .btn-dropdown {
      padding-left: 34px;
      font-size: 15px;
      line-height: 1.6;
    }
    .header-dropdown .btn-dropdown-close {
      background: #ddd;
    }
  .view-cart {
    position: static;
  }
    .view-cart a {
      background-color: #fff;
      color: #444;
    }
    .view-cart span {
      display: block;
      width: 130px;
      margin: 0 auto;
    }
  .incart-delivery {
    margin: 0 0 1em;
  }
  .ttl-h2 {
     padding: 0 1.3%;
   }
  .prd-lst-cap{
    position: static;
    background: transparent;
    background-image: none;
  }
    .unit-inner:hover .prd-lst-cap{
      background: transparent;
      background-image: none;
    }
    span.prd-lst-span{
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
      filter: alpha( opacity=100 );
      opacity: 1;
      * display: block;
      color: #444;
      -webkit-backface-visibility: visible;
      backface-visibility: visible;
    }
    .unit-inner:hover span.prd-lst-span{
      color: #444;
    }
  .prd-lst-cap-inner {
    position: static;
    padding: 15px 0;
  }
  .prd-lst-sort {
    font-size: 13px;
  }
  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
  }
  .freepage-nav{
    border-bottom: none;
  }
  .footer-nav {
    margin: 0;
    padding: 0;
  }
    .footer-nav li {
      margin: 0;
      font-size: 13px;
      border-bottom: 1px solid #ddd;
    }
    ul.footer-nav > li{
      margin: 0;
    }
      .footer-nav li:before {
        display: none;
      }
    .footer-nav a {
      display: block;
      padding: 1em 0;
      font-size: 13px;
    }
      .footer-nav a:hover {
        text-decoration: none;
      }
  /*.footer-bottom{
     padding: 1em 0 1.5em;
   }*/
  .copyright{
    text-align: center;
    margin: 0;
  }
  .copyright span{
    float: none;
  }
  .powered{
    float: none;
    margin: 1em auto 0;
  }
  .social-nav{
    text-align: center;
    margin: 1.5em 0 0 ;
  }
  ul.social-nav > li{
    padding: 0 1%;
  }
  .slider {
    padding: 0 .1%;
  }
}
@media (max-width: 480px) {
  .prd-lst-unit {
    margin-bottom: 1.4em;
    height: auto !important;
  }
  .prd-lst-link {
     padding: 0 2.1%;
   }
  .prd-lst-unit .prd-lst-cap{
    display: block;
    top: 0;
    left: 0;
  }
  .prd-lst-sort{
    text-align: left;
    margin: 0 0 3em;
  }
}

/* IE */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}

/* icons */

.icon-b {
  width: 16px;
  height: 16px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility:hidden;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_b.png);
}
.hov-li:hover .icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_b_hover.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-b {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_2x_b.png);
  }
  .hov-li:hover .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon16_2x_b_hover.png);
  }
}

.icon-user { background-position: -208px -0px; }
.icon-login { background-position: -48px -80px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-cart { background-position: -176px -64px; }
.icon-twitter { background-position: -96px -176px; }
.icon-facebook { background-position: -128px -176px; }
.icon-instagram { background-position: -112px -192px; }
.icon-mail { background-position: -64px -0px; }

.icon-lg-b {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_b_hover.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/74/icon24_2x_b_hover.png);
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
}
@media screen and (min-width:1025px) {
.container {
  width: 100% !important; 
  max-width: 1850px !important;
  }
}
.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-b.icon-cart { background-position: -264px -95px; }
.icon-lg-b.icon-circled_minus { background-position: -216px -120px; }
.icon-lg-b.icon-paper_plane { background-position: -120px -0px; }
.icon-lg-w.icon-user {
  background-position: -312px -0px;
}
.header-link img {
 width: 35px; 
}
.menu_children {
 display: none; 
}
/*menu----------------------------------------------------------------------*/
.none {
 display: none !important; 
}
.btn-close {
 position: relative; 
}
.btn-close::before {
  left: -3px;
}
@media screen and (max-width:600px) {
  .btn-close::after {
  left: -5px !important;
}
}
.btn-close::after {
  left: -13px;
}
.btn-close::before, .btn-close::after {
 position: relative;
}
#menu {
 cursor: pointer; 
}
.menu_navi-cart {
position: fixed;
right: 20px;
z-index: 1000;
color: #607d8b;
}
@media screen and (max-width:780px) {
  .menu_navi-cart {
  text-align: end !important;
  }
}
.item_menu-accodion .item_search {
 cursor: pointer; 
 padding: 8px 0;
}
.item_menu-accodion .sale_search, .sns_search, .line_search {
 cursor: pointer; 
}
.item_menu-accodion .item_search::after, .item_menu-accodion .sale_search::after, .sns_search:after {
 content:"";
 border-bottom: solid 1px;
 border-right: solid 1px;
 transform:rotate(45deg);
 width:5px;
 height:5px;
 display: inline-block;
  margin: 5px;
  position: absolute;
}
.item_menu-accodion .open::after, .item_menu-accodion .open1::after {
  transform:rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg);
}
@media screen and (min-width:1025px) {
 .item_menu-accodion .item_search::after {
    left: 155px;
    top: 11px;
}
 .item_menu-accodion .sale_search::after {
   left: 155px;
   top: 5px;
  }
  .sns_search:after {
    top: 4px;
    left: 145px;
  }
}
  @media screen and (max-width:1024px) {
 .item_menu-accodion .item_search::after {
    left: 110px;
    top: 9px;
}
    .item_menu-accodion .sale_search::after {
      left: 110px;
    top: 0px;
    }
    .sns_search:after {
    top: 0px;
    left: 125px;
  }
}
    @media screen and (max-width:599px) {
 .item_menu-accodion .item_search::after {
    left: 130px;
    top: 10px;
}
  .item_menu-accodion .sale_search::after {
    left: 130px;
    top: 2px;
      }
  .sns_search:after {
    top: 1px;
    left: 130px;
  }
}
nav {
  text-align:end;
  width:100%;
  position:fixed;
  height:auto;
  z-index:500;
  overflow:hidden;
  background:none;
}
.search_area {
 position: fixed;
 display: flex; 
}
.search_area img {
 width: 30px; 
}
.search_area button {
 background: none;
    border: none;
  margin: 1em 2rem;
}
.nemu_search-form {
 display: none; 
  margin: 1em 0;
}
.nemu_keyword {
background: none;
    background-color: initial !important;
    border-bottom: solid 1px !important;
    border-top: none !important;
    border-right: none !important;
  border-left: none !important;
  border-radius: 0 !important;
}
nav ul li {
  display:inline-block;
}
nav ul li:nth-child(2) {
 margin-right: 5rem; 
}
nav ul li a {
  color:#333;
  display:inline-block;
  text-decoration:none;
  border-bottom:2px solid #fff;
  transition-property:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  -webkit-transition:all .2s linear 0s;
  -o-transition:all .2s linear 0s;
  font-size:13px;
}
nav ul li a:hover {
  color: #34B484;
}
/*styling open close button*/
@media screen and (max-width:600px) {
  .button {
    right:30px !important;
  }
  nav ul li:nth-child(2) {
 margin-right: 4rem !important; 
}
}
.button {
  display:inline;
  position:fixed;
  right:50px;
  top:16px;
  z-index:999;
  font-size:30px;
}
.button span {
  text-decoration:none;
}
.inner_line {
 content:"";
 border-bottom: solid 2px #607d8b; 
  width: 35px;
  display: block;
  height:3px;
  position: relative;
  margin: 5px 0;
  border-radius: 5px;
}
.MENU_sns-area li span {
   color: #607d8b;
  }
#menu {
  display: block;
}
@media screen and (min-width:1025px) {
  #menu {
   width: 35px; 
   overflow: hidden;
  }
  #menu:hover #line3{
  margin-left: 15px;
  transition: .3s;
}
#menu:hover #line2{
  margin-left: 10px;
  transition: .3s;
}
 .MENU_sns-area li span {
   font-size: 12px;
  }
}
#line, #line2, #line3 {
 display: block; 
 position: relative;
  transition: .3s;
}
.btn-open::after {
 top:17px; 
}
.btn-open::before {
 top: 10px; 
}
/*.btn-open:after {
  color:#333;
  content:"menu";
  position: absolute;
  font-size:20px;
  left: -7px;
  transition-property:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  -webkit-transition:all .2s linear 0s;
  -o-transition:all .2s linear 0s;
}*/
.btn-open:hover:after {
  color:;
}
.btn-close {
margin-right: 1rem;
}
.btn-close:before,
.btn-close:after {
  content:"";
  border-left: solid 1px #607d8b;
  height: 30px;
  display: inline-block;
  transition-property:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  -webkit-transition:all .2s linear 0s;
  -o-transition:all .2s linear 0s;
}
.btn-close:before {
 transform: rotate(45deg); 
}
.btn-close:after {
 transform: rotate(-45deg); 
}
.btn-close:hover:after {
}
/*overlay*/
.overlay {
  display:none;
  position:fixed;
  bottom: -100%;
  height:100%;
  width:100%;
  background:rgba(255, 255, 255, 0.9);
  overflow:auto;
  z-index:99;
  transition: all .6s;
}
.overlay.is-open {
  bottom: 0;
}
/*カレンダー*/
.side_cal {
  display: flex;
}
.footer_MENU .flex_wrap {
 color: #fff; 
}
@media screen and (min-width:1025px) {
  .tbl_calendar {
   width: 200px;
    height: 225px;
  }
  .footer_MENU .flex_wrap {
    justify-content: end;
    margin-right: 100px;
    color: #fff;
    margin-top: 30px;
    font-size: 12px;
}
  .footer_MENU .flex_wrap table {
  width: 160px;
    height: 170px;
}
}
@media screen and (max-width:599px) {
.side_cal {
 margin-left:1.5vw; 
}
.tbl_calendar {
  font-size: 12px;
  width: 170px;
    height: 195px;
  }
  .MENU_sns-area li span {
   font-size: 12px !important;
}
}
@media screen and (max-width:1024px) {
  .tbl_calendar {
  font-size: 14px;
    width: 140px;
    height: 150px;
  }
  .MENU_sns-area li span {
   font-size: 10px;
  }
}
@media screen and (min-width:1025) {
  .tbl_calendar {
  font-size:18px;
  }
}
.tbl_calendar {
 margin: 1rem; 
 text-align: center;
}
.tbl_calendar {
    font-family: system-ui;
    font-weight: 200;
}
.tbl_calendar th {
font-weight: 400 !important;
}
.wrap {
  color:#818181;
  max-width:90%;
  margin:0 auto;
}
.wrap ul.wrap-nav {
  border-bottom:1px solid #c7c7c7;
  text-transform:capitalize;
  padding:150px 0px 100px;
}
.wrap ul.wrap-nav li {
  font-size:20px;
  display:inline-block;
  vertical-align:top;
  width:24%;
  position:relative;
}
.wrap ul.wrap-nav li span:first-child {
  color:#607d8b;
}
.wrap ul.wrap-nav li a {
  color:#607d8b;
  display:block;
  padding:8px 0;
  text-decoration:none;
  transition-property:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  -webkit-transition:all .2s linear 0s;
  -o-transition:all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
  color:#5c5c5c;
}
.wrap ul.wrap-nav ul {
  padding:20px 0;
}
.wrap ul.wrap-nav ul li {
  display:block;
  font-size:18px;
  width:100%;
}
.wrap ul.wrap-nav ul li a {
  color:#818181;
}
.wrap ul.wrap-nav ul li a:hover {
  color:#607d8b;
}
.social {
  font-size:16px;
  padding:20px;
}
.social p {
  margin:0;
  padding:20px 0 5px 0;
  line-height:30px;
  font-size:13px;
}
.social p a {
  color:#607d8b;
  text-decoration:none;
  margin:0;
  padding:0;
}
.social-icon {
  width:80px;
  height:50px;
  background:#e9e9e9;
  color:#333;
  display:inline-block;
  margin:0 20px;
  transition-property:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  -webkit-transition:all .2s linear 0s;
  -o-transition:all .2s linear 0s;
}
.social-icon:hover {
  background:#607d8b;
  color:#5c5c5c;
}
.social-icon i {
  margin-top:12px;
}
.MENU_sns-area .menu_children {
margin-bottom: 20px;
}
.MENU_sns-area .menu_children .linklist__item {
margin-bottom: 10px;
}
@media screen and (min-width:1025px) {
   nav ul li:first-child a {
 margin: 1em 0; 
  }
 nav ul li a {
 margin: 1em 4em 1em 2.5em; 
 padding: 0 1rem 0.5em;
  }
  .search_area-sp {
   display: none; 
  }
}
@media screen and (max-width:1024px) {
.wrap ul.wrap-nav ul li {
   font-size: 14px;
  }
  nav ul li:first-child a {
    margin: 1em 0;
  }
   nav ul li a {
 margin: 1em 2em 1em .5em; 
 padding: 0 1rem 0.5em;
  }
  .search_area-sp {
   display: none; 
  }
.footer_inner_child .MENU_sns-area .menu_children {
margin-left: 45px !important;
}
}
@media screen and (max-width:599px) {
  .wrap ul.wrap-nav>li {
    width:100%;
    padding:20px 0;
    border-bottom:1px solid #c7c7c7;
  }
  .wrap ul.wrap-nav {
    padding:30px 0px 0px;
  }
  nav ul li:first-child a {
  margin: 1em 0;
  }
   nav ul li a {
 margin: 1em 1.5em 1em 0;
 padding: 0 1rem 0.5em;
  }
  .social {
    color:#333;
    font-size:13px;
    padding:15px 0;
  }
  .social-icon {
    width:50%;
    height:50px;
    background:#bbb;
    color:#333;
    display:block;
    margin:5px 0;
  }
.nemu_search-form {
position: absolute;
top: 55px;
left: 20px;
  }
.nemu_keyword {
background-color: #f1f1f1 !important;
}
  .search_area-sp {
   display: flex; 
  }
  .search_area-sp img {
   width: 30px; 
  }
  .search_area-sp button {
   background: none;
   border: none;
  }
  .wrap ul.wrap-nav ul li {
   font-size: 16px !important; 
  }
}
#header-global-nav {
 display: none; 
}
#header-top .row:first-child {
 display: none; 
}
.header-dropdown {
 display: none; 
}
/*商品一覧ーーーーーーーーーーーーーーーーーーーーーーーー*/
#soldout_on_off button {
  background: none !important;
    border: none !important;
    color: #607d8b !important;
}
.col {
 padding: 0 !important; 
}
@media screen and (min-width:1025px) {
#product_page ul.unstyled, ol.unstyled {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
  }
.col-lg-6 {
width: 23%;
}
.unstyled .col-lg-4 {
position: relative;
width: 19%;
margin: 2vw;
  }
.prd-lst-cap {
  opacity: 0;
  cursor: pointer;
  transition: .4s;
  background: rgba(0,0,0,.5);
  bottom: 0;
  }
 .prd-lst-cap_innar {
   position:relative;
   width: 100%;
   height: 100%;
  }
  .product_text {
   position: absolute;
    bottom: 0;
    color: #fff;
    padding: 1rem;
  }
  .product_text p:hover {
   text-decoration: underline; 
  }
  .product_text p {
   color: #fff; 
  }
.prd-lst-cap:hover {
  opacity: 1;
  text-decoration: underline; 
  }
  .sold_out {
   color: #fff; 
  }
  .pagination {
   font-size: 18px; 
  }
  .pagination__current {
    padding: 1em;
    position: relative;
}
.pagination__item {
  padding: 1em;
  color: #333;
}
}
@media screen and (max-width:1024px) {
#product_page ul.unstyled, ol.unstyled {
   display: flex;
   flex-wrap: wrap;
  }
span.prd-lst-span {
opacity: 1 !important;
font-size: 12px;
}
#product_page ul.unstyled .col-lg-4 {
  margin: 3vw 1.6%;
  width: 30%;
  }
.prd-lst-cap {
position: initial;
height: 135px;
position: relative;
}
.prd-lst-cap p {
  font-size: 12px !important;
  padding-top: 5px;
  color: #333;
  }
  .price_position span {
  border-bottom: solid 1px;
    padding-bottom: 3px;
    font-weight: 600;
  }
  .price_position {
position: absolute;
bottom: 0;
padding: 5px 0;
  }
  .pagination {
   font-size: 14px; 
  }
  .pagination__current {
    padding: 1em;
    position: relative;
}
.pagination__item {
  padding: 1em;
  color: #333;
}
}
@media screen and (max-width: 599px) {
#product_page ul.unstyled .col-xs-12 {
width: 43% !important;
margin: 5vw 3.5% !important;
}
.prd-lst-cap {
height: 100px;
font-size:10px;
}
.prd-lst-cap p{
font-size:10px !important;
  }
span.prd-lst-span {
font-size:10px;
}
}
.pagination {
 text-align: center; 
}
.pagination__current {
  color: #607d8b;
}
.pagination__current::after {
 content:"";
 position: absolute;
 display: inline-block;
 border: solid 1px #607d8b;
 border-radius: 100%;
 background: #607d8b;
 width: 2px;
 height: 2px;
 bottom: 3px;
 left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.pagination a {
color: #333;
}
/*商品検索-------------------------------------------*/
#product-srh .page {
 display: inline-block;
    width: 95%;
    margin: 0 auto; 
}
@media screen and (max-width: 599px) {
#product-srh .prd-lst .unstyled .col-xs-12{
  width: 43% !important;
margin: 5vw 3vw !important;
  }
#product_page {
  padding: 0 1rem;
  }
}
/*//商品検索-------------------------------------------*/
.pages_end {
 margin-bottom: 7em; 
}
/*//商品一覧ーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*商品詳細ーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media screen and (min-width:1025px) {
 .col-lg-3 {
   width: 10% !important;
  }
  .mar_bc {
 margin:2rem 1.5rem; 
}
}
@media screen and (max-width:1024px) {
 .product-name {
   font-size: 14px !important;
  }
  .mar_bc {
   margin: 2rem 1rem;
  }
  .mar_bc a {
   font-size: 12px; 
  }
  .product-info-lst a {
   font-size: 10px; 
  }
}
@media screen and (max-width:599px) {
  .product-name {
   font-size: 16px !important;
  }
  .mar_bc {
   margin: 1rem 0; 
  }
  .mar_bc a{
    font-size: 10px;
  }
  .product-order-exp table {
   width: 90%; 
  }
  #product {
   padding: 0 1rem; 
  }
}
.mar_bc a{
  color: #607d8b;
}
/*//商品詳細------------------------------------------*/
/*フリーページ------------------------------------------*/
.flex-box_free {
display: flex;
justify-content: center;
align-items: center;
margin: 4em 0;
}
.flex-box_free img {
width: 50%;
margin: 0 1em;
}
.child-text_free {
width: 50%;
margin: 0 1em;
}
.heading_free-top {
font-size: 30px;
font-weight: 100;
font-family: system-ui;
}
.heading_free {
font-size:25px;
font-weight: 100;
font-family: system-ui;
padding-left: 1rem;
}
@media screen and (min-width:1025px) {
  .free_page {
   width: 80%; 
   margin: 0 auto;
  }
  .size_page img {
   width: 35%; 
  }
  
  .flex-box-pc_free {
display: flex;
justify-content: center;
align-items: center;
margin: 4em 0;
}
}
@media screen and (max-width:1024px) {
  .heading_free-top {
  padding-left: 1rem;
}
}
@media screen and (max-width:599px) {

}
/*//フリーページーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*TOP--------------------------------------------------------------*/
.arrow_LINK {
}
.SAEL_wrap .hidden_show a span::after {
 content: "";
   border-top: solid 1px;
 border-right: solid 1px;
  width: 5px;
  height: 5px;
  display: inline-block;
  transform: rotate(45deg);
  margin: 2px;
}
.SAEL_wrap input {
    display: none;
}
.TOP_link-title p {
 font-size: 25px !important; 
}
.SAEL_wrap .hidden_show {
  display: flex;
  align-items: end;
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    position: absolute;
   z-index: 50;
  bottom: 0;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
@media screen and (max-width:600px) {
  .SAEL_wrap .hidden_show {
 width: 98%; 
  }
  .SAEL_wrap .hidden_show a {
   width: 33%; 
    font-size: 13px !important;
  }
}
.SAEL_wrap .hidden_show a {
display: table;
    margin: 0 1rem;
    padding: 1rem;
    text-align: left;
    font-size: 18px;
    background: rgba(255,255,255,.8);
  height: 50px;
}
.SAEL_wrap .hidden_show a span {
  display: table-cell;
  vertical-align: middle;
}
.SAEL_wrap input:checked + label + .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
/*slider------------------------------------------------*/
.slider_child img {
      width: 100%;
      height: auto;
      transform: translate3d(0,0,0);
  backface-visibility: hidden;
    }
.slider_child img {
      width: 100%;
      height: auto;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
    }

 @keyframes animationZoom1 {
      100% { transform:scale(1.2)} 
    }
    @keyframes animationZoom2 {
      50% { transform:scale(1.2)} 
    }
.slider_child {
   position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: 100%;
  }
.slider_child img {
  transition-duration: 0.5s;
}
.TOP_slider .slider li img {
  cursor: pointer;
}
.s_link-area {
 position: absolute;
  display: inline-block;
  z-index: 100;
  transition: .3s;
  list-style: none !important;
  padding: 1em 2em;
  z-index: 1;
  transform: translate3d(0,0,0);
}
@media screen and (min-width:1025px) {
  .slider_child img {
  }
  .slider_child img {
  }
.c_title {
  color: #b1e2f7;
  font-size: 25px;
  }
.s_link-area li a {
 font-size: 18px; 
}
  .s_link-area {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
  }
  .s_link-area {
     opacity: 0;
   }
  .slider_child:hover .s_link-area {
 opacity: 1; 
}
  .s_link-area a:hover {
 text-decoration: underline; 
}
}
@media screen and (max-width:1025px) {
  .c_title {
  color: #b1e2f7;
  font-size: 18px;
  }
.s_link-area li a {
 font-size: 12px; 
}
  .s_link-area {
   top: 50%;
    /*left: 0%;*/
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); 
  }
  .back_area {
   position: relative; 
    transform: translate3d(0,0,0);
  }
  .s_link-area::after {
   content: "";
    width: 180px;
    height: 100%;
    display: block;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    /*left: 0;*/
    right: 0;
    transform: translate3d(0,0,0);
    z-index: -1;
  }
}
@media screen and (max-width:600px) {
.s_link-area li a {
 font-size: 12px; 
}
}
.s_link-area a {
 color: #fff !important; 
}
/*//slider------------------------------------------------*/
  .TOP_heading {
 font-weight:100; 
 line-height: 1.2;   
}
  .TOP_PAGE a {
   color: #607d8b; 
  }
 .sort_link {
   margin: 4rem auto;
  }
.sort_link ul {
  list-style: none !important;
}
  .TOP_info-area {
   margin: 2rem auto 4rem; 
  }
.TOP_info-area ul {
}
.info_child li {
 padding: 2em 1em;
}
.TOP_search-child {
 position: relative; 
}

.border_animation {
  position: relative;
}
.border_animation:before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  border-bottom: solid 1px #6e6e6e;
}
.isActive::before {
animation: border_anim 3s linear forwards; 
}
@keyframes border_anim {
  0%{
    width: 0%;
  }
  100%{
    width: 100%;
  }
}
  .center {
    text-align: center;
  }
   .hoge__attachment{
  position: relative;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  margin-bottom: 1rem; 
  text-align: center;
}
  .hoge__attachment__clip{
    position: relative;
    overflow: hidden;
    clip-path: inset(0 0 0 0);
    height: 100%;
  }
  /*------------------------------------------------------------------------pc--------------------------------------*/
@media screen and (min-width:1025px) {
  .TOP_PAGE p,.TOP_PAGE a {
   font-size: 25px; 
  }
   .TOP_heading {
   font-size:48px;
    padding: 1.5em 0;
     padding-left: 20vw;
  }
  .TOP_heading span {
   font-size: 35px; 
  }
  .hoge__attachment, .hoge__attachment__clip::after {
    height: 350px;
  }
  .TOP_instagram::before {
 content: "";
  width: 35px;
  height: 35px;
  background: url(https://img07.shop-pro.jp/PA01327/814/etc/Instagram_Glyph_Gradient_RGB.png?cmsp_timestamp=20220527135842) no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: 0.5s;
}

.TOP_line::before {
 content: "";
  width: 35px;
  height: 35px;
  background: url(https://img07.shop-pro.jp/PA01327/814/etc/line%A5%ED%A5%B4.png?cmsp_timestamp=20220530140108) no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: 0.5s;
}
 .TOP_about::after {
    display: block;
  opacity:0;
  font-size: 18px;
  transition: .3s;
  }
  .TOP_instagram::before {
margin-right: 8px;
display: inline-block;
}
.TOP_instagram span {
margin-left: 1rem;
}
.TOP_line::before {
margin-right: 8px;
opacity:0;
display: inline-block;
}
.TOP_line::after {
display: block;
  margin-left: 3rem;
  opacity:0;
  font-size: 18px;
}
  .TOP_instagram:hover {
   background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
}
  .TOP_line:hover {
   background: -webkit-linear-gradient(135deg, #07b53b 0%, #28a766 70%) no-repeat;
  background: linear-gradient(135deg, #07b53b 0%, #28a766 70%) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
}
.TOP_search-child:hover img {
  transform: scale(1.2);
  transition-duration: 0.5s;
}
  .TOP_search-child a {
    display: block;
    width: 43%;
    padding: 1em;
  }
  .TOP_search-img-wrap {
    overflow: hidden;
    width: 50%;
    height: 100%;
  }
  .TOP_search-child {
    width: 50% !important; 
     display: flex;
     justify-content: center;
    margin: 0 !important;
   }
}
/*-------------------------------------------------------------//pc------------------------------------------------------*/
/*-------------------------------------------------------------pc,tablet------------------------------------------------------*/
@media screen and (min-width:600px) {
  .TOP_slider .slider {
    max-width: 2000px;
    max-height: 920px;
   }
   .TOP_search {
    display: flex; 
     justify-content: center;
   }
   .TOP_sns {
    display: flex; 
     justify-content: center;
     text-align: center;
   }
   .TOP_sns {
    margin-left: 0 !important; 
   }
   .TOP_sns li {
     width: 30%;
   }
   .TOP_info-area ul {
  border-top: solid 1px #6e6e6e; 
 }
 .info_child li {
  padding: 2em 1em;
 }
   .TOP_info-area {
    display: flex; 
     align-items: center;
   }
   .TOP_info-area .info_child {
    width: 50%; 
   }
   .TOP_PAGE .search-form_TOP {
     margin-left: auto;
   }
   .TOP_sns span {
     font-size: 15px;
   }
  .TOP_PAGE .mar_r_20 {
    margin-bottom: 8em; 
     margin-top: 10em;
   }
   .icon-lg-b, .icon-lg-w {
     background-position: -314px -24px;
   }
   .border_animation:before {
  bottom: -1.5em; 
 }
   .TOP_search {
    margin: 8em 2em 10em; 
   }
   .TOP_search-child {
    width: 35%;
     display: flex;
     justify-content: center;
     margin: 2em 8%;
   }
   .TOP_search-img-wrap img {
     width: 100%;
     transition-duration: 0.5s;
   }
   .TOP_search-child a span {
     font-size: 20px;
   }
 }
 /*-------------------------------------------------------------//pc,tablet------------------------------------------------------*/
 /*-------------------------------------------------------------tablet,sp--------------------------------------------------------*/
@media screen and (max-width:1025px) {
  .TOP_PAGE p,.TOP_PAGE a {
   font-size: 20px; 
  }
  .hoge__attachment, .hoge__attachment__clip::after {
    height: 300px;
  }
  .TOP_heading {
   font-size:35px;
   font-weight:100; 
    padding: 1em 0;
    padding-left: 1rem;
  }
  .TOP_heading span {
  font-size: 25px;
  }
  .TOP_search-child::after {
    content: "";
     position: absolute;
     width: 80%;
     height: 80%;
     display: block;
     background: rgba(255,255,255,0.7);
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
   }
   .TOP_search-child a {
    position: absolute;
    top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     z-index: 2;
   }
   .TOP_instagram {
    background: -webkit-linear-gradient(337deg, #427eff 0%, #f13f79 70%) no-repeat;
     background: linear-gradient(170deg, #427eff -20%, #f13f79 45%) no-repeat;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   overflow: hidden;
 }
   .TOP_line::before {
     display: block;
     margin: 10px auto;
 }
   .TOP_about::after {
    font-size: 12px; 
   }
   .TOP_line::after {
    font-size: 12px; 
   }
   .TOP_line {
    background: -webkit-linear-gradient(135deg, #07b53b 0%, #28a766 70%) no-repeat;
   background: linear-gradient(135deg, #07b53b 0%, #28a766 70%) no-repeat;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   overflow: hidden;
 }
 .TOP_search-child a {
  position: absolute;  
  }
}
 /*-------------------------------------------------------------//tablet,sp--------------------------------------------------------*/
  /*-------------------------------------------------------------sp--------------------------------------------------------*/
@media screen and (max-width:600px) {
  #TOP_slider .slick-arrow {
 display: none !important; 
}
  .TOP_PAGE p,.TOP_PAGE a {
   font-size: 18px; 
  }
  .TOP_heading {
    padding-left: 1rem;
  }
  .TOP_slider .slider li {
    position: relative;
   }
   .mar-top_TOP {
    margin-top: 2em !important; 
   }
   .TOP_search {
    margin-bottom: 5em;
    margin-top: 6em;
   }
   .TOP_search-child {
   margin: 5em 2em 0em;
 }
   #wrapper {
    padding: 0 !important; 
   }
   .TOP_PAGE p,.TOP_PAGE a {
    font-size: 18px; 
   }
   .TOP_sns span {
     font-size: 12px;
   }
   .mar_r_20 {
 margin: 6em 0 4em;
 }
   .icon-lg-b, .icon-lg-w {
     background-position: -314px -22px;
   }
   .TOP_instagram::before {
     display: block;
     margin: 10px auto;
 }
   .TOP_sns li {
    padding: 1em 0; 
   }
   .border_animation:before {
  bottom: -1em; 
 }
   .TOP_info-area ul {
   }
}
 /*-------------------------------------------------------------//sp--------------------------------------------------------*/
.hoge__attachment__clip::after {
content: "";
    background: rgba(0,0,0,0.1);
    display: inline-block;
    background-size: cover;
    width: 100%;
    position: absolute;
    left: 0;
}
 .hoge__attachment__clip  img{
    position: fixed;
    width: 100%;
    height: auto;
    left: 0;
    top: 0px;
    pointer-events: none;
  }
.TOP_link-title {
position: absolute;
  line-height: 4rem;
  font-weight:400;
    z-index: 2;
  font-size: 25px !important;
    color: #607d8b;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.TOP_link-title span {
   border-bottom: solid 1px; 
   padding-bottom: 1rem;
  }
  .TOP_search a {
    display: block;
  }
  .TOPsns_heading {
      font-size:30px;
   font-weight:100; 
    margin: 1.5em 0;
    position:relative;
  }
   /*.TOPsns_heading::after {
     content:"";
     position:absolute;
     border-bottom: solid 1px;
     width: 100%;
    top: 21px;
    left: 0;
     z-index: -1;
  }
  .TOPsns_heading span {
   background: #fff; 
  }*/
  .TOP_sns a {
    display: block;
  }
  .TOP_about { 
  }
   .bland_search-form {
border-right: none !important;
border-left: none !important;
border-top: none !important;
border-bottom: solid 1px !important;
border-radius: 0;
background: none !important;
}
.bland_search {
border-right: none !important;
border-top: none !important;
border-bottom: none !important;
margin-left: 1em;
border-left: solid 1px;
border-radius: 0;
background: none !important;
}
.icon-b .icon-search {
  background-position: -208px -16px;
}
.slider {
 padding: 0; 
}
#TOP_slider ul {
 margin: 0; 
}
.TOP_sns {
 list-style: none !important; 
}
.TOP_search a:hover {
  background: #6e6e6e;
  color: #fff;
}
.TOP_instagram {
 position: relative;
    transition: 0.5s;
}
.TOP_about::after {
 content:"7yorkuのアレコレ";
}

.TOP_instagram span {
  transition: 0.2s;
  display: inline-block;
}
.TOP_instagram:hover::before {
  opacity:1;
}
.TOP_instagram:hover span{
 opacity:1; 
}
.TOP_line {
 position: relative;
    transition: 0.2s;
}
.TOP_line::after {
 content:"新着販売情報お知らせ"; 
}
.TOP_about:hover {
  color: #607d8b;
}
.TOP_about:hover::after {
  opacity:1;
}
.TOP_line:hover::before {
  opacity:1;
}
.TOP_line:hover::after {
  opacity:1;
}


/*TOP--------------------------------------*/
/*footer------------------------------------------------------*/
.footer_inner, .footer_inner_child ul {
 list-style: none !important; 
}
.footer_inner, .footer_inner_child ul {
 margin-left: 0 !important; 
}
.footer_sns {
 display: flex;
 justify-content: center;
 list-style: none !important;
 color: #fff !important;
}
.footer_sns li {
 margin: 1em; 
}
.footer_sns a {
 color: #fff !important; 
}
.footer_inner a, .footer_inner span {
  color: #fff !important;
  }
.footer_MENU {
  background: #607d8b;
  }
@media screen and (min-width:1025px) {
  .footer_inner a, .footer_inner span {
  font-size: 16px !important;
  }
  .footer_inner_child img {
   width: 93%; 
  }
  .footer_inner_child {
 margin: 0 3em;
  }
  .footer_inner {
 display: flex; 
 justify-content: center;
}
.footer_inner a, .footer_inner span {
  font-size: 14px;
  }
.footer_MENU a:hover, .footer_inner span:hover, .line_search:hover {
 color: #1f4c62 !important;   
  }
 .footer_inner span {
  cursor: pointer;  
  }
.footer_inner_child {
 margin: 0 5%;
 width: 15%;
  }
.footer_inner_child ul li {
  padding: 0.5em 0;
  }
.footer_sns {
 margin-top: 5em;
  }
  .footer_MENU .border_animation:before {
   border-bottom: none !important;
  }
}
@media screen and (min-width:600px) {
.footer_MENU {
  padding: 5em 0;
  }
}
@media screen and (max-width:1025px) {
   .footer_inner_child img {
  width: 260px;
  }
  .footer_inner {
   padding-left: 1em; 
  }
  .footer_inner_child ul li {
   padding: .5em 0; 
  }
  .footer_inner .footer_inner_child:first-child {
   margin-bottom: 2em; 
  }
  .footer_sns {
   margin-top: 5em; 
  }
 .footer_MENU .border_animation:before {
   border-bottom: solid 1px #fff !important;
  }
}
@media screen and (max-width:600px) {
  .footer_MENU {
  padding: 5em 0 3em;
  }
 
}
/*//footer----------------------------------------------------*/
/*ポップアップ------------------------------------------*/
.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    visibility: hidden;
    transition: 0.5s;
}
.bg_onetime_popup.js_active {
    opacity: 1;
    visibility: visible;
}
.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    cursor: pointer;
}
.onetime_popup_title {
    position: relative;
    margin: 0px;
    color: #fff;
    background: #607d8b;
    line-height: 1.5;
}
.onetime_popup_title::before,
.onetime_popup_title::after {
    position: absolute;
    top: 25px;
    right: 15px;
    transform: translateY(-50%);
    width: 30px;
    height: 4px;
    background-color: #fff;
    content: "";
}
.onetime_popup_title::before {
    transform: rotate(45deg);
}
.onetime_popup_title::after {
    transform: rotate(-45deg);
}
.onetime_popup_content {
    padding: 60px 30px;
    text-align: center;
}
.onetime_popup_content p:first-child, .onetime_popup_content p:nth-child(2) {
    color: #607d8b;
  }
@media screen and (min-width:1025px) {
  .onetime_popup {
   width: 50%;
   max-width: 800px;
  }
  .onetime_popup_title {
   text-align: center; 
  }
}
@media screen and (min-width:600px) {
  .onetime_popup_content p:first-child {
    font-size: 20px;
  }
  .onetime_popup_content p:nth-child(2) {
     font-size: 18px;
  }
}
@media screen and (max-width:1025px) {
  
}
@media screen and (max-width:600px) {
  .onetime_popup {
   width: 90%;
   max-width: 600px;
  }
  .onetime_popup_content p:first-child {
    font-size: 18px;
  }
  .onetime_popup_content p:nth-child(2) {
     font-size: 16px;
  }
  .onetime_popup_content p:last-child {
   text-align: left;
    font-size: 12px;
  }
  .onetime_popup_content p:last-child br {
   display: none; 
  }
}
.brand_category {
margin-bottom: 5rem;
padding: 0 1rem;
}
.brand_category_footer blockquote {
margin: 0 !important;
padding: 0 !important;
border-left: initial !important;
}
.brand_category_text {
background: #eaebeb;
}
@media screen and (max-width:600px) {
.brand_category p br {
display: none;
}
.brand_category {
margin-top: 2em;
}
.brand_category_text {
padding: 15px;
font-size: 11px;
}
.brand_category h2, .brand_category_footer h2 {
font-size: 25px;
}
}
@media screen and (min-width:1025px) {
.brand_category_text {
width: 800px !important;
}
.brand_category_footer h2 {
text-align: center;
}
}
@media screen and (min-width:600px) {
.brand_category_text {
padding: 30px;
width: 500px;
margin: 0 auto;
}
.brand_category_header {
display: flex;
align-items: center;
margin: 3em 0;
}
.brand_category_header img {
display: block;
width: 50%;
margin: 1rem;
}
.brand_category_header div {
width: 50%;
margin: 1rem;
}
.brand_category p {
margin: 6em 0;
text-align: center;
}
.brand_category h3 {
font-size: 30px !important;
margin-left: 2.5em;
}
.brand_category #soldout_on_off {
margin-left: 6em !important;
}
.brand_category h2, .brand_category_footer h2 {
font-size: 35px;
}
}
.brand_category h2, .brand_category_footer h2 {
font-weight: 100;
}
.brand_category p, .brand_category_footer p {
line-height: 2rem;
}
.brand_category h3 {
font-weight: 100;
font-size: 20px;
}