#wrap {
	z-index: 5;
}

a.boomlink {
	display: flex;
	align-items: center;
	padding: 8px 9px;
	width: 180px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #ffffff;
	justify-content: space-around;
	border-radius: 50px;
	color: #4a4a4a;
	letter-spacing: 0.15em;
	font-size: max(1.1 * (1vw + 1vh) / 2, 14px);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	border: #acacac 1px solid;
}

a.boomlink:hover {
	background: #a56e74;
	border: #ffffff 1px solid;
}

a.boomlink:hover span {
	color: #ffffff;
}

a.boomlink:hover svg {}

a.boomlink span {
	color: #a56e74;
	font-size: max(1*(1vw + 1vh) / 2, 14px);
	font-weight: 600;
}

a.boomlink:hover svg {
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(90deg);
	border-radius: 50%;
	background: #ffffff;
	fill: #a56e74;
}

a.boomlink svg {
	width: 16px;
	aspect-ratio: 1/1;
	margin-left: 10px;
	fill: #ffffff;
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(90deg);
	transition: all 0s ease-in-out;
	-webkit-transition: all 0s ease-in-out;
	background: #a56e74;
	border-radius: 50%;
	padding: 8px;
}

/* section */
section {
	padding: 5vw 0 2vw;
}

section>* {
	z-index: 3;
}

section .title_box {
	padding-bottom: 3vw;
	font-style: italic;
	font-size: 38px;
}

section .clip {
	margin: auto;
	width: 100%;
}

section .clip img {
	height: 100%;
}

section .clip iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

section .clip video {
	width: auto;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

/* product_sub_list */
#product_sub_list>div {
	margin: auto;
	width: 100%;
}

#product_sub_list li {
	width: 210px;
	display: block;
}

#product_sub_list li .clip {
	height: 210px;
	-webkit-clip-path: url(#clip_sub_product);
	clip-path: url(#clip_sub_product);
}

#product_sub_list li h3 {
	font-weight: 300;
}

/* product_list */
#product_list {
	width: 600px;
}

#product_list li .clip {
	height: 690px;
	-webkit-clip-path: url(#clip_product);
	clip-path: url(#clip_product);
}

#product_list li .info_box {
	width: 367px;
	height: 228px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 367 228'%3E%3Cpath d='M367.78 126C374 16.84 244.78 11.74 169 1.62c-30.92-4.22-65.18-.49-89.25 18.28-10.07 8.27-21.49 9.51-30.69 14.7-10.8 7-24 26.55-31.88 38.77-20.79 30.78-25.12 73.93 3.58 101.93 42.82 40.82 125.08 59.41 182.75 51.15 18.44-2.61 31-8 48.42-10.85 17.13-1.86 30.89-3.56 48.43-10.85 33.48-12.81 54.43-40.22 67.42-78.75z' fill='%23f4ece5'/%3E%3C/svg%3E") no-repeat center / 100%;
	bottom: 0;
	left: 0;
}

#product_list li .info_box>div {
	margin: auto;
	width: 80%;
}

#product_list li .info_box h3 {
	height: auto;
	font-size: 20px;
}

#product_list li .info_box p {
	margin-right: 10px;
	font-weight: 300;
}

#product_list li .info_box p:first-letter {
	margin-right: 2px;
	font-size: 12px;
}

/* about_area */
#about_area {
	z-index: 5;
	padding: 100px 0 150px;
	background: #a56e74;
}

#about_area h3,
#about_area h2,
#book_area h3,
#book_area h2 {
	color: #ffffff;
}

#about_area p,
#book_area p {
	color: #eae1e2;
	line-height: 180%;
}

#about_area .temptext {
	height: 186px;
}

#about_area #about_info {
	margin-top: 150px;
	padding-bottom: 0px;
}

#about_area .title_box {
	padding-bottom: 0;
}

#about_area h2 {}

#about_area article {
	margin-bottom: 30px;
	line-height: 210%;
	letter-spacing: 2px;
	font-weight: 400;
	height: 400px;
}

#about_area .magJlink {
	display: flex;
	align-items: center;
	position: relative;
	bottom: 0;
	width: 160%;
	left: 2%;
}

