@charset "UTF-8";

.d-inner {
    padding-bottom: 60px;
}

/* background
========================================== */
.d-contentsBox {
    background: url(../images/common/bg-yellowgreen.png) repeat;
}

/* title
========================================== */
.d-box-title {
    background: url(../images/cast/title-cast-pc.png) no-repeat;
    padding-top: calc(60 / 860 * 100%);
    background-size: contain;
    margin: 45px auto;
    text-indent: -9999em;
    font-size: 0;
    background-size: contain;
    max-width: 820px;
}

/*  人形
========================================== */

.character {
    content: "";
    display: block;
    background: url(../images/common/icon-chara.png) no-repeat center / contain;
    position: absolute;
    padding-top: 10%;
    top: 200px;
    right: -50px;
    width: 68px;
    height: 102px;
    transform: rotate(45deg);
    animation: anime-music-chara 2s infinite;
}

@keyframes anime-music-chara {
    0% {
        transform: translateX(-50%) rotate(45deg);
    }

    25% {
        transform: translateX(0) rotate(45deg);
    }

    50% {
        transform: translateX(0) rotate(45deg);
    }

    75% {
        transform: translateX(-50%) rotate(45deg);
    }

    100% {
        transform: translateX(-50%) rotate(45deg);
    }
}

/* pin_img
========================================== */
.pin_right_top {
    background: url(../images/common/pin.png) no-repeat no-repeat center / contain;
    ;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 17px;
    height: 17px;
}

.pin_left_top {
    background: url(../images/common/pin.png) no-repeat no-repeat center / contain;
    ;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 17px;
    height: 17px;
}

.pin_left_bottom {
    background: url(../images/common/pin.png) no-repeat no-repeat center / contain;
    ;
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 17px;
    height: 17px;
}

.pin_right_bottom {
    background: url(../images/common/pin.png) no-repeat no-repeat center / contain;
    ;
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 17px;
    height: 17px;
}


.cast-box-body {
    position: relative;
}




/* cast-article
------------------------------------------ */
.cast-article-body {
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    padding: 120px 60px;
}


.cast-list {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
}

.cast-list-fontsize {
    font-size: 14px;
}

.cast-list-subfs {
    font-size: 20px;
}

.cast-list-thirdfs {
    font-size: 17px;
}

.cast-list-two {
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    display: flex;
    margin: 40px auto;
    justify-content: center;
}

li span.cast-list-two-fontsize {
    font-size: 10px;
}

.cast-list-two li:first-child {
    margin-right: 50px;
}
.cast-list-two li.two-space{
    margin-right: 70px;
}
.cast-list span,
.cast-list-two span {
    font-size: 10px;
}

.cast-list div {
    display: inline-block;
    vertical-align: top;
}

.cast-list li {
    vertical-align: middle;
}

.cast-list li+li {
    margin-top: 40px;
}
.cast-fontsize{
    font-size: 24px;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {}

@media only screen and (max-width: 600px) {

    /* title
========================================== */
    .d-box-title {
        background: url(../images/cast/title-cast-sp.png) no-repeat;
        padding-top: calc(60 / 560 * 100%);
        margin: 25px 0;
        background-size: contain;
    }

    /* pin
========================================== */
    .pin_right_top {
        top: 5px;
        left: 5px;
        width: 10px;
        height: 10px;

    }

    .pin_left_top {
        top: 5px;
        right: 5px;
        width: 10px;
        height: 10px;

    }

    .pin_left_bottom {
        bottom: 5px;
        left: 5px;
        width: 10px;
        height: 10px;
    }

    .pin_right_bottom {
        bottom: 5px;
        right: 5px;
        width: 10px;
        height: 10px;

    }

    /* 人形
========================================== */
    .d-box {
        width: calc(100% - 40px);
        margin: auto;
    }

    .character {
        width: 30px;
        height: 45px;
        right: -20px;

    }



    .cast-article-body {
        padding: 50px 20px;
    }

    li span.cast-list-two-fontsize {
        font-size: 7px;
    }

    .cast-list span,
    .cast-list-two span {
        font-size: 7px;
    }

    .cast-list {
        font-size: 11px;
    }

    .cast-list-two {
        font-size: 11px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .cast-list-two li:first-child {
        margin-right: 10px;
    }

    .cast-list-subfs {
        font-size: 9px;
    }

    .cast-list-thirdfs {
        font-size: 8px;
    }

    .cast-list-two:first-child {
        font-size: 14px;
        display: block;
    }

    .cast-list li+li {
        margin-top: 15px;
    }
    .cast-fontsize{
        font-size: 11px;
    }

    p {
        font-size: 9px;
    }

}

@media only screen and (min-width: 601px) and (max-width: 992px) {}

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

@media screen and (min-width: 993px) {
    .d-inner {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto 90px;
        padding: 0 20px;
    }
}