@charset "utf-8";
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
default.css　追加・上書き
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body{
  color:#000;
  line-height:1.6;
  font-feature-settings: "palt";
  font-weight: bold;
}
a:hover {
    color: #000;
}
@media screen and (max-width:768px){
    input{
        font-size: 16px;
    }
}
/*========================================
header content area reset
=========================================*/
#EST_SPS_wish_member #contents,
#EST_SPS_cart #contents,
#EST_SPS_regi #contents
#EST_SPS_order #contents{
    width: 95%;
    max-width: 1000px;
}
div#wrapper div#enquete-header,
div#wrapper > div#cart-header,
header {

}
header #header-inner,
#cart-header #header-inner,
#enquete-header #header-inner{
  z-index: 11;
  /* width: 100%; */
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  overflow:hidden;
  width: 90%;
  display:flex;
  justify-content:space-between;
  align-items: center;
  /* border-bottom: 2px solid #cd9589; */
  /* box-shadow: -1px 3px 3px -2px rgb(0 0 0 / 20%); */
  height: 70px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width:768px){
    #EST_SPS_wish_member #contents,
    #EST_SPS_cart #contents,
    #EST_SPS_regi #contents,
    #EST_SPS_order #contents{
        width: 95%;
        max-width: 1000px;
    }
    div#wrapper div#enquete-header,
    div#wrapper > div#cart-header,
    header {

    }
    header #header-outer,
    #cart-header #header-outer,
    #enquete-header #header-outer{
      position: fixed;
      top: 0;
      left: 0;
      z-index: 200;
      width: 100%;
      transition: .3s;
      transform: translateY(0);
      padding: 0;
      box-sizing: border-box;
      max-width: 1000px;
      padding: 0;
      overflow:hidden;
      width: 100%;
      height: 75px;
      background: #22304F;
      /* display: block; */
      /* box-shadow: -1px 3px 3px -2px rgb(0 0 0 / 20%); */
    }
    #header-hight{
      height: 108px;
    }
}

@media screen and (max-width:580px){
    #EST_SPS_wish_member #contents,
    #EST_SPS_cart #contents,
    #EST_SPS_regi #contents,
    #EST_SPS_order #contents{
        width: 95%;
        max-width: 1000px;
    }
    div#wrapper div#enquete-header,
    div#wrapper > div#cart-header,
    header {

    }
    header #header-outer,
    #cart-header #header-outer,
    #enquete-header #header-outer{
      position: fixed;
      top: 0;
      left: 0;
      z-index: 101;
      width: 100%;
      transition: .3s;
      transform: translateY(0);
      padding: 0;
      box-sizing: border-box;
      max-width: 1000px;
      padding: 0;
      overflow:hidden;
      width: 100%;
      height: 70px;
      background: #22304F;
      /* display: block; */
      line-height: 1.6;
      font-feature-settings: "palt";
      letter-spacing: 0;
    }
    #header-hight{
      height: 70px;
    }
}


 /*========================================
 header main
 =========================================*/
 .top-obi-sp{
  display:none;
}
/*ロゴエリア*/
#h-logo{
   max-width: 200px;
   text-align: left;
   width: 30%;
   justify-content: left;
   margin: 0 0 13px;
}
#h-logo > h1 {
  margin:0;
}
#h-logo > h1 a{
  display: flex;
}
#h-logo > h1 a img{
   max-width:270px;
   text-align: center;
   width: 100%;
 }
#h-logo .shoplogo{
  font-size:14px;
  width: auto;
  margin: 0 0 5px;
}
#h-logo .shoplogo h1{
  max-width:unset;
  text-align: center;
}
#h-logo .shoplogo h1 a{
  color:#000;
  line-height: 1.6;
  text-align: center;
}
#h-logo .shoplogo h1 a:hover{
  color:#000;
}

 /*パーソナルエリア*/
#h-menu{
  margin: 0 0 0px auto;
}
#h-pasonal{
 display:flex;
 /* max-width: 370px; */
 text-align: center;
 width: 100%;
 justify-content: right;
 align-items: center;
 margin: 0 0 20px;
}
#header ul.pasonal-list{
  display:flex;
  /* max-width: 245px; */
  /* width: 50%; */
  align-items: center;
  padding: 0;
}
.pasonal-list li{
  width: 115px;
  list-style: none;
}
.pasonal-list li a{
  font-size: 14px;
  font-weight:bold;
  display: flex;
  align-items: center;
  color: #fff;
}
.pasonal-list li a img{
  max-width: 20px;
  margin: 0 10px 0 0;
}
.pasonal-list li a span{
  display:block;
}

#h-freedial {
  width:300px;
}
#h-freedial a img {
  max-width: 30px;
  margin: 0 10px 0 0;
}
#h-freedial .reception-hours {
  display:inline;
  font-size:x-small;
}

#h-search{
  width:100%;
  max-width:170px;
}
#h-search form dl{
  display:flex;
  background:#fff;
  padding: 2px 10px;
  box-sizing:border-box;
  border-radius:100px;
  align-items: center;
  justify-content: space-between;
}
#h-search form dl dt{
  width: 80%;
}
#h-search form dl dt input{
  width: 100%;
  border: none;
  font-weight: bold;
}
#h-search form dl dd {
  width:20%;
  max-width: 15px;
  display: flex;
  align-items: center;
}


