#wrap { z-index: 5; }

/* section */
section {padding: 5vw 0;}
section >* { z-index: 3; }
section .title_box {padding-bottom: 3vw;font-size: 35px;font-weight: 500;}
section .entitle_box {font-size: 55px;font-weight: 500;font-family: "Oswald", sans-serif;}
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_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-repeat: no-repeat;background-size: cover;background-position: top;}
#about_area:before {position: absolute;background: url(/images/44/img_goals_bg.png) no-repeat 45% 0 / auto 100%;top: 9vw;left: -10%;content: "";width: 120%;height: 16vmax;opacity: .6;-webkit-animation: goals_bg 50s linear infinite;animation: goals_bg 10s linear infinite;}
@keyframes goals_bg{0%,100%{background-position:45% 0;}50%{background-position:55% 0;}}
#about_area .title_box { padding-bottom: 0; }
#about_area h2 { font-size: 45px; font-style: italic; }
#about_area #about_info article {margin-bottom: 30px;line-height: 230%;font-weight: 400;width: 65%;text-align: justify;}
#about_info{display:flex;margin-top: 30px;justify-content: space-between;align-items: flex-end;}
#pictureBox{left: 6%;top: 45%;}

/* custom_area */
#custom_area li{display: grid;align-items: center;justify-content: space-between;grid-template-columns: 43% 45%;padding: 0 70px;}
#custom_area li:after{content:'';position: absolute;width: 100%;height: 70%;background: white;z-index: -1;border-radius: 50px;box-shadow: 0 0 70px rgb(0 0 0 / 5%);}
#custom_area li .h3 {margin: 0 0 15px;font-size: 40px;font-family: "Oswald", sans-serif;text-transform: uppercase;font-weight: 500;}
#custom_area li article {font-weight: 500;font-size: 25px;}
#custom_area li .d-flex{display:flex;justify-content: space-between;width: 96%;}
#custom_area li .circle {position: relative;border: 1px #c7c7c7 solid;width: 30px;height: 30px;border-radius: 100%;margin-left: 30px;margin-top: 6px;-ms-flex-negative: 0;flex-shrink: 0;}
#custom_area li .circle::before {content: '';position: absolute;width: 0px;top: 7px;left: 6px;-webkit-transform: rotate(55deg);-ms-transform: rotate(55deg);transform: rotate(55deg);-webkit-transform-origin: 0;-ms-transform-origin: 0;transform-origin: 0;border-top: 6px solid var(--primary);}
#custom_area li:hover .circle::before {width: 17px;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
#custom_area li .circle::after {content: '';position: absolute;width: 0px;top: 19px;left: 14px;-webkit-transform: rotate(-35deg);-ms-transform: rotate(-35deg);transform: rotate(-35deg);-webkit-transform-origin: 0;-ms-transform-origin: 0;transform-origin: 0;border-top: 6px solid var(--primary);}
#custom_area li:hover .circle::after {width: 37px;-webkit-transition:0.3s ease;-o-transition:0.3s ease;transition:0.3s ease;-webkit-transition-delay:0.3s;-o-transition-delay:0.3s;transition-delay:0.3s;}
#custom_area li .point {width: 9px;height: 9px;border-radius: 12px;background-color: var(--primary);margin-top: 11px;margin-left: 11px;}
#custom_area li:hover .point { opacity: 0; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

/* news_area */
#news_area li .img_box , #book_area li .img_box {border-radius: 25px;background-color: #f9f9f9;}
#news_area li .info_box { margin: 10px 15px 0; }
#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 .title_box {font-size:30px;}
#book_area .more_btn{right:0;bottom: 3.5vw;}
#book_area .slick-list{overflow:unset}
#book_area ul{width: 125%;margin-left: -20px;}
#book_area li {margin: 0 20px;}
#book_area li .h3 {margin-top: 10px;height: auto;font-size: 25px;width: 90%;}
#book_area li .img_box:before{z-index: 2;content:'';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(180deg,rgb(0 0 0 / 0%), rgb(0 0 0 / 50%));}
#book_area li .infoo{bottom:0;z-index: 2;width: 100%;padding: 45px 35px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
#book_area li .infoo a{position:relative;padding: 8px 25px;border-radius: 50px;}
#book_area li >a{z-index:2}
#book_area li span{display:flex;align-items: center;justify-content: center;width: 8px;aspect-ratio: 1/1;background: white;border-radius: 50px;position: absolute;bottom: 62px;right: 40px;}
#book_area li span:after{content:'';width: 30px;aspect-ratio: 1/1;background: white;border-radius: 50px;position: absolute;opacity: .2;animation: pulse 2s infinite ease-in-out;}

