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

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


/* スライダー */
#slider img{
  width: 100%;
  margin : 0 auto
}

#slider .slick-dots{
  bottom: -53px;
}

#slider .slick-dots li:only-child {
  display: none;
}

#slider .slick-dots li button:before{
  color: #f4f4f4;
  font-size: 11px;
  opacity: 1;
}

#slider .slick-dots li.slick-active button:before{
  color: #ED2949;
}


}


/* ページ内リンク */
#anchor a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #e51517;
  border-radius: 16px;
  text-decoration: none;
  text-align: center;
}

#anchor a:before{
  display: inline-block;
  content: '';
  width: 15px;
  height: 36px;
  margin-right: 16px;
  background: url(https://file003.shop-pro.jp/PA01467/231/images/toppage/iconProcessed-pc.png) no-repeat 0 45%;
}

#anchor li:first-of-type a:before{
  width: 33px;
  margin-right: 10px;
  background-image: url(https://file003.shop-pro.jp/PA01467/231/images/toppage/iconCalendar-pc.png);
}

#anchor a:after{
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
  display: inline-block;
  content: '';
  background: url(https://file003.shop-pro.jp/PA01467/231/images/arrow.svg) no-repeat;
  background-size: 12px auto;
  width: 12px;
  height: 20px;
  transform: rotate(90deg);
}


/* 今月の注目商品 */
#delicious .box{
  display: block;
  border: 2px solid #ee2a4a;
  border-radius: 20px;
  text-decoration: none;
}

#delicious .link{
  margin-top: 40px;
  text-align: right;
}

#delicious a .link{
  text-decoration: none;
  font-weight: bold;
  color: #ee2a4a;
}


/* 加工品 */
#artifact{
  padding: 150px 0;
}

#artifact a{
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.8;
  box-sizing: border-box;
}


/* 旬のカレンダー */
#seasonalCal{
  padding: 120px 0;
  background: #F4F4F4;
}

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

#seasonalCal li{
  text-align: center;
  border-left: 1px dashed #ee2a4a;
  border-bottom: 1px dashed #ee2a4a;
  box-sizing: border-box;
}

#seasonalCal h5{
  margin: 0;
  font-size: 28px;
  font-weight:  bold;
}

#seasonalCal li:nth-child(n + 7) h5{
  padding-top: 40px;
}

#seasonalCal li img{
  display: block;
  margin: -10px auto 0;
}


/* 生産者一覧 */
#producer{
  padding: 120px 0;
}

#producer a{
  background: #fff;
  box-sizing: border-box;
}

#producer a{
  text-decoration: none;
}

#producer a p:first-of-type{
  color: #EE2A4A;
}


/* 今月のおいしいおすすめ */
#recommend{
  padding: 120px 0 90px;
  background: #FCF8EC;
}

#recommend .c-product-list{
  margin:  0 -40px;
}

#recommend .c-product-list__item{
  width: 240px;
  padding: 0 0 40px;
  margin: 0 40px;
}

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

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

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

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


/* コーポレイト リンク */
#corporate{
  margin-bottom:40px;
  color: #fff;
  text-align: center;
}

#corporate p{
  margin: 0;
}

#corporate .c-button{
  margin-top: 40px;
  padding: 20px 50px;
  border-radius: 0;
  border: 2px solid #fff;
}

#corporate .c-button:hover{
  color: #fff;
  background: transparent;
}


/* お知らせ */
#info a{
  display: block;
  text-decoration: none;
}

#info dl{
  display: flex;
  flex-wrap: wrap;
}

#info dt{
  width: 130px;
}

#info dd{
  margin: 0 0 30px;
  width:  calc(100% - 130px);
}

.section .c-section__heading{
  margin-top: 20px;
}


