﻿/*===========================================================
HEADER MAIN-NAV　--ヘッダー・ナビ
lead-contents　--ヘッダー下のリードエリア
SECTION　--セクションの共通設定
それ以降は各セクションごとの設定
===========================================================*/

/* GENERAL STYLES
================================================== */
html {
    height:100%
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    font-size:15px;
    font-family:'Noto Serif JP', serif,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
    word-break: break-word;
    word-wrap: break-word;
    color: #000;
    background-color: #bcb7b3;
/*	background-image:url(../img/back.png);
	background-repeat: repeat;
	background-size: 100% auto; */
}


p {
    line-height:180%;
    margin: 0;
}

ul li {
    display:inline-block;
    list-style:none;
}

.wrapper {
    z-index:600;
    position:relative
}

#colorize {
    color:#000;
    font-weight: 900;
    font-size:50px;
}

a{text-decoration:none;}

a:link,a:visited {
    color: #344edd;
}

a:hover img{opacity:0.6;}

.pc-none{display:none;}
.pc-no{display:none;}

/*テキストスタイル*/
.center{text-align:center!important;}
.fw-b{font-weight: bold;}
.blue{color: #466eff;}
.yellow{color: #fff67d!important;}
.red{color:#FF0000;}
.small {font-size: 50%;}

.mb20 {margin-bottom: 20px;}
.mb50 {margin-bottom: 50px;}

*[class^="day"]{
    display: inline-block;
    font-weight: bold;
    color: #fff;
    line-height: 1em;
    border: 2px solid #000;
    padding: 5px;
    border-radius: 2px;
    margin-bottom: 5px;
}

h3{
/*     background-color: #b9f5ff;
    max-width: 300px;
    margin: auto;
    padding: 12px; */
}

/* BIG VIDEO BACKGROUND
================================================== */
.big-background{font-size: 0;}

.big-background-container .pc-none{display: none;}

/*HEADER MAIN-NAV
================================================== */
/* .headerback {
	background-image:url(../img/main.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto ;
} */

h1.top_logo {
    text-align: center;
    padding: 0px 0px;
    width: 10%;
    margin: auto;
	display:none;
}

/* header */
#top-head {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    line-height: 1;
    z-index: 500;
    background: rgba(255, 255, 255, 100%);
}

#top-head .inner {
    position: relative;
	padding-top: 0px;
	z-index: 5;
}

#top-head .logo {text-align:center;}

/*ナビメニュー*/

#global-nav {
	display: flex;
	justify-content: space-between;
}

#global-nav h1 {
	padding-left: 30px;
	font-size: 1em;
	margin: 0.5em 0;
}

#global-nav ul {
    display: table;
    list-style: none;
    font-size: 18px;
    text-align: center;
    width: 100%;
    max-width: 825px;
    margin-left: auto;
    margin-right: 0px;
	font-family: 'Bellefair', serif;
}
#global-nav ul li {width: 19%; position: relative;}
#global-nav ul li a {
    display: block;
    padding: 50px 0 0 0;
    color:#36362d;
    font-size: 15px;
	letter-spacing: 3.5px;
}
/* 
#global-nav ul li:nth-child(1) a {
    color:#36362d;
}

#global-nav ul li:nth-child(2) a {
    color:#36362d;
}

#global-nav ul li:nth-child(3) a {
    color:#fff;
}

#global-nav ul li:nth-child(4) a {
    color:#fff;
}

#global-nav ul li:nth-child(5) a {
    color:#fff;
}
*/
/* 
#global-nav ul li:not(:last-child):after{
    content: "";
    display: block;
    width: 1px; height: 40%;
    background: rgba(255,255,255,0.8);
    position: absolute;
    right: 0; top: 50%; margin-top: -10px;
}
 */
#global-nav ul li a:hover{opacity: 0.8;}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding: 10px 0;
    background: rgba(255, 255, 255, 95%);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
	z-index:999;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}

/*google翻訳*/
#google_translate_element {
	z-index: 500;
	position: absolute;
	top: 15px;
	right: 30px;
}

.headerticket {
	padding-top: 10px;
}

#global-nav ul li.headerticket a {
	background: #cf181c;
	border-radius: 10px;
	padding: 10px;
}

#global-nav ul li.headerticket a:link,#global-nav ul li.headerticket a:visited {
	color: #eedc3a;
}


