@charset "UTF-8";

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
* {
  padding: 0;
  margin: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.pc{
  display: block!important;
}
.sp{
  display: none!important;
}

.all-container_pc {
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
}

#mori-top-area {
  position: relative;
  height: 220px;
  width: 100%;
  display: block;
}

header {
  width: 100%;
  background-color: #FFF;
  background-image: url(../img/header-bg1.png),
    url(../img/header-bg2.png),
    url(../img/header-bg6.png);
  background-size: 100px,
    80px,150px;
  background-repeat: no-repeat,
    no-repeat,
    no-repeat;
  background-position: top left 5%,
    top left 15%,
    bottom 82% right 4%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.heder-container {
  width: 980px;
  margin: 0 auto;
  background: url(../img/header-inner_03.png);
  background-size: 90%;
    background-position: center;
  /*padding-bottom: 20px;*/
}

h1 {
  margin: 40px 0 20px;
}

h1 a {
  display: block;
}

h1 img {
  width: 380px;
}

.header_left {
  width: 60%;
  float: left;
}

.header_right {
  width: 40%;
  padding-top: 70px;
  float: left;
}

ul.pc-top-navmenu {
  display: flex;
}

ul.pc-top-navmenu li a span {
  color: transparent !important;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 45px;
  height: 30px;
  display: inline-block;
}
ul.pc-top-navmenu .pc-formarea{
  width: 300px;
}
.header-rakuten {
  background-image: url(../img/rakuten.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.header-cart {
  background-image: url(../img/cart.png);
  background-repeat: no-repeat;
  background-size: contain;
}

#seach_text {
  width: 255px;
  height: 30px;
  border-radius: 20px;
  background-color: #f4f2e1;
  padding-left: 15px;
}

input::placeholder {
  color: #56290b;
  font-size: 13px;
  text-align: right;
  padding-right: 10px;
}

.serch-right-icon img {
  width: 20px;
  margin-left: 10px;
  vertical-align: bottom;
}
#pcbtn{
  width: 30px;
  height: 30px;
  background: url(../img/search-icon.png) no-repeat 50% 50%;
  background-size: 20px auto;
  border: none;
  cursor: pointer;
  float: right;
}

.delivery_text {
  font-size: 16px;
  background-color: #ed524a;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
}

.globalnav-wrap {
  position: fixed;
  top: 150px;
  z-index: 900;
  clear: both;
  width: 800px;
  margin: 0 auto;
  font-size: 16px;
  color: #73342c;
  background: #f4f2e1;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.globalnav {
  width: 950px;
  /*margin: 0 auto 10px;*/
  margin: 0 auto 1px;
}

.globalnav .dropdown-btn {
  width: 130px;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 15px 10px;
  cursor: pointer;
  border-right: solid 1px #ccc;
  font-weight: bold;
}

.globalnav .dropdown-btn:last-child {
  border-right: 0;
}

.globalnav .dropdown-btn:hover {
  background: #FFF;
}

.dropdown {
  z-index: 1000;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 53px;
  width: 250px;
  padding: 10px 20px;
  text-align: left;
  display: none;
  overflow: auto;

}
.dropdown:nth-child(3){
  width: 500px;
}

.dropdown li {
  width: 230px;
  display: inline-block;
  margin: 10px 0;
  border-bottom: 1px #a06d67 dashed;
}
.dropdown li:last-child{
  border-bottom:none;
  padding-bottom: 0;
}
.dropdown li.f-bold{
  font-weight: bold;
}

.dropdown li a {
  font-size: 16px;
  color: #63261f;
  text-decoration: none;
  display: block;
  padding: 0 10px 10px;
  line-height: 1.5em;
}
.dropdown.small li a {
  font-size: 14px;
}
.globalnav .dropdown-btn span.menu-icon a:hover,
.dropdown li a:hover{
  color: #e63827;
}
.dropdown li img{
  margin-right: 15px;
  width: 35px;
}
.dropdown .dropdown-inner{

}
.dropdown .dropdown-inner li {
 font-weight: normal;
}
.dropdown .dropdown-inner li a{
  font-size: 15px;
  padding: 0 8px 8px;
}
.nav-button-wrap,
.open {
  display: block;
}

.close {
  display: block;
}

.menu-icon img {
  width: 23px;
  padding-right: 5px;
  vertical-align: text-bottom;
}

.slide-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #f2f1e9;
}

.slider img {
  width: 100%;
  height: auto;
}

.single-center-padding .slick-next {
  right: 110px;
  z-index: 99;
}

