/**
 * マンガでわかるOURCARD
 **/

 .l-main-content .l-comic {
    /* margin-bottom: 80px; */
}

.l-main-content .l-comic .comic {
    display: -webkit-box;
    display: flex;
    /* margin: 0 0 60px; */
}

@media (max-width: 768px) {
    .l-main-content .l-comic .comic {
        flex-direction: column;
        align-items: center;
    }
}

.l-main-content .l-comic .l-comic-content__mokuji {
    margin-right: 30px;
    position: relative;
    width: 450px;
}

@media (max-width: 768px) {
    .l-main-content .l-comic .l-comic-content__mokuji {
        margin: 0 0 30px;
        max-width: 100%;
    }
}

.comic-mokuji {
    background: #F2F5FF;
    padding: 30px;
    border-radius: 8px;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

@media (max-width: 768px) {
    .comic-mokuji {
        /* display: none; */
    }
}

.comic-mokuji-select {
    display: none;
    border: 1px solid #525252;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .comic-mokuji-select {
        display: block;
        width: 100%;
        padding: 0.5em 0.5em;
        color: #707070;
        font-size: 14px;
    }
}

.comic-mokuji__list {
    margin: 0;
    margin-bottom: 20px;
}

.comic-mokuji__list:hover {
    cursor: pointer;
}

.comic-mokuji__list:last-child {
    margin-bottom: 0;
}

.comic-mokuji__title {
    background: #03C5A5;
    display: inline-block;
    padding: 0.1em 0.6em;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.comic-mokuji__detail {
    margin-bottom: 20px;
    font-size: 16px;
}

.comic-mokuji__link {
    color: #222;
}

.comic-mokuji__detail:last-child {
    margin-bottom: 0;
}

.comic-ep__item {
    margin-bottom: 30px;
}

.comic-ep__item:last-child {
    margin-bottom: 0;
}

.comic-ep__title {
    background: #fff;
    border: 2px solid #03c5a5;
    padding: 10px 20px;
    text-align: center;
    max-width: 450px;
    width: 100%;
    box-sizing: border-box;
}

.comic-ep__title-epnum {
    background: #03c5a5;
    color: #fff;
    padding: 0.1em 0.5em;
    margin: 0 0 5px;
    display: inline-block;
    font-size: 14px;
    border-radius: 5px;
}

.comic-ep__title-epname {
    color: #03c5a5;
    font-weight: bold;
    margin: 0;
    font-size: 20px;
}

@media (max-width: 768px) {
    .comic-ep__title-epname {
        font-size: 17px;
    }
}

.comic-ep__img {
    max-width: 450px;
    width: 100%;
    border: 1px solid #222;
}

.comic-ep__tranbtn {
    background: #0088BA;
    display: block;
    padding: 10px 20px;
    max-width: 450px;
    width: 100%;
    text-align: center;
    border-radius: 7px;
    border: 2px solid #0088BA;
    transition: .2s;
    box-sizing: border-box;
}

.comic-ep__tranbtn:hover,
.comic-ep__tranbtn:active {
    background: #fff;
    border: 2px solid #0088BA;
}

.comic-ep__tranbtn--comingsoon {
    background: #888;
    display: block;
    padding: 10px 20px;
    max-width: 450px;
    width: 100%;
    text-align: center;
    border-radius: 7px;
}

.comic-ep__tranbtn-epnum {
    background: #fff;
    color: #0088BA;
    padding: 0.1em 0.5em;
    margin: 0 0 5px;
    display: inline-block;
    font-size: 14px;
    border-radius: 5px;
}

.comic-ep__tranbtn:hover .comic-ep__tranbtn-epnum,
.comic-ep__tranbtn:active .comic-ep__tranbtn-epnum {
    background: #0088BA;
    color: #fff;
}

.comic-ep__tranbtn-epnum--comingsoon {
    background: #fff;
    color: #888;
    padding: 0.1em 0.5em;
    margin: 0 0 5px;
    display: inline-block;
    font-size: 14px;
    border-radius: 5px;
}

.comic-ep__tranbtn-epname {
    color: #fff;
    font-weight: bold;
    margin: 0;
    font-size: 20px;
}

.comic-ep__tranbtn:hover .comic-ep__tranbtn-epname,
.comic-ep__tranbtn:active .comic-ep__tranbtn-epname {
    color: #0088BA;
}

@media (max-width: 768px) {
    .comic-ep__tranbtn-epname {
        font-size: 13.5px;
    }
}

.comic-ep__tranbtn-epname--comingsoon {
    color: #fff;
    font-weight: bold;
    margin: 0;
    font-size: 20px;
}

@media (max-width: 768px) {
    .comic-ep__tranbtn-epname--comingsoon {
        font-size: 13.5px;
    }
}

.comic-ep__tranbtn-comingsoon {
    background: #fff;
    color: #888;
    display: inline-block;
    padding: 0 15px;
}

.cta-btn {
    display: block;
    transition: .2s;
    margin-right: 30px;
    border: 2px solid #03c5a5;
    border-radius: 0.5em;
    background: #03c5a5;
    padding: 24px 14px;
    width: 100%;
    color: #fff;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .cta-btn {
        width: 100%;
    }
}

.cta-btn:hover,
.cta-btn:active {
    color: #03c5a5;
    background: #fff;
}

.comic-mokuji-item {
    color: #707070;
}


/* タブ */
.tab-switch {
    /* display: flex; */
}
.tab-switch_item {
    /* margin: 10px; */
    cursor: pointer;
}
 
.manga .manga-button[data-tab-switch].is-open {
    color: white;
    background: #707070;
}
[data-tab-content].is-open-manga {
    display: block;
}
[data-tab-content] {
    display: none;
}
[data-tab-content].is-open {
    display: block;
}