@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.12.1/css/all.css);

/*レイアウト*/
body{
  color: #000;
  font-size: 16px;
  /*font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
  font-weight: 500;
  background: #f8f7f2;
}
.ec-shelfRole{
  padding: 0;
  color: #000;
  line-height: 1.6;
}
.ec-layoutRole{
  overflow: hidden;
  background: #f8f7f2;
}
.ec-layoutRole .ec-layoutRole__contents{
  margin: 0 auto;
  margin-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  max-width: 1040px;
}
#page_homepage .ec-layoutRole__contents{
}
#page_product_list .ec-layoutRole__contents{
  margin-bottom: 70px;
}

@media screen and (max-width:767px) {
  .ec-layoutRole .ec-layoutRole__contents{
    margin-bottom: 12vw;
    margin-top: 25px;
  }
  .ec-layoutRole .ec-layoutRole__main{
    margin-top: 65px;
  }
}

.f-sns {
  width: 185px;
  margin: auto;
}
.f-sns li {
  list-style: none;
  float: left;
}
.f-sns li a {
  display: block;
  margin-left: 4px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  border-radius: 100%;
}

/*共通*/
.clearfix::after,
.clx::after {
    content: "";
    display: table;
    clear: both;
}
a{
  color: #000;
  text-decoration: underline;
    transition: all .3s;
}
a:hover,
a:hover *{
  color: #000;
  opacity: 0.7;
    transition: all .3s;
}
img{
  max-width: 100%;
}
.center{
  text-align: center;
}
.sp,
.sp-t,
.hide{
  display: none;
}
.mincho{
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.block-box{
  margin-bottom: 80px;
}
table{
  border-collapse: collapse;
  border-spacing: 0;
}
.mt0{margin-top: 0px!important;}
.mt5{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt35{margin-top: 35px!important;}
.mt40{margin-top: 40px!important;}
.mt45{margin-top: 45px!important;}
.mt50{margin-top: 50px!important;}
.mt55{margin-top: 55px!important;}
.mt60{margin-top: 60px!important;}
.mt65{margin-top: 65px!important;}
.mt70{margin-top: 70px!important;}
.mt75{margin-top: 75px!important;}
.mt80{margin-top: 80px!important;}
.mt85{margin-top: 85px!important;}
.mt90{margin-top: 90px!important;}
.mt95{margin-top: 95px!important;}
.mt100{margin-top: 100px!important;}
.mb0{margin-bottom: 0px!important;}
.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb25{margin-bottom: 25px!important;}
.mb30{margin-bottom: 30px!important;}
.mb35{margin-bottom: 35px!important;}
.mb40{margin-bottom: 40px!important;}
.mb45{margin-bottom: 45px!important;}
.mb50{margin-bottom: 50px!important;}
.mb55{margin-bottom: 55px!important;}
.mb60{margin-bottom: 60px!important;}
.mb65{margin-bottom: 65px!important;}
.mb70{margin-bottom: 70px!important;}
.mb75{margin-bottom: 75px!important;}
.mb80{margin-bottom: 80px!important;}
.mb85{margin-bottom: 85px!important;}
.mb90{margin-bottom: 90px!important;}
.mb95{margin-bottom: 95px!important;}
.mb100{margin-bottom: 100px!important;}
.mlr10{margin-left: 10px!important;margin-right: 10px!important;}
.mlr20{margin-left: 20px!important;margin-right: 20px!important;}
.mlr30{margin-left: 30px!important;margin-right: 30px!important;}
.mlr40{margin-left: 40px!important;margin-right: 40px!important;}
.mlr50{margin-left: 50px!important;margin-right: 50px!important;}
.mlr60{margin-left: 60px!important;margin-right: 60px!important;}
.mlr70{margin-left: 70px!important;margin-right: 70px!important;}
.mlr80{margin-left: 80px!important;margin-right: 80px!important;}
.mlr90{margin-left: 90px!important;margin-right: 90px!important;}
.mlr100{margin-left: 100px!important;margin-right: 100px!important;}

@media screen and (max-width:767px) {
  .mb5{margin-bottom: 1vw!important;}
  .mb10{margin-bottom: 1.5vw!important;}
  .mb15{margin-bottom: 2vw!important;}
  .mb20{margin-bottom: 2.5vw!important;}
  .mb25{margin-bottom: 3vw!important;}
  .mb30{margin-bottom: 3.5vw!important;}
  .mb35{margin-bottom: 4vw!important;}
  .mb40{margin-bottom: 4.5vw!important;}
  .mb45{margin-bottom: 5vw!important;}
  .mb50{margin-bottom: 5.5vw!important;}
  .mb55{margin-bottom: 6vw!important;}
  .mb60{margin-bottom: 6.5vw!important;}
  .mb65{margin-bottom: 7vw!important;}
  .mb70{margin-bottom: 7.5vw!important;}
  .mb75{margin-bottom: 8vw!important;}
  .mb80{margin-bottom: 8.5vw!important;}
  .mb85{margin-bottom: 9vw!important;}
  .mb90{margin-bottom: 9.5vw!important;}
  .mb95{margin-bottom: 10vw!important;}
  .mb100{margin-bottom: 11vw!important;}
  .pc{
    display: none!important;
  }
  .sp{
    display: block;
  }
  .sp-t{
    display: table;
  }
}

/*ヘッダー*/
.hd-bt{
  background-color: #5b6356;
  border-radius: 30px;;
  text-align: center;
}
.hd-bt a{
  margin-left: 4px!important;
  background-color: #5b6356!important;
  width: auto!important;
  height: auto!important;
  font-size: 1.3rem;
  text-decoration: none;
  padding: 2px 5px;
  color: #fff!important;
  font-weight: normal;
}
.ec-layoutRole__header{
  padding-bottom: 20px;
  color: #5b6356;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.ec-layoutRole__header a{
  color: #5b6356;
}
#hinr{
  margin: 0 auto;
  padding: 30px 20px 40px 20px;
  width: 100%;
  max-width: 1400px;
}
#hinr .inr{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#hinr .tel{
  font-size: 10px;
}
#hinr .number{
  position: relative;
  padding-left: 32px;
  font-size: 26px;
  font-weight: 500;
}
#hinr .number:before{
  content: '\f879';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  color: #fff;
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  line-height: 24px;
  width: 24px;
  height: 24px;
  background: #5b6356;
  border-radius: 100%;
}
#hinr .logo{
  margin: 0;
  padding: 0;
  line-height: 1;
}
#hinr .logo:hover *{
  opacity: 1;
}
#hinr ul{
  margin: 0;
  padding: 0;
}
#hinr li{
  list-style: none;
}
#hinr .right{
  text-align: right;
}
#hinr .right li{
  display: inline-block;
}
#hinr .right .upper{
  margin-bottom: 15px;
}
#hinr .right .upper li a{
  display: block;
  margin-left: 4px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  border-radius: 100%;
}
#hinr .right .bottom>ul{
  font-size: 0;
}
#hinr .right .bottom li a{
  position: relative;
  display: block;
  margin-right: 20px;
  font-size: 11px;
  text-decoration: none;
}
#hinr .right .bottom li a:before{
  content: '|';
  position: absolute;
  top: 0;
  right: -12px;
}
#hinr .ec-cartNavi{
  padding: 0;
  min-width: auto;
  height: auto;
  color: #5b6356;
  font-size: 11px;
}
#hinr .ec-cartNaviNull{
  padding: 0;
}
#hinr .ec-cartNaviNull .ec-cartNaviNull__message{
  font-size: 14px;
}
.ec-itemNav__nav{
  font-size: 0;
}
.ec-itemNav__nav li {
  display: inline-block;
  float: none;
}
.ec-itemNav__nav li:hover ul{
  box-shadow: 0px 0px 8px -1px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
}
.ec-itemNav__nav li a{
  margin: 0;
  padding: 20px;
  color: #5b6356;
  font-size: 15px;
  line-height: 1;
  background: none;
}
.ec-itemNav__nav > li:hover > a {
    background: none;
}
.ec-itemNav__nav li ul li a {
  color: #5b6356;
  font-size: 15px;
  font-weight: normal;
  background: white;
}
.ec-itemNav__nav li:hover ul li:hover a{
  color: #5b6356;
  opacity: 0.9;
  background: white;
}
.ec-cartNaviIsset{
  font-size: 13px;
}
.ec-cartNaviIsset.is-active{
  background: #fff;
}
.ec-cartNavi__price{
  margin-bottom: 15px;
}

