#wrap { z-index: 5; }

/* section */
section {padding: 5vw 0;}
section >* { z-index: 3; }
section .title_box {padding-bottom: 2vw;font-size: 30px;font-weight: 500;letter-spacing: 2px;}
section .emtitle_box{font-family: "Cormorant", serif;font-size: max(5.5*(.8vw + 1vh) / 2, 40px);display: block;margin-bottom: 10px;font-style: unset;font-weight: 500;line-height: 1;}
section .emtitle_box:first-letter{color:var(--primary)}
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%); }
section .bg_box {z-index:-1}

/* product_list */
#product_area { background: url(/images/44/img-p-BG.jpg) no-repeat center 120%/100%; padding: 2vw 0; }
#product_area:before { content: ''; position: absolute; width: 100vw; height: 40vh; background: linear-gradient(180deg,#f5f5f5 20%,rgb(250 250 250/0%) 100%); top: 0; 0; z-index: 0; }
#product_list .slick-track { transition: unset; -webkit-transition: unset; }
#product_list li {margin:0 25px;border-radius: 500px;overflow: hidden;}
#product_list li .clip img{aspect-ratio: 3/5.5;filter: saturate(60%);height: 580px;}
#product_list li .info_box {bottom: 0;left: 0;background: linear-gradient(360deg, #092455 40%, rgb(255 255 255 / 0%) 100%);display: flex;flex-direction: column;align-items: center;padding: 30px 60px 60px;}
#product_list li:hover .info_box{padding-bottom:120px;}
#product_list li .info_box >div { margin: auto; width: 80%; }
#product_list li .info_box .Txth3 { height: auto; font-size: 26px; margin-bottom: 10px; font-weight: 400; letter-spacing: 1px; display: flex; flex-direction: column; align-items: center; }
#product_list li .info_box .Txth3::after { content: ""; display: block; width: 50px; height: 2px; background-color: var(--complement); margin: 20px 0 22px; }
#product_list li .info_box p {margin-right: 10px;font-weight: 300;font-size: 15px;-webkit-line-clamp: 3;height: 77px;text-align: center;}
#product_list li:hover .info_box p{-webkit-line-clamp: 5;height:auto;}
#product_list .slick-prev{left: -110px;top: 40%;}
#product_list .slick-prev:before{content:url(/images/44/arrow-left.png)}
#product_list .slick-next{right:-110px;top: 40%;}
#product_list .slick-next:before{content:url(/images/44/arrow-right.png)}
#product_list .slick-dots li button{width: 10px;height: 2px;padding:6px}
#product_list .slick-dots li button:before{content:'';width: 10px;height: 1px;line-height:0px;background: #000;}
#product_list .slick-dots{position:relative;margin-top: 55px;bottom:0}
#product_list .slick-dots li{width: 10px;height: 1px;display:inline-flex;background: none;border-radius: unset;margin: 0 5px;outline-offset: unset;outline: unset;}

