@import url("animate.css");

html {
    font-size: 62.5%;
    height: auto;
    position: relative; 
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
    font-feature-settings: 'palt';
    width: 100%;
    position: relative;  
    height: auto;
    overflow-x: hidden;
}

*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  content:'';
  display:block;
  clear:both;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav{
  display: block;
  width: 100%;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
	text-decoration: none;
  cursor: pointer;
  color: #ed6d46;    
}

a:focus {
  outline: 0;
}

a:hover, a:active {
	outline: 0;
}

a img {
  border: 0;
}

img{
    outline:none;
    border-style:none;
	width: 100%;
    backface-visibility: hidden;
	vertical-align: bottom;
	font-size: 0;
	line-height: 0;
}

.hr {
	border: 0;
	border-top: 1px solid #ed6d46;
	width: 100%;
	margin: 4rem 0;
}

h1, h2, h3, h4, h5, h6, p, span, a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  vertical-align: initial;    
}

h1, h2, h3, h4, h5, h6{
  font-weight: 700;
}

.justify{
    text-align: justify;
}

small{
  font-size: 80%;    
}

ul,li{ margin:0 0 0 1.5rem; list-style-type:disc; font-size: 1.5rem;}

li{
	margin-bottom: 1rem;
}

.text-right{
	text-align: right;
}

.flex{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.btn{
	font-family: "sicnewsnexus", sans-serif;
    font-style: normal;
    text-align: center;
    position: relative;
    display: inline-block;
	line-height: 1;
    font-size: 3rem;
    border: solid 1px #fcfaf2;
	background-image: linear-gradient(to right, rgba(228,108,73,1) 50%, rgba(252,250,242,1) 50% );
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
    color: #fcfaf2;
    text-decoration: none;
    margin: 5rem 0 0; 
	padding: 2rem 6rem;
}

.btn:hover {
	background-position: -100% 0;
    color: #e46c49;
	border: solid 1px #e46c49;
	text-decoration: none;
}


/* ==================================================== */


body{
    font-family: "kinto-sans", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 1.2em;
	background-color: #e46c49;
    color: #fcfaf2;
    line-height: 1.8;   
	width: 100%;
}

body:before{

}

h1{
	font-family: "sicnewsnexus", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 5rem;
	line-height: 1;
	margin-bottom: 3rem;
}

h2{
	font-family: "sicnewsnexus", sans-serif;
    font-size: 3rem;
	line-height: 1.4;
    margin-bottom: 3rem;
	padding-bottom: 0.8rem;
	
}

h3{
	font-family: "sicnewsnexus", sans-serif;
    font-size: 2.4rem;
	line-height: 1.2;
    margin-bottom: 3rem;
}

h4{
    font-size: 2rem;
	margin-top: 2rem;
    margin-bottom: 0.3rem;    
}

h5{
	font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: 3rem;
}

p{
	font-size: 1.7rem;   
}

.fa-brands{
	font-size: 2.6rem;
	color: #ed6d46;
}

.mb-5{
	margin-bottom: 5rem;
}

main{
	padding: 10rem 3rem 19rem 3rem;
	position: relative;
	min-height: 100vh;
}

section{
    width: 100%;
	max-width: 970px;
	position: relative;
	margin: 0 auto;
}

#wrapper {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 100%;
}

.container{
    margin: 0 2rem;
}


section{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.img-border{
	border: 1px solid #e3e3e3;
}

.heading{
	text-align: center;
	width: 100%;
}

#info{
	text-align: center;
}

#ticket{
	margin: 3rem auto 5rem;
	text-align: center;
}


#file{
	text-align: center;
}

#file img{
	width: 90%;
}

.detail{
    width: 54%; 
}


/* ------- top ------- */


#top-img{
    top:0;
    position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 3rem;
}

#top-img img{
    overflow: hidden;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	max-height: 100vh;
	width: auto;
} 
	
.top-logo {
  width: 15%!important;
  position: absolute;
  top: 2rem;
  left: 2rem;
	z-index: 500;
}




@media screen and (max-width: 991px) { 
	
}

