@charset "UTF-8";

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

/* title
========================================== */
.d-box-title {
    background: url(../images/music/title-music-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;
}

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

.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;
}
.character_top{
    content: "";
    display: block;
    background: url(../images/common/icon-chara.png) no-repeat center / contain;
    position: absolute;
    padding-top: 10%;
    top: 110px;
    left: -7px;
    width: 68px;
    height: 102px;
    transform: rotate(-50deg);
    animation: anime-music-chara-top 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);
    }
}

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

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

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

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

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

/* 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;
}



/* music-title
========================================== */
.music-cd-title {
    color: #e61684;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    padding-top: 30px;
    line-height: 1;
}

.music-name {
    margin-top: 20px;
}

.music-creator {
    margin-top: 20px;
}

.music-title {}

.music-subtitle {
    font-size: 32px;
    margin-top: 20px;
}
.music-subitem{
    font-size: 24px;
    color: #000;
    line-height: 1.8;
    margin: 15px;
}

.music-title::before {
    content: "";
    width: 100%;
    height: 60px;
    display: block;
    background: url(../images/music/blacktitle-music-pc.png) no-repeat center / contain;
}
.music-title-top::before {
    content: "";
    width: 100%;
    height: 60px;
    display: block;
    background: url(../images/music/main-music.png) no-repeat center / contain;
}

.music-cd {
    width: 100%;
    max-width: 350px;
    margin: 20px auto ;
}

/* オリジナルサウンドトラック　cd情報
========================================== */
.music-date {
    text-align: center;
    margin-top: 22px;
}

.music-release-day {
    color: #e61684;
    font-size: 30px;
    margin-bottom: 30px;
}

.music-release-vpcd {
    font-size: 24px;
}

.music-release-yen {
    font-size: 24px;
    margin-bottom: 90px;
}

/* story
========================================== */
.story-area {}

.story-area .d-box {
    position: relative;
}

.story-area a {
    display: block;
}

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

.story-inner {}


/* story-article
------------------------------------------ */

.music-article-mainImg {
    background-image: url(../images/music/coming-soon.png);
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.story-article-contents {}


.story-article-contents p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.12em;
}

.story-article-contents figure {
    width: 100%;
    max-width: 530px;
    height: 100%;
    max-height: 530px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.story-article-contents figure.fig-l {
    float: left;
    width: 50%;
    padding-top: calc(667 / 1000 * 50%);
    margin: 0 2em 1em 0;
}

.story-article-contents figure.fig-r {
    float: right;
    width: 50%;
    padding-top: calc(667 / 1000 * 50%);
    margin: 0 0 1em 2em;
}

.story-article-contents figure.fig-col2 {
    float: left;
    width: 49%;
    margin-left: 2%;
}

.story-article-contents figure.fig-col2:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
}

.story-article-contents br.cb {
    clear: both;
}

.story-article-title {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
    justify-content: space-between;
    align-content: stretch;
    margin: 40px auto 15px;
    padding: 0;
    font-size: 0;
    line-height: 1;
    vertical-align: baseline;
}

