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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:100,300,400,500,700,800,900&subset=japanese');

@font-face {
	font-family: 'futura-r';
	src: url(../font/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.woff) format('woff'),
	url(../font/texgyreadventor_regular_macroman/texgyreadventor-regular-webfont.ttf)  format('truetype');
}
@font-face {
	font-family: 'futura-b';
	src: url(../font/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.woff) format('woff'),
	url(../font/texgyreadventor_bold_macroman/texgyreadventor-bold-webfont.ttf)  format('truetype');
}

body {
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 14px;
    color: #111;
    line-height: 1.4;
    letter-spacing: 1px;
}

a:link {
    color: #222;
}

a:hover, a:active {
    color: #3189e2;
    text-decoration: none;
}

a:visited {
    color: #3189e2;
}

a.hover {
    display: inline-block;
    background: #fff;
}

img {
    vertical-align: bottom;
}


/*---------common---------*/
main{
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    position: relative;
}

h2{
    font-weight: normal;
    font-size: 36px;
    letter-spacing: 0.1em;
    text-align: center;
    font-family: 'futura-r';
    margin: 0 auto;
    padding: 100px 0 15px;
}
h2 span{
    font-weight: normal;
    font-size: 14px;
    color: #666;
    display: block;
}

/*---------header---------*/


/*---------footer---------*/
footer{
    background: #fff;
    color: #111;
    text-align: center;
    font-size: 12px;
    padding: 15px 0;
    font-family: 'futura-r';
}
footer a{
    text-decoration: none;
    color: #111;
}
footer dl{
    margin: 0 auto;
}
footer dl dt{
    font-size: 12px;
}
footer dl img{
    width: 28px;
    vertical-align: middle;
    margin-right: 5px;
}
footer dl dd{
    font-size: 32px;
    font-family: 'futura-b';
}
footer>img{
    display: block;
    margin: 15px auto 0;
    width: 100px;
}

/*---------content---------*/
/*--top--*/
.parallax-window {
    min-height: 100%;
    background: transparent;padding-bottom: calc(90%*1365/2048);/* calc(100*ImageHeight/ImageWidth)% */
}
.parallax-slider {
    bottom: 0;
    top: 0;
    left: 0;
}
#top {
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    display: block;
    position: relative;
}
#top h1{
    width: 94%;
    max-width: 1000px;
    margin: auto;
}
#top h1 img{
    width: 100%;
}
main > p{
    font-size: 30vw;
    width: auto !important;
    height: auto !important;
    position: absolute;
    line-height: 1em;
    letter-spacing: -0.08em;
    margin: auto;
    top: 7%;
    left: 0;
    right: 0;
    font-family: 'futura-b';
    color: #c13826;
    padding: 0 !important;
    transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}
#top .sub{
    width: 60%;
    max-width: 550px;
    margin: 0 auto;
    padding: 50px 0;
}
#top .sub img{
    width: 100%;
}


/*---release---*/
#release {
    background: #111;
    color: #fff;
    padding-bottom: 100px;
}
#release article{
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#release article .content{
    width: 500px;
    display: flex;
    margin: 0 auto 30px;
}
#release article .right{
    text-align: left;
    padding-left: 1em;
}
#release article .right h4{
    font-weight: bold;
    font-size: 18px;
}
#release article .right p{
    margin: 15px 0;
}
#release article .content img{
    width: 200px;
    display: flex;
}


/*---profile---*/
#profile article{
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding: 200px 0;
}
#profile article .content{
    width: 45%;
    display: flex;
}
#profile article dt img{
    height: 100px;
}
#profile article ul{
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
#profile article ul li{
    margin: 0 15px;
}
#profile article ul li img{
    width: 40px;
    display: flex;
}




/*---schedule---*/
#schedule{
    background: url(../img/map.svg) #111 no-repeat 50% 50%;
    background-size: 80%;
    color: #fff;
    padding-bottom: 100px;
}
#schedule article{
    width: 94%;
    max-width: 1000px;
    margin: 30px auto 0;
    text-align: left;
}
#schedule article li{
    display: flex;
    justify-content: center;
    margin: 0 auto 30px;
}
#schedule article h4{
    text-align: left;
    width: 40%;
    font-size: 16px;
    font-weight: bold;
}
#schedule article h4 span{
    background: #fff;
    color: #111;
    padding: 5px 8px;
    margin: 0 8px;
}
#schedule article dl{
    width: 30%;
}
#schedule article dl a{
    color: #fff;
    font-size: 16px;
}
#schedule article dt{
    margin-bottom: 10px;
}
#schedule .final{
    color: #c13826;
}



/*---contact---*/
#contact{
    padding-bottom: 100px;
}
#contact article{
    width: 94%;
    max-width: 400px;
    text-align: left;
    margin: 0 auto;
}
#contact article dt{
    margin: 15px 0 5px;
}
#contact article dl input,#contact article dl textarea{
    width: 94%;
    background: none;
    border: 1px #ccc solid;
    box-shadow: none;
    padding: 10px 3%;
    font-size: 16px;
}
#contact article ul{
    width: 100%;
    font-size: 12px;
    margin-top: 15px;
}
#contact article ul li{
    text-indent: -1em;
    padding-left: 1em;
}
#contact .btn input{
    width: 200px;
    background: #854f52;
    color: #fff;
    border: 1px #ccc solid;
    box-shadow: none;
    padding: 10px 8px;
    font-size: 16px;
    margin: 30px auto 0;
    display: block;
}





