/*-------------------------------
	詳細
-------------------------------*/

.Single__inner{
    flex-direction: column;
}

/* 新品 */
.Single-lank__item-title:has(.-n){
    color: var(--subcolor);
}
.Single-Icon.-n{
    background: var(--subcolor);
}
/* 新品（未使用品） */
.Single-lank__item-title:has(.-s){
    color: #fc9d02;
}
.Single-Icon.-s{
    background: #fc9d02;
}
/* 美品 */
.Single-lank__item-title:has(.-a){
    color: #ffd400;
}
.Single-Icon.-a{
    background: #ffd400;
}
/* 程度良好 */
.Single-lank__item-title:has(.-b){
    color: #79d32d;
}
.Single-Icon.-b{
    background: #79d32d;
}
/* 一般中古 */
.Single-lank__item-title:has(.-c){
    color: #26c0c7;
}
.Single-Icon.-c{
    background: #26c0c7;
}
/* 程度不良 */
.Single-lank__item-title:has(.-d){
    color: #0070d0;
}
.Single-Icon.-d{
    background: #0070d0;
}
/* ジャンク */
.Single-lank__item-title:has(.-j){
    color: #585858;
}
.Single-Icon.-j{
    background: #585858;
}

/*----- 上部 */
.Single-top{
    width: 100%;
    margin-bottom: 7.5rem;
}
.Single-top__title{
    border-bottom: .3rem solid var(--blackcolor);
    width: 100%;
    margin-bottom: 3rem;
    padding-bottom: 1.8rem;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: calc(3.7 / 2.5);
}
.Single-top__inner{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.Single-top__left{
    width: 47.5%;
}
.Single-top__slider{
    border: .3rem solid var(--blackcolor);
    width: 100%;
    margin-bottom: 1.8rem;
    border-radius: 1rem;
    overflow: hidden;
}
.Single-top__slider-image{
    width: 100%;
}
.Single-top__slider-image img{
    width: 100%;
    height: 36.5rem;
    object-fit: cover;
}
.Single-top__thumb{
    width: 100%;
}
.Single-top__thumb-inner{
    width: 100%;
    gap: .5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.Single-top__thumb-item{
    border: .3rem solid var(--blackcolor);
    width: calc((100% - (.5rem * 3)) / 4);
    border-radius: 1rem;
    overflow: hidden;
    cursor: pointer;
}
.Single-top__thumb-item img{
    transition: var(--transition);
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.Single-top__thumb-item img:hover{
    transform: scale(1.1);
}

.Single-top__right{
    width: 49.5%;
}
.Single-top-data{
    width: 100%;
    margin-bottom: 3rem;
    border-radius: 1rem;
    padding: 2.5rem 3rem 3rem;
    background: #f7f7f7;
}
.Single-top-data__subtitle{
    letter-spacing: .05em;
    margin-bottom: .2rem;
    line-height: 1.25;
    font-weight: 600;
    color: #585858;
}
.Single-top-data__subtitle a{
    line-height: 1;
}
.Single-top-data__title{
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: calc(3.7 / 2.2);
}
.Single-top-data__price{
    color: var(--subcolor);
    width: 100%;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
.Single-top-data__price span{
    font-size: 2.2rem;
    line-height: 1;
    display: block;
}
.Single-top-table{
    margin-bottom: 1.5rem;
}
.Single-top-table-block:not(:last-child){
    margin-bottom: .4rem;
}
.Single-top-table-block__title{
    font-size: 1.6rem;
    min-height: 5.6rem;
    justify-content: flex-start;
}
.Single-top-table-block.-lank .C-Table-block__body{
    padding-top: .8rem;
    padding-bottom: .8rem;
}
.Single-top__list-item{
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: calc(2.5 / 1.4);
    font-weight: 500;
    color: #585858;
}
.Single-top__list-item::before{
    content: "※";
    line-height: calc(2.5 / 1.4);
}

/*----- 状態ランク一覧 */
.Single-lank__inner{
    border: .2rem solid var(--blackcolor);
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    overflow: hidden;
}
.Single-lank__title{
    background: var(--blackcolor);
    width: 100%;
    height: 7.5rem;
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Single-lank__item{
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.Single-lank__item:not(:last-child){
    border-bottom: .2rem solid var(--blackcolor);
}
.Single-lank__item-title{
    width: 22rem;
    padding: 1.4rem 4.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.Single-Icon{
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: .3rem;
    margin-right: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.Single-lank__item-body{
    width: calc(100% - 22rem);
    padding: 1.8rem 2.5rem 2rem 2rem;
    position: relative;
}
.Single-lank__item-body::before{
    background: var(--blackcolor);
    content: "";
    display: block;
    width: .2rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.Single-lank__item-text{
    font-weight: 700;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

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

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

    /*----- 上部 */
    .Single-top{
        margin-bottom: 4rem;
    }
    .Single-top__title{
        margin-bottom: 2.8rem;
        padding-bottom: 2.2rem;
    }
    .Single-top__inner{
        flex-direction: column;
    }
    .Single-top__left{
        width: 100%;
        margin-bottom: 2.8rem;
    }
    .Single-top__slider{
        margin-bottom: 1.6rem;
    }
    .Single-top__slider-image{
        width: 100%;
    }
    .Single-top__slider-image img{
        height: 30.6rem;
    }
    .Single-top__thumb-inner{
        gap: .4rem;
    }
    .Single-top__thumb-item{
        width: calc((100% - (.4rem * 3)) / 4);
    }

    .Single-top__right{
        width: 100%;
    }
    .Single-top-data{
        margin-bottom: 2rem;
        padding: 2rem;
    }
    .Single-top-data__subtitle{
        margin-bottom: .2rem;
    }
    .Single-top-data__title{
        margin-bottom: 1rem;
    }
    .Single-top-table-block:not(:last-child){
        margin-bottom: .5rem;
    }
    .Single-top-table-block__title{
        min-height: 5.6rem;
        padding-left: 2rem;
    }
    .Single-top-table-block__text{
        line-height: calc(2.5 / 1.6);
    }

    /*----- 状態ランク一覧 */
    .Single-lank__title{
        height: 6.2rem;
        font-size: 2.2rem;
    }
    .Single-lank__item-title{
        width: 11.5rem;
        padding: 1.4rem 1.5rem;
        line-height: 1.2;
    }
    .Single-Icon{
        margin-right: 1rem;
    }
    .Single-lank__item-body{
        width: calc(100% - 11.5rem);
        padding: 1.2rem 1rem 1.2rem 1.8rem;
    }

}



/*-------------------------------
	関連商品
-------------------------------*/

.Case{
    padding-bottom: 0;
	background: #2c2c2c;
}
.Case-slider{
    padding-bottom: var(--padding-topbottom);
    padding-top: 4rem;
    margin-top: -4rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

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

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

    .Case-slider{
        padding-top: 3rem;
        margin-top: -3rem;
    }
    .C-Case-block-wrap{
        flex-wrap: nowrap;
    }
    .C-Case-block{
        width: 35rem;
        margin-left: 1.3rem;
        margin-right: 1.3rem;
    }
    .C-Case-block:not(:last-child){
        margin-bottom: 0;
    }
    .C-Case-block__body{
        padding: 1.5rem 1.5rem 2.5rem;
    }
    .C-Case-block__title{
        margin-bottom: 1.5rem;
    }
    .C-Case-block__price{
        padding-top: 1.6rem;
        font-size: 2rem;
    }

}



.C-Nav{
    padding-top: var(--padding-topbottom);
    padding-bottom: var(--padding-topbottom);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

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

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

    .C-Nav{
		padding-top: 5rem;
    }
    .C-Nav__item.-prev{
        left: var(--padding-leftright);
    }
    .C-Nav__item.-next{
        right: var(--padding-leftright);
    }

}