@charset "UTF-8";

.main {
    overflow: hidden;
}

.section--onlineShop {
    padding: 56px 4.2% 120px;
}

.title {
    letter-spacing: -0.01em;
    padding-top: 24px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.title::after {
    content: 'ONLINE SHOP';
    font-family: 'Wittgenstein';
    color: #e6e6e6;
    opacity: 54%;
    font-size: 5.6rem;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
    white-space: nowrap;
}

.online__list {
    margin-top: 56px;
}

.cd__img {
    width: 100%;
}

.cdTxt__group {
    margin-top: 24px;
    letter-spacing: 0.05em;
}

.category__day {
    display: flex;
    align-items: center;
    gap: 8px;
}

.category {
    border-radius: 8px;
    background-color: #3f3f3f;
    padding: 5px 10px;
    color: #F5F5F5;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
}

.category__day time {
    color: #7C7B7B;
    font-size: 1.6rem;
    line-height: 1.3;
}

.cd__information {
    margin-top: 8px;
}

.cd {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    width: auto;
}

.artist {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    width: auto;
}


.cd__btn {
    border-radius: 8px;
    background: #C1C343;
    box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em;
	display: block;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    margin-top: 24px;
}

.money {
    margin-top: 16px;
    position: relative;
}

.money::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #7c7b7b;
    position: absolute;
    top: -8px;
    opacity: 50%;
}

.fee {
    margin-right: 8px;
    font-size: 2rem;
    line-height: 1;
}

.tax {
    font-size: 1.4rem;
    line-height: 1;
}

.cd__txt {
    margin-top: 8px;
    color: #7C7B7B;
    font-size: 1.6rem;
    line-height: 1.3;
}

.traial {
    display: flex;
    margin-top: 8px;
    justify-content: end;
    gap: 4px;
}

.traial__listening {
    font-size: 1.4rem;
    color: #445cbd;
}

.music__list {
    list-style: auto;
    font-size: 1.6rem;
    margin-left: 24px;
    line-height: 1.8;
    counter-reset: num;
}

.music__item--korea {
    font-family: 'noto sans korean';
}

.music__item--korea p {
    display: inline-block;
}

.music__item--play p {
    display: inline-block;
}

.music__item {
    display: flex;
    justify-content: space-between;
}

.music__item p {
    counter-increment: num;
}

.music__item p::before {
    content: counter(num) ".";
    position: absolute;
    left: 4.2%;
}

.audio__player {
    display: inline-block;
}

.cd__item {
    margin-top: 96px;
}

.cd__item:first-of-type {
    margin-top: 48px;
}

.cd__item:first-of-type .music__item,
.cd__item:nth-of-type(7) .music__item {
    padding-left: 0.2em;
}

.cd__item:nth-of-type(2) .music__item {
    display: list-item;
}

.cd__item--goods .cd {
    margin-top: 8px;
}

.goods__content {
    margin-top: 24px;
    letter-spacing: 0.05em;
}

.color__list,
.item__content {
    font-size: 1.6rem;
    line-height: 1.8;
}
.color__list {
    display: flex;
    margin-top: 16px;
}

.material,
.size {
    margin-top: 4px;
}

.bonus__list {
    font-size: 1.6rem;
}

.gender {
    margin-top: 24px;
    font-size: 2rem;
    font-weight: 700;
}

.gender::after {
    border-bottom: 3px dotted #7c7b7b;
    content: '';
    display: block;
    width: 100%;
}

.t__img {
    display: flex;
    gap: 8px;
}

.color__title {
    margin-top: 8px;
    font-size: 1.6rem;
}

.color__img {
    display: flex;
    margin-top: 7px;
}

.img__front,
.img__back {
    display: block;
}

.color__position {
    font-size: 1.4rem;
    color: #7C7B7B;
}

.color__back {
    position: absolute;
    top: 70px;
    left: 106px;
    font-size: 1.4rem;
}

.color__img--black .img__flont .t__position {
    width: 95%;
}

.color__img--black .img__back .t__position {
    width: 92%;
}

.color__img--navy .img__flont .t__position {
    margin-top: 1px;
}

