/* 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;
}

/* header */
header .menu {
	border-bottom: 1px rgba(var(--white-rgb), .2) solid;
}

header.scroll {}

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

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

section.section_pad {
	padding: 5vw 0;
}

section>* {
	z-index: 3;
}

section .title_box {
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

section .title_box .area_title {
	font-weight: 600;
	font-size: max(2.6*(1vw + 1vh) / 2, 23px);
	color: #454444;
}

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);
}

.Jaright-title {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: absolute;
	top: 30px;
	right: 1%;
}

.topmtext {
	display: flex;
	align-items: center;
}

.topmtext svg {
	fill: #d8ae40;
	width: 40px;
	margin-right: 11px;
}

.topmtext span {
	color: #b59b85;
}

.bigtitleJ {
	font-size: max(5 * (1vw + 1vh) / 2, 25px);
	color: #b59b85;
	line-height: 100%;
}

.malabout {
	display: flex;
	flex-direction: column;
	margin: 60px 0 10px;
}

.malabout .maltitle {}

.malabout .maltitle .maltop {
	display: flex;
}

.malabout .maltitle .maltop svg {}

svg#star_icon {
	width: 38px;
	aspect-ratio: 1/1;
	fill: #d8ae40;
	animation: rotate 2s linear infinite;
}

@keyframes rotate {
	from {
		transform: rotateY(0deg);
	}

	to {
		transform: rotateY(360deg);
	}
}

.malabout svg#star_icon {
	margin-right: 15px;
}

.malabout .maltitle .maltop h3 {
	font-size: max(2.6*(1vw + 1vh) / 2, 17px);
}

.malabout .maltitle p {
	font-size: max(1.6*(1vw + 1vh) / 2, 16px);
}

.malabout .malinfo {
	padding: 10px 0;
	margin: 50px 0 80px;
}

.malabout .malinfo p {
	line-height: 190%;
}

.JJbg01 {
	position: absolute;
	width: 100%;
}

.JJbg01 img {
	height: 1230px;
	width: 100%;
}

.JJbg02 {
	position: absolute;
	margin-top: 200px;
	z-index: -1;
	height: 1200px;
}

.JJbg02 img {
	height: 100%;
	animation: move 8s infinite;
	max-width: unset;
}

@keyframes move {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(-500px);
	}

	100% {
		transform: translateX(0);
	}
}

.JJbg03 {
	position: absolute;
	margin-top: 0;
	z-index: -1;
	height: 1200px;
}


.leftstar {
	animation: float 3s ease-in-out infinite;
	position: absolute;
	left: 5%;
}

.leftstar svg#star_icon {
	animation: unset;
}

.rightstar {
	animation: float 4s ease-in-out infinite;
	position: absolute;
	right: 5%;
	bottom: 10%;
}

.rightstar svg#star_icon,
.fmJstar svg#star_icon {
	width: 55px;
	animation: unset;
}

.fmJstar {
	animation: float 8s ease-in-out infinite;
	position: absolute;
	left: 9%;
	top: 40%;
}


@keyframes float {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-20px);
		transform: rotate(3.14159rad);
	}

	100% {
		transform: translateY(0);
	}
}

/* about_area */

#about_area:before {
	content: "";
	position: absolute;
	width: 118px;
	aspect-ratio: 1/1;
	background: url(/images/40/flym.png);
	background-size: cover;
	z-index: 0;
	left: 10%;
	top: 9%;
}



#about_area:after {
	content: "";
	position: absolute;
	width: 250px;
	aspect-ratio: 1/1;
	background: url(/images/40/flym.png);
	background-size: cover;
	z-index: 0;
	right: -5%;
	top: 28%;
}

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

/*seedotcor*/

#seedotcor {
	padding-bottom: 60px;
}

#seedotcor:before {
	content: "";
	position: absolute;
	width: 62px;
	aspect-ratio: 1/1;
	bottom: -19%;
	right: 13%;
	background: url(/images/40/ball.png);
	background-size: contain;
	background-repeat: no-repeat;
	filter: drop-shadow(0 15px 11px rgb(162 162 162 / 30%));
	animation: bounce 2s infinite;
}

@keyframes bounce {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0px);
	}
}

.sechouge {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sectext{
    width: min(1050px , 90%);
    margin: 10px auto 0;
    display: flex;
    align-items: center;
}
.sectext .iecitem{
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: max(1.5 * (1vw + 1vh) / 2, 20px);
}
.sectext .iecitem span{
    font-size: max(4 * (1vw + 1vh) / 2, 22px);
    margin-right: 5px;
    line-height: 100%;
}
.sectext .iecitem.se01 span{
    color: #464545;
}
.sectext .iecitem.se02 span{
    color: #d8ae40;
}
.sectext .iecitem.se03 span{
    color: #9d12ff;
}

/* 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: 450px;
}

#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: var(--white);
	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: 20px;
}

/* 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 3vw;
}

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

#custom_box {
	padding: 8vw 0 5vw;
}

#custom_box li .row {
	margin: 30px 20px;
	padding: 30px;
	display: block;
	border-bottom: 2px var(--primary) solid;
}

#custom_box li .row h2 {
	font-size: 20px;
}

#custom_box li .row article {
	margin-top: 30px;
	line-height: 200%;
}

@-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;
	}
}

/* product_area */
#product_area {
	padding-top: 3vw;
	padding-bottom: 46px;
	margin-top: 130px;
}

