@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

html{
	font-size: 62.5%;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body{
	font-family: "Hiragino Sans","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic,  "游ゴシック", "Yu Gothic","メイリオ",Meiryo,sans-serif;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
	color: #222;
    width:  100%;
    height: 100%;
    overflow: auto;


}
body *{
	box-sizing: border-box;
}
ul li,
ol li{
	list-style: none;
}
input,select,button,textarea{
	font-family: inherit;
}
input[type=submit]{
	cursor: pointer;
}
img{
	max-width: 100%;
    vertical-align: top;
}
a {
    transition: .5s;
}
a:hover{
	opacity: 0.6;
    transition: .5s;
}
/* module
------------------------------------------------------------------------ */
.pc { display: none; }
@media screen and (min-width: 768px) {
	.sp { display: none; }
	.pc { display: block; }
}
.fadeIn {
    opacity: 0;
    transition: opacity .5s cubic-bezier(.445,.05,.55,.95);
}
.fadeIn.is-show {
    opacity: 1;
}
/* section
------------------------------------------------------------------------ */
.kv {
    width: 100%;
    height: 100vh;
    position: relative;
    
}
.kv::before {
    width: 100%;
    height: 100vh;
    background-image: url(../img/hero_bg@sp.png);
    background-size: cover;
    background-position: 50% 0;
    position: relative;
    content: "";
    display: block;
    position: fixed;
    top:0;
    left:0;
    z-index:-10;
    width:100%;
    height:100vh;    
}
.kv .kv-wrap{
    height: 100%;
    padding: 0 4vw;
}
.kv .kv-wrap:before{
    content: "";
    display: block;
    width: 12.267vw;
    height: 4.8vw;
    background-image: url(../img/t_scroll.png);
    background-size: cover;
    position: absolute;
    bottom: 29.867vw;
    transform:rotate(90deg);
    left: -0.8vw;
}
.kv .kv-wrap:after{
    content: "";
    display: block;
    width: 1px;
    height: 21.333vw;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
}
.kv .group-wrap {
    width: 40vw;
    top: 4vw;
    position: absolute;
}

.kv .hero {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.kv .hero h1{
    width: 89.333vw;
}
.main{
    display: block;
    padding: 18.667vw 4vw 16vw;
    position: relative;
    background-color: #FFFFFF;
}
.main:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #FE5E23;
    position: absolute;
    top: 0;
    left: 4vw;
}
.main::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/main_bg.png);
    background-position: 0 77.333vw;
    background-size: 1400px auto;
    background-repeat: repeat-y;
    z-index: -1;
}
.main .desc {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    line-height: 2;
    padding: 0 0 3.2vw 5.2vw;
}
.main .desc p+p{
    margin-top: 9.333vw;
}
.main .year-block{
    margin-top: 16vw;
}
.main .year-block .year {
    background-color: #FE5E23;
    width: 32vw;
    height: 11.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .year-block .year .year-wrap {
    width: 19.2vw;
}
.main .year-block .items {
    min-height: 0%;
}
.main .year-block .item .item-wrap{
    margin: 5.333vw 0 0 4vw ;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}
.main .year-block .item .item-wrap:before {
    content: "";
    display: block;
    border-radius: 1.333vw;
    width: 1.867vw;
    height: 1.867vw;
    background-color: #FE5E23;
    position: absolute;
    top: 17.867vw;
    left: -4.933vw;
}
.main .year-block .item .item-wrap:after {
    content: "";
    display: block;
    width: 4vw;
    height: 1px;
    background-color: #FE5E23;
    position: absolute;
    top: 18.667vw;
    left: -4vw;
}
.main .year-block .item .mv{
}
.main .year-block .item .artists{
    padding: 6.667vw 5.333vw 8vw;
}
.main .year-block .item .artists + .artists{
    padding-top: 0;
}
.main .year-block .item .artists .title{
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #585042;
    width: 100%;
    text-align: center;
}
.main .year-block .item .artists .cards {
    display: flex;
    flex-wrap: wrap;
    margin-left: -2.667vw;
}
.main .year-block .item .artists .cards .card{
    box-sizing: border-box;
    flex: 0 1 calc((100% / 3) - 2.667vw);
    margin-top: 4vw;
    margin-left: 2.667vw;
}
*::-ms-backdrop, .main .year-block .item .artists .cards .card{
    width: 31%;
}
.main .year-block .item .artists .cards .card a{
    display: block;
    text-decoration: none;
    color: #222;
}
.main .year-block .item .artists .cards .card a:hover{
    opacity: 0.7;
}
.main .year-block .item .artists .cards .card figure{
    margin: 0;
}
.main .year-block .item .artists .cards .card .name{
    font-size: 1.2rem;
    margin-top:  2.667vw;
    text-align: center;
    word-break: break-all;
}
.main .year-block .item .artists .text{
    font-size: 1.2rem;
    margin-top:  2.667vw;
    letter-spacing: 0.05em;
}
.main .year-block .item .artists .notes{
    font-size: 1rem;
    margin-top:  4vw;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
.footer {
    background-color: #000;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 10.667vw 4vw 4.8vw;
}
.footer .contact{
    font-size: 1.2rem;
}
.footer .contact a{
    color: #FFFFFF;
}
.footer .copyright{
    font-size: 1em;
    margin-top: 8vw;
}
@media screen and (min-width: 768px) {
    .kv {
        width: 100%;
        height: 100vh;
        position: relative;
    }
    .kv::before {
        width: 100%;
        height: 100vh;
        background-image: url(../img/hero_bg.png);
        background-size: cover;
        background-position: 50% 0;
        position: relative;
        content: "";
        display: block;
        position: fixed;
        top:0;
        left:0;
        z-index:-10;
        width:100%;
        height:100vh;
    }
    .kv .kv-wrap:before{
        content: "";
        display: block;
        width: 46px;
        height: 18px;
        background-image: url(../img/t_scroll.png);
        background-size: cover;
        position: absolute;
        bottom: 75px;
        left: 50%;
        transform:none;
        transform: translateX(-50%);
    }
    .kv .kv-wrap:after{
        content: "";
        display: block;
        width: 1px;
        height: 60px;
        background-color: #FFFFFF;
        position: absolute;
        bottom: 0;
        left: 50%;
    }
    .kv .group-wrap {
        width: 165px;
        top: 30px;
        position: absolute;
    }
    .kv .hero h1{
        max-width: 800px;
    }
    .main{
        padding: 120px 4vw 160px;
        position: relative;
        background-image: url(../img/main_bg.png);
        background-position: 0 31.022vw;
        background-size: 100% auto;
        background-repeat: repeat-y;
    }
    .main:before{
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background-color: #FE5E23;
        position: absolute;
        top: 0;
        left: 50%;
    }
    .main .main-wrap {
        margin: 0 auto;
        padding: 0;
        max-width: 85.776vw;
        position: relative;
    }
    .main .desc {
        font-size: 1.144vw;
        letter-spacing: 0.1em;
        line-height: 2.38;
        padding: 0;
        max-width: 35.74vw;
        position: absolute;
        top: 0;
        left: 0;
    }
    .main .desc p+p{
        margin-top: 2.859vw;
    }
    .main .year-block{
        margin-top: 2.859vw;
        display: flex;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .main .year-block .year {
        background-color: #FE5E23;
        width: 8.578vw;
        height: 3.288vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main .year-block .year .year-wrap {
        width: 5.861vw;
    }
    .main .year-block .items{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
    }
    .main .year-block.right .items{
        flex-direction: row-reverse;
        align-items: flex-start;
    }
    .main .year-block .item .item-wrap{
        margin: 2.859vw 0 0;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
        position: relative;
        max-width: 35.74vw;
        background-color: #FFFFFF;
    }
    .main .year-block .item .item-wrap:before {
        content: "";
        display: block;
        border-radius: 0.715vw;
        width: 0.715vw;
        height: 0.715vw;
        background-color: #FE5E23;
        position: absolute;
        top: 9.793vw;
        left: auto;
        right: -7.505vw;
    }
    .main .year-block .item .item-wrap:after {
        content: "";
        display: block;
        width: 7.148vw;
        height: 1px;
        background-color: #FE5E23;
        position: absolute;
        top: 10.079vw;
        left: auto;
        right: -7.148vw;
    }
    .main .year-block .item:nth-of-type(even) {
        margin-top: 17.155vw;
    }
    .main .year-block.right .item .item-wrap:before,
    .main .year-block .item:nth-of-type(even) .item-wrap:before {
        left: -7.505vw;
    }
    .main .year-block.right .item .item-wrap:after,
    .main .year-block .item:nth-of-type(even) .item-wrap:after {
        left: -7.148vw;
    }

    .main .year-block .item .artists{
        padding: 2.144vw;
    }
    .main .year-block .item .artists + .artists{
        padding-top: 0;
    }
    .main .year-block .item .artists .title{
        font-size: 1.43vw;
        letter-spacing: 0.05em;
        color: #585042;
        width: 100%;
        text-align: center;
    }
    .main .year-block .item .artists .cards {
        display: flex;
        flex-wrap: wrap;
        margin-left: -0.715vw;
    }
    .main .year-block .item .artists .cards .card{
        box-sizing: border-box;
        flex: 0 1 calc((100% / 3) - 10px);
        margin-top: 1.501vw;
        margin-left: 0.715vw;
    }
    .main .year-block .item .artists .cards .card figure{
        margin: 0;
    }
    .main .year-block .item .artists .cards .card .name{
        font-size: 0.858vw;
        line-height: 1.4;
        margin-top:  1.072vw;
        text-align: center;
    }
    .main .year-block .item .artists .text{
        font-size: 0.858vw;
        margin-top:  1.43vw;
        letter-spacing: 0.05em;
        line-height: 1.57;
    }
    .main .year-block .item .artists .notes{
        font-size: 0.858vw;
        margin-top:  1.787vw;
        letter-spacing: 0.05em;
        line-height: 1.67;
    }
    .footer {
        background-color: #000;
        color: #FFFFFF;
        text-align: center;
        letter-spacing: 0.05em;
        padding: 2.859vw 0 1.43vw;
    }
    .footer p{
        width: 26.805vw ;
        margin: 0 auto;
    }
    .footer .contact{
        font-size: 1.43vw;
    }
    .footer .contact a{
        color: #FFFFFF;
    }
    .footer .copyright{
        font-size: 0.858vw;
        line-height: 1.33;
        margin-top: 2.001vw;
    }
}
@media screen and (min-width: 1399px) {

    .main{
        padding: 120px 4vw 160px;
        position: relative;
        background-image: url(../img/main_bg.png);
        background-position: 0 434px;
        background-size: 100% auto;
        background-repeat: repeat-y;
    }
    .main:before{
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background-color: #FE5E23;
        position: absolute;
        top: 0;
        left: 50%;
    }
    .main .main-wrap {
        margin: 0 auto;
        padding: 0;
        max-width: 1200px;
        position: relative;
    }
    .main .desc {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        line-height: 2.38;
        padding: 0;
        max-width: 500px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .main .desc p+p{
        margin-top: 40px;
    }
    .main .year-block{
        margin-top: 40px;
        display: flex;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .main .year-block .year {
        background-color: #FE5E23;
        width: 120px;
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main .year-block .year .year-wrap {
        width: 82px;
    }
    .main .year-block .items{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
    }
    .main .year-block.right .items{
        flex-direction: row-reverse;
        align-items: flex-start;
    }
    .main .year-block .item .item-wrap{
        margin: 40px 0 0;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
        position: relative;
        max-width: 500px;
        background-color: #FFFFFF;
    }
    .main .year-block .item .item-wrap:before {
        content: "";
        display: block;
        border-radius: 10px;
        width: 10px;
        height: 10px;
        background-color: #FE5E23;
        position: absolute;
        top: 172px;
        left: auto;
        right: -105px;
    }
    .main .year-block .item .item-wrap:after {
        content: "";
        display: block;
        width: 100px;
        height: 1px;
        background-color: #FE5E23;
        position: absolute;
        top: 176px;
        left: auto;
        right: -100px;
    }
    .main .year-block .item:nth-of-type(even) {
        margin-top: 240px;
    }
    .main .year-block.right .item .item-wrap:before,
    .main .year-block .item:nth-of-type(even) .item-wrap:before {
        left: -105px;
    }
    .main .year-block.right .item .item-wrap:after,
    .main .year-block .item:nth-of-type(even) .item-wrap:after {
        left: -100px;
    }
    
    .main .year-block .item .artists{
        padding: 30px;
    }
    .main .year-block .item .artists + .artists{
        padding-top: 0;
    }
    .main .year-block .item .artists .title{
        font-size: 2rem;
        letter-spacing: 0.05em;
        color: #585042;
        width: 100%;
        text-align: center;
    }
    .main .year-block .item .artists .cards {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
    }
    .main .year-block .item .artists .cards .card{
        box-sizing: border-box;
        flex: 0 1 calc((100% / 3) - 10px);
        margin-top: 21px;
        margin-left: 10px;
    }
    .main .year-block .item .artists .cards .card figure{
        margin: 0;
    }
    .main .year-block .item .artists .cards .card .name{
        font-size: 1.4rem;
        line-height: 1.4;
        margin-top:  15px;
        text-align: center;
    }
    .main .year-block .item .artists .text{
        font-size: 1.4rem;
        margin-top:  20px;
        letter-spacing: 0.05em;
        line-height: 1.57;
    }
    .main .year-block .item .artists .notes{
        font-size: 1.2rem;
        margin-top:  25px;
        letter-spacing: 0.05em;
        line-height: 1.67;
    }
    .footer {
        background-color: #000;
        color: #FFFFFF;
        text-align: center;
        letter-spacing: 0.05em;
        padding: 40px 0 20px;
    }
    .footer p{
        width: 375px ;
        margin: 0 auto;
    }
    .footer .contact{
        font-size: 1.4rem;
    }
    .footer .contact a{
        color: #FFFFFF;
    }
    .footer .copyright{
        font-size: 1.2em;
        line-height: 1.33;
        margin-top: 28px;
    }
}