#about_area .gatext {
	color: #ffffff;
	margin-left: 15px;
	font-weight: 100;
	color: #eae1e2;
}

#about_area .magJlink:before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 1px;
	background: rgb(255 255 255 / 35%);
	left: -11vw;
	margin-top: -111px;
}

#about_area .clip {
	-webkit-clip-path: url(#clip_about);
	clip-path: url(#clip_about);
}

#about_area .about_sub_1 {
	width: 25%;
	top: 10vw;
	left: 3vw;
}

#about_area .about_sub_1 img {
	border-radius: 0 0px 0px 70px;
}

#about_area .about_sub_1 .clip {
	-webkit-clip-path: url(#clip_about_sub_1);
	clip-path: url(#clip_about_sub_1);
}

#about_area .about_sub_2 {
	width: 470px;
	top: -26vw;
	right: 14vw;
}

#about_area .about_sub_2 .clip {
	-webkit-clip-path: url(#clip_about_sub_2);
	clip-path: url(#clip_about_sub_2);
}

#about_area .about_sub_3 {
	width: 300px;
	bottom: -11vw;
	left: 35vw;
}

#about_area .about_sub_3 .clip {
	-webkit-clip-path: url(#clip_about_sub_3);
	clip-path: url(#clip_about_sub_3);
}

#about_area #about_img {
	right: 2vw;
	position: absolute;
	top: 0;
	width: 27%;
}

#about_area #about_img:before {
	content: "";
	position: absolute;
	width: 85%;
	aspect-ratio: 1/1;
	background: url(/images/44/flymlogo.png);
	background-size: contain;
	background-repeat: no-repeat;
	left: -44%;
	top: -62px;
	opacity: 0.5;
	animation: opacity-animation 4s infinite;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

@keyframes opacity-animation {
	0% {
		opacity: 0.5;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0.5;
	}
}

#about_area .papaimg {
	display: flex;
	width: 100%;
}

#about_area .papaimg .slick-list {
	width: 100%;
	display: flex;
	flex-direction: column;
}

#about_area .papaimg .slick-list .item {
	display: flex;
	justify-content: flex-end;
}

#about_area .papaimg .slick-list .slick-slide img {
	border-radius: 0 70px 0 0;
}

.flybumm {
	position: absolute;
	right: 10%;
	margin-top: -95px;
}

/* custom_area */
#custom_area .parallax_svg.top {
	background: url(/images/44/gdncum_bg.png);
	background-color: #eaeff6;
	height: 190px;
}

#custom_area .parallax_svg.bottom {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 64' preserveAspectRatio='none'%3E%3Cpath d='M0 0v47.33c90-24.285 138.35-6.45 203.49 2.259 59.67 7.998 119.29-10.198 179.14-5.869 78.82 5.09 135.28 41.99 217.6 1.58C642.18 29.403 664 21.125 721.67 25.674c164.07 15.317 329.57-33.862 490.92-5.169C1289.4 32.143 1360.67 72.834 1440 47.38V0H0z' fill='%23E2CEBC'/%3E%3C/svg%3E");
}

#custom_area ul li>div {
	margin: auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#custom_area ul li .Jmitem {
	width: 90%;
}

#custom_area ul li .clip {
	display: flex;
	flex-direction: column;
	align-items: center;
	aspect-ratio: 1/1;
	background: #f5f5f5;
	border-radius: 50%;
	justify-content: center;
	margin: 23px 0px 12px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#custom_area ul li .clip:before {
	content: "";
	position: absolute;
	width: 100%;
	aspect-ratio: 1/1;
	border: #a56e74 2px dotted;
	border-radius: 50%;
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	z-index: -1;
}

#custom_area ul li:hover .clip {
	background: #a56e74;
}

#custom_area ul li:hover img {
	filter: brightness(2222);
}

#custom_area ul li:hover .clip:before {
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

#custom_area ul li {
	margin: 0 10px;
}

#custom_area ul li .clip img {
	width: 87px;
	aspect-ratio: 1/1;
	object-fit: contain;
}

#custom_area ul li h3 {
	margin: 10px 0 5px;
	font-size: max(1.3*(1vw + 1vh) / 2, 16px);
}

#custom_area ul li article {
	font-weight: 300;
	font-size: 14px;
	overflow: hidden;
	margin: 10px 0 60px;
	height: 66px;
	text-align: center;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/*timeJ_area*/