@media screen and (max-width:1000px) {
  #hinr .center{
    width: 36%;
  }
  .ec-itemNav__nav li a{
    padding: 1.2vw;
  }
}

@media screen and (max-width:767px) {
  .ec-layoutRole__header{
    padding-bottom: 0;
  }
  #hinr{
    padding: 15px 15px;
    position: fixed;
    z-index: 999;
    background: #f8f7f2;
    box-shadow: 1px 1px 6px #666;
  }
  #hinr .inr{
    position: relative;
    justify-content: flex-end;
  }
  .ec-headerNavSP {
    background: none;
  }
  #hinr .center{
    position: absolute;
    top: -5px;
    left: 26%;
    width: 40%;
  }
  #hinr .right .upper {
      margin-bottom: 0;
  }
  #hinr .right .upper li a{
    margin-left: 2px;
    width: 26px;
    height: 26px;
    line-height: 26px;
  }

  .ec-drawerRoleClose,
  .ec-overlayRole,
  .ec-drawerRole{
    z-index: 999;
  }
  .ec-drawerRole {
    width: 80%;
    background: #fff;
    transform: translateX(-100%);
  }
  .ec-drawerRoleClose {
    padding: 5px;
    width: 30px;
    height: 30px;
    top: 10px;
    left: auto;
    right: 10px;
    color: #5b6356;
  }
  .drawer-menu .tel{
    padding: 10px;
    color: #fff;
    font-size: 3.5vw;
    text-align: center;
    background: #5b6356;
  }
  .drawer-menu .number{
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-size: 4.5vw;
    font-weight: 500;
  }
  .drawer-menu .number:before{
    content: '\f879';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    color: #5b6356;
    font-size: 12px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100%;
  }
  .drawer-menu li a{
    padding: 4vw;
    font-size: 3.5vw;
  }
  .tel a{
    color: #fff;
    text-decoration: none;
  }
  .ec-itemNav__nav li ul{
    display: block;
    box-shadow: none;
  }
  .ec-itemNav__nav li ul li a{
    padding: 4vw;
    padding-left: 8vw;
    font-weight: bold;
    font-size: 3.5vw;
  }

}

