@charset "UTF-8";
body {
	width: 100vw;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.85;
	color: #595757;
	background-color: #fff;
	overflow-x: hidden;
}
main, header, footer {
	width: 100%;
	max-width: 430px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
div {
	margin: 0;
	padding: 0;
}
a,a:link,a:hover,a:visited{
text-decoration:none;
}
ol,
ul {
	list-style: none;
	padding-inline-start: 0;
	margin: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
}
section {
	padding: 60px 0;
}
.section_inner {
	width: 90%;
	margin: auto;
	position: relative;
	z-index: 99;
}
p {
	text-align: justify;
}
header,
section {
	background-color: #fbe1e4;
}
.bk_img {
	display: block;
	width: 100vw;
	height: 100vh;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(252, 245, 248, 1) 5px, rgba(252, 245, 248, 1) 10px );
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/*画像保護*/
img {
	-webkit-user-drag: none; /* Chrome, Safari, Opera */
	-khtml-user-drag: none;  /* Konqueror */
	-moz-user-drag: none;    /* Firefox */
	-o-user-drag: none;      /* Opera */
	user-drag: none;         /* Standard property */
}


/*----------------------------------------------- 共通 */
.small {
	font-size: 0.8em;
}
.cta_btn_w {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fix_area_right .cta_btn_w {
	flex-direction: column;
}
.fix_area_right .btn_square.cta_btn_w {
	max-width: 175px;
	margin-left: 100px;
	margin-top: 260px;
}
.fix_area_right .cta_btn_w .cta_btn {
	margin-bottom: 30px;
}
.cta_btn a::after {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.btn_square .cta_btn a::after {
	width: 175px;
	height: 175px;
}
.btn_square .cta_btn.cta_btn_line a::after {
	background-image: url("../img/cta_btn_line.svg");
}
.btn_square .cta_btn.cta_btn_mail a::after {
	background-image: url("../img/cta_btn_mail.svg");
}
.btn_square.cta_btn_w {
	max-width: 380px;
	margin: auto;
}
.ft_fix_btn {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 99;
}
.ft_fix_btn .cta_btn_w {
	width: 100%;
	max-width: 430px;
	margin: auto;
	background-color: #161a46;
}
.ft_fix_btn .cta_btn {
	width: 50%;
}
.ft_fix_btn .cta_btn a::after {
	width: 100%;
	aspect-ratio: 215 / 75;
}
.ft_fix_btn .cta_btn.cta_btn_line a::after {
	background-image: url("../img/cta_btn_sp_line.svg");
}
.ft_fix_btn .cta_btn.cta_btn_mail a::after {
	background-image: url("../img/cta_btn_sp_mail.svg");
}

@media screen and (max-width: 1300px) {
	.fix_area_right .cta_btn_w {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}


/*ハンバーガーメニュー*/
.hamburger-grid {
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 1000;
	width: 50px;
	height: 50px;
	padding: 10px;
	border: none;
	background: transparent;
	cursor: pointer;
}
.hamburger-grid__dots {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4px;
	width: 100%;
	height: 100%;
}
.hamburger-grid__dot {
	width: 100%;
	height: 100%;
	background-color: #595757;
	border-radius: 50%;
	transition: transform 0.3s ease, background-color 0.3s ease;
}
.hamburger-grid.active .hamburger-grid__dot {
	background-color: #fff;
}
.hamburger-grid.active .hamburger-grid__dot:nth-child(1) {
	transform: scale(0);
}
.hamburger-grid.active .hamburger-grid__dot:nth-child(2) {
	transform: translateY(8px);
}
.hamburger-grid.active .hamburger-grid__dot:nth-child(3) {
	transform: scale(0);
}
.hamburger-grid.active .hamburger-grid__dot:nth-child(4) {
	transform: translateX(8px);
}
.hamburger-grid.active .hamburger-grid__dot:nth-child(5) {
	transform: scale(1.2);
}
.hamburger-grid.active .hamburger-grid__dot:nth-child(6) {
	transform: translateX(-8px);
}
.hamburger-grid.active .hamburger-grid__dot:nth-child(7) {
	transform: scale(0);
}
.hamburger-grid.active .hamburger-grid__dot:nth-child(8) {
	transform: translateY(-8px);
}
.hamburger-grid.active .hamburger-grid__dot:nth-child(9) {
	transform: scale(0);
}
.nav-grid {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 430px;
	height: 100vh;
	background-color: #df77a4;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 900;
}
.nav-grid.active {
	visibility: visible;
	opacity: 1;
}
.nav-grid__content {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
/*	max-width: 1200px;*/
	height: 100%;
	margin: 0 auto;
	padding: 100px 40px;
}
.nav-grid__sections {
	grid-column: span 12;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 40px;
}
.nav-grid__sections section {
	padding: 0;
}
.nav-grid__section {
	background-color: #df77a4;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-grid.active .nav-grid__section {
	opacity: 1;
	transform: translateY(0);
}
.nav-grid.active .nav-grid__section:nth-child(1) {
	transition-delay: 0.2s;
}
.nav-grid.active .nav-grid__section:nth-child(2) {
	transition-delay: 0.3s;
}
.nav-grid__title {
	margin: 0 0 20px;
	color: #c11864;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.nav-grid__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-grid__list li {
	margin-bottom: 15px;
	overflow: hidden;
}
.nav-grid__list li span {
	font-size: 13px;
	padding-left: 10px;
}
.nav-grid__link {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;
	transform: translateY(100%);
	transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),color 0.3s ease;
}
.nav-grid.active .nav-grid__link {
	transform: translateY(0);
}
.menu_sub .nav-grid__link {
	font-size: 17px;
}
.menu_sub .nav-grid__link::before {
	content: "-";
	transform: scale(2, 1);
	padding: 0 15px;
	display: inline-block;
}

@media (max-width: 768px) {
	.nav-grid__content {
		padding: 80px 20px;
	}
	.nav-grid__sections {
		grid-template-columns: 1fr;
	}
}

.midashi img{
	display: block;
	width: auto;
	height: 35px;
	margin: 40px auto 20px;
}
.date img{
	display: block;
	width: auto;
	height: 35px;
	margin: 0 auto 50px;
}
.big {
	font-size: 20px;
	font-weight: 600;
}
.big_l {
	font-weight: 400;
}
.bk_white {
	background-color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 5px;
	color: #da5a94;
}
.bk_white:last-child {
	margin-right: 0;
}

/*ボタン*/
.btn_1 {
	margin-bottom: 6px;
	width: 100%;
	max-width: 250px;
	height: 60px;
	position: relative;
	text-decoration: none;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 9999px;
	background-color: #fff;
	box-shadow: 6px 6px 0 #da5a94;
	transition: all 0.3s ease;
	margin: 10px auto;
	color: #da5a94;
	font-weight: 500;
}
.btn_1::before {
	content: '';
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	top: 5px;
	left: 5px;
	 z-index: 2;
	display: block;
	border: 2px dotted #da5a94;
	border-radius: 9999px;
}
.btn_1::after {
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	right: 30px;
	display: block;
	width: 7px;
	height: 9px;
	background-color: #da5a94;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	transition: all 0.3s ease;
}
/*東武鉄道サイトへボタン*/
.btn_1.tobe_link {
	box-shadow: 6px 6px 0 #00458f;
	color: #00458f;
}
.btn_1.tobe_link::before {
	border: 2px dotted #00458f;
}
.btn_1.tobe_link::after {
	background-color: #00458f;
}
/*作品サイトへボタン*/
.btn_1.movie_link {
	box-shadow: 6px 6px 0 #846aad;
	color: #846aad;
}
.btn_1.movie_link::before {
	border: 2px dotted #846aad;
}
.btn_1.movie_link::after {
	background-color: #846aad;
}
/*TOBE MALLへボタン*/
.btn_1.tobemall_link {
	box-shadow: 6px 6px 0 #268ac2;
	color: #268ac2;
}
.btn_1.tobemall_link::before {
	border: 2px dotted #268ac2;
}
.btn_1.tobemall_link::after {
	background-color: #268ac2;
}
.btn_w {
	margin-bottom: 50px;
}
.btn_2 a {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	max-width: 170px;
	padding: 0 5px 0 25px;
	color: #686868;
	transition: 0.3s ease-in-out;
	font-weight: 500;
	outline: dotted 2px #595757;
	border-radius: 50px;
	outline-offset: -3px;
	line-height: 2;
	height: 2.1rem;
}
.btn_2 a:before,
.btn_2 a:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
}
.btn_2 a:before {
	width: 0.5rem;
	height: 0.5rem;
	left: 0.65rem;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	z-index: 2;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s;
}
.btn_2 a:after {
	left: 0;
	background: #868686;
	z-index: 1;
	width: 2rem;
	height: 2rem;
	border-radius: 4rem;
	transform: translateY(-50%);
	transition: all 0.5s;
}
.btn_2 a span {
	position: relative;
	transition: all 0.3s;
	z-index: 3;
	display: flex;
	align-items: center;
	height: 26px;
}
.btn_3 {
	width: 100%;
	max-width: 180px;
	height: 60px;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	outline: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 9999px;
	border: 1px solid #e57c7a;
	color: #e57c7a;
	background-color: #fff;
	transition: all 0.3s ease;
}
.btn_3 span {
	position: relative;
	display: block;
	width: 20px;
	height: 1px;
	border-radius: 10px;
	background-color: #e57c7a;
	transition: all 0.3s ease;
}
.btn_3 span::before,
.btn_3 span::after {
	content: "";
	position: absolute;
	right: -3px;
	display: block;
	width: 10px;
	height: 1px;
	border-radius: 10px;
	background-color: #e57c7a;
	transition: all 0.3s ease;
}
.btn_3 span::before {
	top: 3px;
	transform: rotate(-45deg);
}
.btn_3 span::after {
	bottom: 3px;
	transform: rotate(45deg);
}
a.btn_4 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: 240px;
	padding: 10px 25px 10px 50px;
	color: #595757;
	transition: 0.3s ease-in-out;
	font-weight: 600;
	background: #eee;
	border-radius: 50px;
	z-index:0;
	 overflow: hidden;
}
a.btn_4:before {
	font-family: "Font Awesome 5 Free";
	content: "\f005";
	line-height: 1;
	position: absolute;
	left: 5px;
	background: #FFF;
	padding: 12px 11px;
	border-radius: 60px;
	z-index: 2;
}
a.btn_4:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	display: block;
	background: #ccc;
	transition: .3s;
	left:0;
}
.garlands {
	width: 100%;
	max-width: 430px;
	height: 100vh;
	position: fixed;
	z-index: 10;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	z-index: 150;
	margin: auto;
	pointer-events: none;
}
.garlands img {
	width: 100px;
	position: absolute;
}
img.garland_1 {
	animation: fuwafuwa1 3s ease-in-out infinite alternate;
	right: -40px;
	top: 8vh;
}
img.garland_2 {
	animation: fuwafuwa2 3s ease-in-out infinite alternate;
	right: -40px;
	top: 70vh;
}
img.garland_3 {
	animation: fuwafuwa1 3s ease-in-out infinite alternate;
	left: -40px;
	top: 15vh;
}
@keyframes fuwafuwa1 {
	0% {
		transform:translate(0, 0) rotate(-10deg);
	}
	50% {
		transform:translate(0, -7px) rotate(0deg);
	}
	100% {
		transform:translate(0, 0) rotate(-10deg);
	}
}
@keyframes fuwafuwa2 {
	0% {
		transform:translate(0, 0) rotate(10deg);
	}
	50% {
		transform:translate(0, -7px) rotate(0deg);
	}
	100% {
		transform:translate(0, 0) rotate(10deg);
	}
}


