.p-page-content{
  width: 100%;
  max-width: 2000px;
  padding-top: 24px;
}

.p-layout-container{
  max-width: 1200px;
  padding: 0;
}

#recommend{
  background-image: url(https://file003.shop-pro.jp/PA01409/773/images/toppage/bgRecommend.png), url(https://file003.shop-pro.jp/PA01409/773/images/bgGrey.jpg);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
}

#recommend .c-section__heading {
  margin: 0;
  padding-top: 320px;
}

#recommend .c-product-list__item{
  padding: 0 0 80px;
}

#recommend .c-product-list__fav-item{
  right: 0;
  bottom: 40px;
}

#recommend .c-product-list__button{
  margin-top: 50px;
}

.c-product-list__image-wrap{
  border-width: 0;
}

.c-product-list:after{
  content: none;
}

#ourReco{
  background: #fff url(https://file003.shop-pro.jp/PA01409/773/images/toppage/bgOurReco.jpg) no-repeat;
  background-size: 100% auto;
}

#ourReco ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ourReco li{
  padding-bottom: 95px;
}

#ourReco h2{
  color: #fff;
}

#ourReco h3{
  margin: 42px 0 17px;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
}

#ourReco img,
#gift li img{
  border-radius: 3px;
  box-shadow: 8px 14px 16px 0 rgba(0, 0, 0, .16); 
}

#dishReco{
  background-image: url(https://file003.shop-pro.jp/PA01409/773/images/toppage/bgDishReco.jpg), url(https://file003.shop-pro.jp/PA01409/773/images/toppage/bgKatsuoL.jpg);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, auto auto;
  background-position: 0 0, 0 1400px;
}

#recoUpper li{
  position: relative;
  margin-bottom: 130px;
}

#recoUpper .img img{
  width: 54.5%;
  border-radius: 0 3px 3px 0;
  box-shadow: 8px 14px 16px 0 rgba(0, 0, 0, .16); 
}

#recoUpper li:nth-child(2){
  margin-bottom: 115px;
}

#recoUpper li:nth-child(2) .img img{
  border-radius: 3px 0 0 3px;
}

#recoUpper h3{
  margin: 0;
  padding: 0 0 23px;
  line-height: 1.6;
  font-size: 32px;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
}

.btnWrap{
  width: 100%;
  padding: 30px 2px 0 0;
  font-size: 12px;
  font-family: 'Noto Serif JP', serif;
  text-align: right;
}

.btnWrap a{
  width: 138px;
  position: relative;
  display: inline-block;
  padding: 0 0 13px 55px;
  text-decoration: none;
}

.btnWrap a:after{
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 118px;
  height: 1px;
  background: #000;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: .5s;
  -ms-transition: .5s;
}


.btnWrap a:hover:after{
  background: transparent;
  transform: scale(0, 1);
}

#recoLower{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#recoLower > a > div{
  position: relative; 
}

#recoLower li img{
  border-radius: 3px;
}

#recoLower li div div{
  position: absolute;
  top: 0;
  left: 44%;
  height: 100%;
  display: table;
}

#recoLower li div div h3{
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 22px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}

#gift{
  background: url(https://file003.shop-pro.jp/PA01409/773/images/toppage/bgGift.png) no-repeat;
  background-size: 100% auto;
}

#gift h3{
  margin-top: 0;
  font-size: 32px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

#gift h4{
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 2px;
}

#gift h4 + p{
  font-size: 12px;
  padding-bottom: 32px;
  line-height: 1.83;
  letter-spacing: normal;
}

#gift h5{
  margin: 23px 0 30px;
  position: relative;
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

#gift h5:before{
  position: absolute;
  top: -20px;
  content: '';
  width: 30px;
  height: 1px;
  background: #000;
}

#gift h5 + p{
  line-height: 1.42;
}

.btnL{
  text-align: center;
}

.btnL a{
  position: relative;
  display: inline-block;
  padding: 41px 168px;
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #fff;
  background: #872736;
  border-radius: 4px;
  text-decoration: none;
}

.btnL a:after{
  position: absolute;
  top: 50%;
  margin: -7px 0 0 73px;
  content: '';
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#about{
  background: url(https://file003.shop-pro.jp/PA01409/773/images/toppage/bgAbout.jpg) no-repeat 50% 0;
}

#about h3{
  font-size: 18px;
  line-height: 1.77;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
}

#about p{
  line-height: 1.42;
  padding-bottom: 5px;
}

.aboutWrap > div{
  overflow: hidden;
}

#tayori{
  position: relative;
  margin-bottom: 108px;
}

#tayori img{
  width: 100%;
}

#tayori .innerTxt{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
}

#tayori .innerTxt > div{
  width: 1000px;
  margin: 0 auto;
}

#tayori h3{
  font-size: 37px;
  font-weight: 400;
}

#tayori .btnWrap a{
  color: #fff;
}

