#wrap { z-index: 5; }

/* section */
section {padding: 5vw 0;}
section >* { z-index: 3; }
section .title_box {font-size: 34px;font-family: "Lora", serif;line-height: 1.5;}
section .h2title_box {padding-bottom: 2vw;font-size: 35px;font-weight: 500;letter-spacing: 5px;}
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%); }

/* slogan_area */
#slogan_area{background: var(--gray);}
#slogan_area p{text-align:center;font-size: 24px;font-weight: 100;display: flex;flex-direction: column;align-items: center;}
#slogan_area p span{font-size: 18px;}

/* 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 {background-image: url(/images/44/img-aboutBg.jpg);background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;overflow: hidden;padding-top: 10vw;}
#about_area .bbg {right: -80px;top: 0;height: 100%;}
#about_area .bbg img{height:100%;object-fit: cover;width: 100%;}
#about_area .workframe {width:min(90%, 1130px);margin-left: 12%;display: grid;grid-template-columns: 50% 37%;justify-content: space-between;align-items: end;position: relative;z-index: 5;}
#about_info {margin-bottom: 70px;}
#about_area .title_box { padding-bottom: 0; }
#about_area h2 { font-size: 45px; font-style: italic; }
#about_area article p {line-height: 210%;letter-spacing: 1px;font-weight: 500;text-align: justify;font-size: 18px;}
#about_area .moree{margin-top:40px;}
@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_img .clip:before{content:url(/images/44/img-circle.png);position: absolute;right: -85px;top: -18%;z-index: -1;animation-name: circle;animation-iteration-count: infinite;animation-timing-function: linear;animation-duration: 15s;}


/* 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 .bg_box {z-index:-1}
#news_area .fixTxt{top:20%}
#news_area .h2title_box{font-size: 27px;margin-bottom: 3vw;}
#news_area ul{width:110%;margin-left:-5%}
#news_area li .img_box img {aspect-ratio: 3/3.5;}
#news_area li{transform: scale(0.8);margin: 0 10px;}
#news_area li.slick-current{ transform: scale(1);}
#news_area li .info_box {margin: 55px 15px 0;}
#news_area li .img_box{display:flex;justify-content: center;}
#news_area li .img_box >div{width:100%}
#news_area li .img_box:after{content:'';position: absolute;width: 110%;height: 80%;border: 1px solid var(--black);bottom: -25px;z-index: -1;}
#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: 15px;height: auto;line-height: 150%;font-size: 20px;text-align: center;font-weight: 500;}

/* beauty_area */
#beauty_area{background-image: url(/images/44/img-beautyBg.jpg);background-repeat: no-repeat;background-position: 70% 50%;background-size: cover;align-items: end;padding: 2vw 0;}
#beauty_area *{color:white}
#beauty_area .workframe{width: min(90%, 980px);margin: auto 5% auto auto;}
#beauty_area .title_box {display:flex;align-items: flex-end;}
#beauty_area .title_box h2{margin-bottom:5px;margin-left: 20px;}
#beauty_area .bg_box{width: 100%;opacity: 1;background-attachment: unset;height: 70vh;order: 2;border-radius: 80px 0 0 0;overflow: hidden;}
#beauty_area .list_box li {border-bottom: 1px solid #ddd;}
#beauty_area .list_box .info_box {padding: 25px 0;}
#beauty_area .list_box .info_box p font:after{content:'';width: 50px;height: 1px;display: inline-block;background: #d2d2d2;margin: 0 20px;}
#beauty_area .list_box .info_box p .time {font-weight: 400;text-align: left;font-size: 14px;padding-right: 10px;margin-right: 10px;line-height: 1;display: inline-flex;align-items: center;}
#beauty_area .list_box .info_box .tt{display:grid;grid-template-columns: 1fr 150px;align-items: center;}
#beauty_area .list_box .info_box .tt p{padding: 4px 0;border-left: 1px solid #ddd;padding-left: 30px;font-size: 14px;text-decoration: underline;}
#beauty_area .list_box .info_box .tt p b{background: var(--white);display: inline-flex;align-items: center;justify-content: center;padding: 15px;border-radius: 50px;margin-left: 15px;}
#beauty_area .list_box .info_box .tt p b svg{width:15px;height:15px;}
#beauty_area .list_box .info_box .h3 {height: auto;font-size: 20px;-webkit-line-clamp: 2;font-weight: 400;width: 90%;}

/* 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: 1460px) {
    #about_area .bbg{right: -20%;}
    #beauty_area{background-position: 85% 50%;}
}
@media screen and (max-width: 1280px) {
    #about_area .workframe{margin:0 auto;}
}
@media screen and (max-width: 1024px) {
    #about_area .bbg{right: -35%;}
	#product_list { margin: auto; }
	#news_area li h3 { height: 30px; -webkit-line-clamp: 1; }
}
@media screen and (max-width: 980px) {
    #news_area .fixTxt{width:350px;}
    #about_area .workframe{display:flex;flex-wrap: wrap;}
    #about_area .bbg{width: 100%;height: 35%;top: unset;bottom: 0;right: 0;}
}
@media screen and (max-width: 760px) {
    #news_area .fixTxt{width: 210px;top: 26%;}
    section .h2title_box{padding-bottom:7vw;font-size: 26px;}
    section .title_box{font-size:35px;}
    #slogan_area p{font-size:26px;padding: 0 20px;}
	section, #beauty_area {padding: 12vw 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; }
    #about_area article p{font-size:16px;}
}
@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_img { width: 80vw; }
	#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; }
}