@charset "utf-8";
/* CSS Document */

.product_naire_text_01{
color:#e50000;
}
.product_naire_text_02{
margin:0 0 10px 0;
color:#e50000;
font-weight: bold;
}

ul,ul li{
padding: 0;
margin: 0;
list-style: none;
}
dl,dl dt,dl dd{
padding: 0;
margin: 0;
}


.pdt_description{

}
.pdt_description ul{
text-align: center;
color:#333333;
}
.pdt_description ul li{

}
.pdt_description ul li dl{

}
.pdt_description ul li dl dt{
background: #f5f5f5;
padding: 15px 0;
font-size:20px;
letter-spacing: 0.2rem;
}
.pdt_description ul li dl dt span{
font-size:12px;
display: inline-block;
margin:0 0 0 10px;
}
.pdt_description ul li dl dd{
padding: 20px 0 40px 0;
line-height: 1.8;
}
.pdt_description ul li dl dd.pdt_dsc_leftdd{
text-align: left;
}

.pdt_description ul.pdt_detail{
display: flex;
justify-content: space-between;
}
.pdt_description ul.pdt_detail li{
width: calc( 100% / 2 - 10px );
}
.pdt_description ul li dl dd.pdt_dsc_related{
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.pdt_description ul li dl dd.pdt_dsc_related a{
display: block;
width: calc( 100% / 4 - 10px );
margin-bottom: 30px;

}
.pdt_description ul li dl dd a{
display: block;
color: #333;
text-decoration: none;
}
.pdt_description ul li dl dd a span{
display: block;
border-top:1px dashed #333;
padding:5px 0 0 0;
margin:5px 0 0 0;
font-size:70%;
}
.pdct_inf_ttl{
text-align: center;
font-weight: bold;
font-size:130%;
border-bottom:1px dotted #333;
padding-bottom: 10px;
margin-bottom: 15px
}
.sound_area{
text-align: center;
margin-bottom: 30px;
}
.fs-p-productDescription--short center{
margin: 0 0 20px 0 !important;
}

.gd_ty_js{
background: #f77a43;
color:#fff;
display: inline-block;
padding: 10px;
border-radius: 10px;
}

.fs-c-productSalesPeriod {
    border: 0px solid #808080 !important;
    border-width: 1px 0;
    line-height: 1.4;
    padding: 8px;
    text-align: center;
    background: #8ea8cc !important;
    color: #fff !important;
}

.tuna_dc{
    text-align: center;
    margin-top: 20px;
}
.tuna_dc a{
display: inline-block !important;
background: #192346;
color:#ffffff !important;
padding: 10px 15px !important;
border-radius: 10px;
}

/* カテゴリー表示 */

.fs-c-productMark__mark{
border-radius: 3px;
    border: 1px solid #ccc;
}

.fs-c-productMark__mark--9 {
    color: #5c5c5c;
    background: none;
    border: 1px solid #ccc;
}
.fs-c-productMark__mark--19 {
    color: #fff;
    background: #c93037;
	border: 0px solid #ccc;
}
.fs-c-productMark__mark--38{
    color: #5c5c5c;
    background: none;
    border: 1px solid #ccc;
}
.fs-c-productMark__mark--39{
    color: #5c5c5c;
    background: none;
    border: 1px solid #ccc;
}
.fs-c-productMark__mark--37{
    color: #5c5c5c;
    background: none;
    border: 1px solid #ccc;
}
.fs-c-productList__list__item form{
display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.fs-c-productMark__mark--35 {
    color: #fff;
    background: #c93037;
}
/*商品ページ 体験レビュー*/
.pdt_review{
   display: flex;
    margin-bottom: 40px;
    padding: 10px;
    border: solid 1px #CA1D1D;
    border-radius: 20px;
    align-items: center;
    transition: opacity 0.3s ease-out;
    position: relative;
}
.pdt_review dt{
    background: none!important;
}
.pdt_review_image{
    margin-right: 10px;
}
.pdt_review_image img{
    width: 350px;
    border-radius: 10px;
}
.pdt_review_txt{
    text-align: left;
}
.next_review{
    content: "";
    position: absolute;
    right: 16px;
    bottom: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 13px 13px;
    border-color: transparent transparent #CA1D1D;
}
/* カテゴリー表示 end */

.pc_dake{
display: block;
}
.sp_dake{
display: none;
}

@media screen and (max-width: 768px) {


.pdt_description ul li dl dd.pdt_dsc_related a{
display: block;
width: calc( 100% / 2 - 10px );
margin-bottom:30px;
}
.pdt_description ul li dl dd.pdt_dsc_related a:nth-last-of-type(-n+2){
margin-bottom:0px;
}
.pdt_description ul.pdt_detail{
display: block;
}

.pdt_description ul.pdt_detail li{
width: 100%;
}
.fs-c-productSalesPeriod{
    border: 0px solid #808080 !important;
    border-width: 1px 0;
    line-height: 1.4;
    padding: 8px;
    text-align: center;
    background: #8ea8cc !important;
    color: #fff !important;
}

.pc_dake{
display: none;
}
.sp_dake{
display: block;
}

}
