@charset "euc-jp";
@media (min-width: 769px) {
    .cen_border{
        border-left: 3px solid #4f3131;
        height: 10vw;
    }
    .ttl-h2 {
        position: relative;
        /*width: 33vw;*/
        width: 46.113%;
        height: calc(33vw / 1.618);
        font-size: 2vw;
        font-weight: bold;
        border: 0px solid #4f3131;
    }
    #recommend_items, #popular_items{
        position: relative;
        width: 100%;
        padding: 10vw 5%;
        margin-bottom: -5vw;
        font-family: "poppins", "游ゴシック体", 'YuGothic', "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        border-top: 0px solid #4f3131;
    }
    #recommend_items .items, #popular_items .items{
        /*width: 33vw;*/
        width: 46.113%;
        margin-bottom: 4vw;
        border: 0px solid #000;
    }
    #recommend_items .items .thumb, #popular_items .items .thumb{
        position: relative;
        width: 100%;
        /*height: calc(33vw / 1.618);*/
        height: calc(34.86vw * 0.66666);
        overflow: hidden;
        border: 0px solid #4f3131;
    }
    #recommend_items .items .thumb a, #popular_items .items .thumb a{
        display: block;
        height: 100%;
    }
    #recommend_items .items .thumb img, #popular_items .items .thumb img{
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%,-50%);
        object-fit: cover;
    }
    #recommend_items .items .cate, #popular_items .items .cate{
        display: inline-flex;
        position: relative;
        /* top: -1.5vw; */
        /* left: 0vw; */
        width: auto;
        margin: 2vw 0 0;
        padding: .5vw 1vw;
        color: #fff;
        line-height: 1em;
        font-size: 1vw;
        font-weight: bold;
        letter-spacing: .25em;
        background: #4f3131;
    }
    #recommend_items .items .cate:hover, #popular_items .items .cate:hover{
        color: #4f3131;
        background: #d4d4d4;    
    }
    #recommend_items .items .title, #popular_items .items .title{
        font-family: "游ゴシック体", 'YuGothic', "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-weight: bold;
        font-size: 1.75vw;
        display: inline-block;
        width: 100%;
        margin: 1vw;
    }
    #recommend_items .items .title img, #popular_items .items .title img{
        position: relative;
        top: -.1vw;
        left: .5vw;
        height: 1em;
    }
    #recommend_items .items .price, #popular_items .items .price{
        font-weight: bold;
        font-size: 1.5vw;
        line-height: 1em;
        display: inline-block;
        width: 100%;
        margin: 0 1vw;
    }
    #recommend_items .items .price .tax, #popular_items .items .price .tax{
        font-weight: bold;
        font-size: 1vw;
        line-height: 1em;
    }
    #recommend_items .items .tag_box, #popular_items .items .tag_box{
        margin: 1vw 0 0 1vw;
        font-size: 1vw;
        font-weight: bold;
    }
    #recommend_items .items .tag_box a:hover, #popular_items .items .tag_box a:hover{
        font-weight: bold;
    }
    .all_items_box{
        width: 80%;
        margin:auto;
    }
    .all_items{
        font-family: "poppins", "游ゴシック体", 'YuGothic', "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-size: 1.5vw;
        font-weight: bold;
        cursor: pointer;
        width: 40%;
        height: 5vw;
        margin: 10vw auto;
        border: 1px solid #4f3131;
    }
    .all_items a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .all_items a:hover{
        color: #d4d4d4;
        background: #4f3131;
    }
    .all_items span{
        width: 100%;
        height: 100%;
    }
    .news{
        padding: 4vw 4vw 5.5vw;
        width: 80%;
        margin: auto;
        font-family: "poppins", "游ゴシック体", 'YuGothic', "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-weight: bold;
        border: 1px solid #4f3131;
    }
    .news div{
        width: 100%;
    }
    .news .title{
        font-size: 2vw;
        margin-bottom: 1vw;
    }
    .news .cont_box{
        margin-bottom: -2vw;
    }
    .news .cont_box .cont{
        font-size: 1.25vw;
        line-height: 1.75em;
        margin-bottom: 1vw;
        display: flex;
    }
    .news .cont_box .cont span{
        display: inline-block;
        min-width: 15%;
    }

    #catch{
        padding: 4vw;
        width: 80%;
        margin: auto;
        text-align: center;
        border: 1px solid #4f3131;
    }
    #catch .head{
        font-size: 1vw;
        margin-bottom: 2vw;
        line-height: 1em;
    }
    #catch .catch{
        font-size: 2vw;
        margin-bottom: 2vw;
        line-height: 1em;
    }
    #catch .cont{
        font-size: 1vw;
        margin-bottom: 2vw;
    }
    #catch .logo{
        font-size: 1vw;
        width: 15vw;
        height: 15vw;
        background: #4f3131;
        color:#fff;
    }

    #article_info{
        padding: 4vw;
        width: 80%;
        margin: auto;
        text-align: center;
        border: 1px solid #4f3131;
    }
    #article_info .head{
        color: #fff;
        font-size: 1vw;
        line-height: 1em;
        font-weight: bold;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        padding: 1em;
        margin-bottom: 2vw;
        background: #4f3131;
    }
    #article_info .catch{
        font-size: 2vw;
        margin-bottom: 2vw;
        line-height: 1.5em;
    }
    #article_info .cont{
        font-size: 1vw;
        margin-bottom: 2vw;
    }

    #article_info .sns{
        font-size: 3vw;
        width: 40%;
    }

    .hibiki{
        width: 100%;
        min-height: 30vh;
        margin-top: 10vw;
        margin-bottom: 10vw;
        /*border-top: 2px solid #4f3131;*/
        /*border-bottom: 2px solid #4f3131;*/
    }
    .hibiki div{
        width: 100%;
    }
    .blog_head{
        width: 40%;
        min-height: 5vw;
        margin: 10vw auto 0;
        font-size: 2vw;
        border: 1px solid #000;
    }
    #hibiki_top, #hibiki_shop_top{
        position:relative;
        min-height: 10vh;
    }
    #hibiki_top .img, #hibiki_shop_top .img{
        position:relative;
        left:0;
        width: 80%;
        /*height: calc(60.48vw / 1.618);*/
        height: calc(67.2vw * 0.66666);
        overflow: hidden;
    }
    #hibiki_top .img img, #hibiki_shop_top .img img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }
    #hibiki_top .subs, #hibiki_shop_top .subs{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 40%;
        height: auto;
        background: #fff;
        padding: 3vw 3vw 3vw 4vw;
        margin-right: 0;
    }
    #hibiki_top .subs .sirial, #hibiki_shop_top .subs .sirial{
        display: inline-block;
        font-size: 1vw;
        color: #fff;
        background: #4f3131;
        padding: .5vw 1vw;
        margin-bottom: 2vw;
        letter-spacing: .1em;
        font-family: "poppins", "游ゴシック体", 'YuGothic', "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-weight: bold;
    }
    #hibiki_top .subs .sirial:hover, #hibiki_shop_top .subs .sirial:hover{
        color: #4f3131;
        background: #d4d4d4;
    }

    #hibiki_top .tags, #hibiki_shop_top .tags{
        white-space: nowrap;
        overflow: hidden;
    }

    #hibiki_top .subs .title, #hibiki_shop_top .subs .title{
        font-size: 2vw;
        margin: .45vw 0 1vw;
    }
    #hibiki_top .subs .date, #hibiki_shop_top .subs .date{
        font-size: 1vw;
    }

    #hibiki_list div, #hibiki_shop_list div{
        border: 0px solid #000;
    }
    #hibiki_list, #hibiki_shop_list{
        /*margin-top:4vw;*/
        min-height: 10vh;
    }
    #hibiki_list .list_box::before, #hibiki_shop_list .list_box::before{
        content: "";
        display: block;
        padding-top: 30%;
    }
    #hibiki_list .list_box, #hibiki_shop_list .list_box{
        position: relative;
        width: 48%;
        height: auto;
        padding: 4vw 0 0;
        /*border-top: 1px solid #4f3131;*/
        /*border-bottom: 1px solid #4f3131;*/
    }
    #hibiki_list .sirial, #hibiki_shop_list .sirial{
        display: inline-block;
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: .5vw 1vw;
        background: #4f3131;
        color: #fff;
        font-size: 1vw;
        letter-spacing: .1em;
        font-family: "poppins", "游ゴシック体", 'YuGothic', "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-weight: bold;
    }
    #hibiki_list .sirial:hover, #hibiki_shop_list .sirial:hover{
        color: #4f3131;
        background: #d4d4d4;
    }
    #hibiki_list .thumb::before, #hibiki_shop_list .thumb::before{
        content: "";
        display: block;
        padding-top: 100%;
    }
    #hibiki_list .thumb, #hibiki_shop_list .thumb{
        position:absolute;
        right:0;
        top: 4vw;
        width: 30%;
    }
    #hibiki_list .thumb img, #hibiki_shop_list .thumb img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }
    #hibiki_list .tags, #hibiki_shop_list .tags{
        width: calc(100% - 35%);
        margin: 1vw 0 0;
        white-space: nowrap;
        overflow: hidden;
        font-size: 1vw;
    }
    #hibiki_list .title, #hibiki_shop_list .title{
        width: 65%;
        font-size: 1.5vw;
        margin: .35vw 0 1vw;
    }
    #hibiki_list .date, #hibiki_shop_list .date{
        width: 100%;
        font-size: 1vw;
        line-height: 1em;
    }
    .hibiki #more{
        width: 20%;
        height: 5vw;
        line-height: 5vw;
        text-align: center;
        margin: 6vw 0 0;
        font-family: "poppins", "游ゴシック体", 'YuGothic', "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-size: 1.5vw;
        font-weight: bold;
        border: 1px solid #4f3131;
    }
    .hibiki #more a{
        display: block;
        width:100%;
        height:100%;
        text-decoration: none;
    }

}