.single-center-padding .slick-prev {
  left: 150px;
  z-index: 100;
}

#categories-area {
  width: 1176px;
  margin: 60px auto;
  padding-top: 40px;
}

#categories-area h2 {
  color: #63261f;
  text-align: center;
  padding: 70px 0 0 0;
  background-image: url(../img/categories-h2.png);
  background-position: top center;
  background-size: 490px 85px;
  background-repeat: no-repeat;
}

#categories-area .categories {
  display: flex;
  margin-top: 40px;
}
#categories-area .categories .inner{
  display: flex;
  justify-content: space-between;
}
/*カテゴリー６つの場合
#categories-area .categories .inner.second:after{
  content: "";
    display: block;
    width: 33%;
    padding: 0 2%;
    height: 0;
}*/

#categories-area .categories a {
  display: inline-block;
  text-decoration: none;
  color: #696969;
}

#categories-area .categories p {
  width: 196px;
  text-align: center;
  margin-top: 20px;
}

#categories-area .categories img {
  width: 150px;
}

#categories-area .categories img:hover {
  transform: scale(1.2);
  transition-duration: 0.5s;
}

#pickup-area {
  width: 100%;
  background-color: #f4f2e1;
  background-image: url(../img/hr-bg_03.png);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 27px;
  padding-top: 25px;
}

#new-item-area h2,
#pickup-area h2 {
  width: 980px;
  margin: 30px auto;
  padding: 0;
  color: #62261f;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

#new-item-area h2 span,
#pickup-area h2 span {
  font-size: 14px;
}

#pickup-area h2:before, #pickup-area h2:after {
  content: '';
  position: absolute;
  /*top: 50%;*/
  display: inline-block;
  width: 35%;
  height: 3px;
  background-image: url(../img/pickup-left-side.png);
  background-size: 90%;
  background-position: center;
}

#new-item-area h2:before,
#pickup-area h2:before {
  left: 0;
}

#new-item-area h2:after,
#pickup-area h2:after {
  right: 0;
}

#pickup-area .pickup-container {
  width: 980px;
  margin: 0 auto;
  display: flex;
}

#pickup-area .item-container {
  display: flex;
  margin: 30px 0;
}

#pickup-area .item-container .items {
  width: 245px;
  text-align: center;
  position: relative;
}

#pickup-area .item-container .items a {
  color: #73342c;
  display: inline-block;
}
#pickup-area .item-container .items a:hover{
  opacity: 0.6;
}

#pickup-area .item-container .items img {
  width: 190px;
}

#pickup-area .item-container .items .itemtext {
  width: 200px;
  text-align: left;
  font-size: 14px;
  margin: 10px auto 0;
  color: #73342c;
  line-height: 1.8;
}

#pickup-area .item-container .items .item-show {
  width: 150px;
  margin: 20px auto;
  border-radius: 20px;
  padding: 5px 0;
  background-color: #FFF;
  font-weight: bold;
}

#pickup-area .item-container .items .item-show img {
  width: 20px;
  padding-right: 5px;
  vertical-align: text-top;
}

#pickup-area .item-container .items .p-batch {
  width: 30px;
  border-radius: 50%;
  padding: 10px 8px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #e63826;
  position: absolute;
  right: 25px;
}
#pickup-area .item-container .items .o-batch {
  width: 30px;
  border-radius: 50%;
  padding: 10px 8px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #f76f0f;
  position: absolute;
  right: 25px;
}
#pickup-area .item-container .items .w-batch {
  width: 30px;
  border-radius: 50%;
  padding: 10px 8px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background-color: #2eaf03;
  position: absolute;
  right: 25px;
}

#new-item-area {
  width: 100%;
  margin: 0 auto 200px;
  background-image: url(../img/hr-bg_03.png);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 27px;
  padding-top: 25px;
  color: #73342c;
}

#new-item-area h2:before, #new-item-area h2:after {
  content: '';
  position: absolute;
  /*top: 50%;*/
  display: inline-block;
  width: 35%;
  height: 3px;
  background-image: url(../img/newitem-left-side.png);
  background-size: 90%;
  background-position: center;
}

#new-item-area .newitem-container {
  width: 980px;
  margin: 30px auto;
  display: flex;
}

.newitem-right {
  width: 230px;
  margin: 10px 20px;
}

.newitem {
  width: 480px;
  margin-left: 10px;
  display: flex;
}
.newitem a{
  display: block;
}
.newitem a:hover{
  opacity: 0.6;
}

.newitem img {
  width: 190px;
}