#timeJ_area {
	background-image: url(/images/44/cnbg.png);
	padding-bottom: 90px;
}

#timeJ_area .tmeJbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#timeJ_area .tmeJbox .tmeleftbox {
	display: flex;
	flex-direction: column;
	width: 70%;
}

#timeJ_area .tmeJbox .tmerightbox {
	display: flex;
	flex-direction: column;
	width: 25%;
}

#timeJ_area .wembtitleJ.pink h2:before {
	left: 19px;
	top: -16px;
}

#timeJ_area .wembtitleJ.pink h2:after {
	left: 0;
	top: -16px;
}

#timeJ_area .tminfo {
	padding: 13px;
}

#timeJ_area .tminfo .nomtixe {
	margin-bottom: 20px;
	padding-top: 18px;
}

#timeJ_area .tminfo .nomtixe:before {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	background: #a56e74;
}

#timeJ_area .tminfo .tmable {
	margin-bottom: 25px;
}

#timeJ_area .tminfo .tmable h5 {
	color: #a56e74;
	font-size: max(1.5*(1vw + 1vh) / 2, 16px);
	margin-bottom: 10px;
}

#timeJ_area .tminfo .tmable .mtimename {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}

#timeJ_area .tminfo .tmable .mtimename p {
	margin-right: 10px;
}

/* news_area */
#book_area li {
	position: relative;
	-moz-transform: scale(0.94);
	-webkit-transform: scale(0.94);
	-o-transform: scale(0.94);
	-ms-transform: scale(0.94);
	transform: scale(0.94);
	transition: all linear 0.3s;

}

#book_area li:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 150px 15px 150px 15px;
	border: #e37d8c 1px solid;
	top: 15px;
	z-index: 2;
}


#book_area .slick-slider *,
#book_area .slick-slider {}

#book_area .slick-slider a.atag_item {
	z-index: 9;
}

#book_area li.slick-current {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1.2);
	z-index: 1;
	margin: 0 55px;
}

#book_area li .pos_rel {
	display: flex;
	flex-direction: column;
}

#book_area li:after {
	content: "";
	position: absolute;
	width: 51%;
	height: 50px;
	background: #c99191;
	top: 0px;
	z-index: -1;
	right: 11%;
	border-radius: 20px;
}

#book_area li.slick-current:after {
	content: "";
	position: absolute;
	width: 51%;
	height: 50px;
	background: #c99191;
	top: -23px;
	z-index: -1;
	right: 11%;
	border-radius: 20px;
}

#news_area li .img_box,
#book_area li .img_box {
	border-radius: 150px 15px 150px 15px;
	background-color: #f9f9f9;
}

#book_area li .img_box svg {
	height: 597px;
}

#book_area .arrowbox {
	position: absolute;
	z-index: 5;
	display: flex;
	width: 540px;
	justify-content: space-between;
	top: 56%;
}

#book_area .arrowbox .arrow_btns_box {
	display: flex;
	background: #c0807f;
	padding: 10px;
	border-radius: 50%;
	cursor: pointer;
}

#book_area .arrowbox .arrow_btns_box svg {
	fill: #ffffff;
}

#book_area .arrowbox .arrow_btns_box .slick-arrow {
	width: 27px;
}

#book_area .arrowbox .arrow_btns_box .slick-arrow.prev {
	transform: scalex(-1);
}

#news_area li .info_box {
	margin: 10px 15px 0;
}

#news_area li .time {
	width: 65px;
	font-weight: 400;
	font-size: 13px;
}

#news_area li .more_btn {
	margin-left: 10px;
	padding: 2px 15px;
	max-width: calc(100% - 105px);
	height: 22px;
	font-weight: 100;
	font-size: 13px;
	z-index: 6;
}

#news_area li h3 {
	margin-top: 10px;
	height: 60px;
	line-height: 150%;
	font-size: 20px;
	-webkit-line-clamp: 2;
}

/* book_area */
#book_area {
	padding: 65px 0 160px;
	background-color: #a56e74;
	margin-top: -1px;
}

