#wrap { z-index: 5; }

/* section */
section { padding: 5vw 0 ; }
section >* { z-index: 3; }
section .title_box {padding-bottom: 3vw;font-size: 23px;word-spacing: 100vw;color: #313030;}
section .entitle_box {padding-bottom: 1vw;font-size: 20px;font-style: unset;text-transform: uppercase;font-family: "Poppins", serif;font-weight: 700;background: linear-gradient(to right, var(--secondary), var(--primary));background-clip: text;-webkit-background-clip: text;color: transparent;letter-spacing: 2px;display: block;line-height: 1;}
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 .workframe {width: 85%;margin: -10vw 0 0;display: grid;justify-content: space-between;align-items: center;grid-template-columns: 60% 35%;}
#about_area .entitle_box{display: inline-block;}
#about_area article p {margin-bottom: 30px;line-height: 210%;font-weight: 400;text-align: justify;}
#about_area #about_info {margin-top: 12vw;}
#about_area .more_btn{margin-left: -16vw;}
#about_area .about_sub {top: 20px;right: 10%;display: flex;align-items: center;justify-content: center;}
#about_area .about_sub:after{content:url(/images/44/text-logo.png);position: absolute;-webkit-animation-name: circle;-webkit-animation-iteration-count: infinite;-webkit-animation-timing-function: linear;-webkit-animation-duration: 15s;}
@keyframes circle{0%{transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);}100%{transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);-webkit-transform:rotate(360deg);}}
#about_area:after{content:'';position: absolute;width: 100%;height: 1px;background: #e9e9e9;bottom: 112px;z-index: -1;}

/* fakeNumber */
#fakeNumber{width:85%;margin-top: -2vw;position: relative;z-index: 5;}
#fakeNumber ul{display: grid;justify-content: end;grid-template-columns: 220px 220px 125px;}
#fakeNumber li h2 {font-size: 20px;font-weight: 500;}
#fakeNumber li h2 b {font-size: 55px;font-family: "Poppins", serif;line-height: 1;vertical-align: bottom;background: linear-gradient(to right, var(--secondary), var(--primary));background-clip: text;-webkit-background-clip: text;color: transparent;letter-spacing: 1px;margin-right: 5px;}
#fakeNumber li p{font-size: 20px;font-weight: 500;margin-bottom: 20px;}
#fakeNumber li span{width:35px;background: linear-gradient(to right, var(--secondary), var(--primary));display: flex;align-items: center;justify-content: center;aspect-ratio: 1/1;border-radius: 50px;position: relative;}
#fakeNumber li span:before{content:'';position: absolute;width: 12px;aspect-ratio: 1/1;background: #fff;border-radius: 50px;}

/* custom_area */
#custom_area{margin-top: -202px;padding-top: 8vw;padding-bottom: 0;}
#custom_area:before{content:'';position: absolute;background: url(/images/44/Lines.png);width: 45%;height: 100%;background-repeat: repeat-y;background-position: top left;background-size: 60%;top: 0;}
#custom_area:after{content:'';background: #ededed;width: 155px;height: 100%;position: absolute;left: 0;top: 0;z-index: -1;}
#custom_area .workframe{width: min(80%, 1400px);margin-right: 230px;}
#custom_area .entitle_box {display:inline-block}
#custom_area #productTabs {display: grid;grid-template-columns: 1fr 200px;gap: 90px;align-items: end;margin-top: -5vw;}
#custom_area .tabs {display: flex;flex-direction: column;order: 1;margin-bottom: 4vw;}
#custom_area .tabs a{padding: 20px 20px;border-bottom: 1px solid #e3e3e3;}
#custom_area .tabs li:last-child a{border:0;}
#custom_area .tabs li.active a{color: var(--complement);}
#custom_area .tabs li.active svg{fill:var(--complement)}
#custom_area .tabs a svg{width:35px;height: 35px;fill: #acaeaf;margin-right: 20px;}
#custom_area .tab_content{overflow: hidden;}
#custom_area .tab_content .clip {float:right;width: 65%;}
#custom_area .tab_content .infoBox {float:left;width: 30%;margin-top: 9.5vw;}
#custom_area .tab_content .infoBox h3{font-size:20px;letter-spacing: 1px;}
#custom_area .tab_content .infoBox p{margin: 20px 0 40px;text-align: justify;line-height: 2;letter-spacing: 1px;overflow: hidden;height: auto;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
#custom_area .workframe:before{content:url(/images/44/tt-line.png);position: absolute;top: 14.5vw;left: -11vw;z-index: 25;}

/* contact_area */
#contact_area{background:#ededed}
#contact_area .workframe{position:relative;width: min(90%, 1340px);}
#contact_area .title_box {padding:0;}
#contact_area .ask{position:absolute;bottom: 0;right: 0;}
#contact_area .ask a{margin-left:20px;}

