#sub_banner_box { opacity: 1; }
#sub_banner_box:after{content:url(/images/44/sbanner-block.png);position: absolute;right: 250px;bottom: -7px;}
#sub_banner_box .parallax_bg {margin-bottom: 0;min-height: 400px;opacity: 1;background-attachment: unset;}
#sub_banner_box .track{z-index: 0;position: absolute;width: 60vw;max-width:100%;overflow:hidden;bottom: 0px;white-space:nowrap;}
#sub_banner_box .track p{font-weight:600;font-size: 90px;margin:0;text-transform:uppercase;letter-spacing:2px;line-height:1;will-change:transform;animation: marquee 40s linear infinite;font-family: "Heebo", sans-serif;display: flex;align-items: center;color: transparent;-webkit-text-stroke: .5px #dedede;}
#sub_banner_box .track p img{margin-left:5vw;width: 100px;opacity: .7;}
@keyframes marquee{from{transform:translateX(0);}to{transform:translateX(-50%);}}

.webBox .parallax_svg.bann { -webkit-animation: parallax_top 10s linear infinite; animation: parallax_top 10s linear infinite; position: fixed; top: 87px; }

#wrap {margin-top: -220px;z-index: 4;}
#wrap .workframe{width: min(90%, 1280px);}
#wrap .pag_tit {line-height: 170%;text-align: left;font-size: max(3 * (1vw + 1vh) / 2, 30px);font-weight: 400;color: var(--info);}
.waylink{margin-bottom:10vw}
.waylink ol { padding-top: 5px; }
.waylink ol li, .waylink ol li a {letter-spacing: .1em;font-weight: 300;font-size: 14px;vertical-align: bottom;color: var(--primary);}
.waylink ol li:first-child a{color: var(--info);}
.waylink ol li:after { margin: 0 10px; display: inline-block; font-weight: 100; font-size: 12px; color: var(--info); content: "/"; }
.waylink ol li:last-child:after { margin: 0; content: ""; }

aside { margin-bottom: 60px; z-index: 5; }
aside ul li b { padding: 5px 10px 5px 5px; }
aside ul li b .fa:before { content: "\f107"; }
aside>ul>li { position: relative; display: inline-block; }
aside>ul>li h4 { padding: 0 15px; }
aside>ul>li h4 a { padding: 10px 5px; font-weight: 300; font-size: 18px; letter-spacing: .15em; }
aside>ul>li.action h4 a, aside>ul>li.action h4 i { color: var(--primary); }
aside>ul>li .subUL { position: absolute; margin-top: 10px; width: 180px; background: var(--white); left: calc((100% - 180px) / 2); }
aside>ul>li .subUL>li { border-bottom: 1px rgba(var(--gray-rgb), .1) solid; }
aside>ul>li .subUL>li a { padding: 3px 15px; display: block; line-height: 140%; font-weight: 300; }
aside>ul>li .subUL>li .subULHead a { padding: 10px 15px; color: var(--black); font-weight: 400; }
aside>ul>li .subUL>li b { display: none; }
aside>ul>li .sub2UL { margin: 0 10px 10px; }
aside>ul>li[data-type="1"] { overflow: hidden; }
aside>ul>li[data-type="1"] .subUL { box-shadow: 0 0 15px rgba(var(--black-rgb), 0); opacity: 0; z-index: -1; }
aside>ul>li[data-type="2"] { overflow: visible; }
aside>ul>li[data-type="2"] .subUL { box-shadow: 0 0 15px rgba(var(--black-rgb), .15); opacity: 1; z-index: 1; }

.mb_nav { display: none; }

#content_wrap { padding: 0 0 60px; min-height: 350px; }
#content_wrap .list_box li {margin-bottom: 50px;vertical-align: top;}
#content_wrap .img_box {background-color: #f9f9f9;}
#content_wrap .info_box {margin: 15px 15px 0;}
#content_wrap .info_box .time { width: 65px; font-weight: 400; font-size: 13px; }
#content_wrap .info_box .more_btn { margin-left: 10px; padding: 2px 15px; max-width: calc(100% - 105px); height: 22px; font-weight: 100; font-size: 13px; z-index: 6; }
#content_wrap .info_box .quote_box * { font-weight: 400; font-size: 13px; }
#content_wrap .info_box h3 {height: 65px;font-size: 20px;font-weight: 500;-webkit-line-clamp: 2;margin-top: 10px;}
#content_wrap .info_box>div { padding: 20px; border-radius: 0 15px 15px 15px; }
#content_wrap .info_box>div article { height: 42px; line-height: 140%; font-weight: 300; font-size: 15px; -webkit-line-clamp: 2; }

