@charset "UTF-8";

@media screen and (min-width: 2000px) {
	.bk_img::before {
		width: 3000px;
		height: 700px;
		left: calc( calc(3000px - 100%) / 2 * -1);
	}
}
.fix_area_left,
.fix_area_right {
	width: calc( calc(100% - 430px) / 2 );
	position: fixed;
	top: 0;
}
.fix_area_left {
	left: 0;
	bottom: 0;
}
.fix_area_right {
	right: 0;
	bottom: 0;
}
section.event_pc,
section.mall_nav_pc,
.nav_menu_ul {
	width: 100%;
	max-width: 600px;
	margin: 0;
	background: none;
	padding-bottom: 0;
}
.bk_white {
	color: #fff;
	background-color: #9d85c2;
	padding: 2px 10px;
}
.nav_menu_ul .nav-grid__link {
/*	color: #9d85c2;*/
	color: #595757;
	transform: none;
	font-size: 22px;
	font-weight: 300;
}
.menu_sub .nav-grid__link {
	font-size: 14px;
	font-weight: 400;
	color: #595757;
}
.nav-grid__list li span {
	font-weight: 600;
}
.nav-grid__title {
	color: #da5a94;
}
.nav_menu_ul.nav-grid__list li {
	overflow: visible;
}
.nav_menu_ul.nav-grid__list li a {
	position: relative;
}
.nav_menu_ul.nav-grid__list li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 15px;
	background: lab(60 18.71 -28.57 / 0.20);
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform 0.5s;
	z-index: -1;
}
.nav_menu_ul.nav-grid__list li.menu_sub a::after {
	width: calc(100% - 35px);
	left: 35px;
}
.nav_menu_ul.nav-grid__list li a:hover::after {
	transform: scale(1, 1);
 	transform-origin: left top;
}
section.event_pc {
	padding-top: 0;
}
.event_pc p {
	font-size: 15px;
	margin: 20px auto;
}
.event_pc p::after {
	top: -35px;
	left: -10px;
	background-image: url(../img/ico_kuwashiku_pc.svg);
}
.mall_nav_pc h2 {
	width: 85%;
	max-width: 300px;
	margin: auto;
}
.mall_nav_pc h2 img {
	width: 100%;
}
.fix_area_right.pc,
.fix_area_left.pc{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.mall_nav_pc p {
	margin: 20px auto 0;
	text-align: center;
}
.mall_nav_pc p a {
	font-weight: 600;
	text-decoration: underline;
	color: #da5a94;
}
.fix_area_right .section_inner {
	background-color: #fff;
	padding: 50px 0;
	border-radius: 30px;
}

.bk_img::before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background-image: url("../img/fix_left.svg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}
.bk_img::after {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background-image: url("../img/fix_right.svg");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 0;
}

.bk_white.big,
.fix_area_right .big {
	font-size: 18px;
}
.event p::after {
	width: 70px;
	height: 70px;
}
.fix_area_left .section_inner {
	width: 250px;
	padding-bottom: 150px;
}
.stamp {
	padding-top: 30px;
}

@media screen and (min-width: 1200px) {
	.fix_area_right .section_inner {
		width: 75%;
	}
	.event p::after {
		width: 80px;
		height: 80px;
	}
}

@media screen and (min-width: 1500px) {
	.event h3 br:first-of-type,
	.event_pc p br {
		display: none;
	}
	.event_pc p::after {
		top: -60px;
	}
}

@media (hover: hover) and (pointer: fine) {
	.mall_nav_pc .btn_3 a:hover {
		color: #52357e;
		transition: all 0.3s ease 0s;
	}
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  キャラクター挿入
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.chara_w {
	width: calc(calc(100% - 430px) / 2);
	display: block;
	position: fixed;
	height: 100%;
	overflow: hidden;
}
.l_kanna {
	width: 120px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
}
.l_toru {
	bottom: 0;
	width: 200px;
	z-index: -2;
	right: calc(50% - 180px);
}
.l_kobayashi {
	bottom: 0;
	width: 115px;
	z-index: -1;
	left: calc(50% - 102px);
}
.l_eruma {
	bottom: 0;
	width: 125px;
	z-index: 0;
	right: calc(50% - 220px);
}
.l_iruru {
	bottom: 0;
	width: 115px;
	z-index: 0;
	left: calc(50% - 152px);;
}
.l_fafuni-ru {
	bottom: 0;
	width: 125px;
	z-index: -1;
	right: calc(50% - 280px);
}
.l_rukoa {
	bottom: 0;
	width: 121px;
	z-index: -1;
	left: calc(50% - 215px);
}
.l_a-za-do {
	bottom: 0;
	width: 132px;
	z-index: -2;
	left: calc(50% - 320px);
}



/*----------------------------------------------- footer */
.copy {
	padding-bottom: 10px;
}


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

