/*----------------------------------------------------------------default*/
html {
	font-size: 62.5%;
}

body {
	color: #212121;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.7rem;
	line-height: 1.666666;
	margin: 0;
	padding: 0;
}

body * {
	box-sizing: border-box;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
dt {
	font-weight: 400;
	margin: 0;
}

p,
dl,
dt,
dd,
li,
figure {
	margin: 0;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	transition: all .5s;
}


a:hover {
	opacity: 0.7;
}

a:focus,
button:focus,
input[type='button']:focus,
input[type='submit']:focus {
	outline: none;
}

img {
	width: 100%;
	height: auto;
}

figure img {
	vertical-align: bottom;
}

.pc {
	display: block;
}

.sp,
.sp1199 {
	display: none;
}

@media (max-width: 1199px) {
	.pc {
		display: none;
	}

	.sp1199 {
		display: block;
	}

	.sp {
		dsplay: block;
	}
}

.wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 480px) {
	.wrapper {
		display: block;
	}
}


/*----------------------------------------------------------------header*/
header {
	background-color: #ACD7F2;
}

#index header {
	background-image: url(../images/bg_header_top.png);
	background-repeat: repeat-x;
	background-position: center top;
}

@media (max-width: 480px) {
	#index header {
		background-image: url(../images/bg_header_top.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: contain;
	}
}

header h1 {
	width: 90%;
	max-width: 1729px;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	header h1 {
		width: 83%;
		margin: 10px 0 0 5px;
	}

	header h1.pc {
		display: none;
	}

	header h1.tblt {
		display: block;
	}
}

@media (max-width: 480px) {
	header h1 {
		max-width: 374px;
	}

	.shop header h1 {
		margin: 10px 0 50px 5px;
	}
}

header .global button {
	position: fixed;
	top: 40px;
	right: 60px;
	width: 60px;
	height: 60px;
	background: #EA6DA4;
	border-radius: 10px;
	box-shadow: 3px 4px 3px rgba(0,0,0,.16);
	border: none;
	cursor: pointer;
	z-index: 5;
}

header .global button span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	right: 14px;
	width: 32px;
	height: 4px;
	background: #fff;
	border-radius: 2px;
}

header .global button span:nth-of-type(1) {
	top: 15px;
}

header .global button span:nth-of-type(2) {
	top: 28px;
}

header .global button span:nth-of-type(3) {
	bottom: 15px;
}

header .global button.on span:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
	width: 36px;
	right: 12px;
}

header .global button.on span:nth-of-type(2) {
	opacity: 0;
}

header .global button.on span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
	width: 36px;
	right: 12px;
}

@media (max-width: 480px) {
	header .global button {
		top: 15px;
		right: 15px;
		width: 42px;
		height: 42px;
		border-radius: 6px;
		box-shadow: 0px 3px 6px rgba(0,0,0,.16);
	}

	header .global button span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		right: 10px;
		width: 22px;
		height: 2px;
		border-radius: 1px;
	}

	header .global button span:nth-of-type(1) {
		top: 11px;
	}

	header .global button span:nth-of-type(2) {
		top: 20px;
	}

	header .global button span:nth-of-type(3) {
		bottom: 11px;
	}

	header .global button.on span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
		width: 24px;
		right: 9px;
	}

	header .global button.on span:nth-of-type(2) {
		opacity: 0;
	}

	header .global button.on span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
		width: 24px;
		right: 9px;
	}
}

header .global .menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	background: #55C2E3;
	display: none;
	padding: 120px 0 200px;
	z-index: 4;
	text-align: center;
	max-height: 100vh;
	overflow: scroll;
}

@media (max-width: 480px) {
	header .global .menu {
		padding: 100px 0;
	}
}

header .global .menu > ul {
	display: inline-block;
	text-align: left;
}

@media (max-width: 480px) {
	header .global .menu > ul {
		height: calc(100vh - 200px);
	}
}

header .global .menu li {
	font-size: 4.5rem;
	margin: 0 0 20px;
}

@media (max-width: 480px) {
	header .global .menu li {
		font-size: 2.1rem;
	}
}

header .global .menu li span,
header .global .menu li a {
	font-weight: 700;
	color: #fff;
	text-shadow: 2px 2px 0px #e58a8a;
}

header .global .menu li li {
	margin: 0 0 20px 2.5em;
}

header .global li a {
	cursor: pointer;
}

header .global li a:hover {
	opacity: 1;
}

header .global .menu > ul > li:before {
	content: '';
	display: inline-block;
	width: 48px;
	height: 47px;
	background: url(../images/ico_nav_modal.png) no-repeat center center / contain;
	margin: 0 15px 0 0;
	vertical-align: -8px;
	transform: perspective(1px) translateZ(0);
}

