@charset "utf-8";
/* CSS Document */

html{
    scroll-behavior: smooth;
}

body {
	color: #474954;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.6;
	background-color: #f9fbfc;
	animation: fadeIn 3s ease 0s 1 normal;
 	-webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}



body::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../images/bg2_sp.png) center/cover no-repeat; /*fixedをトル！*/
  -webkit-background-size: cover;/*Android4*/
	min-width: 100%;
  }

img {
	max-width: 100%;
	height: auto;
}

a{
    word-wrap: break-word;
    color: #7163a0;
    text-decoration: underline;
    transition: 0.8s;
    -webkit−transition: 0.8s;
}

a:hover{
    color: #fab8d5;
}

section{
	margin-bottom: 40px;
	text-align: center;
}

.spnone{
	display: none;
}

.topbtn{
    position: fixed;
    top: 0;
    right: 0;
    background-color: #7163a0;
	font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
    padding: 3px;
    width: 35%;
    float: right;
    text-align: center;
    z-index: 100;
}

#topbtn a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}


/*  全セクション共通  */
h2,h4 {
	font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
}

h2{
	font-size: 30px;
	color: #7163a0;
	margin-bottom: 20px;
	margin-top: 60px;
}

h2:before {
    display: inline-block;
    content: " ";
    background: url("../images/h2_before.png");
    vertical-align: middle !important;
    margin-right: 10px;
    background-size: contain;
    width: 51px;
    height: 15px;
}

h2:after {
    display: inline-block;
    content: " ";
    background: url("../images/h2_after.png");
    vertical-align: middle !important;
    margin-left: 8px;
    background-size: contain;
    width: 51px;
    height: 15px;
}


h3{
	font-size: 16px;
	font-family: "zen-old-mincho";
	text-align: left;
}

h4{
	font-size: 23px;
	font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
	color: #7163a0;
	margin-top: 40px;
	margin-bottom: 20px;
}

.sub_title{
	font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
	font-size: 18px;
	color: #7163a0;
}

.saisoku_title{
	font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
	font-size: 20px;
	color: #7163a0;
	margin-bottom: 20px;
}

.saisoku_item{
	font-size: 15px;
}



.cp_hr04,.cp_hr03 {
	border-width: 3px 0 0 0;
	border-style: double;
	border-color: #7163a0;
}

.tel{
	margin: 10px auto;
}


hr.cp_hr02 {
	border-width: 1px 0 0 0;
	border-style: dashed;
	border-color: #7163a0;
}

/*  TOP */
.mainV{
	width: 100%;
	background-color: #f9fbfc!important;
}

.mainV img{
	width: 100%;
	margin-top: 30px;
}

.bnr{
	width: 90%;
	margin: 0 auto;
	margin-top: 55px;
}

/*  SNS  */
#sns {
	width: 262px;
	margin: 15px auto 0;
}

ul.snsbtn {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

ul.snsbtn li {
	display: inline-block;
    width: auto;
}

ul.snsbtn li:last-child {
    border-right: none;
	margin-right: 0px;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

/*  190521追加: news */

#news{
	margin-bottom: 100px;
}


#news dl {
	width: 93%;
	margin: 0 auto;
	 border-bottom: 1px dotted #7163a0;
    padding: 20px 0 10px;
	text-align: left;

}
#news dl.end {
	border-bottom: none;
}
#news dt{
	font-size: 12px;
}

#news dd{
	margin-bottom: 10px;
	font-size: 13px;

}

.news_under{
	padding-bottom: 45px;
	border-bottom: 1px dotted #7163a0;
	margin-bottom: 20px;
}

.new{
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	background-color: #D73134;
	padding: 5px 6px 4px;
	line-height: 12px;
}

/*  about  */

#about{
	width: 90%;
	margin: 0 auto;
}

table {
    border-top: 0px none;
    vertical-align: middle;
    padding: 0px;
    margin: 10px 0;
    width: 100%;
}

table tr {
	display: block;
    margin-bottom: 15px;
}

