@charset "utf-8";



/*=================== COMMON ===================*/

#wrap {
	position: relative;
    line-height:normal;
    /* letter-spacing:-1px; */
    background-image: url(../img/bg_1.jpg);
    /* background-color: #9034ca; */
    background-size: cover;
	font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
}
h1 {
    margin:0;
}
a {display:block;
    text-decoration:none;
}
.br-tag {
    display: none;
}

/*--------- media query ---------*/
@media all and (max-width:1200px){
    #wrap {
        width:100%;
    }
}



/*=================== HEADER ===================*/
header {
    width:100%;
    position:relative;
    /* background-image: url(../img/top_bg.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

header .top_logo{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 0;
}

header .top_logo a {
	display: inline;
}

header .top_logo img{
    width: 13%;
}

#header {
    width:1200px;
    text-align:center;
    overflow:hidden;
    padding:60px 40px;
    margin:auto;
    position:relative;
}

#header h1 img{
}
#header p.sub_tit{
    color: #fff;
    font-size: 30px;
}
#header .main_star{
    position: relative;
}
#header .main_tit{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 60px;
    position: relative;
}
#header .main_tit p{
    flex: 1;
}
/* #header .main_star::after{
    content: "";
    background: url(../img/star.png)no-repeat;
    background-size: cover;
    width: 78px;
    height: 78px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}
#header .main_star::before{
    content: "";
    background: url(../img/star.png)no-repeat;
    background-size: cover;
    width: 78px;
    height: 78px;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
} */


/*--------- media query ---------*/
@media all and (max-width:1200px){
	#header {
		width: 100%;
	}
    header .top_logo{
        width: 100%;
        padding: 10px 0 0;
    }
    header .top_logo a {
        margin-left: 20px;
    }
}
@media all and (max-width:962px){
	#header #top-logo {
		width: 80%;
	}
}
@media all and (max-width:768px){
    header .top_logo img{
        width: 20%;
    }
    #header {
        padding: 30px 20px;
    }
    #header h1 img{
        width: 60%;
    }
    #header p.sub_tit{
        font-size: 14px;
    }
    #header .main_tit{
        font-size: 30px;
    }
    #header .main_tit img{
        width: 40px;
        height: 40px;
    }
}
@media all and (max-width:480px){

}



/*=================== CONTENTS ===================*/

#content-container {
	width: 1200px;
    margin: 0 auto;
}

.content {
	position: relative;
    margin: auto;
    padding: 50px 100px;
    background: #ffffff54;
    color: #fff;
}

.content-box {
	position: relative;
	margin: 40px auto;
}

.content_txt{
    text-align: center;
    font-size: 20px;
}
.performer{
    display: flex;
    justify-content: space-between;
    margin: 80px 0;
}
.performer .per{
    width: 33%;
    display: flex;
    flex-direction: column;
}
.performer .per img{
    display: block;
    width: 100%;
}
.performer .per p{
    margin-top: 10px;
    text-align: center;
    border-radius: 15px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: yellow;
    background: linear-gradient(#0d2541, #ffffff00 120%);
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab_button{
    width: 100%;
    display: flex;
    background: linear-gradient(#0d2541, #ffffff00 100%);
}
.tab_button li{
    width: 50%;
    position: relative;
}

.tab_button a{
    width: 100%;
    height: 100px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab_button .lbar::after{
    content: "";
    width: 2.5px;
    height: 30px;
    background: #fff;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.tab_button li.on a{
    color: yellow;
}

.vid{
    position: relative;
    display: none;
    width: 100%;
    padding-bottom: 56.25%;
}
.vid.on{
    display: block;
}
.vid iframe{
    position: absolute;
    width: 100%;
    height: 100%;
}
.cs_txt{
    font-size: 50px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.event_btn{
    text-align: center;
}
.event_btn a {
    display: inline-block;
    padding: 10px 15px;
    background: #033862;
    border: 3px solid #ffd71a;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    font-size: 24px;
}
/*--------- content ---------*/


/*--------- media query ---------*/
@media all and (max-width:1200px){
    #content-container {
        width:100%;
    }
}
@media all and (max-width:962px){
	.content-box .image-section {
        display: block;
	}
}
@media all and (max-width:768px){

    .content {
        padding: 50px 20px;
    }
    .content_txt{
        font-size: 14px;
    }
    .performer .per p{
        font-size: 12px;
    }
    .tab_button a{
        height: 50px;
        font-size: 14px;
    }

}
@media all and (max-width:480px){
}



/*=================== FOOTER ===================*/
footer {
	width:1200px;
    background: #ffffff54;
    margin: 0 auto;
}

footer .footer_container {
    width:1000px;
    margin:auto;
    padding:48px 0px;
    position:relative;
}
.logo_foot {
    display:inline-block;
}
.text_copyright {
    color:#fff;
    font-size:16px;
    margin-top:10px;
}
footer .share_area {
    position:absolute;
    top:0;
    right:0;
}
footer .share_area a {
    float:left;
    width:44px;
    height:44px;
    border:1px solid #242529;
    background-color: #242529;
}
footer .share_area a img{
    opacity: 0.5;
}
footer .share_area a:last-child {
    border-left:none;
    margin-left: 2px;
}



/*--------- media query ---------*/
@media all and (max-width:1200px){
    footer {
        width:100%;
        padding: 0 100px;
    }
    footer .footer_container {
        width:100%;
    }
}
@media all and (max-width:768px){
    footer {
        width:100%;
        padding: 0 20px;
    }
    .logo_foot {
        width:50%;
    }
    .logo_foot img {
        width:100%;
    }
    footer .share_area a {
        float:left;
        width:44px;
        height:44px;
        border-top:none;
    }
    footer .comp_view_default {
        margin:0;
        padding:0;
        background:none;
        border-bottom:none;
    }
}
@media all and (max-width:480px){
    footer {
        padding:0 20px 18px;
    }
	footer .footer_container {
		padding: 30px 0 15px;
	}
    footer .text_copyright {
		padding: 0;
        font-size:12px;
    }
    footer .share_area a {
        width:30px;
        height:30px;
    }
    footer .share_area a img {
        width:100%;
    }
    .comp_view_default {
        border-bottom:none;
        padding:0;
    }
}