/* index.less */
#product_area .row .info_box{transform:scale(1);-webkit-transform:scale(1);}#product_area .row .img_box{transform:scale(0);-webkit-transform:scale(0);}@media (min-width:1281px){#product_area .row:hover .info_box{transform:scale(0);-webkit-transform:scale(0);}#product_area .row:hover .img_box{transform:scale(1);-webkit-transform:scale(1);}}@media (max-width:1280px){#product_area .slick-current .img_box{transform:scale(1);-webkit-transform:scale(1);}}

/* section */
section { padding: 5vw 0; }
section >* { z-index: 3; }
section .title_box { margin-bottom: 40px; }
section .title_box font {text-transform: uppercase;line-height: 130%;letter-spacing: 2px;font-weight: 400;font-size: 39px;font-family: 'Mogra';}
section .title_box font:last-child {}
section .title_box .page_title {font-weight: 500;font-size: 24px;letter-spacing: 2px;}
section.bg_box { background: no-repeat 50% / cover; background-attachment: fixed; }
section.bg_box:before , section.bg_box:after { position: absolute; width: 100%; height: 100%; background: var(--secondary); top: 0; left: 0; z-index: 1; content: ""; opacity: .6; }
section.bg_box:after { background: -webkit-linear-gradient(bottom,rgba(var(--secondary-rgb), 1) 0%,rgba(var(--secondary-rgb), .7) 100%); background: linear-gradient(to top,rgba(var(--secondary-rgb), 1) 0%,rgba(var(--secondary-rgb), .7) 100%); opacity: 1; }
section .more{margin-top:20px;}
section .more a{background:var(--primary);display: inline-flex;align-items: center;padding: 20px 30px;border-radius: 50px;}
section .more a font{color:#fff;font-family: "Nunito", sans-serif;font-size: 18px;}
section .more a svg{width: 16px;fill: #fff;height: 16px;margin-left: 30px;transition: all linear 0.3s;}
section .more:hover a svg{margin-left:40px;}

/* about_area */
#about_area:before{content:'';position:absolute;width: 100%;height: 100%;background-image: url(/images/39/img-about.png);background-size: cover;bottom: -250px;left: 0;z-index: -1;background-repeat: no-repeat;opacity: .4;}
#about_area:after{content:'';position:absolute;top: 60px;right: -10px;width: 130px;height: 110px;background-image: url(/images/39/img-footprint.png);background-size: contain;background-repeat: no-repeat;}
#about_area .img_item {order: 1;padding-top: 50px;}
#about_area .img_item:before{content:'';position:absolute;bottom: -40px;right: -60px;width: 190px;height: 130px;background-image: url(/images/39/img-house.png);background-size: contain;background-repeat: no-repeat;z-index: 999;animation-name: leaf1;animation-direction:alternate;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:2s;}
#about_area .img_item img {width: 100%;height: 100%;}
#about_area h1{padding-bottom:10px;font-weight: 400;font-size: 20px;}
img.pos_rel.img_cover {}
#about_area .img_item a { padding: 20px 35px; letter-spacing: 5px; text-transform: uppercase; font-size: 13px; right: 30px; bottom: -30px; z-index: 3; }
#about_area .info_item article p{margin-bottom: 30px;width: 90%;line-height: 150%;letter-spacing: 2px;font-weight: 300;font-size: 16px;}
@keyframes leaf1{0%{transform-origin:right top;transform:rotate(-3deg)}100%{transform-origin:right top;transform:rotate(3deg)}}

/* photo_area */
#photo_area .PTbox{display:grid;grid-template-columns: repeat(3, 1fr);gap: 40px;}
#photo_area .PTbox .item{display:flex;flex-direction: column;align-items: center;position:relative;}
#photo_area .PTbox .item:before{content:'';position:absolute;width: 100%;height: 75%;bottom: 0;background: #fff;z-index: -1;border-radius: 40px;}
#photo_area .PTbox .item .more{padding-bottom: 30px;}
#photo_area .PTbox .item img{height: 120px;}
#photo_area .PTbox .item:hover img{-webkit-animation-name:hvr-bob-float,hvr-bob;animation-name:hvr-bob-float,hvr-bob;-webkit-animation-duration:.3s,1.5s;animation-duration:.3s,1.5s;-webkit-animation-delay:0s,.3s;animation-delay:0s,.3s;-webkit-animation-timing-function:ease-out,ease-in-out;animation-timing-function:ease-out,ease-in-out;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal,alternate;animation-direction:normal,alternate}
#photo_area .PTbox .item .ptTitle{font-size: 22px;color:var(--primary);padding: 8px 0;}
#photo_area .PTbox .item p{width: 80%;font-size:15px;margin: 0 auto;text-align: center;}
@keyframes hvr-bob-float{100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}
}
@keyframes hvr-bob{0%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}
50%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}
100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}
}