.new-icon {
  background-color: #F00;
  color: #FFF;
  width: 40px;
  padding: 3px 2px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.item-show_br {
  width: 140px;
  margin: 20px 0;
  border-radius: 20px;
  padding: 5px 0;
  background-color: #805a55;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}

.item-show_br img {
  width: 18px;
  padding-right: 5px;
  vertical-align: text-top;
}

.about-text {
  margin: 10px 0;
  line-height: 1.5;
}

.more_btn {
  width: 280px;
  height: 40px;
  text-align: center;
  margin: 100px auto 10px;
}

.more_btn a {
  font-size: 18px;
  color: #FFF;
  background-color: #e63827;
  padding: 15px 70px;
  border-radius: 10px;
  background-image: url(../img/more-btn_bg.png),url(../img/more-btn_bg.png);
    background-repeat: no-repeat;
    background-position: left,right;
    background-size: 67px;
    transition: background-color 0.5s;
}
.more_btn a:hover{
  background-color:#2b5ba7 ;
}

#ranking_area {
  width: 100%;
  margin: 0 auto;
  background: #5cb798;
  height: 550px;
}

#ranking_area h2 {
  width: 300px;
  height: 300px;
  line-height: 180px;
  margin: 0 auto;
  border-radius: 50%;
  background: #5cb798;
  background-position: top 180px center;
  text-align: center;
  position: relative;
  top: -85px;
  color: #FFF;
  font-size: 24px;
}
#ranking_area h2:before{
  content: '';
    position: absolute;
    width: 70px;
    height: 48px;
    background-image: url(../img/ranking-before.png);
    background-size: 100%;
    top: 42px;
    left: -50px;
}
#ranking_area h2:after{
  content: '';
    position: absolute;
    width: 70px;
    height: 48px;
    background-image: url(../img/ranking-after.png);
    background-size: 100%;
    top: 42px;
    right: -50px;
}
#ranking_area h2 span{
  font-size: 18px;
}

#ranking_area h2 img {
  width: 50px;
  position: absolute;
  top: 20px;
  left: 125px;
}

.slide-container.ranking {
  width: 980px;
  background: none;
  position: relative;
  top: -230px;
}

.slider-ranking img {
  width: 250px;
  margin: 0 auto;
}

.slider-ranking span {
  color: #FFF;
  width: 290px;
  display: block;
  margin: 10px auto;
  line-height: 1.8;
}

.slick-prev, .slick-next {
  top: 40%;

}
.slick-next{
  right: 0;
}

#banner_area {
  width: 950px;
  margin: 50px auto;
  display: flex;
}

#banner_area .b-top {
  margin: 0 0 15px 40px;
}

#banner_area .b-bottom {
  margin: 0 0 0 40px;
}

footer {
  background-image: url(../img/footer-bg-l.png),url(../img/footer-bg-r.png);
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: bottom left 5%,bottom right 8%;
  color: #74342c;
}
footer:before{
  content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    background-image: url(../img/pickup-left-side.png);
    background-size: 40%;
    background-position: center;

}
.infomation{
  width: 980px;
    margin: 20px auto 50px;
    color: #565656;
    /*background: #f4f2e1;*/
    padding: 30px;
    border-radius: 20px;
    line-height: 1.8;
    border: 3px dotted #87493f;

}
.infomation h2{
  font-size: 21px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}

.info_area {
  width: 980px;
  margin: 0 auto;
  display: flex;
  background-image: url(../img/footer-bg-long.png);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: right 80px bottom -5px;
}

.f-bold {
  font-size: 18px;
  font-weight: bold;
}

.footer-content {
  margin: 30px 0 25px 35px;
}
.footer-content ul{
  margin-top: 10px;
}