/* about_area */
#about_area { position: relative; padding: 128px 0 132px; overflow: hidden; font-family: var(--font-family); background: url(/images/44/img-ab-BG.jpg) no-repeat center top/100%; }
#about_area:before {content: '';background: radial-gradient(circle at 32% 18%, rgba(var(--triadic1-rgb), 0.07) 0%, transparent 28%), radial-gradient(circle at 90% 75%, rgba(var(--complement-rgb), 0.1) 0%, transparent 15%), linear-gradient(180deg, #ffffff38 0%, #f7f7f7d4 100%);position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 0;}
#about_area:after { content: 'TMS GLOBAL SURVEY SERVICES'; position: absolute; left: 4vw; bottom: 76px; color: rgba(var(--secondary-rgb),0.035); font-size: clamp(54px,8vw,128px); font-weight: 500; letter-spacing: .08em; white-space: nowrap; pointer-events: none; font-family: "Cormorant",serif; }
#about_area .workframe {position: relative;z-index: 2;display: grid;grid-template-columns: minmax(310px,0.58fr) minmax(560px,1.22fr);gap: clamp(160px,2vw,179px);align-items: center;width: min(90%,1560px);}
#about_area #about_info { position: relative; padding: 28px 0 44px 40px; white-space: normal; }
#about_area #about_info:before { content: ''; width: 10px; height: 10px; position: absolute; left: 0; top: 0; background: var(--complement); transform: rotate(45deg); box-shadow: 0 0 0 8px rgba(var(--complement-rgb),0.12); }
#about_area #about_info:after { content: ''; width: 1px; height: 150px; position: absolute; left: 4px; top: 32px; background: linear-gradient(180deg,rgba(var(--complement-rgb),0.72),rgba(var(--secondary-rgb),0)); }
#about_area .about_intro { position: relative; margin-top: 34px; padding: 28px 0 0 34px; }
#about_area .about_intro:before { content: ''; width: 74px; height: 1px; position: absolute; left: 0; top: 0; background: linear-gradient(90deg,var(--secondary),rgba(var(--secondary-rgb),0)); }
#about_area .about_intro p { margin: 0; color: rgba(var(--info-rgb),0.76); font-size: 16px; font-weight: 400; line-height: 2.05; letter-spacing: .045em; text-align: justify; }
#about_area .about_keyline { display: flex; flex-direction: column; margin: 28px 0; }
#about_area .about_keyline span { position: relative; color: var(--info); font-size: 16px; font-weight: 500; display: grid; grid-template-columns: 30px 1fr; align-items: center; border-bottom: 1px solid #cdcdcd; padding: 14px 0; width: 100%; }
#about_area .about_keyline span:before { content: ''; width: 6px; height: 6px; margin-right: 12px; background: var(--triadic1); transform: rotate(45deg); }
#about_area #about_img {
  position:relative;display:grid;grid-template-columns:1.15fr .65fr;grid-template-areas:"media article"
		"media service";gap:60px 100px;align-items:stretch;padding:0;white-space:normal;
}
#about_area #about_img:before { content: ''; width: 11vw; height: 11vw; position: absolute; left: 33%; top: -10%; border-radius: 50%; border: 1px solid rgba(var(--secondary-rgb),0.08); }
#about_area .about_media { grid-area: media; position: relative; min-height: 560px; }
#about_area .about_media:before { content: ''; position: absolute; inset: 20px 88px -58px -24px; border: 1px solid rgba(var(--secondary-rgb),0.12); border-radius: 250px 250px 0 0; }
#about_area .about_img_lg { position: absolute; left: 0; top: 0; width: 89%; height: 600px; border-radius: 250px 250px 0 0; overflow: hidden; box-shadow: 0 10px 50px rgb(11 13 63/9%); }
#about_area .about_img_sm { position: absolute; right: -40px; bottom: -40px; height: 400px; }
#about_area .about_img_lg img,#about_area .about_img_sm img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 1.2s ease; }
#about_area .about_media:hover img { transform: scale(1.045); }
#about_area .about_route_card {position: absolute;left: -30px;top: 50px;min-width: 150px;padding: 22px 20px;border-radius: 18px;background: linear-gradient(90deg,var(--secondary),var(--primary));box-shadow: 0 10px 50px rgb(11 13 63/9%);backdrop-filter: blur(12px);}
#about_area .about_route_card:after { content: ''; width: 9px; height: 9px; position: absolute; right: 18px; top: 18px; background: var(--complement); transform: rotate(45deg); }
#about_area .about_route_card strong { display: block; color: var(--white); font-size: 42px; font-weight: 800; line-height: 1; letter-spacing: .02em; }
#about_area .about_route_card span { display: block; margin-top: 9px; color: rgba(var(--white-rgb),0.78); font-size: 12px; font-weight: 600; letter-spacing: .1em; }
#about_area article { position: relative; align-self: end; padding: 20px 0 8px; }
#about_area .about_lead article:before { content: 'GLOBAL SUPPORT'; display: block; margin-bottom: 18px; color: var(--triadic1); font-size: 20px; font-weight: 500; letter-spacing: .22em; font-family: "Cormorant",serif; }
#about_area article p {margin: 0;color: rgba(var(--info-rgb),0.76);font-size: 16px;font-weight: 400;line-height: 1.9;letter-spacing: .04em;text-align: justify;}
#about_area .about_service_grid {grid-area: service;display: grid;grid-template-columns: repeat(2,1fr);gap: 40px 30px;align-self: start;}
#about_area .about_service_grid div { position: relative; overflow: hidden; transition: transform .35s ease,border-color .35s ease,box-shadow .35s ease; }
#about_area .about_service_grid .ss_icon img {position: relative;display: flex;align-items: center;justify-content: flex-start;margin-bottom: 15px;width: 50px;}
#about_area .about_service_grid svg { width: 23px; height: 23px; fill: var(--secondary); }
#about_area .about_service_grid b { display: block; color: var(--primary); font-size: 16px; font-weight: 700; line-height: 1.4; letter-spacing: .08em; }
#about_area .about_service_grid span {display: block;margin-top: 8px;color: rgba(var(--info-rgb),0.52);font-size: 14px;font-weight: 600;letter-spacing: .14em;text-transform: uppercase;font-family: "Cormorant", serif;}

