@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&family=EB+Garamond:wght@400;500&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@500&display=swap');


body,html {
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans JP',"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.8;

}
*:focus {
outline: none;
}
#cl ul,#cl li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#cl a {
    text-decoration: underline;
    color: #000;
}

#cl img {
    border: none;
    width: 100%;
}
#cl h1 {
    padding: 0;
    margin: 0;
}
#cl .clear {
    clear: both;
}
#cl{
    margin: 0 auto;
	color: #0a0d49;
}
.spview {
	display: none;	
}
@media only screen and (max-width: 768px)  {
	.spview {
		display: block;	
	}	
	.pcview {
		display: none;	
	}		
}

#cl {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2;
}

#main_visual {
	position: relative;
	height: 100vh;
	overflow: hidden;
}
#main_visual .visual {
	line-height: 0;
	width: 50%;

	transition: 1.5s all 0s ease;
}
#main_visual.ac .visual {
	opacity: 1;
}

#main_visual .logo {
	position: absolute;
	top: 25px;
	left: 50%;
	width: 32%;
	max-width: 150px;
	transform: translate(-50%,0);
}
#main_visual .title {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%,-50%);
	width: 50%;
	box-sizing: border-box;
	padding: 0 5%;
	line-height: 0;
}
@media only screen and (max-width: 768px)  {
	#cl {
		width: 100%;
		min-width: 100%;
		margin: 0 auto;
		font-family: 'Noto Sans JP', sans-serif;
		line-height: 2;
	}

	#main_visual {
		position: relative;
		height: auto;
		overflow: hidden;
	}
	#main_visual .visual {
		width: 100%;
	}
	#main_visual .title {
		position: relative;
		top: auto;
		right: auto;
		transform: translate(0%);
		width: 75%;
		margin: 0 auto;
		padding: 5%
	}
	#main_visual .logo {
		position: absolute;
		top: 15px;
	}
}


/************************************************************
                main 
************************************************************/

#cl .main {
    margin: 2% auto 0;
    width: 90%;
}
#cl .main .inner{
    position: relative;
}
#cl .main .inner .vis {
	position: relative;
    overflow: hidden;
}

#cl .main .bg {
    background-image: url(../images/main.jpg);
	width: 100%;
    height: 0;
    padding-bottom: 45%;
    background-position:75% 10%;
	background-size: cover;
}
#cl .main .logo {
    width: 20%;
    position: absolute;
    bottom: -1px;
    left: -1px;
    line-height: 0;
}

#cl .main .ttl {
    width: 40%;
    line-height: 0;
    margin-top: 5%;
}

@media only screen and (max-width: 768px)  {
    #cl .main {
        margin: 5% auto 0;
        width: 90%;
    }
    #cl .main .inner .vis {

    }
    #cl .main .bg {
        height: 60vh;
        padding-bottom: 0;
    }
    #cl .main .logo {
        width: 40%;
    }
    #cl .main .ttl {
        width: 90%;
        margin: 10% auto 0;
    }
}
/************************************************************
                contents
************************************************************/
#cl .contents{
 
    margin: 0 auto;
}

/************************************************************
                read
************************************************************/
#cl .wrap {

	padding: 10% 0
}
#cl .read{
    margin: 0% auto 0;
    border: solid 1px #0a0d49;
    width: 70%;
    max-width: 600px;
    padding: 3% 5%;
    box-sizing: content-box;
}

#cl .read .sub{
    font-size: 19px;
    font-weight: bold;
}

#cl .read .txt{
    font-size: 12px;
    margin-top: 3%;
    line-height: 2;
}
@media only screen and (max-width: 768px)  {
	#cl .wrap {

		padding: 15% 0 0
	}
	#cl .read{
        margin: 0% auto 0;

        width: 90%;
        max-width: 600px;
        padding: 5%;
        box-sizing: border-box;
    }
    
    #cl .read .sub{
        font-size: 14px;
        font-weight: bold;
        line-height: 1.7;
    }
    
    #cl .read .txt{
        font-size: 11px;
        margin-top: 5%;
        line-height: 2;
    }
}
/************************************************************
                section
************************************************************/
#cl .section{
    margin: 15% auto 0;
    width: 90%;
	max-width: 1200px;
}

#cl .section .ttl{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
#cl .section .ttl.mat{
	margin-top: 2%;
}
#cl .section .sub{
    text-align: center;
    font-size: 13px;
    margin-top: 1%;
}