@media screen and (max-width:1200px){
    .top-obi-sp{
      display:none;
    }
    /*ロゴエリア*/
    #h-logo{
       max-width: 140px;
       text-align: left;
       width: 30%;
       justify-content: left;
       margin: 0 0 20px;
    }
    #h-logo > h1 a img{
       max-width:270px;
       text-align: center;
       width: 100%;
     }
    #h-logo .shoplogo{
      font-size:14px;
      width: auto;
      margin: 0 0 5px;
    }
    #h-logo .shoplogo h1{
      max-width:unset;
      text-align: center;
    }
    #h-logo .shoplogo h1 a{
      color:#000;
      line-height: 1.6;
      text-align: center;
    }
    #h-logo .shoplogo h1 a:hover{
      color:#000;
    }
    
     /*パーソナルエリア*/
    #h-menu{
      margin: 0 0 0px auto;
    }
    #h-pasonal{
     display:flex;
     /* max-width: 370px; */
     text-align: center;
     width: 100%;
     justify-content: right;
     align-items: center;
     margin: 0 0 20px;
    }
    .pasonal-list{
      display:flex;
      /* max-width: 245px; */
      /* width: 50%; */
      align-items: center;
    }
    .pasonal-list li{
      width: 115px;
    }
    .pasonal-list li a{
      font-size: 13px;
      font-weight:bold;
      display: flex;
      align-items: center;
      color: #fff;
    }
    .pasonal-list li a img{
      max-width: 20px;
      margin: 0 5px 0 0;
    }
    .pasonal-list li a span{
      display:block;
    }

    #h-freedial {
      width:300px;
    }
    #h-freedial a img {
      max-width: 30px;
      margin: 0 10px 0 0;
    }
    #h-freedial .reception-hours {
      display:inline;
      font-size:x-small;
    }

    #h-search{
      width:100%;
      max-width:170px;
    }
    #h-search form dl{
      display:flex;
      background:#fff;
      padding: 2px 10px;
      box-sizing:border-box;
      border-radius:100px;
      align-items: center;
      justify-content: space-between;
    }
    #h-search form dl dt{
      width: 80%;
    }
    #h-search form dl dt input{
      width: 100%;
      border: none;
    }
    #h-search form dl dd {
      width:20%;
      max-width: 15px;
      display: flex;
      align-items: center;
    }
}


@media screen and (max-width:960px){
    .top-obi-sp{
      display:none;
    }
    /*ロゴエリア*/
    #h-logo{
       max-width: 100px;
       text-align: left;
       width: 30%;
       justify-content: left;
       margin: 0 0 20px;
    }
    #h-logo > h1 a img{
       max-width:270px;
       text-align: center;
       width: 100%;
     }
    #h-logo .shoplogo{
      font-size:14px;
      width: auto;
      margin: 0 0 5px;
    }
    #h-logo .shoplogo h1{
      max-width:unset;
      text-align: center;
    }
    #h-logo .shoplogo h1 a{
      color:#000;
      line-height: 1.6;
      text-align: center;
    }
    #h-logo .shoplogo h1 a:hover{
      color:#000;
    }
    
     /*パーソナルエリア*/
    #h-menu{
      margin: 0 0 0px auto;
    }
    #h-pasonal{
     display:flex;
     /* max-width: 370px; */
     text-align: center;
     width: 100%;
     justify-content: right;
     align-items: center;
     margin: 0 0 10px;
    }
    .pasonal-list{
      display:flex;
      /* max-width: 245px; */
      /* width: 50%; */
      align-items: center;
    }
    .pasonal-list li{
      width: 115px;
    }
    .pasonal-list li a{
      font-size: 11px;
      font-weight:bold;
      display: flex;
      align-items: center;
      color: #fff;
    }
    .pasonal-list li a img{
      max-width: 20px;
      margin: 0 5px 0 0;
    }
    .pasonal-list li a span{
      display:block;
    }

    #h-freedial {
      width:95px;
    }

    #h-search{
      width:100%;
      max-width:170px;
    }
    #h-search form dl{
      display:flex;
      background:#fff;
      padding: 5px 10px;
      box-sizing:border-box;
      border-radius:100px;
      align-items: center;
      justify-content: space-between;
    }
    #h-search form dl dt{
      width: 80%;
    }
    #h-search form dl dt input{
      width: 100%;
      border: none;
    }
    #h-search form dl dd {
      width:20%;
      max-width: 15px;
      display: flex;
      align-items: center;
    }
}


