@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    item_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------
*
    #modal_detail
*
-------------------------------------------------- */
#modal_detail{
    width: 640px;
    margin: 20px auto 50px auto;
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
}

#modal_detail .inner{
    padding: 0 80px;
}

#modal_detail .img_slider{
    border-radius: 20px 20px 0 0 !important;
    margin: 0 0 60px 0;
    opacity: 0;
}

#modal_detail .img_slider.on{
    opacity: 1;
    transition: opacity .8s ease;
}

#modal_detail .img_slider img{
    width: 100%;
    border-radius: 20px 20px 0 0 !important;
    opacity: 0;
}

#modal_detail.type_topic .img_slider img{
    width: 100%;
    height: auto;
}

#modal_detail .img_slider .slick-slide{
    border-radius: 20px 20px 0 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#modal_detail h2{
    font-size: 24px;
    letter-spacing: .05em;
    line-height: 1.7em;
}

#modal_detail .price{
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #b3b3b3;
    line-height: 1.5em;
    letter-spacing: .025em;
}

#modal_detail .shop{
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eee;
}

#modal_detail .shop dl{
    width: 100%;
    display: table;
}

#modal_detail .shop dt{
    padding: 3px 0 0 0;
    width: 50px;
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
}

#modal_detail .shop dt span{
    padding: 2px 5px 3px 5px;
    font-size: 14px;
    letter-spacing: .15em;
    color: #fff;
    background-color: #ff9d16;
    line-height: 1em;
    display: inline-block;
}

#modal_detail.type_topic .shop dt span{
    background-color: #4dbc18;
}

#modal_detail .shop dd{
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
    color: #ff9d16;
    letter-spacing: .1em;
    line-height: 1.7em;
}

#modal_detail.type_topic .shop dd{
    color: #4dbc18;
}

#modal_detail .shop dd span{
    margin: -2px 0 0 15px;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

#modal_detail .shop dd span a{
    display: inline-block;
    padding: 3px 10px 4px 10px;
    font-size: 12px;
    letter-spacing: .15em;
    border-radius: 25px;
    color: #fff;
    background-color: #bbb;
    line-height: 1em;
    display: inline-block;
    transition: opacity .1s ease .0s;
}

.is_pc #modal_detail .shop dd span a:hover,
.is_sp #modal_detail .shop dd span a.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}


#modal_detail .comment{
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eee;
}

#modal_detail .comment dl{
    width: 100%;
    margin: 0 0 20px 0;
    display: table;
}

#modal_detail .comment .title dt{
    padding: 0 0 0 0;
    width: 70px;
    display: table-cell;
    vertical-align: top;
}

#modal_detail.type_topic .face{
    margin-right: -15px;
    position: relative;
    left: -10px;
}

#modal_detail .comment .title dt img{
    width: 60px;
}

#modal_detail .comment .title dd{
    padding: 1px 0 0 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    color: #000;
    letter-spacing: .1em;
    line-height: 1.6em;
}

#modal_detail.type_topic .comment .title dd{
    font-size: 24px;
    line-height: 1.5em;
    position: relative;
    top: -10px;
}

#modal_detail .comment .txt{
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 1.777em;
    color: #000;
}

.is_pc #modal_detail .comment .txt a:hover,
.is_sp #modal_detail .comment .txt a.touch{
    text-decoration: underline;
}

#modal_detail .comment .date{
    font-size: 12px;
    color: #ff9d16;
    letter-spacing: .1em;
}

#modal_detail.type_topic .comment .date{
    color: #4dbc18;
}

#modal_detail .foot{
    padding: 40px 0;
    overflow: hidden;
}

#modal_detail .foot:after{
    content: '';
    display: block;
    clear: both;
}

#modal_detail .foot .l{
    float: left;
    position: relative;
}

#modal_detail .foot .l p span{
    margin: 0 0 4px 0;
    padding: 3px 5px;
    display: inline-block;
    background-color: #eee;
    color: #7d7d7d;
    font-size: 14px;
    letter-spacing: .1em;
}

#modal_detail .foot .r{
    padding: 5px 0 0 0;
    float: right;
}

#modal_detail .share .title,
#modal_detail .share ul,
#modal_detail .share li{
    display: inline-block;
    vertical-align: middle;
}

#modal_detail .share .title{
    margin: 0 5px 0 0;
    font-size: 14px;
    color: #7d7d7d;
}

#modal_detail .share li{
    margin: 0 5px;
}

#modal_detail .share li img{
    width: 33px;
}

.modal_yt,
.modal_yt iframe{
    width: 640px !important;
    height: calc(640px * .5625) !important;
    margin: 0 0 40px 0;
    border-radius: 20px 20px 0 0;
    position: relative !important;
}


/* --------------------------------------------------
*
    #related_post
*
-------------------------------------------------- */
#related_post h4{
    width: 240px;
    height: 50px;
    margin: 0 auto 20px auto;
    display: block;
    border-radius: 50px;
    background-color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}

/* --------------------------------------------------
*
    #related_list
*
-------------------------------------------------- */
#related_list{
    max-width: 1100px;
    min-width: 960px;
    margin: 0 auto;
}

#related_list ul{
    letter-spacing: -.40em;
}

#related_list li{
    width: calc(25% - 20px);
    margin: 0 10px 20px 10px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
}

#related_list li a{
    padding: 0 0 10px 0;
    display: block;
    color: #000;
    transition: opacity .1s ease .0s;
}

.is_pc #related_list li a:hover,
.is_sp #related_list li a.touch{
    opacity: .8;
    transition: opacity .15s ease .05s;
}

#related_list li .img{
    margin: 0 0 20px 0;
}

#related_list li .img img{
    width: 100%;
    opacity: 1 !important;
}

#related_list .title{
    width: 100%;
    padding: 0 15px;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    display: table;
    border-bottom: 1px solid #eee;
}

#related_list .title .face{
    width: 60px;
    display: table-cell;
    vertical-align: top;
}

#related_list .title .face img{
    width: 48px;
}

#related_list .title .col{
    display: table-cell;
    vertical-align: top;
}

#related_list .title h3{
    margin: 0 0 10px 0;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.5em;
}

#related_list .title .date{
    margin: 0 0 15px 0;
    font-size: 12px;
    color: #ff9d16;
}

#related_list .shop{
    margin: 0 0 3px 0;
    padding: 0 15px;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.5em;
}

#related_list .item{
    padding: 0 15px;
    font-size: 12px;
    color: #b3b3b3;
    letter-spacing: .025em;
    line-height: 1.5em;
}

} /* ----- min-width : 641px ----- */