@media (min-width: 769px) {

    /*//////NEWS_BOTTOM///////*/
    .news_bottom{
        height: 25vw;
        margin: 10vw 0 6vw;
        background: #fbfbfb;
    }
    /*//////NEWS_BOTTOM///////*/

}

 @media (min-width: 769px) {
    #slide_box{
       position: relative;
    }
    .slider {
      /*margin-top: 2em;*/
      /*padding: 0 1.4%;*/
      position: relative;
      padding: 0;
      width: 90%;
      height: auto;
      margin:auto;
    }
    .h_adjust:before{
        content: "";
        display: block;
        /*padding-top: 61.8%; *//* 1:1.618 */
        padding-top: 66.666%; /* 3:2 */        
    }
    #slide_cont{
        position: relative;
        height: 85vh;
        max-height: 85vh;
        overflow: hidden;
    }
    #slider{
        width: 100% !important;
        height: 100%;
    }  
    .s_items{
        position: absolute;
        top: 0; left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .s_items a{
        display: block;
        height:100%;
    }
    .s_items img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }
    .slide_com{
        position: relative;
        left: -1vw;
        /*top: calc(-26vh - 4vw);*/
        bottom : 16.68vw;
        /*min-height: calc(26vh + 5vw);*/
        min-height: 16.8vw;
        /*padding-bottom: 20vw;*/
    }
    .slide_com_box{
        position: absolute;
        height: 100%;
        background: #fff;
        display: flex;
        align-items: start;
        flex-flow: column;
        justify-content: center;
        padding-right: 5vw;
        /*padding: 6vw 5vw 2vw 0;*/
        /*padding: 2.6vw 5vw 2.6vw 0;*/
    }
    .slide_com_box a{
        display: inline-block;    
    }
    .slide_tag_box{
        padding: 2.5vw 1vw 0;
        color: #d4d4d4;
        font-size: 1vw;
        line-height: 1em;
        letter-spacing: .15em;
    }

    .slide_com .cate{
        display: inline-block;
        background: #4f3131;
        color: #fff;
        padding: .5vw 1vw;
        letter-spacing: .25em;
    }
    .slide_com .cate:hover{
        background: #d4d4d4;
        color: #4f3131;
    }

    .slide_com .tags{
        display: inline-block;
    }
    .slide_com .title{
        display: inline-block;
        padding: 1.5vw 0 0 1vw;
        font-size: 2.5vw;
        line-height: 2.5vw;
    }
}

