@charset "utf-8";

/*-----------------------------------------------
    index
-----------------------------------------------*/
/* secAbout */
.secAbout.lazyloaded{
    background: url(../img/index/bgAbout.jpg) center top /contain no-repeat;
    position: relative;
}
@media only screen and (max-width:767px){
}


/* linkBox */
.secAbout .linkBox{
    padding-top: 70px;
    width: 100%;
}
.secAbout .linkBox ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.secAbout .linkBox ul li{
    width: 31.112%;
    height: 60px;
}
.secAbout .linkBox ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: #2da7e8;
}
@media only screen and (max-width:767px){
    .secAbout .linkBox{
        padding-top: 25px;
    }
    .secAbout .linkBox ul li{
        width: 32.176%;
        height: 37px;
    }
    .secAbout .linkBox ul li a{
        height: 37px;
    }
    .secAbout .linkBox ul li a img{
        width: auto;
        height: 10px;
    }
}
/* movieBox */
.movieBox{
    margin: 70px auto 0;
}
.movieBox .secMovie{
    text-align: center;
}
.movieBox .secMovie iframe{
    max-width: 100%;
}
@media only screen and (max-width:767px){
    .movieBox{
        margin: 25px auto 0;
    }
    .movieBox .secMovie{ 
        width: 100%;
        height: 0;
        padding-top: 56.27%;
        position: relative;
    }
    .movieBox .secMovie iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}