/*lead-contents
===========================================================*/
.wrapper{
/*     background: url("../img/back.jpg"); */
    background-size: cover;
}
/* .small-background-section:before{
    content: "";
    display: block;
    width:100%;height:100%;
    background: url(../img/section-cloud.svg) no-repeat;
    background-size: 100%;
    background-position: center top;
    position: absolute;
    top:0px;
    z-index:-1;
} */

#lead #topics{
    background: none;
    padding: 0;
}

.lead-text{padding: 0 20px 20px;}

.lead-text p{
	color: #ff6700;
	font-size: 21px;
	line-height: 1.8;
	font-weight: bold;
	text-align: center;
}

.lead-photo{
	padding: 0px 0px 20px;
    text-align: center;
}
.lead-photo figure{margin-bottom: 50px;}

.lead-photo p{text-align: center;}

*[class^="linup"]{
    background: #2bd299;
    font-size: 0;
    margin-bottom: 20px;
}
*[class^="linup"] span{
    display: inline-block;
    width:740px;
    line-height: 0;
    text-align: left;
}

.imgList1{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;	
}

.imgList1 figure{
    width: 45%;
    margin-bottom: 30px;
/*    border: 2px solid #c387dc; */
    border-radius: 2px;
    padding: 10px;
    background: rgba(255,255,255,0.9);
}
.imgList1 figure:nth-child(odd) { margin-right: 30px;}


figure figcaption{
    color: #181818;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}
.imgList1 figure img{width: 100%;}

.imgList1 figure p{
    text-align: left;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 2em;
}

.mainCountdown {
    position: relative;
}

.lead-cont{
	padding: 20px 0;
	margin-left: auto; margin-right: auto;
	text-align: left;ss
}

.headerArea {
    width: 100%;
    height: 720px;
    background: url(../img/main.jpg) center center / cover no-repeat;
    /*     background-color: #bebff1; */
    position: relative;
}

.headerArea02 {
    width: 100%;
    height: 543px;
    background: url(../img/business_mv.jpg) center center / cover no-repeat;
    /*     background-color: #bebff1; */
    position: relative;
}



.headerAreaIn {
    max-width: 800px;
    width: 60%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
}

.headerAreaIn h1 {
	margin: 165px auto 0 auto;
	text-align: center;
	width: 500px;
}

.none {
    display: none;
}

.countdownArea {
    position: absolute;
    bottom: -4%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: 'Be Vietnam Pro', sans-serif;
    text-align: center;
}

.countdownText {
    font-size: 22px;
    letter-spacing: 20px;
}

.countdownArea p {
    line-height: 120%;
}
    
.countdown {
    color: #fdff20;
    font-size: 60px;
    letter-spacing: 20px;
}

.time {
    font-size: 14px;
    letter-spacing: 0.4em;
    padding: 0;
    margin: 0;
    text-align: center;
}

.time .day {
    margin-left: 0px;
    margin-right: 50px;
    border: none;
}

.time span.hrs {
    margin-right: 50px;
}

.time span.min {
    margin-right: 50px;
}

.time span.sec {
    margin-right: 25px;
}

.goodsarea {
	display: flex;
	padding: 30px 0 0px;
	justify-content: space-between;
}

.goodsarea div {
	width: 49%;
}

.goodsarea img {
	width: 100%;
	margin-bottom: 20px;
}

.margintop20 {
	margin-top: 20px !important;
}

.marginbottom1 {
	margin-bottom: 110px !important;
}

.t-center {
	text-align: center;
}

.form {
	width: 740px;
	margin: auto;
	padding-top: 70px;
}

.form-in {
	display: flex;
	padding-bottom: 30px;
}

.form-koumoku {
	width: 30%;
}

.form-textarea {
	width: 70%;
}

.wpcf7-textarea,.wpcf7-text {
	padding: 10px;
	border: none;
}

.wpcf7-submit {
	background: #bcb7b3;
	padding: 15px 100px;
	color: #fff;
	border: none;
}


/* SECTION
================================================== */

.flagback {
	background-image: url(../img/garland.png);
	background-repeat: repeat-x;
	background-size: 530px;
}

/*見出し*/
.about-section-title {
/*     font-family: 'Be Vietnam Pro';
    color: #fff23b;
    font-size: 64px;
    font-weight: normal;
	text-transform:uppercase; */
    line-height: 1;
    margin: 10px auto 65px;
    text-align: center;
}

.about-section-title img {
	width: 83%;
}

.title01 {
	color: #292428;
	font-family: 'Bellefair', serif;
	font-size: 34px;
	font-weight: lighter;
	letter-spacing: 5px;
	text-align: center;
}

.title01 span {
	display: block;
	font-size: 18px;
}


.abouttext {
	font-weight: bold;
	font-size: 18px;
	text-shadow: 0 0 10px rgba(0,0,0,1), 0 0 10px rgba(0,0,0,1), 0 0 10px rgba(0,0,0,1);
}

.right1 {
	text-align: right;
	margin-top: 10px;
}

.about-section-title span{
    display: block;
    font-size: 17px;
    font-weight: bold;
}

h4,.semiTitle {
    position: relative;
    padding: 10px 0px 10px 0px;
    z-index: 1;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}

.small-background-section {
    padding:100px 0 120px;
    position:relative;
    width:100%;
    overflow:hidden;
/*   background: url("../img/back.jpg"); */
}

#topics,.single-section{
    width:100%;
    max-width: 980px;
    padding: 40px 0;
    margin: auto;
    overflow: hidden;
}

