#wrap { z-index: 5; }

/* section */
section {padding: 5vw 0;}
section >* { z-index: 3; }
section .title_box {padding-bottom: 3vw;font-size: 30px;}
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%; }

/* product_area */
#product_area .title_box{padding:0;}
#product_area .p_title_box {padding-bottom: 3vw;color: #2d2d2d;font-weight: 300;letter-spacing: 1px;}

/* product_list */
#product_list li {margin:0 30px;}
#product_list li .info_box {margin-top:20px;}
#product_list li .info_box >div { margin: auto; width: 80%; }
#product_list li .info_box h3 {height: auto;font-size: 18px;text-align: center;}
#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 .title_box {padding-bottom: 40px;text-align: center;}
#about_area h2 { font-size: 45px; font-style: italic; }
#about_area article {margin-bottom: 30px;line-height: 210%;letter-spacing: 2px;font-weight: 400;text-align: center;padding: 0 10%;}
#about_area .clip { -webkit-clip-path: url(#clip_about); clip-path: url(#clip_about); }
#about_area .about_sub_1 { width: 350px; top: -10vw; left: -3vw; }
#about_area .about_sub_1 .clip { -webkit-clip-path: url(#clip_about_sub_1); clip-path: url(#clip_about_sub_1); }
#about_area .about_sub_2 { width: 300px; top: -3vw; right: 2vw; }
#about_area .about_sub_2 .clip { -webkit-clip-path: url(#clip_about_sub_2); clip-path: url(#clip_about_sub_2); }
#about_area .about_sub_3 { width: 300px; bottom: -11vw; left: 35vw; }
#about_area .about_sub_3 .clip { -webkit-clip-path: url(#clip_about_sub_3); clip-path: url(#clip_about_sub_3); }

/* custom_area */
#custom_area section {padding: 0;}
#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;}
#custom_area ul li .clip {height: 600px;}
#custom_area ul li .clip:after{content:'';width: 100%;height: 100%;background: rgb(0 0 0 / 50%);position: absolute;top: 0;left: 0;}
#custom_area ul li .clip img{width: 100%;}
#custom_area ul li .info{position:absolute;bottom: 100px;left: 10%;}
#custom_area ul li:nth-child(2n) .info{left:unset;right:10%;}
#custom_area ul li h3 {margin: 0 0 30px;font-size: 35px;color: var(--white);font-weight: 500;}
#custom_area ul li p {font-weight: 500;font-size: 18px;display: inline-block;border: 2px solid #fff;border-radius: 50px;color: var(--white);padding: 15px 40px;}
#custom_area ul li p svg{width:15px;height: 15px;fill: var(--white);margin-left: 20px;}
#custom_area ul li:hover p svg{margin-left:40px;}

/* news_area */
#news_area:before{content:'';background: var(--primary);width: 75%;height: 110px;position: absolute;top: 0;right: -5%;z-index: 4;transform: skewX(35deg);}
#news_area ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
#news_area li{background:var(--white);margin: 2px 0;border-left: 10px solid #fff;width: calc(50% - 12px);}
#news_area li:hover{border-color: var(--primary);}
#news_area li .row{margin: 0;padding: 40px;}
#news_area li .img_box , #book_area li .img_box { border-radius: 15px; background-color: #f9f9f9; }
#news_area li .info_box {}
#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; }

/* book_area */
#book_area li h3 { margin-top: 10px; height: 30px; font-size: 18px; }

/* photo_area */
#photo_area .item { width: 260px; height: 110px; }
#photo_area .item img { height: 100%; }

@media screen and (max-width: 1440px){
	#about_area .about_sub_1 , #about_area .about_sub_2 , #about_area .about_sub_3 { width: 20vw; }
}
@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: 50px 0;}
	#about_area #about_info { margin-bottom: 8vw; }
	#about_area .about_sub_2 { top: auto; bottom: 35vw; width: 35vw; }
	#about_area .about_sub_3 { width: 29vw; left: 10vw; }
	#about_area article{padding:0;letter-spacing: 0;}
	#news_area:before{width:60%;height: 70px;}
}
@media screen and (max-width: 760px){
	#product_sub_list >div { margin: 10px auto 50px; }
	#product_list li .clip { height: 80vw; }
}
@media screen and (max-width: 550px){
	#news_area li{width:100%;}
	#product_sub_list li { margin: 10px; width: 35vw; }
	#about_area #about_img { width: 80vw; }
	#about_area .about_sub_2 { bottom: 60vw; }
}
@media screen and (max-width: 480px){
	#book_area li .row { margin: auto; width: 250px; }
}