/*メインカラム*/
.ec-sliderRole{
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1400px;
}
.slick-slider {
  margin-bottom: 120px;
}
.slick-dots {
  position: absolute;
  bottom: 3px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.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 {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  text-align: center;
  opacity: 1;
  background-color: #E6E6E6;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #5B6356;
}
.slick-dots li button.thumbnail img {
  width: 0;
  height: 0;
}
.ec-newsRole {
  position: relative;
  margin-left: 100px;
  margin-bottom: 50px;
  padding: 0;
  background: #fff;
}
.ec-newsRole .ec-newsRole__news {
  padding: 20px;
  padding-right: 30px;
  padding-left: 210px;
  min-height: 200px;
  border: none;
}
.ec-newsRole h2{
  position: absolute;
  top: -35px;
  left: -100px;
  color: #fff;
  margin: 0;
  width: 250px;
  height: 200px;
  font-size: 16px;
  line-height: 200px;
  text-align: center;
  background: #5b6356;
}
.ec-newsRole .ec-newsRole__newsTitle{
  color: #000;
}
.ec-newsRole .ec-newsRole__newsDate {
    min-width: 80px;
    line-height: 1.8;
}
.ec-newsRole .ec-newsRole__newsColumn {
    min-width: calc(100% - 80px);
}
.ec-newsRole .ec-newsRole__newsItem {
    padding: 10px 0;
    border: none!important;
}
.ec-newsRole .more{
  display: block;
  text-align: right;
}
.message.block-box {
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 110px;
  width: 100%;
  font-size: 15px;
  writing-mode: vertical-rl;
}
.message.block-box h2{
  margin: 0;
  margin-left: 80px;
  font-size: 35px;
}
.message.block-box p{
  margin: 0;
  margin-left: 60px;
  line-height: 2.8;
}
.recommend.block-box {
  position: relative;
  margin-bottom: 0;
  padding-top: 110px;
  padding-bottom: 140px;
}
.recommend.block-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: -5000px;
  width: 10000px;
  height: 100%;
  background: #fff;
}
.recommend.block-box .inr{
  position: relative;
  z-index: 10;
}
.recommend.block-box h2,
.ranking.block-box h2,
.sns.block-box h2{
  margin: 0;
  margin-bottom: 60px;
  color: #5b6356;
  font-size: 31px;
  text-align: center;
}
.recommend.block-box .name{
  margin-bottom: 15px;
  font-size: 16px;
  text-align: center;
}
.recommend.block-box .text{
  color: #808080;
  font-size: 13px;
}
.ranking.block-box{
  position: relative;
  margin-bottom: 130px;
  padding-bottom: 10px;
  margin-top: 200px;
}
.ranking.block-box:before {
  content: '';
  position: absolute;
  left: -5000px;
  bottom: 0;
  width: 10000px;
  height: calc(100% - 140px);
  background: #e7eae3;
}
.ranking.block-box>* {
  position: relative;
  z-index: 10;
}
.ranking.block-box h2{
  margin-bottom: 30px;
}
.ranking.block-box .upper{
  position: relative;
  margin-top: -140px;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 65px;
}
.ranking.block-box .upper:before{
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 1200px;
  height: 100%;
  background: #f8f7f2;
  box-shadow: 0px 0px 8px -1px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
}
.ranking.block-box .upper .inr{
  position: relative;
  z-index: 10;
}
.ranking.block-box .ec-shelfGrid .ec-shelfGrid__item {
  width: 25%;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.ranking.block-box .more{
  text-align: center;
}
.ranking.block-box .more a{
  display: inline-block;
  width: 350px;
  height: 74px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 74px;
  background: #5b6356;
}
.ranking.block-box .bottom{
  display: none;
  margin-bottom: 100px;
}
.ranking.block-box .bottom .inr{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ranking.block-box .bottom .box{
  position: relative;
  width: 48%;
  font-size: 18px;
  text-align: center;
}
.ranking.block-box .bottom .box:before{
    content:"";
    display: block;
    padding-top: 60%;
}
.ranking.block-box .bottom .box a{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  text-decoration: none;
  background: url(../img/top/popular01.jpg);
  background-size: cover;
}
.ranking.block-box .bottom .box:last-of-type a{
  background: url(../img/top/popular02.jpg);
  background-size: cover;
}
.ranking.block-box .bottom .box a:hover *,
.ranking.block-box .bottom .box a:hover{
  color: #fff;
}
.ranking.block-box .bottom .box b{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.ranking.block-box .bottom .box span{
  display: block;
  margin: 10px 0;
  font-size: 28px;
}
.sns.block-box {
  margin-bottom: 0;
}
.sns.block-box .upper{
  margin-bottom: 60px;
}
.sns.block-box ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.sns.block-box li{
  position: relative;
  margin-bottom: 40px;
  width: 22%;
  list-style: none;
}
.sns.block-box li:before{
  content: '';
  display: block;
  padding-top: 100%;
}
.sns.block-box li img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sns.block-box ul:after{
    content: "";
    display: block;
    width: 22%;
    height: 0;
}
.sns.block-box ul:before{
    content: "";
    display: block;
    width: 22%;
    height: 0;
    order: 1;
}
.sns.block-box .bottom{
  display: flex;
  justify-content: space-between;
}
.sns.block-box .bottom .box{
  width: 48%;
}

.pre-out{margin: -9rem 0 13rem;text-align:center;}
.pre-txt{line-height: 1.6em;font-weight: normal;font-feature-settings: "palt";}

@media screen and (max-width:1000px) {
  .message.block-box .inr{
    width: 100vw;
    column-count: 2;
  }
}

@media screen and (max-width:767px) {
  .pre-out{margin: -7rem 0 5rem;text-align:center;}
  .pre-txt{line-height: 2em;font-weight: normal;font-size: 1.4rem;}

  .slick-slider {
    margin-bottom: 15vw;
  }
  .main_visual{margin-top: 56px;}

  .ec-sliderRole .slick-slider {
    margin-bottom: -5vw;
  }
  .slick-dots {
    bottom: -3px;
  }
  .ec-newsRole {
    margin-left: 0;
    margin-bottom: 5vw;
  }
  .ec-newsRole .ec-newsRole__news {
    padding: 10px;
    padding-top: 8vw;
    min-height: 0;
  }
  .ec-newsRole h2{
    position: absolute;
    top: -35px;
    left: -20px;
    padding: 5vw;
    width: auto;
    height: auto;
    font-size: 3.5vw;
    line-height: 1;
  }
  .ec-newsRole .ec-newsRole__newsItem {
    padding: 0;
  }
  .ec-newsRole .ec-newsRole__newsDate {
      margin: 5px 0;
  }
  .ec-newsRole .ec-newsRole__newsItem:last-of-type {
      margin-bottom: 0;
  }
  .ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
      margin: 0 0 20px;
  }
  .message.block-box {
    margin-bottom: 0;
    padding-top: 5vw;
    padding-bottom: 0;
  }
  .message.block-box .inr{
    height: 230vw;
  }
  .message.block-box h2{
    margin-left: 8vw;
    font-size: 6vw;
  }
  .message.block-box p{
    margin-left: 5vw;
    margin-bottom: 5vw;
    width: 100%;
    line-height: 7.5vw;
  }
  .recommend.block-box {
    padding: 12vw 0;
    padding-bottom: 4vw;
  }
  .recommend.block-box h2,
  .ranking.block-box h2,
  .sns.block-box h2{
    margin-bottom: 8vw;
    font-size: 5vw;
  }
  .recommend.block-box .ec-shelfGrid .ec-shelfGrid__item {
    margin-bottom: 12vw;
    padding: 0;
    width: 100%;
  }
  .ranking.block-box{
    margin-bottom: 12vw;
    padding-bottom: 1vw;
    margin-top: 20px;
  }
  .ranking.block-box .upper{
    margin-top: 0;
    margin-bottom: 10vw;
    padding: 10vw 0;
  }
  .ranking.block-box .ec-shelfGrid .ec-shelfGrid__item {
    width: 50%;
    font-weight: normal;
  }
  .ranking.block-box .bottom{
    margin-bottom: 9vw;
  }
  .ranking.block-box .bottom .inr{
    display: block;
  }
  .ranking.block-box .bottom .box{
    margin-bottom: 6vw;
    width: 100%;
    font-size: 4vw;
  }
  .ranking.block-box .bottom .box:last-of-type{
    margin-bottom: 0;
  }
  .ranking.block-box .bottom .box span{
    font-size: 5vw;
  }
  .sns.block-box .upper{
    margin-bottom: 7vw;
  }
  .sns.block-box li{
    margin-bottom: 5vw;
    width: 47%;
  }
  .sns.block-box .bottom{
    display: block;
  }
  .sns.block-box .bottom .box{
    margin-bottom: 8vw;
    width: 100%;
  }
  .sns.block-box .bottom .box:last-of-type{
    margin-bottom: 0;
  }
}

/*フッター*/
.fnav {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1080px;
}
.fnav ul{
  margin-bottom: 20px;
  font-size: 0;
}
.fnav li{
  display: inline-block;
  margin: 0 25px;
  margin-bottom: 15px;
}
.fnav li a{
  color: #5b6356;
  font-size: 13px;
  text-decoration: none;
}
#finr {
  padding: 40px 0 25px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  background: #5b6356;
}
#finr .logo{
  margin-bottom: 10px;
}
#finr .address{
  margin-bottom: 10px;
}
#finr .tel{
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  padding-left: 37px;
  font-size: 31px;
}
#finr .tel a{
  color: #fff;
}
#finr .tel:before{
  content: '\f879';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -16px;
  color: #5b6356;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 100%;
}
.ec-blockTopBtn {
  width: 58px;
  height: 58px;
  font-size: 15px;
  line-height: 58px;
  background: #5b6356;
  z-index: 999;
  opacity: 1;
}