.single-section{
	padding: 80px 0 30px !important;
}

#topics2{
    width:100%;
    max-width: 1100px;
    padding: 0px;
    margin: auto;
    overflow: hidden;
}


.artistList{
	/*     max-width: 1100px !important;  */
	background: rgba(0, 0, 0, 60%);
	color: #fff;
}

.news {
	width: 100%;
}

.jigyo-annai {
	/*     max-width: 1100px !important;  */
	background: #dde6dd;
	border-bottom: 1px solid #1d1d1d;
	position: relative;
}

.company {
	background: #e5dcdd;
	border-bottom: 1px solid #1d1d1d;
	position: relative;
}

.contact {
	background: #d4dcde;
	border-bottom: 1px solid #1d1d1d;
	position: relative;
}

.access {
	background: rgba(0, 0, 0, 60%);
	color: #fff;
}

.about2area {
	background: rgba(111, 137, 120, 60%);
}


.artistlist-box {
	justify-content: space-around;
	display: flex;
	flex-wrap:wrap;
	text-align: center;
}

.artistlist-box img {
	width:300px;
	margin-bottom: 20px;
}

.artistlist-box li {
	padding-bottom: 55px;
}
 
.artistlist-box li:nth-child(odd) img,.artistlist-box2 li:nth-child(odd) img {
	border: solid 10px #c6c38a;
}

.artistlist-box li:nth-child(even) img,.artistlist-box2 li:nth-child(even) img {
	border: solid 10px #cb8585;
}

.ticket-in {
	background: rgba(255, 253, 241, 89%);
	border: 8px solid #b7b7b7;
	border-radius: 10px;
	padding: 75px 20px;
	margin: auto auto 60px auto;
	width: 80%;
	box-sizing: border-box;
}

.tickettable {
	width: 500px;
	margin: 0 auto 70px auto;
	border-spacing: 10px;
	border-collapse: separate;
}

.tickettable th {
	background-color: #91dbf1;
	padding: 10px 20px;
}

.tickettable tr {
	margin-bottom: 5px;
}

.tickettable th,.tickettable td {
	margin-bottom: 5px;
}

.ticket-in h3 {
	width: 200px;
	margin: 15px auto 30px auto;
}

.ticket-in h3 img {
	width: 100%;
}

.ticket-p {
	font-size: 18px;
	text-decoration: underline;
}

.ticket-p span {
	font-size: 15px;
	text-decoration: none;
}

.ticket-bt {
	width: 500px;
	margin: 0 auto 0 auto;
}

.ticket-bt img {
	width: 100%;
}


.message-title {
	width: 250px;
	margin: 15px auto 30px auto;
}

.message-title img {
	width: 100%;
}

.message-photo {
	width: 50%;
}

.message-text {
	width: 50%;
}

.message-photo img {
	width: 90%;
}

.message-text img {
	width: 100%;
}

.access {
	text-align: center;
}

.access-title {
	width: 250px;
	margin: 15px auto 30px auto;
}


.access-title img {
	width: 100%;
}

.access iframe {
	padding-top: 30px;
}