/*----------------------------------------------- header */
header {
	padding-bottom: 10px;
}
.header_inner {
	position: relative;
	z-index: 99;
}
.kv {
	position: relative;
	margin-top: -5px;
}
.kv > img {
	width: 90%;
	margin: auto;
	display: block;
}
.kv::after {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	background-image: url("../img/ico_free.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	bottom: -40px;
	right: 5px;
	z-index: 99;
	animation: 2s ease-in-out 0s infinite alternate none running fuwafuwa3;
}
@keyframes fuwafuwa3 {
	0% {
		transform:translate(0, 0) rotate(5deg);
	}
	50% {
		transform:translate(0, 0) rotate(-5deg);
	}
	100% {
		transform:translate(0, 0) rotate(5deg);
	}
}
.fv_title,
.fv_title_sub {
	display: block;
	width: 90%;
	margin: 20px auto 30px;
}
.fv_title_sub {
	margin: 40px auto 0;
}
.fv_title img,
.fv_title_sub img {
	width: 100%;
}
.lead {
	width: 85%;
	margin: auto;
}
.lead p {
	text-align: center;
	font-weight: 500;
}


/*----------------------------------------------- event */
section.event {
	background-color: lab(63.28 45.16 -5.56 / 0.5);
}
.event h3 {
	text-align: center;
	font-weight: 600;
}
.event p {
	text-align: center;
	font-weight: 500;
	position: relative;
	margin: 30px auto;
}
.event p .big {
	font-size: 18px;
}
.event p::after {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background-image: url("../img/ico_kuwashiku.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: -35px;
	left: 15px;
}
.event .btn_w a:first-of-type {
	margin-bottom: 20px;
}
.event .btn_w {
	margin-bottom: 0;
}


/*----------------------------------------------- stamp */
.stamp {
	padding-bottom: 20px;
}
.stamp h2 span img {
	width: 100%;
	display: block;
	margin: auto;
}
.stamp h2 span img {
	width: 100%;
	display: block;
	margin: auto;
}
.stamp h2 span.tit_1 img {
	width: 75%;
}
.stamp h2 span.fukidashi img {
	width: 65%;
	margin-bottom: 10px;
}
.howto_item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dashed 1px #835ba3;
}
.howto_item h4 {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	margin-bottom: 10px;
}
.howto_item:first-of-type h4 {
	margin-bottom: 0;
}
.howto_item:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}
.howto_item h4 .num {
	display: flex;
	align-items: center;
	justify-content: center;
}
.howto_item h4 .num img {
	display: block;
	width: 35px;
	height: 35px;
	object-fit: contain;
	object-position: center;
}
.howto_item h4 .title {
	width: calc(100% - 40px);
}
.howto_item h4 .title img {
	width: 100%;
}
.howto_item p {
	padding-left: 35px;
	padding-right: 10px;
}
.how_to {
	padding: 35px 30px 20px;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(238, 243, 240, 0.7) 3px, rgba(238, 243, 240, 0.7) 6px );
	border-radius: 30px;
	margin-top: 60px;
	position: relative;
}
.how_to .midashi img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -17px;
}
.stamp .date_w {
	background-color: #fff;
	padding: 35px 30px 30px;
	position: relative;
	border-radius: 30px;
	margin-top: 50px;
}
.stamp .date_w .date img {
	width: 100%;
	object-fit: contain;
	margin: 0;
}
.stamp .date_w .midashi img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -17px;
	z-index: 2;
}
.stamp .date_w::before {
	content: '';
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 2;
	display: block;
	border: 2px dotted #52357e;
	border-radius:25px;
}
.station img {
	display: block;
	width: 120px;
	height: 28px;
	object-fit: contain;
	object-position: center;
	margin: auto;
}
.area {
	padding: 50px 30px;
	border-radius: 30px;
	margin-top: 60px;
	position: relative;
	border: 2px dotted #da5a94;
}
.area p {
	font-weight: 500;
	text-align: center;
	font-size: 18px;
	margin: 10px auto;
}
.area ul li {
	margin-bottom: 45px;
}
.area ul li:last-of-type {
	margin-bottom: 0;
}
.area .midashi img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -17px;
	z-index: 2;
}
.p_area {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 255px;
	margin: auto;
}
.present {
	width: 25px;
}
.present img {
	width: 100%;
}
.p_area > p {
	width: 205px;
	font-size: 16px;
	padding-left: 10px;
	text-align: left;
	line-height: 25px;
}
.p_area > p a {
	font-weight: 600;
	text-decoration: underline;
	color: #da5a94;
}
.train_map {
		margin: 70px auto 0;
}
.train_map img {
	width: 100%;
	margin-top: 10px;
}
.train_map img {
	width: 100%;
}
.train_map > img {
	background-color: #fbe1e4;
}
.caution {
	margin: 50px auto 0;
}
.caution h3 {
	font-weight: 600;
	padding: 0 10px;
	background-color: #fff;
	margin-bottom: 15px;
}
.caution ul {
	padding: 0 12px;
}
.caution ul li {
	margin-bottom: 5px;
	font-size: 13px;
	padding-left: 14px;
	position: relative;
	line-height: 1.5;
}
.caution ul li::before {
	content: "●";
	color: #da5a94;
	font-size: 8px;
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: 0;
}
.go_ga-yachan {
	margin: auto;
	margin-top: 50px;
	width: 90%
}
.go_azlm{
	margin: auto;
	margin-bottom: 50px;
	width: 90%
}
.ga-yachan {
	width: calc(100% - 200px);
	margin: auto;
}
.go_ga-yachan img,
.ga-yachan img,
.go_azlm img{
	width: 100%;
}
.ga-yachan_w {
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}
.ga-yachan_w .btn_2 {
	width: 190px;
	margin-bottom: 5px;
}
.ga-yachan_w .btn_2 a {
	max-width: 190px;
	font-size: 13px;
}
.cp_arrows {
	position: relative;
	display: flex;
	height: 40px;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px;
}
.cp_arrows .cp_arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 10px;
	opacity: 0;
}
.cp_arrows .cp_arrow:first-child {
	animation: arrow-move08 3s ease-in-out infinite;
}
.cp_arrows .cp_arrow:nth-child(2)  {
	animation: arrow-move08 3s 1.5s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {
	position: absolute;
	content: '';
	top: 0;
	width: 19px;
	height: 3px;
	background: #de556d;
}
.cp_arrows .cp_arrow:before {
	left: 3px;
	transform: rotate(30deg);
}
.cp_arrows .cp_arrow:after {
	right: 3px;
	transform: rotate(-30deg);
}
@keyframes arrow-move08 {
	0% { opacity: 0; top: 10%;}
	70% { opacity: 1;}
	100% { opacity: 0;}
}
.map-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 84.6%; /* 264 / 312 = 0.84615 */
	border-radius: 20px;
	overflow: hidden;
	margin: 30px auto;
}
.map-wrapper iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}