@media screen and (max-width: 767px) { 

.top-logo {
  width: 25%!important;
  position: absolute;
  top: 2rem;
  left: 2rem;
  margin: auto;
}
	
#top-img{
    top:0;
    position: relative;
	width: 100%;
	height: auto;
	text-align: center;
}

#top-img img{
    overflow: hidden;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	max-height: 70vh;
	width: auto;
} 	
}



.top-news .btn{
	font-family: "sicnewsnexus", sans-serif;
	font-size: 1.6rem;
}


/* ------- news ------- */

.date{
	font-family: "sicnewsnexus", sans-serif;
	font-size: 80%;
	line-height: 1.2;
	padding: 0 1rem;
	margin: 0 1rem;
	color: #ed6d46;
	border: solid 1px #ed6d46;
}

/* ------- movie ------- */

#movie .movie{
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    position: relative;
}

.youtube{
    width: 48%;
	margin-bottom: 4rem;
    
}

.video-wrap {
    width:100%;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ------- footer ------- */

footer{
	width: 100vw;
    padding-top: 4rem;
    padding-bottom: 3rem;
	margin-top: 2rem;
    bottom: 0;
	color: #fcfaf2;
	text-align: center;
	border-top: 1px solid #213d5d;
	background-color: #223d5a;
	z-index: 800;
}



footer a, footer a:hover, footer a:active{
    color: #fcfaf2;
}

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

footer .fa-brands, .footer .fa-brands{
	color: #fcfaf2;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	margin-bottom: 2rem;
}


.mt_6{
	margin-top: -6rem;
}


@media screen and (max-width: 991px) { 

html{
    font-size: 57%;
}   		

	
	
	
.top-movie{
	width: 100%;
	height: 60vw;
	position: relative;
	background-position: center center;
}
	
	
	
.top-news{
	padding: 5rem 3rem;
}	
	
.top-news, .photo1, .photo2{
	width: 100%;
}
	
.photo1, .photo2{
	height: 66.6vw;
}
	
.photo3, .photo4{
	width: 50%;
	height: 33vw;
}
	
.photo5{
	width: 100%;
	height: 67vw;
}		
    
}
    
@media screen and (max-width: 767px) {

html{
    font-size: 55%;
}   	
	
	
	
}

@media screen and (max-width: 576px) {

html{
    font-size: 53%;
}
	
.detail{
    width: 100%; 
}	
	
.youtube{
    width: 100%;
	margin-bottom: 3rem;
}	
	
footer{
    
} 

    
}

@media screen and (max-width: 414px) {
        
}

@media screen and (max-width: 320px) {

html{
    font-size: 0.4em;
}
    
}



/* ------- header ------- */

header{
	position: fixed;
	z-index: 100;
	width: 100vw;
}


.global-nav {
	height: 10rem;
	padding: 1.5rem 0;
	border-bottom: solid 1px #ed6d46;
	background-color: #fcfaf2;
}	
	
.global-nav-item-list {
    display: flex;
	position: relative;
	width: 100%;
    justify-content: center;
	margin: 0 auto;
	background: #fcfaf2;
}

.global-nav-menu{
	width: 100%;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
	margin: 0 auto;
	}

.global-nav-item {
	display: flex;
    position: relative;
	height: 7rem;
	text-align: center;
	align-items: center;
    box-sizing: border-box;
	margin: 0 0 0 3rem;
	justify-content: center;
}

.global-nav-item > a {
	font-family: "sicnewsnexus", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 2rem;
	line-height: 1;
    color: #ed6d46;
	display: block;
	position: relative;
	text-decoration: none;
}

.global-nav-item a::after{
	content: '';
	display: block;
	border-bottom: 1px solid #ed6d46;
	padding-bottom: 0.3rem;
	transform-origin: center;
	transform: scaleX(0);
	transition: transform .3s;
}

.global-nav-item a:hover::after{
  transform: scaleX(1);
}

.global-nav-menu .sns a::after{
	border-bottom: 0;
}

#top-menu a::after{
	content: '';
	display: block;
	border-bottom: 1px solid #fcfaf2;
	padding-bottom: 0.3rem;
	transform-origin: center;
	transform: scaleX(0);
	transition: transform .3s;
}