/* list_box */
.list_box .info_box h3 { height: 30px; font-weight: 400; font-size: 18px; }
.list_box .row { margin: 0 15px; display: block; }

/* news_area */
#news_area .list_box .row { padding-bottom: 30px; }
#news_area .list_box .row img { height: 320px; }
#news_area .list_box .row .info_box { padding: 15px; width: calc(100% - 70px); box-shadow: 0 0 10px rgba(var(--black-rgb), .3); left: 20px; bottom: 0; }
#news_area .list_box .row .info_box p * { font-weight: 100; font-size: 14px; }
#news_area .list_box .row .info_box p a { margin-right: 10px; padding: 0 2px; max-width: calc(100% - 82px); height: 23px; z-index: 2; }

/* product_area */
#productBox ul li {display:grid;grid-template-columns: 65% 30%;justify-content: space-between;align-items: center;}
#productBox ul li >a{position:absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;}
#productBox ul li .img_show{position: relative;}
#productBox ul li .img_show:before{content:"";width: 100%;aspect-ratio: 4.3/2.7;background-color: #ebe6de;display:block;position:absolute;left: 0;transform: translate(-5%, 4%);z-index: 0;padding-top: 0;z-index: -1;}
#productBox .product_for .txt_box .index_p_title{color: var(--primary);font-size: 24px;font-weight:400;height: auto;}
#productBox .product_for .txt_box p{margin-top: 20px;margin-bottom: 10px;color: #636160;font-size: 16px;font-weight:400;height: auto;-webkit-line-clamp: 3;}
#productBox .product_for .txt_box .more_btn{display: inline-flex;align-items: center;border: 1px solid #333;padding: 13px 30px 13px 50px;margin-left: 15px;}
#productBox .product_for .txt_box .more_btn img{margin-left: -70px;}
#productBox .product_for .txt_box .more_btn b{font-family: "EB Garamond", serif;color: #636160;font-weight: 100;margin-left: 20px;}
#productBox .product_for li:hover .txt_box .more_btn b{margin-left: 30px;}
#productBox .product_for .Spec .info{margin: 30px 0;}
#productBox .product_for .Spec .info .box{display:flex;flex-direction: row;align-items: center;gap: 15px;position: relative;}
#productBox .product_for .Spec .info .box p{color:#636160;}
#productBox .product_for .Spec .info .box:not(:last-child):after{content:'';position: absolute;width: 1px;height: 16px;background: #e0e0e0;right: 0;bottom: 4px;}
#productBox .product_for .txt_box >p{margin-bottom: 10px;}
#productBox .arrow_box{position:absolute;right: 2.5%;bottom: 50%;width: 90%;display: flex;justify-content: space-between;z-index: 999;}
#productBox .arrow_box a {position: relative;border-radius: 50%;border: 1px solid #fff;box-sizing: border-box;width: 60px;height: 60px;display: flex !important;box-shadow: 0 0 10px rgb(0 0 0 / 10%);}
#productBox .arrow_box a.next {-webkit-transform: scaleX(-1);transform: scaleX(-1);margin-left: 20px;}
#productBox .arrow_box a:before , #productBox .arrow_box a:after {position: absolute;width: 12px;height: 1px;background: #fff;display: block;top: 50%;left: calc((100% - 12px) / 2);-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transform-origin: left;transform-origin: left;content: "";}
#productBox .arrow_box a:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
#service_area .processList .focus .Txt, #service_area .processList .listItem:nth-child(1) .Txt{width: 90%;}
#productBox .product_for .slick-slide .img_show .img{object-fit:cover;aspect-ratio: 4.3/2.7;}
#productBox .product_for .slick-slide .img_show{padding: 0 0px  30px 30px;}
#productBox .product_for .slick-slide >.info{width: 310px;margin-right: 50px;}
#productBox .titleBox .titleEn:before{display: none;}

/* runnBox */
#productBox{background:#f9f8f6;padding: 11vw 0;position: relative;}
#productBox:before{content:url(/images/39/img-shadow01.png);position:absolute;left:-10%;top: -10%;animation-name:leaf2;animation-direction:alternate;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-duration:2s}

#productBox .track{position:absolute;width:100vw;max-width:100%;overflow:hidden;z-index: 0;white-space:nowrap}
#productBox .track p{font-weight: 400;font-size: 170px;margin:0;text-transform:uppercase;letter-spacing:2px;line-height:1;will-change:transform;animation: marquee 35s linear infinite;font-family: 'Mogra';color: #e1b7aa;opacity: .1;}
@keyframes marquee{from{transform:translateX(0);}to{transform:translateX(-50%);}}
@keyframes leaf2{0%{opacity: .1;transform-origin:right top;transform:rotate(-3deg)}
100%{opacity: .2;transform-origin:right top;transform:rotate(3deg)}
}
/* book_area */
#book_area .row img { height: 400px; }
#book_area .row .info_box { padding: 100px 15px 60px; width: calc(100% - 30px); background: -webkit-linear-gradient(top,transparent 0,rgba(var(--black-rgb), .01) 2%, rgba(var(--black-rgb), .8) 90%); background: linear-gradient(to bottom,transparent 0,rgba(var(--black-rgb), .01) 2%, rgba(var(--black-rgb), .8) 90%); bottom: -20px; left: 0; }