.artistList > :first-child {
    margin-right: 0px;
    margin-left: 0px;
}

.page-title {
    font-family: 'Be Vietnam Pro';
    color: #fff23b;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    margin-top: 60px;
    margin-bottom: 65px;
    text-align: center;
    text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
    -1px 1px 0 #000, 1px -1px 0 #000,
    0px 1px 0 #000,  0-1px 0 #000,
    -1px 0 0 #000, 1px 0 0 #000;
}

.single-inner {
    background: rgba(255,255,255,0.8);
    padding: 20px;
}

.newsbox {
	background: #e9e5dd;
	border-bottom: 1px solid #1d1d1d;
	position: relative;
}

.in-area {
	width: 100%;
	max-width: 980px;
	padding: 50px 0 80px;
	margin: auto;
	overflow: hidden;
}

.artistday-bt {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 0;
}

.artistday-bt li {
	width: 45%;
}

.artistday-bt li img {
	width: 100%;
}

.xnews {
	display: flex;
	padding-top: 40px;
}

.xtwitter {
	width: 600px;
	padding-right: 40px;
}

.news li {
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #333;
}

.newsarea {
	padding-top: 30px;
/*	width: 500px; */
	margin-bottom: 30px;
}

.newsarea li {
	padding: 25px 30px;
	margin-bottom: 8px;
	border-bottom: 1px solid #333;
}

.newsarea a {
	text-decoration: none;
}

.newsarea a:link,.newsarea a:visited {
	color: #3e3b36;
}

.newsarea a:hover,.newsarea a:active {
	color: #827a6c;
}

.newsarea span {
	padding-left: 50px;
}

.morebt {
	display: inline-block;
	padding: 14px 100px;
	border-radius: 25px;
	border: 1px solid #3e3b36;
	text-align: center;
	margin: auto;
}

.seedleaf {
	width: 20px;
	position: absolute;
	bottom: 0px;
	left: 193px;
}

.seedleaf2 {
	width: 20px;
	position: absolute;
	bottom: 0px;
	right: 193px;
}

.seedleaf3 {
	width: 20px;
	position: absolute;
	bottom: 0px;
	right: 140px;
}

.seedleaf4 {
	width: 20px;
	position: absolute;
	bottom: 0px;
	left: 193px;
}

.seedleaf5 {
	width: 20px;
	position: absolute;
	bottom: 0px;
	left: 230px;
}

.seedleaf6 {
	width: 20px;
	position: absolute;
	bottom: 0px;
	left: 270px;
}

.seedleaf7 {
	width: 20px;
	position: absolute;
	bottom: 0px;
	right: 270px;
}

.seedleaf8 {
	width: 20px;
	position: absolute;
	bottom: 0px;
	right: 230px;
}

.flower {
	width: 15px;
	position: absolute;
	bottom: 0px;
	right: 193px;
}



/*
.news li:nth-child(odd) {
	background: rgba(30, 22, 8, 58%);
	mix-blend-mode: multiply;
}

.news li:nth-child(even) {
	background: rgba(211,7, 7, 58%);
	mix-blend-mode: multiply;
}

.news a:link,.news a:visited {
	color: #fff;
	text-decoration: solid;
}
 */
 .news a:link,.news a:visited {
	color: #3e3b36;
}

.news a:active,.news a:hover {
	color: #ccc;
}

.t-center {
	text-align: center;
}

.artistList {
	color: #fff;
	background: rgba(0, 0, 0, 60%);
}

.artistList-title {
	width: 270px;
	margin: auto auto 0px auto;
}

.artistList-title img {
	width: 100%;
}

.artistList-title2 {
	width: 560px;
	margin: auto auto 50px auto;
}

.artistList-title2 img {
	width: 100%;
}

.artistlist-box2 {
	justify-content: space-around;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	margin-bottom: 90px;
}

.artistlist-box2 li {
	width: 46%;
	text-align: left;
	line-height: 150%;
}

.artistlist-box2 h5 {
	color: #ffe371;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.artistlist-box2 li img {
	width: 100%;
	margin-bottom: 20px;
}


.artistList-day {
	width: 200px;
	margin: auto auto 50px auto;
}

.artistList-day img {
	width: 100%;
}

.ticket-title {
	width: 250px;
	margin: auto auto 40px auto;
}

.ticket-title img {
	width: 100%;
}