@media screen and (max-width:768px){
    .top-obi-sp{
      display:none;
    }
    /*ロゴエリア*/
    #h-logo{
       max-width: 100px;
       text-align: left;
       width: 30%;
       justify-content: left;
       margin: 0;
    }
    #h-logo > h1 a img{
       max-width:270px;
       text-align: center;
       width: 100%;
     }
    #h-logo .shoplogo{
      font-size:14px;
      width: auto;
      margin: 0 0 5px;
    }
    #h-logo .shoplogo h1{
      max-width:unset;
      text-align: center;
    }
    #h-logo .shoplogo h1 a{
      color:#000;
      line-height: 1.6;
      text-align: center;
    }
    #h-logo .shoplogo h1 a:hover{
      color:#000;
    }
    
     /*パーソナルエリア*/
    #h-menu{
      margin: 0 0 0px auto;
    }
    #h-pasonal{
     display:flex;
     /* max-width: 370px; */
     text-align: center;
     width: 100%;
     justify-content: right;
     align-items: center;
     margin: 0;
    }
    .pasonal-list{
      display:flex;
      /* max-width: 245px; */
      /* width: 50%; */
      align-items: center;
      margin: 0;
    }
    .pasonal-list li{
      width: 25px;
      margin: 0 15px;
    }
    .pasonal-list li a{
      font-size: 11px;
      font-weight:bold;
      display: block;
      align-items: center;
      color: #fff;
    }
    .pasonal-list li a img{
      max-width: 100%;
      margin: 0;
    }
    .pasonal-list li a span{
      display: none;
    }

      #h-freedial {
        width:25px;
      }

    #h-search{
      width:100%;
      max-width:170px;
      display: none;
    }
    #h-search form dl{
      display:flex;
      background:#fff;
      padding: 5px 10px;
      box-sizing:border-box;
      border-radius:100px;
      align-items: center;
      justify-content: space-between;
    }
    #h-search form dl dt{
      width: 80%;
    }
    #h-search form dl dt input{
      width: 100%;
      border: none;
    }
    #h-search form dl dd {
      width:20%;
      max-width: 15px;
      display: flex;
      align-items: center;
    }
}
 
@media screen and (max-width:580px){
    .top-obi-sp{
      display:none;
    }
    /*ロゴエリア*/
    #h-logo{
       max-width: 120px;
       text-align: left;
       width: 40%;
       justify-content: left;
       margin: 0 0 7px;
    }
    #h-logo > h1 a img{
       max-width:270px;
       text-align: center;
       width: 100%;
     }
    #h-logo .shoplogo{
      font-size:14px;
      width: auto;
      margin: 0 0 5px;
    }
    #h-logo .shoplogo h1{
      max-width:unset;
      text-align: center;
    }
    #h-logo .shoplogo h1 a{
      color:#000;
      line-height: 1.6;
      text-align: center;
    }
    #h-logo .shoplogo h1 a:hover{
      color:#000;
    }
    
     /*パーソナルエリア*/
    #h-menu{
      margin: 0 0 0px auto;
    }
    #h-pasonal{
     display:flex;
     /* max-width: 370px; */
     text-align: center;
     width: 100%;
     justify-content: right;
     align-items: center;
     margin: 0;
    }
    .pasonal-list{
      display:flex;
      /* max-width: 245px; */
      /* width: 50%; */
      align-items: center;
      margin: 0;
    }
    .pasonal-list li{
      width: 22px;
      margin: 0 12px;
    }
    .pasonal-list li a{
      font-size: 11px;
      font-weight:bold;
      display: block;
      align-items: center;
      color: #fff;
    }
    .pasonal-list li a img{
      max-width: 100%;
      margin: 0;
    }
    .pasonal-list li a span{
      display: none;
    }

    #h-freedial {
      width:22px;
    }

    #h-search{
      width:100%;
      max-width:170px;
      display: none;
    }
    #h-search form dl{
      display:flex;
      background:#fff;
      padding: 5px 10px;
      box-sizing:border-box;
      border-radius:100px;
      align-items: center;
      justify-content: space-between;
    }
    #h-search form dl dt{
      width: 80%;
    }
    #h-search form dl dt input{
      width: 100%;
      border: none;
    }
    #h-search form dl dd {
      width:20%;
      max-width: 15px;
      display: flex;
      align-items: center;
    }
}


/*========================================
footer
==========================================*/
/*大枠
================*/
div#cart-footer, footer {
  background-color: #fff;
  position: inherit;
  height: auto;
  margin: 0;
}

.foot-outer{
  background: #fff;
}

