@charset "utf-8";
/*reset start*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,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:after,blockquote:before,q:after,q:before{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}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}
/*reset end*/

*{
    box-sizing: border-box;
    line-height: normal;
    word-break: break-all;
}


.relative{
position: relative;
}

html{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
background-color: #FFFFFF;
color:#171717;
font-size: 10px;
}

.fontLato{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}
a{
    color: #171717;
    text-decoration: none;
}


body.hidden{
overflow: hidden;
}



#wrap{
position: relative;
overflow: hidden;

}

.content{
position: relative;
z-index: 1;
padding-left: 250px;
position: relative;
text-align: left;
}



.mainimage{
text-align: center;
position: relative;
}

.mainimage img{
    width: 100%;
}

.mainimage .topBox{
    width: 100%;
display: block;
max-width: 650px;
position: absolute;
left: 50%;
top:50%;
transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
}


.inner{
width: 100%;
padding-left: 75px;
padding-right: 75px;
margin-left:auto;
margin-right: auto;
position: relative;
}

.footer{
padding: 0px 0 30px;
text-align: center;
}


.footer p.copy{
    font-size: 1.4rem;
}


.navigation{
position: fixed;
z-index: 7777;
width:250px;
height: 100vh;
background-color: #FFFFFF;
}

.navigation .inner{
    width:250px;
    padding: 52px 43px;
    height: 100vh;
    overflow-y: auto;
}

.navigation img.navlogo{
width: 100%;
}


.navigation .links{
    margin-top: 52px;
}

.navigation .links ul.global{
    list-style: none;
}

.navigation .links ul.global li{
margin-bottom: 30px;
}

.navigation .links ul.global li:nth-last-of-type(1){
    margin-bottom: 0px;
}

.navigation .links ul.global li a{
    font-weight: 800;
    font-size: 1.4rem;
    
}

.navigation .links ul.sns{
    display: flex;
    list-style: none;
    margin-top: 110px;
    justify-content: space-around;
    width: 100%;
}


.navigation p.copy{
    margin-top: 40px;
}


.content h2{
    font-size:1.0rem ;
    margin-bottom: 50px;
    text-align: left;
} 

.content h2 span{
    font-size: 3.8rem;
    font-weight: 800;
    display: block;
}


.about{
padding: 100px 0;
background-image: url('../img/about_bg.svg');
background-position:bottom right 75px;
background-repeat: no-repeat;
background-size: 390px;
}


.about  img.message{
    max-width: 830px;
    padding-bottom: 50px;
}
.about p{
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 600;
}

.imageScroll img{
    height: 215px;
    margin: 2px;
}





@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
}
@keyframes infinity-scroll-right {
    from {
      transform: translateX(-100%);
    }
      to {
      transform: translateX(0)
    }
}
.scrollWrap {
    display: flex;
    overflow: hidden;
}
.scrollList {
    display: flex;
    list-style: none;
    padding: 0
}
.scrollList--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scrollList--right {
    animation: infinity-scroll-right 80s infinite linear 0.5s both;
}


.overview{
    padding-top: 160px;
}

.overview table{
    width: 100%;
    font-size: 1.6rem;
}

.overview table th,
.overview table td{
    font-weight: 400;
    padding-bottom: 20px;
}

.overview table th{
    width: 210px;
}


.sponsor{
padding-top: 100px;
text-align: center;
}


.sponsor h3{
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 400;
    margin-top: 30px
}

.sponsor h3.organizer{
    margin-bottom: 20px;
    margin-top: 0;
}

.sponsor h3.support{
    margin-bottom: 20px;
    margin-top: 60px;
}

.sponsor .supprtText p{
    font-size: 1.4rem;
}

.sponsor .cooperationText p{
    font-size: 1.4rem;
    line-height: 1.7;
}


.sponsor img{
    vertical-align: middle;
}

