#wrap { z-index: 5; }

/* section */
section {padding: 5vw 0;}
section >* { z-index: 3; }
section .title_box {padding-bottom: 3vw;font-size: 30px;font-weight: 500;letter-spacing: 2px;}
section .emtitle_box{font-family: "Cormorant", serif;font-size: max(5.5*(1vw + 1vh) / 2, 45px);display: block;margin-bottom: 10px;font-style: unset;font-weight: 500;line-height: 1;}
section .emtitle_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%); }
section .bg_box {z-index:-1}

/* product_list */
#product_list .slick-track {transition: unset;-webkit-transition: unset;}
#product_list li {margin:0 25px;border-radius: 500px;overflow: hidden;}
#product_list li .clip img{aspect-ratio: 3/5.5;filter: saturate(60%);}
#product_list li .info_box {bottom: 0;left: 0;background: rgb(12 12 12 / 70%);display: flex;flex-direction: column;align-items: center;padding: 30px 60px 60px;}
#product_list li:hover .info_box{padding-bottom:120px;}
#product_list li .info_box >div { margin: auto; width: 80%; }
#product_list li .info_box h3 {height: auto;font-size: 22px;margin-bottom: 10px;font-weight: 400;letter-spacing: 1px;}
#product_list li .info_box p {margin-right: 10px;font-weight: 300;font-size: 15px;-webkit-line-clamp: 3;height: 77px;text-align: center;}
#product_list li:hover .info_box p{-webkit-line-clamp: 5;height:auto;}
#product_list .slick-prev{left: -110px;top: 40%;}
#product_list .slick-prev:before{content:url(/images/44/arrow-left.png)}
#product_list .slick-next{right:-110px;top: 40%;}
#product_list .slick-next:before{content:url(/images/44/arrow-right.png)}
#product_list .slick-dots li button{width: 10px;height: 2px;padding:6px}
#product_list .slick-dots li button:before{content:'';width: 10px;height: 1px;line-height:0px;background: #000;}
#product_list .slick-dots{position:relative;margin-top: 55px;bottom:0}
#product_list .slick-dots li{width: 10px;height: 1px;display:inline-flex;background: none;border-radius: unset;margin: 0 5px;outline-offset: unset;outline: unset;}

/* about_area */
#about_area .workframe {display: grid;grid-template-columns: 50% 50%;}
#about_area h2 { font-size: 45px; font-style: italic; }
#about_area article p {margin-bottom: 45px;line-height: 2.2;font-weight: 400;text-align: justify;width: 80%;font-size: 17px;}
#about_area .emtitle_box{margin-top:15px;}

