#wrap { z-index: 5; }

/* section */
section { padding: 5vw 0 2vw; }
section >* { z-index: 3; }
section .title_box {font-size: 26px;}
section h2.title_box{font-size: 48px;font-weight: 500;letter-spacing: 2px;}
section h2.title_box:first-letter{color:var(--primary);}
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{position:relative;padding-bottom: 5vw;}
#about_area .workframe{display:grid;grid-template-columns: 50% 45%;justify-content:space-between;align-items:center;width: min(90%,1470px);}
#about_area:after{content:'';position:absolute;width:83%;height:40%;background:#f2f2f2;bottom: -10%;left: 0;z-index:0}
#about_area h1{font-weight: 500;padding: 50px 0 10px;font-size: 26px;line-height: 1.4;}
#about_area article {padding: 0 0 30px;}
#about_area article p{line-height:250%;font-weight: 400;color:#343333;font-size: 17px;}
#about_area .clip{-webkit-clip-path:url(#clip_about);clip-path:url(#clip_about)}

#about_area .about_sub_1{width:350px;top:-10vw;left:-3vw}
#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{height:100%;}
#about_area .number{padding-bottom:30px;}
#about_area .number ul{display: flex;gap: 40px;}
#about_area .number ul li h3{display:flex;flex-direction:column;align-items:flex-start}
#about_area .number ul li h3 .titleEn{font-size:25px;display:flex;align-items: flex-start;flex-direction:row;gap:10px}
#about_area .number ul li h3 .titleEn span{font-size: 30px;line-height:100%;font-weight: 400;}
#about_area .number ul li h3 .titleEn b{letter-spacing:0.5px;font-size: 76px;font-weight:600;line-height:100%;background:linear-gradient(130deg,var(--primary),var(--secondary));background-clip:text;-webkit-background-clip:text;color:transparent}
#about_area .number ul li h3 .titleTw{font-size:23px;font-weight:400;letter-spacing:1px}
#about_area .number_bar{position:absolute;width:100%;height:100%;background-image:url(/images/44/banner_bot.png);background-position:bottom;background-repeat:no-repeat;bottom:0}
#about_area .sideflyJJ.sebox02{position: absolute;right: -5%;bottom: -150px;width: 500px;z-index:2;}

/* photo_area */
#photo_area{background:var(--primary);padding: 5vw 0 8vw;}
#photo_area h2.title_box:first-letter{color:unset;}
#photo_area .PTbox{display:grid;grid-template-columns: repeat(4,1fr);gap: 100px;margin-top: 30px;}
#photo_area .item{position: relative;display:flex;flex-direction: column;align-items: center;}
#photo_area .item:hover img{-webkit-animation: jello-horizontal 0.9s both;animation: jello-horizontal 0.9s both;}
#photo_area .item:before{content:'';position: absolute;bottom: -10px;right: 60px;width: 350px;height: 100px;background-image: url(/images/44/arrow.png);background-size: contain;background-repeat: no-repeat;z-index: -1;opacity: 0;}
#photo_area .item:hover:before{right: -50px;opacity: 1;}
#photo_area .item a{position:absolute;}
#photo_area .item .ptTitle{color:#fff;font-size: 18px;word-spacing: 100vw;line-height: 1.4;text-align: center;}
#photo_area .item p{color: rgb(255 255 255 / 75%);padding-top: 30px;}
#photo_area .videoBg{top: 0;z-index: -1;background: #6c757d;height: 100%;overflow: hidden;}
#photo_area .videoBg video{width:100vw;object-fit:cover;object-position: 50% 80%;opacity: .3;height: 100%;}