@media screen and (max-width:1440px) {
	#about_area {padding: 70px 0;}
	#about_area .workframe { grid-template-columns: 1fr; }
	#about_area #about_img { grid-template-columns: 1.9fr 1.1fr; gap: 40px 80px; }
	#about_area .about_service_grid { grid-template-columns: 1fr; }
}
@media screen and (max-width:980px) {
	#about_area .about_service_grid { grid-template-columns: repeat(3,1fr); gap: 0; }
	#about_area #about_info { padding: 0 0 20px; }
	#about_area #about_info:before,#about_area #about_info:after { display: none; }
}
@media screen and (max-width:900px) {
	#about_area #about_img {
	grid-template-columns:1fr;grid-template-areas:"media" "article" "service";}
	#about_area .about_media { min-height: 500px; }
	#about_area .about_img_sm { bottom: 0; }
	#about_area .about_media:before { display: none; }
	#about_area .about_img_lg { width: 90%; height: 100%; }
	#about_area article { padding-top: 10px; }
}
@media screen and (max-width:640px) {
	#about_area { padding: 76px 0; }
	#about_area:after { display: none; }
	#about_area .title_box { font-size: 30px; }
	#about_area .title_box:after { font-size: 15px; line-height: 1.6; }
	#about_area .about_intro { padding-left: 20px; }
	#about_area .about_media { min-height: 390px; }
	#about_area .about_media:before { display: none; }
	#about_area .about_route_card {left: 10px;}
	#about_area .about_route_card strong { font-size: 32px; }
}

