@charset "utf-8";


/* body
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	position: relative;
	background-color: #192159;
	color: #fff;
/* 	overflow: hidden; */
}
a {
	color: #ffeb3f;
}
.footer {
	background: #fff;
}


/* loading
----------------------------------------------- */

.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #192159;
	overflow: hidden;
	z-index: 30;
}
.loading__progress {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -2px 0 0 -125px;
	width: 250px;
	height: 4px;
	overflow: hidden;
}
.loading__progress-bar {
	top: 0;
	left: 0;
	margin: 0;
	width: 0;
	height: 4px;
	background: #ffeb3f;
	z-index: 1;
	transition: width 0.25s;
}
.loading__progress-base {
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 4px;
	background: #474d7a;
}
.loading__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -125px;
	width: 250px;
}

/* loading-complete */

.loading-complete .loading__logo {
	opacity: 0;
	transform: scale(0.8);
	transition-property: opacity, transform;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.loading-complete .loading__progress {
	width: 0%;
	margin-left: 0px;
	transition-property: width, margin-left;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

	
/* conversion
----------------------------------------------- */

.conversion {
	background: #fff;
}
.conversion__banner a {
	display: block;
}


/* header
----------------------------------------------- */

.header {
	position: relative;
	padding: 130px 0 0;
	text-align: center;
	overflow: hidden;
}
.header__title {
	position: relative;
	padding: 15px 0 0;
	z-index: 1;
}
.header__balloon {
	position: relative;
	z-index: 1;
}
.header__lantern {
	position: absolute;
	top: 60px;
	left: 50%;
	margin: 0 0 0 -710px;
	width: 1420px;
	display: flex;
	justify-content: space-between;
}
.header__fireflower span {
	position: absolute;
	left: 50%;
}

/* js-header */

.js-header .header__title {
	opacity: 0;
	transform: scale(0.8);
	transition-duration: 0.5s;
	transition-property: opacity, transform;
	transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
	visibility: hidden;
}
.js-header .header__balloon {
	opacity: 0;
	transform: translateY(50px);
	transition-delay: 0.7s;
	transition-duration: 0.5s;
	transition-property: opacity, transform;
	transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
	visibility: hidden;
}

/* js-header-finish */

.js-header-finish .header__title {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}
.js-header-finish .header__balloon {
	opacity: 1;
	transform: translateY(0px);
	visibility: visible;
}


/* slideshow
----------------------------------------------- */

.slideshow {
	position: relative;
	margin: 10px 0 0;
	width: 100%;
	height: 268px;
	background-image: url(images/slideshow_poster.png);
	background-repeat: repeat-x;
	background-size: 1140px 268px;
	background-position: 0 0;
	z-index: 1;
}

/* js-header */

.js-header .slideshow {
	opacity: 0;
	transform: scale(1.1);
	transition-delay: 0.4s;
	transition-duration: 0.8s;
	transition-property: opacity, transform;
	transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	visibility: hidden;
}

/* js-header-finish */

.js-header-finish .slideshow {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
  animation: loop 50s linear infinite;
}


/* anchorarea
----------------------------------------------- */

.anchorarea {
	margin: -150px 0 0;
	padding: 175px 0 44px;
	text-align: center;
	background: #f2c145 url(images/anchorarea_bg.png) repeat center top;
}
.anchorarea__banner {
	position: relative;
	margin: auto;
}
.anchorarea__banner a {
	display: block;
}


/* title
----------------------------------------------- */

.title {
	position: relative;
	text-align: center;
	border-top: 4px solid #757a9b;
	z-index: 2;
}
.title img {
	margin: -4px 0 0;
}


/* button
----------------------------------------------- */

.button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	background: linear-gradient(to bottom, #da473a 0%,#e6321e 100%);
	border-radius: 10px;
	box-shadow: 0px 6px 0px #a81508;
	box-sizing: border-box;
}
.button:before,
.button:after,
.button__text:after {
	display: block;
	content: "";
	position: absolute;
}
.button:before {
	top: 6px;
	right: 6px;
	left: 6px;
	height: 10px;
	background: #e57e75;
	border-radius: 4px 4px 0 0;
}
.button:after {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid #f4c8c4;
	border-radius: 10px;
	box-sizing: border-box;
	opacity: 0.5;
}
.button__text:after {
	top: 50%;
	right: 20px;
	margin: -22px 0 0;
	width: 44px;
	height: 44px;
	background: url(images/button_icon.png) no-repeat;
	background-size: 44px 44px;
}
.button__text img {
	position: relative;
}


/* program
----------------------------------------------- */

.program {
	padding: 80px 0 0;
	background: url(images/program_bg.png) repeat center top;
}
.program__inner {
  padding: 0 0 120px;
	overflow: hidden;
}
.program__subtitle {
	margin: 60px 0 0;
	text-align: center;
}
.program__label {
	margin: 40px auto -40px;
	width: 980px;
	text-align: center;
}
.program__article {
	display: flex;
	justify-content: space-between;
	margin: 58px auto 0;
	padding: 60px 0 0;
	width: 980px;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.program__article + .program__subtitle {
	margin: 80px 0 0;
}
.program__subtitle + .program__article,
.program__label + .program__article {
	padding: 0;
	border: none;
}
.program__images {
	width: 380px;
}
.program__image {
	margin: 0 0 2px;
}
.program__image img {
	position: relative;
	width: 100%;
	height: auto;
}
.program__image:last-of-type {
	position: relative;
}
.program__image:last-of-type:before {
	position: absolute;
	bottom: -60px;
	display: block;
	content: "";
}
.program__copyright {
	position: relative;
	font-size: 12px;
	line-height: 1.5;
	text-shadow: 0px 0px 2px #192159;
}
.program__contents {
	position: relative;
	width: 560px;
}
.program__icon {
	margin: 0 0 10px;
}
.program__title {
	font-size: 32px;
	line-height: 1.3;
	letter-spacing: .07em;
	font-feature-settings: "palt";
}
.program__lead {
	margin: 20px 0 0;
	color: #ffeb3f;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: .15em;
	font-feature-settings: "palt";
}
.program__text {
	margin: 7px 0 0;
	font-size: 16px;
	line-height: 1.8;
}
.program__date {
	display: table;
	width: 100%;
	margin: 27px 0 0;
	padding: 14px 0;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 6px;
	box-sizing: border-box;
}
.program__date dt,
.program__date dd {
	display: table-cell;
	padding: 0 20px;
	font-size: 16px;
	line-height: 1.5;
	vertical-align: middle;
	box-sizing: border-box;
}
.program__date dt {
	width: 104px;
}
.program__date dd {
	width: calc(100% - 105px);
	border-left: 1px solid rgba(255,255,255,0.5);
}
.program__note {
	padding: 8px 0 0 1em;
	font-size: 12px;
	line-height: 1.5;
	text-indent: -1em;
}

/* program__article--left */

.program__article--left .program__copyright {
	text-align: right;
}
.program__article--left .program__image:last-of-type:before {
	left: -120px;
	width: 170px;
	height: 311px;
	background: url(images/program_hanabi_left.png) no-repeat;
	background-size: 170px 311px;
}

/* program__article--right */

.program__article--right {
	flex-direction: row-reverse;
}
.program__article--right .program__image:last-of-type:before {
	right: -120px;
	width: 182px;
	height: 270px;
	background: url(images/program_hanabi_right.png) no-repeat;
	background-size: 182px 270px; 
}


/* item
----------------------------------------------- */

.item {
	position: relative;
	z-index: 1;
}
.item__inner {
	position: relative;
	padding: 48px 23px 0;
	color: #192159;
	background: #fff;
	border: 2px solid #192159;
	border-radius: 12px;
	box-shadow: 4px 4px 0px rgba(0,0,0,0.15);
	box-sizing: border-box;
}
.item__ribbon {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
}
.item__title {
	text-align: center;
}
.item__images {
	position: relative;
	margin: 15px 0 0;
}
.item__image {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.item__image:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	box-sizing: border-box;
	pointer-events: none;
}
.item__image img {
	width: auto;
	height: 236px;
}
.item__icon {
	position: absolute;
	top: -10px;
	right: -60px;
}
.item__contents {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.item__lists {
	display: flex;
	margin: 15px 0 0;
	width: 100%;
	justify-content: space-between;
}
.item__list {
	position: relative;
	width: calc(50% - 15px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	background: #d9eaf0;
	border-radius: 8px;
}
.item__list:first-child:before,
.item__list:first-child:after {
	position: absolute;
	top: 50%;
	right: -25px;
	display: block;
	content: "";
	margin: -2px 0 0;
	width: 20px;
	height: 4px;
	background: #192159;
}
.item__list:first-child:after {
	transform: rotate(90deg);
}
.item__text {
	padding: 15px 0;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.item__period {
	margin: auto -23px 0;
	padding: 15px 0;
	color: #ffeb3f;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	background: #192159;
	border-radius: 0px 0px 10px 10px;
}
.item__lead {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.item__note {
	width: 470px;
}
.item__dt,
.item__notetext {
	font-size: 12px;
	line-height: 1.5;
}
.item__dt {
	margin: 15px 0 0;
	font-weight: 700;
}
.item__notetext {
	margin: 5px 0 0;
}
.item__columns {
	position: relative;
	margin: 30px 10px 0;
	min-height: 236px;
}
.item__columns .item__title {
	padding: 35px 0 15px;
	width: 470px;
	font-size: 24px;
	line-height: 1.4;
	background: #d9eaf0;
	border-radius: 8px;
}
.item__columns .item__title span {
	position: relative;
}
.item__columns .item__title span:before {
	position: absolute;
	top: -22px;
	left: 50%;
	margin: 0 0 0 -110px;
	display: block;
	content: "";
	width: 220px;
	height: 22px;
	background: url(images/item03_point.png) no-repeat center top;
	background-size: 220px 22px;
}
.item__columns .item__images {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	width: 420px;
}

/* close */

.item--close .item__inner:before,
.item--close .item__inner:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.item--close .item__inner:before {
	content: "終了しました";
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.5);
	z-index: 2;
}
.item--close .item__inner:after {
	content: "";
	background: #696969;
	border-radius: 10px;
	opacity: 0.7;
	z-index: 1;
}
.item--close .item__icon {
	display: none;
}


/* present
----------------------------------------------- */

.present {
	padding: 80px 0 120px;
	background: #b2d6e0 url(images/present_bg.png) repeat center top;
	overflow: hidden;
}
.present__inner {
	position: relative;
}
.present__inner:before,
.present__inner:after {
	position: absolute;
	left: 50%;
	display: block;
	content: "";
}
.present__inner:before {
	top: -40px;
	margin: 0 0 0 375px;
	width: 323px;
	height: 435px;
	background: url(images/present_goldfish01.png) no-repeat;
	background-size: 323px 435px;
}
.present__inner:after {
	bottom: -60px;
	margin: 0 0 0 -710px;
	width: 271px;
	height: 464px;
	background: url(images/present_goldfish02.png) no-repeat;
	background-size: 271px 464px;
}
.present__balloon {
	position: relative;
	margin: 40px 0 0;
	text-align: center;
}
.present__text {
	position: relative;
	margin: 8px 0 0;
	color: #192159;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: .04em;
	text-align: center;
}
.present__columns {
	margin: 62px auto 0;
	width: 980px;
	display: flex;
	justify-content: space-between;
}
.present__columns--center {
	justify-content: center;
}
.present__columns .item {
	display: flex;
}
.present__columns .item__inner {
	display: flex;
	flex-direction: column;
	width: 470px;
}
.present__columns .item:before {
	position: absolute;
	left: -100px;
	bottom: 0;
	display: block;
	content: "";
	width: 150px;
	height: 172px;
	background: url(images/item_plants.png) no-repeat;
	background-size: 150px 172px;
}
.present__columns .item:last-of-type:before {
	left: auto;
	bottom: 30px;
	right: -90px;
	transform: scale(-1, 1);
}
.present__wchance {
	margin: 120px auto 0;
	width: 980px;
}
.present__wchance .item__inner {
	padding: 58px 23px 48px;
}
.present__wchance .item__ribbon {
	top: -95px;
}
.present__wchance .item__icon {
	right: -50px;
}


/* entry
----------------------------------------------- */

.entry {
	padding: 80px 0 120px;
	background: url(images/entry_bg.png) repeat center top;
	overflow: hidden;
}
.entry__inner {
	text-align: center;
}
.entry__text {
	margin: 50px 0 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: .1em;
}
.entry__note {
	margin: 30px 0 0;
	font-size: 14px;
}
.entry__note img {
	margin: 0 2px;
	vertical-align: -4px;
}
.entry__movie {
	position: relative;
	margin: 45px auto 0;
	width: 720px;
}
.entry__movie:before,
.entry__movie:after {
	display: block;
	content: "";
	position: absolute;
}
.entry__movie:before {
	top: -30px;
	right: -140px;
	width: 232px;
	height: 117px;
	background: url(images/movie_cloud01.png) no-repeat;
	background-size: 232px 117px;
}
.entry__movie:after {
	bottom: -30px;
	left: -140px;
	width: 243px;
	height: 122px;
	background: url(images/movie_cloud02.png) no-repeat;
	background-size: 243px 122px;
}
.entry__movieinner {
	position: relative;
	padding: 10px;
	background: #da473a url(images/movie_bg_pc.png) no-repeat;
	background-size: cover;
	border-radius: 8px;
	box-sizing: border-box;
	z-index: 1;
}
.entry__youtube {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
}
.entry__youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.entry__button {
	margin: 40px auto 0;
	width: 600px;
}
.entry__caution {
	margin: 40px auto 0;
	width: 700px;
}
.entry__cautionlabel {
	display: flex;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .2em;
	align-items: center;
}
.entry__cautionlabel:before,
.entry__cautionlabel:after {
	margin-top: 8px;
	flex-grow: 1;
	display: block;
	height: 7px;
	content: "";
	border-top: 1px solid rgba(255,255,255,0.5);
}
.entry__cautionlabel:before {
	margin-right: 10px;
	border-left: 1px solid rgba(255,255,255,0.5);
}
.entry__cautionlabel:after {
	margin-left: 10px;
	border-right: 1px solid rgba(255,255,255,0.5);
}
.entry__lists {
	margin: 15px 0 0;
}
.entry__list {
	font-size: 14px;
	line-height: 2;
	text-align: center;
}



/* pc
----------------------------------------------- */

@media print, screen and (min-width:1000px) {


	/* body
	----------------------------------------------- */

	body {
	}
	.sp {
		display: none;
	}


	/* conversion
	----------------------------------------------- */

	.conversion {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 130px;
		box-shadow: 0 2px 10px rgba(0,0,0,0.2);
		z-index: 10;
	}
	.conversion__inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: auto;
		width: 1000px;
	}
	.conversion__logo a {
		display: block;
		width: 140px;
		height: 130px;
		text-indent: 100%;
		white-space: nowrap;
		background-image: url(images/neco_pc.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 140px 130px;
		overflow: hidden;
		transition: opacity 0.25s;
	}
	.conversion a {
		transition: opacity 0.25s;
	}
	
	/* hover */

	.conversion a:hover {
		opacity: 0.7;
	}


	/* header
	----------------------------------------------- */

	.header__balloon {
		margin: 5px auto 0;
		width: 803px;
		height: 69px;
		background: url(images/header_balloon_pc.png) no-repeat;
		background-size: 803px 69px;
	}
	.header__fireflower span:nth-child(1) {
		top: 110px;
		margin: 0 0 0 300px;
	}
	.header__fireflower span:nth-child(1) img {
		width: 130px;
		height: auto;
	}
	.header__fireflower span:nth-child(2) {
		top: 255px;
		margin: 0 0 0 -538px;
	}
	.header__fireflower span:nth-child(3) {
		top: 313px;
		margin: 0 0 0 434px;
	}
	.header__fireflower span:nth-child(4) {
		top: 250px;
		margin: 0 0 0 670px;
	}
	.header__fireflower span:nth-child(5) {
		top: 404px;
		margin: 0 0 0 -673px;
	}
	.header__fireflower span:nth-child(6) {
		top: 250px;
		margin: 0 0 0 -830px;
	}


	/* slideshow
	----------------------------------------------- */

	.slideshow {
		background-image: url(images/slideshow_poster@2x.png);
	}


	/* anchorarea
	----------------------------------------------- */

	.anchorarea__text {
		margin: 0 auto 25px;
		width: 795px;
		height: 38px;
		background: url(images/anchorarea_text_pc.png) no-repeat;
		background-size: 795px 38px;
	}
	.anchorarea__banner {
		width: 882px;
	}
	.anchorarea__banner a {
		width: 882px;
		height: 198px;
		background: url(images/banner_present_pc.png) no-repeat;
		background-size: 882px 198px;
		transition-property: transform;
		transition-duration: .5s;
		transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
	}
	.anchorarea__banner a:after {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 198px;
		background: url(images/banner_present_hover_pc.png) no-repeat;
		background-size: 100% auto;
		opacity: 0;
		transition-property: opacity;
		transition-duration: .5s;
		transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
	}

	/* hover */

	.anchorarea__banner a:hover {
		transform: translateY(-6px);
	}
	.anchorarea__banner a:hover:after {
		opacity: 0.4;
	}


	/* button
	----------------------------------------------- */

	.button {
		transition-property: transform, box-shadow;
		transition-duration: .5s;
		transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
	}

	/* hover */

	.button:hover {
		background: linear-gradient(to bottom, #aa0f0f 0%,#e6321e 100%);
		box-shadow: 0px 0px 0px #a81508;
		transform: translateY(6px);
	}
	.button:hover:before {
		opacity: 0.5;
	}
	.button:hover .button__text:after,
	.button:hover .button__text img {
		opacity: 0.6;
	}



	/* retina
	----------------------------------------------- */
	
	@media only screen and (-webkit-min-device-pixel-ratio: 2) { 


		/* header
		----------------------------------------------- */

		.header__balloon {
			background-image: url(images/header_balloon_pc@2x.png);
		}


		/* anchorarea
		----------------------------------------------- */

		.anchorarea__text {
			background-image: url(images/anchorarea_text_pc@2x.png);
		}
		.anchorarea__banner a {
			background-image: url(images/banner_present_pc@2x.png);
		}


		/* button
		----------------------------------------------- */

		.button__text:after {
			background-image: url(images/button_icon@2x.png);
		}


		/* program
		----------------------------------------------- */

		/* program__article--left */
		.program__article--left .program__image:last-of-type:before {
			background-image: url(images/program_hanabi_left@2x.png);
		}

		/* program__article--right */
		.program__article--right .program__image:last-of-type:before {
			background-image: url(images/program_hanabi_right@2x.png);
		}


		/* item
		----------------------------------------------- */

		.item__columns .item__title span:before {
			background-image: url(images/item03_point@2x.png);
		}


		/* present
		----------------------------------------------- */

		.present__inner:before {
			background-image: url(images/present_goldfish01@2x.png);
		}
		.present__inner:after {
			background-image: url(images/present_goldfish02@2x.png);
		}
		.present__columns .item:before {
			background-image: url(images/item_plants@2x.png);
		}


		/* entry
		----------------------------------------------- */

		.entry__movie:before {
			background-image: url(images/movie_cloud01@2x.png);
		}
		.entry__movie:after {
			background-image: url(images/movie_cloud02@2x.png);
		}
		.entry__movieinner {
			background-image: url(images/movie_bg_pc@2x.png);
		}

	}


}



/* mobile
----------------------------------------------- */

@media only screen and (max-width:999px) {


	/* body
	----------------------------------------------- */

	body {
	}
	.pc {
		display: none;
	}


	/* loading
	----------------------------------------------- */

	.loading__progress {
		margin-top: 15px;
	}
	.loading__progress-bar {
		margin: 0;
	}
	.loading__progress-base {
		margin: 0;
	}
	.loading__logo {
		margin-top: -80px;
	}


	/* conversion
	----------------------------------------------- */

	.conversion__logo {
		position: relative;
		height: 40px;
		background-color: #ee7701;
		z-index: 5;
	}
	.conversion__logo a {
		display: block;
		position: relative;
		top: 8px;
		margin: auto;
		width: 155px;
		height: 23px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-image: url(images/neco_sp.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 155px 23px;
	}
	.conversion__banner {
		position: relative;
		padding: 8px;
		width: 100%;
		text-align: center;
		background: #fff;
		box-shadow: 0 2px 10px rgba(0,0,0,0.2);
		z-index: 4;
		transform: translate3d(0,0,0);
		box-sizing: border-box;
	}
	.conversion__banner img {
		max-width: 100%;
		height: auto;
	}
	.conversion-fixed .conversion__banner {
		position: fixed;
		top: 0;
		left: 0;
	}


	/* title
	----------------------------------------------- */
	
	.title {
		position: relative;
		height: 45px;
		border-top-width: 2px;
		overflow: hidden;
	}
	.title img {
		position: absolute;
		top: 0;
		left: 50%;
		margin: -2px 0 0 -144px;
		width: auto;
		height: 45px;
	}

	/* present */

	.present .title img {
		margin: -2px 0 0 -194px;
	}


	/* button
	----------------------------------------------- */

	.button {
		height: 50px;
		border-radius: 5px;
		box-shadow: 0px 3px 0px #a81508;
	}
	.button:before {
		top: 3px;
		right: 3px;
		left: 3px;
		height: 5px;
		border-radius: 2px 2px 0 0;
	}
	.button:after {
		border-width: 1px;
		border-radius: 5px;
	}
	.button__text:after {
		right: 10px;
		margin: -11px 0 0;
		width: 22px;
		height: 22px;
		background-size: 22px auto;
	}
	.button__text img {
		width: auto;
		height: 20px;
	}


	/* header
	----------------------------------------------- */

	.header {
		padding: 0;
	}
	.header__inner {
		margin: auto;
		max-width: 640px;
		height: auto;
	}
	.header__title {
		padding: 12.5vw 1.5vw 0;
	}
	.header__title img {
		width: 100%;
		height: auto;
	}
	.header__balloon {
		margin: 1.5vw 10.1vw 0;
	}
	.header__balloon img {
		width: 100%;
		height: auto;
	}
	.header__lantern {
		position: absolute;
		top: -10.3vw;
		right: -20.3vw;
		left: -20.3vw;
		margin: 0;
		width: auto;
		display: flex;
	}
	.header__lantern span {
		width: 40.6vw;
	}
	.header__lantern img {
		width: 100%;
		height: auto;
	}
	.header__fireflower span:nth-child(1) {
		top: -7.96vw;
		margin: 0 0 0 8.43vw;
	}
	.header__fireflower span:nth-child(1) img {
		width: 20.3vw;
		height: auto;
	}
	.header__fireflower span:nth-child(3) {
		top: 37.5vw;
		margin: 0 0 0 -50.3vw;
	}
	.header__fireflower span:nth-child(3) img {
		width: 15.6vw;
		height: auto;
	}
	.header__fireflower span:nth-child(4) {
		top: 34.2vw;
		margin: 0 0 0 39vw;
	}
	.header__fireflower span:nth-child(4) img {
		width: 21.8vw;
		height: auto;
	}


	/* slideshow
	----------------------------------------------- */

	.slideshow {
		margin: 5px 0 0;
		height: 134px;
		background-size: auto 134px;
	}


	/* anchorarea
	----------------------------------------------- */

	.anchorarea {
		margin: -75px 0 0;
		padding: 85px 0 27px;
		background-size: 25px 25px;
	}
	.anchorarea__text {
		margin: 0 0 15px;
	}
	.anchorarea__text img {
		width: 245px;
		height: auto;
	}
	.anchorarea__banner {
		width: 270px;
	}
	.anchorarea__banner img {
		width: 100%;
		height: auto;
	}


	/* program
	----------------------------------------------- */
	
	.program {
		padding: 35px 0 0;
		background-size: 232px auto;
	}
	.program__inner {
  	padding: 0 0 50px;
  }
	.program__subtitle,
	.program__article + .program__subtitle {
		position: relative;
		height: 33px;
		margin: 35px 0 0;
		overflow: hidden;
	}
	.program__subtitle img {
		position: absolute;
		top: 0;
		left: 50%;
		margin: 0 0 0 -246px;
		width: auto;
		height: 33px;
	}
	.program__label {
		margin: 20px auto -15px;
		width: 100%;
		max-width: 640px;
	}
	.program__label img {
		width: auto;
		height: 34px;
	}
	.program__article {
		display: block;
		margin: 20px auto 0;
		padding: 20px 0 0;
		width: 100%;
		max-width: 640px;
		box-sizing: border-box;
	}
	.program__images,
	.program__contents {
		width: 100%;
		box-sizing: border-box;
	}
	.program__images {
		padding: 0 40px;
		margin: 0 0 10px;
	}
	.program__copyright {
		font-size: 10px;
		line-height: 1.4;
	}
	.program__contents {
		padding: 0 25px;
	}
	.program__title {
		font-size: 20px;
		line-height: 1.4;
	}
	.program__lead {
		margin: 5px 0 0;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: .12em;
	}
	.program__text {
		margin: 5px 0 0;
		font-size: 15px;
		line-height: 1.6;
	}
	.program__date {
		display: block;
		margin: 10px 0 0;
		padding: 0;
	}
	.program__date dt,
	.program__date dd {
		display: block;
		width: 100%;
		font-size: 13px;
	}
	.program__date dt {
		padding: 6px 14px;
	}
	.program__date dd {
		padding: 12px 14px;
		border-left: none;
		border-top: 1px solid rgba(255,255,255,0.5);
	}
	.program__note {
		padding: 8px 0 0 1em;
		font-size: 10px;
	}

	/* program__article--left */

	.program__article--left .program__copyright {
		text-align: left;
	}
	.program__article--left .program__image:last-of-type:before {
		bottom: 0;
		left: -60px;
		width: 85px;
		height: 156px;
		background-size: 85px auto;
	}

	/* program__article--right */

	.program__article--right .program__image:last-of-type:before {
		right: -60px;
		bottom: 10px;
		width: 91px;
		height: 135px;
		background-size: 91px auto;
	}


	/* item
	----------------------------------------------- */

	.item {
		margin: 35px 25px 0;
	}
	.item__inner {
		padding: 23px 13px 0;
		border-radius: 6px;
	}
	.item__ribbon {
		top: -17px;
		left: -25px;
		right: -25px;
	}
	.item__ribbon img {
		width: 170px;
		height: auto;
	}
	.item__title img {
		width: auto;
		height: 35px;
	}
	.item__images {
		margin: 10px 0 0;
	}
	.item__image {
		border-radius: 4px;
	}
	.item__image img {
		width: 100%;
		height: auto;
	}
	.item__image:after {
		border-radius: 4px;
	}
	.item__icon {
		position: absolute;
		top: -5px;
		right: -25px;
	}
	.item__icon img {
		width: 63px;
		height: auto;
	}
	.item__contents {
		display: block;
		height: auto;
	}
	.item__lists {
		display: block;
		margin: 10px 0 0;
	}
	.item__list {
		width: 100%;
		display: block;
		padding: 8px 0;
		font-size: 13px;
		border-radius: 4px;
	}
	.item__list:first-child {
		margin: 0 0 20px;
	}
	.item__list:first-child:before,
	.item__list:first-child:after {
		top: auto;
		right: 50%;
		bottom: -10px;
		margin: 0 -5px 0 0;
		width: 10px;
		height: 2px;
	}
	.item__text {
		padding: 10px 0 15px;
		font-size: 13px;
	}
	.item__period {
		margin: auto -13px 0;
		padding: 8px 0;
		font-size: 13px;
		border-radius: 0px 0px 4px 4px;
	}
	.item__lead {
		font-size: 13px;
		line-height: 1.4;
	}
	.item__note {
		width: 100%;
		order: 3;
	}
	.item__dt,
	.item__notetext {
		font-size: 10px;
	}
	.item__dt {
		margin: 5px 0 0;
	}
	.item__notetext {
		margin: 2px 0 0;
	}
	.item__columns {
		display: flex;
		flex-direction: column;
		margin: 0;
		min-height: auto;
	}
	.item__columns .item__title {
		margin: 10px 0 0;
		padding: 20px 0 8px;
		width: 100%;
		font-size: 13px;
		border-radius: 4px;
		order: 1;
	}
	.item__columns .item__title span:before {
		top: -13px;
		margin: 0 0 0 -55px;
		width: 110px;
		height: 11px;
		background-size: 110px 11px;
	}
	.item__columns .item__images {
		position: relative;
		margin: 10px 0 0;
		width: 100%;
		order: 2;
		min-height: 0%;
	}

	/* close */

	.item--close .item__inner:before {
		font-size: 20px;
	}
	.item--close .item__inner:after {
		border-radius: 4px;
	}


	/* present
	----------------------------------------------- */

	.present {
		padding: 35px 0 50px;
		background-size: 28px auto;
	}
	.present__inner:before {
		top: -45px;
		margin: 0 0 0 65px;
		width: 129px;
		height: 174px;
		background-size: 129px auto;
	}
	.present__inner:after {
		bottom: -45px;
		margin: 0 0 0 -201px;
		width: 178px;
		height: 124px;
		background: url(images/present_goldfish03.png) no-repeat;
		background-size: 178px auto;
	}
	.present__balloon {
		margin: 20px 0 0;
	}
	.present__balloon img {
		width: 140px;
		height: auto;
	}
	.present__text {
		margin: 0;
		font-size: 15px;
		line-height: 1.4;
	}
	.present__columns {
		margin: 0 auto;
		width: 100%;
		max-width: 640px;
		display: block;
	}
	.present__columns .item,
	.present__columns .item__inner {
		display: block;
		width: auto;
	}
	.present__columns .item:before {
		left: -40px;
		bottom: 10px;
		width: 75px;
		height: 86px;
		background-size: 75px 86px;
	}
	.present__columns .item:last-of-type:before {
		left: auto;
		bottom: 12px;
		right: -35px;
	}
	.present__wchance {
		margin: 60px auto 0;
		width: 100%;
		max-width: 640px;
	}
	.present__wchance .item__inner {
		padding: 23px 13px 15px;
	}
	.present__wchance .item__ribbon {
		top: -50px;
	}
	.present__wchance .item__ribbon img {
		width: 285px;
	}
	.present__wchance .item__icon {
		right: -25px;
	}


	/* entry
	----------------------------------------------- */

	.entry {
		padding: 35px 0 50px;
		background-size: 25px 25px;
	}
	.entry__inner {
		margin: 0 10px;
	}
	.entry__text {
		margin: 30px 0 0;
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: normal;
	}
	.entry__note {
		margin: 15px 0 0;
		font-size: 10px;
		line-height: 1.5;
	}
	.entry__note img {
		width: 14px;
		height: 14px;
		vertical-align: -3px;
	}
	.entry__movie {
		margin: 20px auto 0;
		width: 100%;
		max-width: 640px;
	}
	.entry__movie:before {
		top: -40px;
		right: -75px;
		width: 116px;
		height: 59px;
		background-size: 116px auto;
	}
	.entry__movie:after {
		bottom: -20px;
		left: -70px;
		width: 122px;
		height: 61px;
		background-size: 122px auto;
	}
	.entry__movieinner {
		padding: 5px;
		background-image: url(images/movie_bg_sp.png);
		border-radius: 6px;
	}
	.entry__button {
		margin: 30px auto 0;
		padding: 0 15px;
		width: 100%;
		max-width: 640px;
		box-sizing: border-box;
	}
	.entry__caution {
		margin: 20px auto 0;
		padding: 0 15px;
		width: auto;
		max-width: 640px;
	}
	.entry__cautionlabel {
		font-size: 13px;
		letter-spacing: .1em;
	}
	.entry__cautionlabel:before,
	.entry__cautionlabel:after {
		margin-top: 7px;
		height: 5px;
	}
	.entry__cautionlabel:before {
		margin-right: 5px;
	}
	.entry__cautionlabel:after {
		margin-left: 5px;
	}
	.entry__list {
		padding: 0 0 0 1em;
		font-size: 12px;
		line-height: 1.5;
		text-align: left;
		text-indent: -1em;
	}



}



/* Safari loading
----------------------------------------------- */

@supports (-webkit-touch-callout: none) {
	.loading {
		height: -webkit-fill-available;
	}
}



/* keyframes
----------------------------------------------- */

@keyframes loop {
	0% { background-position: 0 0;}
	100% { background-position: -1140px 0;}
} 