@media (max-width: 480px) {
	header .global .menu > ul li:before {
		width: 18px;
		height: 18px;
		margin: 0 8px 0 0;
	}
}

header .global li:hover:before {
	-webkit-animation-name: blur;
	animation-name: blur;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@-webkit-keyframes blur {
	16.65% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
	33.3% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}
	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes blur {
	16.65% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px);
	}
	33.3% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px);
	}
	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px);
	}
	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px);
	}
	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}



/*----------------------------------------------------------------footer*/
footer {
	background: #88B929;
	padding: 0 0 20px;
}

@media screen and (min-width: 481px) and (max-width: 920px) {
	#index footer {
		padding: 50px 0 20px;
	}
}

footer:before {
	content: '';
	display: block;
	width: 100%;
	height: 30px;
	background: url(../images/bg_footer.png) repeat-x center top;
	position: absolute;
	top: -30px;
}

#index footer figure {
	width: 90%;
	max-width: 1161px;
	margin: 0 auto;
	top: -150px;
}

@media (max-width: 480px) {
	#index footer figure {
		top: -50px;
	}
}

footer .btn a {
	width: 300px;
	height: 62px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #236BA3;
	font-size: 2.4rem;
	margin: 0 auto 80px;
	background: #fff;
	border-radius: 31px;
}

@media (max-width: 480px) {
	footer .btn a {
		margin: 0 auto 56px;
	}
}

footer .btn a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 5px 4px 0;
	border-color: transparent #236BA3 transparent transparent;
	position: absolute;
	left: 23px;
	top: 28px;
}

footer .bnr-blk {
	justify-content: center;
	margin: -100px 0 60px;
}

footer .bnr-blk li {
	margin: 0 15px;
}

@media (max-width: 480px) {
	footer .bnr-blk {
		width: 46%;
		margin: -30px auto 50px;
	}

	footer .bnr-blk li {
		margin: 0;
	}
}

footer .copyright {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
}

@media (max-width: 480px) {
	footer .copyright {
		font-size: 1rem;
	}
}

/*----------------------------------------------------------------main*/
section {
	padding: 110px 0 140px;
}

@media (max-width: 480px) {
	section {
		padding: 80px 0 120px;
	}
}

section:before {
	content: '';
	display: block;
	height: 280px;
	margin: -280px 0 0;
	visibility: hidden;
}

@media (max-width: 800px) {
	section:before {
		height: 170px;
		margin: -170px 0 0;
	}
}

.inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

h2 {
	text-align: center;
	margin: 0 0 80px;
}

@media (max-width: 800px) {
	h2 {
		margin: 0 0 40px;
	}
}

.slide {
	max-width: 1200px;
}

@media (max-width: 1300px) {
	.slide {
		width: 100%;
		max-width: 100%;
	}
}

.slick-dotted.slick-slider {
	max-width: 1220px;
	margin: 0 auto;
	line-height: 0;
}

@media (max-width: 1300px) {
	.slick-dotted.slick-slider {
		width: 100%;
		max-width: 100%;
	}
}

.slick-dots {
	bottom: -35px;
}

.slick-dots li {
	margin: 0 9px;
}

.slick-dots li button:before {
	font-size: 2rem;
	color: #fff;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	color: #FFC260;
	opacity: 1;
}

.local {
	background: #F6FBFF;
	padding: 20px 0 0;
}

.local li a img {
	max-width: 256px;
	}

.local ul {
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-end;
}

@media (max-width: 480px) {
	.local ul {
		display: flex;
		flex-wrap: wrap;
	}

	.local li {
		width: 30%;
	}
}

.local li a:hover {
	opacity: 1;
}

.local li a img {
	transition: all .5s;
}

.local li a:hover img {
	transform: scale(1.1, 1.1);
}

.gototop {
	width: 150px;
	height: 216px;
	position: fixed;
	bottom: 20px;
	right: 50px;
	z-index: 3;
	transition-duration: .5s;
	transition-property: transform;
}

@media (max-width: 1200px) {
	.gototop {
		width: 75px;
		height: 108px;
		right: 14px;
	}
}

@media (max-width: 480px) {
	.gototop {
		width: 53px;
		height: 80px;
	}
}

.gototop:hover {
	transform: translateY(-6px);
	animation-name: hover;
	animation-duration: 1.5s;
	animation-delay: 0.3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes hover {
	50% {
		transform: translateY(-3px);
	}

	100% {
		transform: translateY(-6px);
	}
}

#index #about, .shop #play, .shop #goods, .btn {/* 20220207修正 */
	font-family: 'Yusei Magic', sans-serif;
	font-size: 1.8rem;
}


/*----------------------------------------------------------------index*/
#index .slide-blk {
	background: #ACD7F2;
}