@media screen and (min-width: 961px){
  /* 皆様のお手元へ */
  #toyou{
    width: 100%;
    margin-left: -80px;
    text-align: center;
  }


  /* 割引 */
  #discount{
    max-width: 1200px;
    margin: 30px auto 0;
    padding: 0;
  }
  #discount ul{
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  #discount li{
    width: 48.33%;
    margin: 0 20px;
    list-style: none;
  }
  #discount.discount_alt li{
    background: no-repeat center / contain url(https://file003.shop-pro.jp/PA01467/231/images/toppage/bannerDiscountBg.png);
  }
  #discount.discount_alt li a{
    padding: 6.89% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  #discount.discount_alt li img:nth-child(2){
    margin-left: 2.413%;
  }
  #discount.discount_alt li span:nth-child(3){
    margin-left: 0.68%;
    font-size: 4.57vw;
    font-size: min(4.57vw,64px);
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    color: #ee2a4a;
  }
  #discount.discount_alt li img:nth-child(4){
    margin-left: 0.68%;
  }

  /* ページ内リンク */
  #anchor ul{
    text-align: center;
  }
  #anchor li{
    display: inline-block;
    margin: 60px 18px;
  }
  #anchor a{
    width: 380px;
    line-height: 80px;
    font-size: 22px;
  }


  /* 山形のほっぺ */
  #hoppe{
    padding: 70px 0 150px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction : row-reverse;
  }

  #hoppe div:first-of-type img{
    width: 100%;
  }

  #hoppe .img{
    width: 55.7%;
    margin-right: 92px;
  }

  #madeIn{
    background: url(https://file003.shop-pro.jp/PA01467/231/images/toppage/bgMadeIn-pc.jpg) no-repeat;
    background-size: 100% auto;
    font-size: 16px;
    line-height: 1.8;
  }

  #madeInUpper{
    padding-top: 57px;
    display: flex;
    justify-content: flex-end;
    flex-direction : row-reverse;
  }

  #madeInUpper div{
    padding-top: 86px;
    width: 56.83%;
  }

  #madeInUpper p:first-of-type{
    padding-top: 42px;
  }

  #madeInLower .img1{
    margin-top: -252px;
  }

  #madeInLower .img2{
    text-align: right;
    margin-top: -396px;
  }

  #madeInLower div{
    margin-top: -112px;
  }


  /* 今月の注目商品 */
  #delicious{
    margin: 140px auto 150px;
  }

  #delicious .box{
    padding: 50px 35px;
    font-size: 16px;
    line-height: 1.8;
  }

  #delicious .box > div{
    display: flex;
  }

  #delicious .box .img{
    width: 350px;
    flex-shrink: 0;
  }

  #delicious .box .txt{
    padding-left: 30px;
  }

  #delicious .box h3{
    margin: -5px 0 20px;
    padding: 5px 0 5px 44px;
    font-size: 24px;
    background: url(https://file003.shop-pro.jp/PA01467/231/images/iconApple.png) no-repeat 0 50%;
    background-size: 33px auto;
  }


  /* 加工品 */
  #artifact a{
    padding: 0 0 0 60px;
    width: 100%;
    height: 305px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: url(https://file003.shop-pro.jp/PA01467/231/images/toppage/bannerArtifact-pc.jpg) no-repeat;
    box-shadow: -2px 5px 8px 3px rgba(0,0,0,0.05);
    border-radius: 16px;
  }

  #artifact p{
    margin-top: 36px;
  }


  /* 旬のカレンダー */
  #seasonalCal li{
    width: calc(100% / 6);
    padding-bottom: 28px;
  }

  #seasonalCal li:first-child,
  #seasonalCal li:nth-child(7){
    border-left:  0;
  }

  #seasonalCal li:nth-child(n + 7){
    border-bottom:  0;
  }

  #seasonalCal h5{
    margin-bottom: 20px;
  }

  #seasonalCal h5 span{
    font-size: 22px;
  }


  /* 生産者一覧 */
  #producer{
    padding: 120px 0;
    background: #203331 url(https://file003.shop-pro.jp/PA01467/231/images/toppage/bgProducer-pc.jpg) no-repeat;
    background-size: cover;
  }

  #producer .p-layout-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #producer .p-layout-container a{
    width: 31.67%;
    padding: 35px 20px 30px 30px;
    overflow: hidden;
  }

  #producer a{
    font-size: 16px;
    line-height: 1.62;
    display: block;
    width: 100%;
  }

  #producer a p:first-of-type{
    margin-bottom: 5px;
  }

  #producer a img{
    float: left;
    width: 150px;
    margin: 5px 20px 10px 0;
  }

  #producer h3{
    font-size: 20px;
  }


  /* シーンに合わせて選ぶ */
  #scene{
    padding: 150px 0 120px;
  }

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

  #scene li{
    width: 48.83%;
    margin-bottom: 30px;
    line-height: 1;
  }


  /* コーポレイト リンク */
  #corporate{
    padding: 110px 0;
    font-size: 16px;
    line-height: 1.56;
    background: url(https://file003.shop-pro.jp/PA01467/231/images/toppage/bgCorporate-pc.jpg) no-repeat;
    background-size: cover;
  }

  #corporate h2{
    margin-bottom: 40px;
  }

  /* お知らせ */
  #info{
    padding: 150px 0 30px;
  }

  #info.p-layout-container{
    max-width: 576px;
  }
}


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

  #slider .slick-dots{
    bottom: -47px;
  }

  .p-page-content{
    padding-top: 0;
  }

  .section p{
    line-height: 1.75;
  }

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

  .section h2{
    margin-bottom: 35px;
  }

  .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;
  }

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


  /* ページ内リンク */
  #anchor{
    padding: 43px 0 28px;
  }

  #anchor li{
    margin: 0 0 14px;
  }

  #anchor a{
    line-height: 70px;
    font-size: 19px;
  }

  /* 皆様のお手元へ */
  #toyou{
    width: 89.33%;
    margin: 40px auto 0;
  }
  #toyou img{
    margin-left: -10px;
  }

  /* 割引 */
  #discount{
    width: 89.33%;
    margin: 40px auto 0;
  }
  #discount ul{
    padding: 0;
    flex-direction: column;
  }
  #discount li{
    list-style: none;
  }
  #discount li + li{
    margin-top: 15px;
  }
  #discount.discount_alt li{
    background: no-repeat center / contain url(https://file003.shop-pro.jp/PA01467/231/images/toppage/bannerDiscountBg.png);
  }
  #discount.discount_alt li a{
    width: 100%;
    padding: 6.56% 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-decoration: none;
  }
  #discount.discount_alt li span:nth-child(3){
    margin-bottom: -2px;
    margin-left: 0.68%;
    font-size: 4.57vw;
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    color: #ee2a4a;
  }
  #discount.discount_alt li img:nth-child(4){
    margin-left: 0.68%;
  }
  #discount.discount_alt li:nth-child(1) img:nth-child(1){
    width: 10%;
  }
  #discount.discount_alt li:nth-child(1) img:nth-child(2){
    width: 27.46%;
    margin-left: 2.53%;
  }
  #discount.discount_alt li:nth-child(1) span:nth-child(3){
    margin-left: 0.89%;
    font-size: 7vw;
  }
  #discount.discount_alt li:nth-child(1) img:nth-child(4){
    width: 27.91%;
    margin-left: 0.89%;
  }
  #discount.discount_alt li:nth-child(2) img:nth-child(1){
    width: 9.55%;
  }
  #discount.discount_alt li:nth-child(2) img:nth-child(2){
    width: 27.46%;
    margin-left: 2.08%;
  }
  #discount.discount_alt li:nth-child(2) span:nth-child(3){
    margin-left: 0.89%;
    font-size: 7vw;
  }
  #discount.discount_alt li:nth-child(2) img:nth-child(4){
    width: 27.91%;
    margin-left: 0.89%;
  }




  /* 山形のほっぺ */
  #hoppe div{
    text-align: center;
  }

  #hoppe .imgRe{
    width: 285px;
  }

  #madeIn{
    padding-top: 30px;
    background: url(https://file003.shop-pro.jp/PA01467/231/images/toppage/bgMadeIn-sp.jpg) no-repeat 0 163px;
    background-size: 100% auto;
  }

  #madeIn .imgRe{
    width: 177px;
  }

  #madeInUpper{
    text-align: right;
  }

  #madeInUpper > img{
    width: 191px;
    margin-right: -5%;
  }

  #madeInUpper div{
    margin-top: -45px;
    text-align: left;
  }

  #madeInUpper div img{
    margin-bottom: 5px;
  }

  #madeInLower .img1 img{
    margin: 15px 0 0 -5px;
    width: 232px;
  }

  #madeInLower .img2{
    margin: -62px -5px 0 0;
    text-align: right;
  }

  #madeInLower .img2 img{
    width: 182px;
  }


  /* 今月の注目商品 */
  #delicious{
    padding: 50px 0 70px;
  }

  #delicious h2 img{
    width: 290px;
    letter-spacing: normal;
  }

  #delicious .box{
    padding: 50px 25px;
    border-radius: 14px;
  }

  #delicious .box .img img{
    display: block;
    margin: 0 auto 10px;
  }

  #delicious .box h3{
    margin: 20px 0 5px;
    padding: 5px 0 5px 37px;
    font-size: 23px;
    background: url(https://file003.shop-pro.jp/PA01467/231/images/iconApple.png) no-repeat 0 50%;
    background-size: 30px auto;
  }

  #delicious .link{
    margin-top: 20px;
  }


  /* 今月のおいしいおすすめ */
  #recommend{
    padding: 70px 0 30px;
  }

  #recommend h2 img{
    width: 266px;
  }

  #recommend .c-product-list{
    margin: 0;
    justify-content: space-between;
  }

  #recommend .c-product-list__item{
    width: 48%;
    margin: 0;
  }


  /* 加工品 */
  #artifact{
    padding: 60px 0;
  }

  #artifact a{
    padding: 60px 25px;
    width: 100%;
    /*background: #F2F6FB url(https://file003.shop-pro.jp/PA01467/231/images/toppage/bannerRoseProduct-sp.jpg) no-repeat 100% 100%;*/
    background-size: 100% auto;
    border-radius: 16px;
    box-shadow: 0 6px 4px rgba(0,0,0,0.05);
  }

  #artifact .artifactBnrSp {
    margin-top: 0!important;
    border-radius: 16px 16px 0 0;
  }
  #artifact .artifactBnrSp img {
    border-radius: 16px 16px 0 0;
  }

  #artifact p{
    margin-top: 36px;
  }

  #artifact img:last-of-type{
    display: block;
    margin: 20px auto 0;
  }

  #artifact .imgRe{
    width: 94px;
  }


  /* 旬のカレンダー */
  #seasonalCal{
    padding: 70px 0;
  }

  #seasonalCal h2 img{
    width: 231px;
  }

  #seasonalCal li{
    width: calc(100% / 3);
    padding-bottom: 20px;
  }

  #seasonalCal li:first-child,
  #seasonalCal li:nth-child(3n + 1){
    border-left: 0;
  }

  #seasonalCal li:nth-child(n + 10){
    border-bottom: 0;
  }

  #seasonalCal h5{
    font-size: 20px;
    margin-bottom: 10px;
  }

  #seasonalCal li:nth-child(n + 4) h5{
    padding-top: 20px;
  }

  #seasonalCal li img{
    width: 98px;
  }


  /* 生産者一覧 */
  #producer{
    padding: 70px 0;
    background: #203331 url(https://file003.shop-pro.jp/PA01467/231/images/toppage/bgProducer-sp.jpg) no-repeat;
    background-size: cover;
  }

  #producer h2 img{
    width: 275px;
  }

  #producer .p-layout-container a{
    padding: 20px 25px 25px;
    overflow: hidden;
  }

  #producer a{
    display: block;
    width: 100%;
    line-height: 1.62;
    margin-bottom: 20px;
  }

  #producer a p:last-of-type{
    clear: both;
  }

  #producer a img{
    display: block;
    width: 135px;
    margin: 5px auto 20px;
  }

  #producer h3{
    font-size: 18px;
  }


  /* シーンに合わせて選ぶ */
  #scene{
    padding: 70px 0 50px;
  }

  #scene h2 img{
    width: 200px;
  }

  #scene li{
    margin-bottom: 20px;
    text-align: center;
  }

  #scene li img{
    width: 335px;
  }


  /* コーポレイト リンク */
  #corporate{
    padding: 60px 0px;
    background: url(https://file003.shop-pro.jp/PA01467/231/images/toppage/bgCorporate-sp.jpg) no-repeat;
    background-size: cover;
  }

  #corporate h2 img{
    width: 265px;
  }

  #corporate .c-button{
    padding: 15px 60px;
  }


  /* お知らせ */
  #info{
    padding: 70px 0 30px;
  }

  #info h2 img{
    width: 131px;
  }
}


@media screen and (max-width: 960px) and (min-width: 641px){
  #madeInUpper > img{
    width: 259px;
  }
  #madeInLower .img1 img{
    width: 388px;
  }
  #madeInLower .img2 img {
    width: 322px;
  }
}


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


@media screen and (max-width: 640px){
  .slick-slide img:first-of-type{
    display: none;
  }
  .slick-slide img:nth-of-type(2){
    display: block;
  }
  #info dt{
    width: 110px;
  }
  #info dd{
    width: calc(100% - 110px);
    margin-bottom:  20px;
  }
}