/*TOP*/
div.product_box{
    padding: 60px 0 0;
}
div.product_box.autumnGrp{
    overflow: visible;
    padding-bottom: 0;
}
div.product_box.autumnGrp::after {
    content: "";
    display: block;
    width: 100%;
    height: 95px;
    position: absolute;
    top: calc(100% - 93px);
    left: 50%;
    transform: translateX(-50%)rotate(180deg);
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20250902/separator_white.png) no-repeat 15% top / 2500px;
}


/*TOP下のテキスト*/
div.product_text{
    padding: 60px 0;

}
div.product_text p{
    text-align: center;
    font-size: 30px;
font-family: "Zen Maru Gothic", serif !important;
    font-weight: 700;
    color: #bf5936;
}

@media screen and (max-width:768px) {
    div.product_text{
    padding: 40px 10px;
}
div.product_text p{
    font-size: 18px;
    text-align:justify;

}

}
/*ボタン*/
div.product_about{
    padding: 0 0 60px;
}
div.product_about>div.about_btn.center{
    max-width: 900px;
}
div.product_about_btn{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    margin-bottom: 60px;
}
div.product_about_btn>div,
div.product_about_btn a{
    display: block;
    width: 100%;
}
div.product_about_btn a{
    padding: 20px 25px;
    border-radius: 13px;
    position: relative;
    filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.1));
    font-family: "Zen Maru Gothic", serif !important;
    font-weight: 400;
    font-size: 26px;
    color: #fff!important;
}