@media (max-width: 480px) {
	#index .slide-blk {
		padding: 0 2%;
	}
}

#index .slide {
	padding: 0 0 50px;
}

#index .slick-slide {
	margin: 0 10px;
	/*border-radius: 10px;*/
}

#index .slick-dots {
	bottom: 15px;
}

#index #about {
	background: #236BA3 url(../images/bg_about.png) center -130px / 80%;
}

@media (max-width: 480px) {
	#index #about {
		background: #236BA3 url(../images/bg_aboutsp2.png) center -130px / 80%;
	}
}

@media (max-width: 1306px) {
	#index #about .inner {
		width: 90%;
	}
}

#index #about .about-blk {
	color: #fff;
	display: flex;
	align-items: center;
}

@media (max-width: 820px) {
	#index #about .about-blk {
		display: block;
	}
}

#index #about .about-blk:nth-of-type(1) {
	width: 90%;
	max-width: 1211px;
	height: auto;
	min-height: 480px;
	background: url(../images/bg_about_pc01.png) no-repeat right center / contain;
	margin: 0 0 30px;
}

#index #about .about-blk:nth-of-type(2) {
	flex-direction: row-reverse;
	width: 90%;
	max-width: 1200px;
	height: auto;
	min-height: 480px;
	background: url(../images/bg_about_pc02.png) no-repeat left center / contain;
	margin: 0 0 100px;
}

@media (max-width: 1306px) {
	#index #about .about-blk:nth-of-type(1),
	#index #about .about-blk:nth-of-type(2) {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 30px;
	}

	#index #about .about-blk:nth-of-type(2) {
		margin: 0 auto 100px;
	}
}

@media (max-width: 820px) {
	#index #about .about-blk:nth-of-type(1),
	#index #about .about-blk:nth-of-type(2) {
		width: 100%;
		max-width: 100%;
		max-height: 100%;
		background: url(../images/bg_about_sp.png) no-repeat center bottom / contain;
	}

	#index #about .about-blk:nth-of-type(1) {
		margin: 0;
		padding: 0 0 80px;
	}

	#index #about .about-blk:nth-of-type(2) {
		margin: -30px 0 100px;
		padding: 0 0 130px;
	}
}

#index #about .about-blk figure {
	width: 49%;
}

@media (max-width: 820px) {
	#index #about .about-blk figure {
		width: 100%;
	}
}

#index #about .about-blk:nth-of-type(1) figure {
	margin: 0 20px 0 0;
}

#index #about .about-blk:nth-of-type(2) figure {
	margin: 0 0 0 10px;
}

@media (max-width: 820px) {
	#index #about .about-blk:nth-of-type(1) figure,
	#index #about .about-blk:nth-of-type(2) figure {
		margin: 0 0 30px;
	}
}

#index #about .about-blk > div {
	width: 37%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 820px) {
	#index #about .about-blk > div {
		width: 50%;
		margin: 0 auto;
		padding: 0 0 30px;
	}
}

@media (max-width: 480px) {
	#index #about .about-blk > div {
		width: 72%;
		padding: 0;
	}
}

#index #about .about-blk h3 {
	font-size: 2.4rem;
	line-height: 1.5;
	margin: 0 0 20px;
}

#index #about .about-blk p {
	font-size: 2.0rem;
	line-height: 1.8;
}

@media (max-width: 1200px) {
	#index #about .about-blk h3 {
		font-size: 2rem;
	}

	#index #about .about-blk p {
		font-size: 1.7rem;
		line-height: 1.6;
	}
}

#index #about .btn a {
	width: 300px;
	height: 62px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #236BA3;
	font-size: 2.4rem;
	margin: 0 auto;
	background: #fff;
	border-radius: 31px;
}

#index #about .btn a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #236BA3;
	position: absolute;
	right: 23px;
	top: 28px;
}

#index #about .inner > figure img {
	position: absolute;
	width: 240px;
	left: 80px;
	top: -160px;
}

@media (max-width: 1200px) {
	#index #about .inner > figure img {
		left: 0;
		top: -200px;
	}
}

@media (max-width: 820px) {
	#index #about .inner > figure img {
		width: 168px;
		left: auto;
		right: 0;
		top: -180px;
	}
}

#index #shop {
	background: #F2F9FF url(../images/bg_shop.png) center center;
	padding: 110px 0 100px;
}

@media (max-width: 1199px) {
	#index #shop {
		padding: 80px 0;
	}
}

@media (max-width: 480px) {
	#index #shop {
		padding: 80px 0 10px;
	}
}

#index #shop .inner {
	max-width: 920px;
}

#index #shop h2 {
	width: 222px;
	margin: 0 auto 40px;
}