.footer-content li {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width:480px) {
  .pc{
    display: none!important;
  }
  .sp{
    display: block!important;
  }
  header{
  background-image:none;
  }
  .heder-container {
    width: 100%;
    background: url(../img/header-bg3.png),url(../img/header-bg2-sp.png);
    background-repeat: no-repeat;
    background-size: 18%,18%;
    background-position: top right,top left;
  }
  .header_left {
      width: 80%;
      float: none;
      display: flex;
      margin-left: 13%;
  }
  .header_left .sp img{
    width: 8.5vw;
    margin: 90% auto;
  }
  h1{
        margin: 9% 4% 0;
  }
  h1 img {
    width: 100%;
}
#mori-top-area{
  height: 198px;
  z-index:1000;
}
.globalnav-sp{
  width:100%;
  position: fixed;
  /*top: 19%;*/
/*  top: 143px;*/
}
.globalnav-sp ul{
  display: flex;
  background-color: #f4f2e1;
  padding: 2% 0;
}
.globalnav-sp ul li{
  width: 25%;
  border-right:1px solid #b3b3b3;
}
.globalnav-sp ul li:last-child{
  border-right:none;
}
.globalnav-sp ul li a{
  display: block;
text-align: center;
padding: 10px 0;
color: #63261f;
font-size: 3.8vw;
}
.globalnav-sp img{
  width:4.5vw;
  margin-right: 3px;
}

  .slick-next {
    right: 0;
}
.slick-prev {
    left: 0;
    z-index: 500;
}
.delivery_text{
  font-size: 3.6vw;
      padding: 2% 0;
}
/*---ハンバーガーメニューここから---*/
/*#nav_sp{
  display: block!important;
}*/
.burger-btn{
  display: block;
      width: 39px;
      height: 39px;
      position: absolute;
      z-index: 500;
      border: none;
      top: 30px;
      left: 2%;
}
.bar{
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #74342c;
}
.bar_top{
  top: 10px;
}
.bar_mid{
  top: 50%;
  transform: translate(-50%,-50%);
}
.bar_bottom{
  bottom: 10px;
}
.burger-btn.close .bar_top{
  transform: translate(-50%,10px) rotate(45deg);
  transition: transform .3s;
}
.burger-btn.close .bar_mid{
  opacity: 0;
  transition: opacity .3s;
}
.burger-btn.close .bar_bottom{
transform: translate(-50%,-8px) rotate(-45deg);
transition: transform .3s;
}
.nav-wrapper{
  display: none;
  width: 100vw;
  height: 100%;
  position: fixed;
  /*top: 19vh;*/
  left: 0;
  z-index: 9999;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;

}
.header-nav{
  width: 100%;
  /*height: 100%;*/
  background-color:#FFF;
  z-index: 2;
  overflow: scroll;
 -webkit-overflow-scrolling: touch;
 padding-bottom: 200px;

}
.header-nav.nav-list{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.header-nav .nav-item{
  margin-right: 0;
  border-bottom: 1px #c1761e solid;
  padding: 4% 5%;
  color: #62261f;
}
.header-nav .nav-item.bg-pink{
  background-color: #f4f2e1;
}
.header-nav .nav-item a{
 color: #62261f;
 font-size: 3.8vw;
 display: block;
}
.nav-list .nav-item a:before{
  content: "";
    background: url(../img/nav-arrow.png) no-repeat 0 -4px;
    background-size: 15px auto;
    width: 20px;
    height: 30px;
    display: block;
    float: right;
}
.header-nav .nav-item li.test-area_nav{
  background-color: #f4f2e1;
    padding: 3%;
    text-align: center;
    margin: 3% 2%;
}
.header-nav .nav-item li.test-area_nav a:before{
  content: "";
    background: none;
    display: block;
}
.nav-list .nav-item li.texts{
  margin: 2% 0;
    font-size: 3.5vw;
}
.inner-list{
  background: #FFF;
  margin: 5% 0;
}
.inner-list .inner-item{
  border-bottom: 1px #f3dabd solid;
  padding: 15px 10px;
  background-color: #FFF;
}
#seach_text{
  width: 80%;
    margin: 4% 0 4% 2%;
    border: 1px #c1761e solid;
    height: 40px;
    padding-left: 20px;
    background-color: #FFF;
}
input::placeholder {
  color: #9e9e9e;
  font-size: 14px;
  text-align: left;
}
 form.sp-seach{
   background-color:#f4f2e1;
 }
form.sp-seach #spbtn{
  width: 30px;
  height: 30px;
  background: url(../img/search-icon_sp.png) no-repeat 50% 50%;
  background-size: 20px auto;
  border: none;
  cursor: pointer;
}


