@font-face {
  font-family: 'seurat';
  src: url("../../fonts/FOT-SeuratPro-M.otf");
}

@font-face {
  font-family: 'seurat_eb';
  src: url("../../fonts/FOT-SeuratPro-EB.otf");
}

@font-face {
  font-family: 'slump';
  src: url("../../fonts/FOT-SlumpStd-DB.otf");
}

body {
        font-family: 'seurat' ;
	margin: 0;
	color:#600;
}
#xcover {
	width: 1100px;
	margin: 0 auto;
	overflow-x: hidden;
  background-size: 170px;
  background-position: center;
  background-attachment: fixed;
}

h4{
    text-align: center;
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 40px;
}
img {
	vertical-align: bottom;
}
header {
	line-height: 0;
    background-size: 100%;
}
a {
    transition-duration: 0.5s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
a:hover {
	opacity: 0.7;
}
p {
    font-size: 12pt;
}
.f-bold {
    font-weight: bold;
}
.f-white {
    color: #fff;
}
.invisible{
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.width {
    width: 980px;
    margin: auto;
}
.f-pink {
	color: #ec4b93;
}
.sp-only {
    display: none;
}
section {
    position: relative;
}
.list-com, .list-disc {
	margin: 0;
	padding: 0;
}
.list-com li {
	list-style: none;
	padding: 0 0 0 15px;
	position: relative;
    margin: 0 0 5px;
}
.list-com li:last-child {
    margin: 0;
}
.list-com li:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}
.list-disc {
	margin: 0;
	padding: 0;
}
.list-disc li {
	list-style: none;
	padding: 0 0 0 25px;
	position: relative;
}




/* トップ
---------------------------------------------------- */

.top {
    position: relative;
    background: url("../images/top-bg.png") top no-repeat;
    background-size: 100%;
    padding: 0;
}
.top-logo {
	width: 260px;
	z-index: 3;
	position: absolute;
	margin: auto;
	left: 40px;
	top: 30px;
}
.top-img {
    position: relative;
    z-index: 2;
}
.menu-area {
    display: none;
}
.top-btn {
    width: 90px;
    position: fixed;
    bottom: 20px;
    z-index: 100;
    right: 20px;
}
.top-ticket {
    position: absolute;
    right: -7px;
    bottom: 300px;
    width: 200px;
    z-index: 3;
}

.section-egg {
    position: relative;
    margin: -60px 0 0;
    z-index: 2;
}



/* キャッチ
---------------------------------------------------- */

.catch-title {width: 430px;margin: 40px auto 0;}
.catch {
    position: relative;
    background: url(../images/catch-bg.png) top repeat;
    background-size: 30%;
    text-align: center;
    line-height: 33px;
    padding: 50px 0 70px;
    margin: -130px 0 0;
}




/* メイン
---------------------------------------------------- */
.gree {
    position: relative;
    padding: 50px 0 80px;
    background: url(../images/show-bg.png) repeat;
    background-size: 10%;
    margin: -30px 0 0;
}


.show {
    position: relative;
    padding: 50px 0 80px;
    background-repeat: repeat;
    background-image: url(../images/other-bg.png);
    background-size: 10%;
    margin: -30px 0 0;
}
.photo {
    position: relative;
    padding: 50px 0 80px;
    background: url(../images/photo-bg.png) repeat;
    background-size: 10%;
    margin: -30px 0 0;
}
.goods {
    position: relative;
    padding: 10px 0 50px;
    background: url("../images/goods-bg.png") repeat;
    background-size: 10%;
    margin: -30px 0 0;
}
.special {
    position: relative;
    padding: 50px 0 80px;
    background: url("../images/special-bg.png") repeat;
    background-size: 10%;
    margin: -30px 0 0;
}
.other {
    position: relative;
    padding: 50px 0 80px;
    background: url("../images/other-bg.png") repeat;
    background-size: 10%;
    margin: -30px 0 0;
}
.main-title {
    position: relative;
    width: 580px;
    margin: 60px auto 0;
}
.main-box {
    padding: 50px 0;
        border-bottom: 5px #966 dotted;

}

.main-box2s {
    padding: 50px 0;

}
.main-box:last-child {
    border-bottom: none;
}
.main-sub-title {
    margin-bottom: 40px;
    font: 16pt;
}
.main-box-flex {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.main-box-flex2 {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.main-box-flex-1col {
    display: flex;
    justify-content: center;
}

.flex {
    width: 48%;
    margin-bottom: 25px;
}

.flex2 {
    width: 48%;
        background-color: #FFF;
    padding-bottom: 20px;

}
.swiper-box {
	width: 780px;
	margin: 0 auto 30px;

}

.swiper-box02 {
	width: 640px;
	margin: 0 auto 30px;
}


.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: inherit;
}
.swiper-slide img {
    width: 100%;
    border-radius: 20px;
}
.swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -25px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.swiper-button-prev {
    background-image: url('../images/swiper-button-prev.png');
    left: -20px;
    right: auto;
}
.swiper-button-next {
    background-image: url('../images/swiper-button-next.png');
    right: -20px;
    left: auto;
}


.check {
    position: relative;
    border-top: 2px solid;
    border-bottom: 2px solid;
    background: #fff;
    padding: 25px 0;
    text-align: center;
    font-weight: bold;
}

.check_img{
    width: 90%;
    margin: 10px auto 0;
}



.flag {
    width: 200px;
    margin: 20px auto 0;
}



.special-catch {
    color: #ec4b93;
    text-align: center;
    font-weight: bold;
}

.special-step {
    display: flex;
    justify-content: space-between;
    margin: 30px auto;
}

.special-step-box {
    width: 250px;
}

.sptecial-step-img {
    width: 170px;
    margin: 0 auto;
}

.special-img {
    margin: 0 auto 20px;
}

.attention {
    background: #fff;
    color: #ec4b93;
    font-size: 12px;
    padding: 30px;
}

.other-bn.width {
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
}

.other-bn-img {
    width: 48%;
}



/* キャンペーン
---------------------------------------------------- */

#coupon {
	background: #ffef90;
	padding: 100px 0;
	color: #ec4b93;
	position: relative;
	z-index: 2;
}
.campaign-flex {
    display: flex;
    justify-content: space-between;
}
.campaign-flex-box {
    width: 350px;
}
.campaign-title {
	margin: 0 auto 20px;
}
.campaign-img {
	margin: 0 auto;
}
.line-img {
	margin: 0 auto;
}
#coupon p {
    text-align: center;
    font-weight: bold;
    margin: 40px auto 0;
}