@media (max-width: 480px) {
	#index #shop h2 {
		width: 150px;
	}
}

#index #shop .shop-blk {
	margin: 0 auto 102px;
	z-index: 2;
}

@media (max-width: 480px) {
	#index #shop .shop-blk {
		margin: 0 auto 80px;
	}
}

#index #shop .shop-blk {
	justify-content: center;
	gap: 20px;
}

#index #shop .shop-blk li {
	width: calc((100% - 40px) / 3);
}

@media (max-width: 480px) {
	#index #shop .shop-blk li {
		width: 100%;
	}
}

#index #shop figure {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

#index #shop figure img {
	position: absolute;
}

#index #shop figure img.fig01 {
	width: 180px;
	right: 0;
	top: -70px;
}

#index #shop figure img.fig02 {
	width: 177px;
	left: -194px;
	bottom: 520px;
}

#index #shop figure img.fig03 {
	width: 177px;
	right: -177px;
	bottom: -260px;
	z-index: 3;
}

#index #shop figure img.star01 {
	width: 32px;
	right: 300px;
	top: -40px;
}

#index #shop figure img.star02 {
	width: 72px;
	left: 220px;
	top: 30px;
}

#index #shop figure img.star03 {
	width: 72px;
	right: -10px;
	top: 180px;
}

#index #shop figure img.star04 {
	width: 146px;
	right: 100px;
	bottom: -170px;
}

#index #shop .instagram {
	z-index: 3;
	margin: 0 0 40px;
}

@media (max-width: 480px) {
	#index #shop .instagram {
		display: none;
	}
}

#index #shop .instagram a {
	display: flex;
	justify-content: center;
	font-family: 'Yusei Magic', sans-serif;
	font-size: 1.9rem;
	color: #ffffff;
}

#index #shop .instagram .balloon {
	position: relative;
	display: inline-block;
	margin-right: 18px;
	padding: 9px 12px 0;
	min-width: 130px;
	max-width: 100%;
	background: #fb9327;
	border-radius: 20px;
}

#index #shop .instagram .balloon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 98%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fb9327;
}

#index #shop .instagram .balloon p {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#index #shop .logo_instagram {
	max-width: 50px;
	vertical-align: middle;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, .5));
}

#index #shop .logo_instagram:hover {
	filter: none;
}


@media (max-width: 1200px) {
	#index #shop figure img.star04 {
		right: 180px;
	}
}

@media (max-width: 820px) {
	#index #shop figure img.fig01 {
		width: 78px;
		right: 20px;
		top: -30px;
	}

	#index #shop figure img.fig02,
	#index #shop figure img.fig03 {
		display: none;
	}


	#index #shop figure img.star01 {
		width: 9px;
		right: 50%;
		top: -30px;
	}

	#index #shop figure img.star02 {
		width: 20px;
		left: 50px;
		top: -10px;
	}

	#index #shop figure img.star03 {
		width: 20px;
		right: 90px;
		top: 40px;
	}

	#index #shop figure img.star04 {
		width: 34px;
		right: 0;
		bottom: 130px;
		display: none;
	}
}

#index #shop .card {
	width: 1200px;
	margin: 0 0 0 -140px;
	background: #fff;
	border: 12px solid #88B929;
	border-radius: 12px;
	text-align: center;
	font-family: 'Yusei Magic', sans-serif;
	font-size: 3.2rem;
	padding: 0 0 40px;
}

@media (max-width: 1199px) {
	#index #shop .card {
		width: 100%;
		margin: 0;
		border: 8px solid #88B929;
		border-radius: 20px;
		font-size: 1.8rem;
		padding: 0 0 40px;
	}
}

#index #shop .card:after {
	content: '';
	display: inline-block;
	width: 163px;
	height: 192px;
	background: url(../images/fig_card.png) no-repeat center center / contain;
	position: absolute;
	right: 70px;
	top: -74px;
	z-index: 2;
}

@media (max-width: 1199px) {
	#index #shop .card:after {
		width: 77px;
		height: 91px;
		right: 5px;
	}
}

#index #shop .card h3.pc {
	width: 587px;
	height: 87px;
	margin: -44px auto 20px;
}

@media (max-width: 1199px) {
	#index #shop .card h3.pc {
		display: none;
	}

	#index #shop .card h3.sp {
		display: block;
		width: 248px;
		height: 59px;
		margin: -30px auto 20px;
	}
}

#index #shop .card .lead {
	color: #FC9201;
	margin: 0 0 16px;
}

#index #shop .card .bnr a {
	display: block;
	width: 1125px;
	margin: 0 auto 20px;
	height: 218px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
	border-radius: 109px;
	z-index: 2;
}

@media (max-width: 1199px) {
	#index #shop .card .bnr a {
		width: 292px;
		height: 180px;
		margin: 0 auto 20px;
		border-radius: 10px;
	}
}