/*内側
=================*/
/*フッタカテゴリ*/
.f-cate-list{
  display: flex;
  flex-wrap: wrap;
}
.f-cate-list li{
  width:50%;
  height: 100vh;
}
#f-hojin{
  background:url(../pic-labo/footer-cate-mv-hojin.jpg)no-repeat;
  background-position:bottom;
}
#f-shuzen{
  background:url(../pic-labo/top-cate-mv-shuzen.jpg)no-repeat;
  background-position:bottom;
}
#f-hojin,#f-shuzen{
  background-size: cover;
  padding: 2%;
  box-sizing: border-box;
  position: relative;
}
.f-cate-outer .f-cate-inner{
  padding: 5% 0;
  box-sizing:border-box;
  max-width: 470px;
  height: 100%;
  position: relative;
}
#f-hojin.f-cate-outer .f-cate-inner{
  margin:0 0 0 auto;
  color: #fff;
  /* position: relative; */
}
#f-shuzen.f-cate-outer .f-cate-inner{
  margin: 0  auto 0 0;
}
#f-hojin.f-cate-outer .f-cate-inner h3,
#f-shuzen.f-cate-outer .f-cate-inner h3{
  font-size:50px;
  line-height:1.4;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto;
}
#f-hojin.f-cate-outer .f-cate-inner h3 span,
#f-shuzen.f-cate-outer .f-cate-inner h3 span{
  font-size:30px;
}
#f-hojin .btn-link{
  margin: 0 0 0 auto;
}
#f-shuzen .btn-link{
  margin: 0 auto 0 0;
}
#f-hojin .btn-link,
#f-shuzen .btn-link{
  max-width: 100%;
  text-align:center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#f-hojin .btn-link{
  /* right: 10%; */
}
.btn-link a{
  width:90%;
  padding:15px 25px;
  background:#fff;
  font-size:16px;
  display: flex;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.btn-link a:after{
  content:"";
  display:inline-block;
  vertical-align:middle;
  width: 16px;
  height: 16px;
  background:url(../img/arrow-w-right-red.svg)no-repeat;
  background-size:contain;
  margin: 0 0 0 5px;
}


/*フッタコンタクト*/
.foot-inner{
  width:90%;
  max-width:1200px;
  margin: 150px auto 50px;
}
.f-contact{
  display:flex;
  align-items:center;
}
.f-contact{
  display:flex;
  align-items:center;
  margin: 0 0 70px;
}
.f-logo{
  max-width:270px;
  margin: 0 40px 0 0;
  width: 30%;
  /* line-height: 1.3; */
}
.f-contact-txt{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight:500;
  font-size:14px;
}
.f-contact-txt .f-tel{
  font-size:22px;
  margin:0 0 10px;
}
.f-contact-txt p{
  margin:10px 0;
  line-height: 1.4;
}
.f-contact-txt .f-fax{display: flex;border: 1px solid #000;box-sizing: border-box;width: fit-content;}
.f-contact-txt .f-fax dt{
  background:#000;
  color:#fff;
  text-align:center;
  padding: 5px 10px;
}
.f-contact-txt .f-fax dt a{
  color:#fff;
  text-decoration: none;
}
.f-contact-txt .f-fax dd{
  text-align:center;
  padding: 5px 10px;
}
.f-contact-txt .f-fax dd a{
  text-decoration: none;
  color: #000;
}

/*バナーリスト*/
.freearea ul.f-bnr-list{
 display:flex;
 flex-wrap:wrap;
 margin: 0 0 30px;
  padding:0;
}
.f-bnr-list li{
  width: 18.4%;
  margin:0 2% 2% 0;
  list-style:none;
 }
.f-bnr-list li:nth-child(5n){
  margin-right:0;
 }

.f-allcate{
  border-bottom:3px solid;
  padding: 0;
  box-sizing: border-box;
}
.f-allcate:first-of-type{
  border-top:3px solid #000;
}
.f-allcate .cate-box{
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.f-allcate .cate-box.h-only{
  display:flex;
  align-items:center;
}
.f-allcate .cate-box h4{
  margin: 30px 30px 20px 0;
}
.f-allcate .cate-box h4 a{
  display:flex;
  align-items:center;
  line-height: 1.4;
  font-size: 16px;
  text-decoration: none;
  color: #333;
}
.f-allcate .cate-box h4 a img{
  width:50px;
  margin:0 20px 0 0;
}
#f-menu .f-allcate:nth-of-type(2) .cate-box .sub-cate ul li{
  width:30%;
}
.sub-cate{
  margin:0 0 15px;
}
.sub-cate ul{
  display:flex;
  flex-wrap:wrap;
  padding: 0;
}
.sub-cate ul li{
  width: 14.8%;
  margin: 0 2% 20px 0;
  list-style: none;
}
.sub-cate ul li:nth-child(6n){
  /* width:16%; */
  margin-right: 0;
}
.sub-cate ul li a{
  display: flex;
  font-size:14px;
  line-height: 1.4;
  align-items: center;
  text-decoration: none;
  color: #333;
}
.sub-cate ul li a:after{
  content:"";
  display:inline-block;
  width: 10px;
  height: 10px;
  background:url(../img/arrow-w-right-black.svg)no-repeat;
  margin: 0 0 0 4px;
  background-size: contain;
}

.f-guide{
  margin:20px 0 0;
  line-height: 1.4;
}
.f-guide .flex{
  align-items:center;
  flex-wrap:wrap;
  justify-content: space-between;
  margin: 40px 0 0;
}
.btn-f-contact{
  width: 17%;
  max-width:230px;
}
.btn-f-contact a{
  border:1px solid #000;
  box-sizing:border-box;
  border-radius:5px;
  padding: 10px 0;
  font-size: 19px;
  display:block;
  line-height:1.4;
  text-align: center;
  color: #333;
  text-decoration: none;
}

.freearea ul.guide-list{
  display: flex;
  width: 68%;
  padding: 0;
}
.guide-list li{
  border-left:1px solid;
  list-style: none;
}
.guide-list li:last-child{
  border-right:1px solid ;
}
.guide-list li a{
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.freearea ul.sns-list{
  display:flex;
  width: 10%;
  justify-content: right;
  padding: 0;
}
.sns-list li{
  width: 30px;
  margin: 3%;
  list-style: none;
}


#f-copyright{
  background:#000;
  color:#fff;
}
.f-copy-inner{
  width:90%;
  max-width:1200px;
  margin:0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

@media screen and (max-width:960px){
  /*大枠
================*/
div#cart-footer, footer {
  background-color: #fff;
  position: inherit;
  height: auto;
  margin: 0;
}

.foot-outer{
  background: #fff;
}

/*内側
=================*/
/*フッタカテゴリ*/
.f-cate-list{
  display: flex;
  flex-wrap: wrap;
}
.f-cate-list li{
  width:50%;
  height: 70vh;
}
#f-hojin{
  background:url(../pic-labo/footer-cate-mv-hojin.jpg)no-repeat;
  background-position:bottom;
}
#f-shuzen{
  background:url(../pic-labo/top-cate-mv-shuzen.jpg)no-repeat;
  background-position:bottom;
}
#f-hojin,#f-shuzen{
  background-size: cover;
  padding: 2%;
  box-sizing: border-box;
  position: relative;
}
.f-cate-outer .f-cate-inner{
  padding: 5% 0;
  box-sizing:border-box;
  max-width: 470px;
  height: 100%;
  position: relative;
}
#f-hojin.f-cate-outer .f-cate-inner{
  margin:0 0 0 auto;
  color: #fff;
  /* position: relative; */
}
#f-shuzen.f-cate-outer .f-cate-inner{
  margin: 0  auto 0 0;
}
#f-hojin.f-cate-outer .f-cate-inner h3,
#f-shuzen.f-cate-outer .f-cate-inner h3{
  font-size: 40px;
  line-height:1.4;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto;
}
#f-hojin.f-cate-outer .f-cate-inner h3 span,
#f-shuzen.f-cate-outer .f-cate-inner h3 span{
  font-size:30px;
}
#f-hojin .btn-link{
  margin: 0 0 0 auto;
}
#f-shuzen .btn-link{
  margin: 0 auto 0 0;
}
#f-hojin .btn-link,
#f-shuzen .btn-link{
  max-width: 100%;
  text-align:center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#f-hojin .btn-link{
  /* right: 10%; */
}
.btn-link a{
  width:90%;
  padding: 15px 0;
  background:#fff;
  font-size: 14px;
  display: flex;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.btn-link a:after{
  content:"";
  display:inline-block;
  vertical-align:middle;
  width: 14px;
  height: 14px;
  background:url(../img/arrow-w-right-red.svg)no-repeat;
  background-size:contain;
  margin: 0 0 0 5px;
}


/*フッタコンタクト*/
.foot-inner{
  width:90%;
  max-width:1200px;
  margin: 100px auto 50px;
}
.f-contact{
  display:flex;
  align-items:center;
}
.f-contact{
  display:flex;
  align-items:center;
  margin: 0 0 70px;
}
.f-logo{
  max-width:270px;
  margin: 0 40px 0 0;
  width: 30%;
}
.f-contact-txt{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight:500;
  font-size:14px;
}
.f-contact-txt .f-tel{
  font-size:22px;
  margin:0 0 10px;
}
.f-contact-txt p{
  margin:10px 0;
  line-height: 1.4;
}
.f-contact-txt .f-fax{display: flex;border: 1px solid #000;box-sizing: border-box;width: fit-content;}
.f-contact-txt .f-fax dt{
  background:#000;
  color:#fff;
  text-align:center;
  padding: 5px 10px;
}
.f-contact-txt .f-fax dt a{
  color:#fff;
}
.f-contact-txt .f-fax dd{
  text-align:center;
  padding: 5px 10px;
}

/*バナーリスト*/
.freearea ul.f-bnr-list{
 display:flex;
 flex-wrap:wrap;
 margin: 0 0 30px;
}
.f-bnr-list li{
  width: 18.4%;
  margin:0 2% 2% 0;
 }
.f-bnr-list li:nth-child(5n){
  margin-right:0;
 }

.f-allcate{
  border-bottom:3px solid;
  padding: 0;
  box-sizing: border-box;
}
.f-allcate:first-of-type{
  border-top:3px solid #000;
}
.f-allcate .cate-box{
  border-bottom: 1px solid #ccc;
}
.f-allcate .cate-box.h-only{
  display:flex;
  align-items:center;
}
.f-allcate .cate-box h4{
  margin: 30px 30px 20px 0;
}
.f-allcate .cate-box h4 a{
  display:flex;
  align-items:center;
  line-height: 1.4;
}
.f-allcate .cate-box h4 a img{
  width:50px;
  margin:0 20px 0 0;
}
#f-menu .f-allcate:nth-of-type(2) .cate-box .sub-cate ul li{
  width:30%;
}
.sub-cate{
  margin:0 0 15px;
}
.sub-cate ul{
  display:flex;
  flex-wrap:wrap;
}
.sub-cate ul li{
  width: 14.8%;
  margin: 0 2% 20px 0;
}
.sub-cate ul li:nth-child(6n){
  /* width:16%; */
  margin-right: 0;
}
.sub-cate ul li a{
  display: flex;
  font-size:14px;
  line-height: 1.4;
  align-items: center;
}
.sub-cate ul li a:after{
  content:"";
  display:inline-block;
  width: 10px;
  height: 10px;
  background:url(../img/arrow-w-right-black.svg)no-repeat;
  margin: 0 0 0 4px;
  background-size: contain;
}

.f-guide{
  margin:20px 0 0;
  line-height: 1.4;
}
.f-guide .flex{
  align-items:center;
  flex-wrap:wrap;
  justify-content: space-between;
  margin: 40px 0 0;
}
.btn-f-contact{
  width: 17%;
  max-width:230px;
}
.btn-f-contact a{
  border:1px solid #000;
  box-sizing:border-box;
  border-radius:5px;
  padding: 10px 0;
  font-size: 19px;
  display:block;
  line-height:1.4;
  text-align: center;
}

.freearea ul.guide-list{
  display: flex;
  width: 68%;
}
.guide-list li{
  border-left:1px solid ;
}
.guide-list li a{
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
}

.freearea ul.sns-list{
  display:flex;
  width: 10%;
  justify-content: right;
}
.sns-list li{
  width: 30px;
  margin: 3%;
}


#f-copyright{
  background:#000;
  color:#fff;
}
.f-copy-inner{
  width:90%;
  max-width:1200px;
  margin:0 auto;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
}