/* 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 .workframe{width: min(90%, 1480px);}
#news_area .title_box{padding-bottom:1vw}
#news_area li .img_box { border-radius: 15px; background-color: #f9f9f9; }
#news_area li .info_box { margin: 10px 15px 0; }
#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 {height: auto;line-height: 150%;font-size: 18px;-webkit-line-clamp: 1;color: #363434;font-weight: 500;}
#news_area li:hover h3{color:var(--secondary)}
#news_area .tabs_btn{display:flex;flex-direction: column;align-items: flex-start;}
#news_area .tabs_btn ul{display:flex;flex-direction: column;margin-bottom: 40px;}
#news_area .tabs_btn li{margin:2.5px 0;}
#news_area .tabs_btn li a{font-size: 19px;}
#news_area .tabs_btn li:hover a,#news_area .tabs_btn li.active a{background: linear-gradient(to right, var(--secondary), var(--primary));background-clip:text;-webkit-background-clip:text;color:transparent;display: inline-block;}
#news_area .tabs_box{display: grid;grid-template-columns: 35% 65%;justify-content: space-between;}
#news_area .tabs_body .tab_info{width:100%;top:0;left:0;opacity:0;pointer-events:none}
#news_area .tabs_body .tab_info.showBox{opacity:1;pointer-events:auto;padding:0px 0 10px}
#news_area .tabs_body .tab_info .items .Img{padding-bottom:20px;display:none;width:100%}
#news_area .tabs_body .tab_info .items .Img img{height:310px;width:100%;object-fit:cover}
#news_area .tabs_body .tab_info .items .Txt{display:grid;grid-template-columns: 120px 1fr 120px;align-items: center;}
#news_area .tabs_body .tab_info li:first-child .items .Img{display:inline-block}
#news_area .tabs_body .tab_info li:first-child article,#news_area .tabs_body .tab_info  li:first-child .items .Txt .more{display:none}
#news_area .tabs_body .tab_info .items .Txt .more{width:auto;border:0px solid var(--info);padding:0}
#news_area .tabs_body .tab_info .items .Txt .more b.arrow{background-color:#ababab;height:1px;width:calc(100% - 60px)}
#news_area .tabs_body .tab_info .category{line-height:1;font-size: 14px;font-weight: 300;position: relative;z-index: 5;background: var(--secondary);color: var(--white);padding: 12px 20px;display: inline-block;}
#news_area .news_list li{border-bottom: 1px solid #ddd;padding: 45px 0;}
#news_area .news_list li:first-child{border-top: 1px solid #ddd;}
#news_area .f_aitems_end{display: flex;flex-wrap: wrap;align-items: center;margin-bottom: 10px;}
#news_area .f_aitems_end p{font-family: "Poppins", serif;color: #666666;font-size: 15px;font-weight: 400;display: inline-flex;align-items: center;line-height: 1;}
#news_area .f_aitems_right{position:relative;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
#news_area .f_aitems_right b{background: linear-gradient(140deg, var(--secondary), var(--primary));width: 45px;height: 45px;display: inline-flex;justify-content: center;align-items: center;border-radius: 50px;position: absolute;right: 0;}
#news_area li:hover .f_aitems_right b{right:20px;}
#news_area .f_aitems_right svg{width: 15px;height: 15px;fill: #fff;}
#news_area .news_list li:hover svg{transform: rotate(0);}
#news_area .tabs_body .tab_info .time{font-size:14px;display:flex;flex-direction:row;align-items:center;position:relative;color: #6c6c6c;font-family: "Lato", serif;justify-content: flex-end;text-transform: uppercase;}
#news_area .tabs_body .tab_info .time font.y_txt{font-size:50px;font-weight:700;line-height:100%;background:linear-gradient(to right,var(--primary),var(--secondary));background-clip:text;-webkit-background-clip:text;color:transparent}
#news_area .tabs_body .tab_info .time font.m_txt{font-weight: 400;font-size:15px;font-family: 'Poppins', serif;color: #666666;line-height: 1;}
#news_area .tabs_body .tab_info .time font.d_txt{width:20px;grid-area:time_d;color:var(--dark)}
#news_area .tabs_body .tab_info article{height:50px;font-weight:500;font-size:15px;color:#1e1e1e;-webkit-line-clamp:2;margin:30px 0}
/* fakeNumber */
#fakeNumber{background: linear-gradient(90deg, var(--secondary), var(--primary));z-index: 6;padding: 50px 40px;position: relative;order: 3;width: var(--width-xxl);margin: 5vw auto 0;}
#fakeNumber *{color:#fff;}
#fakeNumber ul{display:grid;grid-template-columns: repeat(5, 1fr);}
#fakeNumber li{margin: 0 15px;}
#fakeNumber li h2{font-family: "Lato", serif;font-size: 45px;font-weight: 300;display: flex;align-items: flex-start;}
#fakeNumber li h2 b{font-family: "Lato", serif;font-size: max(4.5*(1vw + 1vh) / 2, 50px);font-weight: 400;margin-right: 10px;line-height: 1.5;}
#fakeNumber li p{font-size:20px;}

/* book_area */
#book_area{display: flex;padding-bottom: 0;flex-direction: column;}
#book_area .tit{display: flex;align-items: flex-end;width: 100%;justify-content: center;margin-bottom: 30px;}
#book_area .tit *{margin:0;padding:0;}
#book_area .tit h2{margin-bottom:5px;margin-left: 20px;}
#book_area .workframe{display: grid;grid-template-columns: 55% 40%;align-items: start;justify-content: space-between;}
#book_area li.img_scale{border-bottom: 1px solid #ededed;padding: 25px 70px 25px 10px;}
#book_area li.img_scale:hover{background:#f7f7f7}
#book_area li.img_scale h3:before{content:attr(data-th);position: absolute;top: 0;left: 0;opacity: 0;writing-mode: vertical-lr;}
#book_area li.img_scale:hover h3:before{opacity:1}
#book_area li.img_scale:first-child{border-top:1px solid #ededed}
#book_area li h3 {height: 62px;font-size: 18px;color: #555252;font-weight: 400;-webkit-line-clamp: 2;margin-bottom: 10px;}
#book_area li:hover svg{margin-left:20px;}
#booklist li{position: relative;!;}
#booklist li .img_box img{aspect-ratio: 4.5/3;object-fit: cover;}
#booklist li h3{display: flex;align-items: center;color: var(--primary);font-size: 22px;margin: 15px 30px 0;position: relative;height: auto;font-weight: 500;}