/* infoBox */
.infoBox{
    padding: 100px 0 0;
    text-align: center;
}
.infoBox .txtBox{
    margin: 60px auto 0;
    color: #2da7e8;
    font-weight: bold;
}
.infoBox .txtBox .dateTxt{
    font-size: 51px;
}
.infoBox .txtBox .placeTxt{
    font-size: 41px;
    line-height: 55px;
    margin-top: 20px;
}
.infoBox .infoTag{
    margin: 34px auto 0;
    width: 500px;
    height: 60px;
}
.infoBox .infoTag .infoTxt{
    width: 100%;
}
.infoBox .infoTag a{
    display: block;
    width: 100%;
    height: 60px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background: rgba(75,230,251);
    background: linear-gradient(90deg, rgba(75,230,251,1) 0%, rgba(42,155,227,1) 50%, rgba(5,114,240,1) 100%);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.infoBox .aboutTxt{
    margin: 67px auto 0;
}
.infoBox .aboutTxt .aboutBox + .aboutBox{
    margin-top: 37px;
}
.infoBox .aboutTxt .aboutBox .txt{
    font-size: 21px;
    color: #2da7e8;
    margin-top: 15px;
    font-weight: bold;
}
.infoBox .aboutTxt .aboutBox .txt.min{
    font-size: 18px;
    line-height: 34px;
}
@media only screen and (max-width:767px){
    .infoBox{
        padding: 40px 0 0;
    }
    .infoBox .logoBox{
        margin: 0 auto;
        width: 191px;
        height: auto;
    }
    .infoBox .txtBox{
        margin: 25px auto 0;
    }
    .infoBox .txtBox .dateTxt{
        font-size: 18px;
    }
    .infoBox .txtBox .placeTxt{
        font-size: 16px;
        line-height: 22px;
        margin-top: 5px;
    }
    .infoBox .infoTag{
        margin: 14px auto 0;
        width: 175px;
        height: 35px;
    }
    .infoBox .infoTag .infoTxt a{
        height: 35px;
        font-size: 11px;
        border-radius: 17.5px;
    }
    .infoBox .aboutTxt{
        margin: 26px auto 0;
    }
    .infoBox .aboutTxt .aboutBox + .aboutBox{
        margin-top: 18px;
    }
    .infoBox .aboutTxt .aboutBox .tit{
        width: 33px;
        height: auto;
        margin: 0 auto;
    }
    .infoBox .aboutTxt .aboutBox .tit.aboutTxt07{
        width: 62px;
    }
    .infoBox .aboutTxt .aboutBox:last-child .tit{
        width: 75px;
    }
    .infoBox .aboutTxt .aboutBox .txt{
        font-size: 12px;
        line-height: 16px;
        margin-top: 5px;
    }
    .infoBox .aboutTxt .aboutBox .txt.min{
        font-size: 11px;
        line-height: 15px;
    }
}


/* secMessage */
.secMessage{
    margin-top: 145px;
    background-color: #2da7e8;
    z-index: -2;
    padding-bottom: 145px;
}
.secMessage .wrapper{
    padding-top: 140px;
}
.secMessage .wrapper .messageTit{
    position: relative;
    font-size: 28px;
    text-align: center;
    line-height: 44px;
    font-weight: bold;
    color: #fff;
    z-index: 0;
}
.secMessage .wrapper .messageTit::before{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 607px;
    height: 151px;
    background-image: url(../img/index/txtMessage.gif);
    z-index: -1;
}
.secMessage .wrapper .inner{
    text-align: left;
    color: #fff;
    margin-top: 58px;
}
.secMessage .wrapper .inner .tit{
    font-size: 35px;
    font-weight: bold;
    line-height: 60px;
}
.secMessage .wrapper .inner .txt{
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 23px;
    letter-spacing: -0.2px;
}
.secMessage .wrapper .inner .txt + .txt{
    margin-top: 23px;
}
.secMessage .wrapper .inner .txtMin{
    font-size: 15px;
    margin-top: 41px;
}
.secMessage .wrapper .profileBox{
    padding-top: 103px;
}
.secMessage .wrapper .profileBox .item{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.secMessage .wrapper .profileBox .imgBox{
    position: relative;
    width: 200px;
    z-index: 0;
}
.secMessage .wrapper .profileBox .imgBox::before{
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
    top: -54px;
    left: 0;
    right: 0;
    width: 226px;
    height: 67px;
    background-image: url(../img/index/txtProfile.gif);
    z-index: -1;
}
.secMessage .wrapper .profileBox .txtBox{
    padding: 50px 0 47px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 72.223%;
    text-align: left;
}
.secMessage .wrapper .profileBox .txtBox .name{
    font-size: 24px;
}
.secMessage .wrapper .profileBox .txtBox .name + .name{
    font-size: 15px;
    margin-top: 10px;
}
.secMessage .wrapper .profileBox .txtBox .txt{
    font-size: 13px;
    line-height: 22px;
    margin-top: 16px;
    letter-spacing: -0.6px;
}
@media only screen and (max-width:767px){
    .secMessage{
        margin-top: 50px;
        padding-bottom: 60px;
    }
    .secMessage .wrapper{
        padding-top: 60px;
    }
    .secMessage .wrapper .messageTit{
        font-size: 16px;
        line-height: 22px;
    }
    .secMessage .wrapper .messageTit::before{
        width: 277px;
        height: 72px;
        background-image: url(../img/index/txtMessageSp.gif);
    }
    .secMessage .wrapper .inner{
        margin-top: 30px;
    }
    .secMessage .wrapper .inner .tit{
        font-size: 17px;
        line-height: 30px;
    }
    .secMessage .wrapper .inner .txt{
        font-size: 11px;
        line-height: 17px;
        margin-top: 15px;
        letter-spacing: -0.6px;
    }
    .secMessage .wrapper .inner .txt + .txt{
        margin-top: 10px;
    }
    .secMessage .wrapper .inner .txtMin{
        font-size: 11px;
        margin-top: 18px;
    }
    .secMessage .wrapper .profileBox{
        position: relative;
        padding-top: 80px;
    }
    .secMessage .wrapper .profileBox::after{
        content:"";
        display:block;
        width:63.77%;
        height:1px;
        background-color:#fff;
        position:absolute;
        top:50px;
        right:0;
    }
    .secMessage .wrapper .profileBox .item{
        position: relative;
        align-items: flex-start;
        flex-direction: column;
    }
    .secMessage .wrapper .profileBox .imgBox{
        position: relative;
        width: 77px;
        z-index: 0;
    }
    .secMessage .wrapper .profileBox .imgBox img{
        width: 77px;
        height: auto;
    }
    .secMessage .wrapper .profileBox .imgBox::before{
        top: -46px;
        left: 0;
        right: auto;
        width: 113px;
        height: 35px;
        background-image: url(../img/index/txtProfileSp.gif);
    }
    .secMessage .wrapper .profileBox .txtBox{
        padding: 10px 0 15px;
        border-top: none;
        border-bottom: 1px solid #fff;
        color: #fff;
        width: 100%;
        text-align: left;
    }
    .secMessage .wrapper .profileBox .txtBox .topBox{
        position: absolute;
        top: 31px;
        right: 14.5%;
    }
    .secMessage .wrapper .profileBox .txtBox .name{
        font-size: 18px;
    }
    .secMessage .wrapper .profileBox .txtBox .name + .name{
        font-size: 10px;
        line-height: 20px;
        margin-top: 5px;
    }
    .secMessage .wrapper .profileBox .txtBox .txt{
        font-size: 11px;
        line-height: 17px;
        margin-top: 1px;
        letter-spacing: -0.6px;
    }
}


/* wishBox */
.wishBox{
    margin-top: 68px;
    border: 1px solid #fff;
}
.wishBox .wishInner{
    padding: 40px 30px 30px;
}
.wishBox .wishInner .wishTit{
    font-size: 18px;
    font-weight: bold;
    color: #fffc00;
}
.wishBox .wishInner .wishTxt{
    font-size: 13px;
    line-height: 22px;
    margin-top: 15px;
    color: #fff;
}
@media only screen and (max-width:767px){
    .wishBox{
        margin-top: 20px;
    }
    .wishBox .wishInner{
        padding: 20px 14px 15px;
    }
    .wishBox .wishInner .wishTit{
        font-size: 12px;
    }
    .wishBox .wishInner .wishTxt{
        font-size: 11px;
        line-height: 17px;
        margin-top: 10px;
    }
}


/* secLink */
.secLink{
    padding: 153px 0 0 0;
}
.secLink ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width:767px){
    .secLink{
        padding: 50px 0 35px 0;
    }
    .secLink .wrapper{
        width: 84%;
    }
    .secLink ul li{
        width:46.35%;
    }
}

/* secNews */
.secNews{
    opacity: 0;
}
.on02 .secNews{
    position: absolute;
    top: 34vw;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 80px 0 150px;
    width: 1100px;
    margin: 0 auto;
    z-index: 20;
    /* height: 29.5%;
    overflow-y: scroll; */
    opacity: 1;
    transition: opacity 1.5s ease-out;
}
.secNews .inner{
    width: 850px;
    margin: 0 auto;
    color: #000;
}
.secNews .inner .tit{
    font-size: 24px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 25px 0;
    font-weight: bold;
    text-align: center;
}
.secNews .inner .txt{
    text-align: left;
    margin: 45px auto 0;
    font-size: 15px;
    line-height: 34px;
}
.secNews .inner .txt.sub{
    margin-top: 20px;
    font-size: 14px;
    line-height: 31px;
}
.secNews .inner .txt.sub + .sub{
    margin-top: 10px;
}
.secNews .inner .spOnly + .tit{
    /* text-align: left; */
    margin-top: 90px;
    /* border-bottom: none;
    padding-bottom: 0;
    font-size: 20px; */
}
.secNews .inner .spOnly + .tit p{
    width: 90%;
    margin: 0 auto;
}
.brspMin{
    display: inline;
}
@media only screen and (max-width:1320px){
    .secNews{
        top: 450px;
    }
}
@media only screen and (max-width:767px){
    .on02 .secNews{
        top: 61vw;
        padding: 30px 0;
        width: 94.67%;
    }
    .secNews .inner{
        width: 85.916%;
    }
    .secNews .inner .tit{
        font-size: 12px;
        line-height: 18px;
        padding: 12px 0;
    }
    .secNews .inner .txt{
        width: 100%;
        margin: 15px auto 0;
        font-size: 11px;
        line-height: 18px;
        letter-spacing: -0.5px;
    }
    .secNews .inner .txt.sub{
        margin-top: 10px;
        font-size: 10px;
        line-height: 17px;
    }
    .secNews .inner .txt.sub + .sub{
        margin-top: 5px;
    }
    .secNews .inner .spOnly + .tit{
        margin-top: 30px;
        font-size: 11px;
    }
    .secNews .inner .spOnly + .tit p{
        width: 100%;
    }
}
@media only screen and (max-width:360px){
    .brspMin{
        display: none;
    }
}


/* footer */
#footer{
    position: relative;
    padding: 30px;
}
#footer.lazyloaded{
    background: url(../img/index/bgFooter.gif) center top /cover no-repeat;
    height: 783px;
}
#footer .copy{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}
@media only screen and (max-width:767px){
    #footer{
        padding: 55px 0 20px;
    }    
    #footer.lazyloaded{
        height: 177px;
    }
    #footer .copy{
        bottom: 20px;
        font-size: 10px;
    }
}

.overlay {
    opacity: 0;
}
.on + .overlay {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 1s ease-out;
}