/*----------------------------------------------- prize */
.prize {
	padding-bottom: 30px;
}
.prize_w {
	padding: 40px 30px 35px;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(238, 243, 240, 0.7) 3px, rgba(238, 243, 240, 0.7) 6px );
	border-radius: 30px;
	position: relative;
}
.prize_w .midashi img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -17px;
}
.prize_item_img {
	width:-moz-fit-content;
	width:fit-content;
	margin-bottom: 10px;
}
.prize_item_img.sticker img {
	display: block;
	width: 220px;
	margin: auto;
}
.prize_item_img img {
	width: 100%;
}
.prize_item_img.shitajiki.omote img {
	display: block;
	aspect-ratio: 297 / 210;
	width: 297px;
	margin: auto;
}
.prize_item_img.shitajiki.ura img {
	display: block;
	width: 210px;
	aspect-ratio: 210 / 297;
		margin: auto;
}
.prize_cap {
	display: block;
	line-height: 1.5;
	font-size: 12px;
	color: #666;
}
.prize_item {
	display: flex;
	margin: auto auto 20px;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 2px dotted #52357e;
}
.prize_item:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
h4.prize_title {
	width: 100%;
	margin-bottom: 10px;
}
h4.prize_title img {
	width: 100%;
}
p.prize_name{
	text-align: center;
	font-weight: 500;
	margin-top: 10px;
}