/* custom_area */
#custom_area {padding-top: 0;padding-bottom: 0;}
#custom_area .workframe{width: 100%;margin-right: 0;}
#custom_box ul {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
#custom_box li{width: calc(100%/2);position: relative;}
#custom_box li .photo::before{content:'';position: absolute;width: 100%;height: 100%;background: rgb(45 45 45 / 50%);z-index: 1;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;-ms-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out;}
#custom_box li:hover .photo::before{background: rgb(255 121 7 / 23%);}
#custom_box li .photo{overflow: hidden;}
#custom_box li:hover img{-webkit-transform: scale(1.05);transform: scale(1.05);transition: all 0.7s ease-out;-webkit-transition: all 0.7s ease-out;}
#custom_box li img{width:100%;}
#custom_box li a{position:absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 99;}
#custom_box li .innfo {position: absolute;top:50%;left: 50%;transform: translate(-50%, -50%);display: flex;flex-direction: column;align-items: center;z-index: 10;}
#custom_box li:hover .innfo::before{content:'';position: absolute;padding: 180px;border: 1px #fff solid;border-radius: 50%;top: 50%;left: 50%;transform: translate(-50%, -50%);transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;}
#custom_box li .innfo b{width: 75px;height: 75px;position: absolute;bottom: 75px;right: 65px;border: 1px solid #fff;border-radius: 50%;display: inline-flex;align-items: center;justify-content: center;}
#custom_box li .innfo b svg{fill:#fff;width: 25px;height: 25px;}
#custom_box li .innfo h2 {font-size: 45px;color: var(--white);line-height: 100%;letter-spacing: 3px;font-weight: 400;}
#custom_box li .innfo article {line-height: 140%;font-size: 18px;color: #fff;margin-top: 20px;letter-spacing: 2px;text-align: center;}


@media screen and (min-width: 1281px){
	#about_area .d_flex { align-items: center; }
	#news_area .list_box .row:hover .info_box { bottom: 30px; }
	#product_area .row:hover .info_box .line { width: 100%; }
	#book_area .row:hover .info_box { bottom: 0; }
}
@media screen and (max-width: 1280px){
	#about_area .img_item:before , #about_area .img_item img { width: 100%; }
	#about_area .img_item img { height: 100%; }
	#product_area .row .info_box { background: rgba(var(--secondary-rgb), .5); }
	#product_area .row .img_box { opacity: .1; }
}
@media screen and (max-width: 1024px){
	#about_area .img_item { width: 59vw; margin: 0 0 0 auto; order: inherit; }
	#about_area .img_item:before { border: 0; background: rgba(var(--secondary-rgb), .6); top: 0; right: 0; z-index: 2; }
	#about_area .info_item { margin-top: -80px; z-index: 4; }
	#photo_area .PTbox{grid-template-columns: repeat(2, 1fr);gap: 30px;}
	#productBox .workframe{border:0}
    #productBox .product_for .slick-slide >.info{width:auto;padding: 25px 15px 40px;}
    #productBox ul li{grid-template-columns:1fr;gap: 30px;}
    #productBox .rightBox{width:90%;}
    .carouselFunctionBox, #productBox:after{display:none;}
	#custom_box li:hover .innfo::before{ padding: 120px;}
}
@media screen and (max-width: 768px){
	#about_area:after{display:none;}
	#about_area .info_item {margin-top: 40px;}
	#about_area .img_item {width: 100vw;height: 50vw;}
	#photo_area .PTbox{grid-template-columns: repeat(1, 1fr);gap: 30px;}
	#product_area .list_box { margin: auto; width: 400px; }
	#product_area .row .info_box >div { width: calc(100% - 60px); }
	#product_area .row .info_box article { height: 50px; -webkit-line-clamp: 2; }
	#book_area .row img { height: 350px; }
	#custom_box ul{display: flex;flex-direction: column;}
	#custom_box li{width: 100%;}
	#productBox:before{display:none;}
}
@media screen and (max-width: 640px){
	#about_area .img_item {width: 100%;height: 60vw;padding-top: 0;}
	#about_area .img_item:before { background: rgba(var(--secondary-rgb), 0); }
	#about_area .info_item { margin-top: 40px; }
	#custom_box li .innfo h2{font-size:30px}
	#custom_box li:hover .innfo::before{padding: 100px;}
}
@media screen and (max-width: 500px){
	#product_area .list_box { width: 100%; }
	#productBox .arrow_box{bottom: 18%;width: 40%;}
	#productBox ul li{gap: 0px;}
	#productBox .arrow_box a{width: 40px;height: 40px;}
}