#index #shop .card ul {
	display: inline-block;
	font-size: 2.8rem;
	line-height: 1.43;
	text-align: left;
}

#index #shop .card li {
	padding: 0 0 0 36px;
	margin: 0 0 10px;
}

#index #shop .card li:before {
	content: '';
	display: inline-block;
	width: 31px;
	height: 29px;
	background: url(../images/ico_card_list.png) no-repeat center center / contain;
	position: absolute;
	left: 0;
	top: 5px;
}

@media (max-width: 1199px) {
	#index #shop .card ul {
		font-size: 1.5rem;
		width: 90%;
		margin: 0 auto;
	}

	#index #shop .card li {
		padding: 0 0 0 20px;
	}

	#index #shop .card li:before {
		width: 17px;
		height: 16px;
		top: 5px;
	}
}

#index #shop .card li .small {
	font-size: 2rem;
}

@media (max-width: 1199px) {
	#index #shop .card li .small {
		font-size: 1.2rem;
	}
}

#index #shop .card li .orange {
	color: #FC9201;
}

@media (max-width: 1199px) {
	#index #shop .card .notes {
		width: 90%;
		margin: 0 auto;
		text-align: left;
	}
}

#index #request {
	background-color: #FFFDF4;
	background-image: url(../images/bg_request.svg);
	background-position: center top;
	background-size: 31px 10px;
}

@media (max-width: 480px) {
	#index #request {
		padding: 30px 0;
	}
}

#index #request figure {
	width: 90%;
	max-width: 1050px;
	margin: 0 auto;
}

#index #faq {
	background: #ACD7F2 url(../images/bg_faq.png) center top;
	padding: 110px 0 240px;
}

@media (max-width: 480px) {
	#index #faq {
		padding: 80px 0 120px;
	}
}

#index #faq .inner {
	max-width: 900px;
}

#index #faq h2 {
	width: 349px;
	margin: 0 auto 40px;
}

@media (max-width: 480px) {
	#index #faq h2 {
		width: 154px;
		margin: 0 auto 20px;
	}
}

#index #faq dl {
	z-index: 3;
	align-items: flex-start;
}

#index #faq dt,
#index #faq dd {
	border: 3px solid #2DC0F4;
	border-radius: 25px;
}

@media (max-width: 480px) {
	#index #faq dt,
	#index #faq dd {
		font-size: 1.6rem;
	}
}

#index #faq dt {
	background: #E8F9FF;
	border: 3px solid #2DC0F4;
	border-radius: 25px;
	display: flex;
	align-items: center;
	padding: 9px 0 9px 54px;
	margin: 0 0 15px;
	cursor: pointer;
}

@media (max-width: 480px) {
	#index #faq dt {
		padding: 9px 70px 9px 54px;
	}
}

#index #faq dt:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/ico_faq_open.png) no-repeat center center / contain;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
}

#index #faq dt.open:after {
	height: 4px;
	background: url(../images/ico_faq_close.png) no-repeat center center / contain;
}

#index #faq dd {
	background: #fff;
	padding: 9px 80px 9px 54px;
	margin: -10px 0 15px;
}

@media (max-width: 480px) {
	#index #faq dd {
		padding: 9px 40px 9px 54px;
	}
}

#index #faq dt:before,
#index #faq dd:before {
	position: absolute;
	left: 27px;
	top: 9px;
}

#index #faq dt:before {
	content: 'Q.';
}

#index #faq dd:before {
	content: 'A.';
}

#index #faq figure {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

#index #faq figure img {
	position: absolute;
}

#index #faq figure img.fig01 {
	width: 174px;
	left: -240px;
	top: 280px;
}

#index #faq figure img.fig02 {
	width: 178px;
	right: -240px;
	top: 560px;
}

#index #faq figure img.star01 {
	width: 89px;
	left: 0;
	top: -80px;
}

#index #faq figure img.star02 {
	width: 148px;
	right: -300px;
	top: 100px;
}

#index #faq figure img.star03 {
	width: 128px;
	left: -370px;
	top: 150px;
}

#index #faq figure img.star04 {
	width: 80px;
	right: -130px;
	top: 350px;
}

#index #faq figure img.star05 {
	width: 148px;
	left: -250px;
	top: 660px;
}

@media (max-width: 1200px) {
	#index #faq figure img.fig02 {
		display: none;
	}

	#index #faq figure img.star02 {
		top: 30px;
		right: 20px;
	}

	#index #faq figure img.star04 {
		right: -40px;
	}
}