#book_list {display:grid;grid-template-columns: repeat(3, 1fr);}
#content_wrap .list_box#book_list li{border:1px solid #ddd;width: auto;padding: 40px 50px 100px;display: flex;flex-direction: column;align-items: center;margin-bottom: 40px;}
#book_list li h3 {height: auto;text-align: left;position: relative;padding-left: 20px;font-size: 28px;font-weight: 400;width: calc(100% - 20px);}
#book_list li .item {width:100%;margin: 2px 0;display: grid;grid-template-columns: 90px 1fr;}
#book_list li .item *{font-size:18px;}
#book_list li .item label:after{content:':';margin:0 5px;}
#book_list li h3:before{content:url(/images/44/icon-nav.png);position: absolute;left: 0;top: -10px;}
#book_list li span{position:absolute;bottom: 0;border-bottom: 1px solid #333;font-family: "Heebo", sans-serif;font-weight: 500;padding: 0 10px 10px;}
#book_list li:hover span{color:var(--primary);border-color:var(--primary)}
#content_wrap .list_box#book_list li:hover{border-color:var(--primary)}

#album_list {padding-bottom: 3vw;}
#album_list .slick-dots{bottom:0;}
#album_list>div img {width: 100%;aspect-ratio: 6 / 3;object-fit: cover;}

#faq_list { margin-bottom: 50px; }
#faq_list li {border-bottom: 1px rgba(var(--info-rgb), .15) dashed;}
#faq_list li .title { padding: 20px 20px 20px 0; }
#faq_list li.current .title{background:#f1f1f1}
#faq_list li .title font { vertical-align: top; }
#faq_list li .title .txt { margin-left: 10px; width: calc(100% - 50px); font-size: 20px; }
#faq_list li .title .icon { width: 40px; height: 34px; }
#faq_list li .title .icon:before, #faq_list li .title .icon:after { position: absolute; margin: auto; width: 14px; height: 2px; background: var(--primary); display: block; top: calc((100% - 2px) / 2); left: calc((100% - 14px) / 2); content: ""; }
#faq_list li .info {padding: 30px 20px 30px 50px;font-size: 17px;}

#pagenav a, #pagenav strong { margin: 0 2px; width: 35px; height: 35px; display: inline-block; text-align: center; line-height: 35px; font-weight: 400; }
#pagenav strong { background: var(--primary); color: var(--white); border-radius: 50%; }
#pagenav p { margin: 0 5px; width: calc(50% - 10px); vertical-align: top; }
#pagenav p a { margin: 15px 0 0; padding: 0 15px; width: auto; height: auto; line-height: initial; font-size: 0; }
#pagenav p a i { margin: 0 5px 0 0; width: 11px; line-height: 23px; font-size: 12px; vertical-align: top; }
#pagenav p a font { max-width: calc(100% - 16px); min-width: auto; font-size: 14px; font-weight: 100; vertical-align: top; }
#pagenav p:last-child a i { margin: 0 0 0 5px; }

#describe { margin: 2em 0 5vw; }
#describe *, .tab_content * { vertical-align: bottom; color: currentcolor; }

#google_shere { margin-top: 30px; }

