#wrap { z-index: 5; }

/* section */
section { padding: 5vw 0 ; }
section >* { z-index: 3; }
section .title_box {font-size: 30px;font-family: "LXGW WenKai TC", cursive;font-weight: 500;letter-spacing: 3px;}
section .p_title_box{width: min(100%, 750px);margin: 10px auto 50px;text-align: center;line-height: 2;}
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%); }
section .more_btn{margin-top: 20px;z-index: 10;position: relative;}
section .more_btn a{position:relative;overflow:hidden;display:inline-block;padding: 26px 87px 26px 32px;}
section .more_btn font{text-align:left;font-weight: 400;text-transform:uppercase;letter-spacing:3px;font-size: 0.8em;font-family: "Lora", var(--font-family), sans-serif;}
section .more_btn span{transform: translate(-70%, -50%);content: "";position: absolute;right: 4px;top: 50%;}
section .more_btn:hover span{transform: translate(-40%, -50%);}

/* about_area */
#about_area{overflow: hidden;position: relative;background-image: url(/images/44/img-aboutBg.jpg);padding: 8vw 0 6vw;}
#about_area .workframe {display: flex;width: min(90%, 1300px);justify-content: space-between;flex-direction: column;align-items: flex-end;}
#about_area .aboutArea {display:grid;grid-template-columns: 50% 40%;justify-content: space-between;}
#about_area .page_title{padding-bottom: 40px;border-bottom: 1px solid rgb(68 81 75 / 10%);margin-bottom: 40px;}
#about_area .page_title img{width: 80%;}
#about_area .bgMask img{width: 250px;}
#about_area .areaTxt h1{margin-bottom: 30px;font-size: 1.3em;margin-left: 0px;letter-spacing: 8px;padding-top: 0;line-height: 180%;font-weight: 500;position: relative;}
#about_area .areaTxt .show * {font-size: 17px;font-weight: 400;line-height: 210%;margin-bottom: 30px;letter-spacing: 2px;}
#about_area .more_btn a:after{content:'';background: none;border-radius: 20px;width: 100%;height: 100%;position: absolute;z-index: -1;bottom: 0;right: 0;}
#about_area .more_btn a:hover:after{width: 31%;background: var(--secondary);}
#about_area .more_btn a:hover font{color: var(--info);}
#about_area .more_btn a:hover img{-webkit-filter: contrast(0) brightness(150%);filter: contrast(0) brightness(200%);}

/* product_list */
#product_list li{margin:0 25px;}
#product_list li .clip{box-shadow: 14px 14px var(--white), 15px 15px #ede9e1;}
#product_list li .info_box{position:relative}
#product_list li .info_box:before{content:'';width: 6px;aspect-ratio: 1/1;border: 1px solid var(--primary);position: absolute;border-radius: 50px;top: 40px;left: 10px;animation: aboutImgAnimation 10s ease-in-out infinite;}
@keyframes aboutImgAnimation{0%{-webkit-transform:translateY(0);transform:translateY(0);}50%{-webkit-transform:translateY(10px);transform:translateY(10px);}100%{-webkit-transform:translateY(0);transform:translateY(0);}}
#product_list li .info_box .h3 {height: auto;font-size: 20px;margin-top: 30px;font-weight: 600;}
#product_list li .info_box article {font-weight: 300;-webkit-line-clamp: 2;height: auto;font-size: 15px;margin-top: 10px;margin-left: 30px;}
#product_area .track{width:100vw;max-width:100%;overflow:hidden;white-space:nowrap;margin-top: -50px;margin-bottom: 50px;}
#product_area .track p{margin:0;text-transform:uppercase;letter-spacing:2px;line-height:1;will-change:transform;animation: marquee 35s linear infinite;font-family: "Cormorant", serif;color: rgb(84 102 89 / 10%);}
#product_area .track p img{margin: 0 60px;}
#product_area .more_btn{text-align:center;margin-top: 50px;}
#product_area .more_btn a:after{content:'';background: var(--secondary);border-radius: 20px;width: 100%;height: 100%;position: absolute;z-index: -1;bottom: 0;right: 0;}
#product_area .more_btn a:hover:after{width: 31%;}
#product_area .more_btn a:hover font{color: var(--info);}
#product_area .more_btn a:hover img{-webkit-filter: contrast(0) brightness(150%);filter: contrast(0) brightness(200%);}
#product_area .more_btn span img{-webkit-filter: contrast(0) brightness(150%);filter: contrast(0) brightness(200%);}
#product_area .more_btn font{color:white}
@keyframes marquee{from{transform:translateX(0);}to{transform:translateX(-50%);}}

/* custom_area */
#custom_area .parallax_svg { --parallax_wave: color-mix(in srgb, var(--secondary) 80%, white); }
#custom_area .parallax_svg.top { -webkit-mask-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='black'/%3E%3C/svg%3E"); mask-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='black'/%3E%3C/svg%3E"); }
#custom_area .parallax_svg.bottom { -webkit-mask-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='black'/%3E%3C/svg%3E"); mask-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='black'/%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 li .img_box,#book_area li .img_box { border-radius: 15px; background-color: #f9f9f9; }
#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; }