@media (max-width: 820px) {
	#index #faq figure img.fig01 {
		display: none;
	}

	#index #faq figure img.star01 {
		width: 20px;
		left: 30px;
		top: 20px;
	}

	#index #faq figure img.star02 {
		width: 34px;
		right: 40px;
		top: -60px;
	}

	#index #faq figure img.star03 {
		width: 20px;
		left: auto;
		right: 0;
		top: 40px;
	}

	#index #faq figure img.star04 {
		width: 20px;
		right: -10px;
		top: 640px;
	}

	#index #faq figure img.star05 {
		width: 44px;
		left: -10px;
		top: 470px;
	}
}

#index main {
	overflow: hidden;/* 20220202修正 */
}

/*----------------------------------------------------------------shop*/
.shop {
	background-color: #ACD7F2;
	background-image: url(../images/bg_shop.svg);
	background-repeat: no-repeat;
	background-position: center 29px;
	background-size: contain;
}

.shop header {
	width: 100%;
	background: url(../images/bg_header_shop.svg) no-repeat top center / contain;
	position: fixed;
	top: 0;
	z-index: 4;
}

.shop header h1.sp {
	margin: 10px 0 15px 5px;
}

.shop header h2 {
	margin: 0 auto;
	width: 90%;
	max-width: 536px;
}

.shop main {
	z-index: 2;
}

.shop .slide-blk {
	width: 850px;
	margin: 344px auto 0;
}

@media (max-width: 820px) {
	.shop .slide-blk {
		width: 90%;
		margin: 280px auto 0;
	}
}

@media (max-width: 480px) {
	.shop .slide-blk {
		width: 90%;
		margin: 170px auto 0;
	}
}

.shop .slide img {
	width: 100%;
	height: 850px;
	object-fit: cover;
	border-radius: 20px;
	border: 1px solid #707070;
}

@media (max-width: 820px) {
	.shop .slide img {
		height: 740px;
		border-radius: 10px;
	}
}

@media (max-width: 480px) {
	.shop .slide img {
		height: 335px;
		border-radius: 10px;
	}
}

.shop .local {
	background: transparent;
	margin: 0 0 40px;
	z-index: 3;
}

.shop section {
	padding: 0;
}

.shop .inner {
	max-width: 960px;
}

.shop #play .inner {
	background: #F2C2D6 url(../images/bg_star.png) center top;
	padding: 47px 30px 20px;
}

@media (max-width: 480px) {
	.shop #play .inner {
		width: 100%;
		padding: 47px 5% 20px;
		background-size: 70%;
	}
}

.shop #play .inner:after {
	content: '';
	display: block;
	width: 100%;
	height: 94px;
	background: url(../images/border_play.svg) no-repeat center center / contain;
	position: absolute;
	left: 0;
	top: -47px;
}

@media screen and (min-width: 1920px) {
	.shop #play .inner:after {
	background: url(../images/border_play.png) no-repeat center center / cover;/* 20220202修正 */
	}
}

@media (max-width: 480px) {
	.shop #play .inner:after {
	height: 60px;
	background: url(../images/border_play.png) no-repeat center center / cover;
	top: -30px;
	}
}

.shop #play h2 {
	width: 150px;
	margin: 0 auto 30px;
}

@media (max-width: 480px) {
	.shop #play h2 {
		width: 120px;
		margin: 0 auto 40px;
	}
}

.shop #play .play-blk > div {
	width: 47%;
	margin: 0 0 30px;
	border-radius: 10px;
	background: #fff;
}

@media (max-width: 480px) {
	.shop #play .play-blk > div {
		width: 100%;
		margin: 0 0 20px;
		padding: 0 0 1px;
	}
}

.shop #play .play-blk > div.new figure:after {
	content: '';
	display: block;
	width: 143px;
	height: 138px;
	background: url(../images/ico_shintoujou.png) no-repeat center center / contain;
	position: absolute;
	top: -28px;
	right: -37px;
}

@media (max-width: 480px) {
	.shop #play .play-blk > div.new figure:after {
		width: 109px;
		height: 106px;
		top: -40px;
		right: 0;
	}
}

.shop #play .play-blk > div figure img {
	width: 100%;
	height: 300px;
	border-radius: 10px 10px 0 0;
	object-fit: cover;
}

.shop #play .play-blk > div h3 {
	margin: 20px 30px;
	font-size: 3rem;
	line-height: 1.466666;
	color: #236BA3;
}

@media (max-width: 480px) {
	.shop #play .play-blk > div h3 {
	font-size: 2rem;
	}
}

.shop #play .play-blk > div p {
	margin: 0 30px 30px;
	font-size: 1.8rem;
	line-height: 1.666666;
}

.shop #price .inner {
	background: #D9F1FF url(../images/bg_price.png) center 30px;
	padding: 57px 30px 40px;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

@media (max-width: 480px) {
	.shop #price .inner {
	background-size: 70%;
	width: 100%;
	}
}