#cl .section .box{
    margin: 5% auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (max-width: 768px)  {
    #cl .section{
        margin: 15% auto 0;
        width: 100%;
    }
    
    #cl .section .ttl{
        font-size: 16px;
        width: 90%;
        margin: 0 auto ;
    }
    #cl .section .sub{
        font-size: 11px;
        margin-top: 1%;
        width: 90%;
        margin: 2% auto 0;
    }
    
    #cl .section .box{
        margin: 7% auto 0;
    }
}
/************************************************************
                event
************************************************************/
#cl .eve .box{
    width: 90%;
}
#cl .eve .ttl{
    font-size: 20px;
}
#cl .eve .icon{
    width: 25%;
}
#cl .eve .t-box{
    width: 70%;
}
#cl .eve .t-box .tit{
    font-size: 14px;
    font-weight: bold;
}
#cl .eve .t-box .txt{
    font-size: 12px;
    margin-top: 2%;
}
#cl .eve .t-box .line{
    border-bottom: solid 1px #0a0d49;
    margin-bottom: 5%;
    padding-bottom: 5%;
    box-sizing: content-box;
}
#cl .eve .t-box .txt a{
    display: inline-block;
    transition: 0.6s all 0s ease;
}
#cl .eve .t-box .txt a:hover{
    scale: 0.99;
}
.small {
	display: block;
	font-size: 10px;
}
@media only screen and (max-width: 768px)  {
    #cl .eve .box{
        width: 90%;
        display: block;
    }
    #cl .eve .ttl{
        font-size: 17px;
    }
    #cl .eve .icon{
        width: 45%;
        margin: 5% auto 0;
    }
    #cl .eve .t-box{
        width: 100%;
        margin: 5% auto 0;
    }
    #cl .eve .t-box .tit{
        font-size: 13px;
    }
    #cl .eve .t-box .txt{
        font-size: 11px;
    }
}


#cl .eve .box2{
    margin: 3% auto 0;
    width: 90%;
    border-top: solid 1px #0a0d49;
    padding-top: 2%;
}
#cl .eve .box2 .tit{
    font-size: 14px;
    font-weight: bold;
}

#cl .eve .box2 .txt{
    font-size: 12px;
    padding-top: 2%;
}
@media only screen and (max-width: 768px)  {
    #cl .eve .box2{
        margin: 5% auto 0;
        width: 90%;
        border-top: solid 1px #0a0d49;
        padding-top: 5%;

    }
    #cl .eve .box2 .txt{
        font-size: 11px;
    }
    #cl .eve .box2 .tit{
        font-size: 13px;
    }
}
/************************************************************
            nov
************************************************************/
#cl .nov .box{
    width: 60%;
    margin-top: 7%;
}
#cl .nov .img{
    width: 48%;
}
@media only screen and (max-width: 768px)  {
    #cl .nov .box{
        width: 90%;
    }
    #cl .nov .img{
        width: 49%;
    }
}


/************************************************************
                item
************************************************************/
#cl .item .box{
    width: 90%;
    margin-top: 7%;
}
#cl .item .img{
    width: 100%;
	line-height: 0;
}
#cl .item .box ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
#cl .item .box ul li {
	box-sizing: border-box;
	padding: 2px;
	position: relative;
}
#cl .item .box ul li span {
	display: block;
	position: absolute;
	bottom: 2px;
	left: 2px;
	right: 2px;
	background: rgba(0,0,0,0.3);
	text-align: center;
	padding: 10px 0;
	color: #FFF;
	font-size: 12px;
}
@media only screen and (max-width: 768px)  {
    #cl .item .box{
        width: 100%;
    }
    #cl .item .img{

    }
	#cl .item .box ul li span {
		font-size: 10px;
	}
}

/************************************************************
                footer
************************************************************/
#cl .footer{
    margin: 15% auto 70px;
    border-top: solid 1px #0a0d49;
    border-bottom: solid 1px #0a0d49;
    width: 70%;
    max-width: 600px;
    padding: 3% 5%;
    box-sizing: content-box;
}
#cl .footer .inner{
    width: 80%;
    margin: 0 auto;
}
#cl .footer .sub{
    font-size: 15px;
    font-weight: bold;
}

#cl .footer .txt{
    font-size: 12px;
    margin-top: 3%;
    line-height: 2;
}
@media only screen and (max-width: 768px)  {
    #cl .footer{
        width: 90%;
        margin: 15% auto 70px;
        box-sizing: border-box;
    }
    #cl .footer .inner{
        width: 100%;
        margin: 0 auto;
    }
    #cl .footer .sub{
        font-size: 13px;
        font-weight: bold;
    }
    
    #cl .footer .txt{
        font-size: 10px;
        margin-top: 3%;
        line-height: 2;
    }
}
/************************************************************
                動き
************************************************************/


#cl .pc-br{
    display: block;
}
@media only screen and (max-width: 768px)  {
#cl .pc-br{
    display: none;
}
}





.lo{
	opacity: 0;
	transition: 2s all 0.1s ease;
}
.lo.sr{
	opacity: 1;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.lo2{
	opacity: 0;
	transition: 2s all 3s ease;
}
.lo2.sr{
	opacity: 1;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}


#cl .youtube {
    max-width: 1000px;
    margin: 5% auto;
    width: 100%;
    aspect-ratio: 16 / 9;
}
#cl .youtube iframe {
    width: 100%;
    height: 100%;
}  