div.product_about_btn a:hover{
    opacity: 0.8;
    letter-spacing: 0.15em;
}
div.product_about_btn a::before,
div.product_about_btn a::after{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20250902/btn_deco.png)no-repeat;
    background-size: contain;
}
div.product_about_btn a::before{
    top: 5px;
    left: 5px;
}
div.product_about_btn a::after{
    bottom: 5px;
    right: 5px;
    transform: rotate(180deg);
}
div.btn_pure a{
    background: linear-gradient(0deg,#ffc433 10%, #ff9300 100%);
}
div.btn_kororo a{
    background: linear-gradient(0deg,#d69056 10%, #aa4200 100%);
}
div.btn_kogumi a{
    background: linear-gradient(0deg,#ff6145 10%, #cc000e 100%);
}

@media screen and (max-width:768px) {
    div.product_about>div.about_btn.center{
    max-width: 500px;
}
    div.product_about_btn{
        grid-template-columns: repeat(2,1fr);
        gap: 13px;
    }
    div.product_about_btn a{
        font-size: 20px;
    }
}

@media screen and (max-width:500px) {
    div.product_about_btn{
        grid-template-columns: 1fr;
        gap: 10px;
    }
}


/*チラシはこちら*/
div.flyerBtn a{
    background: #bf5936;
}


/*安納芋・和栗*/
div.potato-chestnutGrp{
    margin-top: 60px;
    padding: 0;
    background: linear-gradient(0deg,#42210b 0%, #000000 100%);;
}

div.potato-chestnutGrp h4,
div.potato-chestnutGrp h4 span,
div.potato-chestnutGrp p{
    font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
   writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
text-align: left;
letter-spacing: 0.1em;
}
div.potato-chestnutGrp h4{
    display: inline-block;
    padding: 5px;
    color: #dfb75f;
    border: 2px solid #dfb75f;
    font-size: 40px;
    margin:0 auto auto 5px;
}
div.potato-chestnutGrp h4 span{
    font-size: 60%;
}
div.potato-chestnutGrp h4,
div.potato-chestnutGrp h4 span{
    font-weight: 900;
    line-height: 1;
}

div.potato-chestnutGrp p{
    color: #fff;
  font-weight: 500;
    margin: 0;
    font-size: 18px;
}
div.potato-chestnutGrp p.title_p{
    font-size: 26px;
    margin: 0 0 auto;
}
div.potato_contents,
div.chestnut_contents{
display: flex;
    width: 600px;
    padding: 40px 20px 30px;
}
div.potato-chestnutGrp div.photo{
    width: 100%;
    max-width: 475px;
}
div.potato_text,
div.chestnut_text{
    display: flex;
    flex-direction: row-reverse;
    line-height: 1.75;
}


/*安納芋*/
div.potatoGrp div.center{
    max-width: 790px;
}
div.potatoGrp{
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20250902/potato_bg.png)no-repeat calc(50% - 600px) 0%/ 960px;
    margin-bottom: 30px;
}
div.potato_contents{
    flex-direction: row;
    margin: auto 0 auto auto;
}
div.potato_text{
margin: 0 0 0 -40px;
}
/*和栗*/
div.chestnutGrp div.center{
    max-width: 790px;
}
div.chestnutGrp{
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20250902/chestnut_bg.png)no-repeat calc(50% + 600px) 0%/ 960px,url(https://d11w49g8ylcixs.cloudfront.net/resource/20250902/momiji.png)no-repeat 27% 93% / 120px;
}
div.chestnut_contents{
    flex-direction: row-reverse;
    margin: auto auto auto 0;
}
div.chestnut_text{
margin: 0 -40px 0 0;
}


/*商品一覧*/
div.potato-chestnutGrp div.product_list {
  padding: 60px 0;
  max-width: 500px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
}
@media screen and (max-width:768px) {
div.potato_contents, div.chestnut_contents{
    width: 100%;
    max-width: 500px;
}
div.potato_text{
    margin-left: 0;
}
div.chestnut_text{
    margin-right: 0;
}
}

@media screen and (max-width:500px) {
    div.potato-chestnutGrp h4{
        font-size: 28px;
    margin: 0 0 auto 5px;
}
div.potato-chestnutGrp p.title_p{
    font-size: 22px;
}
div.potato-chestnutGrp p{
    font-size: 16px;
}
div.potato-chestnutGrp div.photo{
    width: 95%;
    max-width: 350px;
    margin-bottom: 20px;
}
div.potatoGrp{
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20250902/potato_bg.png) no-repeat 30% 50% / cover;
    margin: 0;
    position: relative;
}

div.chestnutGrp{
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20250902/chestnut_bg.png) no-repeat 30% 50% / cover;
    position: relative;
}
div.potatoGrp::after,
div.chestnutGrp::after{
content: "";
display: block;
background-color: rgba(0,0,0,0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
div.potatoGrp div.center,
div.chestnutGrp div.center{
position: relative;
z-index: 10;
}
div.potato_text, div.chestnut_text{
    
    justify-content: center;
}
div.potato_contents,
div.chestnut_contents{
    flex-direction: column;
    padding: 40px 10px;
}

}


/*ポテトアップルパイクッキー*/
div.appleGrp{
    background-image: url(https://d11w49g8ylcixs.cloudfront.net/resource/20250902/apple_bg.png);
    background-color: #b20012;
}

div.apple_fruit{
    padding: 60px 0;
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20250902/apple_fruit.png)no-repeat -150px -100px / 600px,url(https://d11w49g8ylcixs.cloudfront.net/resource/20250902/apple_fruit.png)no-repeat calc(100% + 150px) calc(100% + 100px) / 600px;
}
div.apple_fruit div.center{
    position: relative;
    z-index: 10;
}

div.apple_title{
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

h3.apple_title_h3{
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    font-size: 60px;
    text-align: left;
    color: #ffe964;
}
div.apple_about{
    padding: 20px;
    border-radius: 20px;
    background: #f2e5bb;
    max-width: 1000px;
}
div.apple_about_img{
    width: 100%;
    max-width: 575px;
}
div.apple_about_text{
    text-align: center;
}
div.apple_about_text p,
div.apple_about_text p span{
    font-family: "Zen Maru Gothic", serif !important;
    font-weight: 700;
    font-size: 24px;
}
div.apple_about_text p{
    color: #824146;
}
div.apple_about_text p span{
    color: #b20012;
}
/*商品一覧*/
div.appleGrp div.product_list {
  padding: 60px 0 40px;
  max-width: 320px;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 10px;
}



@media screen and (max-width:768px) {
    div.apple_title{
        grid-template-columns: 1fr;
    }
    h3.apple_title_h3{
        font-size: 40px;
        text-align: center;
    }
    div.apple_about{
        padding: 30px;
    }
    div.apple_about_text p, div.apple_about_text p span{
        font-size: 20px;
        text-align: left;
    }



div.potato-chestnutGrp div.product_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 95%;
    max-width: 500px;
}
}

@media screen and (max-width:500px) {
    div.apple_fruit{
    padding: 60px 0;
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20250902/apple_fruit.png)no-repeat -100px -50px / 300px,url(https://d11w49g8ylcixs.cloudfront.net/resource/20250902/apple_fruit.png)no-repeat calc(100% + 100px) calc(100% + 50px) / 300px;
}

    h3.apple_title_h3{
        font-size: 7vw;
    }
    div.apple_about{
        padding: 20px;
    }
    div.apple_about_text p, div.apple_about_text p span{
        font-size: 16px;
    }


div.potato-chestnutGrp div.product_list,
div.appleGrp div.product_list{
    width: 95%;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
}




div.bannerGrp{
  grid-template-columns: 1fr;
}