/*----------------------------------------------- get_gifts */
.get_gifts {
	padding: 10px 0 35px;
}
.g_g_area {
	background-color: #fff;
	border-radius: 30px;
	padding: 35px 30px;
}
.g_g_area h4 {
	width: 100%;
	margin-bottom: 10px;
}
.g_g_area h4 img {
	width: 100%;
}
.g_area_name {
	width: 70%;
	margin-bottom: 5px;
}
.g_area_name img {
	width: 100%;
}
.g_g_area p {
	line-height: 1.75;
}
.g_g_area > div {
	margin-top: 30px;
}
.g_g_area > p,
.g_area_addr_2 {
	font-weight: 500;
}
.g_g_area p.g_area_addr_2 {
	line-height: 1.5;
	margin: 10px 0;
}
.g_g_area > p > span {
	font-size: 17px;
	font-weight: 600;
	color: #da5a94;
}
.g_area_time {
	display: block;
	font-weight: 600;
	background-color: rgb(223 119 164 / 25%);
	border-radius: 5px;
	padding: 2px 15px;
	width:-moz-fit-content;
	width:fit-content;
}
.g_area_time > span {
	font-size: 18px;
}
.get_gifts_area .btn_4 {
	margin: 20px 0 0;
}
.get_gifts_area a.btn_4:before {
	content: "\f276";
	width: 40px;
	text-align: center;
}
.get_gifts .midashi {
	margin-bottom: 30px;
}
.g_g_area:first-of-type {
	margin-bottom: 30px;
}
.get_gifts_date {
	padding: 5px 0 60px
}
.get_gifts_date p {
	margin-top: 30px;
	line-height: 1.5;
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
}


