ins.adsbygoogle{ background: transparent !important; }
*{
    box-sizing:border-box;
    font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

ol,ul{
    list-style:none;
}

body{
    font-size:12px;
    color:#000;
}

a{
    text-decoration:none;
    color:inherit;
}

input,
textarea,
button{
    outline: none;
}
button,
input[type=submit]{
    cursor: pointer;
}
textarea{
    resize: vertical;
}

.underline{
    text-decoration: underline;
}
.flex{display:flex;}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
.wrapper{
    /*padding-bottom: 57px;*/
}

/* header */
header{
    background:#ecefee;
    height:75px;
    padding:14px 0;
}

.header_wrap{
    padding:0 20%;
    margin:0 auto;
    position:relative;
}

.error_wrap{
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}

.error_head{
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
}

.error_wrap p{
    margin: 30px 0;
    font-size: 1.2rem;   
    line-height: 1.2;
}

.error_wrap ol {
    list-style: decimal;
    font-size: 1.2rem;   
    line-height: 1.2;
    padding-left: 1.5em;
}

header h1{
    display:block;
    text-indent:-9999px;
    padding: 0 30px;
    height: 50px;
    background:url(/img/new/osakeDB_b.svg) center center no-repeat;
    background-size:auto 48px;
}
header .menu{
    position:absolute;
    height:17px;
    width:21px;
    right:5%;
    top:50%;
    margin-top:-8px;
    background:url(/img/new/menu_trigger.png) center center no-repeat;
    background-size:auto 17px;
    cursor: pointer;
}

/*footer*/
footer .footer_menu{
    padding:22px 5%;
    background:#ecefee;
    font-size:1.2em;
    margin-bottom:2px;
}
footer .footer_menu ul{
    display: flex;
    justify-content: center;
}
footer .footer_menu ul li + li{
    margin-left: 1em;
}
footer .company{
    background:#92a09c;
    color:#fff;
    padding:30px 5%;
}
footer .company h3{
    font-size:0.8em;
    font-weight:bold;
    margin-bottom:1em;
}
footer .company h4{
    font-weight:normal;
    margin-bottom:0.5em;
}
footer .copyright{
    background:#000;
    color:#fff;
    text-align:center;
    padding:30px 5%;
    font-size:0.8em;
    
}

.contents{
    padding: 0 20px 5%;
    max-width: 1160px;
    margin: 0 auto;
}

.to_top{
    font-size: 18px;
    font-weight: 700;
    background-color: #92a09c;
    color: #fff;
    border-radius: 3px;
    border: none;
    padding: 14px;
    margin: 0 auto;
    width: 100%;
    text-align:center;

}
/*item list*/
.item_list{
    cursor: pointer;
    display: grid;
    grid-auto-rows: 380px;
    grid-template-columns:  33.1% 33.1% 33.1%;
    grid-auto-flow: dense;
    grid-row-gap: 1px;
    grid-column-gap: 1px;
}
.item_list > div.normal{
    position:relative;
}
.item_list > div.big{
    position:relative;
    grid-row: span 2; grid-column: span 2;
}
.item_list .item_wrap{
    position:relative;
    display:block;
    width:100%;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    object-fit: cover;
    object-position: 50% 100%;
}
.item_list .genre{
    display: grid;
    position:relative;
    bottom:380;
    left:0;
    border-bottom: 5vw solid transparent;
    border-left: 5vw solid red;
}
div.big .genre{
    bottom:760;
    left:0;
}

.item_list .genre.genre1{border-left: 5vw solid #b0446a;}
.item_list .genre.genre2{border-left: 5vw solid #71b7ce;}
.item_list .genre.genre3{border-left: 5vw solid #bbb16e;}
.item_list .genre.genre4{border-left: 5vw solid #a56f2f;}
.item_list .genre.genre5{border-left: 5vw solid #8da52f;}
.item_list .genre.genre6{border-left: 5vw solid #b01faa;}
.item_list .genre.genre7{border-left: 5vw solid #c3771a;}
.item_list .genre.genre8{border-left: 5vw solid #23b589;}
.item_list .genre.genre9{border-left: 5vw solid #9b9997;}

.item_list .comment{
    display: block;
    position:absolute;
    bottom:95px;
    right:15px;
    min-width:28px;
    border-radius:3px;
    background:#ecefee;
    text-align:center;
    font-size:12px;
    padding:4px;
    max-width:28px;
    box-shadow:0 0 3px rgba(0,0,0,0.2);
}
.item_list .comment:after{
    content:"";
    display:inline-block;
    position:absolute;
    bottom:-8px;
    right:8px;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ecefee;
}
.item_normal{
}

/*genre_tab item_keyword*/
.item_keyword::-webkit-scrollbar {
    height: 10px;
}
::-webkit-scrollbar-track {
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background-color: #f4a628;
    border-radius: 5px;
}

.item_keyword,
.genre_tab{
    padding:7px 0 0;
    overflow-x:auto;
}
.item_keyword ul,
.genre_tab ul{
    width: 70%;
    margin: auto;
    flex-wrap:nowrap;
}
.item_keyword ul li,
.genre_tab ul li{
    margin:0 0 7px 6px;
    padding:6px 17px;
    background:#ecefee;
    border-radius:3px;
    white-space:nowrap;
    cursor: pointer;
}
.item_keyword ul li{
    color:#000;
}
.genre_tab ul li.genre1.active{background:#b0446a;  color:#fff;}
.genre_tab ul li.genre2.active{background:#71b7ce;  color:#fff;}
.genre_tab ul li.genre3.active{background:#bbb16e;  color:#fff;}
.genre_tab ul li.genre4.active{background:#a56f2f;  color:#fff;}
.genre_tab ul li.genre5.active{background:#8da52f;  color:#fff;}
.genre_tab ul li.genre6.active{background:#b01faa;  color:#fff;}
.genre_tab ul li.genre7.active{background:#c3771a;  color:#fff;}
.genre_tab ul li.genre8.active{background:#23b589;  color:#fff;}
.genre_tab ul li.genre9.active{background:#9b9997;  color:#fff;}


.genre_tab ul li.genre1{background:#e9e9e9; color: black;}
.genre_tab ul li.genre2{background:#e9e9e9; color: black;}
.genre_tab ul li.genre3{background:#e9e9e9; color: black;}
.genre_tab ul li.genre4{background:#e9e9e9; color: black;}
.genre_tab ul li.genre5{background:#e9e9e9; color: black;}
.genre_tab ul li.genre6{background:#e9e9e9; color: black;}
.genre_tab ul li.genre7{background:#e9e9e9; color: black;}
.genre_tab ul li.genre8{background:#e9e9e9; color: black;}
.genre_tab ul li.genre9{background:#e9e9e9; color: black;}

.genre_tab ul li label{
    cursor: pointer;
}
.genre_tab input[type=checkbox]{
    display: none;
}

/*search_condition*/
.search_condition{
    width: 100%;
    background:#ecefee;
    font-size:14px;
    margin: 0 0 2px 0;
}
.footer_condition{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background:#ecefee;
    font-size:14px;
}
.search_condition .comment{
    flex:2;
    align-items:center;
}
.search_condition .comment .txt{
    padding:6px 12px;
}
.search_condition .radio_wrap{
    height:26px;
    padding:3px;
    border-radius:3px;
    background:#414544;
    font-size:10px;
    color:#fff;
}
.search_condition .radio_wrap input[type=radio]{
    display:none;
}
.search_condition .radio_wrap label{
    display:inline-block;
    height:20px;
    line-height:20px;
    width:40px;
    border-radius:3px;
    text-align:center;
}
.search_condition .radio_wrap input[type=radio]:checked + label{
    background:#f51c73;
}
.search_condition .sort{
    border-left:1px solid #d7d9d9;
    flex:1;
}
.search_condition .sort .select_wrap{
    position:relative;
}
.search_condition .sort select{
    width:100%;
    padding:15px 20px;
    border:none;
    outline:none;
    appearance:none;
    -webkit-appearance:none;
    background:transparent;
}
.search_condition .sort .select_wrap:after{
    content:"";
    display:block;
    position:absolute;
    top:15px;
    right:12px;
    width:10px;
    height:15px;
    background:url(/img/new/select_arrow.png) center center no-repeat;
    background-size:contain;
}

.menu-button-box{
    height: 57px;
    padding: 0 10px;
    border-top: solid 1px #ccc;
}
.menu-button-box ul{
    -webkit-display:flex;
    display:flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    align-items: center;
}
.menu-button-box ul li{
    width: 20%;
    max-width: 100px;
    height: 50px;
}
.menu-button-box ul li a {
    text-indent: -9999px;
    display: block;
    height: inherit;
}

.menu-button-box ul li.home a{
    background: url(/img/home.png);
    background-size: auto 35px;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode:lighten;
}
.menu-button-box ul li.blogs a{
    background: url(/img/blog.png);
    background-size: auto 35px;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode:lighten;
}
.menu-button-box ul li.new_review a{
    background: url(/img/new_review.png);
    background-size: auto 35px;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode:lighten;
}
.menu-button-box ul li.footer_login a{
    background: url(/img/login.png);
    background-size: auto 35px;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode:lighten;
}
.menu-button-box ul li.mypage a{
    background: url(/img/mypage.png);
    background-size: auto 35px;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode:lighten;
}
.menu-button-box ul li.home.active  a{background-image:url(/img/home_active.png);}
.menu-button-box ul li.blogs.active a{background-image:url(/img/blog_active.png);}
.menu-button-box ul li.new_review.active a{background-image:url(/img/new_review_active.png);}
.menu-button-box ul li.mypage.active a{background-image:url(/img/mypage_active.png);}

.footer-user-image{
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 50%;
}


/*items/detail*/
.item_title{
    margin: 5px 0 0;
}
.item_title h2{
    border-top:1px solid #ecefee;
    border-bottom:1px solid #ecefee;
    font-size:20px;
    padding:14px 9px;
    line-height: 1.3rem;
}
.item_title h2.genre1{border-left: 12px solid #b0446a;}
.item_title h2.genre2{border-left: 12px solid #71b7ce;}
.item_title h2.genre3{border-left: 12px solid #bbb16e;}
.item_title h2.genre4{border-left: 12px solid #a56f2f;}
.item_title h2.genre5{border-left: 12px solid #8da52f;}
.item_title h2.genre6{border-left: 12px solid #b01faa;}
.item_title h2.genre7{border-left: 12px solid #c3771a;}
.item_title h2.genre8{border-left: 12px solid #23b589;}
.item_title h2.genre9{border-left: 12px solid #9b9997;}

.item_title h2.genre10{border-left: 12px solid #0099FF;}

.item_title .pickup_review{
    position:relative;
    background-image:url(/img/new/review_arrow.png);
    background-position:right 1.5% top 9px;
    background-repeat:no-repeat;
    background-size: 2.5% auto;
}
.item_title .pickup_review a{
    display:block;
    padding:0 5%;
}
.item_title .pickup_review span{
    display:block;
    position:absolute;
    top:5px;
    color:#000;
    font-size:10px;
}
.item_title .pickup_review span.catch1{left:5%;}
.item_title .pickup_review span.catch2{right:5%;}
.item_title .pickup_review p{
    padding:25px 0 10px;
    font-weight:bold;
    font-size:20px;
    width:100%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.item_photo .main{
    max-height:374px;
    background:#eee;
    text-align:center;
}
.item_photo .main img{
    max-width:100%;
    max-height:374px;
    /*width:auto;*/
    /*height:auto;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.item_photo .users{
    background:#1b201f;
    color:#fff;
    height:58px;
    padding:3px 0;
    margin-top:1px;
}
.item_photo .users h4{
    font-weight:normal;
    width:65px;
    font-size:12px;
    padding:14px 0;
    text-align:center;
}
.item_photo .users .user_photo_list{
    flex:1;
    overflow-y:scroll;
}
.item_photo .users .user_photo_list ul{
    white-space:nowrap;
}
.item_photo .users .user_photo_list li{
    display:inline-block;
    text-align:center;
    width:52px;
    height:52px;
    background:#ffffff;
}
.item_photo .users .user_photo_list li + li{
    margin-left:1px;
}
.item_photo .users .user_photo_list img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
}
.keyword_list{
    padding:7px 5% 13px;
}
.keyword_list h3{
    font-size:10px;
    font-weight:normal;
    margin-bottom:10px;
}
.keyword_list .flex{
    font-size:12px;
    flex-wrap:wrap;
}
.keyword_list li{
    padding-top:5px;
}
.keyword_list li span{
    text-decoration:underline;
}
.keyword_list li:after{
    content:"、";
    text-decoration:none;
    padding-right:5px;
}
.keyword_list li:last-child:after{
    content:"";
}
.review_blc{
}
.review_blc .review_wrap{
    position:relative;
    padding:5% 12% 5% 5%;
    border-top:1px solid #eee;
    word-wrap: break-word;
}
.review_blc .review_wrap.score-detail{
    padding:5%;
}
.review_blc h3{
    margin:3px 0 20px;
    font-size:16px;
    line-height:1.5em;
    padding: 0 5px;
    background: #ecefee;
    margin-right: 10px;
    border-radius: 5px;
}
.review_blc .vote{
    position:absolute;
    right:3%;
    top:20%;
    width:33px;
    height:43px;
    background:url(/img/new/vote.png) center top no-repeat;
    background-size:100% auto;
    padding-top:35px;
    font-size:10px;
    text-align:center;
    cursor:pointer;
}
.review_blc .vote.on{
    background:url(/img/new/vote_on.png) center top no-repeat;
    background-size:100% auto;
}

/*追加*/
.review_blc .tab_wrap{
    position:relative;
    border-top:1px solid #eee;
    word-wrap: break-word;
}
.review_blc .pro_wrap{
    position:relative;
    word-wrap: break-word;
}
.tab_blc .vote.on{
    background:url(/img/new/vote_on.png) center top no-repeat;
    background-size:100% auto;
    top: -55px;
    width: 33px;
    height: 43px;
}
.profile_blc .vote.on{
    background:url(/img/new/vote_on.png) center top no-repeat;
    background-size:100% auto;
    position:absolute;
    right:21.5%;
    top:13%;
    width:33px;
    height:43px;
    background-size:100% auto;
    padding-top:35px;
    font-size:10px;
    text-align:center;
}
/*ここまで*/

.review_blc .text{
    word-wrap: break-word;
    font-size:14px;
    line-height:1.5em;
}
.review_blc .text p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.review_blc .text ul{
    display:inline;
}
.review_blc .text li{
    display:inline-block;
    color:#54a3ac;
}
.review_blc .text p:after{
    content:"　";
}
.item_data{
    background:#f5f7f6;
    border-top:1px solid #ccc;
    padding:5%;
    font-size:12px;
}
.data_table{
    display:table;
}
.data_table > dl{
    display:table-row;
}
.data_table > dl > dt,
.data_table > dl > dd{
    display:table-cell;
}
.data_table > dl + dl > dt,
.data_table > dl + dl > dd{
    padding-top:5px;
}
.data_table > dl > dt{
    min-width:60px;
}
.data_table > dl > dd{
    text-indent:-1em;
    padding-left:1em;
}
.data_table > dl > dd:before{
    content:"：";
}
.similar_item{
    padding:5% 0 0;
}
.popular_item{
    padding:5% 0;
}
.similar_item h3,
.popular_item h3{
    text-align:center;
    font-size:16px;
    padding:0 5% 5%;
}

.search_word{
    width: 85%;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    margin: 5px 0 0 5px;

}

button.fas.fa-search{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 5px;
    appearance: none;
    font-size: 20px;
    color: #21726a;
    position: relative;
    top: 7px;
    left: 5px;
}
.flex.found{
    background-color: #ecefee;
    margin-bottom: 2px;
}
.search-found{
    display: inline-block;
    position: relative; 
    margin: 40px 20px 30px 30px;
    padding: 10px;
    border-radius: 12px;
    background-color: #fff;
    font-size: 14px;
}
.search-found:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px; 
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #fff;
    transform: rotate(35deg);
}
.found-image{
    margin: 10px 0px 10px 20px;
    width: 100px;
    height: 100px;
}

.flex.not_found{
    background-color: #ecefee;
    margin-bottom: 2px;
}
.search-notfound{
    display: inline-block;
    position: relative; 
    margin: 40px 20px 30px 30px;
    padding: 10px;
    border-radius: 12px;
    background-color: #fff;
    font-size: 14px;
}
.search-notfound:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px; 
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #fff;
    transform: rotate(35deg);
}

.not-found-image{
    margin: 10px 0px 10px 20px;
    width: 100px;
    height: 100px;
}
.message.success{
    margin: 5px;
    background: #ecf2f7;
    padding: 5px;
    border-radius: 5px;
}
.category_js{
    display: none;
}

.pagination-wrap{
    text-align: center; 
    margin: 10px;
}
.pagination-ul li {
    display: inline-block;
    padding:10px 15px;
    border:1px #ccc solid;color:#000053;
    border-radius: 5px / 5px;
}

.pagination-ul .this {
    background-color:#777;
    color:#fff;
}
.pass-title{
    text-align: center;
    font-size: 16px;
}

.forget-link{
    margin: 10px;
    text-align: center;
}

.error{
    color: red;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 350px;
}

.swiper-container, .swiper-container-horizontal, .swiper-container-android{
    height: 380px;
    z-index: 0;
}

.menu-fixed{
    text-align: center;
    padding: 10px;
}

.item-score-link{
    background-color: #74bccc;
    color: #fff;
    font-weight: 600;
    padding: 8px;
    font-size: 1rem;
    border-radius: 3px;
}

.item-register-link{
    background-color: yellow;
    font-weight: 600;
    padding: 8px;
    font-size: 1rem;
    border-radius: 3px;
}

.list_add_color{
    background: #D97722;
}
.list_rid_color{
    background-color: #778899;
}
.item-star{
    margin: 10px;
    font-size: 1rem;
    text-align: right;
}

.modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    text-align: center;
}
.bigimg {
    position: absolute;
    width: 90%;
    height: 80%;
    max-width: 800px;
    top: 80px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
}

.score-item-com{
    margin: 10px;
    display:none;
}
.score-readmore, .score-readnot{
    background-color: #74bccc;
    margin: 10px auto;
    width: 40%;
    padding: 6px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid transparent;
}
.score-readnot{
    display: none;
}
.score-point{
    margin: 5px 3px;
}
.score-image{
    max-width: 100%;
    max-height: 200px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.score-comment{
    font-size: 1.2rem;
    width: 100%;
    border: 1px solid #ccc;
    height: 70px;
    border-left: 0px;
    border-right: 0px;
}
.score-comment.long{
    height: 300px;
}
.review-image{
    margin: 10px;
    display: flex;
    justify-content: space-around;
}

.score-select{
    margin: 0 0 10px 3px;
    height: 25px;
    width: 100px;
    font-size: 18px;
    border: 1px solid #ccc;
}

.view-file{
    background: #eee;
    border-radius: 15px;
    height: 80px;
    width:  80px;
    padding: 25px;
    text-align: center;
}
.view-file .fas.fa-camera::before{
    font-size: 25px;
}

.previewImage{
    display: none;
}

.review-hidden-image{
    width: 100px;
}
.img{
    max-height: 150px;
    object-fit: cover;
}
.score-info{
    margin:  20px 0;     

}
.drunk-date{
    font-size: 16px;
}

.flex p{
    margin-top: 10px;
}

.score-select{
    height: 35px;
}

.score-button{
    background-color: #f0a630;
    margin: 0 5px;
    padding: 6px;
    color: #fff;
    font-size: 17px;
    width: 100%;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid transparent;
}
.draft{
    background-color: #ccc;
    color: #222;
}
.delete-box {
    margin: 20px 0;
}
.delete-box a,
#delete_btn{
    background-color: gray;
}

#delete_btn{
    width: auto;
    line-height: 1.2em;
}

.score-confirm{
    font-size: 12px;
    line-height: 1.4em;
    margin: 20px; 
}

.user-profile
{
    font-size: 1.2rem;
    font-weight: 500;
    margin: 5px 10px ;
}

.reviewDetail-line
{
    border-bottom: 0.1rem solid #CCC;
    margin: 0 auto;
    width: 90%;
}

.point-score
{
    color: #fa0;
}

.score-weather
{
    font-size: 14px;
    margin: 0 10px 10px;
}

.postDay
{
    margin: 5px 15px;
    text-align: right;
}

.edit-tags{
    background-color: #1f6ac8;
    border-radius: 5px;
    margin: 2px;
    color:#fff;
}
.arrow{
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.arrow::before{
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -11px;
}
.user-image-path-index{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.comment-wrap-index{
    background: #ecefee;
    position: relative;
    margin: 10px;
    padding: 8px 18px 11px;
    border-radius: 8px;
    line-height: 1.5em;
    word-break: break-word;
}
.comment-wrap-index::before{
    position: absolute;
    top: -10px;
    left: 23px;
    content: ' ';
    border-right: 6px solid transparent;
    border-bottom: 10px solid #ecefee;
    border-left: 6px solid transparent;
}
.comment-wrap-index p{
    margin: 5px 0;
    padding: 0 7px;
    display: table;
}

.score_index-wrap{
    border-bottom: 1px solid #ccc;
}
.flex.label-wrap{
    border-radius: 10px;
    background: #fff;
}
.item-image-index{
    margin: 10px;
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.item-index{
    margin-top: 10px;
}
.genre-index{
    border-radius: 3px;
    color: #fff;
    padding: 3px;
}
.genre-index1{background: #b0446a;}
.genre-index2{background: #71b7ce;}
.genre-index3{background: #bbb16e;}
.genre-index4{background: #a56f2f;}
.genre-index5{background: #8da52f;}
.genre-index6{background: #b01faa;}
.genre-index7{background: #c3771a;}
.genre-index8{background: #23b589;}
.genre-index9{background: #9b9997;}

.score-point-wrap{
    margin: 10px;
}
#rateSel{
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0.2rem 1rem 0.2rem 0.8rem;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff,#f0efe7);
    background-image: linear-gradient(to bottom, #fff,#f0efe7);
}
.fas.fa-trash-alt::before{
    font-size: 30px;
    margin-top: 8px;
}

.keyword-wrap{
    line-height: 40px;
}
.keyword-ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0 4%;
}
input[type="checkbox"]:checked + .keyword-label{                                                                         
    font-weight: bold;                                                                                                
    color: #fff;                                                                                                      
    background-color: #f0a630;
}                                                                                                                     
.keyword-label {                                                                                                         
    margin: 5px;                                                                                                      
    padding: 7px;
    width: 100%; 
    border-radius: 5px;                                                                                               
    background-color: #f2f2f2;
    font-size: 1rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
} 
.keyword-radio{                                                                                                          
    display: none;                                                                                                    
}
.score-keyword{
    margin: 5px;
    padding: 2%;
    border-radius: 5px;
    background-color: #f0a630;
    color: #fff;
    font-size: .8rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-weight: bold;
}
.rate-small{
    font-size: 12px;
}
/*スコア詳細ページ*/
.user-image-score{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}
.big_img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.flex.sns{
    margin: 0 5%;
}
.flex.sns iframe{
    margin: 5px;
}
.flex.sns a{
    margin: 5px 3%;
}
.facebook{
    display: inline-block;
    padding: 4px 4px 3px 6px;
    border-radius: 3px;
    color: #fff;
    background: #3b5998;
    font-weight: 600;
    font-size: 10px;
    width: 67px;
    letter-spacing: -0.1em;
}
.facebook .fab.fa-facebook-f:before{
    font-size: 11px;
    margin-right: 3px;
}
.provider{
    font-size: .9rem;
    margin: 5px 5px 10px;
    text-align: right;
}

.afii-wrap{
    text-align: center;
    margin: 17px 0;
}

.afii-link{
    display: inline-block;
    color: #fff;
    margin: 10px;
    padding: 10px;
    font-size: 17px;
    font-weight: 800;
    border: 1px solid transparent;
    text-align: center;
    width: 80%;
    border-radius: 5px;
}
.afii-wrap .amazon{
    background-color: #f49c04;
}
.afii-wrap .rakuten{
    background-color: #bf0000;
}
.afii-wrap .pub{
    background-color: #3d75dd;
}

.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC;
    font-size: 1rem;
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #fa0;
}

.star5_rating[data-rate="5"]:after{ width: 100%; } 
.star5_rating[data-rate="4.9"]:after{ width: 90%; } 
.star5_rating[data-rate="4.8"]:after{ width: 90%; } 
.star5_rating[data-rate="4.7"]:after{ width: 90%; } 
.star5_rating[data-rate="4.6"]:after{ width: 90%; } 
.star5_rating[data-rate="4.5"]:after{ width: 90%; } 
.star5_rating[data-rate="4.4"]:after{ width: 80%; } 
.star5_rating[data-rate="4.3"]:after{ width: 80%; } 
.star5_rating[data-rate="4.2"]:after{ width: 80%; } 
.star5_rating[data-rate="4.1"]:after{ width: 80%; } 
.star5_rating[data-rate="4"]:after{ width: 80%; } 

.star5_rating[data-rate="3.9"]:after{ width: 70%; } 
.star5_rating[data-rate="3.8"]:after{ width: 70%; } 
.star5_rating[data-rate="3.7"]:after{ width: 70%; } 
.star5_rating[data-rate="3.6"]:after{ width: 70%; } 
.star5_rating[data-rate="3.5"]:after{ width: 70%; } 
.star5_rating[data-rate="3.4"]:after{ width: 60%; } 
.star5_rating[data-rate="3.3"]:after{ width: 60%; } 
.star5_rating[data-rate="3.2"]:after{ width: 60%; } 
.star5_rating[data-rate="3.1"]:after{ width: 60%; } 
.star5_rating[data-rate="3"]:after{ width: 60%; }

.star5_rating[data-rate="2.9"]:after{ width: 50%; } 
.star5_rating[data-rate="2.8"]:after{ width: 50%; } 
.star5_rating[data-rate="2.7"]:after{ width: 50%; } 
.star5_rating[data-rate="2.6"]:after{ width: 50%; } 
.star5_rating[data-rate="2.5"]:after{ width: 50%; } 
.star5_rating[data-rate="2.4"]:after{ width: 40%; } 
.star5_rating[data-rate="2.3"]:after{ width: 40%; } 
.star5_rating[data-rate="2.2"]:after{ width: 40%; } 
.star5_rating[data-rate="2.1"]:after{ width: 40%; } 
.star5_rating[data-rate="2"]:after{ width: 40%; }

.star5_rating[data-rate="1.9"]:after{ width: 30%; } 
.star5_rating[data-rate="1.8"]:after{ width: 30%; } 
.star5_rating[data-rate="1.7"]:after{ width: 30%; } 
.star5_rating[data-rate="1.6"]:after{ width: 30%; } 
.star5_rating[data-rate="1.5"]:after{ width: 30%; } 
.star5_rating[data-rate="1.4"]:after{ width: 20%; } 
.star5_rating[data-rate="1.3"]:after{ width: 20%; } 
.star5_rating[data-rate="1.2"]:after{ width: 20%; } 
.star5_rating[data-rate="1.1"]:after{ width: 20%; } 
.star5_rating[data-rate="1"]:after{ width: 20%; }

.star5_rating[data-rate="0.9"]:after{ width: 10%; } 
.star5_rating[data-rate="0.8"]:after{ width: 10%; } 
.star5_rating[data-rate="0.7"]:after{ width: 10%; } 
.star5_rating[data-rate="0.6"]:after{ width: 10%; } 
.star5_rating[data-rate="0.5"]:after{ width: 10%; } 
.star5_rating[data-rate="0.4"]:after{ width: 10%; } 
.star5_rating[data-rate="0.3"]:after{ width: 10%; } 
.star5_rating[data-rate="0.2"]:after{ width: 10%; } 
.star5_rating[data-rate="0.1"]:after{ width: 10%; } 
.star5_rating[data-rate="0"]:after{ width: 0%; }

.detail-user-wrap{
    text-align: right;
    margin: 0 20px;
    font-size: 0.8rem;
}
.detail-user-wrap span{
    position: relative;
    bottom: 5;
}
.detail-user-image{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}
/*
 * summary系のcss
 */
.total-summaries-wrap{
    justify-content: center;
    margin: 10 0;
    font-size: 16px;
    color: black;
}
.total-summaries-wrap i{
    margin-right: 3px;
    font-size: 20px;
}

.total-summaries-wrap p{
    margin-left: 20px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}

.total-summaries-wrap span{
    letter-spacing: 1.4;
    color: #D97722;
    font-size: 2rem;
    margin-left: 10px;
    font-family: 'Roboto', sans-serif;
}

.summary_list_wrap a{
    margin-right: 7px;
}

.new_item_wrap{
    margin: 15px 0 25px;
}
.latest_item_list{
    margin: 12px 0;
}

.latest_item_list ul{
    height: 200px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
}
.latest_item_list ul::-webkit-scrollbar{
    height: 10px;
}
::-webkit-scrollbar-track {
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background-color: #f4a628;
}

.latest_item_list li{
    /*display: inline-block;*/
    position: relative;
}
.latest_item_list li:not(:first-child){
    margin-left: 10px;
}

.latest_item_list img{
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.latest_item_list p{
    margin: 4px;
}

.latest_name{
    font-size: 14px;
    font-weight: bold;
}

.latest_item_list ul li.genre{
    display: grid;
    position:top;
    bottom:380;
    left:0;
    border-bottom: 7vw solid transparent;
    border-left: 7vw solid red;
}

.latest_item_list .genre{
    position:absolute;
    top:0;
    left:0;
    border-bottom: 2vw solid transparent;
}

.latest_item_list .genre.genre1{border-left: 2vw solid #b0446a;}
.latest_item_list .genre.genre2{border-left: 2vw solid #71b7ce;}
.latest_item_list .genre.genre3{border-left: 2vw solid #bbb16e;}
.latest_item_list .genre.genre4{border-left: 2vw solid #a56f2f;}
.latest_item_list .genre.genre5{border-left: 2vw solid #8da52f;}
.latest_item_list .genre.genre6{border-left: 2vw solid #b01faa;}
.latest_item_list .genre.genre7{border-left: 2vw solid #c3771a;}
.latest_item_list .genre.genre8{border-left: 2vw solid #23b589;}
.latest_item_list .genre.genre9{border-left: 2vw solid #9b9997;}

.High ul{
    height: 230px; !important
}

.latest_review .genre{
    position:absolute;
    top: 0;
    left: 0;
    border-bottom: 2vw solid transparent;
}

.latest_blog_list ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px 0 0;
}
.latest_blog_list li{
    width: calc( (100% - 30px) / 4 );
    display: inline-block;
}
.latest_blog_list li + li{
    margin-left: 10px;
}
.latest_blog_list li:nth-child(4n+1){
    margin-left: 0px;
}
.latest_blog_list li:nth-child(n+5){
    margin-top: 15px;
}
.latest_blog_list img{
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.latest_blog_list p{
    margin: 4px;
}

.hover_line{
    margin-left: 20px;
}
.hover_line:hover{
    text-decoration: underline;
}

@media screen and (max-width: 960px){

}

@media screen and (max-width: 896px){
    @media only screen and (min-width:640px) {
    /*tablet用のcssを記述*/
    }
         
    @media only screen and (max-width: 767px){

    .item_list{
        grid-auto-rows: 125px;
    }

    /*
     * 小さい写真のコメント吹き出し
     */
    .item_list .genre{
        bottom:125;
        left:0;
        border-bottom: 7vw solid transparent;
        border-left: 7vw solid red;
    }
    .item_list .comment,
    div.big .comment{
        bottom: 13px;
        right:5px;
    }

    div.big .genre{
        bottom:251;
    }

    .profile_blc .vote.on{
        background:url(/img/new/vote_on.png) center top no-repeat;
        background-size:100% auto;
        position:absolute;
        right:10%;
        top:13%;
        width:33px;
        height:43px;
        background-size:100% auto;
        padding-top:35px;
        font-size:10px;
        text-align:center;
    }

    .item_keyword ul,
    .genre_tab ul{
        width: 100%;
        flex-wrap:nowrap;
    }

    /*
     * オーバーレイのコメント表示
     */
    .to_title_comment{
        display: none;
        left: 5;
        bottom: 145;
        position: relative;
        font-size: 1.2rem;
        font-weight: 800;
        line-height: 1.3rem;
        overflow: hidden;  
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-text-overflow: ellipsis;  
        -o-text-overflow: ellipsis;  
    }

    #to_genre1{color: rgb(234 115 166);}
    #to_genre2{color: #80c2d7;}
    #to_genre3{color: #bbb16e;}
    #to_genre4{color: #c58942;}
    #to_genre5{color: #b3d433;}
    #to_genre6{color: #b823b2;}
    #to_genre7{color: #e69633;}
    #to_genre8{color: #23b589;}
    #to_genre9{color: #bfbebe;}

    div.big .to_title_comment{
        display: none;
        left: 5;
        bottom: 270;
        position: relative;
        font-size: 2.2rem;
        font-weight: 800;
        line-height: 2.3rem;
        overflow: hidden;  
        text-overflow: ellipsis;
        word-wrap: break-word;
        -webkit-text-overflow: ellipsis;  
        -o-text-overflow: ellipsis;  
    }
    
    .total-summaries-wrap{
        font-size: 12px;
    }
    
    .total-summaries-wrap span{
        font-size: 1.4rem;
    }
    
    .item_list .genre{
        border-bottom: 7vw solid transparent;
    }

    .item_list .genre.genre1{border-left: 7vw solid #b0446a;}
    .item_list .genre.genre2{border-left: 7vw solid #71b7ce;}
    .item_list .genre.genre3{border-left: 7vw solid #bbb16e;}
    .item_list .genre.genre4{border-left: 7vw solid #a56f2f;}
    .item_list .genre.genre5{border-left: 7vw solid #8da52f;}
    .item_list .genre.genre6{border-left: 7vw solid #b01faa;}
    .item_list .genre.genre7{border-left: 7vw solid #c3771a;}
    .item_list .genre.genre8{border-left: 7vw solid #23b589;}
    .item_list .genre.genre9{border-left: 7vw solid #9b9997;}

    .latest_item_list .genre{
        border-bottom: 7vw solid transparent;
    }

    .latest_item_list .genre.genre1{border-left: 7vw solid #b0446a;}
    .latest_item_list .genre.genre2{border-left: 7vw solid #71b7ce;}
    .latest_item_list .genre.genre3{border-left: 7vw solid #bbb16e;}
    .latest_item_list .genre.genre4{border-left: 7vw solid #a56f2f;}
    .latest_item_list .genre.genre5{border-left: 7vw solid #8da52f;}
    .latest_item_list .genre.genre6{border-left: 7vw solid #b01faa;}
    .latest_item_list .genre.genre7{border-left: 7vw solid #c3771a;}
    .latest_item_list .genre.genre8{border-left: 7vw solid #23b589;}
    .latest_item_list .genre.genre9{border-left: 7vw solid #9b9997;}

    .High ul{
        height: 230px; !important
    }
    .latest_blog_list li{
        width: calc( (100% - 30px) / 3 );
        display: inline-block;
    }
    .latest_blog_list li + li,
    .latest_blog_list li:nth-child(4n+1){
        margin-left: 10px;
    }
    .latest_blog_list li:nth-child(3n+1){
        margin-left: 0px;
    }
    .latest_blog_list li:nth-child(n+5){
        margin-top: 0px;
    }
    .latest_blog_list li:nth-child(n+4){
        margin-top: 15px;
    }
}

/*** sp ***/
@media screen and (max-width: 519px) {
    header{
        height: 50px;
        padding: 8px 0;
    }
    .header_wrap{
        height: 100%;
    }
    header h1{
        height: 34px;
        background-size: auto 100%;
    }

    footer .footer_menu{
        font-size: 10px;
    }

    footer .footer_menu ul{
        display: block;
    }
    footer .footer_menu ul li + li{
        margin: 1em 0 0;
    }

    footer .copyright{
        padding: 3px;
    }
    .latest_blog_list li{
        width: calc( (100% - 10px) / 2 );
        display: inline-block;
    }
    .latest_blog_list li + li,
    .latest_blog_list li:nth-child(3n+1),
    .latest_blog_list li:nth-child(4n+1){
        margin-left: 10px;
    }
    .latest_blog_list li:nth-child(2n+1){
        margin-left: 0px;
    }
    .latest_blog_list li:nth-child(n+5){
        margin-top: 0px;
    }
    .latest_blog_list li:nth-child(n+3){
        margin-top: 15px;
    }
}
