@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
html {
    font-size: 62.5%;
}
main, main#wrapper {
    padding: 0;
    max-width: none !important;
}
.header-info-red{
    display: none;
}
#stockpiled-rice{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    color: #222;
    background: #fbf4eb;
    position: relative;
}
#stockpiled-rice .pc_none{
    display: none !important;
}
#stockpiled-rice img{
    width: 100%;
    height: auto;
    display: block;
}
#stockpiled-rice a{
    display: block;
    position: relative;
}  
#stockpiled-rice a:hover{
    opacity: 0.8;
    color:#222 !important;
}
/*-----------------------------------------------*/
/*看板・見出し*/
/*-----------------------------------------------*/
#stockpiled-rice h1 {
    margin: 0 auto;
    max-width: 1500px;
}
#stockpiled-rice h2{
    font-family: serif;
    font-size: 4.5rem;
    letter-spacing: 4px;
    margin-bottom: 1rem;
    color: #d1655f;
}
/*-----------------------------------------------*/
/*文面*/
/*-----------------------------------------------*/
#stockpiled-rice section.text{
    z-index: 1;
    position: relative;
}
#stockpiled-rice .text-inner{
    max-width: 900px;
    width: 93%;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    background: rgb(255 255 255 / 70%);
    padding: 4rem 5rem;
    box-shadow: 0 0 20px #f3e5d2;
}
#stockpiled-rice .text-inner p{
    font-size: 1.7rem;
    font-family: serif;
    font-weight: 700;
    color: #322b26;
    line-height: 2.4em;
    border-bottom: 1px dashed #e3c9a8;
    display: block;
}
#stockpiled-rice div.memo{
    max-width: 900px;
    width: 93%;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    font-size: 1.5rem;
    line-height: 1.6em;
    display: block;
    font-weight: normal;
    color: #a5766a;
    padding: 2rem 0;
}
/*-----------------------------------------------*/
/*レビュー*/
/*-----------------------------------------------*/
#stockpiled-rice section.review{
    background: #f1b293;
    padding: 3rem 0;
    z-index: 1;
    background-size: 30%;
    background-image: url(/IMAGE/stockpiled-rice/stock_bg.jpg?imformat=chrome);
    background-repeat: repeat;
}
#stockpiled-rice section.review h3{
    font-family: serif;
    font-size: 3.5rem;
    color: #fff;
}
#stockpiled-rice .review-inner{
    max-width: 900px;
    width: 93%;
    box-sizing: border-box;
    margin: 0 auto;
}
/*内容*/
#stockpiled-rice .review-area {
    display: flex;
    gap: 2rem;
    overflow-x: auto;
    padding:2rem 0 1rem;
}
#stockpiled-rice .review-detail {
    background-color: #fff;
    padding: .5rem 1rem;
    min-width: 750px;
    color: #322b26;
    border-radius: 15px;
}
#stockpiled-rice .review-detail dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#stockpiled-rice .review-detail .date {
    font-size: 12px;
}
#stockpiled-rice .review-detail .user {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1rem;
}
#stockpiled-rice .review-detail .comment {
    padding:0;
    text-align: left;
}
#stockpiled-rice .review-area::-webkit-scrollbar-thumb {
    background: rgb(211 123 82);
    border-radius: 2px
}
#stockpiled-rice .review-area::-webkit-scrollbar {
    width: 3em;
    height: 1em;
    background: rgba(252, 252, 252, 0.7)
}
/*もっと見る*/
#stockpiled-rice .review-more {
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
}
#stockpiled-rice .review-more p{
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: lighter;
}
#stockpiled-rice .review-more .btn{
    background: #222;
    color: #fff;
    padding: 1.2rem 0;
    font-size: 1.7rem;
    position: relative;
    border-radius: 5px;
}
#stockpiled-rice .review-more .btn::after {
    position: absolute;
    right:33%;
    top: 45%;
    display: block;
    content: "";
    width: .8rem;
    height: .8rem;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: .2s;
}
#stockpiled-rice .review-more .btn:hover{
    color: #fff !important;
}
#stockpiled-rice .review-more .btn:hover::after{
    right:32%;
}
/*-----------------------------------------------*/
/*バナー*/
/*-----------------------------------------------*/
#stockpiled-rice .banner-inner {
    max-width: 900px;
    width: 93%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 4rem 0;
}
/*-----------------------------------------------*/
/*米の装飾*/
/*-----------------------------------------------*/
@media screen and (max-width: 1200px){
    #stockpiled-rice .bg {
        display: none !important; 
    }
}
#stockpiled-rice .bg{
    position: absolute;
    opacity: .6;
}
#stockpiled-rice .bg.kome1{
    top: 31rem;
    left: 1%;
    width: 27%;
}
#stockpiled-rice .bg.kome2{
    top: 62rem;
    right: 1%;
    width: 27%;
}
#stockpiled-rice .bg.kome1 img,
#stockpiled-rice .bg.kome2 img{
    border-radius: 100vw;
}