@media screen and (max-width:767px) {
  #finr {
    padding: 6vw 0 5vw;
  }
  #finr .logo img{
    width: 150px;
  }
  #finr .tel{
    margin-bottom: 4vw;
    padding-left: 8vw;
    font-size: 6vw;
  }
  #finr .tel:before{
    margin-top: -14px;
    color: #5b6356;
    line-height: 24px;
    width: 24px;
    height: 24px;
  }
  .fnav li{
    margin: 0 3vw;
    margin-bottom: 3vw;
  }
  .ec-blockTopBtn {
    width: 44px;
    height: 44px;
    line-height: 44px;
    bottom: 0;
  }
}

/*下層共通*/
button, input, optgroup, select, textarea {
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
}
.banner01 .box img{
  width: 100%;
}
.lower.fv{
  margin-bottom: 70px;
}
.lower.ec-shelfRole{
  margin-bottom: 60px;
  text-align: center;
}
.ec-blockBtn--action:hover,
.ec-blockBtn--action {
  background: #5b6356!important;
  border-color: #5B6356!important;
}
.btn-s1{
  display: inline-block;
  padding: 15px 40px;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  background: #5b6356;
}
.btn-s1:hover{
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width:767px) {
  .lower.fv{
    margin-bottom: 6vw;
  }
  .lower.ec-shelfRole{
    margin-bottom: 10vw;
    font-size: 3vw;
  }
}

