/* index.less */
#product_area .list_box ul li {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

@media (min-width:1281px) {
	#product_area .list_box ul li:hover {
		transform: translate(0, -20px);
		-webkit-transform: translate(0, -20px);
	}
}

#book_area .list_box li .img_box:before,
#book_area .list_box li .img_box:after {
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
}

#book_area .list_box li .img_box:after {
	transform-origin: center bottom;
	-webkit-transform-origin: center bottom;
}

@media (min-width:1281px) {

	#book_area .list_box li:hover .img_box:before,
	#book_area .list_box li:hover .img_box:after {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}

#youtube_box a {
	width: 83px;
	height: 83px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-webkit-animation: spineer 2s infinite;
	animation: spineer 2s infinite;
}



/* search_box */
#openform {
	background: rgba(var(--white-rgb), .3);
}

/* section */
section {
	margin: 5vw 0 3vw;
}

section.section_pad {
	padding: 5vw 0;
}

section>* {
	z-index: 3;
}

section .title_box {
	margin-bottom: 30px;
}

section .title_box .area_title {
	font-weight: 400;
	font-size: max(3.3*(1vw + 1vh) / 2, 28px);
	line-height: 100%;
}

section .title_box .sub_title {
	font-weight: 300;
	font-size: 23px;
}

/* bg_box */
.bg_box {
	width: 100%;
	height: 100%;
	background: no-repeat 50% / cover;
	background-attachment: fixed;
	opacity: .3;
	top: 0;
	left: 0;
}

.bg_box:before {
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(var(--primary-rgb), .2);
	content: "";
}

.bg_box.white:before {
	background: rgba(var(--white-rgb), .2);
}

#wrap {
	overflow: hidden;
}

#wrap:before {
	content: "";
	position: absolute;
	width: min(50%, 200px);
	height: 20px;
	background: #ccb397;
	right: 0;
}

/* about_area */
#about_area {
	position: relative;
	margin: 0 0;
	padding: 135px 0;
	background-size: contain;
	background-repeat: no-repeat;
}

section#about_area .title_box {
	margin-top: 30px;
}


#about_area:before {
	content: "";
	position: absolute;
	width: 100%;
	aspect-ratio: 148/105;
	top: 0;
	background: url(/images/40/abbgleftimg.png);
	background-repeat: no-repeat;
}

#about_area:after {
	content: "";
	position: absolute;
	width: 800px;
	aspect-ratio: 1/1;
	bottom: -140px;
	background: url(/images/40/abbgrightimg.png);
	background-repeat: no-repeat;
	background-size: contain;
	right: -440px;
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(45deg);
	bottom: 0;
	right: -640px;
}

#about_area .info_box article {
	margin-bottom: 30px;
	width: 100%;
	line-height: 210%;
	letter-spacing: 1.5px;
	font-weight: 300;
}

/*sogolanJ*/

#sogolanJ {
	background-image: url(/images/40/poimgtext.jpg);
	background-attachment: fixed;
	padding: 150px 0;
	margin: 70px 0 0;
}

#sogolanJ:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	background: #362519c2;
	background-image: url(/images/40/fmlinebg.png);
	background-size: cover;
}

#sogolanJ .soinfo {}

#sogolanJ .soinfo .title_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 60px;
}

#sogolanJ .soinfo * {
	color: #ffffff;
}

#sogolanJ .teexbox {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#sogolanJ .teexbox h3 {
	font-weight: 300;
}

#sogolanJ .teexbox a {
	display: flex;
	align-items: center;
	padding: 10px 30px;
	border: rgb(255 255 255 / 76%) 1px solid;
	border-radius: 50px;
	margin-top: 10px;
}

#sogolanJ .teexbox a:hover {
	background: #57402f;
}


#sogolanJ .teexbox svg {
	width: 18px;
	fill: #ffffff;
	aspect-ratio: 1/1;
	margin-right: 10px;
}

/* product_area */
#product_area {
	overflow: hidden;
	max-width: 100vw;
}

#product_area .slick-list {
	overflow: visible;
}

/* news_area */
#news_area .list_box img {
	height: 320px;
}

#news_area .list_box .info_box {
	padding: 15px 30px;
}

#news_area .list_box .info_box p a {
	margin-right: 10px;
	max-width: calc(100% - 100px);
	font-weight: 400;
	z-index: 2;
}

#news_area .list_box .info_box p .time {
	width: 90px;
	font-weight: 300;
}

#news_area .list_box .info_box h3 {
	height: 34px;
	font-size: 20px;
}

/* book_area */
#book_area .list_box img {
	height: 650px;
}

#book_area .list_box li {
	margin-left: 10px;
}

#book_area .list_box .img_box {
	border: var(--white) solid;
	border-width: 0 1px 1px 0;
}

#book_area .list_box .img_box:before,
#book_area .list_box .img_box:after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ffffff59;
	z-index: 9;
	opacity: .4;
	content: "";
}

#book_area .list_box .img_box:after {
	right: 0;
	bottom: 0;
}

#book_area .list_box .atag_item {
	z-index: 10;
}

#book_area .list_box .badge {
	margin: auto;
	padding: 10px 20px;
	max-width: calc(80% - 40px);
	height: 34px;
	line-height: 36px;
	font-size: max(1.4*(1vw + 1vh) / 2, 16px);
}

/* youtube_box */
#youtube_box {
	min-height: 1px;
	padding-bottom: 30%;
}