.story-article-title span.number {
    font-size: 6.3rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.story-article-title span.date {
    margin-left: 0.8rem;
    color: #969696;
    font-size: 1.6rem;
}

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

@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/music/title-music-sp.png) no-repeat;
        padding-top: calc(60 / 560 * 100%);
        margin: 25px 0;
        background-size: contain;
    }

    .music-cd {
        max-width: 175px;
        margin: 15px auto 0;
    }
    .music-subitem{
        font-size: 12px;
        color: #000;
        line-height: 1.8;
        margin: 15px;
    }

    .music-article-mainImg {
        margin: 0 auto 10px;
        padding: 0;
        background-color: #fff;
        overflow: hidden;
        /* width: 100%;
        height: 100%;
        max-width: 250px; */
        /* max-height: 250px; */
        padding-top: calc(250 / 250 * 100%);
    }

    .music-title::before {
        top: 25px;
        height: 30px;
    }
    .music-title-top::before {
        top: 25px;
        height: 30px;
    }

    /* 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;

    }

    .character_top {
        width: 30px;
        height: 45px;
        left: -8px;

    }

    /* music-title
========================================== */
    .music-cd-title {
        color: #e61684;
        text-align: center;
        font-size: 18px;
        top: 30px;
        font-weight: bold;
        padding: 0;
    }

    .music-cd-title ::before {
        background: url(../images/music/blacktitle-music-sp.png) no-repeat;
        padding-top: calc(55 / 180 * 100%);
    }

    .music-creator {
        margin-top: 15px;

    }
    .music-name {
        margin-top: 15px;
    }
    .music-subtitle {
        font-size: 16px;
        margin-top: 5px;
    }

    /* オリジナルサウンドトラック　cd情報
========================================== */
    .music-date {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 25px;
    }

    .music-release-day {
        font-size: 15px;
        margin-bottom: 12px;
        font-weight: bold;
    }

    .music-release-vpcd {
        font-size: 12px;
    }

    .music-release-yen {
        font-size: 12px;
        margin-bottom: 25px;
    }

    .story-article-body {
        padding-top: 25px;
    }

    .story-article-mainImg {
        width: calc(100% + 1px);
        height: 0;
        margin: 0 auto;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .story-article-contents {
        padding: 0 3%;
    }

    .story-article-contents p {
        font-size: 1.4rem;
        line-height: 1.7;
    }

    .story-article-contents figure.fig-l {
        float: none;
        width: 100%;
        padding-top: calc(667 / 1000 * 100%);
        margin: 0 auto 1.5em;
    }

    .story-article-contents figure.fig-r {
        float: none;
        width: 100%;
        padding-top: calc(667 / 1000 * 100%);
        margin: 0 auto 1.5em;
    }

    .story-article-contents br.cb {
        display: none;
    }

    .story-article-title {
        margin: 20px auto 10px;
        padding: 0;
    }

    .story-article-title span.number {
        font-size: 4rem;
        letter-spacing: 0;
        margin-left: 0;
    }

    .story-article-title span.date {
        font-size: 1.3rem;
    }
}

.backnumber-inner {
    display: inline;
}


/* story-share
------------------------------------------ */
.story-share {
    display: table;
    width: 100%;
    max-width: 960px;
    margin: 30px auto 40px;
    border-radius: 2px;
    overflow: hidden;
}

.story-share-title,
.story-share-body {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #efefef;
    padding: 20px 0;
}

.story-share-title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.1;
    width: 170px;
}

.story-share-title br {
    display: none;
}

.story-share-body {
    border-left: 1px solid #fff;
}

.story-share-body>ul:after {
    content: "";
    display: block;
    clear: both;
}

.story-share-body>ul>li {
    vertical-align: middle;
    display: inline-block;
    padding: 0 5px;
}

.story-share-body>ul>li>a {
    display: block;
    width: 123px;
    text-align: center;
    padding: 7px 0;
    border-radius: 2px;
    color: #fff;
}

.story-share-body>ul>li>a.facebook {
    background-color: #3b5998;
}

.story-share-body>ul>li>a.twitter {
    background-color: #55acee;
}

.story-share-body>ul>li>a.line {
    background-color: #00b900;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    .story-share {
        max-width: 100%;
    }

    .story-share-body>ul>li {
        margin: 5px 0;
    }

    .story-share-body>ul>li>a {
        width: 100px !important;
    }
}