.minifont {
	text-align: center;
	margin-bottom: 30px;
}

.jigyo-annai-in {
	width: 1100px;
	display: flex;
}

.jigyo-annai-in img {
	width: 550px	
}

.jigyo-annai-area {
	background: #fff;
	padding: 20px 40px;
}

.jigyo-annai-area li {
	padding: 15px;
	border-bottom: 1px solid #e9e9e9;
	display: inline-block;
	letter-spacing: 3px;
	width: 100%;
}

.jigyo-annai-area .nougyou-eigyo li {
	border: none;
	float: right;
}

.nougyou-eigyo {
	float: right;
	width: 70%;
	list-style-type: disc
}

.nougyou-eigyo li {
	list-style-type: disc
}

.jigyo-annai-area-1 {
	float: left;
	width: 30%;
}

.jigyo-annai-area li.nougyou-eigyo-1 {
	padding-top: 0;
}

.company-area {
	display: flex;
	width: 100%;
}

.company-area table {
	width: 50%;
}

.company-area tr {
	border-bottom: 30px solid #e5dcdd;
}

.company-area th {
	background: #bcb7b3;
	color: #fff;
	padding: 13px 24px;
}

.company-area td {
	padding: 10px 20px;
}

.company iframe {
	width: 100%;
	margin-top: 30px;
}

.company-area img {
	width: 80%;
}


.kphoto {
	width: 100%;
	padding-bottom: 30px;
}

.k-title {
	text-align: center;
	font-size: 25px;
	padding-bottom: 50px;
}

.k-text {
	text-align: center;
	font-size: 20px;
	padding-bottom: 0px;
	color :#cf181c;
}


.singletitle {
	font-weight: bold;
	padding: 0.8em 0em;
	margin-bottom: 1.5em;
	position: relative;
	line-height: 150%;
}
.singletitle::after {
	content: '';
	background-size: 10px 10px;
	/*background-color: #e1eef5;
	background-image: repeating-linear-gradient(-45deg, #4c9ac0 0, #4c9ac0 3px, #fffdf1 0, #fffdf1 50%);*/
	width: 100%;
	height: 7px;
	position: absolute;
	bottom: -5px;
	left: 0;
}



.single-section-container {
	background: #FFFFFF;
	/*border: 8px solid #b7b7b7;*/
	border-radius: 10px;
	padding: 50px 20px;
	margin: auto auto 100px auto;
	width: 80%;
	box-sizing: border-box;
	line-height: 150%;
}

.single-section-container p {
	line-height: 170%;
}

.footerbanner {
	margin-bottom: 10px;
}

.footerbanner img {
	width: 82px;
}

.banner {
	width: 80%;
	text-align: center;
	padding-bottom: 90px;
	margin: auto;
}

.banner img {
	width: 100%;
}

/*-------- コンテンツのスタイル --------*/
.liststyle1{
    list-style: none;
    width: 100%;
    margin: 0 auto 45px auto;
    text-align: left;
}

.liststyle1 p {text-align: left;}
.liststyle1>*{vertical-align: top;}
.liststyle1>*:first-child{margin-right: 10px;}
.liststyle1 iframe {margin-top: 20px;}

/*画像横並びリスト*/
.influ_list li {
    width: 258px;
    float: left;
    padding-right: 10px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #651baa 0%, #ff4faf 100%) repeat scroll 0 0;
    display: flex;
    height: 100%;
    margin-bottom: 30px;
    margin-right: 10px;
    padding: 1px;
}

.influ_list_in {
    background: #ffffff none repeat scroll 0 0;
    box-sizing: border-box;
    display: inline-block;
    font-size: 13px;
    height: 100%;
    padding: 20px 10px 20px 10px;
    text-align: center;
    width: 100%;
}

.influ_list li img {
    width: 100%;
    margin-bottom: 10px;
}

/*-------- 料金表 --------*/
.table01 {
  width: 100%;
  margin: 0 0 10px;
　color: #000000;
  text-align: left;
  border: 1px solid #cccccc;
  margin-left: auto; margin-right: auto;
    color: #000;
}

.table01 th {
    background: #333a47;
    padding: 10px;
    border-bottom: 1px solid #cccccc;
    width: 40%;
    color: #FFF;
}

.table01 th span{font-weight: normal;}
.table01 th span.red{font-weight: bold;}