/* アクセス
---------------------------------------------------- */

#access {
    padding: 100px 0 80px;
    position: relative;
    background-color: #966;
}
.access-btm  {
    position: absolute;
    bottom: 0;
}
#access h3 {
	text-align: center;
	margin: 0 0 50px;
	font-size: 40px;
	font-weight: bold;
	text-shadow: 2px 2px 0 #fff,-2px 2px 0 #fff,2px -2px 0 #fff,-2px -2px 0 #fff;
	color: #ec4b93;
	position: relative;
}
#access p {
	margin: 0;
	margin: 20px 0 0;
}
.access-box {
	margin: 0 auto 50px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.access-img {
	width: 340px;
	margin: 0 auto;
}
.accbox {
    margin: 0 0;
    padding: 0;
    width: 380px;
}
.accbox label {
    display: block;
    margin: 10px 0;
    padding: 13px 12px;
    background: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    color: #ec4b93;
}
.accbox label::after {
    content: "" ;
    position: absolute ;
    top: 0 ;
    right: 0 ;
    bottom: 0 ;
    left: 0 ;
	border-radius: 30px;
    margin: 2px ;
    display: block ;
    z-index: -5 ;
	border: none;
	background: #fff;
}
.accbox label img {
    width: 170px;
}
.accbox label:before {
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('../images/accordion-open.png');
    background-size: cover;
    position: absolute;
    top: 15px;
    right: 25px;
}
.accbox input {
    display: none;
}
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
}

