@charset "UTF-8";
@font-face { 
  font-family: 'mplus-2p-regular';
  src: url('https://mplus-webfonts.osdn.jp/mplus-2p-regular.eot');
  src: url('https://mplus-webfonts.osdn.jp/mplus-2p-regular.eot?#iefix') format('embedded-opentype'),
       url('https://mplus-webfonts.osdn.jp/mplus-2p-regular.woff') format('woff'),
       url('https://mplus-webfonts.osdn.jp/mplus-2p-regular.ttf') format('truetype');
  font-family: 'mplus-2p-bold';
  src: url('https://mplus-webfonts.osdn.jp/mplus-2p-bold.eot');
  src: url('https://mplus-webfonts.osdn.jp/mplus-2p-bold.eot?#iefix') format('embedded-opentype'),
       url('https://mplus-webfonts.osdn.jp/mplus-2p-bold.woff') format('woff'),
       url('https://mplus-webfonts.osdn.jp/mplus-2p-bold.ttf') format('truetype');
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; 
}

img {
  vertical-align: top;
  margin: 0;
  padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width:100%;
    height: 100%;
    background: #000000;
}

a:link, a:visited, a:hover, a:active {
    color: #ffffff;
}

#content {
    margin: 0px auto;
    width: 100%;
    min-height: 100%;
    background: #000000;
    background-attachment: fixed;
    background-size: cover;
    z-index: 0;
}

#inner_scroll {
    margin: 0px auto;
    width: 100%;
}

#title_box {
    position: relative;
    margin: 0px auto;
    text-align: center;
}

#video_box {
    position: relative;
    width: 100%;
    text-align: center;
}

#video_frame {
    position: relative;
    margin: 0px auto;
}

.section_bg {
    font-family: mplus-2p-regular, sans-serif;
    color: #ffffff;
    position: relative;
    margin: 0px auto;
    background-color: rgba(0, 0, 0, 0.8);
} 

#section1_title {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #e6ff20;
}

#section2_icon, #section3_icon, .album_box_icon {
    vertical-align: baseline;
}

#album1_title, #album2_title, #section2_title, #section3_title, .album_box_title {
    vertical-align: baseline;
}

#album1_title, #section2_title {
    color: #f600ff;
}

#album2_title, .album_box_title, .modal_text_title {
    color: #00fffc;
}

#album3_title {
    color: #e6ff20;
}

#section3_title {
    color: #ffffff;
}

#album1_modal, #album2_modal, #album3_modal {
    display: none;
    position: fixed;
    z-index: 2;
}

#album1_modal::before, #album2_modal::before, #album3_modal::before {
    content: url('../img/album/btn_close.png');
    position: absolute;
    right: 0px;
    top: -50px;
}

#copyright {
    font-family: mplus-2p-regular, sans-serif;
    color: #ffffff;
    position: relative;
    margin: 0px auto;
    text-align: center;
}

#modal_bg {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

hr {
    background-image: url('../img/album/line.png'); 
    border: 0px
}