#product_area .workframe {
	margin-bottom: 0;
}

#product_area .list_box {
	margin-top: 0vw;
	margin-bottom: 119px;
}

#product_area .swiper-card {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	margin: 10px 0;
}

#product_area .swiper-card .Img {
	border-radius: 0;
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 5px 0 rgba(var(--black-rgb), .2);
	margin: 10px 0px;
}

#product_area .swiper-card .Img:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 62%;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgb(255 255 255 / 0%), rgb(255 255 255));
}

#product_area .swiper-card a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

#product_area .swiper-slide-prev {
}

#product_area .btnBox {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -152px;
}

#product_area #arrowJJ {
	position: relative;
	right: 0;
	width: 22px;
	background: unset;
	cursor: pointer;
	padding: 13px;
	fill: #ffffff;
}

#product_area .swiper-button-up,
#product_area .swiper-button-down {
	display: flex;
	flex-direction: column;
	background: #d8ae40;
	border-radius: 500px;
	margin: 0 5px;
}

#product_area .swiper-button-up {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.poomore {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
	padding-bottom: 30px;
}

@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);
	}
}

@media screen and (max-width: 1470px) {
	.JJbg02{
    margin-top: 20px;
}
	.bigtitleJ {
		font-size: max(6 * (1vw + 1vh) / 2, 25px);
	}

	.malabout .maltitle .maltop h3,
	section .title_box .area_title {
		font-size: max(3*(1vw + 1vh) / 2, 30px);
	}

	.malabout .maltitle p {
		font-size: max(2*(1vw + 1vh) / 2, 20px);
	}

	#about_area:before {
		width: 88px;
		left: 9%;
		top: 4%;
	}

	#about_area:after {
		width: 160px;
		right: -3%;
	}

	#photo_list img {
		height: 560px;
	}

	.malabout .malinfo {
		margin: 20px 0 40px;
	}

	.malabout {
		margin: 20px 0 10px;
	}

	.sechouge {}
.mascoll{
    display: flex;
    flex-direction: column;
    align-items: center;
}
	.sechouge img {
		width: min(1000px, 90%);
	}

	.JJbg01 img {
		height: 920px;
	}
}

@media screen and (max-width: 768px) {
	#news_area .list_box .info_box {
		padding: 15px 0;
	}

	#youtube_box {
		padding-bottom: 60vw;
	}

	#custom_box li .row {
		margin: 10px 15px;
		padding: 10px 0;
	}

	.JJbg03 img {
		object-fit: cover;
		height: 100%;
		max-width: 500%;
		margin-left: -139%;
	}

	.sechouge .mascoll {
		width: 855px;
		display: flex;
		flex-direction: column;
	}

	.sechouge {
		overflow-x: scroll;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	.sechouge img {
		width: 100%;
		margin-left: 28%;
	}

	.sechouge::-webkit-scrollbar {
		width: 5px;
	}

	.sechouge::-webkit-scrollbar-track {
		background: #5d5d5d
	}

	.sechouge::-webkit-scrollbar-thumb {
		background: #b59b85;
	}
}

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

	#seedotcor:before {
		width: 40px;
	}

	#photo_list {
		margin-top: 100px;
	}

	#photo_list img {
		height: 90%;
		margin-bottom: 52px;
	}

	.Jaright-title {
		position: relative;
	}

	.bigtitleJ {
		font-size: max(7 * (1vw + 1vh) / 2, 50px);
	}

	#product_area .list_box {
		margin-bottom: 0;
	}

	#product_area {
		padding-bottom: 32px;
		margin-top: 83px;
	}

	#product_area .btnBox {
		display: none;
		flex-direction: unset;
	}

	#product_area #arrowJJ {
		width: 20px;
	}

	.JJbg01 img {
		max-width: 200%;
		width: 200%;
	}

	.JJbg01 div {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.JJbg02 {
		margin-top: 0;
	}
}

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

	.JJbg03 img {
		margin-left: -80%;
		max-width: 275%;
	}

	.JJbg01 img {
		height: 930px;
	}

	#seedotcor {
		margin-top: 100px;
		padding-bottom: 30px;
	}

	.poomore {
		margin-top: 0;
		padding-bottom: 41px;
		background: #fafafa;
		margin-bottom: 0;
	}

	.bg_box:before {
		height: 150%;
	}
	.rightstar svg#star_icon, .fmJstar svg#star_icon{
    width: 40px;
}
	.rightstar{
    right: 6%;
    bottom: 9%;
}
	.sechouge img{
    margin-left: 60%;
}
}