.shop #price h2 {
	width: 223px;
	margin: 40px auto 20px;
}

@media (max-width: 480px) {
	.shop #price h2 {
		width: 140px;
		margin: 0 auto 20px;
	}
}

.shop #price .price-tbl figure {
margin: 0 65px 40px;
}

@media (max-width: 480px) {
	.shop #price .price-tbl figure {
		margin: 0 0 20px;
	}
}

.shop #price .price-tbl p.notes {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-size: 1.8rem;
	font-weight: 500;
	background: #fff;
	border: 2px solid #000;
	border-radius: 10px;
	margin: 0 65px 20px;
}

@media (max-width: 480px) {
	.shop #price .price-tbl p.notes {
		height: 20px;
		font-size: 1rem;
		border: 1px solid #000;
		border-radius: 5px;
		margin: 0 0 20px;
	}
}

.shop #price .price-tbl p.notes:before {
	content: '※';
}

.shop #price .price-tbl ul.notes {
	margin: 0 65px 30px;
}

@media (max-width: 480px) {
	.shop #price .price-tbl ul.notes {
		margin: 0 0 20px;
	}
}

.shop #price .price-tbl li {
	font-size: 1.6rem;
	line-height: 1.75;
	padding: 0 0 0 1em;
}

@media (max-width: 480px) {
	.shop #price .price-tbl li {
		font-size: 1.4rem;
	}
}

.shop #price .price-tbl li:before {
	content: '※';
	position: absolute;
	left: 0;
}

.shop #price .request_wrap {
	background-color: #fff;
	border: 5px #212121 solid;
	padding: 40px 50px;
	margin: 0 0 30px;
}

@media (max-width: 480px) {
	.shop #price .request_wrap {
		border: 1px #212121 solid;
		padding: 20px 15px;
		margin: 0 0 54px;
	}
}

.shop #price .request_title {
	max-width: 610px;
	margin: 0 auto 20px;
}

.shop #price .request_wrap li {
	font-family: "Yusei Magic", sans-serif;
	font-size: 1.8rem;
	line-height: 1.6667;
	padding: 0 0 0 1em;
}

@media (max-width: 480px) {
	.shop #price .request_wrap li {
		font-size: 1.6rem;
	}
}

.shop #price .request_wrap li:before {
	content: '・';
	position: absolute;
	left: 0;
}

.shop .calendar {
	margin: 0 30px;
}

@media (max-width: 480px) {
	.shop .calendar {
		margin: 0;
	}
}

.shop .calendar h3 {
	/*width: 315px;*/
	width: 420px;
	margin: 0 auto 36px;
}


@media (max-width: 480px) {
	.shop .calendar h3 {
		width: 270px;
		margin: 0 auto 12px;
	}
}

@media (max-width: 480px) {
	.shop .calendar .wrapper {
		width: 100%;
	}
}

.shop .calendar .wrapper {
	justify-content: center;
}

.shop .calendar figure {
	text-align: center;
	width: calc(50% - 25px);
	margin: 0 0 20px;
}

.shop .calendar figure:nth-of-type(1) {
	margin: 0 50px 20px 0;
}

@media (max-width: 480px) {
	.shop .calendar figure {
		width: 100%;
	}

	.shop .calendar figure:nth-of-type(1) {
		margin: 0 0 20px;
	}
}

.shop .calendar figcaption {
	font-size: 2.1rem;
	font-weight: 900 !important;
	margin: 0 0 10px;
}

.shop .calendar .notes {
	font-size: 2.1rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
}

@media (max-width: 480px) {
	.shop .calendar .notes {
		font-size: 1.4rem;
	}
}

.shop .calendar .notes:before {
	content: '※';
}

.shop .calendar .color {
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}

@media (max-width: 480px) {
	.shop .calendar .color {
		font-size: 1.8rem;
	}
}

.shop #shop-info {
	margin: 0 0 50px;
	z-index: 3;
}

.shop #shop-info .inner {
	background: #fff;
	padding: 30px 30px 80px;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	border-radius: 0 0 20px 20px;
}

@media (max-width: 1199px) {
	.shop #shop-info .inner {
		padding: 80px 0;
	}
}

@media (max-width: 480px) {
	.shop #shop-info .inner {
		padding: 40px 0;
		width: 100%;
		border-radius: 0;
		filter: none;
	}
}

.shop #shop-info h2 {
	width: 464px;
	margin: 0 auto 40px;
}

@media (max-width: 480px) {
	.shop #shop-info h2 {
		width: 208px;
		margin: 0 auto 20px;
	}
}

.shop #shop-info .info-blk {
	margin: 0 0 40px;
}