.sponsor img.sms{
    width: 110px;
    margin-bottom: 30px;
}
.sponsor .co-host ul{
    display: flex;
    list-style: none;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.sponsor img.scity{
    width: 136px;
    margin: 0 20px;
}
.sponsor img.pds{
    width: 92px;
    margin: 0 20px;
}
.sponsor img.fds{
    width: 144px;
    margin: 0 20px;
}
.sponsor img.platinumLogo{
    width: 368px;
    max-width: 100%;
}
.sponsor img.silverLogo{
    width: 427px;
    max-width: 100%;
}
.sponsor img.bronzeLogo{
    width: 600px;
    max-width: 100%;
    margin: auto;
}
.sponsor img.contentsLogo{
    width: 570px;
    max-width: 100%;
    margin: auto;
}
.sponsor img.mediaLogo{
    width: 75px;
    max-width: 100%;
}


.archive{
    padding-top: 160px;
    padding-bottom: 70px;
}

.archive ul{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}
.archive ul li{
    position: relative;
    width: calc((100% - 60px)/4);
    margin-bottom: 20px;
    margin-right: 20px;
}
.archive ul li:nth-of-type(4n){
    margin-right: 0;
}

.archive ul li {
    text-align: center
}

.archive ul li a{
    font-size: 1.4rem;
    font-weight: 800;
}

.archive ul li .mask{
    position: relative;
}

.archive ul li .mask:after{
/*
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    */
}

.archive ul li img{
    width: 100%;
    filter: grayscale(1);
}

.archive ul li a:hover img{
    filter: grayscale(0);
}

.contact{
    text-align: center;
}
.contact .inner{
padding-top:30px ;
padding-bottom: 130px;
}


.contact .inner:before{
    content:"";
    display: block;
    width: calc(100% - 150px );
    position: absolute;
    background-color: #707070;
    left: 50%;
    top:0;
    height: 1px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.contact .inner:after{
    content:"";
    display: block;
    width: calc(100% - 150px );
    position: absolute;
    background-color: #707070;
    left: 50%;
    bottom:0;
    height: 1px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}


.contact p{
    font-size: 1.6rem;
}

.contact a{
    font-weight: 800;
    font-size: 2.6rem;
}

.footer{
    padding: 60px 0 50px;
}

.footer img{
    max-width: 220px;
}

.forPc{
display: block!important;
}
.forSp{
display: none!important;
}




@media (max-width:1280px) {
    .inner{
    width: 100%;
    padding: 0 20px;
    }
}


@media (max-width:695px) {

    .inner{
        padding: 0 20px;
    }



    a.spMenu{
        position: fixed;
        z-index: 8888;
        display: block;
        width: 25px;
        height: 10px;
        top:20px;
        right: 10px;
    }

    a.spMenu .inner{
        padding: 0;
        width: 25px;
        height: 10px;
    }

    a.spMenu .inner:before,
    a.spMenu .inner:after{
        content:"";
        width: 100%;
        height: 1px;
        background-color: #FFFFFF;
        display: block;
        position: absolute;
        left: 0;
        transition: 0.3s;
    }
    a.spMenu .inner:before{
        top: 0;
        transform-origin: left top;
    }
    a.spMenu .inner:after{
        bottom:0;
        transform-origin: left bottom;
    }
    a.spMenu.open .inner:before{
    transform: rotate(25deg) ;
    -webkit-transform: rotate(25deg);
    background-color: #000000;
    }
    a.spMenu.open .inner:after{
        transform: rotate(-25deg);
        -webkit-transform: rotate(-25deg);
        background-color: #000000;
    }


    .navigation{
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s;
        position: fixed;
        left: 0;
        top:0;
        width: 100%;
        height: 100%;
        z-index: 7777;
        background: rgba(255,255,255,1);
    }

    
    .navigation.spShow{
        opacity: 1;
        visibility: visible
    }

    .navigation .inner{
        padding:15px 20px;
        width: 100%;
    }
    .navigation img.navlogo{
        width: 40px;
    }

    .navigation .links {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: 100%;
        padding: 0 20px;
        margin-top: 0;
    }

    .navigation .links ul.global,
    .navigation .links ul.global li{
        display: block;
    }
    .navigation .links ul.global li{
    }

    .navigation .links ul.global li a{
        font-size: 2.0rem;
    }
    .navigation .links ul.sns{
        margin-top: 50px;
        padding-left: 60px;
        padding-right: 60px;
    }
    .navigation .links ul.sns li img{
        width: 45px;
    }
    .mainimage img.logo_white{
        width: 40px;
        position: absolute;
        left: 20px;
        top:15px;
    }
    .mainimage .topBox{
        max-width: calc(100% - 40px);
        width: 100%;
    }

    .content{
        padding-left: 0;
    }
    .content h2{
        font-size: 1.2rem;
        margin-bottom: 40px;
    }
    .content h2 span{
        font-size: 3.2rem;
    }
    .about{
        padding: 50px 0;
        background-size: 45%;
        background-position:top 70px right 0;
    }
    .about img.message{
        width: 100%;
        max-width: 100%;
    }
    .about p{
        font-size: 1.4rem;
    }
    .imageScroll img{
        height: 130px;
    }
    .overview{
        padding-top: 50px;
    }
    .overview table,
    .overview table tbody,
    .overview table tr,
    .overview table th,
    .overview table td{
        display: block;
        width: 100%;
    }
    .overview table{
        font-size: 1.4rem;
    }
    .overview table th{
        min-width: 100%;
        padding-bottom: 0;
    }
    .sponsor{
        padding-top: 50px;
    }
    .sponsor h3,
    .sponsor h3.organizer{
        margin-bottom: 15px;
    }
    
    .sponsor .co-host{
        position: relative;
    }
    .sponsor .co-host ul li{
        position: relative;
        padding: 0 10px;
    }
    .sponsor .co-host ul li img{
        max-width: 100%;

    }


    .sponsor img.sms{
        width: 75px;
    }

    .sponsor img.scity,
    .sponsor img.pds,
    .sponsor img.fds{
        margin: 0;
    }

    .sponsor img.platinumLogo{
        max-width: calc(100% - 40px);
    }
    .sponsor img.bronzeLogo{
        max-width: calc(100% - 74px);
        margin: auto;
    }
    .sponsor img.contentsLogo{
        max-width: calc(100% - 80px);
        margin: auto;
    }
    .sponsor img.mediaLogo{
        max-width: 65px;
        margin: auto;
    }


    .archive{
        padding: 70px 0 40px;
    }
    .archive ul li {
        position: relative;
        width: calc((100% - 20px) / 2);
        margin-bottom: 20px;
        margin-right: 20px;
    }
    .archive ul li:nth-of-type(2n){
        margin-right: 0;
    }
    .contact .inner{
        padding-bottom: 80px;
    }
    .contact .inner:before,
    .contact .inner:after{
        width: calc(100% - 40px);
    }
    .contact a{
        font-size:2.4rem;
    }

    .footer{
        padding-top: 35px;
        padding-bottom: 20px;
    }
    .footer p.copy{
        font-size: 1.0rem;
        margin-top: 35px;
    }

    .forPc{
    display: none!important;
    }
    .forSp{
    display: block!important;
    }
}




.mainimage .topBnr{
display: block;
max-width: 600px;
position: absolute;
bottom:30px;
right:30px;
}

.mainimage .topBnr a{
    transition: 0.3s;
}
.mainimage .topBnr a:hover{
    opacity: 0.8;
}

.mainimage .topBnr ul{
    display: flex;
    background-color: #FFFFFF;
    list-style: none;
    width: 600px;
    position: relative;
    align-items: center;
}

.mainimage .topBnr ul li.img{
    width: 200px;
    padding: 10px 20px;
}
.mainimage .topBnr ul li.img .image-container{
    width: 160px;
    height:160px;
    overflow: hidden;
    position: relative;
}

.mainimage .topBnr ul li.img .image-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
/*    opacity: 0;
    animation: fade 8s infinite;*/
}

/* 最初の画像をフェードイン開始 */
.mainimage .topBnr ul li.img .image-container img:nth-child(1) {
    animation-delay: 0s;
}

/* 2番目の画像を遅れてフェードイン開始 */
.mainimage .topBnr ul li.img .image-container img:nth-child(2) {
    animation-delay: 4s;
}

@keyframes fade {
    0%, 100% {
        opacity: 0;
    }
    25%, 75% {
        opacity: 1;
    }
}

.mainimage .topBnr ul li.text{
    width: calc(100% - 200px);
    text-align: left;
    font-size: 1.3rem;
    color: #172c78;
    font-weight: bold;
    padding-right: 10px;
}
.mainimage .topBnr ul li.text span{
    font-size: 1.7rem;
    font-weight: bold;
}

@media (max-width:695px) {

.mainimage .topBnr{
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    bottom:20px;
    right:auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    }
    .mainimage .topBnr ul{
        width: 100%;
    }
    .mainimage .topBnr ul li.img{
        width: 100px;
        padding:10px 20px;
    }
    
    .mainimage .topBnr ul li.img .image-container{
        width: 60px;
        height: 60px;
    }

    .mainimage .topBnr ul li.text{
        width: calc(100% - 100px);
        text-align: left;
        font-size: 1.0rem;
        color: #172c78;
        font-weight: bold;
        padding: 5px 10px 5px 0;
    }
    .mainimage .topBnr ul li.text span{
        font-size: 1.2rem;
        font-weight: bold;
    }
    
}



.contents{
    padding-top: 100px;
}
.contents ul{
    margin-top: 50px;
    list-style: none;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.contents ul li{
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    border: solid 1px #e8e8e8;
}

.contents ul li:nth-of-type(even){
    margin-right: 0;
}

.contents ul li img{
    width: 100%;
    transition: 0.3s;
    vertical-align: middle;
    
}

.contents ul li a:hover img{
    transform: scale(1.02);
}


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

a.modalClose{
    position: fixed;
    right: 10px;
    top:10px;
    width: 40px;
    height: 40px;
    display: block;
    z-index: 11000;
    background-image: url('../img/modalClose.svg');
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}

a.modalClose:hover{
    cursor: pointer;
}

.modalContents{
    position: fixed;
    left: 50%;
    top: 50%;
    width: calc(100% - 100px);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 50px 0;
    background-color: #FFFFFF;
    display: block;
    z-index: 10000;
    max-height: 100vh;
    max-width: 800px;
    overflow-y: auto;
    display: none;
}

.modalContents .contentsContent{
    display: none;
}

.modalContents h2{
    font-size: 2.0rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #000000;
}

.modalContents img{
    max-width: 100%;
}
.modalContents img.border{
    border:solid 1px #e8e8e8;
}


.modalContents p{
 font-size: 1.6rem;   
    padding:0  0 10px;
    }
    .modalContents p a{
        text-decoration: underline;
    }

.modalContents h3{
    font-size: 2.0rem;
}
.modalContents h3.fontLato span{
    font-size: 2.0rem;
    font-weight: 800;
    display: block;
    margin-top: 30px;
}

.modalContents ul.artist{
    display: flex;
    list-style: none;
    position: relative;
    margin-top: 20px;
}

.modalContents ul.artist li.img{
    width: 200px;
    margin-right: 20px;
}

.modalContents ul.artist li.text{
    width: calc(100% - 220px);
}

.modalContents ul.artist li.text p.name{
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 1;
    padding: 0;
}

.modalContents h3.summary{
    margin-top: 50px;
    margin-bottom: 10px;
}


@media (max-width:695px) {
 
    .contents {
        padding-top: 50px;
    }

    .contents ul li {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
    }

    a.modalClose{
        width: 30px;
        height: 30px;
        right: 0;
        top: 0;
        background-color: #000000;
    }
    .modalContents {
        min-height: 100%;
        width: 100%;
}

.modalContents ul.artist{
    display: block;
}
.modalContents ul.artist li.img {
    width: 100%;
    margin-right: 0px;
}
.modalContents ul.artist li.text {
    width: 100%;
}
.modalContents ul.artist li.text p.name{
    text-align: center;
    margin-top: 10px;
}
}