@charset "utf-8";
@media screen and (min-width: 769px) {
	.pc{
		display: none;
	}
}
@media screen and (min-width:641px) and (max-width:768px) { 
	.tab{
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.sp{
		display: none;
	}	
}
@media screen and (max-width: 640px) {
body	{
	margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	font-size: 16px;
	color: #fff;
}
img {
width:100%;
max-width: 100%;
height: auto;
}
a {
	text-decoration: none;
	color: #33a7a4;
}
a:hover {
	text-decoration: underline;
	color: #33a7a4;
}
/* mv-------------------------------------------------------- */
#header_sr {
	background-image:url("../images/bg_header_sp.jpg");
	background-position:center center;
	background-size: 375px 375px;
	width:100%;
	height:300%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	-webkit-animation:infinitescroll 10s linear infinite;
	-moz-animation:infinitescroll 10s linear infinite;
	-ms-animation:infinitescroll 10s linear infinite;
	-o-animation:infinitescroll 10s linear infinite;
	animation:infinitescroll 10s linear infinite;
	z-index:0;
}

@-webkit-keyframes infinitescroll {
	0% {-webkit-transform:translate3d(0, 0, 0);}
	100% {-webkit-transform:translate3d(0, -375px, 0);}
}
@-moz-keyframes infinitescroll {
	0% {-moz-transform:translate3d(0, 0, 0);}
	100% {-moz-transform:translate3d(0, -375px, 0);}
}
@-ms-keyframes infinitescroll {
	0% {-ms-transform:translate3d(0, 0, 0);}
	100% {-ms-transform:translate3d(0, -375px, 0);}
}
@-o-keyframes infinitescroll {
	0% {-o-transform:translate3d(0, 0, 0);}
	100% {-o-transform:translate3d(0, -375px, 0);}
}
@keyframes infinitescroll {
	0% {transform:translate3d(0, 0, 0);}
	100% {transform:translate3d(0, -375px, 0);}
}
#header  {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 110%;
}

#header h1 {
	position: absolute;
	top: 18%;
    left: -50%;
	right: -50%;
	margin: 0 auto;
	width: 96%;
	height: auto;
	padding-bottom: 35%;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: top center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
}

.img_header01 {
	position: absolute;
	width: 100%;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	top: 58%;
	bottom: 0;
    left: -50%;
	right: -50%;
	z-index: 10;
}
.img_header02 {
	position: absolute;
	width: 74%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	top: 80%;
	bottom: 0;
    left: -50%;
	right: -50%;
	z-index: 10;
}


/* ---------------------------------------------------------- */

/* ov-------------------------------------------------------- */
#ov {
	position: relative;
	width: 100%;
	margin: 0px 0 0;
	padding: 30px 0 30px;
	background-color: #000;
	background: url(../images/bg_ov.jpg) repeat top center;
	box-sizing: border-box;
	z-index:1;
}
#ov .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.ttl_ov {
	width: 24%;
	margin: 0 auto 20px;
	padding: 0;
}
.ttl_event {
	width: 40%;
	margin: 0 auto 20px;
	padding: 0;
}
.txt_ov01 {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.0;
	font-size: 16px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	color: #fff;
	text-align: center;
}
.txt_ov01 span{
	margin: 0 0 0px;
	padding: 0;
	line-height: 1.0;
	font-size: 14px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	color: #fff;
	text-align: center;
}
.box_ov {
	width: 100%;
	margin: 0 0 60px;
}
.txt_goods01 {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.6;
	font-size: 16px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #fff;
	text-align: left;
}
.goods_area {
	width: 100%;
	margin: 0;
}
.goods_area ul {
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.goods_area ul li {
	width: 80%;
	margin: 0 auto;
}
.goods_area ul li img {
	width:100%;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
}
.img_goods {
	width: 100%;
	margin: 0 0 10px;
}
.txt_goods02 {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.6;
	font-size: 16px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	text-align: left;
}
.txt_goods03 {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.6;
	font-size: 14px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	text-align: left;
}
/* ---------------------------------------------------------- */

/* schedule-------------------------------------------------- */
#schedule {
	position: relative;
	width: 100%;
	margin: 0 0 0;
	padding: 30px 0 30px;
	background: url(../images/bg_schedule.jpg) repeat top center;
	box-sizing: border-box;
}
#schedule .inner {
	width: 96%;
	margin: 0 auto;
	padding: 0;
}
.ttl_schedule {
	width: 44%;
	margin: 0 auto 20px;
	padding: 0;
}
.base_schedule {
	width: 100%;
	margin: 0 auto 30px;
	padding: 20px 16px;
	background: #ffa7c8;
	border: 6px solid #febad4;
	box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
}
.base_schedule02 {
	width: 100%;
	margin: 0 auto 30px;
	padding: 20px 16px;
	background: #ffa7c8;
	border: 6px solid #fff;
	box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
}
.txt_schedule01 {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.0;
	font-size: 18px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	color: #fff;
	text-align: center;
}
.txt_schedule02 {
	margin: 0 0 30px;
	padding: 0;
	line-height: 1.6;
	font-size: 14px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #fff;
	text-align: left;
}
.txt_live01 {
	margin: 0 0 18px;
	padding: 0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
	display: flex;
	align-items: center;
	color: #fff;
}
.txt_live01:before, .txt_live01:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #fff;
	display: block;
}
.txt_live02 {
	margin: 0 0 30px;
	padding: 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	color: #fff;
}
.txt_live03 {
	margin: 0 0 30px;
	padding: 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: left;
	line-height: 1.6;
	color: #fff;
}
.btn_ticket {
	width: 100%;
	margin: 0 auto 20px;
}
/* ---------------------------------------------------------- */

	
/* footer---------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0 0 0;
	padding: 20px 0;
	background: #ffa7c8;
}
.logo_footer {
	width: 40%;
	margin: 0 auto 20px;
}
.nav_footer {
	width: 100%;
	margin: 0 0 10px;
}
.nav_footer ul{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.nav_footer ul li {
	margin: 0 2px 0;
	line-height: 1.2;
	font-size: 12px;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,"Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	text-align: center;
}
.nav_footer ul li a{
	color: #fff;
}
.copy {
	font-size: 10px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
}
/* ---------------------------------------------------------- */



}