@media (max-width: 820px) {
	.shop #shop-info .info-blk {
		width: 90%;
		margin: 0 auto 40px;
	}
}

@media (max-width: 480px) {
	.shop #shop-info .info-blk {
		width: 100%;
		margin: 0 0 20px;
	}
}

.shop #shop-info .info-blk > div {
	width: 50%;
}

.shop #shop-info .map {
	position: relative;
	height: 0;
	padding-top: 75%;
}

.shop #shop-info .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media (max-width: 480px) {
	.shop #shop-info .info-blk > div {
		width: 90%;
		margin: 0 auto 20px;
	}
}

.shop #shop-info dl {
	width: 46.666666%;
	font-size: 1.8rem;
	font-weight: 500;
}

@media (max-width: 480px) {
	.shop #shop-info dl {
		display: flex;
		width: 90%;
		margin: 0 auto;
	}
}

.shop #shop-info dt {
	width: 5em;
	margin: 0 0 10px;
}

.shop #shop-info dd {
	width: calc(100% - 5em);
	margin: 0 0 10px;
}

.shop #shop-info dd.btn_line {
	width: 360px;
}

.shop #shop-info dd .notes {
	display: block;
	font-size: 1.4rem;
	margin: 0 0 0 -6.42857em;
}

@media (max-width: 480px) {
	.shop #shop-info dd .notes {
	font-size: 1.2rem;
	margin: 0 0 0 -6.42857em;
	}
}

.shop #shop-info dd li {
padding: 0 0 0 1em;
}

.shop #shop-info dd li:before {
content: '・';
position: absolute;
left: 0;
}

.shop #shop-info .sns {
	justify-content: center;
}

@media (max-width: 480px) {
	.shop #shop-info .sns {
		display: flex;
	}
}

.shop #shop-info .sns li {
	margin: 0 15px;
}

.shop #link {
	margin: 0 0 150px;
}

@media (max-width: 480px) {
	.shop #link {
		margin: 0 0 74px;
	}
}


.shop #link h2 {
	width: 151px;
	margin: 0 auto 30px;
}

@media (max-width: 480px) {
	.shop #link h2 {
		width: 90px;
		margin: 0 auto 20px;
	}
}

.shop #link > .wrapper {
	justify-content: center;
}

@media (max-width: 820px) {
	.shop #link > .wrapper {
		width: 90%;
		margin: 0 auto;
	}
}

@media (max-width: 480px) {
	.shop #link > .wrapper {
		width: 288px;
		margin: 0 auto;
	}
}

.shop #link > .wrapper li {
	margin: 0 10px;
}

@media (max-width: 820px) {
	.shop #link > .wrapper li {
		width: calc(100% / 3);
	}
}

@media (max-width: 480px) {
	.shop #link > .wrapper li {
		width: 100%;
		margin: 0 0 20px;
	}
}

.shop footer {
	padding: 0 0 40px;
	background: transparent;
}

@media (max-width: 480px) {
	.shop footer {
		position: relative;
		padding: 54px 0 10px;
	}
}

.shop footer:before {
	display: none;
}

@media (max-width: 480px) {
	.shop footer:before {
		display: block;
	}
}

.shop .bus-blk {
	width: 100%;
	height: 250px;
	position: fixed;
	bottom: 0;
	background: #88B929;
}

@media (max-width: 480px) {
	.shop .bus-blk {
		height: 180px;
		position: absolute;
	}
}


.shop .bus-blk:before {
	content: '';
	display: block;
	width: 100%;
	height: 30px;
	background: url(../images/bg_footer.png) repeat-x center top;
	position: absolute;
	top: -30px;
}

.shop .bus {
	width: 284px;
	height: 175px;
	position: absolute;
	top: -120px;
	right: 0;
	animation : bus 5s linear infinite;
}

@media (max-width: 480px) {
	.shop .bus {
		display: block;
		width: 128px;
		height: 79px;
		top: -75px;
		animation : bus 5s linear infinite;
	}
}

@keyframes bus {
   0% { transform: translateX(0)}
   100% { transform: translateX(-100vw)}
}


/*---------- 20230301追加 ----------*/
.shop #poster {
	margin-top: 150px;
	padding: 0 0 180px;
	}
	
	.shop #poster img{
	border: solid 1px #000;
	border-radius: 10px;
	}
	
	@media (max-width: 480px) {
		.shop #poster {
		margin-top: 90px;
		padding: 0 0 100px;
		}
		.shop #poster img{
		border: solid 1px #000;
		}
	}
	
	.shop #poster .inner {
	max-width: 1050px;
	}
	
	/*---------- 20230301追加ここまで ----------*/


h3 {
	font-weight: 500;
}

.btn {
	font-weight: 500;
}

.nowrap {
	white-space: nowrap;
}

