@charset "utf-8";

@-ms-viewport {
	width: auto;
}
  
@viewport {
	width: device-width;
}
.pc{display:block;}
.sp{display:none;}
.f-large{
    font-size:1.5em;
}
.small{
	font-size:0.6em;
}
.capTxt{
	font-size:0.8em;
}
@media screen and (max-width:920px){
    .pc{display:none;}
    .sp{display:block;}

    .f-large{
        font-size:100%;
    }
}
.jstfy{
	text-align:justify;
	text-justify:inter-ideograph;
	-ms-text-justify:inter-ideograph;
}

.center{
    text-align:center;
}
.left{
    text-align:left;
}
.right{
    text-align:right;
}
/*===================================================================
basic setting
===================================================================*/
* html body {
	background: url(null) fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html{
    overflow-x: hidden;
	height: 100%;
	margin: 0 auto;
}
html{
	position: relative;
	height:100%;
	min-height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	color: #000;
	width:100%;
	height:auto;
}
body::-webkit-scrollbar {
    display:none;
}
    
body::-webkit-scrollbar-thumb {
    display:none;
}    
body::-webkit-scrollbar-corner {
    display: none;
}

/* =========================================================
link icon SETTING 
========================================================= */
.iconLink{
	font-weight:500;
    color:#2cb08c!important;
}
.iconLink:before {
	margin: 0 3px 0 3px;
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-weight: 900;
	display:inline-block;
}
.iconExternal{
	font-weight:900;
}
.iconExternal:after {
	margin: 0 3px 0 3px;
	font-family: "Font Awesome 5 Free";
	content: '\f35d';
	font-weight: 900;
	display:inline-block;
}
.iconPdf{
	font-weight:900;
}
.iconPdf:after {
	margin: 0 3px 0 3px;
	font-family: "Font Awesome 5 Free";
	content: '\f1c1';
	font-weight: 900;
	display:inline-block;
}

/*layout&margin
----------------------------------------------------------*/
.mt5{margin-top:5px!important;}
.mt10{margin-top:10px!important;}
.mt15{margin-top:15px!important;}
.mt20{margin-top:20px!important;}
.mt25{margin-top:25px!important;}
.mt30{margin-top:30px!important;}
.mt35{margin-top:35px!important;}
.mt40{margin-top:40px!important;}
.mt45{margin-top:45px!important;}
.mt50{margin-top:50px!important;}
.mt60{margin-top:60px!important;}
.mt70{margin-top:70px!important;}
.mt80{margin-top:80px!important;}
.mt90{margin-top:90px!important;}
.mt100{margin-top:100px!important;}

.mb0{margin-bottom:0px!important;}
.mb5{margin-bottom:5px!important;}
.mb10{margin-bottom:10px!important;}
.mb15{margin-bottom:15px!important;}
.mb20{margin-bottom:20px!important;}
.mb25{margin-bottom:25px!important;}
.mb30{margin-bottom:30px!important;}
.mb35{margin-bottom:35px!important;}
.mb40{margin-bottom:40px!important;}
.mb45{margin-bottom:45px!important;}
.mb50{margin-bottom:50px!important;}
.mb80{margin-bottom:80px!important;}
.mb100{margin-bottom:100px!important;}
.mb120{margin-bottom:120px!important;}


/* =========================================================
	CONTENTS SETTING 
========================================================= */
.commonSec{
    width:100%;
    height: 100%;
}
.commonSec .container{
    width:1400px;
    height:100%;
    margin:0 auto;
    padding:30px 20px;
    text-align:left;
}
.commonSec .container h1{  
    font-size:350%;
}
.commonSec .container h2{
    font-size:220%;
}
.commonSec .container p{
    font-size:150%;
}
.commonSec .container ul{
    font-size:150%;
}
.flexbox{
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width:1600px){
    .commonSec .container{
        width:90%;
        height:auto;
        margin:0 auto;
        padding:30px;
        text-align:left;
    }
}
@media screen and (max-width:1024px){
    .commonSec .container{
        width:100%;
        height:100%;
        margin:0 auto;
        padding:30px;
        text-align:left;
    }
}
@media screen and (max-width:480px){
    .commonSec{
        width:100%;
        height: 100%;
        margin-bottom:50px;
    }
    .commonSec .container{
        width:90%;
        height:100%;
        margin:0 auto;
        padding:10px;
        text-align:left;
    }
    .commonSec .container h1{  
    font-size:1.8rem;
    }
    .commonSec .container h2{
        font-size:1.3rem;
    }
    .commonSec .container p{
        font-size:1.0rem;
    }
    .commonSec .container ul{
        font-size:1.0rem;
    }
}

/* ======================================
	header setting
=======================================*/
header{
    position: fixed;
    top: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    transition: all 0.3s ease-out;
}
header .header-flexbox{
    background: linear-gradient(90deg, #2cb08c, #1976c0);
}

header .header-boxItem{
	padding:10px 20px 10px 20px;
}
.header-flexbox{
	display:flex;
	flex-direction:row;
	width:100%;
	height:auto;
}
.header-boxItem{
	width:100%;
	text-align:right;
}
.header-boxItem a{
	color:#fff;
	text-decoration: none;
}
.header-boxItem a:hover{
	text-decoration: underline;
	transition: 0.5s;
}
#nav-btn{
    display: block;
    position: fixed;
    z-index: 11;
    top: 30px;
    right: 40px;
    background: transparent;
    border: none;
    cursor:pointer;
}
.hamburger{
    position: relative;
    display: block;
    width: 50px;
    height: 22px;
}
.hamburger .bdr{
    /*線の太さ*/
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background: #fff;
    transition: all .5s;
}
.hamburger .bdr:nth-child(1){
    top: 0;
}
.hamburger .bdr:nth-child(2){
    top: 9px;
}
.hamburger .bdr:nth-child(3){
    bottom: 0;
}
.hamburger.is-active .bdr{
    background: #fff;
}
.hamburger.is-active .bdr:nth-child(1){
    transform: translateY(10px) rotate(-45deg);
}
.hamburger.is-active .bdr:nth-child(2){
    opacity: 0;
}
.hamburger.is-active .bdr:nth-child(3){
    transform: translateY(-10px) rotate(45deg);
}
#nav-btn{
    display: none;
}