.color__img--navy .img__back .t__position {
    width: 98%;
    margin-top: 1px;
}

.color__img--purple .img__flont .t__position {
    width: 98%;
    margin-top: 1px;
}

.color__img--purple .img__back .t__position {
    width: 96%;
}

.detail {
    margin-top: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
}

.goodsTxt__list {
    margin-top: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
}

.goodsTxt__item {
    padding-left: 1em;
    text-indent: -1em;
}

.case__img,
.goods__img span {
    margin-top: 24px;
    display: block;
}

.caseColor__title {
    margin-top: 24px;
    font-size: 1.6rem;
}

.caseColor__img {
    margin-top: 8px;
}

.caseColor__color {
    margin-top: 16px;
    font-size: 1.8rem;
}

.caseColor__name {
    font-size: 1.8rem;
    margin-top: 8px;
}

.caseColor__click {
    text-decoration: underline;
}

.caseColor__click:hover {
    transition: 0.4s;
    cursor: pointer;
    color: #445cbd;
}

/* .caseColor__img {
    transition: 0.4s;
    cursor: pointer;
    margin-top: 4px;
} */

/* .caseColor__img:hover {
    opacity: 0.5;
} */

.caseColor__img:last-of-type img {
    width: auto;
}
/* .caseColor__img svg {
    fill: #445cbd;
    width: 64px;
    height: 10px;
    transition: 0.4s;
    cursor: pointer;
    padding-top: 2px
} */
@media screen and (min-width: 425px) {
    .section--onlineShop {
        padding: 56px 4.2% 160px;
    }
}

/* tablet 600px~ */
@media screen and (min-width: 600px) {
    .section--onlineShop {
        padding: 72px 9.7% 180px;
    }

    .online__list {
        max-width: 600px;
        margin: 0 auto;
    }

    .cd__item:first-of-type {
        margin-top: 64px;
    }

    .cd {
        font-size: 2.8rem;
    }

    .music__item p::before {
        left: 9.7%;
    }

    .case__img {
        margin-top: 24px;
    }

    .caseColor__img {
        margin-top: 8px;
    }

    .caseColor__title,
    /* .cd__btn, */
    .caseColor__img:first-of-type {
        margin-top: 32px;
    }

    .detail,
    .goodsTxt__list {
        letter-spacing: 0.05em;
        margin-top: 24px;
    }
    
    .goods__sp {
        display: none;
    }
}



/* pc 745px~ */
@media screen and (min-width: 745px) {
    .section--onlineShop {
        padding: 72px 9.7% 200px;
    }

    .music__item p::before {
        left: 50%;
        transform: translateX(-300px);
    }
}

/* pc 1024px~ */
@media screen and (min-width:1024px) {
    .section--onlineShop {
        padding: 160px 9.7% 216px;
    }

    .title {
        letter-spacing: 0.03em;
    }

    .title::after {
        font-size: 9.6rem;
        top: -3px;
    }

    .online__list {
        margin: 128px auto 0;
        max-width: 1160px;
    }

    .cd__item {
        display: flex;
        justify-content: center;
        margin-top: 150px;
        gap: 64px;
    }

    .cd__img,
    .goods__img {
        width: 400px;
        height: 100%;
        margin-right: 0px;
    }

    .goods__content {
        width: 400px;
        margin-top: 0;
    }

    .cd__item--goods {
        display: flex;
        /* width: 825px; */
        margin: 150px auto 0;
    }

    .cdTxt__group {
        width: 400px;
        margin-top: 0;
    }

    
    .category {
        font-size: 2rem;
    }

    .category__day {
        margin-top: 0;
    }

    .cd {
        font-size: 2.8rem;
    }

    .artist {
        font-size: 2.4rem;
    }

    .cd__btn {
        padding: 15px 24px;
        font-size: 2.4rem;
    }


    .cd__item--goods:nth-of-type(10) .cd__btn {
        margin-top: 44px;
    }

    .cd__item--goods:last-of-type .cd__btn {
        margin-top: 76px;

    }

    .cd__item--goods .goods__img {
        height: 100%;
        width: 400px;
    }

    .cd__item:nth-of-type(2) .cd__btn {
        padding: 15px 16px;
    }

    /* .music__list {
        font-size: 2rem;
    } */

    .music__item p::before {
        transform: translateX(34px);
    }

    .gender:first-of-type {
        margin-top: 0;
    }

    .gender::after {
        width: 100%;
    }

    .t__color {
        margin-right: 16px;
    }

    .t__img {
        justify-content: space-between;
    }

    .color__img--black img {
        width: 85px;
    }

    .color__flont {
        position: absolute;
        top: 85px;
        left: 35px;
        font-size: 1.4rem;
    }

    .color__back {
        position: absolute;
        top: 85px;
        left: 125px;
        font-size: 1.4rem;
    }

    .color__img--black .color__back {
        left: 120px;
    }

    .color__img--purple .color__back {
        left: 130px;
    }

    .case__img {
        width: 400px;
        display: block;
        margin: 0 auto;
    }

    .caseColor__title {
        width: 200px;
    }

    .caseColor__img {
        display: block;
        margin: 8px auto 0;
        position: relative;
        display: flex;
    }

    .caseColor__img:nth-of-type(2) {
        margin: unset;
        margin-top: 8px;
    }

    .caseColor__img:first-of-type {
        width: 250px;
        margin-right: 0;
    }

    .material,
    .size {
        margin-top: 8px;
    }
/* 
    .color__list,
    .item__content,
    .detail,
    .goodsTxt__list {
        font-size: 2rem;
    } */
}

