/* 共通 */
body{
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    color: #441200;
}
/* 時計のアイコン非表示 */
.icon-clock:before{
    content: none;
}
/* ヘッダー */
.l-header{
    padding: 5px 0;
}
.t-headerCenter .siteTitle{
    margin-bottom: 0px;
    padding-top: 0px;
}
.t-headerCenter .searchBtn{
    left: auto;
    right: 50px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
}
.menuBtn{
    left: 0px;
    right: auto;
}
.t-headerCenter .menuBtn__link{
    content: "";
    background-image: url(./img/base/ico_menu.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    display: inline-block;
}
.t-headerCenter .menuBtn__link::after{
    content: none;
}
.t-headerCenter .searchBtn__link::after{
    content: none;
}
.icon-search:before{
    content: none;
}
.icon-search{
    content: "";
    background-image: url(./img/base/search.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
}
.icon-menu{
}
.icon-menu:before{
    content: none;
}
.header-homeBtn{
    content: "";
    background-image: url(./img/base/home.png);
    background-size: contain;
    width: 35px;
    height: 35px;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
} 
.searchBtn__close{
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.searchBtn__close img{
    width: 73px;
}
.t-logoSp40 .siteTitle__logo{
    height: 50px;
}
@media only screen and (min-width:768px){
    .l-header{
        padding: 0;
    }
    .t-headerCenter .siteTitle{
        margin-bottom: 15px;
        padding-top: 10px;
    }
    .menuBtn{
        left: 0px!important;
        right: auto!important;
        top: 0px!important;
        bottom: 0px;
        position: absolute;
        display: flex;
        align-items: center;
    }
    .t-headerCenter .searchBtn{
        top: 0px!important;
        bottom: 0px;
        right: 60px;
        position: absolute;
        display: flex;
        align-items: center;
    }
    .icon-search{
        width: 32px!important;
        height: 32px!important;
    }
    .t-logoPc70 .siteTitle__logo{
        height: 90px;
    }
}
/* メニュー */
.widget-menu h2.heading{
    border-radius: 5px;
}
.widget-menu.widget_text{
    border-radius: 5px;
    box-shadow: none;
    background-color: #e2c6c5;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}
@media only screen and (min-width:768px){
    .widget-menu h2.heading{
        border-radius: 5px;
    }
    .widget-menu.widget_text{
        border-radius: 5px;
    }
}
/* 検索 */
.searchBtn__scroll{
    padding: 0px;
}
.searchBtn__scroll .widgetSearch__contents,.searchBtn__scroll .widgetSearch__tag,.searchBtn__scroll .widgetSearch__keyword .heading-tertiary,.searchBtn__scroll .widgetSearch__word{
    padding: 0 15px;
}
.searchBtn__scroll .widgetSearch__contents.widgetSearch__keyword{
    padding: 0px;
}
.widgetSearch__input-wrap{
    background-color: #ebddbd;
    padding: 15px 10px;
}
.widgetSearch__input{
    border-radius: 5px;
    border: none;
}
.widgetSearch__wordItem a{
    background-color: #dec2c1;
    color: #fff;
}
.searchBtn__contentInner .btn__link-search{
    background-color: #e2c6c5!important;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
    width: 200px;
    border-bottom: 0px;
    border-radius: 20px;
}
.searchBtn__content input,.searchBtn__content select {
    -webkit-appearance: none;
    appearance: none;
}
.searchBtn__content .widget select{
    color: #441200;
}
/* フッター */
.l-footer .wider:first-of-type{
    display: none;
}
.widgetFooter{
    display: block!important;
}
.widgetFooter__box{
    width: 100%!important;
}
.footer__logo{
    width: 200px;
    margin: 0 auto 20px;
}
.footer__logo img{
    width: 100%;
}
.footer__sns-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -3px;
    margin-right: -3px;
}
.footer__sns-wrap .footer__sns-li{
    display: inline-block;
    padding: 0 3px 3px;
    width: 80px;
}
.footer__sns-wrap .footer__sns-li img{
    width: 100%;
}
.bottomFooter__producer{
    display: none;
}
.bottomFooter{
    background: url(./img/base/footer_bg.png) repeat-x;
}
.bottomFooter__copyright, .bottomFooter__producer{
    color: #441200;
}
.bottomFooter__topBtn{
    border-radius: 20px;
}
@media only screen and (min-width:768px){
    .widgetFooter{
        width: 100%;
    }
}
/* ページャー */
.pager__item-next img{
    width: 29px;
}
.pager__item-prev img{
    width: 27px;
}
/* サイドナビ */
.widget.widget_categories ul .children a, .widget.widget_nav_menu ul.menu .sub-menu a{
    color: #441200;
}
.widget.widget_categories ul .cat-item:first-of-type a{
    border-radius: 5px 5px 0 0;
}
.widget.widget_categories ul .cat-item:last-of-type a{
    border-radius: 0px 0px 5px 5px;
}
.widget.widget_categories ul{
    border-radius: 5x;
}
@media only screen and (min-width:768px){
    .widget.widget_categories ul .cat-item:first-of-type a{
        border-radius: 5px 5px 0 0;
    }
    .widget.widget_categories ul .cat-item:last-of-type a{
        border-radius: 0px 0px 5px 5px;
    }
    .widget.widget_categories ul{
        border-radius: 5px;
    }
}

/* トップページ */
.icon-rabbit:before{
    content: "";
    background-image: url(./img/icon/icon_rabbit.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 31px;
    height: 51px;
    display: inline-block;
}
.icon-crown:before{
    content: "";
    background-image: url(./img/icon/icon_crown.png);
    width: 40px;
    height: 35px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}
.heading-main{
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.pickup3 .heading-main{
    font-size: 1.8rem;
    display: flex;
    align-items: center;
}
.pickup3__item:before{
    background-size: contain;
    background-color: transparent;
    background-size: 50px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: -20px;
}
.pickup3__item-first{
    background-color: #ECD4D4!important;
}
.pickup3__item-second{
    background-color: #C8DBE2!important;
}
.pickup3__item-third{
    background-color: #CACBDD!important;
}
.pickup3__item-first:before{
    background-image: url(./img/icon/icon_heart01.png);
}
.pickup3__item-second:before{
    background-image: url(./img/icon/icon_heart02.png);
}
.pickup3__item-third:before{
    background-image: url(./img/icon/icon_heart03.png);
}
.pickup3__item{
    border-radius: 10px;
}
/* .pickup3__item-second .heading-pickup3,.pickup3__item-third .heading-pickup3{
    min-height: 100px;
} */
.pickup3__container .heading-pickup3{
    min-height: 60px;
}
.pickup3__container .eyecatch{
    border-radius: 10px 10px 0 0;
}
.eyecatch{
    border-radius: 10px;
}
.archive .eyecatch__cat{
    display: none;
}
.archive .the__ribbon{
    display: none;
}
.l-main{
    border-radius: 10px;
}
.rankingBox{
    /* margin: 0 calc(50% - 50vw) 40px; */
    margin: 0 0 40px;
    box-shadow: none;
}
.rankingBox__list{
    display: block;
}
.rankingBox__bg{
    background-color: #F3B2AC!important;
}
.rankingBox .heading-main{
    font-size: 1.8rem;
    display: flex;
    align-items: center;
}
.rankingBox__item{
    border-radius: 10px;
    border: none;
}
.rankingBox__item .eyecatch{
    border-radius: 10px 10px 0 0;
}
.rankingBox__inner{
    padding-top: 20px;
    margin-top: -20px;
}
.rankingBox__inner::-webkit-scrollbar-thumb{
    background-color: #F3B2AC;
    box-shadow:none;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-color:#F3B2AC;
}

.rankingBox__item:before,.widget_fit_ranking_archive_class .widgetArchive__item-rank:before{
    background-size: contain;
    background-color: transparent;
    background-size: 50px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
    line-height: 45px;
    top: 5px;
    left: 5px;
    background-color: transparent!important;
    background-image: url(./img/icon/icon_star04-10.png);
    background-size: contain!important;
}
.rankingBox__item:nth-child(1):before,.widget_fit_ranking_archive_class .widgetArchive__item-rank:nth-child(1):before{
    background-image: url(./img/icon/icon_star01.png);
}
.rankingBox__item:nth-child(2):before,.widget_fit_ranking_archive_class .widgetArchive__item-rank:nth-child(2):before{
    background-image: url(./img/icon/icon_star02.png);
}
.rankingBox__item:nth-child(3):before,.widget_fit_ranking_archive_class .widgetArchive__item-rank:nth-child(3):before{
    background-image: url(./img/icon/icon_star03.png);
}
.widget-side.widget_text{
    margin-bottom: 0px;
    box-shadow: none;
    background-color: #e2c6c5;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}
.widget-side.widget_text p{
    font-size: 1.5rem;
    line-height: 1.4;
}
.widget_block{
    border-radius: 0 0 10px 10px;
}
.controller__link.is-current, .controller__link:hover{
    color: #441200;
}
.l-main .dateList__item.icon-update{
    display: none;
}
.eyecatch__link-maskzoomrotate:hover::after{
    background: rgba(226,208,206,.5);
}
.l-main .phrase-secondary,.phrase-secondary{
    display: none!important;
}
.heading-secondary{
    font-size: 1.2em!important;
}
@media only screen and (min-width:768px){
    .pickup3__item{
        border-radius: 15px;
    }
    .pickup3 .heading-main{
        font-size: 2.4rem;
    }
    .pickup3__container .eyecatch{
        border-radius: 15px 15px 0 0;
    }
    .eyecatch{
        border-radius: 15px;
    }
    .l-main{
        border-radius: 15px;
    }
    .rankingBox{
        margin-bottom: 0px;
    }
    .rankingBox .heading-main{
        font-size: 2.4rem;
    }
    .rankingBox__item{
        border-radius: 15px;
    }
    .rankingBox__item .eyecatch{
        border-radius: 15px 15px 0 0;
    }
    .widget-side.widget_text{
        border-radius: 15px 15px 0 0;
    }
    .widget_block{
        border-radius: 0 0 15px 15px;
    }
}
@media only screen and (min-width:992px){

}
@media only screen and (min-width:1139px){

}

/* 記事詳細 */
.dividerBottom .comments{
    display: none;
}