#youtube_box a {
	position: absolute;
	background: var(--white);
	display: flex;
	top: 50%;
	left: 50%;
	z-index: 99;
}

#youtube_box a i {
	margin: auto;
	font-size: 30px;
	color: var(--primary);
}

#youtube_box iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}

/* custom_area */
#custom_area {
	margin: 0;
	padding: 5vw 0 5vw;
}

section#custom_area .title_box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#custom_area:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(var(--primary-rgb), .1);
	display: block;
	bottom: 0;
	left: 0;
	opacity: .3;
	content: "";
}

#custom_box {
	padding: 0 0;
}

#custom_box ul {
	display: flex;
	margin-top: 50px;
	flex-wrap: wrap;
}

#custom_box ul li {
	display: flex;
	width: 20%;
	flex-direction: column;
}

#custom_box .cumimgbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
}

#custom_box .cumimgbox img {
	width: 100px;
	aspect-ratio: 1/1;
}

#custom_box li .row {
	margin: 30px 0px;
	padding: 20px 10px 30px;
	display: flex;
	border-bottom: 5px var(--primary) solid;
	flex-direction: column;
	align-items: center;
}

#custom_box li .row h2 {
	font-size: max(1*(1vw + 1vh) / 2, 16px);
	text-align: center;
	font-weight: 400;
}

#custom_box li .row article {
	margin-top: 19px;
	line-height: 200%;
	position: absolute;
	bottom: 14px;
	border-radius: 50px;
	background: #57402f;
	color: aliceblue;
	aspect-ratio: 1/1;
	width: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#custom_box li:hover .row article {
	background: #bf4e2d;
}

@-webkit-keyframes spineer {
	0% {
		-webkit-box-shadow: 0 0 0 0 var(--info);
	}

	70% {
		-webkit-box-shadow: 0 0 0 20px transparent;
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 transparent;
	}
}

@keyframes spineer {
	0% {
		box-shadow: 0 0 0 0 var(--info);
	}

	70% {
		box-shadow: 0 0 0 20px transparent;
	}

	100% {
		box-shadow: 0 0 0 0 transparent;
	}
}

#book_area:after {
	content: "";
	position: absolute;
	width: 800px;
	aspect-ratio: 1/1;
	background: url(/images/40/abbgrightimg.png);
	background-repeat: no-repeat;
	background-size: contain;
	right: -440px;
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(45deg);
	bottom: -120px;
	left: -640px;
}

#book_area .puobox {
	display: flex;
}

#book_area .title_box {
	width: 30%;
	margin-left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

#book_area .cootext {
	margin: 30px 0;
	font-weight: 300;
}

#book_area .list_box {
	position: relative;
	width: 70%;
	right: -13%;
}

@media screen and (min-width: 1281px) {
	#book_area .list_box li:hover .badge {
		background: var(--primary);
		color: var(--white);
	}

	#custom_box li:hover .row {
		box-shadow: 0 4px 17px 0 rgba(var(--black-rgb), .2);
		border-bottom: 5px var(--complement) solid;
	}
}



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

	#about_area {
		padding: 70px 0;
	}

	#about_area:before {
		background-size: 65%;
	}

	#about_area:after {
		background-size: 80%;
		right: -600px;
		background-position: 50% 50%;
		bottom: -125px;
	}

	#about_area .info_box article {
		overflow: hidden;
		height: 135px;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}

	#sogolanJ {
		padding: 70px 0;
	}

	#book_area .list_box img {
		height: 480px;
	}

	#book_area:after {
		left: -598px;
		background-size: 70%;
		background-position: 50%;
	}

	#book_area .list_box {
		right: -10%;
		width: 68%;
	}

	#custom_box .cumimgbox img {
		width: 80px;
	}
}

@media screen and (max-width: 1280px) {
	#custom_box ul li {
		position: relative;
		display: flex;
		flex-direction: column;
		width: 33.3%;
	}

	#book_area .puobox {
		display: flex;
		flex-direction: column;
	}

	#book_area .title_box {
		width: 100%;
	}

	#book_area .list_box {
		right: 0;
		width: 100%;
	}

	#book_area .list_box img {
		height: 310px;
	}

	#about_area {
		padding: 30px 0;
	}

	#sogolanJ {
		padding: 50px 0;
	}


}

@media screen and (max-width: 768px) {
	section {
		margin: 11vw 0 10vw;
	}

	#news_area .list_box .info_box {
		padding: 15px 0;
	}

	#youtube_box {
		padding-bottom: 60vw;
	}

	#custom_box li .row {
		margin: 10px 15px;
		padding: 10px 0 20px;
		border-bottom: 2px #90785d3b solid;
	}

	#custom_box li .row article {
		bottom: -2px;
	}
}

@media screen and (max-width: 640px) {
	#book_area .list_box img {
		height: 65vw;
	}

	#custom_box ul li {
		width: 50%;
	}

	#about_area {
		padding: 60px 0 0;
	}

	#about_area:before,
	#about_area:after,
	#book_area:after {
		display: none;
	}

	#sogolanJ .soinfo .title_box {
		margin-bottom: 30px;
	}

	section .title_box .area_title {
		font-weight: 600;
	}
}

@media screen and (max-width: 480px) {
	#product_area .bgBox {
		width: 100%;
		object-fit: cover;
	}

	#custom_box ul li {
		width: 100%;
	}
}