/*商品一覧*/
.ec-searchnavRole{
  display: none;
}
.ec-shelfGrid .ec-shelfGrid__item {
  margin-bottom: 45px;
  width: 33.3333%;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}
.ec-shelfGrid .ec-shelfGrid__item-image {
  margin-bottom: 15px;
  height: auto;
}
.ec-shelfGrid .ec-shelfGrid__item-image img{
  width: 100%;
}
.ec-shelfGrid .ec-shelfGrid__item .price02-default{
  margin-top: 5px;
  font-weight: normal;
}
.ec-pagerRole+.block-box{
  margin-top: 90px;
  margin-bottom: 0;
}

@media screen and (max-width:767px) {
  .ec-shelfGrid .ec-shelfGrid__item {
    margin-bottom: 8vw;
    width: 50%;
  }
  .ec-pagerRole+.block-box{
    margin-top: 8vw;
  }
  .ec-pagerRole+.block-box .row>div{
    margin-bottom: 3vw;
  }
}

/*商品詳細*/
#page_product_detail .ec-grid2__cell.right {
    width: 290px;
}
#page_product_detail .ec-grid2__cell.right .ec-productRole__profile {
  margin: 0;
  padding: 20px;
  color: #000;
  background: #fff;
}
#RelatedProduct-product_area,
#page_product_detail .ec-grid2__cell.left {
  margin-right: 0;
  margin-left: 0;
  padding-right: 40px;
  width: calc(100% - 290px);
}
#page_product_detail .ec-productRole{
  padding: 0;
  color: #000;
}
#page_product_detail .ec-sliderItemRole {
    padding: 0;
    color: #000;
    margin-bottom: 0;
}
.ec-sliderItemRole .slick-next:before,
.ec-sliderItemRole .slick-prev:before,
.ec-sliderItemRole .slick-next,
.ec-sliderItemRole .slick-prev{
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border: none;
  outline: 0;
}
.ec-sliderItemRole .slick-next:before,
.ec-sliderItemRole .slick-prev:before{
  color: #fff;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  line-height: 50px;
  background: #5b6356;
  z-index: 999;
}
.ec-sliderItemRole .slick-next,
.ec-sliderItemRole .slick-next:before{
  content: '\f054';
  right: 0;
}
.ec-sliderItemRole .slick-prev,
.ec-sliderItemRole .slick-prev:before{
  content: '\f053';
  left: 0;
}
.ec-sliderItemRole .slick-slider {
    margin-bottom: 0;
}
.ec-sliderItemRole .slick-dots li{
  margin: 0;
}
#page_product_detail .ec-grid2__cell.left #AmazonPayButton{
  display: none;
}
.ec-grid2__cell.left .ec-productRole__description{
  margin-bottom: 0!important;
  padding: 30px;
  font-size: 13px;
  background: #fff;
}
.ec-productRole__description .movie{
  margin-bottom: 40px;
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.ec-productRole__description iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.ec-productRole__description h3{
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 25px;
}
.ec-productRole__description p{
  margin-bottom: 25px;
}
#page_product_detail .ec-productRole .tel{
  margin-bottom: 50px;
  padding: 30px;
  color: #5b6356;
  font-size: 17px;
  line-height: 1;
  text-align: center;
/**  background: #ced0cb;**/
	background: #fff;
}
#page_product_detail .ec-productRole .tel span{
  vertical-align: middle;
}
#page_product_detail .ec-productRole .number{
  position: relative;
  margin-left: 30px;
  padding-left: 30px;
  font-size: 32px;
}
#page_product_detail .ec-productRole .number:before{
  content: '\f879';
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -14px;
  color: #ced0cb;
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  line-height: 28px;
  width: 28px;
  height: 28px;
  background: #5b6356;
  border-radius: 100%;
}
#RelatedProduct-product_area h3{
  margin: 0;
  margin-bottom: 20px;
  color: #5b6356;
  font-size: 25px;
}
.ec-productRole .ec-productRole__tags {
  margin: 0;
  padding: 0;
  font-size: 0;
  border: none;
}
.ec-productRole .ec-productRole__tags li{
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 2px 5px;
  font-size: 10px;
  color: #fff;
  border: none;
  border-radius: 3px;
  background-color: #5B6356;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
  margin-bottom: 25px;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
}
.ec-productRole .description-list{
  margin-bottom: 15px;
  color: #808080;
  font-size: 13px;
  line-height: 1.7;
}
.ec-productRole .ec-productRole__price {
  padding-top: 20px;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  border-top: #ccc 1px solid;
}
.ec-productRole__price .price-text{
  display: inline-block;
  font-size: 13px;
}
.ec-productRole__price .ec-price{
  display: inline-block;
}
.ec-price .ec-price__price {
    padding: 0;
}
.ec-productRole__price .ec-price i{
  font-size: 13px;
  font-style: normal;
}
.ec-productRole #AmazonPayButton{
  margin-bottom: 16px;
}
#page_product_detail .ec-grid2__cell.right .ec-productRole__description{
  margin-bottom: 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.6;
}
.ec-productRole .ec-productRole__code{
  margin-bottom: 20px;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  border: none;
}
.ec-productRole .ec-productRole__actions {
  margin-bottom: 15px;
  padding: 0;
  font-weight: bold;
}
.ec-productRole .ec-productRole__actions input{
  margin-left: 20px;
  margin-bottom: 0;
  border-radius: 0;
}
#page_product_detail .ec-grid2__cell.right .ec-select{
  position: relative;
  margin: 0;
  margin-bottom: 20px;
}
#page_product_detail .ec-grid2__cell.right .ec-select>div{
  display: inline-block;
  vertical-align: middle;
}
#page_product_detail .ec-grid2__cell.right .ec-select>div:last-of-type{
  width: calc(100% - 90px);
}
#page_product_detail [id^="option_description_link"]{
  position: relative;
  display: block;
  text-indent: -9999px;
  text-decoration: none;
}
#page_product_detail [id^="option_description_link"]:before{
  content: '?';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  text-indent: 0;
  background: #596456;
  border-radius: 100%;
}
#page_product_detail .ec-grid2__cell.right .ec-select select{
  padding: 10px;
  width: 100%;
  height: auto;
  font-weight: bold;
  background: #fff;
  border-radius: 0
}
#page_product_detail .ec-grid2__cell.right .ec-select label{
  margin: 0;
}
.ec-productRole .ec-productRole__btn {
  width: 100%;
  min-width: 0;
}
#page_product_detail .ec-grid2__cell.right .ec-blockBtn--cancel,
#page_product_detail .ec-grid2__cell.right .ec-blockBtn--action {
  padding-top: 30px;
  padding-bottom: 30px;
  height: auto;
  line-height: 1;
  opacity: 1;
}
#page_product_detail .ec-grid2__cell.right .alert-text{
  padding-top: 5px;
  color: #ed1c24;
  font-size: 10px;
}
#page_product_detail .plainmodal-overlay{
  background-color: #000!important;
  opacity: 0.55!important;
}
#page_product_detail .option_description{
  border-radius: 3px;
}
#page_product_detail .option_description .modal-title{
  display: none;
}
#page_product_detail .option_description .modal-header {
    padding: 50px 45px;
    border-bottom: none;
}
#page_product_detail .option_description .modal-header .plainmodal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  margin-top: 0;
  width: 28px;
  height: 28px;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 28px;
  text-shadow: none;
  opacity: 1;
  background: #999;
  border-radius: 100%;
  cursor: pointer;
}
#page_product_detail .option_description h3{
  margin-bottom: 10px;
  padding: 0;
  background: none;
}
#page_product_detail .option_description .image{
  margin-top: 20px;
  margin-bottom: 30px;
}
#page_product_detail .option_description ul{
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
#page_product_detail .option_description li{
  width: 23.5%;
  list-style: none;
}
#page_product_detail .option_description img{
  display: block;
  float: none;
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
}
#page_product_detail .option_description .bottom p{
  margin-bottom: 20px;
  color: #f13840;
  font-size: 14px;
}