/* @media screen and (min-width: 1050px) {
    .cd__item:nth-of-type(2) .cd__btn {
        padding: 15px 24px;
    }
} */

/* @media screen and (min-width: 1150px) {
    .cd__item--goods .cd__btn {
        margin-left: 53.6%;
    }
} */

@media screen and (min-width: 1032px) {
    .cd__item--goods:last-of-type .cd__btn{
        margin-top: 107px;
    }
}

@media screen and (min-width: 1080px) {
    .cd__item--goods:nth-of-type(10) .cd__btn {
        margin-top: 56px;
    }

    .cd__item--goods:last-of-type .cd__btn{
        margin-top: 139px;
    }
}

@media screen and (min-width: 1440px) {
    .section--onlineShop {
        padding: 184px 9.7% 320px;
    }
    
    .cdTxt__group,
    .goods__content {
        width: 454px;
    }

    .cd__item--goods {
        width: unset;
    }

    .cd__item--goods:nth-of-type(10) .cd__btn {
        margin-top: 56px;
    }

    .cd__item--goods:last-of-type .cd__btn {
        margin-top: 167px;
    }

    .music__item p::before {
        transform: translateX(8px);
    }
    
    .cd__item {
        gap: 80px;
    }
}

@media screen and (min-width: 2000px) {
    .section--onlineShop {
        padding: 184px 9.7% 400px;
    }
}

/*==========================
modal
==========================*/
/* モーダル画像 */
.caseColor__modal {
    /* display: none; */
    z-index: -10;
    opacity: 0;
    transition: 1s;
    width: 0;
    padding: 8px;
    background-color: white;
    box-shadow: 2px 4px 12px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.caseColor__modal.open {
    /* display: block; */
    z-index: 30;
    opacity: 1;
    width: 75%;
    max-width: 600px;
}

.caseColor__modal:last-of-type.open {
    width: 100%;
    height: auto;
}



/* 背景のグリーン */
.online__list::after {
    display: none;
    content: '';
    background-color: #445cbd;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.online__list.open::after {
    display: block;
}

/* 閉じるボタン */
.close {
    display: none;
    width: 24px;
    height: 24px;
    position: fixed;
    right: 8%;
    top: 3%;
    z-index: 30;
}

.close.open {
    display: block;
}

.close svg {
    width: auto;
}



/* ==================
player
====================== */
.toggle {
    background-color: #445cbd;
    color: #F5F5F5;
    padding: 4px 8px;
    font-size: 1.4rem;
    line-height: 1;
    margin-left: 16px;
    border-radius: 4px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
    transition: 0.4s;
    cursor: pointer;
    vertical-align: text-bottom;
}

.toggle:hover {
    background-color: #445cbd;
    color: #f5f5f5;
}