/*----------------------------------------------- exhibition */
.exhibition {
	background-color: rgb(255 255 255 / 75%);
	padding: 70px 0;
}
.exhibition h2 {
	width: 80%;
	margin: auto;
}
.exhibition h2 img {
	width: 100%;
}
.exhibition .g_g_area {
	padding: 0;
	border-radius: 0;
	background: none;
}
.exhibition .g_g_area > p > span {
	color: #595757;
}
.exhibition .g_area_time {
	background-color: #fff;
}
.exhibition .g_area_time {
	background-color: rgb(223 119 164 / 25%);
}
.floor_map_w {
	margin-top: 30px;
}
.floor_map img {
	width: 100%;
}
.floor_map_w h4 {
	padding: 3px 15px;
	border-top: solid 1px #595757;
	border-bottom: solid 1px #595757;
	width:-moz-fit-content;
	width:fit-content;
}
.floor_map {
	position: relative;
}
.remodal {
	max-width: 1500px!important;
	padding: 10% 5px!important;
}
.remodal-cancel {
	margin-bottom: 0 !important;
	margin-top: 30px !important;
	padding: 7px 0 !important;
}
.remodal img {
	width: 300%;
	height: 100%;
	object-fit: contain;
	overflow-x: visible;
	padding-bottom: 20px;
}
.remodal_img {
	overflow-x: scroll;
}
::-webkit-scrollbar {
	width: 20px;
}
::-webkit-scrollbar-track {
	background: #e6e6e6;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb {
	background: #df77a4;
	border-radius: 10px;
}
a.btn_zoom {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	color: #fff;
	background-color: #595757;
	font-size: 20px;
	border-radius: 100px;
	box-shadow: 0px 6px 12px -4px rgba(0, 0, 0, 0.5);
	position: absolute;
	right: 0;
	top: -30px;
}
.ico_scroll {
	width: 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 20px;
	top: 20px;
	background-color: lab(0 0 0 / 0.3);
	border-radius: 5px;
	pointer-events: none;
	animation: blinking 5s ease-in-out infinite alternate;
}
.ico_scroll img {
	width: 30px;
	padding: 8px 0;
}
.ico_scroll span {
	display: block;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	padding-left: 5px;
	color: #fff;
}
@keyframes blinking {
	0% {opacity: 0;}
	30% {opacity: 1;}
	70% {opacity: 1;}
	100% {opacity: 0;}
}