/* news_area */
#news_area .workframe{width: 80%;margin: 0;display: grid;grid-template-columns: 55% 37%;justify-content: space-between;padding-right: 10%;}
#news_area .entitle_box {writing-mode: vertical-lr;position: absolute;right: -95px;font-size: 80px;color: #ededed;background: none;}
#news_area .title_box {writing-mode: vertical-lr;position: absolute;right: 10px;}
#news_area .title_box:before{content:'';width: 15px;height: 15px;display: inline-block;background: var(--primary);border-radius: 50px;box-shadow: 0 15px var(--secondary);margin-bottom: 25px;}
#news_area .bg_box {background-size: cover;background-repeat: no-repeat;background-position: 50% 50%;}
#news_area ul{display:grid;grid-template-columns: repeat(2, 1fr);gap: 70px;padding: 60px 0;position: relative;}
#news_area ul:after{content:'';position: absolute;width: 100%;height: 1px;background: #ddd;top: 50%;}
#news_area li .img_box , #book_area li .img_box { border-radius: 15px; background-color: #f9f9f9; }
#news_area li .top {display:flex;flex-wrap: wrap;align-items: center;}
#news_area li .time {font-weight: 500;font-size: 14px;color: #102c46;font-family: "Poppins", serif;text-transform: uppercase;display: inline-block;margin: 0;}
#news_area li .more_btn {margin-right: 10px;font-weight: 400;font-size: 14px;color: #105ea4;padding: 0;height: auto;display: inline-flex;align-items: center;background: none;}
#news_area li .more_btn:after{content:'';display: inline-block;background: #023f78;width: 15px;height: 1px;margin-left: 10px;}
#news_area li h3 {margin-top: 15px;height: 60px;line-height: 150%;font-size: 20px;-webkit-line-clamp: 2;}
#news_area li p {margin: 15px 0 20px;line-height: 150%;font-size: 15px;-webkit-line-clamp: 2;color: #737475;height: auto;}
#news_area li span{color: #105ea4;font-family: "Poppins", serif;font-size: 15px;font-weight: 500;display: flex;align-items: center;}
#news_area li span:after{content:'';width: 30px;height: 1px;display: inline-block;background: #555;margin-left: 15px;}
#news_area li:hover span:after{width:40px;}

/* 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) {
	#about_area:after{bottom: 99px;}
	#custom_area:after{width: 55px;}
	#custom_area .workframe{margin:0 auto;}
	#fakeNumber{width:90%}
}
@media screen and (max-width: 1460px) {
	#custom_area .tab_content .infoBox{margin-top: 6.5vw;}
	#custom_area #productTabs{gap: 50px;grid-template-columns: 1fr 180px;}
	#custom_area .workframe:before{left: -23vw;}
	#fakeNumber{margin-top: 50px;}
	#about_area .about_sub {top: -20px;right: 8%;}
	#product_list { width: 500px; margin-left: 30px; }
	#product_list li .clip { height: 590px; }
	#about_area .about_sub_2 { top: -20vw; right: 6vw; }
	#about_area .workframe{width:90%;}
}
@media screen and (max-width: 1400px) {
	#custom_area .workframe:before{top: 18.5vw;}
	#custom_area{padding-top: 12vw;}
	#custom_area .workframe{width: 90%;}
	#custom_area:after{display:none;}
}
@media screen and (max-width: 1280px) {
	#about_area:after{bottom: 129px;}
	#fakeNumber{margin: 60px 0 50px;}
	#about_area .more_btn{margin:0;}
}
@media screen and (max-width: 1024px) {
	#custom_area{padding-top: 6vw;margin: 0;}
	#news_area ul{width:90%;margin: 0 auto;}
	#news_area .bg_box{aspect-ratio: 5/3;}
	#news_area .workframe{display:block;width: 100%;margin: 0;padding: 0;}
	#news_area .entitle_box, #news_area .title_box {position:relative;writing-mode: unset;right: 0;width: 85%;margin: 0 auto;}
	#news_area .title_box{display:flex;align-items: center;}
	#news_area .title_box:before{box-shadow: 15px 0 var(--secondary);margin: 0 30px 0 0;}
	#contact_area .ask{position:relative;margin-top: 20px;text-align: end;}
	#custom_area .tab_content .infoBox{margin-top: 1.5vw;}
	#custom_area .workframe:before{zoom: 60%;top: 37.5vw;}
	#product_list { margin: auto; }
	#news_area li h3 { height: 30px; -webkit-line-clamp: 1; }
}
@media screen and (max-width: 980px) {
	#custom_area .tab_content .clip{float:none;width: 100%;}
	#custom_area .tab_content .infoBox{float:none;width: 80%;margin: 30px auto 50px;}
	#custom_area .workframe:before{top: 30.5vw;}
	#custom_area .tabs{order:0;display: grid;grid-template-columns: repeat(3, 1fr);}
	#custom_area #productTabs{grid-template-columns:1fr;margin: 40px 0 0;}
	#about_area:after{bottom: 55px;}
	#fakeNumber{margin:0}
	#about_area .about_sub {top: 20vw;}
	#about_area .workframe{grid-template-columns:1fr;margin: -10vw auto 0;width: 100%;}
	#product_list { width: 500px; }
	#product_list li .clip { height: 590px; }
	#about_area #about_info {width: 90%;margin: 5vw auto 8vw;}
	#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 .clip img{height:auto;}
	#news_area{padding-bottom:0;}
	#news_area ul{grid-template-columns:1fr;}
	#news_area li:nth-child(3), #news_area li:nth-child(4){display:none;}
	#news_area .entitle_box{font-size: 44px;}
	#contact_area .ask{display: inline-grid;text-align: left;gap: 20px;}
	#contact_area .ask a{margin:0}
	#custom_area .tabs{grid-template-columns: repeat(2, 1fr);margin: 0;}
	#custom_area .tabs a{padding:10px;}
	#custom_area .workframe:before{left:unset;right: 31vw;top: 11%;}
	#about_area .about_sub{top:unset;bottom: -220px;transform: scale(0.7);right: 23%;}
	#fakeNumber li h2, #fakeNumber li p{font-size:17px;margin: 0;}
	#fakeNumber li h2 b{font-size: 45px;}
	#fakeNumber{margin:0 auto;}
	#fakeNumber ul{grid-template-columns: repeat(2, 1fr);gap: 40px;}
	#about_area:after, #fakeNumber li span{display:none;}
	#about_area .title_box{padding:0 25px;}
	section { padding: 10vw 0; }
	#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: 550px) {
	#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; }
	#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; }
}