/* photo_area */
#photo_area .item {width: 260px;height: 200px;}
#photo_area .item img {height: 100%;object-fit: cover;}

@media screen and (max-width: 1680px) {
    #book_area .tit h2{margin-bottom: 2px;}
}
@media screen and (max-width: 1460px) {
	#about_area .workframe{
    display: grid;
    grid-template-columns: 40% 50%;
    justify-content: end;
}
	#fakeNumber{width: calc(90% - 80px);}
	#product_list ul{width:80%;margin: 0 auto;}
}
@media screen and (max-width: 1366px){
    #book_area .tit h2{margin-bottom: 0;}
	#fakeNumber{position:relative;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	#book_area .tit{margin-top:3vw;}
}
@media screen and (max-width: 1024px) {
    #fakeNumber li h2{font-size: 30px;}
    #fakeNumber li{margin:0}
	#fakeNumber{width: 90%;padding: 30px;order: -1;margin-bottom: 30px;}
	#book_area .workframe{display: block;width: 90%;margin: 0 auto;}
	section .title_box{font-size: 23px;}
	#book_area{padding: 2vw 0 5vw;}
	#book_area .workframe >div:last-child{display:none;}
	#about_area .workframe{grid-template-columns:1fr}
	#about_area article p{width:100%;}
	#product_list { margin: auto; }
	#news_area li h3 { height: 30px; -webkit-line-clamp: 1; }
}
@media screen and (max-width: 980px) {
	#news_area .tabs_btn{
    align-items: center;
}
	#news_area .tabs_btn ul{display:flex;flex-direction: row;flex-wrap: wrap;}
	#news_area .tabs_btn .more_btn{display:none;}
	#news_area .tabs_box{grid-template-columns:1fr;gap: 40px;}
	#fakeNumber ul{grid-template-columns: repeat(3, 1fr);gap: 30px;}
	#product_list ul{width:90%;}
	section { padding: 10vw 0; }
	#product_list .slick-prev:before, #product_list .slick-next:before{zoom: 60%;}
	#product_list .slick-prev{left: -50px;}
	#product_list .slick-next{right:-50px;}
	#news_area .tabs_btn li:hover a, #news_area .tabs_btn li.active a{background: linear-gradient(to right, var(--secondary), var(--primary));color: #fff;}
	#news_area .tabs_btn li a{font-size:17px;background: #ececec;padding: 5px 40px;border-radius: 5px;margin-right: 15px;}
}
@media screen and (max-width: 760px) {
    #product_list li .info_box{padding:30px 30px 60px;}
	#news_area .news_list li{padding:25px 0;}
	#news_area .tabs_body .tab_info .items .Txt{grid-template-columns:50% 50%;}
	#news_area li h3{grid-column: 1 / 3;order: 2;margin-top: 20px;}
	#news_area .tabs_btn li a, #news_area .tabs_btn li:hover a, #news_area .tabs_btn li.active a{display:block;margin: 0;text-align: center;padding: 5px 20px;}
	#news_area .tabs_btn ul{display:grid;grid-template-columns: repeat(2, 1fr);gap: 10px;margin-top: 10px;margin-bottom: 0;}
	#booklist li h3{writing-mode:unset;height: auto;font-size: 20px;color: #2f3332;display: -webkit-box;}
	#book_area .tit{margin-top:8vw}
	#book_area .tit h2{margin-bottom:0}
	#booklist li{grid-template-columns:1fr;gap: 20px;}
	#fakeNumber li{margin:0}
	#fakeNumber{padding: 50px 30px;}
	#fakeNumber ul{grid-template-columns: repeat(2, 1fr);gap: 30px;}
	#product_list .slick-prev{left: -25px;}
	#product_list .slick-next{right:-25px;}
	#product_list li .clip img{aspect-ratio:3/5.5}
	#product_list{margin-top:30px}
	section .clip img{height:auto;}
}
@media screen and (max-width: 550px) {
	#about_area .about_sub_2 { bottom: 60vw; }
	#news_area li .row { margin: auto; width: 280px; }
}
@media screen and (max-width: 480px) {
	#book_area li.row { margin: auto; width: 250px; }
	#fakeNumber li h2{align-items:center}
	#fakeNumber li h2 b{font-size:36px}
}