@import url('/css/fontawesome-all.css');
@import url('/css/font-awesome.min.css');
@import url('/css/fontawesome.min.css');
@import url('/css/all.min.css');
@import url('/css/SeoJump.css');
@import url('/css/contentBuilder.css');
@import url('root.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Sans:wght@400;700&family=Noto+Serif+SC:wght@200;300;400;500;600&family=Noto+Serif+TC:wght@200;300;400;500;600&family=Noto+Serif:wght@400;700&family=Frank+Ruhl+Libre:wght@300;400;500;700;900&family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Figtree:ital,wght@0,300..900;1,300..900&family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Oswald:wght@200..700&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* { margin: 0; padding: 0; }
*:focus { outline: none; }

body { margin: 0; }
body ::selection { background: var(--primary); text-shadow: none; color: var(--white); }
body::-webkit-scrollbar { width: 5px; }
body::-webkit-scrollbar-track { background: rgba(var(--gray-rgb), .4); }
body::-webkit-scrollbar-thumb { background: var(--primary); }

header, footer, div, nav, article, h2, h3, h4, h5, h6, hr, p, form, label, input, textarea, ul, li, img, svg, span, font, strong, b, a, i { text-align: left; vertical-align: middle; word-wrap: break-word; word-break: break-word; line-height: 170%; border-width: 0; font-family: var(--font-family), sans-serif; font-size: 16px; color: var(--info); }

ul, ol { list-style: none; }

fieldset { border: 0; }

input, button, select, textarea { padding: 5px 15px; width: calc(100% - 32px); border: 0; border-radius: 0; background: rgba(var(--gray-rgb), .2); box-shadow: none; outline: none; font-size: 16px; color: var(--black); -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select { padding: 10px 15px; width: 100%; }
input#Checknum { margin-right: 15px; width: 70px; max-width: calc(100% - 97px); }

/* img */
img { max-width: 100%; }
.img_cover { object-fit: cover; }
.img_contain { object-fit: contain; }

a, a:link, a:visited, a:hover { text-decoration: none; white-space: pre-wrap; }

/* general class set */
.txt_clamp { overflow: hidden; height: 27px; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.d_inblock.txt_clamp { display: -webkit-inline-box; }
.atag_item { width: 100%; height: 100%; top: 0; left: 0; }
.nowrap_box { font-size: 0; }
.txt_num { font-family: 'Quicksand', sans-serif; }
.svg_clip { width: 0; height: 0; }

/* btn */
.btn, .btn_outline { padding: 2px 10px; }
.more_btn {padding: 13px 17px 13px 25px;border-radius: 70px;border: 1px solid #d7dee7;display: inline-flex;align-items: center;gap: 70px;position: relative;overflow: hidden;}
.more_btn:hover{color:white;}
.more_btn:before{content:'';position: absolute;width: 100%;height: 100%;background: white;left: 0;z-index: -2;}
.more_btn:after{content:'';position: absolute;right: 0;background: var(--primary);width: 0;height: 100%;z-index: -1;border-radius: 50px;}
.more_btn:hover:after{width:100%;}
.more_btn b{background:var(--primary);width: 35px;aspect-ratio: 1/1;border-radius: 50px;display: inline-flex;align-items: center;justify-content: center;}
.more_btn svg{width: 13px;height: 13px;}

body { cursor: none; }
a,button,input,textarea,.accordion-header { cursor: none; }

/* Custom Cursor */
.webBox .wrapper .cursor-dot,.cursor-circle { position: fixed; top: 0; left: 0; transform: translate(-50%,-50%); border-radius: 50%; z-index: 10000; pointer-events: none; }
.webBox .wrapper .cursor-dot { width: 8px; height: 8px; background-color: #4c90ce; transition: width 0.3s,height 0.3s,background-color 0.3s; }
.webBox .wrapper .cursor-circle { width: 40px; height: 40px; border: 1px solid rgba(76,144,206,0.5); transition: width 0.3s,height 0.3s,border-color 0.3s,background-color 0.3s; will-change: transform; }
body.is-hovering .webBox .wrapper .cursor-dot { width: 4px; height: 4px; background-color: transparent; }
body.is-hovering .webBox .wrapper .cursor-circle { width: 60px; height: 60px; background-color: rgba(76,144,206,0.2); border-color: transparent; mix-blend-mode: exclusion; }

/* badge  */
.badge { padding: 2px 10px; box-shadow: none; }
.badge_lighten { padding: 0 4px; min-width: 22px; border-radius: 3px; font-weight: 400; text-align: center; font-size: 12px; vertical-align: text-bottom; }

/* photo,bgBox */
a.photo, .bgBox { overflow: hidden; background: no-repeat 50% / cover; display: block; }

/* fancybox */
[class^="fancybox-"], [class^="fancybox-"] *, .slick-track, .fa, .fas, .fa:before, .fas:before, .fa:after, .fas:after, .trans_none_box { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
.fancybox-infobar__body span { font-size: inherit; color: currentcolor; vertical-align: initial; }

/* webBox */
.webBox { overflow: hidden; position: relative; width: 100%; }
.webBox * , .webBox :before , .webBox :after { transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.webBox .wrapper {position: relative;background: #f6f8fb;z-index: 2;}
.webBox .slick-slider { margin-bottom: 0; }
.webBox .img_scale img { transform: scale(1); -webkit-transform: scale(1); }

/* workframe */
.workframe { margin: 0 auto; width: 90%; }

/* header */
header { position: fixed; width: 100%; z-index: 999; }
header .barBox {position: relative;padding: 25px 4%;width: 100%;display: grid;z-index: 999;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;justify-content: space-between;align-items: center;grid-template-columns: 13% 1fr 25%;}
header .mb {display:flex;align-items: center;position: relative;gap: 10px;}
header .mb a:last-child{border-left: 1px solid rgb(255 255 255 / 30%);padding-left: 15px;}
header .mb a {display: inline-block;color: #fff;font-family: "Arimo", sans-serif;font-size: 14px;line-height: 1;}
header #cis {margin: 0 auto 0 0;}
header #cis img {width: 100%;height: 52px;object-fit: contain;}
header .navlist ul{display:flex;align-items: center;gap: 35px;}
header.open .navlist ul{display:none;}
header .navlist li a{font-size:17px;letter-spacing: 0.5px;position: relative;display: flex;justify-content: center;color: white;}
header .navlist li a:after{content:'';position: absolute;width: 0;height: 1px;background: white;bottom: -10px;}
header .navlist li:hover a:after{width:100%}
header .rightBox{display:flex;justify-content: flex-end;align-items: center;GAP: 15px;}
header .rightBox .tel{transition:0.6s;}
header .rightBox .tel a{border-radius:40px;width:28px;height:28px;position: relative;display: flex;align-items: center;overflow:hidden;padding-left:10px;transition:0.6s;}
header .rightBox .tel a span{display:block;width:15px;height:15px;background: url(/images/44/tel-icon.png) no-repeat center / contain;transition:0.6s;}
header .rightBox .tel a p{position:absolute;left:28px;top:0;font-weight:500;height:100%;letter-spacing:-0.02em;color: var(--secondary);display: flex;align-items: center;opacity:0;transform:translate(10px,0);transition:0.6s;font-family: "Arimo", sans-serif;}
header #searchBox form { position: absolute; background: rgb(0 0 0 / .7); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); font-size: 0; right: -500px; }
header #searchBox form input { padding: 5px 10px; width: 150px; background: none; display: inline-block; color: #fff; vertical-align: middle; }
header #searchBox form a { padding: 5px 10px; display: inline-block; vertical-align: middle; color: #fff; }
header #toolbar a { display: inline-block; }
header #menuIcon a { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
header #menuIcon a font.btn {position: relative;margin-right: 10px;width: 3px;height: 4px;display: inline-block;margin-top: -7px;}
header #menuIcon a font.btn span {position: absolute;width: 100%;height: 2px;background: #fff;display: block;top: 0;right: 0;}
header #menuIcon a[data-type="1"] font.btn span:nth-child(2) { top: calc(100% - 1px); }
header #menuIcon a[data-type="1"] font.btn span { transition: transform .4s cubic-bezier(.215,.61,.355,1),opacity .4s cubic-bezier(.215,.61,.355,1), -webkit-transform .4s cubic-bezier(.215,.61,.355,1); }
header #menuIcon a[data-type="2"] font.btn span { transition: .4s cubic-bezier(.645,.045,.355,1); }
header #menuIcon a[data-type="2"] font.btn span:nth-child(1) { top: 50%; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
header #menuIcon a[data-type="2"] font.btn span:nth-child(2) { top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
header #menuBox {overflow: hidden;position: fixed;padding: 15vh 5vw 0;width: 0;height: 0;background-image: url(/images/44/headernavBg.jpg);right: 0;top: 0;opacity: 0;z-index: -1;display: flex;flex-direction: column;gap: 30px;align-items: flex-start;}
header #menuBox >div {width:100%}
header #menuBox[data-type="2"] {height: 100vh;font-size: 0;opacity: 1;z-index: 998;width: 20vw;}
header #menuBox .box >ul {padding-bottom: 2vh;}
header #menuBox .box >ul >li { padding: 0 20px; }
header #menuBox .box >ul >li:last-child { border-bottom: 0; }
header #menuBox .box >ul >li >p ,
header #menuBox .box ul li .menu_body ul li .bo { position: relative; }
header #menuBox .box ul li .menu_body ,
header #menuBox .box ul li .menu_body >ul li .sub2Option ,
header #menuBox .box ul li .menu_body >ul li .sub3Option { margin-bottom: 15px; display: none; -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
header #menuBox .box >ul >li >p a {padding: 10px 0;display: flex;font-weight: 300;font-size: 17px;color: #fff;align-items: center;justify-content: space-between;}
header #menuBox .box >ul >li:hover >p a{color:#869cbd}
header #menuBox .box >ul >li >p a font{color: #869cbd;font-size: 12px;font-weight: 500;font-family: "Figtree", sans-serif;text-transform: uppercase;letter-spacing: .5px;}
header #menuBox .box ul li b { position: absolute; padding: 5px 0; width: 23px; display: inline-block; text-align: center; color: #fff; top: calc((100% - 33px) / 2); right: 0; }
#menuBox .box ul li .menu_body >ul li .sub2Option { margin: 5px 0 15px; padding: 5px 15px; background: #3a3a3a; }
header #menuBox .box ul li .menu_body >ul li a { padding: 4px 0; display: block; font-size: 18px; color: #9b9b9b; }
header #menuBox .box ul li .menu_body .sub2Option a { color: #fff; }
header #menuBox .box ul li .menu_body .sub3Option a { color: #8b8b8b; }
header #menuBox .box ul li .menu_body .sub3Option a:before { content: "- "; }
header #menuBox .contactBox ul {border-top: 1px #3b485b solid;padding-top: 2vh;}
header #menuBox .contactBox ul li {padding: 10px 20px;border-bottom: 1px #353535 solid;}
header #menuBox .contactBox ul li:last-child { border-bottom: 0; }
header #menuBox .contactBox ul li span {font-size: 13px;color: #869cbd;font-family: "Figtree", sans-serif;font-weight: 500;letter-spacing: .5px;display: block;margin-bottom: 10px;}
header #menuBox .contactBox ul li p a {padding: 5px 0;display: inline-block;color: #fff;font-size: 14px;letter-spacing: .5px;font-weight: 300;}
header #menuBox .contactBox ul li p  {font-size: 14px;display: flex;color: white;align-items: center;letter-spacing: .5px;font-weight: 300;}
header #menuBox .contactBox ul li.community a { margin: 15px 10px 5px 0; width: 40px; height: 40px; border: 1px #bbb solid; border-radius: 50%; display: inline-flex; justify-content: center; align-items: center; color: #bbb; }
header #menuBox .contactBox ul li.community a i { font-size: 14px; }
header #menuBox .contactBox ul li.community a svg { width: 60%; height: 60%; fill: #bbb; }

header.scroll{background: var(--secondary);}
header.scroll #cis img{-webkit-filter: contrast(0) brightness(150%);filter: contrast(0) brightness(200%);}
header.open a { color: #fff; }
header.open #menuIcon a font.btn span { background: #fff; }

/* parallax_box */
.parallax_bg { margin-bottom: 3vw; min-height: 600px; background: no-repeat 50% / cover; background-attachment: fixed; }
.parallax_svg { --parallax_wave: #fff; height: 64px; left: 0; z-index: 2; background-color: var(--parallax_wave); -webkit-mask-repeat: no-repeat; -webkit-mask-size: 2000px 64px; mask-repeat: no-repeat; mask-size: 2000px 64px; -webkit-animation: parallax_top 5s linear infinite; animation: parallax_top 5s linear infinite; }
.parallax_svg.top { top: 0; -webkit-mask-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='black'/%3E%3C/svg%3E"); mask-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='black'/%3E%3C/svg%3E"); }
.parallax_svg.bottom { bottom: 0; -webkit-mask-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='black'/%3E%3C/svg%3E"); mask-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='black'/%3E%3C/svg%3E"); -webkit-mask-position: 100% 0; mask-position: 100% 0; -webkit-animation: parallax_bottom 5s linear infinite; animation: parallax_bottom 5s linear infinite; }

@-webkit-keyframes parallax_top { 0%, 100% { -webkit-mask-position: 0 0; } 50% { -webkit-mask-position: -80px 0; } }
@keyframes parallax_top { 0%, 100% { mask-position: 0 0; } 50% { mask-position: -80px 0; } }
@-webkit-keyframes parallax_bottom { 0%, 100% { -webkit-mask-position: 100% 0; } 50% { -webkit-mask-position: calc(100% + 80px) 0; } }
@keyframes parallax_bottom { 0%, 100% { mask-position: 100% 0; } 50% { mask-position: calc(100% + 80px) 0; } }

/* footer */
footer {z-index: 5;background: #082d50;}
footer * { font-weight: 300; font-size: 15px; color: var(--white); }
footer a:hover{color:rgb(227 232 239 / 50%)}
footer .parallax_svg.top { --parallax_wave: var(--primary); -webkit-mask-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='black'/%3E%3C/svg%3E");mask-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='black'/%3E%3C/svg%3E"); }
footer .footer_box {display: grid;grid-template-columns: 20% 70%;justify-content: space-between;}
footer .insede {display: grid;grid-template-columns: 20% 75%;justify-content: space-between;gap: 110px;}
footer .insede >div{padding:5vw 0}
footer #flogo {display: flex;border-right: 1px solid rgb(246 248 251 / 20%);padding-left: 50px;}
footer #flogo img{height:80px;}
footer #more_extra { padding: 5px; width: 190px; font-weight: 400; z-index: 11; }
footer #extra ul { width: 200px; bottom: 0; left: 0; z-index: 10; }
footer #extra ul li { padding: 5px 15px; }
footer #extra ul li font { line-height: 140%; }
footer #extra ul li font:first-child { font-size: 15px; font-style: italic; }
footer #extra ul li img { position: absolute; max-width: 150px; top: 100%; left: 15px; z-index: 8; max-height: 150px; display: none; }
footer .other_txt, footer .other_txt a {font-size: 12px;display: flex;align-items: baseline;color: rgb(227 232 239 / 50%);gap: 5px;}
footer .extra-aJ img { width: 24px; }
footer #f_info {display: grid;grid-template-columns: repeat(2, 1fr);gap: 8px;}
footer #f_info p {display: flex;align-items: center;}
footer #f_other #footermeu {display: grid;grid-template-columns: repeat(2, 1fr);gap: 12px;}
footer #webCopy {display: grid;grid-template-columns: repeat(2, 1fr);margin-top: 20px;justify-items: start;align-items: center;gap: 15px 0;}
footer #webCopy a.privacy {background: var(--secondary);padding: 10px 35px;border-radius: 5px;}
footer #webCopy a.privacy:hover{background:var(--primary);color: white;}

/* webSeo */
#webSeo { padding: 5px 0; white-space: nowrap; box-sizing: border-box; }
#webSeo .seo { padding-left: 100%; font-weight: 100; font-size: 13px; opacity: .3; -webkit-animation: marquee 200s linear infinite; animation: marquee 200s linear infinite; }
@-webkit-keyframes marquee { 0% { -webkit-transform: translate(0, 0); } 100% { -webkit-transform: translate(-100%, 0); } }
@keyframes marquee { 0% { transform: translate(0, 0); } 100% { transform: translate(-100%, 0); } }

/* footer_btn */
#footer_btn { right: 15px; bottom: 15px; z-index: 2000; }
#footer_btn a {margin-top: 10px;width: 45px;height: 45px;border-radius: 50%;line-height: 40px;background: var(--primary);}
#footer_btn a svg { margin: auto; width: 60%; height: 60%; }
#footer_btn a.line { background: #12b508; }
#footer_btn a.gotop:before { margin: 18px auto 0; width: 30%; height: 30%; border: var(--white) solid; border-width: 3px 0 0 3px; display: block; content: ""; transform: rotate(45deg) translate(-1px, -1px); -webkit-transform: rotate(45deg) translate(-1px, -1px); -webkit-animation: gotop 1s linear infinite; animation: gotop 1s linear infinite; }
@-webkit-keyframes gotop { 0% , 100% { -webkit-transform: rotate(45deg) translate(-1px, -1px); } 50% { -webkit-transform: rotate(45deg) translate(1px, 1px); } }
@keyframes gotop { 0% , 100% { transform: rotate(45deg) translate(-1px, -1px); } 50% { transform: rotate(45deg) translate(1px, 1px); } }

/* SeoStarRating */
#SeoStarRating font { margin-right: 5px; display: inline-block; line-height: 110%; vertical-align: text-bottom; color: #ffc107; }
#SeoStarRating font * { color: #ffc107; }
#SeoStarRating font:first-child { font-weight: bold; font-size: 18px; }
#SeoStarRating font:last-child { color: var(--complement); }

@media screen and (min-width: 1441px) {
	.workframe { width: var(--width-xxl); }
}
@media screen and (max-width: 1460px) {
	.parallax_bg { min-height: 480px; }
}
@media screen and (min-width: 1281px) {
	header .rightBox .tel a:hover{background-color: var(--complement);width:115px;}
	header .rightBox .tel a:hover span{background-image: url(/images/44/tel-icon2.png);}
	header .rightBox .tel a:hover p{opacity:1;transform:none;transition-delay:0.3s;}
    .webBox .img_scale:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); } 
	header #menuBox .box, header #menuBox .contactBox {display: block;width: 100%;}
	header #menuBox .box::-webkit-scrollbar { width: 0; }
	header #menuBox .contactBox {}
	footer #extra ul li:hover img { display: block; }
}
@media screen and (max-width: 1280px) {
    header .navlist{display:none;}
	header .barBox {padding: 10px 3%;display: flex;justify-content: space-between;}
	header #menuBox[data-type="2"] { overflow-y: scroll; height: 85vh; }
	header #menuBox[data-type="2"]::-webkit-scrollbar { width: 0; }
	header #menuBox .contactBox ul { padding: 0 0 15vh; border: 0; }
}
@media screen and (min-width: 1025px) {
	footer * { vertical-align: top; }
}
@media screen and (min-width: 641px) {
	.webBox #footer_btn a span { display: none; }
}
@media screen and (max-width: 1024px) {
    footer #f_info, footer #webCopy{grid-template-columns:1fr}
    footer #flogo{padding-left:0}
	header #menuBox[data-type="2"]{width: 40vw;}
}
@media screen and (max-width: 980px) {
	.parallax_bg { min-height: 400px; }
	footer .insede{display:flex;flex-direction: column;gap: 0;}
    footer #f_other #footermeu{grid-template-columns: repeat(4, 1fr);display: flex;}
    footer #flogo{border:0}
    footer .insede  .footer_box{grid-template-columns:1fr;gap: 20px;padding: 0 0 5vw;}
}
@media screen and (max-width: 640px) {
    header #cis{margin: 0;display: flex;}
    header .barBox{display: grid;grid-template-columns: 1fr 1fr;}
    footer #flogo{display:flex;justify-content: center;padding: 10vw 0;}
    footer #f_other #footermeu{display:grid;}
	header #menuBox[data-type="2"]{width: 90vw;}
	header .rightBox #searchBox { left: 25%; }
	header .rightBox #translateLink { left: 50%; }
	header .rightBox #oredericon { left: 75%; }
	.parallax_bg { min-height: 80vw; background-attachment: initial; }
	#webSeo { margin-top: 30px; }
	#footer_btn {width: auto;bottom: 70px;right: 10px;display: flex;flex-direction: column-reverse;}
	#footer_btn a svg { width: 30px; padding: 0; }
	#footer_btn a span {width: 60%;display: none;align-items: center;color: white;}
	#footer_btn a.line { margin-right: 0; width: calc(50% - 0px); border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }
	#footer_btn a.gotop {position: relative;}
}
@media screen and (max-width: 382px){
	header .rightBox #linelink { line-height: 46px; }
}
@media screen and (max-width: 550px) {
	#footer_btn a { width: 40px; height: 40px; border-radius: 50%; }
}