/*===========================================================
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: "ヒラギノ角ゴ 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;
}


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;}

/*テキストスタイル*/
.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
================================================== */
h1.top_logo {
    text-align: center;
    padding: 0px 0px;
    width: 10%;
    margin: auto;
	display:none;
}

/* header */
#top-head {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
    line-height: 1;
    z-index: 500;
    background: #fff;
    border-bottom: 1px solid #fff;

}

#top-head .inner {
	position: relative;
	padding-top: 0px;
	display: flex;
	width: 1000px;
	margin: auto;
	justify-content: space-between;
}

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

/*ナビメニュー*/
#global-nav {
	width: 800px;
}
#global-nav ul {
	display: table;
	list-style: none;
	font-size: 18px;
	text-align: center;
	width: 100%;
	max-width: 900px;
	margin-left: 120px;
	margin-right: auto;
	padding-top: 23px;
}
#global-nav ul li {width: 12%; position: relative;}
#global-nav ul li a {
    display: block;
    padding: 15px 0;
    color:#fff;
    font-size: 16px;
	font-family: "Lilita One", sans-serif;
	font-weight: 400;
	font-style: normal;
}

#global-nav ul li:nth-child(1) a {
    color:#6a2698;
}

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

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

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

#global-nav ul li:nth-child(5) a {
    color:#1d14e0;
}

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

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


#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;}

#mobile-head {
	display: none;
}


/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding: 0px;
    background: #fff;
    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;
}


/*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.7);
}
.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;
}

.spHeaderLogo,.spHeaderTwitter,.spHeaderInsta {
    display: none;
}

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

.headerArea {
    width: 100%;
    height: 680px;
/*    background: url(../img/headerBack1.png) center center / cover no-repeat; */
    background-color: #fff;
    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: auto;
    text-align: center;
}

.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;
}

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

/*見出し*/
.about-section-title {
	font-family: "Caprasimo", serif;
	font-weight: 400;
	font-style: normal;
    color: #ff0000;
    font-size: 80px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 65px;
    text-align: center;
    text-transform:uppercase;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}
.about-section-title span{
    display: block;
    font-size: 17px;
    font-weight: bold;
	color:#000;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: bold;
}

.about-section-title2,.about-section-title4 {
	font-family: "Caprasimo", serif;
	font-weight: 400;
	font-style: normal;
    color: #ff0000;
    font-size: 80px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 65px;
    text-align: center;
}
.about-section-title2 span,.about-section-title4 span {
	color:#000;
	font-size:25px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: bold;
}

.about-section-title3 {
	font-family: "Caprasimo", serif;
	font-weight: 400;
	font-style: normal;
    color: #fff;
    font-size: 80px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 65px;
    text-align: center;
}

.about-section-title3 span {
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.about-img{
    position: absolute;
    right: -175px;
    top: 266px;
}
.about-img img{
    width: 60%;
}



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

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

#topics,.single-section{
    width:100%;
    max-width: 900px;
    overflow: hidden;
    position: relative;
}

#topics{
	padding: 0px;
    margin: 0 auto;
}

.single-section{
	padding: 40px;
    margin: auto;
}

.artistList{
    max-width: 1100px !important; 
}

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

.page-title {
    font-family: 'Be Vietnam Pro',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif
    color: #414141;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    margin-top: 60px;
    margin-bottom: 65px;
    text-align: center;
}

.subtitle {
	font-size:20px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}

/*-------- コンテンツのスタイル --------*/
.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;
  text-align: left;
  margin-left: auto; margin-right: auto;
    color: #fff;
}

.table01 th {
    padding: 10px;
    width: 40%;
    color: #FFF;
}

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

.table01 td {
  padding: 10px;
  width: 60%;
}

.servicebox1 {
	background: #00ffc6;
	padding: 40px 30px;
	border-radius: 20px;
	margin-bottom: 30px;
}

.servicebox2 {
	background: #eaff00;
	padding: 40px 30px;
	border-radius: 20px;
	margin-bottom: 30px;
}

.servicebox3 {
	background: #00fcff;
	padding: 40px 30px;
	border-radius: 20px;
	margin-bottom: 30px;
}

.icon-text {
	display: flex;
	align-items: center;
}

.serviceimg1 {
	width: 100px;
	height: 130px;
	margin-right: 30px;
}

.serviceimg2 {
	width: 100px;
	height: 90px;
	margin-right: 30px;
}

.serviceimg3 {
	width: 100px;
	height: 95px;
	margin-right: 30px;
}


.servisetitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.business-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.business-box-in {
	width: 50%;
	padding: 6%;
	box-sizing: border-box;
	text-align: center;
	padding-bottom: 50px;
}

.businesstitle {
	font-weight: bold;
	margin-bottom: 20px;
}

.business-box-in img {
	width: 300px;
	margin-bottom: 20px;
    border-radius: 20px
}

#contacttext {
	width:100%;
    max-width: 750px;
    overflow: hidden;
	margin: auto;
}

#contacttext p {
	margin: 20px 50px 20px 0;
}
.contacttext-box {
	display: flex;
	font-size: 20px;
}

.contacttext-box img {
	width: 150px;
}

.redfont {
	color: #ff0000;
}

.charaback {
	background-size: 200px 198px;
	background-position: right bottom;
	padding: 20px 260px 50px 0;
	background-repeat: no-repeat;
}

.charaback p {
	padding-bottom: 20px;
}


/*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.headerInsta {
    width: 22px;
    margin-right: 5px;
}

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

#global-nav ul li.headerTwitter img,#global-nav ul li.headerInsta img {
    vertical-align: middle;
}

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

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

#news {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: #ff0000;
	padding: 100px;
	color: #fff;
	margin-bottom: 50px;
    border-radius:20px;
}

#company {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: #ff7e00;
	padding: 100px;
	color: #fff;
	margin-bottom: 50px;
    border-radius:20px;
}

.contact-btn{
  position: fixed;
  right: 0;
  z-index: 1000;
  bottom: 0px; 
}


/* 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: #fff;
        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: #193da3;
    position:absolute;
    top: 0; left: 0;
    z-index: -2;
}
.btn02 a:after{/*hoverで背景色変更*/
    content: "";
    display: block;
    width: 120%; height: 100%;
    background: #1773db;
    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: #fff;}

.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-size: 18px;
    font-weight: bold;
    color: #181818;
     margin-bottom: 10px;
}

.tit_02 {
    font-weight: bold;
    color: #fff;
    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%; }

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

#fotter{
	background-color:#000;
	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.7);
    color: #181818;
    padding: 20px;
}

.floatbox {
	display: flex;
/*	width: 900px; */
}

fieldset {
	border: none !important;
}

.contact {
	width: 550px;
	margin: 30px auto 50px;
}

textarea,input {
	width: 100%;
	margin-top: 5px;
	border: none;
	background: #ededed;
	padding: 10px;
}

.contact p {
	margin-bottom: 15px;
}

input.wpcf7-submit {
	background: #000;
	color:#fff;
}
/*===========================================================
スクロールしたら表示の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); } }