/* 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 .Txth3 { 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 .workframe{width: min(90%, 1480px);}
#news_area .title_box{padding-bottom: 3vw;}
#news_area li .img_box { border-radius: 15px; background-color: #f9f9f9; }
#news_area li .info_box { margin: 10px 15px 0; }
#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 .Txth3 {height: auto;line-height: 150%;font-size: 18px;-webkit-line-clamp: 1;color: #363434;font-weight: 500;}
#news_area li:hover .Txth3{color:var(--secondary)}
#news_area .tabs_btn{display:flex;flex-direction: column;align-items: flex-start;}
#news_area .tabs_btn ul{display:flex;flex-direction: column;margin-bottom: 40px;display: none;}
#news_area .tabs_btn li{margin:2.5px 0;}
#news_area .tabs_btn li a{font-size: 19px;}
#news_area .tabs_btn li:hover a,#news_area .tabs_btn li.active a{background: linear-gradient(to right, var(--secondary), var(--primary));background-clip:text;-webkit-background-clip:text;color:transparent;display: inline-block;}
#news_area .tabs_box{display: grid;grid-template-columns: 35% 65%;justify-content: space-between;}
#news_area .tabs_body .tab_info{width:100%;top:0;left:0;opacity:0;pointer-events:none}
#news_area .tabs_body .tab_info.showBox{opacity:1;pointer-events:auto;padding:0px 0 10px}
#news_area .tabs_body .tab_info .items .Img{padding-bottom:20px;display:none;width:100%}
#news_area .tabs_body .tab_info .items .Img img{height:310px;width:100%;object-fit:cover}
#news_area .tabs_body .tab_info .items .Txt{display:grid;grid-template-columns: 120px 1fr 120px;align-items: center;}
#news_area .tabs_body .tab_info li:first-child .items .Img{display:inline-block}
#news_area .tabs_body .tab_info li:first-child article,#news_area .tabs_body .tab_info  li:first-child .items .Txt .more{display:none}
#news_area .tabs_body .tab_info .items .Txt .more{width:auto;border:0px solid var(--info);padding:0}
#news_area .tabs_body .tab_info .items .Txt .more b.arrow{background-color:#ababab;height:1px;width:calc(100% - 60px)}
#news_area .tabs_body .tab_info .category{line-height:1;font-size: 14px;font-weight: 300;position: relative;z-index: 5;background: var(--secondary);color: var(--white);padding: 12px 20px;display: inline-block;}
#news_area .news_list li{border-bottom: 1px solid #ddd;padding: 45px 0;}
#news_area .news_list li:first-child{border-top: 1px solid #ddd;}
#news_area .f_aitems_end{display: flex;flex-wrap: wrap;align-items: center;margin-bottom: 10px;}
#news_area .f_aitems_end p{font-family: "Poppins", serif;color: #666666;font-size: 15px;font-weight: 400;display: inline-flex;align-items: center;line-height: 1;}
#news_area .f_aitems_right{position:relative;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
#news_area .f_aitems_right b{background: linear-gradient(140deg, var(--secondary), var(--primary));width: 45px;height: 45px;display: inline-flex;justify-content: center;align-items: center;border-radius: 50px;position: absolute;right: 0;}
#news_area li:hover .f_aitems_right b{right:20px;}
#news_area .f_aitems_right svg{width: 15px;height: 15px;fill: #fff;}
#news_area .news_list li:hover svg{transform: rotate(0);}
#news_area .tabs_body .tab_info .time{font-size:14px;display:flex;flex-direction:row;align-items:center;position:relative;color: #6c6c6c;font-family: "Lato", serif;justify-content: flex-end;text-transform: uppercase;}
#news_area .tabs_body .tab_info .time font.y_txt{font-size:50px;font-weight:700;line-height:100%;background:linear-gradient(to right,var(--primary),var(--secondary));background-clip:text;-webkit-background-clip:text;color:transparent}
#news_area .tabs_body .tab_info .time font.m_txt{font-weight: 400;font-size:15px;font-family: 'Poppins', serif;color: #666666;line-height: 1;}
#news_area .tabs_body .tab_info .time font.d_txt{width:20px;grid-area:time_d;color:var(--dark)}
#news_area .tabs_body .tab_info article{height:50px;font-weight:500;font-size:15px;color:#1e1e1e;-webkit-line-clamp:2;margin:30px 0}
/* fakeNumber */
#fakeNumber{background: linear-gradient(90deg, var(--secondary), var(--primary));z-index: 6;padding: 50px 40px;position: relative;order: 3;width: var(--width-xxl);margin: 5vw auto 0;}
#fakeNumber *{color:#fff;}
#fakeNumber ul{display:grid;grid-template-columns: repeat(5, 1fr);}
#fakeNumber li{margin: 0 15px;}
#fakeNumber li h2{font-family: "Lato", serif;font-size: 45px;font-weight: 300;display: flex;align-items: flex-end;}
#fakeNumber li h2 b{font-family: "Lato", serif;font-size: max(4.5*(1vw + 1vh) / 2, 40px);font-weight: 400;margin-right: 10px;line-height: 1.1;}
#fakeNumber li h2 span { letter-spacing: 5px; font-size: 35px; }
#fakeNumber li p { font-size: 20px; }