#wrapper.sp_nav.sp nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background:#333;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2
}

  #new-item-area h2, #pickup-area h2{
    width: 100%;
    font-size: 4.8vw;
    margin: 4% auto;
  }
  #categories-area {
    width: 100%;
    margin: 10% auto;
    padding: 0;
  }
  #categories-area h2{
    background-size: 80%;
    padding-top: 50px;
  }
  #categories-area .categories img {
    width: 100%;
}
  #categories-area .categories{
    display: block;
    margin-top: 3%;
  }
  #categories-area .categories p{
    width:100%;
    color: #73342c;
  }

  #categories-area .categories .inner .content{
    width: 33%;
    padding: 0 2%;
  }
  #pickup-area{
    background-size: 20px;
  }
  #pickup-area .pickup-container{
    width: 100%;
    display: block;
  }
  #pickup-area .item-container{
    width:100%;
    /*display: block;*/
  }
  #pickup-area .item-container.last{
    margin: 30px 0 0;
  }
  #new-item-area{
    background-size: 24px;
    margin-bottom: 150px;
  }
  #new-item-area .newitem-container{
    width: 100%;
    display: block;
  }
  #pickup-area .item-container .items {
    width: 92%;
    margin: 0 4%;
}
#pickup-area .item-container .items a {
    font-size: 3.8vw;
}
  #pickup-area .item-container .items .itemtext{
    width:90%;
    letter-spacing: -0.04em;
  }
  #pickup-area .item-container .items .item-show {
    width: 90%;
    font-size: 3.5vw;
    margin: 3% auto 16%;
  }
  #pickup-area .item-container .items img {
    width: 100%;
}
#pickup-area h2:before, #pickup-area h2:after{
    background-size: cover;
    width: 10%;
}
#pickup-area .item-container .items .p-batch,
#pickup-area .item-container .items .o-batch,
#pickup-area .item-container .items .w-batch{
  right: 3%;
    font-size: 2.8vw;
    padding: 4% 3%;
}
#new-item-area h2:before, #new-item-area h2:after{
  background-size: cover;
  width: 18%;
}
.newitem {
    width: 100%;
    margin: 0 0 5%;
  }
  .newitem img {
    width: 90%;
     margin: 0 5%;
}
.item-show_br img{
  width:12%;
  margin: 0 3%;
}
.newitem a {

    font-size: 3.8vw;
}
  .newitem-right{
    width: 94%;
    margin: 0 3%;
    letter-spacing: -0.01em;
  }
  .item-show_br {
    width: 75%;
    margin: 0 0 3%;
  }
  #ranking_area{
    height:400px;
  }

  .slider-ranking img{
    width: 70%;
  }
  .slider-ranking span{
    width: 80%;
    font-size: 3.5vw;
  }
  #banner_area{
    width: 100%;
    display: block;
  }
  #banner_area img{
  width: 90%;
  margin: 3% 5%;
  }
  #banner_area .b-bottom,
  #banner_area .b-top {
   margin: 0;
}
.f-bold{
  font-size: 3.9vw;
}
  .info_area{
    width: 90%;
    padding: 5%;
    display: block;
    background-image: none;
  }
  footer{
    background-position: bottom left 25%,bottom right 8%;
  }
  footer:before{
    background-size: 80%;
  }
  .footer-content{
    margin: 0;
  }
  .footer-content.two,
  .footer-content.tree,
  .footer-content.four{
  margin-top: 5%;
  }
  .footer-content.four{
    padding-bottom: 40%;
  }
  .footer-content li {
    font-size: 3.7vw;

}
.infomation{
  width: 80%;
    padding: 4%;
    margin: 5% auto 10%;
}
.infomation h2{
  font-size: 4vw;
    margin: 3% 0;
}
#ranking_area h2:after{
  width: 50px;
    height: 34px;
    top: 55px;
    right: -30px;
}
#ranking_area h2:before{
  width: 50px;
    height: 34px;
    top: 55px;
    left: -30px;
}
table.calbase_rakuten{
  width:100%!important;
}
table.calframe_rakuten{
  width: 90%!important;
  margin-top: 5%!important;
}
table.text_rakuten,
table.event_rakuten{
  width: 95%!important;
  margin-top: 5%!important;
}

}
@media screen and (max-width:375px) {
  #mori-top-area{
    height: 180px;
  }
  .globalnav-sp {
    /*top: 19%;*/
  }
}
@media screen and (max-width:320px) {
  #mori-top-area{
    height: 155px;
  }
  .globalnav-sp {
    /*top: 19%;*/
  }
  #ranking_area {
    height: 300px;
}
.burger-btn{
  top:20px;
}
  #pickup-area .item-container .items .itemtext{
    font-size: 3.9vw;
  }
  #ranking_area h2:before {
    width: 48px;
    height: 32px;
    top: 55px;
    left: -30px;
}
  #ranking_area h2:after {
    width: 48px;
    height: 32px;
    top: 55px;
    right: -30px;
  }
  #ranking_area h2{
    width: 250px;
    height: 250px;
  }
  #ranking_area h2 img{
    left:100px;
  }
  #ranking_area h2 span {
    font-size: 3.3vw;
}
footer{
  background-size: 130px;
}
}