.table01 td {
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  width: 60%;
  background: #ffffff;
}

/*NEWS
================================================== */
#topics-list a:link,#topics-list a:visited { color: #0f103c; }
#topics-list a:hover { color: #0f103c; }

#topics-list {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
}

#topics-list .tit_01 {
    text-align: left;
    padding-bottom: 9px;
}

#topics-list li {
    display: block;
    line-height:1.2;
    border-bottom:1px dotted #cccccc;
    margin:auto;
    text-align:left;
    padding: 20px 0;
    padding-bottom: 10px;
}

ul#topics-list li span.update{
    font-size:80%;
    padding: 1px 7px;
    background-color: #303a9a;
    color:#FFF;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
    margin-right: 10px;
    display: table;
    width:58px;
    margin:12px 0;
    text-align:center;
}

#topics-list a:link,#topics-list a:visited, #topics-list a:hover { color: #8893ff; }
/*マップ*/
.mapArea{width: 600px; height: 450px; margin-left: auto; margin-right: auto;}

.t_center {
    text-align: center;
}

.pastPerformance {
    padding-top: 60px;
    padding-bottom: 10px;
}

.pastPerformanceBanner {
    width: 100%;
}

.bannerList {
    width: 500px;
    margin: auto;
}

.bannerList li {
    /*     float: left;
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box; */
}

.bannerList li img {
    width: 100%;
}

.btn03 {
    background: #d40ce1;
    color: #fff;
    width: 250px;
    margin: auto auto 15px auto;
    padding: 15px;
    text-align: center;
}

.bannerArea {
    text-align: center;
    width: 600px;
    margin: 0 auto;
}

#global-nav ul li.headerTwitter,#global-nav ul li.headerYoutube,#global-nav ul li.headerInstagram {
    width: 40px;
    margin-right: 5px;
}

#global-nav ul li.headerTwitter a,#global-nav ul li.headerYoutube a,#global-nav ul li.headerInstagram a {
    padding-top: 7px;
}

#global-nav ul li.headerTwitter img,#global-nav ul li.headerYoutube img,#global-nav ul li.headerInstagram img {
    vertical-align: middle;
}
#global-nav ul li.headerYoutube img {
	width: 20px;
}

#global-nav ul li.headerContact::after,#global-nav ul li.headerTwitter::after,#global-nav ul li.headerYoutube::after,#global-nav ul li.headerInstagram::after {
    background: none;
}

.headerTwitter {
	background: #2aa7eb !important;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 10px;
	text-align: center;
}

.headerInstagram {
	background: #6d61a9 !important;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 10px;
	text-align: center;
}

.headerYoutube {
	background: #ff3535 !important;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 10px;
	text-align: center;
}

.ticket-btn a{
    color:#fff;
    text-decoration:underline;
}

.about2box {
	width: 500px;
	margin: 0 auto;
}


/* TWITTER SECTION
================================================== */
.twitter-section-container{
    text-align:center;
    padding-bottom:50px;
}

#twitter-widget-0{width:80%!important;}

/* 赤枠
================================================== */
.redframe {
    padding: 25px;
    text-align: left;
    background: #272727;
    color: #fff;
    border: 3px solid #fb5e86;
}

.redframe p {
    line-height: 190%;
	font-size:85%;
}

/*-------- BUTTON --------*/
/*黄色背景グレーボーダー*/
.buy_bt{width: 100%; max-width: 300px; margin: 0 auto 20px;}
.buy_bt a{
  display: block;
  padding: 20px;
  background: #ffff00;
  color: #000;
  border-radius: 25px;
  border: 7px solid #575757;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  transition: .3s ease-in;
}
.buy_bt span{
    display: block;
    font-weight: normal;
    font-size: 12px;
}
.buy_bt:hover{
	opacity: .6;
	transition: .3s ease-out;
}
a.buy_bt:link,a.buy_bt:visited {
    color: #000;
}

*[class^="btn"] a{margin-left: auto; margin-right: auto;}
*[class^="btn"] a{display: block; line-height: 1.4;}
*[class^="btn"] span{display: block; font-weight: normal; font-size: 13px;}

/*btn01*/
.btn01{
    width: 300px;
    margin: 10px auto;
    position: relative;
    transition: .2s ease-in;
}