.menu{
    width: 100%;
    text-align: left;
    display:block;
}
.menu ul{
    display: flex;
    list-style: none;
}
.menu li{
    width:100%;
    line-height:50px;
    text-align: center!important;
}

.menu a:link {color:#fff;text-decoration:none;font-weight:bold;}
.menu a:visited {color:#fff;text-decoration:none;}
.menu a:focus{outline:none;}
.menu a img {text-decoration:none;}
.menu a:hover {
	color:#2cb08c;
	text-decoration:underline;
	transition:0.5s;
	-webkit-transition:0.5;
	-moz-transition:0.5s
}

@media screen and (max-width:1024px){
	header{
		width:100%;
	}
    .mainTtl{
        font-size:100%;
        padding-left:0px;
        line-height:1em;
    }

	header .header-flexbox{
		height:100%;
	}
	.header-boxItem:nth-child(1){
		width:100%;
		text-align:left;
	}
    .menu{
        position: fixed;
        top: 0;
        right: 0;
        width: 300px;
        height: 100%;
        padding-top: 70px;
        text-align: left;
        font-size: 16px;
        background:rgba(25, 117, 192, 0.5);
        z-index: 9;
        transform: translateX(300px);
        transition: .4s all;
    }
    .menu ul{
        display: block;
        list-style: disc;
        color:#fff;
    }
    .menu li{
        width:100%;
        padding:0;
        line-height:50px;
        border:none;
        text-align:left!important;
    }
    .menu ul li{
        border-bottom:1px dotted #fff;
        transition: all .5s;
    }
    .menu ul li a:after{
        display: none;
    }
    .nav-open .menu{
        transform: translateX(0);
    }

	#nav-btn{
		display: block;
		position: fixed;
		z-index: 11;
		top: 25px;
		right: 25px;
		background: transparent;
		border: none;
		cursor:pointer;
	}
	.hamburger{
		position: relative;
		display: block;
		width: 25px;
		height: 22px;
	}
	.hamburger .bdr{
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		border-radius: 4px;
		background: #fff;
		transition: all .5s;
	}
	.hamburger .bdr:nth-child(1){
		top: 0;
	}
	.hamburger .bdr:nth-child(2){
		top: 9px;
	}
	.hamburger .bdr:nth-child(3){
		bottom: 0;
	}
	.hamburger.is-active .bdr{
		background: #fff;
	}
	.hamburger.is-active .bdr:nth-child(1){
		transform: translateY(10px) rotate(-45deg);
	}
	.hamburger.is-active .bdr:nth-child(2){
		opacity: 0;
	}
	.hamburger.is-active .bdr:nth-child(3){
		transform: translateY(-10px) rotate(45deg);
	}
}
@media screen and (max-width:920px){
	header{
		width:100%;
	}
    .mainTtl{
        font-size:90%;
        padding-left:0px;
        line-height:1em;
    }

	header .header-flexbox{
		height:100%;
	}
	.header-boxItem:nth-child(1){
		width:100%;
		text-align:left;
	}
}

/* .sec01 setting
-----------------------------------------------------*/
.sec01{
    width:100%;
    height: 100%;
    position: relative;
    z-index:1;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    background:#fff;
    font-weight:500;
}
.sec01 h1{
    color:#2cb08c;
}
.subTtl{
    color:#2cb08c;
    padding:1rem;
    border-top:2px solid #2cb08c;
    border-bottom:2px solid #2cb08c;
    text-align:left;
}
.sec01 a{
    text-decoration:none;
    color:#000;
}
.sec01 a:hover{
    text-decoration:underline;
    color:#2cb08c;
    transition:0.5s;
}

/* #sec02 setting
----------------------------------------------------------*/
#sec02{
    width:100%;
    height: 100%;
    position: relative;
    z-index:1;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
}
.schedule{
    color:#fff;
    padding:1rem;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    text-align:left;
}
#sec02 a{
	color:#fff;
	text-decoration: underline;
}
#sec02 a:hover{
	text-decoration: none;
	transition: 0.5s;
}
.movie-coverdImg{
    width:100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:rgb(16, 18, 41);
    background-blend-mode:darken;
    background-size:cover;
    background-attachment: fixed;
}
@media screen and (max-width:480px){
    #sec02{
        width:100%;
        height: 100%;
        position: relative;
        z-index:1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .movie-coverdImg{
        width:100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color:rgb(16, 18, 41);
        background-blend-mode:darken;
        background-size:cover;
        background-attachment:none;
    }    
}

/* .sec04 setting
----------------------------------------------------------*/
.sec04{
    width:100%;
    height: 100%;
    position: relative;
    z-index:1;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    background: linear-gradient(#000000, #212743);
}
.sec04 a{
    text-decoration: none;
    color:#fff;
}
.sec04 a:hover{
    text-decoration: underline;
    color:#2cb08c;
    transition:.5s;
}
.sec04 h1{
    color:#2cb08c;
    padding:1rem 1rem 1rem 0;
}
.about-coverdImg{
    width:100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background:url("../../img/about_bg.jpg") no-repeat top center;
    background-color:rgba(16, 18, 41, 0.8);
    background-blend-mode:darken;
    background-size:cover;
    background-attachment: fixed;
}
.aboutFlexBox-item-full{
    width:100%;
}
.aboutFlexBox-item:first-child{
    width:30%;
    margin-right:5%;
}
.aboutFlexBox-item:last-child{
    width:65%;
    margin:0;
    padding:0;
}
.aboutFlexBox-item img{
    width:85%;
    margin:0 auto;
    display:flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:1024px){
    .sec04{
        width:100%;
        height: 100%;
        position: relative;
        z-index:1;
        display: flex;
        justify-content: center;
        align-items: center;
        color:#fff;
    }
}

@media screen and (max-width:920px){
    .sec04{
        width:100%;
        height: 100%;
        position: relative;
        z-index:1;
        display: flex;
        justify-content: center;
        align-items: center;
        color:#fff;
    }
    .aboutFlexBox-item:first-child{
        width:100%;
        margin-right:0;
    }
    .aboutFlexBox-item:last-child{
        width:100%;
        margin:0 0 50px 0!important;
        padding:0;
    }
}


/* .sec06 setting
-----------------------------------------------------*/
.sec06{
    width:100%;
    height: 100%;
    position: relative;
    z-index:1;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#000;
}
.programTtl{
    color:#2cb08c;
    padding:0;
}
ul.linkList{
    margin:0;
    padding:0
}
ul.linkList li{
    list-style:none;
}
.sec06 a{
    text-decoration:none;
    color:#fff;
}
.sec06 a:hover{
    text-decoration:underline;
    color:#2cb08c;
    transition:0.5s;
}

.topCnt-coverdImg{
    width:100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background:url("../../img/evebtSec02_bg.jpg") no-repeat top center;
    background-color:rgba(16, 18, 41, 0.8);
    background-blend-mode:darken;
    background-size:cover;
    background-attachment: fixed;
}


/*################################################
    footter setting
#################################################*/
footer{
    width:100%;
    height:100%;
    margin:0 auto;
    position:relative;
    background:#1976c0;
}
footer .footCnt{
    width:100%;
    height:100%;
    margin:0 auto;
    display:flex;
	flex-direction:row;
    text-align:left;
}
footer .footer-boxItem{
	padding:10px 20px 10px 20px;
}
.footer-flexbox{
	display:flex;
	flex-direction:row;
	width:100%;
	height:auto;
}
.footer-boxItem{
	width:33.3%;
	text-align:left;
}
.footer-boxItem a{
	color:#fff;
	text-decoration: none;
}
.footer-boxItem a:hover{
	text-decoration: underline;
	transition: 0.5s;
}
.copy{
    width:100%;
    text-align:center;
    font-size:80%;
}
@media screen and (max-width:1024px){
    footer .footCnt{
        width:100%;
        margin:0 auto;
        display:flex;
        flex-direction:row;
        text-align:left;
    }
}
@media screen and (max-width:480px){

    .footer-flexbox{
        display:flex;
        flex-direction:column;
        width:100%;
        height:auto;
    }
    .footer-boxItem{
        width:100%;
        text-align:left;
    }
}

/*################################################
    .fade-in setting
#################################################*/

.fade-in {
    opacity: 0;
    transition-duration: 1000ms;
    transition-property: opacity, transform;
}
.fade-in-up {
    transform: translate(0, 50px);
}
.fade-in-down {
    transform: translate(0, -50px);
}
.fade-in-left {
    transform: translate(-50px, 0);
}
.fade-in-right {
    transform: translate(50px, 0);
}
.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}
.load-fade {
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
}
.load-fade.is-show {
    opacity: 1;
    visibility: visible;
}

/*===================================================================
image hover zoom setting
===================================================================*/
.zoomIn img{
  transform: scale(1);
  transition: .5s ease-in-out;
}
.zoomIn a:hover img{
  transform: scale(1.1);
}
.mask{
    display: block;
    line-height: 0;
    overflow: hidden;
}

ul#checkList {
  padding: 0;
  position: relative;
}

ul#checkList li {
  line-height: 1.5;
  padding: 0 0 0 2em;
  list-style-type: none!important;
  font-size:140%!important;
}

ul#checkList li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left : 0.7em; /*左端からのアイコンまでの距離*/
}
@media screen and (max-width:480px){
    ul#checkList li{
        font-size:120%!important;
    }
}



/*====================================================
flex 2row setting
====================================================*/
.resultBox{
    padding: 0;
    width: 48%;
    transition:0.5s;
}
.resultBox:not(:nth-child(2n+2)) {
    margin-right: 2%;
}

.resultBox:nth-child(n+3) {
    margin-top: 30px;
}
.resultBox a{
    text-decoration: none;
    color:#000;
}
.resultBox a:hover{
    text-decoration: none;
    color:#2cb08c;
}
.resultBox ul{
    margin:0;
    padding:0;
}

.resultBox ul li{
    list-style: none;
    color:#000;
}
.resultBox ul li img:hover{
    opacity:0.5;

}
.resultBox img{
    width: 100%;
}
.resultBox h2{
    margin:0;
    padding:0;
    text-align:center;
}

@media screen and (max-width:480px){
    .resultBox{
        padding: 0;
        width: 100%;
        transition:0.5s;
    }
    .resultBox:not(:nth-child(1n+1)) {
        margin-right: 0%;
    }
    .resultBox:nth-child(n+2) {
        margin-top: 50px;
    }
    
}