.cssacc:checked + label + .accshow {
    height: auto;
    padding: 20px 0;
    border: none;
	background: #fff;
	margin-top: -8px;
	border-top: none;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
    opacity: 1;
}
.cssacc:checked + label:before {
	background-image: url('../images/accordion-close.png')
}
.cssacc:checked + label {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.accshow dl {
    flex-wrap: wrap;
    display: flex;
	align-items: center;
	position: relative;
}
.accshow dt {
	color: #fff;
    width: 20%;
	padding: 10px;
}
.accshow dd {
    width: 80%;
	padding: 10px;
	background: #FFF;
}
.accshow dl:last-child dd {
    border-bottom-right-radius: 25px;
}
.accshow dl:before {
    content: ' ';
    display: inline-block;
    width: 100%;
    height: 2px;
	position: absolute;
	bottom: 0;
	left: 1%;
    background: #fff;
}
.accshow dl:after {
    content: ' ';
    display: inline-block;
    width: 79%;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 1%;
    background: #ff498a;
}
.accshow dl:last-child:before ,.accshow dl:last-child:after {
	display: none;
}
.ul-flex {
    display: flex;
    justify-content: center;
}
#access li {
    width: 300px;
}


/* フッター
---------------------------------------------------- */
footer {
    background-color: #966;
    color: #FFF;
    padding: 30px 0;
    position: relative;
}

.gree_txt{
	color: #F00;
	padding-left:15px;
	text-indent:-15px;
	line-height:1.2;
}

.txt_right{
	text-align:right;
	margin-right:5px;
	color:#FFF;
}

.gree_tyui{
	background-color:#FFF;
	font-weight:bold;
	color:#F00;
	padding:20px;
	margin:30px 60px 30px;
	border:#F00 double 6px;
}

.clear{
    clear: both;
}

.schedule_chara{
    margin: 15px;
    
}

ul.kaien{
	width:100%;
	margin:0 0px 30px 30px;
	padding:0;
}


li.tbl1{
    list-style: none;
    width: 240px;
    float: left;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 0px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #600;
    border-right-color: #600;
    border-left-color: #600;
    position: relative;
    background-color: #FFF;
    height: 50px;
}

li.tbl2{
	list-style:none;
	width:550px;
	height:50px;
	float:left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #600;
	border-right-color: #600;
		position:relative;  
    background-color: #FFF;


}

li.tbl3{
	list-style:none;
	width:240px;
	height:50px;
	border:solid #600 2px;
	float:left;
	position:relative;
        background-color: #FFF;


}

li.tbl4{
	
	width:550px;
	list-style:none;
	height:50px;
	float:left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #600;
	border-right-color: #600;
	border-bottom-color: #600;
		position:relative;
        background-color: #FFF;


}

li.tbl5{
	
	width:790px;
	list-style:none;
	height:50px;
	float:left;
	border:#600 solid 2px;
		position:relative;
    background-color: #FFF;

}


.odemukae{
	padding-left:1.0em;
	margin:auto 0px;
	position:absolute;
	top:11%;
	transform: translateY(0%);
	left: 8px;
	
}

.odemukae02{
	text-align:right;
	
}


._contents_title{
    width: 450px;
    margin: 0 auto;
}

.dn_bar{
    margin-top: 30px;
}


.link{
text-align: right;
 padding-top: 35px;
}

.link p {
    margin: 25px 0 0;
    font-size: 13pt;
}

.dnlink{
text-align: right;
}

.dnlink p {
    margin: 25px 0 0;
    font-size: 13pt;
}

.c_box{
	background-color: #FFF;
	padding: 20px 20px 5px;
	border: dotted 2px #0000FF;
	
	
}

.padd20{
	padding-left: 20px;
	margin-bottom: 15px;
	
}

.padd20 p{
	padding-left: 1em;
	text-indent: -1em;
	margin: 10px 0;
}