.btn01 a{
        display: block;
        padding: 15px;
        color: #fff;
        background: #008234;
        border:2px solid  #055845; 
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        position: relative;
        transition: .2s;
        overflow: hidden;
        box-sizing: border-box;
    }

.btn01 a:before{/*アロー*/        
    content: "";
    display: block;
    width: 0;height: 0;
    border: 4px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 50%; right: 12px;
    margin-top: -4px;
    /*animation: arrow 1s infinite;*/
}
.btn01 a:after{/*横から出てくる背景*/
    content: "";
    display: block;
    width: 70px; height: 100%;
    position: absolute;
    top: 0; left: -40%;
    background: rgba(255, 255, 192, 0.2);
    transform:skewX(40deg);
    z-index: 2;
}
.btn01:hover{
    /*transform: scale(1.008);*/
    transition: .2s ease-in-out;
}
.btn01:hover a{
    transition: .2s;
    color: #fff;
    border-top-color: rgba(255, 255, 200, 0.3);
    border-left-color: rgba(255, 255, 200, 0.3);
    border-bottom-color: #055845;
    border-right-color: #055845; 
}

.btn01:hover a:after{
    content: "";
    display: block;
    left: 140%;
    transform:skewX(40deg);
    transition: .5s ease-in-out;
} 

/*btn02*/
.btn02{
    width: 300px;
    margin: 0px auto 20px;
    position: relative;
}
.btn02 a{
        display: block;
        padding: 15px 20px 15px 10px;
        color: #000;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        position: relative;
        transition: .2s;
        overflow: hidden;
        box-sizing: border-box;
        z-index: 3;
    }
.btn02 a:before{/*背景色*/
    content: "";
    display: block;
    width: 100%; height: 100%;
    background: #fcff4d;
    position:absolute;
    top: 0; left: 0;
    z-index: -2;
}
.btn02 a:after{/*hoverで背景色変更*/
    content: "";
    display: block;
    width: 120%; height: 100%;
    background: #ffd54d;
    transform: skewX(40deg);
    -webkit-transform: skewX(40deg);
    -ms-transform: skewX(40deg);
    position:absolute;
    top: 0; left: -130%;
    z-index: -1;
    transition: .3s ease-in;
}

.btn02:hover a:after{
    left: -10%;
    transition: .3s ease-in;
}

.btn02 a:linked, .btn02 a:active, .btn02 a:visited{color: #000;}

.btn02.btn_no:after{
    content:"";
    display: block;
    width:100%; height:100%;
    background:rgba(0,0,0,0.4);
    position:absolute;
    top:0;left:0;
    z-index:4;
}

@keyframes arrow{
    0%{right: 12px;}
    50%{right: 5px;}
    60%{right: 5px;}
    90%{right: 12px;}
    100%{right: 12px;}
}


/* PROFILE DETAIL
================================================== */
.prof_area {
    width: 850px;
    margin: 0 auto;
}

.prof_block {
    width: 100%;
    height:100%;
    display: flex;
    padding: 1px 1px 2px 1px;
    background: -moz-linear-gradient(top,  #651baa 0%, #ff4faf 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #651baa 0%,#ff4faf 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #651baa 0%,#ff4faf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#651baa', endColorstr='#ff4faf',GradientType=0 ); /* IE6-9 */
    margin-bottom: 30px;
}

.prof_block_in {
    width: 100%;
    height:100%;
    padding: 20px 30px 20px 20px;
    background: #ffffff;
    text-align: left;
    font-size: 14px;
    display: inline-block;
    box-sizing: border-box;
    color: #000000;
}

.tit_01 {
	font-weight: bold;
	padding: 0.5em 0em 0.3em;
	border-bottom: 6px double #589597;
	margin-bottom: 5px;
	font-size: 18px;
}

.tit_02 {
    font-weight: bold;
    color: #181818;
    margin: 7px 0;
}

.prof_block img{
    width: 100%;
    max-width: 360px;
    float: left;
}
.prof_block iframe{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-sizing: content-box;
}

.prof_text {
    width: 100%;
    max-width: 420px;
    float: right;
}

.sec_title span {
    display: inline-block;
    color: #fff;
    background: #000000;
    padding: 20px;
    border-radius: 5px;
}

.prof_col02{
    width: 100%;
    margin-top: 20px;
}

.prof_col02 >*:first-child{float: left; width: 50%;}
.prof_col02 >*:last-child{float: right; width: 50%; position: relative;}

.comingsoon:before{
    content: "";
    text-align: center;
    display: block;
    width: 100%; height: 100%;
    background: #eee;
    position: absolute;
}

.comingsoon:after{
    content: "COMING SOON";
    display: inline-block;
    font-size: 20px;
    color: #a2a2a2;
    font-weight: bold;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.prof-detail{ font-size:90%; }



.btn_pageTop {
	bottom: 15px;
	position: fixed;
	right: 10px;
	z-index: 660;
}
	  
.btn_pageTop a {
	background: #dd8f8f;
	box-shadow: 0 5px 6px rgba(172, 172, 172, 0.3);
	display: block;
	height: 40px;
	padding: 5px 0 0 5px;
	transition: 0.3s;
	width: 40px;
	border-radius: 30px;
}
	  
.btn_pageTop img {
	height: 30px;
	width: 30px;
}
	  
.btn_pageTop a:hover {
	box-shadow: 0 5px 6px rgba(172, 172, 172, 0.3);
	transition: 0.3s;
}



/*fotter
================================================== */

#fotter{
	background-color:#bcb7b3;
	color:#FFF;
	text-align:center;
	font-size:80%;
	padding:30px 0;
}

#fotter a:link{
	color:#FFF!important;
}
#fotter a:visited{
	color:#FFF!important;
}