/*---under---*/
.error{
    color: #fe1f59;
}
#under{
    background: #111;
}
#under header{
    text-align: center;
    padding: 50px 0;
}
#under header img{
    width: 90%;
    max-width: 800px;
}
#under footer{
    background: none;
    color: #fff;
}
#under main section{
    width: 94%;
    max-width: 500px;
    background: #fff;
    margin: 0 auto;
    padding: 3%;
    text-align: left;
}
#under main dl dt{
    font-size: 14px;
    color: #999;
}
#under main dl dd{
    font-weight: bold;
    margin-bottom: 15px;
}
#under .btn{
    display: flex;
    justify-content: space-around;
    flex-flow: row-reverse;
    margin: 30px 0 0;
}
#under .btn input{
    width: 200px;
    background: #854f52;
    color: #fff;
    border: 1px #ccc solid;
    box-shadow: none;
    padding: 10px 8px;
    font-size: 16px;
    margin: 30px auto 0;
    display: block;
}
#under .btn #backBtn{
    background: #ccc;
}

.showSp{
    display: none;
}
.showPc{
    display: block;
}

/*---------------sp---------------*/
@media screen and (max-width: 680px){

    /*---------common---------*/
    .showSp{
        display: block;
    }
    .showPc{
        display: none;
    }
    h2{
        font-size: 26px;
        padding-top: 30px;
    }
    h2 span{
        font-size: 12px;
    }
    main > p{
        font-size: 30vw;
        width: auto !important;
        height: auto !important;
        position: absolute;
        line-height: 1em;
        letter-spacing: -0.08em;
        margin: auto;
        top: 3%;
        left: 0;
        right: 0;
        font-family: 'futura-b';
        color: #c13826;
        padding: 0 !important;
        transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
    }

    /*---------header---------*/

    /*---------footer---------*/
    footer{
        font-size: 10px;
    }

    /*---------content---------*/
    /*--top--*/
    .parallax-window {
        min-height: 100%;
        background: transparent no-repeat 0 0;
        padding-bottom: calc(50%*1365/2048);/* calc(100*ImageHeight/ImageWidth)% */
        background-size: 100% !important;
    }
    .parallax-slider {
        bottom: 0;
        top: 0;
        left: 0;
    }
    #top {
        width: 100%;
        min-height: 100%;
        max-height: 100%;
        display: block;
    }
    #top h1{
        width: 94%;
        max-width: 1000px;
        margin: auto;
    }
    #top h1 img{
        width: 100%;
    }
    #top .sub{
        width: 60%;
        max-width: 550px;
        margin: 0 auto;
        padding: 10px 0 25px;
    }
    #top .sub img{
        width: 100%;
    }


    /*---release---*/
    #release {
        background: #111;
        color: #fff;
        padding-bottom: 30px;
    }
    #release article{
        width: 94%;
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #release article .content{
        width: 100%;
        display: flex;
        margin: 0 auto 30px;
    }
    #release article .right{
        text-align: left;
        padding-left: 1em;
        font-size: 12px;
    }
    #release article .right h4{
        font-weight: bold;
        font-size: 14px;
    }
    #release article .right p{
        margin: 15px 0;
    }
    #release article .content img{
        width: 150px;
        display: flex;
    }
    
    
    /*---profile---*/
    #profile article{
        width: 94%;
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
        padding: 100px 0 150px;
    }
    #profile article .content{
        width: 45%;
        display: flex;
    }
    #profile article dt img{
        height: 100px;
    }
    #profile article ul{
        width: 50%;
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
    #profile article ul li{
        margin: 0 15px;
    }
    #profile article ul li img{
        width: 40px;
        display: flex;
    }




    /*---schedule---*/
    #schedule{
        background: #111;
        color: #fff;
        padding-bottom: 30px;
    }
    #schedule article{
        width: 94%;
        max-width: 1000px;
        margin: 30px auto 0;
        text-align: left;
    }
    #schedule article li{
        display: block;
        margin: 0 auto 50px;
    }
    #schedule article h4{
        text-align: center;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    #schedule article h4:before,#schedule article h4:after{
        content: '―';
        font-weight: 100;
        margin: 0 10px;
    }
    #schedule article h4 small{
        font-weight: 100;
        font-size: 12px;
    }
    #schedule article h4 span{
        background: #fff;
        color: #111;
        padding: 5px 8px;
        margin: 0 8px;
    }
    #schedule article dl{
        width: 100%;
    }
    #schedule article dl a{
        color: #fff;
        font-size: 16px;
    }
    #schedule article dt{
        margin-bottom: 10px;
    }
    #schedule .final{
        color: #c13826;
    }


    /*---under---*/
    #under .btn{
        display: block;
        justify-content: space-around;
        flex-flow: row-reverse;
        margin: 30px 0 0;
    }
}