@media screen and (max-width:768px){
  /*大枠
================*/
div#cart-footer, footer {
  background-color: #fff;
  position: inherit;
  height: auto;
  margin: 0;
}

.foot-outer{
  background: #fff;
}

/*内側
=================*/
/*フッタカテゴリ*/
.f-cate-list{
  display: flex;
  flex-wrap: wrap;
}
.f-cate-list li{
  width:50%;
  height: 70vh;
}
#f-hojin{
  background:url(../pic-labo/footer-cate-mv-hojin.jpg)no-repeat;
  background-position:bottom;
}
#f-shuzen{
  background:url(../pic-labo/top-cate-mv-shuzen.jpg)no-repeat;
  background-position:bottom;
}
#f-hojin,#f-shuzen{
  background-size: cover;
  padding: 2%;
  box-sizing: border-box;
  position: relative;
}
.f-cate-outer .f-cate-inner{
  padding: 5% 0;
  box-sizing:border-box;
  max-width: 470px;
  height: 100%;
  position: relative;
}
#f-hojin.f-cate-outer .f-cate-inner{
  margin:0 0 0 auto;
  color: #fff;
  /* position: relative; */
}
#f-shuzen.f-cate-outer .f-cate-inner{
  margin: 0  auto 0 0;
}
#f-hojin.f-cate-outer .f-cate-inner h3,
#f-shuzen.f-cate-outer .f-cate-inner h3{
  font-size: 30px;
  line-height:1.4;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto;
  /* width: 100%; */
}
#f-hojin.f-cate-outer .f-cate-inner h3 span,
#f-shuzen.f-cate-outer .f-cate-inner h3 span{
  font-size: 20px;
}
#f-hojin .btn-link{
  margin: 0 0 0 auto;
}
#f-shuzen .btn-link{
  margin: 0 auto 0 0;
}
#f-hojin .btn-link,
#f-shuzen .btn-link{
  max-width: 100%;
  text-align:center;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#f-hojin .btn-link{
  /* right: 10%; */
}
.btn-link a{
  width: 100%;
  padding: 15px 0;
  background:#fff;
  font-size: 13px;
  display: flex;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}