#tayori .btnWrap a:after{
  background: #fff;
}

#instaThumb{
  display: flex;
  justify-content: space-between;
  line-height: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
#instaThumb li{
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
#instaThumb > li{
  width: 13.46%;
}
#instaThumb > li:first-child{
  width: 20.23%;
}
#instaThumb > li:nth-child(4){
  width: 28.07%;
}
#instaThumb > li:last-child{
  width: 5.46%;
}
#instaThumb > li > ul{
  position: relative;
  height: 100%;
  padding: 0;
  list-style: none
}

#instaThumb > li > ul > li:last-child{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
  
#instaThumb li img{
  width: 100%;
}

#ranking{
  padding-top: 40px;
}

@media screen and (min-width:1001px){
  #ranking .c-product-list{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 177px;
  }

  #ranking .c-product-list__item{
    padding: 90px 0 50px 0;
    margin-right: 87px;
    width: 170px;
  }

  #ranking .c-product-list__item:last-child{
    margin-right: 0;
  }

  #ranking .c-product-list__fav-item {
    width: 20px;
  }

  .c-product-list__item{
    width: 23.5%;
  }

  #ourReco{
    padding: 220px 0 57px;
  }

  #ourReco ul{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 110px;
  }

  #ourReco li{
    width: 508px;
  }

  #ourReco p{
    line-height: 1.42;
  }

  #recoLower li{
    width: 30%;
    margin-bottom: 60px;
  }

  .txtWrap{
    position: absolute;
    top: 0;
    height: 100%;
    width: 460px;
    margin-left: 50vw;
    padding-left: 140px;
    line-height: 1.42;
    display: inline-flex;
    align-items: center;
  }

  #recoUpper li:nth-child(2) .img{
    text-align: right;
  }

  #recoUpper li:nth-child(2) .txtWrap{
    margin: 0 50vw 0 0;
    padding: 0 140px 0 0;
    right: 0;
  }

  #dishReco{
    padding: 275px 0 142px;
  }

  #dishReco h2{
    padding-bottom: 98px;
  }

  #ourReco .btnWrap{
    padding-top: 8px;
  }

  #gift{
    padding: 335px 0 185px;
  }

  #gift h2{
    padding-bottom: 126px;
  }

  .giftWrap ul{
    max-width: 1200px;
    margin: 0 auto 146px;
    display: flex;
    justify-content: space-between;
  }

  .giftWrap ul:last-of-type{
    margin-bottom: 156px;
  }

  .giftWrap li:first-child{
    width: 470px;
  }

  #gift .btnWrap{
    padding-top: 16px;
  }

  #recommend{
    padding: 320px 0 165px;
  }

  #recommend h2{
    padding-bottom: 88px;
  }

  #recommend .c-product-list__item{
    margin-right: 80px;
    width: 240px;
  }

  #recommend .c-product-list li:nth-of-type(4n){
    margin-right: 0;
  }

  #about{
    padding: 248px 0 125px;
  }

  .aboutWrap{
    padding-top: 116px;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
  }

  .aboutWrap > div{
    width: 560px;
  }

  .aboutWrap > div:last-of-type{
    width: 540px;
  }

}

@media screen and (max-width: 1240px) and (min-width: 1001px){
  .p-layout-container,
  .info,
  #ourReco,
  #recoLower,
  #ranking .c-product-list{
    padding-left: 10px;
    padding-right: 10px;
  }
  #ranking .c-product-list__item{
    margin-right: 7.2%;
    width: 14.2%;
  }
  .txtWrap{
    width: 40%;
    padding-left: 5%;
  }
  #recoUpper li:nth-child(2) .txtWrap{
    padding: 0 5% 0 0;
  }
  #recommend .c-product-list__item {
    margin-right: 6.6%;
    width: 20%;
  }
}


@media screen and (max-width: 1000px){
  body{
    font-size: 14px;
  }

  .p-page-content{
    padding-top: 13px;
  }

  .section p{
    line-height: 1.75;
  }

  .section{
    padding-left: 5.333% !important;
    padding-right: 5.333% !important;
  }

  .scroll{
    position: relative;
    padding: 20px 0;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 100px;
    z-index: 0;
  }
  
  #ranking.section{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #ranking .c-product-list{
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 740px;
    padding: 0 0 0 5.33%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  #ranking .c-product-list:after {
    content:".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
 
  #ranking .c-product-list__item{
    margin-right: 0 !important;
    padding: 35px 20px 45px 0 !important;
  }

  #ranking .c-product-list__fav-item {
    bottom: 15px;
  }

  .c-product-list__button button{
    padding: 20px 65px;
  }

  .c-product-list li{
    margin-right: 6%;
  }

  .c-product-list li:nth-of-type(2n) {
    margin-right: 0;
  }

  .c-product-list__item {
    float: none;
    width: 47%;
    padding-bottom: 70px !important;
  }

  #recommend .c-product-list__button{
    margin-top: 20px;
  }

  .c-product-list__fav-item{
    bottom: 35px;
    right: 10px;
  }

  #ourReco{
    padding: 52px 0 46px !important;
    background-image: url(https://file003.shop-pro.jp/PA01409/773/images/toppage/bgOurReco-sp.jpg);
  }

  #ourReco ul{
    padding: 27px 16.66% 25px;
  }

  #ourReco li {
    padding-bottom: 52px;
  }

  #ourReco h3{
    margin-top: 23px;
    font-size: 19px;
  }

  #ourReco p{
    line-height: 1.5;
  }

  #ourReco img,
  #gift li img{
    box-shadow: 4px 7px 8px 0 rgba(0, 0, 0, .16); 
  }

  #dishReco{
    padding: 120px 0 70px;
    background: url(https://file003.shop-pro.jp/PA01409/773/images/toppage/bgDishReco-sp.jpg) no-repeat;
    background-size: 100% auto;
  }

  #dishReco h2{
    padding-bottom: 85px;
  }

  #recoUpper li{
    margin-bottom: 60px;
  }

  #recoUpper li:nth-child(2){
    margin-bottom: 63px;
  }

  #recoUpper .img{
    text-align: center;
  }

  #recoUpper .img img{
    width: 100%;
    border-radius: 3px !important;
    box-shadow: 4px 7px 8px 0 rgba(0, 0, 0, .16); 
  }

  #recoUpper h3{
    padding: 38px 0 18px;
    font-size: 19px;
    line-height: 1.47;
  }

  #recoLower{
    margin: 0 0 8px;
  }

  #recoLower li div div{
    left: 0;
    width: 100%;
    text-align: center;
  }

  #recoLower li div div h3{
    font-size: 15px;
  }


  #gift{
    padding: 150px 0 70px;
    background-image: url(https://file003.shop-pro.jp/PA01409/773/images/toppage/bgGift-sp.png);
  }

  #gift h3{
    margin: 0 0 22px;
    font-size: 19px;
    text-align: center;
  }

  #gift h4{
    margin: 35px 0 2px;
    font-size: 14px;
  }

  #gift h4 + p{
    font-size: 14px;
  }

  #gift h5:before{
    top: -26px;
    width: 15px;
  }

  #gift h5 + p{
    padding-bottom: 32px;
  }

  #gift ul{
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
  }

  #gift li:first-child{
    order: 2;
    padding: 0 12%;
  }

  #gift li:first-child *{
    line-height: 1.5 !important;
  }

  #gift li:nth-child(2){
    order: 1;
  }

  .txtWrap{
    padding: 0 12%;
  }

  .txtWrap p{
    line-height: 1.5;
  }

  .btnWrap{
    padding-top: 13px;
  }

  #ourReco .btnWrap{
    padding-top: 7px;
  }

  #recoLower li{
    width: 48%;
    margin-bottom: 20px;
  }

  .btnL a{
    display: block;
    margin-top: 50px;
    padding: 27px 0;
    font-size: 15px;
  }

  .btnL a:after{
    margin: -5px 0 0 15px;
    width: 10px;
    height: 10px;
  }

  #recommend{
    padding: 210px 0 45px;
    background-image: url(https://file003.shop-pro.jp/PA01409/773/images/toppage/bgRecommend-sp.png), url(https://file003.shop-pro.jp/PA01409/773/images/bgGrey.jpg);
    background-size: 100% auto, 250px 250px;
  }

  #recommend h2{
    padding-bottom: 60px;
  }

  #about{
    margin-top: 60px;
    padding: 190px 0 0;
    background-size: 225px auto;
  }

  .aboutWrap{
    display: flex;
    flex-wrap: wrap;
  }

  .aboutWrap > div{
    width: 100% !important;
    padding-bottom: 63px;
  }

  .aboutWrap > div:first-of-type{
    order: 2;
  }

  .aboutWrap > div:last-of-type{
    order: 1;
  }

  #about h2{
    padding-bottom: 25px;
  }

  #about h3{
    font-size: 17px;
    text-align: center;
    margin-bottom: 7px;
  }

  #tayori{
    padding: 0 !important;
    margin-bottom: 75px;
  }

  #tayori .innerTxt > div{
    padding: 0 5.333%;
  }

  #tayori h3{
    font-size: 22px;
  }

  #instaThumb > li{
  width: 23.33%;
    }
  #instaThumb > li:nth-child(4){
    width: 48.88%;
  }
}

@media screen and (min-width: 641px){
  .slick-slide img:nth-of-type(2),
  #ourReco li img:nth-of-type(2){
    display: none;
  }
}

@media screen and (max-width: 640px){
  .slick-slide img:first-of-type,
  #ourReco li img:first-of-type{
    display: none;
  }
  .slick-slide img:nth-of-type(2),
  #ourReco li img:nth-of-type(2){
    display: block;
  }
}