#book_area:before {
	content: "";
	width: 300px;
	aspect-ratio: 4/3;
	position: absolute;
	right: -52px;
	top: -77px;
	background: url(/images/44/leafe.png);
	background-size: contain;
	background-repeat: no-repeat;
	transform-origin: top right;
	animation: rotate 3s linear infinite;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(10deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

#book_area .bg_box:before {
	background: url(/images/44/boombg.png);
	background-repeat: no-repeat;
	bottom: 0;
	height: 75%;
}

#book_area .bg_box:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 53%;
	background: #eaeff6;
	bottom: 0;
}

#book_area li h3 {
	margin-top: 10px;
	height: 30px;
	font-size: 18px;
	/* display: none; */
	position: absolute;
	width: 100%;
	bottom: -51px;
	color: #3d3d3d;
}

#book_area .workframe {
	width: min(90%, 1280px);
	padding-top: 162px;
}

#book_area .wembtitleJ {
	position: absolute;
	top: 0;
	right: 10%;
}

#book_area .slick-list {
	overflow: visible;
	display: flex;
	flex-direction: column;
}

#book_area .slick-list .slick-track {
	display: flex;
	/* flex-direction: column; */
}

/*map_area*/

#map_area {
	position: relative;
	background: #eaeff6;
	padding: 60px 0 110px;
	margin-top: -1px;
}

#map_area:before {
	content: "";
	position: absolute;
	width: 70px;
	height: 80%;
	background: #a56e74;
	top: 10%;
	border-radius: 0px 30px 30px 0px;
	left: -27px;
	z-index: 6;
}

#map_area:after {
	content: "";
	position: absolute;
	width: 38%;
	height: 88%;
	background: #a56e74;
	background-image: url(/images/44/mapJJimg.jpg);
	top: 0%;
	border-radius: 0px 30px 30px 0px;
	right: -27px;
	z-index: 0;
	border-radius: 0px 0px 0px 50px;
}

#map_area .maspoitem {
	display: flex;
}

#map_area .masleftbox {
	width: 50%;
	display: flex;
	flex-direction: column;
}

#map_area .masrightbox {
	width: 50%;
	display: flex;
}

#map_area .masinfo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 10px;
	padding-top: 10px;
}

#map_area .masinfo:before {
	content: "";
	position: absolute;
	width: 50%;
	height: 1px;
	background: #cecece;
	z-index: -1;
	left: 0%;
	margin-top: -10px;
}

#map_area .masinfo .mainfoitem {
	display: flex;
	flex-direction: column;
	width: 31%;
	margin-bottom: 10px;
}

#map_area .masinfo .mainfoitem h4 {
	font-size: max(1.3*(1vw + 1vh) / 2, 16px);
}

#map_area .masinfo .mainfoitem p {
	font-size: max(1*(1vw + 1vh) / 2, 15px);
}

#map_area .masinfo .mainfoitem:nth-child(1),
#map_area .masinfo .mainfoitem:nth-child(3) {
	width: 56%;
}


#map_area .maJmapbox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#map_area .maJmapbox iframe {
	width: 90%;
	height: 400px;
}

/* photo_area */
#photo_area .item {
	width: 260px;
	height: 200px;
}

#photo_area .item img {
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 1026px) {
	#book_area li {
		width: 427px !important;
	}

}

@media screen and (min-width: 1025px) and (max-width: 1471px) {
	#book_area li {
		width: 342px !important;
	}
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
	#book_area li {
		width: 308px !important;
	}
}