@media only screen and (max-width: 600px) {
    .story-share {
        max-width: 94%;
        margin: 6% auto;
    }

    .story-share-title,
    .story-share-body {
        padding: 15px 0;
    }

    .story-share-title {
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 1.1;
        width: 85px;
    }

    .story-share-title br {
        display: block;
    }

    .story-share-body>ul>li {
        padding: 0 10px;
    }

    .story-share-body>ul>li>a {
        display: block;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0;
        width: 30px;
        height: 30px;
        background-color: transparent !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .story-share-body>ul>li>a.facebook {
        background-image: url("../images/sns/sns-facebook-square.png") !important;
    }

    .story-share-body>ul>li>a.twitter {
        background-image: url("../images/sns/sns-twitter-square.png") !important;
    }

    .story-share-body>ul>li>a.line {
        background-image: url("../images/sns/sns-line-square.png") !important;
    }
}


/* story-channel
------------------------------------------ */
.story-channel-area {}

.story-channel-inner {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.story-channel-title {
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}

.story-channel-list {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.story-channel-item {
    display: inline-block;
    width: 48.45%;
    vertical-align: top;
}

.story-channel-item:not(:first-child) {
    margin-left: 3.1%;
}

.story-channel-item a {
    width: 100%;
    padding: 13px 10px;
    border-radius: 3px;
}

.story-channel-item a span {
    display: block;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    font-size: 0;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
}

.story-channel-item.tada a {
    background-color: #ff005a;
}

.story-channel-item.tada a span {
    background-image: url("../images/story/story-channel-tada-pc.png");
}

.story-channel-item.hulu a {
    background-color: #67ae3e;
}

.story-channel-item.hulu a span {
    background-image: url("../images/story/story-channel-hulu-pc.png");
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    .story-channel-inner {
        max-width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .story-channel-inner {
        max-width: 100%;
        margin: 0 3%;
    }

    .story-channel-title {
        margin-bottom: 10px;
        font-size: 1.5rem;
        letter-spacing: 0;
    }

    .story-channel-list {
        width: 100%;
        font-size: 0;
    }

    .story-channel-item {
        width: 47%;
    }

    .story-channel-item:not(:first-child) {
        margin-left: 6%;
    }

    .story-channel-item a {
        padding: 13px 10px;
    }

    .story-channel-item a span {
        height: 43px;
    }

    .story-channel-item.tada a span {
        background-image: url("../images/story/story-channel-tada-sp.png");
    }

    .story-channel-item.hulu a span {
        background-image: url("../images/story/story-channel-hulu-sp.png");
    }
}


/* backnumber
========================================== */
.backnumber-area {
    margin-bottom: 20px;
}

.backnumber-title {
    letter-spacing: 0.6px;
    color: #333;
    padding: 9px 9px;
    position: relative;
    font-weight: bold;
    line-height: 1.0;
    font-size: 0;
    margin-bottom: 90px;
}

.backnumber-body {
    margin: 0 auto;
    background-color: transparent;
}

.backnumber-num {
    /* preload for Webfont */
    display: none;
    font-family: "";
}

.backnumber-list {
    width: 100%;
    counter-reset: num;
}

.backnumber-list:after {
    content: '';
    display: block;
    clear: both;
}

.backnumber-list-item {
    width: 24%;
    margin-left: 1.333%;
    margin-top: 0.8%;
    margin-bottom: 0.8%;
    position: relative;
    float: left;
}

.backnumber-list-item:nth-child(4n+1) {
    margin-left: 0;
}

.backnumber-list-item:before {
    counter-increment: num;
    content: "#"counter(num);
    position: absolute;
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background-color: #000;
    border-radius: 100%;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.5;
    letter-spacing: 1px;
    text-align: center;
    left: -5px;
    top: -10px;
    z-index: 10;
}

.backnumber-list-item.is-current:before {
    background-color: #999;
}

.backnumber-list-item a {
    display: block;
}

.backnumber-list-item.is-current a {
    pointer-events: none;
}

.backnumber-list-item-img {
    width: 100%;
    padding-top: 56.25%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    .backnumber-area {
        margin: 35px auto 0 !important;
    }

    .d-inner {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto 90px;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 600px) {
    .backnumber-area {
        margin: 3%;
    }

    .backnumber-title {}

    .backnumber-body {
        margin: 0 auto;
        padding: 0 0 3%;
    }

    .backnumber-list {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
        font-size: 0;
        -webkit-overflow-scrolling: touch;
        padding: 3% 3% 0;
    }

    .backnumber-list-item {
        display: inline-block;
        width: 43.8%;
        position: relative;
        vertical-align: bottom;
        float: none;
    }

    .backnumber-list-item:not(:first-child) {
        margin-left: 3%;
    }

    .backnumber-list-item:before {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.2rem;
        line-height: 2.2;
        letter-spacing: 1px;
        left: -5px;
        top: -10px;
    }

    .backnumber-list-item-img {
        width: 100%;
        padding-top: 56.25%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

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