.btn-link a:after{
  content:"";
  display:inline-block;
  vertical-align:middle;
  width: 13px;
  height: 13px;
  background:url(../img/arrow-w-right-red.svg)no-repeat;
  background-size:contain;
  margin: 0 0 0 5px;
}


/*フッタコンタクト*/
.foot-inner{
  width:90%;
  max-width:1200px;
  margin: 100px auto 50px;
}
.f-contact{
  display:flex;
  align-items:center;
}
.f-contact{
  display: block;
  align-items:center;
  margin: 0 auto 50px;
}
.f-logo{
  max-width:270px;
  margin: 0 auto 40px;
  width: 30%;
}
.f-contact-txt{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight:500;
  font-size:14px;
}
.f-contact-txt .f-tel{
  font-size: 25px;
  margin:0 0 10px;
  line-height: 1.4;
  text-align: center;
}
.f-contact-txt p{
  margin:10px 0;
  line-height: 1.4;
}
.f-contact-txt .f-fax{display: flex;border: 1px solid #000;box-sizing: border-box;width: 100%;}
.f-contact-txt .f-fax dt{
  background:#000;
  color:#fff;
  text-align:center;
  padding: 5px 10px;
  width: 50%;
}
.f-contact-txt .f-fax dt a{
  color:#fff;
  font-size: 16px;
  margin: 0 0 0 10px;
}
.f-contact-txt .f-fax dd{
  text-align:center;
  padding: 5px 10px;
  width: 50%;
}

/*バナーリスト*/
.freearea ul.f-bnr-list{
 display:flex;
 flex-wrap:wrap;
 margin: 0 0 30px;
}
.f-bnr-list li{
  width: 32%;
  margin:0 2% 2% 0;
 }
.f-bnr-list li:nth-child(5n){
  margin-right:2%;
 }
.f-bnr-list li:nth-child(3n){
  margin-right:0;
 }

.f-allcate{
  border-bottom:3px solid;
  padding: 0;
  box-sizing: border-box;
}
.f-allcate:first-of-type{
  border-top:3px solid #000;
}
.f-allcate .cate-box{
  border-bottom: 1px solid #ccc;
}
.f-allcate .cate-box.h-only{
  display:flex;
  align-items:center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f-allcate .cate-box h4{
  margin: 30px 30px 20px 0;
}
.f-allcate .cate-box h4 a{
  display:flex;
  align-items:center;
  line-height: 1.4;
}
.f-allcate .cate-box h4 a img{
  width:50px;
  margin:0 20px 0 0;
}
  .f-allcate .cate-box.h-only h4{
  /* display:flex; */
  /* align-items:center; */
  /* flex-wrap: wrap; */
  width: 49%;
  margin: 10px 0;
}
#f-menu .f-allcate:nth-of-type(2) .cate-box .sub-cate ul li{
  width: 32%;
}
.sub-cate{
  margin:0 0 15px;
}
.sub-cate ul{
  display:flex;
  flex-wrap:wrap;
}
.sub-cate ul li{
  width: 32%;
  margin: 0 2% 20px 0;
}
.sub-cate ul li:nth-child(6n){
  margin-right: 2%;
}
.sub-cate ul li:nth-child(3n){
  margin-right: 0;
}
.sub-cate ul li a{
  display: flex;
  font-size:14px;
  line-height: 1.4;
  align-items: center;
}
.sub-cate ul li a:after{
  content:"";
  display:inline-block;
  width: 10px;
  height: 10px;
  background:url(../img/arrow-w-right-black.svg)no-repeat;
  margin: 0 0 0 4px;
  background-size: contain;
}

.f-guide{
  margin:20px 0 0;
  line-height: 1.4;
}
.f-guide .flex{
  align-items:center;
  flex-wrap:wrap;
  justify-content: space-between;
  margin: 40px auto 0;
  display: block;
}
.btn-f-contact{
  width: 60%;
  max-width:230px;
  margin: 0 auto 30px;
}
.btn-f-contact a{
  border:1px solid #000;
  box-sizing:border-box;
  border-radius:5px;
  padding: 10px 0;
  font-size: 19px;
  display:block;
  line-height:1.4;
  text-align: center;
  margin: 0 auto;
}

.freearea ul.guide-list{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  max-width: 470px;
  justify-content: center;
  margin: 30px auto;
}
.guide-list li{
  border-left:1px solid;
  width: fit-content;
  margin: 5px 0;
}
.guide-list li:nth-child(2){
  border-right:1px solid;
}
.guide-list li a{
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 13px;
}

.freearea ul.sns-list{
  display:flex;
  width: 17%;
  justify-content: center;
  margin: 0 auto;
  max-width: 100px;
}
.sns-list li{
  width: 30px;
  margin: 3%;
}


#f-copyright{
  background:#000;
  color:#fff;
}
.f-copy-inner{
  width:90%;
  max-width:1200px;
  margin:0 auto;
  padding: 10px 0;
  display: block;
  justify-content: space-between;
  font-size: 12px;
  text-align: center;
}
section>div.freearea .f-copy-inner p{
  margin:10px 0;
  line-height: 1.6;
}
}


