@charset "UTF-8";
/* Color Pallet

*/

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/*========================================
    base & common
========================================*/
html,body {
    line-height: 1.6;
	-webkit-text-size-adjust: 100%;
    background: #000;
    color: #fff;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
}

img {
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #fff;
}   

.breakCtrl {
    display: inline-block;
}

/*
Header
=============================== */
#header {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top:0;
    width: 100%;
    z-index: 100;
}
    .header_inner {
        max-width: 960px;
        padding: 0 30px;
        height: 60px;
        margin: 0 auto;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header_logo_main {
        vertical-align: middle;
    }
    .header_logo_ost {
        vertical-align: middle;
        margin-left: 2px;
    }
    .header_navi {
        display: flex;
        vertical-align: middle;
    }
    .header_navi_item {
        vertical-align: middle;
        font-size: 1.4rem;
        font-weight: bold;
    }
    .header_navi_item + .header_navi_item {
        margin-left: 20px;
    }
    .header_navi_item a {
        text-decoration: none;
    }
    .header_navi_item a:hover {
        opacity: 0.7;
        text-decoration: none;
    }
    .header_navi_item a:before {
        content: '';
        display: inline-block;
        background: url(../img/icn-header_arrow.png);
        vertical-align: middle;
        margin-right: 5px;
        width: 5px;
        height: 3px;
    }
    
    .header_button {
        width: 40px;
        position: fixed;
        right: 10px;
        top: 15px;
    }

        .header_button_icon {
            position: relative;
            width: 24px;
            height: 19px;
            display: block;
            margin: 0 auto;
            cursor: pointer;
        }

        .header_button_icon span,
        .header_button_icon:before,
        .header_button_icon:after {
            content: '';
            display: block;
            width: 24px;
            height: 3px;
            background: #fff;
            position: absolute;
            left: 0;
            transition: all 0.3s;
        }
        .header_button_icon span {
            top:50%;
            margin-top: -2px;
        }
        .header_button_icon:before {
            top:0;
            transform-origin:left top;
        }
        .header_button_icon:after {
            bottom:0;
            transform-origin:left bottom;
        }
        .active .header_button_icon span {
            opacity: 0;
        }
        .active .header_button_icon:before {
            transform: rotate(45deg);
        }
        .active .header_button_icon:after {
            transform: rotate(-45deg);
        }


/*
Content
=============================== */
.section_inner {
    max-width: 960px;
    padding: 0 30px;
    margin: 0 auto;
    box-sizing: border-box;
}
    
.box-border {
    background: #000;
    border: 3px solid #fff;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
}

#keyvisual {
    background: -moz-linear-gradient(left,  #057cb5 0%, #4d3c6d 50%, #7e286b 100%);
    background: -webkit-linear-gradient(left,  #057cb5 0%,#4d3c6d 50%, #7e286b 100%);
    background: linear-gradient(to right,  #057cb5 0%,#4d3c6d 50%, #7e286b 100%);
    height: 737px;
    position: relative;
}
#keyvisual:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
    .keyvisual_inner {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: url(../img/bg-key_dot.png) repeat left top;
    }
    .keyvisual_inner:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .keyvisual_inner:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 129%;
        left: 0;
        top: 0;
        z-index: 2;
    }
    .keyvisual_logo {
        text-indent: -100000px;
        position: absolute;
        left: 50%;
        bottom: 74px;
        margin-left: -304px;
        width: 607px;
        height: 203px;
        z-index: 3;
    }

#album {
    overflow: hidden;
}
#album .section_inner {
    padding-top: 80px;
    background: url(../img/bg-album_dot.png) repeat left top;
    padding-bottom: 50px;
}
    .album_title {
        text-align: center;
    }
    .album_title img {
        max-width: 100%;
        height: auto;
    }
    .album_layout {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .album_layout + .album_layout {
        padding-top: 60px;
        flex-direction: row;
    }
    .album_layout_col {
        width: 46.6%;
        box-sizing: border-box;
    }
    .album_layout_col:first-child {
        width: 53.4%;
        padding-left: 30px;
    }
    .album_layout + .album_layout .album_layout_col:first-child {
        width: 46.6%;
        padding-left: 0;
    }
    .album_layout + .album_layout .album_layout_col:last-child {
        width: 53.4%;
        padding-left: 30px;
    }
    .album_info img {
        max-width: 100%;
        height: auto;
    }
    .album_text {
        margin-top: 27px;
    }
    .album_special {
        margin-top: 20px;
    }
    .album_shop {
        text-align: center;
        margin-top: 33px;
    }
    .album_jacket {
        -webkit-perspective: 500;
        -moz-perspective: 500px;
        perspective: 500;
        perspective: 500px;
        padding-top: 40px;
        z-index: 1;
        position: relative;
    }
    .album_jacket img {
        width: 77.77%;
        height: auto;
        transform-origin:left top;
        transform: rotateY(-17deg);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(209,194,233,1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(209,194,233,1);
        box-shadow: 0px 0px 10px 0px rgba(209,194,233,1);
        position: relative;
        z-index: 1;
    }
    .album_jacket:after {
        position: absolute;
        right: -230px;
        top:-74px;
        z-index: 0;
    }
    .album_player {
        text-align: center;
        position: relative;
        display: block;
        width: 100%;
        padding-top: 56.25%;
    }

    .album_player img {
        max-width: 100%;
        height: auto;
    }
    .album_player iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .album_track_title {
        margin-top: 30px;
        text-align: center;
    }
    .album_track_title img {
        max-width: 100%;
        height: auto;
    }
    .album_track_text {
        margin-top: 20px;
    }
    .album_track_button {
        text-align: center;
        justify-content: center;
        display: flex;
        margin-top: 20px;
    }
    .album_track_button a+a {
        margin-left: 10px;
    }
    .album_track_button img {
        max-width: 100%;
        height: auto;
    }
    
    .album_track {
        display: flex;
    }
    .album_track ul {
        width: 50%;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .album_track ul + ul {
        padding-right: 0;
    }
    .album_track li {
        padding-left: 1.5em;
        font-weight: bold;
    }
    .album_track li span {
        width: 1.5em;
        margin-left: -1.5em;
        font-weight: normal;
        font-size: 1.2rem;
    }
    .album_track li + li {
        margin-top:1em;
    }
    .album_track_bonus:before {
        content:'[BONUS TRACK]';
        display: block;
        margin-left: -2rem;
    }

    #bonus .section_inner {
        min-height: 526px;
        background: url(../img/bg-bonus.png) no-repeat left bottom;
        background-size: contain;
        padding: 50px 30px;
    }
    .bonus_title {
        text-align: center;
    }
    .bonus_title img {
        max-width: 100%;
        height: auto;
    }
    .bonus_text {
        margin-top: 30px;
    }
    .bonus_layout {
        padding-left: 50%;
    }
    .bonus_layout:after {
        content: '';
        display: block;
        background: url(../img/img-bonus_party.png) no-repeat left top;
        background-size: contain;
        width: 120.9%;
        padding-top: 53.1%;
        margin-left: -14.6%;
        margin-top: 10px;
    }

#movie {
    background: url(../img/bg-making_video.gif) repeat left top;
}
    #movie .section_inner {
        position: relative;
        top:-40px;
        background: url(../img/img-making_maoh.png) no-repeat center top;
        padding-top: 210px;
        max-width: 780px;
        padding-bottom: 30px;
        overflow: hidden;
    }
    #movie .section_inner:after {
        content: '';
        display: block;
        background: url(../img/img-making_monsters.png) no-repeat center bottom;
        background-size: contain;
        width: 69.58%;
        padding-top: 18%;
        margin: 0 auto;
    }
    .movie_title {
        text-align: center;
        padding:0 12%;
    }
    .movie_title img {
        max-width: 100%;
        height: auto;
    }
    .movie_embed {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        margin: 30px auto 30px;
        background: #fff;
    }
    .movie_embed iframe,
    .movie_embed img {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        opacity: 1;
        transition: opacity 0.3s;
        vertical-align: bottom;
    }
    .movie_embed:before {
        content: '';
        display: block;
        background: url(../img/img-making_fries_left.png) no-repeat left top;
        background-size: contain;
        position: absolute;
        width: 136px;
        height: 75px;
        left: -26px;
        top:-59px;
        z-index: 2;
    }
    .movie_embed:after {
        content: '';
        display: block;
        background: url(../img/img-making_fries_right.png) no-repeat left top;
        background-size: contain;
        position: absolute;
        width: 149px;
        height: 72px;
        right: -33px;
        top:-54px;
        z-index: 1;
    }