/*newsBox2*/
#newsBox2{overflow-x:clip;overflow-y:visible;padding: 5vw 0 4vw;}
#newsBox2 .news_list .mdJbox02{overflow:hidden;}
#newsBox2 .title_box { width: min(90%,450px); margin: 0 auto 20px; }
.slick-3d .slide { transform: scale(0.85); opacity: 0.6; transition: all 0.6s ease; transform-origin: center center; perspective: 1000px; }
.slick-3d .slick-center { opacity: 1; }
.slick-3d .slick-slide { opacity: 0 }
.slick-3d .slick-slide.slick-active { transform: scale(0.85); transform-style: preserve-3d; perspective: 100px; perspective-origin: center center; transition: all linear 0.3s; opacity: 1; }
.slick-3d .slick-active.slick-current + .slick-slide { transform: rotateY(-15deg) scale(0.9); opacity: 1; }
.slick-3d .slick-active.slick-current + .slick-slide .mwmimg { transform: rotateY(-2deg); }
.slick-3d .slick-current.slick-center {transform: scale(1) rotateY(0deg);}
.slick-3d .slick-active .mwmimg { transform: rotateY(2deg); }
.slick-3d .slick-center .mwmimg { transform: rotateY(0deg); }
.slick-3d .slick-active:first-child { transform: rotateY(15deg) scale(0.85); opacity: 0.7; }
.slick-3d img { width: 100%; border-radius: 12px; box-shadow: 0 8px 20px rgba(0,0,0,0.15); aspect-ratio: 4/3; object-fit: cover; }
#newsBox2 .workframe { width: min(100%,1680px); }
#newsBox2 .news_list .mdJbox01 { position: absolute; width: 100%; z-index: 2; top: 43%; }
#newsBox2 .news_list .mdJbox02 {width: 90%;margin: 0 auto;}
#newsBox2 .news_list .mdJbox02 .slick-list {   }
#newsBox2 .news_list .mdJbox01 .arrow_btns_box {width: 100%;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
#newsBox2 .news_list .mdJbox01 .arrow_btns_box button { background: var(--secondary); width: 60px; aspect-ratio: 1/1; height: auto; border-radius: 50%; }
#newsBox2 .news_list .mdJbox01 .arrow_btns_box button img { -webkit-filter: contrast(0) brightness(150%); filter: contrast(0) brightness(200%); width: 18px; }
#newsBox2 .news_list .mdJbox01 .arrow_btns_box button:before { display: none; }
#newsBox2 .news_list .mdJbox01 .arrow_btns_box .slick-prev img { -moz-transform: scaleX(-1); -webkit-transform: scaleX(-1); -o-transform: scaleX(-1); transform: scaleX(-1); }
#newsBox2 .mwmimg .h3 {overflow: hidden;margin: 10px 0;height: auto;font-size: 18px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;text-align: center;transform: translateY(-65px);opacity: 0;color: var(--info);}
#newsBox2 .slick-current .mwmimg .h3 { opacity: 1; transform: translateY(0px); }
#newsBox2 .mwmtext p.text-clamp { overflow: hidden; margin: 10px 0; height: 63px; font-size: 16px; text-align: left; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
#newsBox2 .mwmimg { padding: 40px 10px; position: relative; }
#newsBox2 .mwmimg a { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; }
#newsBox2 .mwmtext { padding: 10px 10px; }
#newsBox2 a.fmlink { margin: 20px auto 0; }
#newsBox2 .bg_box { opacity: 1; }
#newsBox2 .bg_box:before { height: 200%; background: #e0e5e2; opacity: 1; }


/* book_area */
#book_area li h3 { margin-top: 10px; height: 30px; font-size: 18px; }

/* photo_area */
#photo_area .item {width: 260px;height: 200px;}
#photo_area .item img {height: 100%;object-fit: cover;}

@media screen and (max-width: 1680px) {
    #newsBox2 .news_list .mdJbox01{width:90%;left: 5%;}
    #newsBox2 .news_list .mdJbox02{width: 80%;}
}
@media screen and (max-width: 1460px) {
	#about_area .about_sub_1 , #about_area .about_sub_2 , #about_area .about_sub_3 { width: 20vw; }
	#about_area .about_sub_2 { top: -20vw; right: 6vw; }
}
@media screen and (max-width: 1024px) {
	#product_list { margin: auto; }
	#news_area li h3 { height: 30px; -webkit-line-clamp: 1; }
}
@media screen and (max-width: 980px) {
	section { padding: 12vw 0; }
    #about_area .aboutArea{display:block}
    #about_area .img_item{margin-bottom:30px;}
}
@media screen and (max-width: 550px) {
	section .clip img{height: auto;}
    #newsBox2 .news_list .mdJbox02 .slick-list{padding: 0 35px !important;}
    #newsBox2 .news_list .mdJbox01 .arrow_btns_box button img{width:12px;}
    #newsBox2 .news_list .mdJbox01 .arrow_btns_box button{width: 55px;}
    #newsBox2 .news_list .mdJbox01{width: 80%;left: 10%;}
    #newsBox2 .news_list .mdJbox02{width: 100%;}
    #about_area, #newsBox2{padding: 13vw 0 10vw;}
	#product_area .p_title_box {width:90%}
}