@media screen and (max-width: 1470px) {
	#about_area .temptext {
		height: 160px;
	}

	#about_area #about_img:before {
		left: -48%;
		top: -59px;
		width: 78%;
	}

	#book_area:before {
		width: 204px;
		right: -40px;
	}

	#about_area {
		padding: 100px 0 120px;
	}

	#about_area .about_sub_1,
	#about_area .about_sub_2,
	#about_area .about_sub_3 {
		width: 20vw;
	}

	#about_area .about_sub_1 {
		width: 22%;
		left: 5vw;
	}

	#about_area #about_img {
		width: 23%;
		right: 5vw;
	}

	#about_area #about_info {
		margin-top: 78px;
	}

	#about_area article {
		height: 285px;
	}

	#book_area li.slick-current {
		-moz-transform: scale(1.12);
		-webkit-transform: scale(1.12);
		-o-transform: scale(1.12);
		-ms-transform: scale(1.12);
		transform: scale(1.12);
		z-index: 1;
		margin: 0 55px;
	}

	#news_area li .img_box,
	#book_area li .img_box {
		border-radius: 70px 15px 70px 15px;
	}

	#book_area li:before {
		border-radius: 70px 15px 70px 15px;
	}

	#book_area li .img_box svg {
		height: 404px;
	}

	#book_area .workframe {
		width: min(90%, 1024px);
		padding-top: 109px;
	}

	#book_area .arrowbox {
		width: 443px;
		top: 62%;
	}

	#product_list {
		width: 500px;
		margin-left: 30px;
	}

	#product_list li .clip {
		height: 590px;
	}

	#about_area .about_sub_2 {
		top: -20vw;
		right: 6vw;
	}
}


@media screen and (max-width: 1024px) {
	#product_list {
		margin: auto;
	}



	#about_area .magJlink:before {
		margin-top: -19px;
	}

	#about_area .about_sub_1 {
		width: 30%;
		left: -5vw;
	}

	#about_area {
		padding: 85px 0 20px;
	}

	#about_area #about_img {
		width: 32%;
		right: -6vw;
	}



	#book_area .arrowbox {
		width: 422px;
		top: 58%;
	}

	#news_area li h3 {
		height: 30px;
		-webkit-line-clamp: 1;
	}

	#book_area {
		padding: 65px 0 60px;
	}

	#book_area li .img_box svg {
		height: 416px;
	}

	#about_area .magJlink {
		display: flex;
		flex-direction: column;
		width: 100%;
		left: 0;
	}

	#about_area .gatext {
		margin-top: 22px;
		text-align: center;
		margin-left: 0;
	}

	#about_area #about_info {
		margin-top: 24px;
	}

	#map_area:before {
		display: none;
	}

	#map_area .maJmapbox iframe {
		width: 100%;
	}

	#map_area .maspoitem {
		display: flex;
		flex-direction: column;
	}

	#map_area .masleftbox {
		width: 100%;
		padding-bottom: 20px;
	}

	#map_area {
		padding: 60px 0 0px;
	}

	#map_area .masrightbox {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#map_area .maJmapbox {
		width: 100vw;
	}

	#map_area .masinfo .mainfoitem,
	#map_area .masinfo .mainfoitem:nth-child(1),
	#map_area .masinfo .mainfoitem:nth-child(3) {
		width: 100%;
		border-bottom: #dbdbdb 1px solid;
		padding: 12px 0;
	}

	#map_area .masinfo {
		margin-bottom: 20px;
	}

	#map_area .masinfo:before {
		width: 104vw;
		left: -7vw;
	}

	#map_area:after,
	#custom_area .parallax_svg.top {
		display: none;
	}

	#timeJ_area .tmeJbox {
		display: flex;
		flex-direction: column;
	}

	#timeJ_area .tmeJbox .tmeleftbox {
		order: 2;
		width: 100%;
		overflow-x: scroll;
	}

	#timeJ_area .tmeJbox .tmeleftbox img {
		width: 910px;
		max-width: unset;
	}

	#timeJ_area .tmeJbox .tmerightbox {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 980px) {
	#book_area .workframe {
		padding-top: 0;
	}



	#book_area {
		padding: 5px 0 60px;
	}

	#book_area .slick-list .slick-track {
		margin: 43px 0;
	}

	#book_area li.slick-current {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		z-index: 1;
		margin: 0;
	}

	#book_area li .img_box svg {
		height: 400px;
	}

	#book_area .arrowbox {
		top: auto;
		bottom: -82px;
		width: 31%;
		left: 34%;
	}

	#book_area .wembtitleJ {
		position: relative;
	}

	#book_area .bg_box:before {
		display: none;
	}
}

@media screen and (max-width: 980px) {
	section {
		padding-top: 10vw;
	}

	#about_area .temptext {
		height: 150px;
	}

	#book_area:before {
		display: none;
	}

	#product_list {
		width: 500px;
	}

	#product_list li .clip {
		height: 590px;
	}

	#about_area #about_info {
		margin-bottom: 8vw;
	}

	#about_area article {
		width: 66%;
	}

	#about_area .about_sub_2 {
		top: auto;
		bottom: 35vw;
		width: 35vw;
	}

	#about_area .about_sub_3 {
		width: 29vw;
		left: 10vw;
	}
}