/* book_area */
#book_area {position: relative;padding: clamp(80px,8vw,90px) 0 60px;background: var(--white);overflow: hidden;}
#book_area .tit {display: flex;align-items: baseline;width: 100%;justify-content: center;margin-bottom: 60px;}
#book_area .tit * { margin: 0; padding: 0; }
#book_area .tit h2 {margin-bottom: 5px;margin-left: 15px;}
#book_area .book_layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(420px,1.04fr) minmax(420px,.96fr); gap: clamp(34px,5vw,78px); align-items: center; }
#book_area .book_feature { position: relative; }
#book_area #booklist,#book_area #booklist ul,#book_area #booklist li { position: relative; margin: 0; padding: 0; list-style: none; }
#book_area #booklist .info {position: relative;border-radius: 30px;overflow: hidden;background: var(--primary);}
#book_area #booklist .img_box { position: relative; aspect-ratio: 16/10; overflow: hidden; background: var(--complement); }
#book_area #booklist .img_box:after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,rgba(var(--black-rgb),0) 45%,rgba(var(--black-rgb),.62) 100%); pointer-events: none; }
#book_area #booklist img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease,filter 1.2s ease; }
#book_area .feature_caption { position: relative; display: grid; grid-template-columns: 70px 1fr; gap: 24px; align-items: center; padding: clamp(22px,2.7vw,38px) clamp(24px,3vw,46px); background: var(--primary); color: var(--white); }
#book_area .caption_icon { position: relative; display: flex; align-items: center; justify-content: center; width: 58px; aspect-ratio: 1/1; border: 1px solid rgba(var(--white-rgb),.38); border-radius: 50%; }
#book_area .caption_icon:before { content: ''; position: absolute; inset: 8px; border: 1px solid rgba(var(--white-rgb),.18); border-radius: 50%; }
#book_area .caption_icon svg {position: relative;z-index: 2;width: 50px;height: 50px;fill: var(--gray);opacity: .88;}
#book_area .caption_text { position: relative; padding-left: 24px; border-left: 1px solid rgba(var(--white-rgb),.28); }
#book_area .caption_text .Txt {margin: 0;color: var(--white);font-size: clamp(22px,2vw,26px);font-weight: 500;line-height: 1.35;letter-spacing: .1em;height: auto;}
#book_area .caption_text p { margin: 10px 0 0; color: rgba(var(--white-rgb),.72); font-size: 15px; line-height: 1.8; letter-spacing: .06em; }
#book_area .book_advantage { position: relative; }
#book_area .book_advantage ul { margin: 0; padding: 0; list-style: none; }
#book_area .book_advantage li { position: relative; display: block; border-bottom: 1px solid rgba(var(--primary-rgb),.12); }
#book_area .advantage_item {position: relative;display: grid;grid-template-columns: 88px 1fr 25px;gap: clamp(18px,2vw,34px);align-items: center;padding: clamp(24px,2.8vw,26px) 0;color: var(--primary);transition: padding-left .35s ease;}
#book_area .advantage_icon {display: flex;align-items: center;justify-content: center;width: 80px;aspect-ratio: 1/1;border: 1px solid rgba(var(--primary-rgb),.16);border-radius: 50%;background: var(--white);transition: border-color .35s ease,transform .35s ease;}
#book_area .advantage_icon svg {width: 50px;height: 50px;fill: var(--primary);stroke: currentColor;stroke-width: 2;}
#book_area .advantage_text .Txt {margin: 0;color: var(--primary);font-size: 25px;font-weight: 500;line-height: 1.35;letter-spacing: .12em;}
#book_area .advantage_text p {margin: 8px 0 0;color: rgba(var(--info-rgb),.92);font-size: 16px;font-weight: 400;line-height: 1.85;letter-spacing: .055em;}
#book_area .advantage_arrow { display: flex; justify-content: flex-end; color: rgba(var(--primary-rgb),.42); transition: color .35s ease,transform .35s ease; }
#book_area .advantage_arrow svg { fill: currentColor; }
#book_area .atag_item { inset: 0; z-index: 5; }
#book_area #booklist .info:hover img { transform: scale(1.045); filter: contrast(1.04); }
#book_area .advantage_item:hover { padding-left: 16px; }
#book_area .advantage_item:hover .advantage_icon {transform: rotate(8deg);}
#book_area .advantage_item:hover .advantage_arrow { color: var(--primary); transform: translateX(6px); }
@media screen and (max-width:1180px) {
  #book_area .book_layout { grid-template-columns: 1fr; }
  #book_area #booklist .info { border-radius: 0 22px 22px 0; }
  #book_area #booklist .img_box { aspect-ratio: 16/9; }
}
@media screen and (max-width:760px) {
  #book_area { padding: 70px 0; }
  #book_area .tit { text-align: left; margin-bottom: 36px; }
  #book_area .emtitle_box { font-size: 26px; letter-spacing: .18em; }
  #book_area .emtitle_box:before,#book_area .emtitle_box:after { display: none; }
  #book_area .title_box {}
  #book_area .book_layout { gap: 34px; }
  #book_area #booklist .info { border-radius: 0 18px 18px 0; }
  #book_area #booklist .img_box { aspect-ratio: 4/3; }
  #book_area .feature_caption { grid-template-columns: 1fr; gap: 16px; padding: 24px; }
  #book_area .caption_text { padding-left: 0; border-left: 0; }
  #book_area .caption_text .Txt { font-size: 24px; }
  #book_area .advantage_item { grid-template-columns: 52px 1fr 28px; gap: 16px; padding: 24px 0; }
  #book_area .advantage_icon { width: 46px; }
  #book_area .advantage_icon svg { width: 22px; height: 22px; }
  #book_area .advantage_text .Txt { font-size: 21px; }
  #book_area .advantage_text p { font-size: 14px; }
}