/* photo_area */
#photo_area .fixTxt {right: 5%;top: -80px;}
#photo_area .logobox{display:flex;align-items: center;justify-content: center;left: calc(-472px/2);top: calc(-472px/2);}
#photo_area .logobox img:first-child{right: 36%;z-index: 2;}
#photo_area .logobox img:last-child{animation: spinReverse 30s linear infinite;}
@keyframes spinReverse{0%{transform:rotate(360deg);}100%{transform:rotate(0deg);}}
#photo_area .title_box {display:flex;justify-content: space-between;align-items: center;font-size: 30px;}
#photo_area .title_box:before, #photo_area .title_box:after{content:'';width: 27%;height: 1px;background: #ddd;}
#photo_area .partner {display:grid;grid-template-columns: repeat(5, 1fr);gap: 30px;margin-bottom: 50px;}
#photo_area .more{text-align:center;}
#photo_area .item {height: 105px;display: flex;align-items: center;justify-content: center;}
#photo_area .item img {aspect-ratio: 43 / 21;object-fit: contain;height: 70px;transition: filter .4s ease;filter: grayscale(100%) contrast(0) brightness(1);}
#photo_area .item:hover img{filter: none;}
#particle-canvas{width:100%;height: 100%;position: absolute !important;top: 0;left: 0;z-index: -3;opacity: .25;}
#particle-canvas canvas{width:100%;height:100%;}
#fakeNumber ul{display:flex;justify-content: center;width: 80%;margin: 0 auto 90px;flex-wrap: wrap;}
#fakeNumber li{width:calc(100%/4)}
#fakeNumber li .eva{display:flex;flex-direction: column;align-items: center;}
#fakeNumber li .eva b{font-family: "Oswald", sans-serif;font-size: 60px;font-weight: 500;margin-right: 10px;}
#fakeNumber li .eva span{font-family: "Oswald", sans-serif;font-size: 50px;font-weight: 500;}
#fakeNumber li .eva p{color:#9e9c9c;font-size:20px;font-weight: 500;}

#contact_area{background-image:url(/images/44/bookBg.jpg);background-size: cover;background-position: bottom;position: relative;z-index: 5;padding-bottom: 35px;overflow: hidden;}
#contact_area .fixTxt {left: 50px;top: 0;}
#contact_area:after{content:'';background: #fff;border-radius: 0 90px 0 0;transform: skewY(3.17deg);box-shadow: 40px 4px 45px rgba(0,0,0,.08);position: absolute;bottom: -7%;width: calc(100vw - 200px);height: 98%;left: 0;}
#contact_area .workframe {display:grid;grid-template-columns: 45% 50%;width: min(90%, 1500px);margin-left: 20%;align-items: center;margin-top: -150px;justify-content: space-between;}
#contact_area .info{margin-top: 100px;}
#contact_area .title_box h1{font-size: 30px;font-weight: 500;}
#contact_area p{font-size: 20px;margin-bottom: 70px;}

@media screen and (max-width: 1440px){
    #contact_area .workframe{margin-top: -70px;}
    #pictureBox{left: -3%;}
    #photo_area .logobox{transform: scale(0.8);}
}
@media screen and (max-width: 1280px){
    #contact_area .workframe{margin:auto}
    #photo_area .logobox{transform: scale(0.6);}
}
@media screen and (max-width: 1024px){
    #contact_area:after{width: calc(100vw - 100px);}
	#product_list { margin: auto; }
	#news_area li h3 { height: 30px; -webkit-line-clamp: 1; }
}
@media screen and (max-width: 980px){
    section .entitle_box{line-height:1.3}
    #contact_area .title_box h1{line-height:1.5;margin-top: 20px;}
    #contact_area{padding: 0 0 60px;margin-top: -5%;}
    #photo_area .title_box:before, #photo_area .title_box:after{width: 15%;}
    #fakeNumber ul{width:100%}
    #custom_area li .h3{line-height: 1.4;}
    #custom_area li{padding: 0 50px;}
    #custom_area li:after{height:80%}
    #pictureBox, #photo_area .fixTxt, #contact_area .fixTxt{width: 110px;}
	section { padding: 12vw 0; }
	#photo_area .partner{grid-template-columns: repeat(4, 1fr);}
    #book_area .title_box{margin-bottom: 50px;}
    #contact_area:after{width:100%;transform: none;border-radius: 30px 30px 0 0;height: 95%;bottom: 0;}
    #contact_area p{font-size:18px;}
}
@media screen and (max-width: 760px){
    #contact_area .workframe{grid-template-columns:1fr;gap: 10px;}
    #contact_area .info{order:2;margin: 0;}
    #photo_area .fixTxt{right:unset;top: -50px;left: -50px;}
    #custom_area li:after{height: 90%;bottom: -30px;}
    #custom_area{margin-top:50px;}
    #custom_area li{grid-template-columns:1fr;margin: 40px 0;}
    #pictureBox{left:unset;right: -40px;}
    #about_area #about_info article{width:100%}
    #about_info{display:flex;flex-direction: column;align-items: flex-start;}
    section .title_box{font-size:30px;}
	#photo_area .partner{grid-template-columns: repeat(2, 1fr);}
	#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; }
    #photo_area .logobox{display:none;}
    #fakeNumber li{width:50%}
    #photo_area .title_box:before, #photo_area .title_box:after{display:none;}
    #photo_area .title_box{font-size: 26px;}
    #book_area .more_btn{position:relative;bottom: 0;margin: 0 0 50px auto;}
    #book_area ul{width: 100%;margin: 0;}
    #contact_area .fixTxt{display:none;}
}
@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; }
}