@-webkit-keyframes jello-horizontal{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}
40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}
50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}
65%{-webkit-transform:scale3d(0.95,1.05,1);transform:scale3d(0.95,1.05,1)}
75%{-webkit-transform:scale3d(1.05,0.95,1);transform:scale3d(1.05,0.95,1)}
100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}@keyframes jello-horizontal{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}
40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}
50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}
65%{-webkit-transform:scale3d(0.95,1.05,1);transform:scale3d(0.95,1.05,1)}
75%{-webkit-transform:scale3d(1.05,0.95,1);transform:scale3d(1.05,0.95,1)}
100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}

/* custom_area */
#custom_area .parallax_svg.top { 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='M1440 64V16.67c-90 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.58C797.82 34.596 776 42.875 718.33 38.326c-164.07-15.317-329.57 33.862-490.92 5.169C150.6 31.857 79.33-8.834 0 16.62V64h1440z' fill='%23E2CEBC'/%3E%3C/svg%3E"); }
#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: 70% }
#custom_area ul li .clip { width: 250px; height: 250px; -webkit-clip-path: url(#clip_custom); clip-path: url(#clip_custom); }
#custom_area ul li h3 { margin: 10px 0 5px; font-size: 20px; }
#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; }

/* news_area */
#news_area{padding: 8vw 0;}
#news_area:before{content:'';position: absolute;top: 0;right: 0;width: 800px;height: 800px;background-image: url(/images/44/img-newbg.jpg);background-size: contain;background-repeat: no-repeat;opacity: .7;z-index: -1;}
#news_area .workframe{display: grid;grid-template-columns: 1fr 70%;align-items: center;}
#news_area .workframe .news{width: 100%;/* max-width: 100%; */overflow-x: hidden;}
#news_area li .img_box , #book_area li .img_box {background-color: #f9f9f9;}
#news_area li .info_box {margin: 15px 15px 0;}
#news_area li .time {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;color: var(--info);font-weight: 400;letter-spacing: 1px;}
#news_area .more_btn{margin-top:50px;}

/* book_area */
#book_area li h3 { margin-top: 10px; height: 30px; font-size: 18px; }


@media screen and (max-width: 1470px) {
	#about_area .about_sub_1 , #about_area .about_sub_2 , #about_area .about_sub_3 { width: 20vw; }
	#product_list { width: 500px; margin-left: 30px; }
	#product_list li .clip { height: 590px; }
	#about_area .about_sub_2 { top: -20vw; right: 6vw; }
	#photo_area .item img{width: 160px;}
}
@media screen and (max-width: 1280px){
	#about_area .sideflyJJ.sebox02{display:none;}
}
@media screen and (max-width: 1024px) {
	#product_list { margin: auto; }
	#news_area li h3 { height: 30px; -webkit-line-clamp: 1; }
	#about_area .workframe{grid-template-columns: 1fr;}
	#about_area .clip img{height: 430px;width: 100%;}
	#photo_area .PTbox{display:grid;grid-template-columns: repeat(2,1fr);gap: 50px;}
	#news_area .workframe{grid-template-columns: 1fr;gap: 50px;}
	#news_area .title{display:flex;justify-content: space-between;align-items: center;}
	#news_area .more_btn{margin-top: 0;}
}
@media screen and (max-width: 980px) {
	section { padding-top: 10vw; }
	#product_list { width: 500px; }
	#product_list li .clip { height: 590px; }
	#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) {
	section h2.title_box{font-size:36px}
	#about_area{padding-bottom:10vw;}
	#about_area h1{padding:30px 0 10px;}
	#news_area .title{display:flex;flex-direction: column;align-items: flex-start;}
	#news_area .more_btn{margin-top: 10px;}
	#product_sub_list li { margin: 10px; width: 35vw; }
	#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; }
	#photo_area .item:before{display:none;}
	#photo_area .PTbox{display:grid;grid-template-columns: repeat(1,1fr);gap: 50px;}
	
}
@media screen and (max-width: 480px) {
	#about_area .clip img{height: 240px;width: 100%;}
	#about_area .number ul li h3 .titleEn b{font-size: 55px;}
	#book_area li.row { margin: auto; width: 250px; }
}