@media screen and (max-width:768px) {
  #page_product_detail .ec-productRole .number{
    display: inline-block;
    margin: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width:767px) {
  #page_product_detail .ec-productRole {
    margin-bottom: 12vw;
  }
  #page_product_detail .ec-grid2__cell.right {
      width: 100%;
  }
  #RelatedProduct-product_area,
  #page_product_detail .ec-grid2__cell.left {
    padding-right: 0;
    width: 100%;
  }
  .ec-grid2__cell.left .ec-productRole__description{
    padding: 15px;
  }
  .ec-productRole__description .movie{
    margin-bottom: 6vw;
  }
  .ec-productRole__description h3{
    margin-top: 3vw;
    margin-bottom: 5vw;
    font-size: 5vw;
  }
  .ec-productRole__description p{
    margin-bottom: 4vw;
  }
  .ec-productRole__description .row>div{
    margin-bottom: 6vw;
  }
  .ec-productRole__description .row>div:last-of-type{
    margin-bottom: 0;
  }
  #page_product_detail .ec-productRole .tel{
    margin-bottom: 10vw;
    padding: 15px 10px;
  }
  #page_product_detail .option_description{
    max-width: 90%;
  }
  #page_product_detail .option_description .modal-header {
      padding: 20px;
  }
  #page_product_detail .option_description li{
    width: 48%;
  }
}



