@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/* 2024/08/15 yano */
div.order ul li:has(a[href*=index]),
div.order ul li:has(a[href*=item])
{
    display: none;
}
/*===========================PC====================================== */
.talent01 .box img {
    max-width: 100%;
    height: 100% !important;
}
.talent02 .box img {
    max-width: 100%;
    height: 100% !important;
}
.sale02 .items .price{
	color: red!important;
}
.sale03 .items .price{
	color: red!important;
}
.sale03 .search{
	margin-bottom: 20px;
}

div.items > article .name:has('') {
    padding-top: 10px;
    color: #000;
}

div.items > article p.soldout {
    color: #000 !important;
}

div.item_view > h2{order:1;}
div.item_view > ul{order:2;}
div.item_view > .sku1{order:3;}
div.item_view > .sku2{order:4;}
div.item_view > .struct{order:5;}
div.item_view > .detail{order:6;}

.sale{
    padding: 40px 30px;
    color: #3a4064 !important;
}
.sale h2{
    font-family: "Josefin Slab", serif !important;
    font-size: 60px;
    line-height: 1;
}
.sale h2 span{
    font-family: "Josefin Slab", serif !important;
    font-size: 90px;
    display: block;
}
.sale div{
    border-top: 1px solid #3a4064;
    border-bottom: 1px solid #3a4064;
    width: fit-content;
    margin: 20px auto 0;
    padding-block: 20px;
    border-top: 1px solid #3a4064;
    line-height: 1.4;
    position: relative;
    padding-left: 110px;
    font-size: 26px;
}
.sale div:before{
    position: absolute;
    top: 23px;
    left: 0;
    background: #3a4064;
    color: #fff;
    display: block;
    padding: 5px 10px;
    content: "セール期間";
    border-radius: 3px;
    font-size: 14px;
}

/*===========================tab====================================== */
@media screen and (min-width: 469px) and (max-width: 768px){




}
/*===========================tab END====================================== */
/*===========================sp====================================== */
@media only screen and (max-width: 468px){






}
/*===========================sp END====================================== */

.selected {
	background: none !important;
	color: #333 !important;
}
.selected:hover {
	background: #919191 !important;
}

.purchase.form_wrap dl:nth-of-type(5){
    display: none;
}