/* photo_area */
#photo_area .item {width: 260px;height: 200px;}
#photo_area .item img {height: 100%;object-fit: cover;}

@media screen and (max-width: 1680px) {
    #book_area .tit h2{margin-bottom: 2px;}
}
@media screen and (max-width: 1460px) {
	#about_area .workframe{display: grid;grid-template-columns: 30% 60%;justify-content: space-between;gap: 40px;}
	#fakeNumber{width: calc(95% - 80px);}
	#product_list ul{width:80%;margin: 0 auto;}
	#product_list li .clip img{height: 541px;}
}
@media screen and (max-width: 1366px){
    #book_area .tit h2{margin-bottom: 0;}
	#fakeNumber{position:relative;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
	#book_area .tit{margin-top:3vw;}
}
@media screen and (max-width: 1024px) {
    #fakeNumber li h2{font-size: 30px;}
    #fakeNumber li{margin:0}
	#fakeNumber{width: 90%;padding: 30px;order: -1;margin-bottom: 30px;}
	#book_area .workframe{display: block;width: 90%;margin: 0 auto;}
	section .title_box{font-size: 23px;}
	#book_area{padding: 2vw 0 5vw;}
	#book_area .workframe >div:last-child{display:none;}
	#about_area .workframe{grid-template-columns:1fr}
	#about_area article p{width:100%;}
	#product_list { margin: auto; }
    #fakeNumber li p{font-size:18px;}
	#news_area li .Txth3 { height: 30px; -webkit-line-clamp: 1; }
}
@media screen and (max-width: 980px) {
	#news_area .tabs_btn{
    align-items: center;
}
	#news_area .tabs_btn ul{display:flex;flex-direction: row;flex-wrap: wrap;}
	#news_area .tabs_btn .more_btn{display:none;}
	#news_area .tabs_box{grid-template-columns:1fr;gap: 40px;}
	#fakeNumber ul{grid-template-columns: repeat(3, 1fr);gap: 30px;}
	#product_list ul{width:90%;}
	section { padding: 10vw 0; }
	#product_list .slick-prev:before, #product_list .slick-next:before{zoom: 60%;}
	#product_list .slick-prev{left: -50px;}
	#product_list .slick-next{right:-50px;}
	#news_area .tabs_btn li:hover a, #news_area .tabs_btn li.active a{background: linear-gradient(to right, var(--secondary), var(--primary));color: #fff;}
	#news_area .tabs_btn li a{font-size:17px;background: #ececec;padding: 5px 40px;border-radius: 5px;margin-right: 15px;}
}
@media screen and (max-width: 760px) {
    #product_list li .info_box{padding:30px 30px 60px;}
	#news_area .news_list li{padding:25px 0;}
	#news_area .tabs_body .tab_info .items .Txt{grid-template-columns:50% 50%;}
	#news_area li .Txth3{grid-column: 1 / 3;order: 2;margin-top: 20px;}
	#news_area .tabs_btn li a, #news_area .tabs_btn li:hover a, #news_area .tabs_btn li.active a{display:block;margin: 0;text-align: center;padding: 5px 20px;}
	#news_area .tabs_btn ul{display: flex;gap: 10px;margin-top: 10px;margin-bottom: 0;}
	#booklist li .Txth3{writing-mode:unset;height: auto;font-size: 20px;color: #2f3332;display: -webkit-box;}
	#book_area .tit{margin-top:8vw}
	#book_area .tit h2{margin-bottom:0}
	#booklist li{grid-template-columns:1fr;gap: 20px;}
	#fakeNumber li{margin:0}
	#fakeNumber{padding: 50px 30px;}
	#fakeNumber ul{grid-template-columns: repeat(2, 1fr);gap: 30px;}
	#product_list .slick-prev{left: -25px;}
	#product_list .slick-next{right:-25px;}
	#product_list li .clip img{aspect-ratio:3/5.5}
	#product_list{margin-top:30px}
	section .clip img{height:auto;}
}
@media screen and (max-width: 550px) {
	#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; }
	#fakeNumber li h2{align-items:center}
	#fakeNumber li h2 b{font-size:36px}
}