/*/////////////mobile/////////////*/
@media (max-width: 769px) {
    #slide_box{
       position: relative;
       margin-top: 40vw;
       margin-bottom: 25vw;
    }
    .slider {
      /*margin-top: 2em;*/
      /*padding: 0 1.4%;*/
      position: relative;
      padding: 0;
      width: 100%;
      height: auto;
      margin:auto;
    }
    .h_adjust:before{
        content: "";
        display: block;
        /*padding-top: 90%;*/
        padding-top: 66.666%; /* 3:2 */
    }
    #slide_cont{
        position: relative;
        height: 85vh;
        max-height: 85vh;
        overflow: hidden;
    }
    #slider{
        width: 100% !important;
        height: 100%;
    }  
    .s_items{
        position: absolute;
        top: 0; left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .s_items a{
        display: block;
        height:100%;
    }
    .s_items img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        min-height: 100%;
        object-fit: cover;
    }
    .slide_com{
        position: absolute;
        left: 4vw;
        top: -30vw;
        width: 92vw;
        height: 25vw;
        /*min-height: 35vw;*/
    }
    .slide_com_box{
        position: absolute;
        padding: 0;
        background: #fff;
    }
    .slide_tag_box{
        padding: 3vw 1vw 3vw;
        color: #d4d4d4;
        font-size: 3vw;
        line-height: 1.5em;
        letter-spacing: .15em;
    }

    .slide_com .cate{
        display: inline-block;
        background: #4f3131;
        color: #fff;
        padding: 1vw 2vw;
        letter-spacing: .25em;
    }
    .slide_com .tags{
        display: inline-block;
    }
    .slide_com .title{
        display: inline-block;
        padding: 0 0 0 1vw;
        margin-top: -1.25vw;
        font-size: 5vw;
        line-height: 1.5em;
    }


    .ttl-h2 {
        position: relative;
        width: 92vw;
        height: calc(92vw / 1.618);
        font-size: 6vw;
        font-weight: bold;
        border: 0px solid #4f3131;
    }
    #recommend_items, #popular_items{
        position: relative;
        width: 100%;
        padding: 0 4vw 25vw;
        font-family: "poppins", "游ゴシック体", 'YuGothic', "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        border-top: 0px solid #4f3131;
    }
    #recommend_items .items, #popular_items .items{
        width: 92vw;
        border: 0px solid #000;
    }
    #recommend_items .items_margin_bottom, #popular_items .items_margin_bottom{
        margin-bottom: 6vw;
    }

    #recommend_items .items .thumb, #popular_items .items .thumb{
        position: relative;
        width: 100%;
        /*height: calc(92vw / 1.618);*/
        height: calc(92vw / 3 * 2);
        overflow: hidden;
        border: 0px solid #4f3131;
    }
    #recommend_items .items .thumb a, #popular_items .items .thumb a{
        display: block;
        height: 100%;
    }
    #recommend_items .items .thumb img, #popular_items .items .thumb img{
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%,-50%);
        object-fit: cover;
    }
    #recommend_items .items .cate, #popular_items .items .cate{
        display: inline-flex;
        position: relative;
        width: auto;
        margin: 4vw 0 0 0;
        padding: 1vw 2vw;
        background: #4f3131;
        color: #fff;
        font-size: 3vw;
        font-weight: bold;
        line-height: 1em;
        letter-spacing: .25em;
    }

    #recommend_items .items .title, #popular_items .items .title{
        font-family: "游ゴシック体", 'YuGothic', "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-weight: bold;
        font-size: 4.75vw;
        display: inline-block;
        width: 88vw;
        margin: 2vw 0 2vw 2vw;
    }
    #recommend_items .items .title img, #popular_items .items .title img{
        position: relative;
        top: -.2vw;
        left: 1vw;
        height: 1em;
    }
    #recommend_items .items .price, #popular_items .items .price{
        font-weight: bold;
        font-size: 4.5vw;
        line-height: 1em;
        display: inline-block;
        width: 100%;
        margin: 0 2vw;
    }
    #recommend_items .items .price .tax, #popular_items .items .price .tax{
        font-weight: bold;
        font-size: 2vw;
        line-height: 1em;
        padding-left: 1vw;;
    }
    #recommend_items .items .tag_box, #popular_items .items .tag_box{
        margin: 3vw 0 2vw 2vw;
        font-size: 3vw;
        font-weight: bold;
    }

    .cen_border_box{
        /*height: calc(92vw / 1.618);*/
    }

    .cen_border{
        border-left: 2px solid #4f3131;
        height: 20vw;
    }
    .all_items_box{
        width: 80%;
        margin: 0 auto 15vw;
    }
    .all_items{
        font-family: "poppins", "游ゴシック体", 'YuGothic', "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-size: 4.5vw;
        font-weight: bold;
        cursor: pointer;
        width: 80%;
        height: 15vw;
        margin: 10vw auto;
        border: 1px solid #4f3131;
    }
    .all_items a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .all_items a:hover{
        color: #d4d4d4;
        background: #4f3131;
    }
    .all_items span{
        width: 100%;
        height: 100%;
    }

    .news{
        padding: 8vw 4vw;
        width: auto;
        margin: 0 4vw;
        font-family: "poppins", "游ゴシック体", 'YuGothic', "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-weight: bold;
        /*border-top: 1px solid #4f3131;*/
        /*border-bottom: 1px solid #4f3131;*/
        border: 1px solid #4f3131;
    }
    .news div{
        width: 100%;
    }
    .news .title{
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    .news .cont_box{
        margin-bottom: -2vw;
    }
    .news .cont_box a{
        display: inline-block;
    }

    .news .cont_box .cont{
        font-size: 3.5vw;
        line-height: 1.75em;
        margin-bottom: 2vw;
    }
    .news .cont_box .cont span{
        display: inline-block;
        min-width: 25%;
    }
    .news .cont_box .cont a span{
        padding-left: 2vw;
    }

    #catch{
        padding: 8vw 4vw;
        width: 92vw;
        margin: auto;
        text-align: center;
        border: 1px solid #4f3131;
    }
    #catch .head{
        font-size: 4vw;
        margin-bottom: 4vw;
        line-height: 1em;
    }
    #catch .catch{
        font-size: 6vw;
        margin-bottom: 4vw;
        line-height: 1em;
    }
    #catch .cont{
        font-size: 4vw;
        margin-bottom: 4vw;
    }
    #catch .logo{
        font-size: 4vw;
        width: 40vw;
        height: 40vw;
        background: #4f3131;
        color:#fff;
    }

    #article_info{
        padding: 12vw 4vw;
        width: 92vw;
        margin: auto;
        text-align: center;
        border: 1px solid #4f3131;
    }
    #article_info .head{
        font-size: 2vw;
        margin-bottom: 6vw;
        line-height: 1em;
        padding: 1em 2em;
        color: #fff;
        background: #4f3131;
    }
    #article_info .catch{
        font-size: 4vw;
        margin-bottom: 6vw;
        /*line-height: 1em;*/
    }
    #article_info .cont{
        font-size: 3vw;
        margin-bottom: 6vw;
    }

    #article_info .sns{
        font-size: 7vw;
        width: 40%;
    }

    .hibiki{
        width: 92vw;
        min-height: 30vh;
        margin: 25vw auto;
        /*border-top: 2px solid #4f3131;*/
        /*border-bottom: 2px solid #4f3131;*/
    }
    .hibiki div{
        width: 100%;
    }
    .blog_head{
        width: 40%;
        min-height: 5vw;
        margin: 10vw auto 0;
        font-size: 2vw;
        border: 1px solid #000;
    }
    #hibiki_top, #hibiki_shop_top{
        position:relative;
        min-height: 10vh;
    }
    #hibiki_top .img, #hibiki_shop_top .img{
        position:relative;
        left:0;
        width: 100%;
        height: calc(92vw / 1.618);
        overflow: hidden;
    }
    #hibiki_top .img img, #hibiki_shop_top .img img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }
    #hibiki_top .subs, #hibiki_shop_top .subs{
        position: relative;
        width: 100%;
        height: auto;
        background: #fff;
        padding: 6vw 3vw 6vw 4vw;
        margin-right: 0;
    }
    #hibiki_top .subs .sirial, #hibiki_shop_top .subs .sirial{
        display: inline-block;
        font-size: 3vw;
        color: #fff;
        background: #4f3131;
        padding: 1vw 2vw;
        margin-bottom: 1vw;
        letter-spacing: .1em;
        font-family: "poppins", "游ゴシック体", 'YuGothic', "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-weight: bold;
    }
    #hibiki_top .tags, #hibiki_shop_top .tags{
        white-space: nowrap;
        overflow: hidden;
    }

    #hibiki_top .subs .title, #hibiki_shop_top .subs .title{
        font-size: 6vw;
        margin: .45vw 0 1vw;
    }
    #hibiki_top .subs .date, #hibiki_shop_top .subs .date{
        font-size: 3vw;
    }

    #hibiki_list div, #hibiki_shop_list div{
        border: 0px solid #000;
    }
    #hibiki_list, #hibiki_shop_list{
        width: 86vw;
        min-height: 10vh;
    }
    #hibiki_list .list_box::before, #hibiki_shop_list .list_box::before{
        content: "";
        display: block;
        padding-top: 30%;
    }
    #hibiki_list .list_box, #hibiki_shop_list .list_box{
        position: relative;
        width: 100%;
        height: auto;
        padding: 4vw 0 0;
        /*border-top: 1px solid #4f3131;*/
        /*border-bottom: 1px solid #4f3131;*/
    }
    #hibiki_list .sirial, #hibiki_shop_list .sirial{
        display: inline-block;
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: 1vw 2vw;
        background: #4f3131;
        color: #fff;
        font-size: 3vw;
        letter-spacing: .1em;
        font-family: "poppins", "游ゴシック体", 'YuGothic', "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-weight: bold;
    }
    #hibiki_list .thumb::before, #hibiki_shop_list .thumb::before{
        content: "";
        display: block;
        padding-top: 100%;
    }
    #hibiki_list .thumb, #hibiki_shop_list .thumb{
        position:absolute;
        right:0;
        top: 4vw;
        width: 30%;
    }
    #hibiki_list .thumb img, #hibiki_shop_list .thumb img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }
    #hibiki_list .tags, #hibiki_shop_list .tags{
        width: calc(100% - 35%);
        margin: 1vw 0 0;
        white-space: nowrap;
        overflow: hidden;
        font-size: 3vw;
    }
    #hibiki_list .title, #hibiki_shop_list .title{
        width: 65%;
        font-size: 4vw;
        margin: .35vw 0 2vw;
    }
    #hibiki_list .date, #hibiki_shop_list .date{
        width: 100%;
        font-size: 3vw;
        line-height: 1em;
    }
    .hibiki #more{
        width: 40%;
        height: 10vw;
        margin: 15vw 0 0;
        font-family: "poppins", "游ゴシック体", 'YuGothic', "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-size: 3vw;
        font-weight: bold;
        border: 1px solid #4f3131;
    }
    .hibiki #more a{
        display: block;
        width:100%;
        height:100%;
        text-align: center;
        line-height: 10vw;
        text-decoration: none;
    }

    /*//////NEWS_BOTTOM///////*/
    .news_bottom{
        width: 92vw;
        height: 60vw;
        margin: 25vw auto;
        background: #fbfbfb;
    }
    /*//////NEWS_BOTTOM///////*/
}