.form_box  article span{vertical-align: baseline;}
.form_box p.note .red { color: #f00; }
.form_box p.item {padding: 15px;border-bottom: 1px rgba(var(--info-rgb), .15) dashed;}
.form_box p.item label span { font-weight: 500; font-size: 17px; }
.form_box p.item label i {margin-left: 15px;line-height: 20px;font-size: 20px;color: #f00;font-style: unset;}
.form_box p.item font { margin: 5px 0; }
.form_box p.item.check_box { border-bottom: 0; }
.form_box p.send_box { margin: 15px 0 50px; }
.form_box p.send_box a{background: var(--primary);border: 0;padding: 16px 80px;color: var(--white);}

[data-action="loader"] { width: 100vw; height: 100vh; background: rgba(var(--black-rgb), .3); line-height: 100vh; top: 0; left: 0; opacity: 0; z-index: -1; }
[data-action="loader"] .loader_circle { border: 2px rgba(var(--black-rgb), .6) solid; border-left-color: rgba(var(--white-rgb), .4); }
#lodbg { opacity: 1; z-index: 99999; }

/* formStore */
.h2pag_tit{font-size: max(2.5 * (1vw + 1vh) / 2, 24px);}
.fromm{background: rgb(222 241 238 / 50%);padding: 20px 0;margin: 20px 0 50px;}
#formStore {margin: 20px auto;width: min(100%, 600px);display: grid;grid-template-columns: repeat(2, 1fr) 120px;gap: .5em 2%;align-items: center;}
#formStore p.item { padding: 0; border-bottom: 0; }
#formStore p.item #btnOK{padding:0;border: 0;background: var(--primary);color: var(--white);font-family: "Heebo", sans-serif;width: 50px;height: 50px;line-height: 50px;}
#formStore p.item #btnOK:hover{background: #53a094;}
#formStore p.item select{-webkit-appearance:none;background: url(/images/44/arrow.png) no-repeat scroll 98% center #ffffff;background-repeat:no-repeat;background-position:98% 50%;border: 1px solid #ddd;padding: 15px 20px;}
#formStore p.send_box { margin: 0; }

/* store_box */
#store_box { margin-bottom: 3em; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch; gap: 0 5%; }
#store_box .gmap_box { width: 40%; }
#store_box .gmap_box iframe { width: 100%; height: 100%; }
#store_box .store_info { padding: 2em 0; width: 1%; flex: 1 1 auto; }
#store_box .store_info .item { align-items: flex-start; gap: .8em 1em; }
#store_box .store_info .item:not(:last-child) { margin-bottom: 1.3em; }
#store_box .store_info .item label { min-width: 4.5em; color: #777; }
#store_box .store_info .item .info { width: 1%; flex: 1 1 auto; }
#store_box .store_info .item .info >font { margin-left: .5em; font-weight: bold; font-style: italic; vertical-align: baseline; }

@media screen and (min-width:1281px) {
	aside>ul>li:hover h4 a, aside>ul>li:hover h4 i { color: var(--primary); }
}
@media screen and (min-width:980px) {
	#google_shere { margin-top: 6vw; }
}
@media screen and (min-width:761px) {
	.form_box p.item {padding: 30px 0;}
	.form_box p.item label { width: 170px; }
	.form_box p.item font { margin: 0 0 0 30px; width: calc(100% - 200px); }
}
@media screen and (max-width:1460px) {
	#wrap{margin-top: -270px;}
	#sub_banner_box .parallax_bg{min-height:350px;}
	#wrap .pag_tit { margin-top: 75px; }
}
@media screen and (max-width:1280px) {
	#book_list{ grid-template-columns: repeat(2, 1fr);}
	#sub_banner_box .parallax_bg{min-height:300px;background-position: 75% 50%;}
	#sub_banner_box:after{zoom:80%;right: 100px;bottom: -9px;}
	.waylink{margin-bottom:20vw}
}
@media screen and (max-width:1024px) {
	#store_box .gmap_box { width: 100%; aspect-ratio: 16/5; }
}
@media screen and (max-width:768px) {
	#book_list{ grid-template-columns: repeat(1, 1fr);}
	#sub_banner_box:after{zoom: 65%;right: 60px;bottom: -14px;}
	#store_box .gmap_box { width: 100%; aspect-ratio: 16/5; }
}
@media screen and (max-width:640px) {
	#album_list{grid-template-columns: repeat(1, 1fr);}
	#store_box .store_info .item:last-child{display: block;}
	#store_box .store_info .item .info{width:100%;}
	#store_box .gmap_box { width: 100%; aspect-ratio: 5/5; }
	#book_list li .item *{font-size:17px;}
	#book_list li .item{display:flex;flex-direction: column;}
	#content_wrap .list_box#book_list li{margin: 0 0 30px;padding: 30px 30px 90px;}
	.waylink ol li, .waylink ol li a{color:var(--info)}
	#wrap{margin-top: -105px;}
	#sub_banner_box .parallax_bg{min-height: 190px;}
	#wrap .pag_tit { margin-top: 0; }
	#album_list>div, #album_list>div img { height: 40vw; }
	.mb_nav { display: flex; flex-direction: column; align-items: center; border: #79797957 1px solid; padding: 10px 0; }
	.mb_nav p { display: flex; }
	.mb_nav b { margin-left: 10px; display: flex; align-items: center; }
	.soon.mb_nav b .fa { transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); }
	.mb_nav .fa:before { content: "\f107"; }
	#category_nav { position: absolute; display: flex; flex-direction: column; background: #f3f3f3; width: 100%; height: 0; opacity: 0; }
	#category_nav.showme {height: auto;opacity: 100%;z-index: 999;}
}
@media screen and (max-width:550px) {
	aside>ul>li h4 a{letter-spacing:0;font-size:17px}
	#formStore{display: flex;flex-direction: column;align-items: stretch;width: 80%;}
	#formStore p{margin:5px 0;text-align: center;}
	#formStore p.item #btnOK{width:100%;}
	#content_wrap .list_box li {width: 90%;margin: 0 auto 40px;}
	#community { margin-top: 10px; }
}
@media screen and (max-width:450px) {
	#album_list>div, #album_list>div img {height: 60vw;}
	#pagenav a, #pagenav strong { margin: 0; width: 24px; height: 24px; line-height: 24px; font-size: 14px; }
	#pagenav p a { display: block; }
}