@charset "utf-8";

body	{
	margin: 0;
	background-color: #fff;
	font-family: Arial,Helvetica,source-han-sans-cjk-ja,'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: #5a9dbd;
}
a:hover {
	text-decoration: underline;
	color: #5a9dbd;
}


/* mv-------------------------------------------------------- */
#header_sr {
	background-image:url("../images/bg_header.jpg");
	background-position:center center;
	background-size: 1428px 1000px;
	width:100%;
	height:300%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	-webkit-animation:infinitescroll 20s linear infinite;
	-moz-animation:infinitescroll 20s linear infinite;
	-ms-animation:infinitescroll 20s linear infinite;
	-o-animation:infinitescroll 20s linear infinite;
	animation:infinitescroll 20s linear infinite;
	z-index:0;
}

@-webkit-keyframes infinitescroll {
	0% {-webkit-transform:translate3d(0, 0, 0);}
	100% {-webkit-transform:translate3d(0, -1000px, 0);}
}
@-moz-keyframes infinitescroll {
	0% {-moz-transform:translate3d(0, 0, 0);}
	100% {-moz-transform:translate3d(0, -1000px, 0);}
}
@-ms-keyframes infinitescroll {
	0% {-ms-transform:translate3d(0, 0, 0);}
	100% {-ms-transform:translate3d(0, -1000px, 0);}
}
@-o-keyframes infinitescroll {
	0% {-o-transform:translate3d(0, 0, 0);}
	100% {-o-transform:translate3d(0, -1000px, 0);}
}
@keyframes infinitescroll {
	0% {transform:translate3d(0, 0, 0);}
	100% {transform:translate3d(0, -1000px, 0);}
}
#header  {
	position: relative;
	width: 100%;
	height: 1000px;
	overflow: hidden;
}

#header h1 {
	position: absolute;
	top: 140px;
    left: -50%;
	right: -50%;
	width: 908px;
	height: 390px;
	margin: 0 auto;
	background: url("../images/logo.png") no-repeat top center;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
}
.img_header01 {
	position: absolute;
	width: 910px;
	height: 150px;
	margin: 0 auto;
	padding: 0;
	top: 530px;
	bottom: 0;
    left: -50%;
	right: -50%;
	z-index: 10;
}
.img_header02 {
	position: absolute;
	width: 672px;
	height: 86px;
	margin: 0 auto;
	padding: 0;
	top: 740px;
	bottom: 0;
    left: -50%;
	right: -50%;
	z-index: 10;
}

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

/* ov-------------------------------------------------------- */
#ov {
	position: relative;
	width: 100%;
	margin: 0px 0 0;
	padding: 70px 0 70px;
	background-color: #000;
	background: url(../images/bg_ov.jpg) repeat top center;
	box-sizing: border-box;
	z-index:1;
}
#ov .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_event {
	width: 256px;
	margin: 0 auto 20px;
	padding: 0;
}
.ttl_ov {
	width: 137px;
	margin: 0 auto 20px;
	padding: 0;
}
.txt_ov01 {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.0;
	font-size: 22px;
	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: 22px;
	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: center;
}
.box_ov {
	width: 100%;
	margin: 0 0 60px;
}
.txt_goods01 {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.6;
	font-size: 22px;
	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: center;
}
.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: 30%;
}
.goods_area ul li img {
	width:100%;
	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: 18px;
	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: 18px;
	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: 70px 0 70px;
	background: url(../images/bg_schedule.jpg) repeat top center;
	box-sizing: border-box;
}
#schedule .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_schedule {
	width: 268px;
	margin: 0 auto 60px;
	padding: 0;
}
.base_schedule {
	width: 1000px;
	margin: 0 auto 30px;
	padding: 30px 40px;
	background: #ffa7c8;
	border: 10px solid #febad4;
	box-sizing: border-box;
    border-radius: 20px;
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px;
}
.base_schedule02 {
	width: 1000px;
	margin: 0 auto 40px;
	padding: 30px 40px;
	background: #ffa7c8;
	border: 10px solid #fff;
	box-sizing: border-box;
    border-radius: 20px;
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px;
}
.txt_schedule01 {
	margin: 0 0 30px;
	padding: 0;
	line-height: 1.0;
	font-size: 26px;
	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.8;
	font-size: 18px;
	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: 18px;
	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: 20px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	color: #fff;
}
.txt_live02 span{
	font-size: 16px;
}
.txt_live03 {
	margin: 0 0 30px;
	padding: 0;
	font-size: 16px;
	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: 603px;
	margin: 0 auto 40px;
}
/* ---------------------------------------------------------- */


/* footer---------------------------------------------------- */
#footer {
	position: relative;
	width: 100%;
	margin: 0 0 0;
	padding: 60px 0;
	background: #ffa7c8;
}
.logo_footer {
	width: 201px;
	margin: 0 auto 20px;
}
.copy {
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
}
/* ---------------------------------------------------------- */