@media screen and (max-width: 580px){
  /*大枠
================*/
div#cart-footer, footer {
  background-color: #fff;
  position: inherit;
  height: auto;
  margin: 0;
}

.foot-outer{
  background: #fff;
}

/*内側
=================*/
/*フッタカテゴリ*/
.freearea ul.f-cate-list{
  display: block;
  flex-wrap: wrap;
  padding: 0;
}
.f-cate-list li{
  width:50%;
  height: 100svh;
}
#f-hojin{
  background: #F3F4F6 url(../pic-labo/footer-cate-mv-hojin.jpg)no-repeat;
  background-position: bottom 0 left 0;
}
#f-shuzen{
  background: #F3F4F6 url(../pic-labo/top-cate-mv-shuzen.jpg)no-repeat;
  background-position: bottom 0px left 0;
}
#f-hojin,#f-shuzen{
  background-size: cover;
  padding: 2%;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  list-style: none;
}
.f-cate-outer .f-cate-inner{
  padding: 10% 0;
  box-sizing:border-box;
  max-width: 470px;
  height: 94%;
  position: relative;
}
#f-hojin.f-cate-outer .f-cate-inner{
  margin:0 0 0 auto;
  color: #fff;
  /* position: relative; */
}
#f-shuzen.f-cate-outer .f-cate-inner{
  margin: 0  auto 0 0;
}
#f-hojin.f-cate-outer .f-cate-inner h3,
#f-shuzen.f-cate-outer .f-cate-inner h3{
  font-size: 30px;
  line-height:1.4;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto;
  width: fit-content;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
#f-hojin.f-cate-outer .f-cate-inner h3 span,
#f-shuzen.f-cate-outer .f-cate-inner h3 span{
  font-size: 20px;
}
#f-hojin .btn-link{
  margin: 0 0 0 auto;
}
#f-shuzen .btn-link{
  margin: 0 auto 0 0;
}
#f-hojin .btn-link,
#f-shuzen .btn-link{
  max-width: 100%;
  text-align:center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
#f-hojin .btn-link{
  /* right: 10%; */
  width: 90%;
}
.btn-link a{
  width: 100%;
  padding: 15px 0;
  background:#fff;
  font-size: 13px;
  display: flex;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
}
.btn-link a:after{
  content:"";
  display:inline-block;
  vertical-align:middle;
  width: 13px;
  height: 13px;
  background:url(../img/arrow-w-right-red.svg)no-repeat;
  background-size:contain;
  margin: 0 0 0 5px;
}