@media screen and (max-width: 760px) {
	section {
		padding: 8vw 0 2vw;
	}

	#product_sub_list>div {
		margin: 10px auto 50px;
	}

	#product_sub_list li {
		width: 150px;
	}

	#product_sub_list li .clip {
		height: 150px;
	}

	#product_list {
		width: 70vw;
	}

	#product_list li .clip {
		height: 80vw;
	}

	#product_list li .info_box {
		width: 45vw;
		height: 30vw;
	}
}

@media screen and (max-width: 640px) {
	#book_area .arrowbox {
		bottom: 38%;
		width: 100%;
		left: 0;
	}

	#book_area .slick-slider {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#book_area .bg_box:after {
		height: 46%;
	}

	#book_area .slick-list {
		width: 70%;
	}

	#book_area li .img_box svg {
		height: 500px;
	}

	#book_area .slick-slider li {
		opacity: 0;
	}

	#book_area .slick-slider li.slick-active {
		opacity: 1;
	}
}

@media screen and (max-width: 550px) {
	#product_sub_list li {
		margin: 10px;
		width: 35vw;
	}

	#book_area .arrowbox {}

	#product_sub_list li .clip {
		height: 35vw;
	}

	#product_list {
		width: 90vw;
	}

	#product_list li .clip {
		height: 100vw;
	}

	#product_list li .info_box {
		width: 55vw;
		height: 40vw;
	}

	#about_area #about_img {
		width: 40%;
		right: 0%;
		top: 94px;
	}

	#about_area #about_img:before {
		left: 0%;
		top: -107px;
		width: 101%;
	}

	#about_area article {
		width: 55%;
	}

	#about_area .about_sub_2 {
		bottom: 60vw;
	}

	#news_area li .row {
		margin: auto;
		width: 280px;
	}
}

@media screen and (max-width: 480px) {
	#book_area .wembtitleJ {
		right: 0;
	}

	#book_area li.row {
		margin: auto;
		width: 250px;
	}

	#about_area .pominfo h3 {
		font-size: max(2.4*(1vw + 1vh) / 2, 20px);
		margin-bottom: 19px;
	}

	#about_area article {
		width: 64%;
		height: 172px;
	}

	#about_area .temptext {
		height: 83px;
		-webkit-line-clamp: 3;
	}

	#about_area #about_img {
		width: 32%;
	}

	#about_area .papaimg .slick-list .slick-slide img {
		border-radius: 0 30px 0 0;
	}



	#book_area li .img_box svg {
		height: 475px;
	}

	#book_area .slick-list {
		width: 73%;
	}

	#book_area .slick-slider {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	a.boomlink {
		width: 149px;
	}

	.flybumm {
		margin-top: -84px;
		right: 5%;
	}

	#book_area .arrowbox .arrow_btns_box .slick-arrow {
		width: 28px;
		height: 28px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#book_area .arrowbox .arrow_btns_box .slick-arrow svg {
		width: 15px;
	}

	#book_area .arrowbox .arrow_btns_box {
		padding: 5px;
	}
}

@media screen and (max-width: 450px) {
	#about_area article {
		width: 100%;
	}

	#about_area #about_img {
		position: relative;
		order: 1;
		display: flex;
		flex-direction: column;
		width: 100%;
		margin-top: 90px;
		top: 0;
	}

	#about_area #about_info {
		display: flex;
		flex-direction: column;
	}

	#about_area #about_img:before {
		left: 32%;
		top: -71px;
		width: 45%;
	}

	#about_area .magJlink:before {
		display: none;
	}

	#about_area .temptext {
		height: 80px;
		-webkit-line-clamp: 3;
	}

	#about_area article {
		height: 142px;
	}

	#about_area {
		padding: 60px 0 20px;
	}

	#map_area .masleftbox {
		padding-bottom: 60px;
	}

	#news_area li .img_box,
	#book_area li .img_box {
		border-radius: 90px 15px 90px 15px;
	}

	#book_area {
		padding: 5px 0 20px;
	}
}