#photo .section_inner {
    padding: 50px 0 50px;
    max-width: 100%;
}
    .photo_title {
        text-align: center;
        background: url(../img/img-making_mimik.png) no-repeat center bottom;
        background-size: contain;
        padding:0 18.26%;
    }
    .photo_title img {
        max-width: 100%;
        height: auto;
    }
    .photo_list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
    }
    .photo_list_item {
        width: 25%;
        position: relative;
        overflow: hidden;
        box-sizing: border-box;
    }
    .photo_list_item:nth-child(4n) {
        border-right:0;
    }
    .photo_list_item a:before {
        content: '';
        display: block;
        background: url(../img/bg-key_dot.png) repeat left top;
        position: absolute;
        left: 0;
        top:0;
        width: 100%;
        height: 100%;
        transition: opacity 0.2s linear;
        z-index: 2;
    }
    .photo_list_item a:hover:before {
        opacity: 0;
    }
    .photo_list_item a:after {
        content: '';
        display: block;
        background: url(../img/img-photo_overlay_cyan.png) no-repeat left top;
        background-size: cover;
        position: absolute;
        left: 0;
        top:0;
        width: 100%;
        height: 100%;
        transition: opacity 0.2s linear;
        opacity: 0.3;
        z-index: 3;
    }
    .photo_list_item a:hover:after {
        opacity: 0;
    }
    .photo_list_item:nth-child(even) a:after {
        background: url(../img/img-photo_overlay_purple.png) no-repeat left top;
        background-size: cover;
    }
    .photo_list_item:nth-child(5) a:after,
    .photo_list_item:nth-child(7) a:after {
        background: url(../img/img-photo_overlay_purple.png) no-repeat left top;
        background-size: cover;
    }
    .photo_list_item:nth-child(6) a:after,
    .photo_list_item:nth-child(8) a:after {
        background: url(../img/img-photo_overlay_cyan.png) no-repeat left top;
        background-size: cover;
    }
    .photo_list_item img {
        width: 100%;
        height: auto;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: 0.2s linear;
        z-index: 1;
        position: relative;
    }
    .photo_list_item a:hover img {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        filter: grayscale(0%);
    }

    .photo_modal {
        position: fixed;
        background: rgba(0,0,0,0.8);
        width: 100%;
        height: 100%;
        left: -100%;
        opacity: 0;
        top:0;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: opacity 0.3s;
        cursor: pointer;
        overflow-y: auto;
        z-index: 100000;
        color: #fff;
    }
    .photo_modal.active {
        opacity: 1;
        left: 0;
    }
    
    .photo_modal_spacer {
        max-height: 100%;
        box-sizing: border-box;
        width: 87.5%;
    }
    .photo_modal_box {
        opacity: 0;
        transition: opacity 0.3s, margin-top 0.3s;
        transition-delay: 0.1s;
        cursor: default;
        max-width: 1024px;
        margin: 0 auto;
        padding-top:25px;
        position: relative;
    }
    .photo_modal.active .photo_modal_box {
        margin-top: 0;
        opacity: 1;
    }
        .photo_modal_box a:hover {
            opacity: 0.75;
        }

    .photo_modal_close {
        text-align: right;
    }
    .photo_modal_close img {
        width: 24px;
        height: 24px;
    }
    .photo_modal_image {
        margin-top: 20px;
        text-align: center;
    }
    .photo_modal_image img {
        max-width: 100%;
        max-height: 100%;
    }
    .photo_modal_text {
        position: absolute;
        left: 0;
        padding-right: 50px;
        top: 20px;
        display: inline-block;
        font-size: 1.6rem;
        line-height: 1.4;
        font-weight: bold;
    }

.subpage_title {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.subpage_title:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: url(../img/bg-dot.png) repeat left top;
    position: absolute;
    left: 0;
    top:0;
    z-index: 0;
}
.subpage_title_image {
    text-indent: -10000px;
    width: 496px;
    padding-top: 267px;
    background: url(../img/ttl-interview.png) no-repeat center center;
    background-size: contain;
    position: relative;
    z-index: 1;
    height: 0;
}
.subpage_title_image._latter {
    background: url(../img/ttl-interview_latter.png) no-repeat center center;
    background-size: contain;
}
.subpage_intro {
    background: url(../img/bg-interview_intro.png) no-repeat center center;
}
.subpage_intro_text,
.subpage_intro_button {
    max-width: 450px;
    padding: 30px 30px 0;
    margin: 0 auto;
}
.subpage_intro_button {
    padding: 40px 30px 30px;
    text-align: center;
}

.interview_wrapper {
    position: relative;
}
.interview_wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    padding-top: 48.38%;
    z-index: 0;
}

.interview_wrapper:after {
    content: '';
    background: url(../img/bg-dot.png) repeat center bottom;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
}

.interview_wrapper .section_inner {
    display: flex;
    background: rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 2;
}
.interview_side {
    width: 225px;
    padding-top: 25px;
    box-sizing: border-box;
}

.interview_cast_img {
    text-align: center
}
.interview_cast_name,
.interview_cast_position,
.interview_cast_detail {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.714;
    font-weight: bold;
}
.interview_cast_name {
    margin-top: 15px;
}
.interview_cast_detail {
    margin-top: 30px;
    text-align: left
}

.interview_main {
    padding-top: 25px;
    padding-left: 30px;
    box-sizing: border-box;
    max-width: 675px;
}
.interview_player {
    background: url(../img/img-interview_youtube_char.png) no-repeat 90% center;
    background-size: contain;
    padding-left: 15%;
    padding-right: 21%;
}
.interview_player_embed {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.interview_player_embed iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.interview_unit {
    margin-top: 40px;
}
.interview_track {
    font-size: 2.4rem;
    font-weight: bold;
    min-height: 40px;
    padding-right: 80px;
}
.interview_unit:nth-child(odd) .interview_track {
    text-align: right;
    padding-right: 0;
    padding-left: 80px;
}
.interview_track_num {
    font-size: 1.4rem;
    margin-right: 5px;
}
.interview_track_text {
    border: 3px solid #fff;
    border-radius: 3px;
    padding:10px;
    font-size: 1.4rem;
    line-height: 1.714;
    position: relative;
    margin-top: 10px;
}
.interview_unit:nth-child(even) .interview_track_text:after,
.interview_unit:nth-child(odd) .interview_track_text:before {
    content: '';
    width: 74px;
    height: 52px;
    position: absolute;
    top:-60px;
}
.interview_unit:nth-child(even) .interview_track_text:after {
    right: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.interview_unit:nth-child(odd) .interview_track_text:before {
    left: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.interview_unit:nth-child(2) .interview_track_text:after {
    background-image:url(../img/img-interview_char_01.png);
}
.interview_unit:nth-child(3) .interview_track_text:before {
    background-image:url(../img/img-interview_char_02.png);
}
.interview_unit:nth-child(4) .interview_track_text:after {
    background-image:url(../img/img-interview_char_03.png);
}
.interview_unit:nth-child(5) .interview_track_text:before {
    background-image:url(../img/img-interview_char_04.png);
}
.interview_unit:nth-child(6) .interview_track_text:after {
    background-image:url(../img/img-interview_char_05.png);
}
.interview_unit:nth-child(7) .interview_track_text:before {
    background-image:url(../img/img-interview_char_06.png);
}
.interview_unit:nth-child(8) .interview_track_text:after {
    background-image:url(../img/img-interview_char_07.png);
}
.interview_unit:nth-child(9) .interview_track_text:before {
    background-image:url(../img/img-interview_char_08.png);
}
.interview_unit:nth-child(10) .interview_track_text:after {
    background-image:url(../img/img-interview_char_09.png);
}
.interview_unit:nth-child(11) .interview_track_text:before {
    background-image:url(../img/img-interview_char_10.png);
}
.interview_unit:nth-child(12) .interview_track_text:after {
    background-image:url(../img/img-interview_char_11.png);
}

.interview_end_button {
    width: 100%;
    max-width: 960px;
    box-sizing: border-box;
    margin:0 auto;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 100px;
    background: rgba(0, 0, 0, 0.7);
    position: relative;
    z-index: 2;
}
.interview_end_button img {
    max-width: 100%;
    height: auto;
}
    
/*
Footer
=============================== */
#footer {
    background: #000;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 10;
}
    #footer .footer-inner {
        padding: 50px 30px;
    }
    .footer-pgtp {
        position: absolute;
        margin-left: -20px;
        left: 50%;
        top:-40px;
        width: 40px;
        height: 40px;
    }
    .footer-pgtp a {
        display: block;
        width: 40px;
        height: 40px;
        background: #000 url(../img/icn-footer_arrow_up_white.svg) no-repeat center center;
        background-size: 18px 12px;
        text-indent: -99999px;
        outline: none;
    }
    .footer-sns {
        margin-top: 30px;
    }
    .footer-sns li {
        display: inline-block;
    }
    .footer-sns li + li {
        margin-left: 15px;
    }
    .footer-sns li img {
        width: 30px;
        height: 30px;
    }
    .footer-copy {
        margin-top: 30px;
        font-size: 1.0rem;
        line-height: 2;
    } 
    .footer-copy span {
        display: block;
    }
/* PC Images */
@media (min-width: 481px) {

    #keyvisual:before {
        background: url(../img/img-key_object.png) no-repeat center bottom;
    }
    .keyvisual_inner:before {
        background: url(../img/img-key_monsters.png) no-repeat center bottom;
    }
    .keyvisual_inner:after {
        background: url(../img/img-key_char.png) no-repeat center bottom;
    }
    .keyvisual_logo {
        background: url(../img/img-key_logo.png) no-repeat left top;
    }
    #album {
        background: url(../img/bg-album_tracklist.jpg) no-repeat center bottom;
        background-size: contain;
    }
    .album_jacket:after {
        content: url(../img/img-album_maoh.png);
    }
    .subpage_title {
        background: url(../img/bg-interview_title.jpg) no-repeat center center;
        background-size: cover;
    }
    .interview_wrapper {
        background: url(../img/bg-interview_content_top.jpg) no-repeat center top;
        background-size: 100% auto;
    }
    .interview_wrapper:before {
        background: url(../img/bg-interview_content_bottom.jpg) no-repeat center bottom;
        background-size: cover;
    }
}

/* PC */
@media (min-width: 821px) {
    a:hover {
        text-decoration: underline;
    }
    a:hover img.hover {
        opacity: 0.7;
    }
    .sp_only {
        display: none;
    }
    .header_button {
        display: none;
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .header_logo {
        width: 100%;
    }
    .header_button {
        display: block;
        top: 20px;
    }
    .header_navi {
        position: fixed;
        top:60px;
        left: -200%;
        width: 100%;
        height: calc(100% - 60px);
        box-sizing: border-box;
        text-align: center;
        display: block;
        padding: 40px 0;
        background: rgba(0, 0, 0, 0.8);
        transition: opacity 0.3s;
        opacity: 0;
        overflow-y: scroll;
    }
    .active .header_navi {
        left: 0;
        opacity: 1;
    }
    .header_navi_item,
    .header_navi_item + .header_navi_item {
        vertical-align: middle;
        font-size: 1.8rem;
        font-weight: normal;
        margin:0 0 1em;
    }
    .header_navi_item a:before {
        margin-right: 10px;
    }
    .active .header_navi {
        display: block;
    }
    .header_logo_main {
        width: 140px;
        height: auto;
    }
    
    #keyvisual {
        height: 0;
        padding-top: 58%;
    }
    #keyvisual:before {
        background-size: contain;
    }
    .keyvisual_inner:before {
        background-size: contain;
    }
    .keyvisual_inner:after {
        background-size: contain;
    }
    .keyvisual_logo {
        left: 50%;
        bottom: 5%;
        margin-left: 0;
        width: 44.53%;
        transform: translate(-50%,0);
        padding-top: 14.89%;
        height: 0;
        background-size: contain;
        z-index: 3;
    }
}

/* SP */
@media (max-width: 820px) {
    .pc_only {
        display: none;
    }
    .header_inner {
        height: 50px;
    }
    .header_navi {
        top: 50px;
        height: calc(100% - 50px);
    }
    .header_button {
        top: 15px;
    }
    
    .section_inner {
        padding: 0 15px;
    }

    .album_layout {
        display: block;
    }
    .album_layout + .album_layout {
        padding-top: 40px;
    }
    .album_layout_col, 
    .album_layout_col:first-child  {
        width: 100% !important;
        padding:0 !important;
    }
    .album_jacket {
        text-align: center;
        padding-top: 0;
    }
    .album_jacket img {
        width: 85%;
        max-width: 500px;
        height: auto;
        transform: none;
    }
    .album_jacket:after {
        display: none;
    }
    .album_info {
        text-align: center;
        margin-top: 20px;
    }
    
    .album_track_title {
        margin-top: 20px;
    }
    .album_shop img {
        max-width: 100%;
        height: auto;
    }
    .album_track {
        margin-top: 20px;
    }
    .album_track li span {
        font-size: 1.0rem;
        margin-left: -1.7em;
    }
    #bonus .section_inner {
        background: none;
    }
    .bonus_layout {
        padding-left: 0;
    }
    .bonus_layout:after {
        content: '';
        display: block;
        background: url(../img/img-bonus_party.png) no-repeat left top;
        background-size: contain;
        width: 100%;
        padding-top: 53.1%;
        margin-left: -3%;
    }
    
    .movie_embed {
        margin-top: 50px;
    }
    .photo_list_item {
        width: 33.33%;
    }
    .photo_list_item a:after,
    .photo_list_item:nth-child(5) a:after,
    .photo_list_item:nth-child(7) a:after,
    .photo_list_item:nth-child(6) a:after,
    .photo_list_item:nth-child(8) a:after {
        background: url(../img/img-photo_overlay_cyan.png) no-repeat left top;
        background-size: cover;
    }
    .photo_list_item:nth-child(even) a:after {
        background: url(../img/img-photo_overlay_purple.png) no-repeat left top;
        background-size: cover;
    }

    .subpage_intro {
        background-size: contain;
        background-position: center bottom 20px;
    }
    .subpage_intro_text,
    .subpage_intro_button {
        max-width: initial;
        padding-left: 10%;
        padding-right: 10%;
    }
    .subpage_intro_button img {
        max-width: 100%;
        height: auto;
    }
    .interview_wrapper .section_inner {
        display: block;
    }
    .interview_side {
        width: 100%;
        padding-top: 25px;
    }
    .interview_main {
        padding-top: 25px;
        padding-left: 0;
        max-width: initial;
        width: 100%;
    }
    .interview_player {
        padding-left: 10%;
        padding-right: 16%;
        background-position: 95% center;
    }

    #footer .footer-inner {
        padding: 30px 15px;
    }
}

@media (max-width: 480px) {

    /* SP Images */
    #keyvisual:before {
        background: url(../img/img-key_object@0,5x.png) no-repeat center bottom;
    }
    .keyvisual_inner:before {
        background: url(../img/img-key_monsters@0,5x.png) no-repeat center bottom;
    }
    .keyvisual_inner:after {
        background: url(../img/img-key_char@0,5x.png) no-repeat center bottom;
    }
    .keyvisual_logo {
        background: url(../img/img-key_logo@0,5x.png) no-repeat left top;
    }
    #album {
        background: url(../img/bg-album_tracklist@0,5x.jpg) no-repeat center bottom;
        background-size: contain;
    }
    .subpage_title {
        background: url(../img/bg-interview_title@0,5x.jpg) no-repeat center center;
        background-size: cover;
    }
    .interview_wrapper {
        background: url(../img/bg-interview_content_top@0,5x.jpg) no-repeat center top;
        background-size: 100% auto;
    }
    .interview_wrapper:before {
        background: url(../img/bg-interview_content_bottom@0,5x.jpg) no-repeat center bottom;
        background-size: cover;
    }

    .header_logo_main {
        width: 100px;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .header_logo_ost {
        width: 100px;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    
    #keyvisual {
        height: 0;
        padding-top: 80%;
        margin-top: 50px;
    }
    #keyvisual:before {
        background-size: cover;
    }
    .keyvisual_inner:before {
        background-size: cover;
    }
    .keyvisual_inner:after {
        background-size: cover;
    }
    .keyvisual_logo {
        left: 50%;
        bottom: 5%;
        margin-left: 0;
        width: 66.795%;
        transform: translate(-50%,0);
        padding-top: 22.335%;
        background-size: contain;
    }
    #album .section_inner {
        padding-top: 40px;
    }
    .album_title {
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .album_track_button {
        display: block;
    }
    .album_track_button a {
        display: inline-block;
    }
    .album_track_button a+a {
        margin-left: 0;
        margin-top: 10px;
    }
    #bonus .section_inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    #movie .section_inner {
        position: relative;
        top:-40px;
        background: url(../img/img-making_maoh.png) no-repeat center top;
        background-size: 70%;
        padding-top: 105px;
        overflow: hidden;
        padding-bottom: 0;
    }
    
    .movie_embed {
        margin-top: 30px;
    }
    .movie_embed:before {
        width: 68px;
        height: 38px;
        left: -13px;
        top: -30px;
        z-index: 2;
    }
    .movie_embed:after {
        width: 75px;
        height: 36px;
        right: -17px;
        top:-27px;
    }
    .photo_list_item {
        width: 50%;
    }
    .photo_list_item a:after,
    .photo_list_item:nth-child(4) a:after,
    .photo_list_item:nth-child(8) a:after,
    .photo_list_item:nth-child(12) a:after {
        background: url(../img/img-photo_overlay_cyan.png) no-repeat left top;
        background-size: cover;
    }
    .photo_list_item:nth-child(2) a:after,
    .photo_list_item:nth-child(3) a:after,
    .photo_list_item:nth-child(6) a:after,
    .photo_list_item:nth-child(7) a:after,
    .photo_list_item:nth-child(10) a:after,
    .photo_list_item:nth-child(11) a:after {
        background: url(../img/img-photo_overlay_purple.png) no-repeat left top;
        background-size: cover;
    }
    
    .photo_modal_text {
        font-size: 1.2rem;
        line-height: 1.6;
    }
    
    .subpage_intro {
        background: none;
    }
    .subpage_intro_text,
    .subpage_intro_button {
        padding-left: 0;
        padding-right: 0;
    }
    .interview_player {
        padding-left: 0;
        padding-right: 0;
        background:none;
    }
    .interview_track_num {
        font-size: 1.0rem;
    }
    .interview_track,
    .interview_unit:nth-child(odd) .interview_track {
        font-size: 1.4rem;
        min-height: 0;
        padding-right: 50px;
    }
    .interview_unit:nth-child(odd) .interview_track {
        padding-right: 0;
        padding-left: 50px;
    }
    .interview_unit:nth-child(even) .interview_track_text:after,
    .interview_unit:nth-child(odd) .interview_track_text:before {
        content: '';
        width: 54px;
        height: 38px;
        position: absolute;
        top:-45px;
        background-size: contain;
    }
    .interview_unit:nth-child(3) .interview_track_text:before {
        background-size: 27px 21px;
    }
    .interview_unit:nth-child(5) .interview_track_text:before {
        background-size: 31px 28px;
    }
    .interview_unit:nth-child(7) .interview_track_text:before {
        background-size: 24px 32px;
    }
    .interview_track_text {
        font-size: 1.3rem;
    }
    .interview_wrapper:after {
        background: none;
    }

}

@keyframes fadeIn { 
	from {
		top:-15px;
		opacity:0;
	} to {
		top:0;
		opacity:1;
	}
}
@keyframes fadeOut { 
	from {
		top:0;
		opacity:1;
	} to {
		top:-15px;
		opacity:0;
	}
}