table th {
	font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
	display: list-item;
	list-style: outside none none;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #eed6ee;
}

table td {
    line-height: 1.6;
	display: list-item;
	list-style: outside none none;
	text-align: left;
	margin-top: 15px;
}

.about_title{
	font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
	font-size: 16px;
	color: #7163a0;
}
.plece{
	border: solid 1px #474954;
	padding: 5px;
	font-size: 13px;
}

.osaka{
	margin-top: 15px;
}

/*  ticket  */
#ticket{
	width: 90%;
	margin: 0 auto;
}

.ticket_list{
	margin-bottom: 30px;
}

.ticket_item{
	margin-bottom: 10px;
	text-align: left;
}


#ticket table {
    border-top: 0px none;
    vertical-align: middle;
    padding: 0px;
    margin: 10px 0;
    width: 100%;
}

#ticket table tr {
	display: block;
    margin-bottom: 20px;
}

#ticket table th {
	font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
	display: list-item;
	list-style: outside none none;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #eed6ee;
}

#ticket table td {
    line-height: 1.6;
	display: list-item;
	list-style: outside none none;
	text-align: left;
	margin-top: 15px;
}

.touzitu{
	margin: 20px auto 30px;
}
	
.kizai{
		color: #D73134;
		margin-bottom: 20px;
		font-size: 20px;
		font-weight: bold;
	}

.touzitu p{
	text-align: left;
	width: 100%;
	margin: 0 auto;
}


/*  goods  */
#goods section {
	width: 95%;
	margin: 0 auto;
	margin-bottom: 50px;
}

#goods h3{
	font-size: 26px;
	color: #7163a0;
	text-align: center;
	margin-top: 30px;
}

#goods p{
	margin-bottom: 20px;
}

#goods ul{
	width: 98%;
	margin: 0 auto;
	margin-bottom: 60px;
}

#goods ul li{
	display: inline-block;
	width: 45%;
	margin-right: 10px;
}

	
#goods ul li:nth-child(2n){
	margin-right: 0px;
	margin-bottom: 20px;
}




/*  release  */

.release_list {
	width: 100%;
	margin: 0 auto;
	
}

.left {
    width: 90%;
	margin: 0 auto;
}

.right {
    width: 90%;
	text-align: left;
	margin: 0 auto;
}

.hatubai{
	font-size: 20px;
	font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
}

.syuroku{
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.syuroku_title{
	font-family: "zen-old-mincho"; 
	display: inline-block;
	border: 1px solid #474954;
	padding: 3px 20px;
	margin-top: 20px;
}

.saisoku_box{
	padding: 20px;
    background: #fff;
    border: 4px #7163a0 solid;
    position: relative;
    z-index: 10;
	margin-bottom: 30px;
}

.saisoku_box:before {
    content: "";
    position: absolute;
    background: #fff;
    margin: 3px;
    border: 2px #7163a0 solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}

/*  youtube  */

.youthum{
	width: 80%;
	margin: 0 auto;
}

.youthum a {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.youthum a::before {
    position: absolute;
    content: url(../images/btn_you.png);
    text-align: center;
    top: 45%;
    left: -5px;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: all 0.3s;
}


/*  footer  */
.ohplink{
	font-size: 20px;
	color: #7163a0;
	font-family: "zen-old-mincho"; 
	text-align: center;
	margin-top: 40px;
}

.footer_bg {
	background-color: #7163a0;
    margin-top: 30px;
    height: 50px;
	padding-bottom: 15px;
	color: #fff;
}

.footer_bg p{
	text-align: center;
	font-size: 10px;
	padding-top: 25px;
}

/* --------------19.0327追記 */
.syuryo{
	color: #7163a0;
	font-size: 0.9em;
}

.tel_box{
	margin: 10px auto;
}

.tel_box.end {
	margin-top: 0px;
}
/* --------------19.0409追記 */
.uketuke_pg{
	font-size: 0.8em;
}

/* --------------19.0607追記 */
.textred{
	color: #D73134;
	font-weight: bold;
}

/* PCのみ */
@media only screen and (min-width: 769px) {
	

	
/*  全セクション共通  */
h2,h4 {
	font-size: 30px;
	font-family: "zen-old-mincho", sans-serif;
font-weight: 700;
}

h2{
	margin-top: 100px;
}
	
h3{
	text-align: center;
}
	
.sub_title {
    font-size: 20px;
	margin-bottom: 15px;
}

.topbtn {
	width: 15%;
}
	
#topbtn a {
    font-size: 26px;
}
	
.cp_hr04 {
	width: 800px;
}

.cp_hr03 {
	width: 700px;
}
	
.spnone{
	display: inline;
}
.pcnone{
	display: none;
}
	
body::before {
  background:url(../images/bg2.png) center/cover no-repeat; /*fixedをトル！*/
  -webkit-background-size: cover;/*Android4*/
  }

/*  TOP */
.mainV{
	margin-top: 0px;
}

.mainV img{
	margin-top: 0;
}

.bnr {
    width: 50%;
}
	
/*  190521追加: news */
#news{
	margin-bottom: 230px;
}
	
#news dl {
	width: 670px;
	margin: 0 auto;
	display: flex;
	line-height: normal;
	padding: 20px 15px 10px;
}
	
#news dt{
	width: 27%;
	float: left;
	
}