/*----------------------------------------------- mall */
.mall {
	padding: 60px 0;
}
.mall_inner {
	width: 95%;
	position: relative;
	padding: 60px 0;
	background-color: #fff;
	border-radius: 25px;
	margin: auto;
}
.mall_inner::before {
	content: '';
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 2;
	display: block;
	border: 2px dotted #52357e;
	border-radius: 25px;
}
.mall h2 {
	width: 90%;
	margin: auto;
}
.mall h2 img {
	width: 100%;
}
.mall .date img {
	height: 57px;
	margin: 0 auto 25px;
}
.mall_inner::after {
	content: "";
	display: block;
	width: 130px;
	height:130px;
	background-image: url("../img/mall_ribbon.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 100;
}
.mall .notice {
	text-align: right;
}
.mall_goods {
	margin: 25px auto 0;
	position: relative;
	z-index: 99
}
.mall_goods li {
	margin-bottom: 75px;
}
.mall_goods li:last-of-type {
	margin-bottom: 0;
}
.goods_img img {
	width: 100%;
}
.clear-pass-case .goods_img {
	width: 150px;
	margin: auto;
}
.usb_fan .goods_img {
	width: 220px;
	margin: auto;
}
.card .goods_img {
	width: 100%;
	padding-bottom: 30px;
}
.card .swiper-horizontal>.swiper-pagination-bullets,
.card .swiper-pagination-bullets.swiper-pagination-horizontal, 
.card .swiper-pagination-custom,
.card .swiper-pagination-fraction {
	bottom: 0px;
}
.card .swiper-pagination-bullet-active {
	background-color: #da5a94;
}
.card .goods_img img {
	display: block;
	width: 80%;
	margin: auto;
}
.goods_name {
	margin-top: 15px;
}
.goods_name img {
	width: 100%;
	height: 45px;
	object-fit: contain;
	object-position: center;
	padding-left: 15px;
}
.price {
	text-align: center;
	font-weight: 600;
}
.price span {
	font-size: 22px;
}
.mall_goods .btn_4 {
	margin-top: 20px;
}
.mall_goods a.btn_4:before {
	content: "\f07a";
	width: 40px;
	text-align: center;
}
.go_tobemall {
	padding-top: 70px;
	position: relative;
	z-index: 99
}
.go_tobemall h3 {
	width: 85%;
	margin: auto;
}
.go_tobemall > p {
	margin: 20px auto;
	text-align: center;
}


/*----------------------------------------------- movie */
.movie {
	background-color: rgb(255 255 255 / 75%);
	padding: 70px 0;
}
.movie_img {
	width: 85%;
	margin: 30px auto 45px;
}
.movie_img img{
	width: 100%;
	pointer-events: none;
}
.movie h2 {
	font-size: 14px;
	color: #433c76;
	font-weight: 500;
}
.movie h2 > span {
	font-size: 24px;
	display: block;
	font-weight: 600;
}
.movie h2 > span > span {
	display: inline-block;
	transform: scale(2, 1);
	padding: 0 15px;
}
.movie_intro h3 {
	width: 75%;
	margin-bottom: 35px;
}
.movie_intro h3 img {
	width: 100%;
}
.movie_intro p {
	line-height: 1.75;
	margin-bottom: 20px;
}
.movie_intro h4,
.movie_intro .strong {
	color: #da5a94;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.75;
	margin-bottom: 20px;
}
.ending_thema_song {
	width: 75%;
	margin: 50px auto 20px;
}
.et_song_img img {
	width: 100%;
	border-radius: 50%;
	border: solid 3px #4ea635;
	pointer-events: none;
}
.et_song_name {
	width: 60%;
	margin: 20px auto auto;
}
.et_song_name img {
	width: 100%;
}
main .copy {
	margin-top: 70px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.model_city .midashi img {
	height: 50px;
	margin: 75px auto 40px;
}
.model_city ul li {
	width: 70%;
	margin: auto;
	margin-bottom: 40px;
}
.model_city ul li:last-of-type {
	margin-bottom: none;
}
.model_city ul li img {
	width: 100%;
	pointer-events: none;
}


/*----------------------------------------------- footer */
footer {
	padding: 70px 0 20px;
	background-color: #fbe1e4;
}
footer a {
	color: #595757;
}
footer h3 {
	display: block;
	font-weight: 500;
	background-color: #595757;
	color: #fff;
	border-radius: 5px;
	padding: 2px 15px;
	width:-moz-fit-content;
	width:fit-content;
	margin-bottom: 10px;
}
footer .cs {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
}
footer .cs_tel {
	font-weight: 600;
	font-size: 22px;
}
footer .cs_tel i {
	margin-right: 5px;
	color: #e57c7a;
	font-size: 16px;
}
footer .small {
	text-indent: -1em;
	padding-left: 1em;
}
.copy {
	display: block;
	line-height: 2.5;
	text-align: center;
	margin: 50px auto 20px;
}
.copy small::before {
	content: '\f1f9';
	font-family: "Font Awesome 5 Free";
	font-size: 0.85em;
	font-weight: 400;
	margin-right: 5px;
}
.copy small {
	display: block;
}
.copy p {
	font-size: 0.65em;
}
.tobu_logo {
	width: 150px;
	margin: auto;
}
.tobu_logo img {
	width: 100%;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  キャラクター挿入
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
main {
	overflow-x: hidden;
}
.chara {
	position: absolute;
}
.chara img {
	pointer-events: none;
	width: 100%;
}
.chara.kanna {
	width: 170px;
	z-index: -1;
	top: -180px;
	right: 0;
	left: 0;
	margin: auto;
}
.how_to {
	margin-top: 170px;
}
.chara_w {
	display: none;
}
.chara.eruma {
	width: 150px;
	z-index: 2;
	top: -80px;
	right: -40px;
}
.train_map {
	position: relative;
}
.chara.iruru {
	width: 150px;
	z-index: 0;
	top: -240px;
	left: -67px;
}
.chara.iruru img {
	margin: 0;
}
.go_azlm img {
	padding-left: 60px;
}
.prize_item_img {
	position: relative;
}
.chara.toru {
	width: 240px;
	z-index: 0;
	top: 70px;
	right: -120px;
}
.chara.kobayashi {
	width: 150px;
	z-index: 0;
	bottom: -240px;
	left: -45px;
}
.g_g_area {
	position: relative;
}
.chara.fafuni-ru {
	width: 150px;
	z-index: 0;
	bottom: -240px;
	right: -45px;
}
.mall {
	position: relative;
}
.chara.rukoa {
	width: 170px;
	z-index: 0;
	top: -90px;
	right: 10px;
}
.exhibition {
	padding-bottom: 90px;
}
.mall {
	padding-top: 90px;
}
.mall_inner {
	z-index: 2;
}
.chara.a-za-do {
	width: 160px;
	z-index: 10;
	bottom: -60px;
	left: -70px;
}


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

}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  レスポンシブ 表示 / 非表示調整
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pc {
	display: none;
}
.tab {
	display: none;
}
.sp {
	display: block;
}