/*=============================================
=            FENRIR DESIGN 2022.12            =
=============================================*/

/*----------  LATEST NEWS TOP PAGE  ----------*/
#ln_area_type0 {
  position: relative;
  padding-left: 0;
  padding-right:0;
}

#ln_area_type0 .ec-secHeading {
  color: #fff;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  top: 0;
  left: 50%;
  width: 250px;
  padding: 15px 10px;
  font-size: 16px;
  text-align: center;
  background: #5b6356;
}

#ln_area_type0 .ec-secHeading .ec-secHeading__en {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
}

#ln_listWrapper {
  background-color: #fff;
  padding: 50px 0px 15px 0px;
}

#page_homepage #ln_area_type0 .news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;

}

#page_homepage #ln_area_type0 .news_item .ln_item {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  padding-left: 15px;
  padding-right: 15px;
}

#page_homepage #ln_area_type0 .news_item .ln_item .block_banner {
  float: none;
  width: 100%;
}
#page_homepage #ln_area_type0 .news_item .ln_item .block_banner img{
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

#page_homepage #ln_area_type0 .news_item .text_area {
  padding-right: 15px;
}

#page_homepage #ln_area_type0 .news_item .text_area .date {
  margin-bottom: 5px;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

#page_homepage #ln_area_type0 .news_item .text_area .title {
  font-weight: bold;
  font-size: 13px;
}

#page_homepage #ln_area_type0 .news_item .text_area .title a {
  text-decoration: none;
}

#page_homepage #ln_area_type0 .latest_news_paging {
  margin-top: 20px;
  margin-bottom: 20px;
}

#ln_area_type0 #ln_listWrapper .latest_news_theme .current,
#ln_area_type0 #ln_listWrapper .latest_news_theme a {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font-weight: bold;
}

#ln_area_type0 #ln_listWrapper .latest_news_theme a {
  background-color: #f8f7f2;
}

#ln_area_type0 #ln_listWrapper .latest_news_theme .active .current {
  background: #5b6356;
}

#ln_area_type0 #ln_listWrapper .latest_news_theme .disabled span {
  background: #999;
  color: #fff;

}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #page_homepage #ln_area_type0 .news_item .ln_item {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }

  #ln_area_type0 {
    padding-left: 20px;
    padding-right: 20px;
  }

  #page_homepage #ln_area_type0 .latest_news_paging {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  #page_homepage #ln_area_type0 .news_item .text_area .title {
    font-size: 14px;
  }


  #ln_listWrapper {
    padding: 50px 30px 30px 30px;
  }

  #ln_area_type0 .ec-secHeading {
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