#top-menu a:hover::after{
  transform: scaleX(1);
}

#top-menu .sns a::after{
	border-bottom: 0;
}










/* ------- loading ------- */
.loaderBg{
  position: fixed;
  z-index: 500;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
	height: 100vh;
  height: 100svh;
  text-align: center;
}
.loaderBg::before,.loaderBg::after{
  line-height: 1;
 position: fixed;
 z-index: 500;
 right: 0;
 left: 0;
 display: block;
 width: 100%;
 height: 50%;
 margin-right: auto;
 margin-left: auto;
 content: ' ';
 transition: all .3s cubic-bezier(.785, .135, .15, .86) 0s;
 transition-delay: .3s;
 background-color: #213d5d;
}
.loaderBg::before{
  top: 0;
}
.loaderBg::after{
  bottom: 0;
}
.loaded .loaderBg::before{
   height: 0;
   -webkit-transform: translateY(-1%);
   -ms-transform: translateY(-1%);
   transform: translateY(-1%);
}
.loaded .loaderBg::after{
   height: 0;
   -webkit-transform: translateY(1%);
   -ms-transform: translateY(1%);
   transform: translateY(1%);
}

.loader{
	z-index: 1000;
	width: 100%;
    margin: auto;
	position: absolute;
	top: 40vh;
	top: 40svh;
	right: 0;
	bottom: 0;
	left: 0;
}

.loader img{
    height:20vh;
	height: 20svh;
	width: auto;
	z-index: 600;
}


.accordion-006 {
    width: 100%;
    margin-bottom: 2rem;
    background-color: #223d5a;
}

.accordion-006 summary {
	font-family: "sicnewsnexus", sans-serif;
	font-size: 2.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1rem 4rem;
    color: #fcfaf2;
    font-weight: 600;
    cursor: pointer;
}

.accordion-006 summary::-webkit-details-marker {
    display: none;
}

.accordion-006 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 10px;
    border-bottom: 3px solid #c2c2c2;
    border-right: 3px solid #c2c2c2;
    content: '';
    transition: transform .3s;
}

.accordion-006[open] summary::after {
    transform: rotate(225deg);
}

.accordion-006 .profile {
	font-size: 1.6rem;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 3rem 4rem 4rem;
    color: #223d5a;
    transition: transform .5s, opacity .5s;
	background-color: #fcfaf2;
}

.accordion-006[open] .profile {
    transform: none;
    opacity: 1;
}

.accordion-006 .profile p{
    font-size: 1.7rem;
}

.accordion-006 .artistphoto{
	width: 100%;
	text-align: center;
	margin-bottom: 3rem;
}

.accordion-006 .artistphoto img {
	width: auto;
	height: auto;
	max-width: 80%;
	max-height: 500px;
	margin: 3rem 10%;
}


.profile .sns_icon img{
	margin-top: 3rem;
	margin-right: 2rem;
    height: 25px;
	width: auto;
    fill: #ed6d46;
	text-align: left;
	display: inline-block;
}

@media screen and (max-width: 576px) { 
	
section{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
	
#top-img{
	width: 100%;
	height: 90vw;
	margin-bottom: 3rem;
}
	
#top-img img{
	max-width: auto;
	width: auto;
	height: 90vw;
	margin-bottom: 3rem;
	overflow: hidden;
	object-fit: cover;
	margin: 0 auto;
	padding: 0;
	max-height: 100vw;
} 
	
.accordion-006 .artistphoto img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 400px;
	margin: 1rem 0;
}
.accordion-006 .profile {
	font-size: 1.6rem;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 3rem 3rem 3rem;
    color: #223d5a;
    transition: transform .5s, opacity .5s;
	background-color: #fcfaf2;
}	
.accordion-006 summary {
	font-family: "sicnewsnexus", sans-serif;
	font-size: 2rem;
	letter-spacing: -0.05rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1rem 3rem;
    color: #fcfaf2;
    font-weight: 600;
    cursor: pointer;
}
	
	
}