/*フッタコンタクト*/
.foot-inner{
  width:90%;
  max-width:1200px;
  margin: 50px auto;
}
.f-contact{
  display:flex;
  align-items:center;
}
.f-contact{
  display: block;
  align-items:center;
  margin: 0 auto 20px;
}
.f-logo{
  max-width: 100%;
  margin: 0 auto 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.f-logo a{
  width: 46%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  line-height: 1;
}

.f-logo div.pc-n.tab-n{
  width: 50%;
  font-size: 12px;
  margin: 0;
}
  section>div.freearea .f-logo div.pc-n.tab-n p {
    margin:0 ;
}
.f-contact-txt{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight:500;
  font-size:14px;
}
.f-logo .f-tel{
    margin:0;
}
.f-logo .f-tel dd{
    margin:0;
    line-height: 1.3;
}
.f-contact-txt .f-tel{
  font-size: 25px;
  margin:0 0 10px;
  line-height: 1.4;
  text-align: center;
}
.f-contact-txt p{
  margin:10px 0;
  line-height: 1.4;
  font-size: 13px;
}
.f-contact-txt .f-fax{display: flex;border: 1px solid #000;box-sizing: border-box;width: 100%;font-size: 13px;margin: 20px 0;}
.f-contact-txt .f-fax dt{
  background:#000;
  color:#fff;
  text-align:center;
  padding: 5px;
  width: 50%;
  line-height: 1.2;
}
.f-contact-txt .f-fax dt a{
  color:#fff;
  font-size: 16px;
  margin: 0;
}
.f-contact-txt .f-fax dd{
  text-align:center;
  padding: 5px 10px;
  width: 50%;
  margin: 0;
  line-height: 1.3;
}

/*バナーリスト*/
.freearea ul.f-bnr-list{
 display:flex;
 flex-wrap:wrap;
 margin: 0 0 20px;
}
.f-bnr-list li{
  width: 32%;
  margin:0 2% 2% 0;
 }
.f-bnr-list li:nth-child(5n){
  margin-right:2%;
 }
.f-bnr-list li:nth-child(3n){
  margin-right:0;
 }

.f-allcate{
  border-bottom:3px solid;
  padding: 0;
  box-sizing: border-box;
}
.f-allcate:first-of-type{
  border-top:3px solid #000;
}
.f-allcate .cate-box{
  border-bottom: 1px solid #ccc;
}
.f-allcate .cate-box.h-only{
  display: block;
  align-items:center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
}
.f-allcate .cate-box h4{
  margin: 30px 30px 20px 0;
}
.f-allcate .cate-box h4 a{
  display:flex;
  align-items:center;
  line-height: 1.4;
}
.f-allcate .cate-box h4 a img{
  width:50px;
  margin:0 20px 0 0;
}
  .f-allcate .cate-box.h-only h4{
  /* display:flex; */
  /* align-items:center; */
  /* flex-wrap: wrap; */
  width: 100%;
  margin: 10px 0;
}
#f-menu .f-allcate:nth-of-type(2) .cate-box .sub-cate ul li{
  width: 49%;
}
.sub-cate{
  margin:0 0 15px;
}
.sub-cate ul{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.sub-cate ul li{
  width: 49%;
  margin: 0 2% 20px 0;
}
.sub-cate ul li:nth-child(6n){
  margin-right: 2%;
}
.sub-cate ul li:nth-child(3n){
  margin-right: 2%;
}
.sub-cate ul li:nth-child(2n){
  margin-right: 0;
}
.sub-cate ul li a{
  display: flex;
  font-size: 13px;
  line-height: 1.4;
  align-items: center;
}
.sub-cate ul li a:after{
  content:"";
  display:inline-block;
  width: 9px;
  height: 9px;
  background:url(../img/arrow-w-right-black.svg)no-repeat;
  margin: 0 0 0 4px;
  background-size: contain;
}

.f-guide{
  margin:20px 0 0;
  line-height: 1.4;
  font-size: 13px;
}
.f-guide .flex{
  align-items:center;
  flex-wrap:wrap;
  justify-content: space-between;
  margin: 40px auto 0;
  display: block;
}
.btn-f-contact{
  width: 60%;
  max-width:230px;
  margin: 0 auto 20px;
}
.btn-f-contact a{
  border:1px solid #000;
  box-sizing:border-box;
  border-radius:5px;
  padding: 10px 0;
  font-size: 16px;
  display:block;
  line-height:1.4;
  text-align: center;
  margin: 0 auto;
}

.freearea ul.guide-list{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  max-width: 470px;
  justify-content: center;
  margin: 10px auto;
}
.guide-list li{
  border-left:1px solid;
  width: fit-content;
  margin: 5px 0;
}
.guide-list li:nth-child(2){
  border-right:1px solid;
}
.guide-list li a{
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 12px;
}

.freearea ul.sns-list{
  display:flex;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: 200px;
}
.sns-list li{
  width: 30px;
  margin: 4%;
}


#f-copyright{
  background:#000;
  color:#fff;
}
.f-copy-inner{
  width:90%;
  max-width:1200px;
  margin:0 auto;
  padding: 5px 0;
  display: block;
  justify-content: space-between;
  font-size: 10px;
  text-align: center;
}
section>div.freearea .f-copy-inner p{
  margin: 3px 0;
}
}
/*===========================
最下部 フッタ一部分非表示
===========================*/
.footer {
	display: none;
}
#sps-floating-menu + script + img, #footer + script + img {
    display: none;
}