/* MEDIA QUERY LARGE */
@media only screen and (min-width: 992px) {
  #page_homepage #ln_area_type0 .news_item .text_area .title {
    font-size: 16px;
  }

  #ln_area_type0 .ec-secHeading {
    color: #fff;
    position: absolute;
    -webkit-transform: translate(-10%, -20%);
        -ms-transform: translate(-10%, -20%);
            transform: translate(-10%, -20%);
    margin: 0;
    top: 0;
    left: 0;
    width: 250px;
    height: 200px;
    font-size: 16px;
    padding: 0;
    line-height: 200px;
    text-align: center;
    background: #5b6356;
  }

  #ln_listWrapper {
    padding: 50px 30px 30px 230px;
  }
}

/* MEDIA QUERY EXTRA LARGE */
@media only screen and (min-width: 1200px) {
  #ln_listWrapper {
    padding: 50px 30px 30px 140px;
  }

  #ln_area_type0 .ec-secHeading {
    -webkit-transform: translate(-40%, -20%);
        -ms-transform: translate(-40%, -20%);
            transform: translate(-40%, -20%);
  }

}

/*----------  LATEST NEWS DETAIL  ----------*/

#page_lnews .latestnews_page .date span {
  color: #000;
  background-color: transparent;
  padding: 0;
}

#page_lnews .latestnews_page h2.title {
  font-size: 24px;
  text-align: left;
  margin-top: 5px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 40px;
  line-height: 1.6em;
}

#page_lnews .latestnews_page h2.title:before {
  display: none;
}

#page_lnews .latestnews_page .content {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}

#page_lnews .latestnews_page .produc_area__profile {
  padding: 15px;
  background-color: #fff;
}

#page_lnews .produc_area .produc_area__description.description {
  font-size: 12px;
  font-weight: bold;
}

#page_lnews .produc_area .produc_area__title.sp .ec-headingTitle {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

#page_lnews .produc_area .produc_area__title.pc .ec-headingTitle {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

#page_lnews .produc_area .ec-productRole__price {
  margin-bottom: 10px;
}

#page_lnews .produc_area form#form1 {
  padding: 10px 0;
}

#page_lnews .produc_area .produc_area__category {
  font-size: 12px;
  font-weight: bold;
}

#page_lnews .produc_area .produc_area__code {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}

#page_lnews .produc_area .produc_area__description.freearea {
  background-color: #fff;
  padding: 15px;
  font-size: 13px;
  border-top: none;
  line-height: 1.5;
}

#page_lnews .produc_area .produc_area__description.freearea h3 {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 25px;
}

#page_lnews .produc_area .produc_area__description.freearea p {
  margin-bottom: 25px;
}


/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  #page_lnews .latestnews_page h2.title {
    font-size: 32px;
  }

  #page_lnews .latestnews_page .content {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  #page_lnews .produc_area form#form1 {
    padding: 10px 20px;
  }

  #page_lnews .latestnews_page .produc_area__profile {
    padding: 30px;
  }

  #page_lnews .produc_area .produc_area__description.freearea {
    padding: 30px;
  }
}


/*=====  End of FENRIR DESIGN  ======*/

/*=============================================
=            FENRIR DESING 2023.03            =
=============================================*/
#finr {
  padding-bottom: 110px;
}

.mobileFooterFixedNavWrapper {
  display: block;
  position: fixed;
  width: 100%;
  background-color: #111;
  left: 0;
  bottom: 0;
  z-index: 1000;
}

.mobileFooterFixedNavWrapper .fixedNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 63px;
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;

}

.mobileFooterFixedNavWrapper .fixedNav a {
  display: block;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  margin: 5px;
  color: #fdfdfd;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.mobileFooterFixedNavWrapper .fixedNav a:hover .text {
  color: #fdfdfd;
}

.mobileFooterFixedNavWrapper .fixedNav a .icon {
  width: 24px;
  margin-left: auto;
  margin-right: auto;
}

.mobileFooterFixedNavWrapper .fixedNav a .text {
  margin-top: 3pt;
}

.mobileFooterFixedNavWrapper .ec-headerNavSP {
  position: static;
  color: #fdfdfd;
}

.ec-blockTopBtn {
  bottom: 63px;
}

/* MEDIA QUERY MEDIUM */
@media only screen and (min-width: 768px) {
  .mobileFooterFixedNavWrapper {
    display: none;
  }

  #finr {
    padding-bottom: 40px;
  }

  .ec-blockTopBtn {
    bottom: 30px;
  }
}

/*=====  End of FENRIR DESING 2023.03  ======*/