#news dd{
		width: 73%;
	float: left;
}

#news dd, #news dt{
	font-size: 15px;
}

.news_under{
	padding-bottom: 45px;
	margin-bottom: 20px;
}
	
.new{
	font-size: 12px;
}
/* about */
	
table {
   margin: 10px auto;
    width: 800px;
}

table tr{
display: flex;
	width: 944px;
	}
	
table th {
	border: none;
	font-size: 20px;
	width: 200px;
	vertical-align: top;
	text-align: right;
	margin-right: 90px;
	background : none;
	color: #474954;
}
	
table td {

	width: 650px;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	margin-top: 1px;
	background-color: transparent;
	padding-top: 4px;
}
.about_title{
	font-size: 23px;
}
.osaka{
	text-align: left;
}

	
/*  ticket  */
.saisoku_box{
	width: 760px;
	margin: 0 auto 40px;
}

	.saisoku_title {
		font-size: 25px;
		margin-bottom: 10px;
	}

	.saisoku_item{
		font-size: 18px;
	}
	
	.saisoku_item h3{
		font-size: 18px;
		margin-top: 40px;
	}
	
	.ticket_item{
		text-align:center;
	}
	
.kizai{
		font-size: 22px;

	}
		
#ticket table {
   margin: 10px auto;
    width: 760px;
}

#ticket table tr{
	display: flex;
	width: 760px;
	}
	
#ticket table th {
	border: none;
	font-size: 20px;
	width: 280px;
	vertical-align: top;
	text-align: right;
	margin-right: 90px;
	background : none;
	color: #474954;
}
	
#ticket table td {
	width: 490px;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
	margin-top: 1px;
	background-color: transparent;
	padding-top: 4px;
}

	.touzitu p{
	width: 360px;

}
	
/*  goods  */

	#goods section{
		margin-bottom: 100px;
	}

	#goods ul{
		width: 1000px;
		margin: 0 auto;
	}
	
	#goods ul li{
	display: inline-block;
	width: 230px;
	margin-right: 15px;
}

		
#goods ul li:nth-child(2n){
	margin-right: 30px;
}

#goods ul li:last-child{
	margin-right: 0px;
}

.goodsname{
	margin: 0 auto;
}

.goods_1{
	width: 400px;
	margin: 0 auto;
}
	
	/*  release  */
.release_list {
	width: 800px;
	margin: 0 auto 20px;
}
	
.left {
	float: left;
    width: 430px;
}
.right {
	float: right;
    width: 350px;
	text-align: left;
	margin-left: 20px;
}
.syuroku{
	width: 800px;
}
	
/*  youtube  */

.youthum{
	width: 50%;
	margin: 0 auto;
}
	
/*  footer  */
.footer_bg p{
	font-size: 15px;
}
	
}