@media screen and (min-width: 801px) {
    #title_box {
        width: 800px;
        margin-bottom: 50px;
    }

    #title_box img {
        width: 360px;
        margin: 20px 0px 0px;
    }

    #video_box {
        height: 450px;
        margin-bottom: 30px;
    }

    #video_frame {
        width: 800px;
        height: 450px;
    }

    .section_bg, #section1_title, #album1_modal, #album2_modal, #album3_modal, #copyright {
        width: 800px;
    } 

    .section_bg {
        margin-bottom: 30px;
    }

    .section_bg p {
        padding: 15px 30px;
    }

    .section_2pane {
        display: table-cell;
    }

    #section1, #section2, #section3, .album_box {
        font-size: 16px;
    }

    #album1_title, #album2_title, #album3_title, #section1_title, #section2_title, #section2_largetext, #section3_title, .album_box_title {
        font-size: 22px;
    }

    #section2_icon, #section3_icon, .album_box_icon {
        height: 18px;
        padding-right: 4px;
    }

    .album_box {
        margin-top:20px;
    }

    .album_box_spec, .album_box_img, .album_box_popbtn {
        position: relative;
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .album_box_spec {
        width: 400px;
        top: 0px;
    }

    .album_box_img, .album_box_popbtn {
        position: relative;
        top: 0px;
        width: 390px;
        text-align: right;
    }

    .album_box_img img {
        width: 380px;
    }

    .album_box_linkbtn {
        display: inline-block;
        width: 390px;
        text-align: center;
        margin: 10px 0px;
    }

    .modal_text_l, .modal_text_r {
        display: block;
        float: left;
        width: 360px;
        font-size: 12px;
    }

    #album1_modal {
        height: 490px;
    }

    #album2_modal {
        height: 380px;
    }

    #album3_modal {
        height: 310px;
    }
    
    hr {
        width: 800px;
        height: 12px;
    }

    #section2 {
        width: 790px;
        border: 5px solid #323232;
    }

    #section2_left, #section2_right {
        display: table-cell;
    }

    #section2_left {
        width: 500px;
        float: left;
    }

    #section2_right {
        width: 250px;
        text-align: center;
    }

    #section2_right img {
        width: 200px;
    }

    #section3 {
        width: 790px;
        border: 5px solid #ffffff;
    }

    #section3_left, #section3_right {
        display: table-cell;
    }

    #section3_left {
        width: 500px;
    }

    #section3_right {
        width: 250px;
        text-align: center;
        float: right;
    }

    #section3_right img {
        width: 240px;
    }

    #copyright {
        font-size: 16px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 800px) {
    #title_box {
        width: 80vw;
        margin-bottom: 6vw;
    }

    #title_box img {
        width: 64vw;
        margin: 6vw 0vw;
    }

    #video_box {
        height: 45vw;
        margin-bottom: 6vw;
    }

    #video_frame {
        width: 80vw;
        height: 45vw;
    }

    .section_bg, #section1_title, #album1_modal, #album2_modal, #album3_modal, #copyright {
        width: 78vw;
    } 

    .section_bg {
        margin-bottom: 6vw;
        border: 1vw solid #000000;
    }

    .section_bg p {
        padding: 3vw 6vw;
    }

    .section_2pane {
        display: block;
    }

    #section1, #section2, #section3, .album_box {
        font-size: 3vw;
    }


    #album1_title, #album2_title, #album3_title, #section1_title, #section2_title, #section2_largetext, #section3_title, .album_box_title {
        font-size: 4vw;
    }

    #section2_icon, #section3_icon, .album_box_icon {
        height: 3.2vw;
        padding-right: 1vw;
    }

    .album_box_spec, .album_box_img, .album_box_popbtn {
        display: inline-block;
        margin-bottom: 2vw;
        font-size: 2.5vw;
    }

    .album_box_spec {
        width: 78vw;
    }

    .album_box_img {
        width: 78vw;
        text-align: center;
    }

    .album_box_img img {
        width: 76vw;
    }

    .album_box_popbtn {
        width: 78vw;
        text-align: center;
    }

    .album_popbtn {
        width: 24vw;
    }

    .album_linkbtn {
        width: 32vw;
    }

    .album_box_linkbtn {
        display: inline-block;
        width: 78vw;
        text-align: center;
        margin: 2vw 0vw;
    }

    .modal_text_l, .modal_text_r {
        display: block;
        float: left;
        width: 31vw;
        font-size: 1.5vw;
    }

    .modal_text_l {
        margin-right: 1vw;
    }

    .modal_text_r {
        margin-left: 1vw;
    }

    #album1_modal, #album2_modal, #album3_modal {
        height: 64vh;
    }

    #album1_modal p, #album2_modal p, #album3_modal p {
        height: 54vh;
        overflow-y: scroll;
    }

    hr {
        width: 80vw;
        height: 1vw;
    }

    #section2 {
        border: 1vw solid #323232;
    }

    #section2_left, #section2_right {
        display: block;
    }

    #section2_right {
        text-align: center;
    }

    #section2_right img {
        width: 66vw;
    }

    #section3 {
        border: 1vw solid #ffffff;
    }

    #section3_left, #section3_right {
        display: block;
    }

    #section3_right {
        text-align: center;
    }

    #section3_right img {
        width: 66vw;
    }

    #copyright {
        font-size: 3vw;
        padding-bottom: 6vw;
    }
}