.event-detail2 {
	position: relative;
	margin: 0px auto 30px;
}
.event-detail2 p {
    font-size: 12pt;
    margin: 0 0 20px 30px;
    padding-left: 0px;
}
.event-detail2 p:last-child {
    margin: 0 0 0 60px;
}
.event-detail2 li {
    font-size: 12px;
}
.event-detail2 p:last-child {
    margin: 0 0 0 60px;
}

.event-detail2 h6{
	width: 100%;
		text-align: center;
	background: #ec4b93;
	color: #fff;
	margin: 0 auto 10px;
	position: relative;
	font-size: 16px;
	padding:5px;

}

.ind{
	padding-left: 75px;
	text-indent: -1em;
	margin: 0 0 -30px;
}

.annai{
	font-size: 12pt;
	font-weight: bold;
	margin-top: 30px;
}

.padd20 ul{
	width: 95%;
	margin: 0 auto;
}
.padd20 ul li {
float: left;
	width: 45%;
margin: 1% 3% 1% 1% ;
}


.evening_ticket{
    width: 85%;
    padding: 25px 0;
    margin: 10px auto 55px;;
    background-color: #FFF;
    border: double 4px #8B3BC1;
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
    
}

.night_bus{
    width: 80%;
    margin: 20px auto;
}

video{
    width: 85%;
    margin: 0 auto;
}

h1{
  font-family: 'slump';
    color: #FFF;
    font-size: 36pt;
    font-weight: bold;
    text-align: center;
    margin: 0 auto ;
    padding: 10px 0;
        text-shadow: 0px 0px 10px #600, 0px 0px 10px #600, 0px 0px 10px #600, 0px 0px 10px #600, 0px 0px 10px #600, 0px 0px 10px #600;
    line-height: 1.5;

}

.wi_title{
    font-family: 'seurat_eb';
    text-shadow: 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF, 0px 0px 10px #FFF;
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
}

.event-detail {
    position: relative;
    margin: 30px auto 0;
}
.event-detail h5 {
	text-align: center;
	background: #966;
	color: #fff;
	margin: 20px auto 20px;
	position: relative;
	width: 90%;
	font-size: 16px;
	padding:5px ;
}
.event-detail p {
    font-size: 13pt;
    margin: 0px 20px 0px 40px;
    padding-left: 15px;
    text-indent: -15px;
}
.event-detail li {
    font-size: 12px;
}
.event-detail p:last-child {
    margin: 0 0 0 40px;
}
.detail-box {
    border: 1px solid;
    padding: 5px 10px;
    color: #ec4b93;
}

.wi{
        position: relative;
    padding: 10px 0 50px;
    background: url("../images/special-bg.png") repeat;
    background-size: 10%;
    margin: -30px 0 0;
}

.sign{
    background-color: #FFF;
    width: 100%;
    padding: 15px 10px; 
}

.sign .event-detail {
    position: relative;
    margin: 0px auto 0;
}
.sign .event-detail h5 {
	text-align: center;
	background: #966;
	color: #fff;
	margin: 20px auto 20px;
	position: relative;
	width: 95%;
	font-size: 16px;
	padding:5px;
}
.sign .event-detail p {
    font-size: 13pt;
    margin: 0px 30px 0px 60px;
    padding-left: 15px;
    text-indent: -15px;
}
 .sign.event-detail li {
    font-size: 12px;
}
 .sign.event-detail p:last-child {
    margin: 0 0 0 30px;
}
 .sign .detail-box {
    border: 1px solid;
    padding: 5px 10px;
    color: #ec4b93;
}
.sign_btn ul li{
    float: left;
    width: 48%;
    margin: 1%;
}

h2{
  font-family: 'seurat_eb';
    background-color:#966;
    padding: 5px;
    width: 100%;
    margin: 90px auto 10px;
    color: #FFF;
    font-size: 24pt;
    text-align: center;
    backdrop-filter: blur(10px);
}

.story p{
text-align: center;
    margin: 50px 0 0;
    font-size: 18pt;
    line-height: 1.5;
}

.toku p{
    text-align: center;
    font-size: 13pt;
    font-weight: bold;
    margin: 20px 0 0;
}