@charset "UTF-8";
/* CSS Document */
.gl_top {
    position: relative;
    height: 250px;
    background: #000;
}
.section_map{
	opacity:0;
}
.other_top {
    position: relative;
    background-color: #000;
    background-image: url("../images/hero-bg.png");
    background-repeat: no-repeat;
}
.act:after {
    background: rgba(0,0,0,0.50);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 0 0 0 2rem;
    z-index: -1;
}
.other-bg {
    padding: 2em 0;
    background: rgb(75,0,0);
    background: -moz-linear-gradient(90deg, rgba(75,0,0,1) 0%, rgba(75,0,0,1) 17%, rgba(169,0,0,1) 60%, rgba(169,0,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(75,0,0,1) 0%, rgba(75,0,0,1) 17%, rgba(169,0,0,1) 60%, rgba(169,0,0,1) 100%);
    background: linear-gradient(90deg, rgba(75,0,0,1) 0%, rgba(75,0,0,1) 17%, rgba(169,0,0,1) 60%, rgba(169,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b0000', endColorstr='#a90000', GradientType=1 );
}
.other-bg h3 {
    letter-spacing: 4px;
    text-align: center;
}
.other-bg h3 span {
    font-size: 60%;
}
.sub_logo {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 20px auto;
    width: 600px;
	z-index:10;
	opacity:0;
}
.sub_title {
    position: absolute;
    top: 120px;
    text-align: center;
    font-weight: 800;
    font-style: italic;
    left: 0;
    right: 0;
    margin: 20px auto;
    width: 600px;
}

@media screen and (max-width:768px) {
.other-bg h3 span {
    font-size: 18px;
}
.other_top {
    position: relative;
    background-color: #000;
    background-image: url("../images/hero-bg-sp.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}
.sub_logo {
    position: absolute;
    top: 10px;
    left: 10px;
    right: inherit;
    margin: 0px;
    width: 300px;
}
.sub_title {
    position: absolute;
    top: 80px;
    margin: 20px auto;
    width: 100%;
}
}
.navArea {
    background: none!important;
}
.glContents {
    background: #000;
    padding: 4em 6em 6em;
}
.gl_card {
    background: rgb(75,0,0);
    background: -moz-linear-gradient(45deg, rgba(75,0,0,1) 0%, rgba(75,0,0,1) 17%, rgba(169,0,0,1) 37%, rgba(169,0,0,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(75,0,0,1) 0%, rgba(75,0,0,1) 17%, rgba(169,0,0,1) 37%, rgba(169,0,0,1) 100%);
    background: linear-gradient(45deg, rgba(75,0,0,1) 0%, rgba(75,0,0,1) 17%, rgba(169,0,0,1) 37%, rgba(169,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b0000', endColorstr='#a90000', GradientType=1 );
    max-width: 780px;
    padding: 6em;
    margin: 20px auto 30px;
    overflow: hidden;
}
.gl_header {
    border-bottom: 1px solid #FFF;
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
    padding-bottom: 30px;
}
.gl_header h2 {
    font-style: italic;
    letter-spacing: 0.2em;
    float: left;
    font-size: 2em;
}
.gl_main p {
    font-size: 14px;
    letter-spacing: 2px;
}
.gl_main + .gl_header {
    margin-top: 40px;
}

@media screen and (max-width:768px) {
.glContents {
    background: #000;
    padding: 2em;
}
.gl_card {
    max-width: none;
    padding: 2em;
    margin: 20px auto 20px;
}
.gl_header {
    width: 100%;
    margin: 0 0 15px;
    padding-bottom: 25px;
}
.gl_header h2 {
    font-size: 1.2em;
    margin-right: 0px;
    line-height: 26px;
}
.gl_header p {
    font-size: 14px;
    letter-spacing: 0.2em;
    margin: 0;
    clear: both;
}
.gl_header p:after {
    height: 8px;
    bottom: 7px;
}
.gl_header p span {
    font-size: 24px;
}
.gl_main h3 {
    font-size: 30px;
    letter-spacing: 4px;
}
.gl_main p {
    float: left;
    margin: 5px 0px 12px;
    font-size: 12px;
    letter-spacing: 2px;
}
}
.bus_card {
    background: #1e2120;
    max-width: 780px;
    padding: 6em;
    margin: 20px auto 30px;
    overflow: hidden;
}
.bus_card b {
    font-size: 120%;
}
.bus_header {
    border-bottom: 1px solid #FFF;
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
    padding-bottom: 30px;
}
.bus_header h2 {
    font-style: italic;
    letter-spacing: 0.2em;
    float: left;
    font-size: 2em;
}
.bus_main h3 {
    font-size: 20px;
    letter-spacing: 2px;
    text-align: left;
}
.bus_main p {
    float: left;
    font-size: 14px;
    letter-spacing: 2px;
}
.bus_main + .bus_header {
    margin-top: 40px;
}

@media screen and (max-width:768px) {
.busContents {
    background: #000;
    padding: 2em;
}
.bus_card {
    max-width: 90%;
    padding: 2em;
    margin: 20px 5% 20px;
}
.bus_header {
    width: 100%;
    margin: 0 0 15px;
    padding-bottom: 25px;
}
.bus_header h2 {
    font-size: 0.8em;
    margin-right: 0px;
    line-height: 26px;
    text-align: center
}
.bus_header p {
    font-size: 14px;
    letter-spacing: 0.2em;
    margin: 0;
    clear: both;
}
.bus_header p:after {
    height: 8px;
    bottom: 7px;
}
.bus_header p span {
    font-size: 24px;
}
.bus_main h3 {
    font-size: 12px;
    letter-spacing: 4px;
}
.bus_main p {
    float: left;
    margin: 5px 0px 12px;
    font-size: 12px;
    letter-spacing: 2px;
}
}

@media only screen and (max-width: 770px) {
.map-title {
    font-size: 20px;
    letter-spacing: 2px;
    padding: 2px 10px;
    text-align: left;
}
.map-title {
    z-index: 99;
    position: absolute;
    top: 20px;
}
}
.slide-title {
    font-size: 20px;
    letter-spacing: 2px;
    font-style: italic;
    font-weight: 800;
    background: -moz-linear-gradient(left, #00d1a7, #008182);
    background: -webkit-linear-gradient(left, #00d1a7, #008182);
    background: linear-gradient(to left, #00d1a7, #008182);
    color: #FFF;
    padding: 4px 20px;
    text-align: left;
    display: inline-block;
    margin: 0;
}
.tickets_btn {
    width: 400px;
    margin: 10px auto;
    position: relative;
    z-index: 10;
}
.tickets_btn a {
    padding: 30px 21%;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    font-size: 1.5em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(255,255,255,0.1);
    letter-spacing: 4px;
    text-decoration: none;
    background-color: #000;
}
.tickets_btn a:hover {
    background: -moz-linear-gradient(left, #00d1a7, #008182);
    background: -webkit-linear-gradient(left, #00d1a7, #008182);
    background: linear-gradient(to left, #00d1a7, #008182);
    color: #000;
}

@media screen and (max-width:768px) {
.tickets_btn {
    width: 90%;
    margin: 10px 5%;
}
.tickets_btn a {
    padding: 20px 5%;
    text-align: center;
	width:90%;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
	display: inline-block;
    font-size: 1.2em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    box-shadow: 0 0 20px rgba(255,255,255,0.1);
    letter-spacing: 4px;
    text-decoration: none;
    background-color: #000;
}
}
.section_map:first-of-type {
    padding: 10rem 0 6rem;
}
.section_map .flex--horizontal {
    width: 90%;
    margin: auto;
    justify-content: center;
}
.map__container {
    width: 100%;
    margin: auto;
    position: relative;
}
.map__content {
    background-color: black;
    box-shadow: 0 2px 11px 0 rgba(255, 255, 255, 0.1);
    text-align: left;
    color: #575757;
    padding: 2rem;
    width: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    ovetflow: hidden;
}
.slide-2 {
    line-height: 40px;
}
.map__content:after {
    background: rgba(0,0,0,0.50);
    content: "";
    position: absolute;
    width: 298px;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 0 0 0 2rem;
    z-index: -1;
}
.map__content h4 {
    margin: 1rem 0 2rem;
    color: #FFF;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 8px;
}
.map__content h5 {
    margin: 1rem 0;
    color: #FFF;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 2px;
}
.map-txt {
    font-size: 12px;
    color: #FFF;
}
.map-title {
    font-size: 20px;
    letter-spacing: 2px;
    font-style: italic;
    font-weight: 800;
    background: -moz-linear-gradient(left, #00d1a7, #008182);
    background: -webkit-linear-gradient(left, #00d1a7, #008182);
    background: linear-gradient(to left, #00d1a7, #008182);
    color: #FFF;
    padding: 4px 20px;
    text-align: left;
    display: inline-block;
    margin: 0;
}
.map-txt {
    position: absolute;
    top: 0;
    left: 0px;
    text-align: center;
    letter-spacing: 8px;
    bottom: 0;
    font-size: 10px;
    font-weight: 400;
    font-family: 'Mukta Mahee', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}
.map-txt2 {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 10px;
    text-align: center;
    letter-spacing: 8px;
    bottom: 0;
    font-weight: 400;
    font-family: 'Mukta Mahee', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.section_map .map__image {
    width: 400px;
    background-size: cover;
    background-position: center;
    height: 400px;
    margin: 0;
    box-shadow: 0 2px 11px 0 rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 770px) {
.map-txt2 {
    display: none;
}
.section_map .flex--horizontal {
    flex-direction: column-reverse;
    overflow: hidden;
}
.section_map:first-of-type {
    padding: 6rem 0 2rem;
}
.section_map {
    padding: 2rem 0;
}
.section_map .tns-controls {
    right: 10%;
    top: 4.5rem;
    bottom: auto;
}
.section_map .map {
    flex-direction: column;
}
.section_map .map__content {
    margin: 0;
    max-width: 90%;
    width: 100%;
    height: max-content;
    justify-content: stretch;
    padding: 3rem 4.5rem 2rem 1.5rem;
}
.section_map .map__image {
    width: 100%;
    height: 300px;
    margin: 0 0 0rem 0rem;
    order: -1;
    z-index: 1;
}
.btn {
    bottom: 30px;
    right: 90px;
	left: 10%;
    width: 160px;
}
.map__content {
}
.map__content h4 {
    color: #FFF;
    font-size: 24px;
    line-height: normal;
    font-style: italic;
    letter-spacing: 4px;
    margin: 2rem 0 0rem;
}
.map__content:after {
    width: 100%;
}
.map__content h5 {
    margin: 1rem 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 2px;
}
.map-txt {
    font-size: 12px;
    color: #FFF;
}
.map-title {
    font-size: 20px;
    letter-spacing: 2px;
    padding: 2px 10px;
    text-align: left;
}
.contents-txt {
    position: absolute;
    top: 0;
    left: 0px;
    text-align: center;
    letter-spacing: 8px;
    bottom: auto;
    font-size: 10px;
    font-weight: 400;
    font-family: 'Mukta Mahee', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr
}
.contents-txt2 {
    position: absolute;
    top: 0;
    left: 0px;
    right: inherit;
    font-size: 10px;
    text-align: center;
    letter-spacing: 8px;
    bottom: inherit;
    font-weight: 400;
    font-family: 'Mukta Mahee', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.section_logos, .section_map, .section_hero, .section_summary {
    position: relative!important;
}
.contents-bg:after {
    position: fixed;
    z-index: -10;
    animation: infiniteStats 60s linear infinite;
    left: -900px;
    height: 206px;
 width: calc(900px * 3);
    overflow: hidden;
}
}

.c_s-title {
    font-size: 20px;
    letter-spacing: 2px;
    font-style: italic;
    font-weight: 800;
    background: -moz-linear-gradient(left, #00d1a7, #008182);
    background: -webkit-linear-gradient(left, #00d1a7, #008182);
    background: linear-gradient(to left, #00d1a7, #008182);
    color: #FFF;
    padding: 4px 20px;
    text-align: left;
    display: inline-block;
    margin: 10px;
	float:left;
	clear:both;
}
.c_s__content {
    background-color: black;
    box-shadow: 0 2px 11px 0 rgba(255, 255, 255, 0.1);
    text-align: left;
    color: #575757;
    padding: 2rem;
    width: 800px;
	height:400px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;

    overflow: hidden;
}
.c_s-txt{
    font-size: 14px;
    color: #FFF;
	letter-spacing: 2px	;
	position:absolute;
	bottom:20px;
	right:20px;
	
}
.c_s-txt2{
    font-size: 18px;
    color: #FFF;
	letter-spacing: 2px	;
	position:absolute;
	top:100px;
	left:40px;
	width:80%;
}
.c_s-txt3{
    font-size: 18px;
    color: #FFF;
	letter-spacing: 2px	;
	position:absolute;
	bottom:20px;
	left:40px;
}
.c_s-txt4{
    font-size: 18px;
    color: #FFF;
	letter-spacing: 2px	;
	position:absolute;
	top:160px;
	left:40px;
	width:80%;
}
.schedule_contents{
	display:flex;
	max-width: 980px;
	margin:2em auto;
	justify-content: space-between;
    flex-direction: row;
}
.schedule_card {
    background: #1e2120;
    padding: 2em;
    margin: 10px ;
	width:460px;
    overflow: hidden;
}
.schedule_card b {
    font-size: 120%;
}
.schedule_header {
    border-bottom: 1px solid #FFF;
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
    padding-bottom: 30px;
}
.schedule_header h2 {
    font-style: italic;
    letter-spacing: 0.2em;
    float: left;
    font-size: 2em;
}
.schedule_main h3 {
    font-size: 20px;
    letter-spacing: 2px;
    text-align: left;
}
.schedule_main p {
    float: left;
    font-size: 14px;
    letter-spacing: 2px;
}
.schedule_main + .schedule_header {
    margin-top: 40px;
}

@media screen and (max-width:768px) {
.c_s-txt2{
    font-size: 16px;
	top:280px;
	left:10px;
	width:60%;
}
.c_s-txt4{
    font-size: 16px;
	top:280px;
	left:10px;
	width:60%;
}
.c_s-txt3{
    font-size: 14px;
	bottom:120px;
	left:10px;
}
.schedule_Contents {
    background: #000;
    padding: 2em;
}
.schedule_card {
    max-width: 90%;
    width: 100%;
    padding: 2.5%;
    margin: 20px 2.5% 20px;
}
.schedule_header {
    width: 100%;
    margin: 0 0 15px;
    padding-bottom: 25px;
}
.schedule_header h2 {
    font-size: 0.8em;
    margin-right: 0px;
    line-height: 26px;
    text-align: center
}
.schedule_header p {
    font-size: 14px;
    letter-spacing: 0.2em;
    margin: 0;
    clear: both;
}
.schedule_header p:after {
    height: 8px;
    bottom: 7px;
}
.schedule_header p span {
    font-size: 24px;
}
.schedule_main h3 {
    font-size: 12px;
    letter-spacing: 4px;
}
.schedule_main p {
    float: left;
    margin: 5px 0px 12px;
    font-size: 12px;
    letter-spacing: 2px;
}
}

@media only screen and (max-width: 770px) {
.c_s-title {
    font-size: 20px;
    letter-spacing: 2px;
    padding: 2px 10px;
    text-align: left!important;
}

}

.schedule_Contents {
	background:#000;
    padding: 4em 6em 6em;
}

.schedule_header {
    border-bottom: 1px solid #FFF;
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
    padding-bottom: 30px;
}
.schedule_header h2 {
    font-style: italic;
    letter-spacing: 0.2em;
    float: left;
    font-size: 2em;
}

.schedule_main p{
	float: left;
    font-size: 14px;
    letter-spacing: 2px;
}

.schedule_main + .schedule_header {
	margin-top:40px;
}

@media screen and (max-width:768px) {
.schedule_Contents {
	background:#000;
    padding: 2em;
}
.schedule_header {
    width: 100%;
    margin: 0 0 15px;
    padding-bottom: 25px;
	
}
.schedule_header h2 {
	    font-size: 1.2em;
    margin-right: 0px;
	    line-height: 26px;
}
.schedule_header p {
    font-size: 14px;
    letter-spacing: 0.2em;
    margin:0;
    clear:both;
}
.schedule_header p:after {
    height: 8px;
	bottom:7px;
}
.schedule_header p span {
    font-size: 24px;
}
.schedule_main h3{
    font-size: 30px;
    letter-spacing: 4px;
}

.schedule_main p{
	float: left;
    margin: 5px 0px 12px;
    font-size: 12px;
    letter-spacing: 2px;

}
}


.section_c_s{
    padding: 2rem 0 3rem;
	opacity:0;
}

.section_c_s .c_s__image {
    width: 400px;
    background-size: cover;
    background-position: center;
    height: 400px;
    margin: 0;
    box-shadow: 0 2px 11px 0 rgba(255, 255, 255, 0.1);
}

.section_c_s .flex--horizontal {
    width: 90%;
    margin: auto;
    justify-content: center;
}
.leader_title{
	margin-top:60px;
	font-size:24px;
}
.leader{
	display:flex;
	justify-content: space-between;
	max-width:1000px;
	margin:30px auto;
	flex-direction: row;
    padding: 0;
}
.leader li{
	width:450px;
	background:#000;
	padding:20px;
	list-style: none;
}
.post{
	padding: 8em 4em 4em;
}
@media screen and (max-width:1000px) {
.leader{
	display:flex;
	justify-content: space-between;
	max-width:700px;
	margin:30px auto;
	flex-direction: row;
    padding: 0;
}
.leader li{
	width:300px;
	background:#000;
	padding:20px;
	list-style: none;
}	
}
@media screen and (max-width:768px) {
.leader_title{
	margin-top:40px;
	font-size:18px;
}
.leader{
	display:flex;
	justify-content: space-between;
    max-width: 80%;
        margin:0 5%;
	flex-direction: column;

}
.leader li{
	width:100%;
	padding:5% 5%;
	margin:10px 0;
}
.post{
	padding:0;
}
.section_c_s .flex--horizontal {
    width: 80%;
}
.section_c_s .flex--horizontal {
    flex-direction: column-reverse;
    overflow: hidden;
}
.section_c_s:first-of-type {
    padding: 6rem 0 2rem;
}
.section_c_s {
    padding: 2rem 0;
}
.section_c_s .tns-controls {
    right: 10%;
    top: 4.5rem;
    bottom: auto;
}
.section_c_s .c_s {
    flex-direction: column;
}
.section_c_s .c_s__content {
    margin: 0;
    max-width: 100%;
    height:400px;
	background-position: bottom right;
    justify-content: stretch;
    padding: 0rem;
}
.section_c_s .c_s__image {
    width: 100%;
    height: 300px;
    margin: 0 0 0rem 0rem;
    order: -1;
    z-index: 1;
}
.c_s-txt {
    font-size: 12px;
    bottom: 10px;
    right: 5%;
	width:90%;
}
.schedule_contents {
    max-width: 90%;
	margin:2em 2.5%;
	padding:2.5%;
    flex-direction: column;
}
}

.overflow-hidden{
	overflow:hidden;
}
@-moz-document url-prefix() {
.overflow-hidden{
	overflow:scroll;
}
}
.act-txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    z-index: 10;
    text-align: center;
    letter-spacing: 8px;
    /* bottom: 0; */
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    font-family: 'Mukta Mahee', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
}
.lineup{
	position: absolute;
	bottom:20px;
	right:20px;
	color:#FFF;
	width:360px;
}
.lineup h3{
    margin: 10px 10px;
}
.lineup a{
    margin: 10px 10px;
    padding: 4px 8px;
    background: #FFF;
    font-weight: 800;
    color: #00c7a3;
	display: inline-block;
	text-decoration: none;
}
.lineup a:hover{
    background: #00c7a3;
    color: #FFF;
}
.pc {
    display: block;
    opacity: 1;
}
.sp {
    display: none;
    opacity: 0;
}
.catch_ac{
	color:white;margin:16px 0; letter-spacing: 2px
}
	.act02{background-image:url(../images/ac_07.jpg); background-position:center;}
@media screen and (max-width: 736px) {
.lineup{
	bottom:10px;
	right:20px;
	width:auto;

}
.catch_ac{
	color:white;margin:8px 0; letter-spacing: 2px
}
.lineup h3{
    margin: 10px 5px;
	font-size:18px;
}
.lineup a{
    margin: 5px 5px;
    padding: 2px 4px;
	text-decoration: none;
	font-size:14px;
}
.lineup a:nth-child(1){
    margin: 5px 0px;
}
.lineup a:hover{
    background: #00c7a3;
    color: #FFF;
}
.pc {
    display: none;
    opacity: 0;
}
.sp {
    display: block;
    opacity: 1;
}
	.act02{background-image:url(../images/ac_07_sp.jpg); background-position:center;}
	.act{
		background-position:center;
	}
}