#fotter a:hover{
	color:#ff4faf!important;
}

#fotter ul.list-inline{
	padding:0;
}

.footer_ac{
	padding:0;
}

ul.footer_ac li{
	padding-left:5px;
}

.footer-menu{
	color:#FFF;
}

.topCommonUl2 li p {
	display: none;
}

/*クレジット
================================================== */
.organizer-cont{
    text-align: center;
    text-indent: -2rem;
    padding-left: 2rem;
    margin-left: auto; margin-right: auto;
}




.ticket-btn{
	width:497px;
	margin:auto;
	text-align:center;
}

.attention {
    
    border: 2px solid #000;
background: rgb(0 0 0 / 80%);
    padding: 0 30px 30px 30px;
    width: 75%;
    margin: auto;
}

.blackback {
    background: rgba(255,255,255,0.9);
    color: #181818;
    padding: 20px;
}

.timetable {
	padding-top: 80px;
}

.p01 {
	padding: 30px 0 55px 0;
	border-bottom: 3px dashed #a1a5ad;
	margin-bottom: 49px;
}

.guideline {
	margin-top: 30px;
}


/* ページ送り
================================================== */

.wp-pagenavi {
	margin: 40px auto;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #77a0d1;
}
.wp-pagenavi a {
    color: #77a0d1;
}
.wp-pagenavi span.current,
.wp-pagenavi a.page {
	margin: 0 10px 0 0;
	border: solid 1px #6a6a6a;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
	transition: .3s;
}
.wp-pagenavi span.current {
    border: none;
    background: #333;
    color: #fff;
}
.wp-pagenavi a.page {
	background: none;
}
.wp-pagenavi a.page:hover {
    background: #333;
    color: #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {
    margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    display: none;
}

.wpcf7-not-valid-tip {
	display: block;
}

.screen-reader-response {
	display: none;
}

.wpcf7-response-output {
	margin: 30px auto;
	text-align: center;
	padding: 30px 20px;
}

.wpcf7-form-control {
	margin-bottom: 10px;
}
.newsarea span.newsdays {
	padding-left: 0px;
}

/*===========================================================
スクロールしたら表示のanimation
===========================================================*/
.animation {
    visibility: hidden; }
  
  .fadeInDown {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important; }
  
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-80px);
      transform: translateY(-80px); }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-80px);
      transform: translateY(-80px); }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  
  .fadeInright {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInright;
    animation-name: fadeInright;
    visibility: visible !important; }
  
  @-webkit-keyframes fadeInright {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-140px);
      transform: translateX(-140px); }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  
  @keyframes fadeInright {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-140px);
      transform: translateX(-140px); }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  
  .fadeInleft {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInleft;
    animation-name: fadeInleft;
    visibility: visible !important; }
  
  @-webkit-keyframes fadeInleft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(140px);
      transform: translateX(140px); }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  
  @keyframes fadeInleft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(140px);
      transform: translateX(140px); }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }