@charset "UTF-8";
.p-group-blk .p-group-blk__inner .p-group-img{width:20%;padding-top:20%;}



.mask-soldout{
    display: flex;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    color: #ffffff;
    background-color: rgba(0,0,0,.6);}


.p-lp__recommend,
.p-lp-kome__recommend{display:none !important}



*{
    font-family: fot-tsukubrdgothic-std, sans-serif, YuGothic,Yu Gothic,Lucida Grande,sans-serif !important;
    -webkit-font-smoothing: antialiased;
}
.material-icons{
    font-family: 'Material Icons' !important;
}
.l-grid.l-grid--heading{
    padding-top:18px;
    margin-bottom:0;
    padding-bottom:0;
}
.l-top__heading{
    line-height: 1em;
}
.l-grid.l-grid--heading p{
    color:#A61F23;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:10px;
}

.p-top-copy{
    position: relative;
    width:100%;
    padding:0 10px;
}
.p-top-copy p{
    font-family:"Hiragino Mincho ProN W3", "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif !important;
    letter-spacing: 0.02em;
    font-weight:500;
    line-height:1.5em;
}
.l-navigation__heading,
.l-top__heading,
.l-footer-nav__heading{
    font-family:"Hiragino Mincho ProN W3", "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif !important;
    letter-spacing: 0.02em;
    font-weight:500;
}
.p-faq .p-faq-item{
    font-weight:normal;
}

.l-grid__top-items{
    box-sizing: border-box !important;
}

.l-header-btn{
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center;
    line-height: 2rem !important;
    z-index:20;
}
.l-header-btn i{
    font-size:20px;
    margin-right:6px;
}

.l-layout__header{
    position: fixed !important;
    top:0;
    left:0;
    background-color: #ffffff !important;
    z-index: 106 !important;
    //box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
}

.l-layout__header-copy{
    //overflow-x:scroll;
}
.l-layout__header .l-layout__header-copy h1{
    white-space: nowrap;
}


.p-top-slider {
    padding-top: 103px !important;
}

@media (max-width: 1024px){
    .l-layout__header .l-layout__header-row .l-header-title{
        margin-left:52px;
    }
    .l-layout .mdl-layout__drawer-button{
        flex-direction: column;
        top: 25px;
        color:#000000;
    }
    .mdl-layout__drawer-button::after{
        content:"\30E1\30CB\30E5\30FC";
        display: inline-block;
        font-size:10px;
        line-height: 1em;
        color:#000000;
    }
    .l-header-btn{
        line-height: 2rem !important;
    }
    .l-header-btn i{
        font-size:20px;
        margin-right:0px;
    }
    .p-top-slider{
        padding-top:84px !important;
    }
}

.posttime-wrap{
    border-bottom: solid 1px #333;
    margin: 0 15px 0 15px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
@media (min-width: 768px){
.getPostTime{
	display: flex;
  }
.getPostTime:after{
    content: "";
    height: 1px;
    background-color: #666;
    flex-grow: 1;
    top: 10px;
    position: relative;
    left: 15px;
}
.posttime-wrap{
    border-bottom: none;
    margin: 0 0 0 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media (max-width: 960px){
    .l-layout__header{
        z-index:100 !important;
    }
}

@media (max-width: 768px){
    .l-layout__header{
        border-bottom: none !important;
    }
    .l-layout__header .l-layout__header-row .l-header-title{
        margin-left:auto;
        margin-right:auto;
        position: absolute;
        left:0;
        right:0;
    }

    .l-header-btn{
        flex-direction: column !important;
        padding-top:5px !important;
        padding-bottom:5px !important;
    }
    .l-header-btn span{
        line-height:1em;
    }

    .l-layout .mdl-layout__drawer-button{
        top:20px !important;
    }

    .l-header-form{
        display: block !important;
        position: absolute !important;
        bottom: 10px;
        left: 0;
        right: 0;
        width: calc(100% - 20px);
        box-sizing: border-box;
        margin: 0 auto;
    }
    .l-header-form .l-header-form__search{
        border:solid 1px #cccccc;
        border-radius:1.2rem;
    }
    .l-header-form .l-header-form__search input{
        height:2.4rem;
    }
    .l-header-form .l-header-form__search button{
        height:2.4rem;
    }
    .l-header-form .l-header-form__search button img{
        height:18px;
        width:auto;
    }

    .l-grid.l-grid--heading{
        padding-left:0;
        padding-right:0;
    }

    .p-top-copy p{
        font-size:13px !important;
    }

    .l-content{
        padding-left:1rem;
        padding-right:1rem;
    }
    .l-grid__top-items{
        position:relative;
        justify-content: flex-start !important;
        flex-wrap: inherit !important;
    }
    .c-top-item-card {
        margin-bottom: 15px !important;
        min-width: 100px;
        overflow: hidden;
        border-radius: 9px;
        margin-left:0 !important;
        background-color: #ffffff;
        border: solid 1px #dcdad1;
    }
    .c-top-item-card .c-top-item-card__img{
        margin-bottom:10px;
    }
    .c-top-item-card .c-top-item-card__text{
        padding: 0px 10px 15px;
    }
    .c-top-item-card .c-top-item-card__text h3{
        font-size:13px;
        word-wrap: break-word;
        line-height: 1.3;
        font-weight: normal;
    }
    .c-top-item-card .c-top-item-card__text div{
        justify-content: flex-start;
    }
    .c-top-item-card .c-top-item-card__text div .c-top-item-card__price{
        line-height: 1.4em;
        font-size: 12px;
    }
    .c-top-item-card .c-top-item-card__text div .c-top-item-card__btn{
        margin-left:0;
    }

    .p-top-information{
        background-color:#ffffff !important;
    }
}


@media (max-width: 640px) {
    .c-top-item-card{
        /*flex: 0 0 44% !important;*/
    }

    .l-grid.l-grid--heading p{
        font-size:13px;
    }
}

.l-grid--center{
    justify-content: center !important;
}

.p-top-btn{
    position: relative;
    width: auto;
    height: 60px;
    padding: 0 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #B10004;
    color: #ffffff !important;
    font-size: 1rem;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0 , 0.2);
    margin-bottom: 30px;
    border: none;
    font-weight:bold;
    transition: all .4s ease;
}
.p-top-btn i{
    position: absolute;
    right: 0px;
    top:50%;
    transform:translateY(-50%);
}
.p-top-btn:hover{
    color:#ffffff;
    box-shadow: 0px 3px 8px 1px rgba(0, 0, 0 , 0.4);
}

@media (max-width: 640px) {
    .p-top-btn {
        height: 40px;
        padding: 0 50px;
    }
}
@media (max-width: 360px) {
    .l-layout__header .l-layout__header-row .l-header-title{
        position: relative;
        top: auto;
        left: auto;
        margin-right: auto;
        margin-left: 30px;
        text-align: left;
    }
    .l-layout__header .l-layout__header-row .l-header-title .l-header-title_img--sp{
        width:50px;
        height:24px;
    }
}

@media (min-width: 769px) {
    .sp-category {
        display:none !important;
    }

}
@media (max-width: 768px) {
    .sp-category {
        display: flex !important;
    }
    .l-grid-shinchaku{
        margin-left:-4px !important;
        margin-right:-4px !important;
    }
    .l-grid-shinchaku .c-top-item-card{
        margin:5px 4px 20px !important;
    }
}

.top-category-item_wrap{
    width: calc(((100% / 12) * 4) - 24px) !important;
    margin-bottom:20px;
}
.top-category-item_wrap .top-category-item{
    position:relative;
    display:block;
}
.top-category-item_wrap .top-category-item > div{
    position:relative;
    width:100%;
    height:100%;
    min-height: 60px;
    display:flex;
    justify-content:center;
    align-items: center;
    color:#ffffff;
    font-weight:bold;
    background-color:rgba(0,0,0,0.6);
    padding: 0 10px;
    text-align:center;
    z-index:1;
}
.top-category-item_wrap .top-category-item img{
    position:absolute;
    top:0;
    left:0;
    width:100% !important;
    height:100% !important;
    z-index:0;
    object-fit: cover;
    object-position:center center;
}

@media (max-width: 640px) {
    .top-category-item_wrap{
        width: 48% !important;
        margin: 0 0 15px !important;
    }
    .top-category-item_wrap .top-category-item > div{
        font-size:12px;
    }
}
@media (max-width: 360px) {
    .top-category-item_wrap{
        font-size:14px;
    }
}
@media (min-width: 769px) {
    .p-group-blk{
        padding-top: 30px !important;
    }
}
@media (max-width: 768px) {
    .p-lp-kome,
    .p-group-blk{
        padding-top: 20px !important;
    }
    .p-farmers{
        padding-top: 0;
    }
    .p-farmers .p-farmers__heading{
        width:100%;
        padding:0 10px;
        margin:0 auto 30px;
    }
    .p-lp-kome .p-lp-kome__manager{
        width:100%;
        padding:0 10px;
    }

}
@media (min-width: 769px) {
  .p-top-slider{height:601px;}
}
@media (max-width: 768px) {
  .p-top-slider{
    height:calc(53vw + 28px);
    box-sizing:initial;
  } 
}
@media (max-width: 960px) {
.recommend-items .c-top-item-card{margin:15px auto  !important;}
}

.tencho-osusume{background-color: #f5f5f5;
    width: calc(100% - 40px);
    margin: 40px auto 0;
    //border-radius: 20px;
    overflow: inherit;}
.tencho-osusume--heading{position:relative; display:flex; align-items:flex-end;width:100%;margin-top: -50px;}
.tencho-osusume--heading .tencho-osusume_img{ width:95px; height:95px; margin-right:15px;position:relative; z-index:5;}
.tencho-osusume--heading .tencho-osusume_fukidashi{
position:absolute; top:0; left:82px; width:calc(100% - 90px); max-width:400px; z-index:6}
.tencho-osusume--heading::after{content: '';
    display: block;
    width: calc(100% - 50px);
    height: 10px;
    background-color: #FFE4BE;
    position: absolute;
    left: 50px;
    bottom: 10px;
    z-index: 4;}
.tencho-osusume--heading .tencho-osusume_title{
    font-size: 24px;
    z-index: 6;
    font-family: "Hiragino Mincho ProN W3", "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif !important;
    letter-spacing: 0.1em;
    font-weight: 600;
    padding-bottom: 4px;}
@media (max-width: 768px) {
  .l-layout__content{overflow:inherit !important;}
  .tencho-osusume{
    width: 100%;
    margin: 30px auto 0;}
.tencho-osusume--heading{margin-top: -40px;}
.tencho-osusume--heading .tencho-osusume_img{ width:70px; height:70px; margin-right:10px;}
.tencho-osusume--heading .tencho-osusume_fukidashi{
left: 58px;
    top: -15px;
    width: calc(100% - 60px);}
.tencho-osusume--heading::after{
    width: calc(100% - 50px);
    height: 6px;
    left: 40px;
    bottom: 8px;
    z-index: 4;}
.tencho-osusume--heading .tencho-osusume_title{
    font-size: 24px;
    padding-bottom: 0;
  line-height: 2em;}
}
@media (max-width: 540px) {
  .tencho-osusume--heading .tencho-osusume_fukidashi{
left: 58px;
    top: 0;
    width: calc(100% - 60px);
    max-width: 280px;}
  .tencho-osusume--heading .tencho-osusume_title{
    font-size: 20px;letter-spacing:0.05em;}
}
}