@import url('https://fonts.googleapis.com/css2?family=Prosto+One&display=swap');
#wrap { z-index: 5; }

/* section */
section {padding: 5vw 0;}
section >* { z-index: 3; }
section .title_box {padding-bottom: 3vw;font-size: 20px;letter-spacing: 2px;}
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_sub_list */
#product_sub_list >div { margin: auto; width: 100%; }
#product_sub_list li { width: 210px; }
#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_area .bg_box {z-index: -1;}
#product_list li {background:var(--white);margin: 0 15px;padding: 60px 50px;border: 10px solid #fff;}
#product_list li:hover{border-color: var(--secondary);}
#product_list li .clip {height: 70px;}
#product_list li .info_box {display: block;margin-top: 30px;}
#product_list li .info_box >div {margin: auto;}
#product_list li .info_box h3 { height: auto; font-size: 20px; }
#product_list li .info_box p {margin: 10px 0;font-weight: 300;-webkit-line-clamp: 2;height: auto;font-size: 14px;}
#product_list li .info_box p:first-letter { margin-right: 2px; font-size: 12px; }

/* page-form */
#page-form{}
#page-form .workframe{width: var(--width-xl);}
#page-form form,#page-form fieldset{margin:0;padding:0;border:0}
#page-form fieldset:first-child{display:flex;flex-wrap: wrap;justify-content: space-between;}
#page-form fieldset p{overflow:hidden;color:#000;font-size:16px;margin: 10px 0;width: calc(50% - 10px);}
#page-form .btn{display:flex;justify-content: center;flex-wrap: wrap;}
#page-form .btn p{width: auto;margin: 40px 10px 0;}
#page-form label{float:left;width:100px;text-align:right;padding:5px 0}
#page-form span{display:block}
#page-form .ra span{width:auto;float:left;margin-left:10px;padding:5px 0}
#page-form input[type="text"],#page-form select{width:calc(100% - 32px);padding: 15px;border:1px solid #bdbdbd;color:#000;background: none;font-size: 15px;border-radius: 5px;}
#page-form input#Checknum{margin: 0 10px 0 0;width: calc(100% - 110px);}
#page-form select{width:calc(100% - 1px);-webkit-appearance:none;background: url(/images/44/arrow.png) no-repeat scroll 99% center transparent;background-repeat:no-repeat;background-position:97% 50%;padding: 20px 17px;border-radius: 5px;}
#page-form p.send input{background: var(--primary);color:#fff;text-align:center;width:100%;padding: 15px 45px;font-size: 14px;outline:none;cursor:pointer;border-radius: 50px;border: 0;}
#page-form .btn p.phone a{background: var(--secondary);color:#fff;text-align:center;padding: 16px 40px;font-size: 16px;letter-spacing: 2px;display: flex;justify-content: center;align-items: center;}
#page-form .btn p.line a{background: #12b508;color:#fff;text-align:center;padding: 16px 40px;font-size: 16px;outline:none;cursor:pointer;letter-spacing: 2px;display: flex;justify-content: center;align-items: center;}
#page-form .btn p a svg{width:20px;height: 20px;margin-right: 10px;}
#page-form article{font-size:15px;line-height:170%}
#page-form h2 img{margin-right:5px;vertical-align:bottom}
#page-form h2 b{display:inline-block;font-size:24px;color:#353535;margin-right:10px;vertical-align:baseline}

/* about_area */
#about_area {z-index: 5;padding-bottom: 0;}
#about_area h2, .h2title_box {font-size: 55px;text-transform: uppercase;font-family: 'Prosto One', cursive;line-height: 120%;color: var(--secondary);letter-spacing: 3px;margin-bottom: 10px;}
#about_area article {margin-bottom: 30px;line-height: 210%;letter-spacing: 1px;font-weight: 400;text-align: justify;}
#about_area .clip { -webkit-clip-path: url(#clip_about); clip-path: url(#clip_about); }
#about_area #about_info{margin-bottom: 50px;}

/* 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; }

/* news_area */
#news_area li >div{background: var(--white);padding: 60px;}
#news_area li .img_box {border-radius: 50px;width: 90px;}
#news_area li .info_box {margin: 15px 0 0;}
#news_area li .time {font-weight: 400;font-size: 15px;overflow: hidden;height: 75px;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;margin-top: 30px;text-align: justify;}
#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;color: var(--info);}
#news_area li article{color: var(--secondary);}

/* 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_info{width: 45%;}
	#page-form .workframe{width:90%;}
}
@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){
	#news_area li h3 {height: 60px;-webkit-line-clamp: 2;}
	section{padding: 50px 0;}
	#page-form fieldset p{width: calc(100% - 10px);}
	#about_area #about_info {margin-bottom: 8vw;width: calc(100% - 40px);}
	#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){
	#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; }
}
@media screen and (max-width: 550px){
	section .title_box{padding-bottom: 40px;}
	#about_area h2, .h2title_box{font-size: 35px;}
	#product_sub_list li { margin: 10px; width: 35vw; }
	#product_sub_list li .clip { height: 35vw; }
	#product_list { width: 90vw; }
	#about_area #about_img { width: 80vw; }
	#about_area .about_sub_2 { bottom: 60vw; }
	#news_area li .row {padding: 40px;}
}
@media screen and (max-width: 480px){
	#about_area .clip img{height:auto;}
	#book_area li .row { margin: auto; width: 250px; }
}