:root{--wsc-drawer-z-index:199920}.wsc-drawer{height:100%;left:0;position:fixed;top:0;width:100%;z-index:199920;z-index:var(--wsc-drawer-z-index)}.wsc-drawer--actived .wsc-drawer__cover{opacity:1}.wsc-drawer--actived .wsc-drawer__container{transform:translate(0)}.wsc-drawer__cover{background-color:#000000b3;background-color:var(--wsc-color-cover);height:100%;opacity:0;transition:opacity .3s ease;width:100%}.wsc-drawer__container{background-color:#fff;background-color:var(--wsc-color-white);overflow:auto;padding:20px;padding:var(--wsc-mob-padding-common);position:absolute;transition:transform .3s ease}.wsc-drawer__container--top{left:0;top:0;transform:translateY(-100%);width:100%}.wsc-drawer__container--bottom{bottom:0;left:0;transform:translateY(100%);width:100%}.wsc-drawer__container--right{height:100%;right:0;top:0;transform:translate(100%);width:85%}.wsc-drawer__container--left{height:100%;left:0;top:0;transform:translate(-100%);width:85%}.wsc-filter__group,.wsc-filter__group__title{margin-bottom:10px;margin-bottom:var(--wsc-filter-option-gap)}.wsc-filter__group__title{font-size:14px;font-size:var(--wsc-filter-title-font-size)}.wsc-filter__list{display:flex;flex-wrap:wrap;overflow:hidden;transition:height .3s ease}.wsc-filter__option{margin-bottom:10px;margin-bottom:var(--wsc-filter-option-gap);margin-right:10px;margin-right:var(--wsc-filter-option-gap)}.wsc-filter__expand{display:inline-block}:root{--wsc-filter-drawer-operate-gap:10px}.wsc-filter__drawer{position:relative}.wsc-filter__drawer__operate{background-color:#fff;display:flex}.wsc-filter__drawer__operate .wsc-button{flex:1}.wsc-filter__drawer__operate .wsc-button:first-child{margin-right:10px;margin-right:var(--wsc-filter-drawer-operate-gap)}:root{--wsc-pagination-btn-gap-vertical:4px;--wsc-pagination-btn-gap-horizontal:8px;--wsc-pagination-btn-border-color:var(--wsc-color-border);--wsc-pagination-btn-actived-color:var(--wsc-color-main);--wsc-pagination-btn-actived-font-color:#fff;--wsc-pagination-fraction-btn-gap:30px}.wsc-pagination__container{align-items:center;display:flex}.wsc-pagination__item,.wsc-pagination__next,.wsc-pagination__prev{border:1px solid #ccc;border:1px solid var(--wsc-pagination-btn-border-color);cursor:pointer;min-width:34px;padding:4px 8px;padding:var(--wsc-pagination-btn-gap-vertical) var(--wsc-pagination-btn-gap-horizontal);text-align:center;transition:all .3s ease}.wsc-pagination__item--disabled,.wsc-pagination__next--disabled,.wsc-pagination__prev--disabled{cursor:no-drop;opacity:.5}.wsc-pagination__item--actived{background-color:#498ff2;background-color:var(--wsc-pagination-btn-actived-color);border-color:#498ff2;border-color:var(--wsc-pagination-btn-actived-color);color:#fff;color:var(--wsc-pagination-btn-actived-font-color)}.wsc-pagination__nums{margin:0 30px;margin:0 var(--wsc-pagination-fraction-btn-gap)}.wsc-dialog{background-color:#000000b3;background-color:var(--wsc-color-cover);bottom:0!important;font-size:16px;left:0;opacity:0;overflow:auto;position:fixed;right:0;top:0;transform:translate3d(0,-20px,0);transition:all .3s ease}.wsc-dialog--space{padding:10px 0}.wsc-dialog--space:first-child{padding-top:0}.wsc-dialog--space:last-child{padding-bottom:0}.wsc-dialog--actived{opacity:1;transform:translateZ(0);z-index:200000}.wsc-dialog__wrapper{background-color:#fff;background-color:var(--wsc-color-white);left:50%;padding:20px;position:absolute;top:50%;transform:translate(-50%,-50%);width:50%}@media screen and (max-width:767px){.wsc-dialog__wrapper{width:100%}}.wsc-dialog__header{position:relative}.wsc-dialog__close{padding:0;position:absolute;right:0;width:12px}.wsc-dialog__parent--hidden{overflow:hidden}:root{--wsc-theme-color:#af6437}.wsc-address{color:#f6f6f6}.wsc-address__wrapper{display:flex;flex:1;flex-wrap:wrap}@media screen and (max-width:767px){.wsc-address__wrapper{flex-direction:column}}.wsc-address__select{background-image:linear-gradient(45deg,transparent 50%,#ccc 0),linear-gradient(135deg,#ccc 50%,transparent 0),linear-gradient(90deg,transparent,transparent);background-position:calc(100% - 11px) 50%,calc(100% - 5px) 50%,100% 0;background-repeat:no-repeat;background-size:6px 6px,6px 6px,3em 3em;margin-left:2%;padding:22px 20px 22px 10px}.wsc-address__select:first-child{margin-left:0}.wsc-address__select option{overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:767px){.wsc-address__select{margin-bottom:20px;margin-left:0;padding:13px 20px 13px 8px;width:100%}.wsc-address__select:last-child{margin-bottom:0}}.form__group{display:flex;margin-bottom:40px}.form__label{color:#333;display:flex;font-size:18px;margin:11px 40px 0 0;text-align:justify;width:10%}.form__label--required:before{color:#af6437;color:var(--wsc-theme-color);content:"*";display:inline-block;font-size:26px;line-height:1;padding-right:30%}@media screen and (max-width:767px){.form__label--required:before{padding-right:10%}.form__label{font-size:14px;width:25%}}@media screen and (max-width:767px) and (max-width:767px){.form__label{margin-right:20px}}.form__fields{appearance:none;-moz-appearance:none;-webkit-appearance:none;background-color:#f6f6f6;border:none;flex:1;font-size:14px;line-height:1.3;position:relative}.form__error{color:#af6437;color:var(--wsc-theme-color);font-size:14px;width:100%}.form__input{padding:22px 10px;width:100%}:root{--wsc-color-white:#fff;--wsc-color-main:#498ff2;--wsc-color-common:#666;--wsc-color-cover:rgba(0,0,0,.7);--wsc-color-border:#ccc;--wsc-font-size-common:14px;--wsc-mob-padding-common:20px;--wsc-z-index-high-level:200000}a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{border:0;margin:0;outline:0;padding:0;vertical-align:baseline}input[type=search]{mbox-sizing:content-box}:root{--wsc-button-padding-vertical:8px;--wsc-button-padding-horizontal:20px;--wsc-button-font-size:12px;--wsc-button-border-color:var(--wsc-color-border);--wsc-button-background-color:#498ff2;--wsc-button-border-radius:4px}.wsc-button{border:1px solid transparent;border-radius:4px;border-radius:var(--wsc-button-border-radius);cursor:pointer;display:inline-block;font-size:12px;font-size:var(--wsc-button-font-size);padding:8px 20px;padding:var(--wsc-button-padding-vertical) var(--wsc-button-padding-horizontal);text-align:center;transition:all .3s ease}.wsc-button--default{border-color:#ccc;border-color:var(--wsc-button-border-color)}.wsc-button--main{background-color:#498ff2;background-color:var(--wsc-button-background-color);color:#fff}.wsc-icon{display:inline-block;line-height:1;vertical-align:baseline}.wsc-icon__plus{position:relative}.wsc-icon__plus,.wsc-icon__plus:before{background-color:#ccc;height:2px;width:100%}.wsc-icon__plus:before{content:"";left:50%;position:absolute;transform:translate(-50%) rotate(90deg)}.wsc-icon__close{position:relative;transform:rotate(45deg)}.wsc-icon__close,.wsc-icon__close:before{background-color:#ccc;height:2px;width:100%}.wsc-icon__close:before{content:"";left:50%;position:absolute;transform:translate(-50%) rotate(90deg)}.wsc-icon__triangle--down{border:6 solid transparent;border-top-color:#aaa;height:0;width:0}@media screen and (max-width:767px){.wsc-icon__triangle--down{border-width:6}}.show{display:initial!important}:root{--wsc-filter-title-font-size:14px;--wsc-filter-option-gap:10px;--wsc-message-box-z-index:199920}.wsc-message-box{height:100%;left:0;position:fixed;top:0;width:100%;z-index:199920;z-index:var(--wsc-message-box-z-index)}.wsc-message-box__cover{background-color:#000000b3;background-color:var(--wsc-color-cover);height:100%;width:100%}.wsc-message-box__container{animation:cmpFadeIn .4s ease;background-color:#fff;background-color:var(--wsc-color-white);left:50%;padding:2em;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transform-origin:0 0;width:345px}.wsc-message-box__container--success path{fill:#52c41a}.wsc-message-box__container--error path{fill:#dc3545}.wsc-message-box__container svg{height:40px;width:40px}.wsc-message-box__message{margin:1em 0 2em}@keyframes cmpFadeIn{0%{transform:scale(0) translate(-50%,-50%)}to{transform:scale(1) translate(-50%,-50%)}}*,:focus{outline:none}a,abbr,address,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,ul,var{border:0;margin:0;outline:0;padding:0;vertical-align:baseline}ol,ul{list-style:none}table{border-collapse:separate}caption,table,td,th{vertical-align:middle}a img{border:none}picture{display:block}img,picture{font-size:0;vertical-align:middle}a{background-color:transparent}a:active,a:hover{outline:0}[hidden],audio:not([controls]){display:none}audio,canvas,video{*zoom:1;display:inline-block;*display:inline}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}svg:not(:root){overflow:hidden}audio:not([controls]){display:none;height:0}[hidden],template{display:none}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-size:100%;font-style:inherit;font-weight:inherit;vertical-align:baseline}button,input,optgroup,select,textarea{margin:0}button{background-color:transparent;border:none;overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}a{color:inherit}a,a:hover{text-decoration:none}a:focus,li:focus{outline:none}body{margin:0 auto;overflow-x:hidden;position:relative}*{box-sizing:border-box;scroll-behavior:smooth}a[href=""]{cursor:default}input,textarea{font-family:inherit}.align-left,.align-left *{text-align:left}.align-center,.align-center *{text-align:center}.align-right,.align-right *{text-align:right}@media screen and (min-width:1200px){.align-left-pc,.align-left-pc *{text-align:left}.align-center-pc,.align-center-pc *{text-align:center}.align-right-pc,.align-right-pc *{text-align:right}}@media screen and (max-width:767px){.align-left-mobile,.align-left-mobile *{text-align:left}.align-center-mobile,.align-center-mobile *{text-align:center}.align-right-mobile,.align-right-mobile *{text-align:right}}.flex-vertical-top{align-items:flex-start!important}.flex-vertical-center{align-items:center!important}.flex-vertical-bottom{align-items:flex-end!important}.flex-horizontal-left{justify-content:flex-start!important}.flex-horizontal-center{justify-content:center!important}.flex-horizontal-right{justify-content:flex-end!important}@media screen and (min-width:1200px){.flex-vertical-top-pc{align-items:flex-start!important}.flex-vertical-center-pc{align-items:center!important}.flex-vertical-bottom-pc{align-items:flex-end!important}.flex-horizontal-left-pc{justify-content:flex-start!important}.flex-horizontal-center-pc{justify-content:center!important}.flex-horizontal-right-pc{justify-content:flex-end!important}}@media screen and (max-width:767px){.flex-vertical-top-mobile{align-items:flex-start!important}.flex-vertical-center-mobile{align-items:center!important}.flex-vertical-bottom-mobile{align-items:flex-end!important}}.font-white{color:#fff}.overflow-hidden{overflow:hidden!important}.hide{display:none!important}.show{display:block!important}.float-right{float:right}.float-left{float:left}.clear:after,.clear:before{clear:both;content:"";display:table}.ellipsis{background:-webkit-linear-gradient(left,transparent,#fff 55%);background:-o-linear-gradient(right,transparent,#fff 55%);background:-moz-linear-gradient(right,transparent,#fff 55%);background:linear-gradient(90deg,transparent,#fff 55%);bottom:0;padding-left:10px;position:absolute;right:0}.none-spacing{padding-bottom:0!important}.visibilityHidden{clip:rect(1px,1px,1px,1px);border:0;clip-path:inset(0 0 99.9% 99.9%);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.aem-AuthorLayer-Edit .form-v3 .new,.aem-AuthorLayer-Edit .product-detail .product-detail__info__actions .newpar.new.section.aem-Grid-newComponent.cq-Editable-dom{width:100%}html{scroll-behavior:smooth}.com-text-center,.com-text-center *{text-align:center}.c-gap-top{padding-top:6.9444444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.c-gap-top{padding-top:8vw}}.c-gap-bottom{padding-bottom:6.9444444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.c-gap-bottom{padding-bottom:8vw}}.c-align-header{padding-left:14.4444444444vw;padding-right:14.4444444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.c-align-header{padding-left:4.6666666667vw;padding-right:4.6666666667vw}}.c-text-align-left,.c-text-align-left *{text-align:left}.c-text-align-center,.c-text-align-center *{text-align:center}.c-text-align-right,.c-text-align-right *{text-align:right}@keyframes color-animation__bg{0%{background-color:#e8d9f0}14.29%{background-color:#f6b7c2}28.58%{background-color:#9cdbf0}42.87%{background-color:#80bae8}57.16%{background-color:#faeb7d}71.45%{background-color:#b5dbd4}85.74%{background-color:#e8d999}to{background-color:#a6cc7d}}@keyframes color-animation{0%{color:#e8d9f0}14.29%{color:#f6b7c2}28.58%{color:#9cdbf0}42.87%{color:#80bae8}57.16%{color:#faeb7d}71.45%{color:#b5dbd4}85.74%{color:#e8d999}to{color:#a6cc7d}}.gws-carousel .c-gap-bottom{padding-bottom:0!important}.gws-carousel .c-gap-top{padding-top:0!important}.gws-carousel .swiper{overflow:hidden;position:relative}.gws-carousel .swiper .swiper-button-next,.gws-carousel .swiper .swiper-button-prev{display:none}.gws-carousel .swiper .swiper-pagination-bullet{background:#e5e5e5;border-radius:100%;display:inline-block;height:.9722222222vw;opacity:1;outline:none;width:.9722222222vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.gws-carousel .swiper .swiper-pagination-bullet{background:#e5e5e5;height:3.7333333333vw;width:3.7333333333vw}}.gws-carousel .swiper .swiper-pagination-bullet-active{background-color:#fff;height:1.25vw;outline:none;position:relative;top:.1388888889vw;width:1.25vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.gws-carousel .swiper .swiper-pagination-bullet-active{height:4.8vw;position:relative;top:.5333333333vw;width:4.8vw}}html[lang=ar] .gws-bannerV2__content__subTitle,html[lang^=ar-] .gws-bannerV2__content__subTitle{font-family:FFMarket,Noto_Sans_Arabic,sans-serif}html[lang=zh] .gws-bannerV2__content__subTitle,html[lang^=zh-] .gws-bannerV2__content__subTitle{font-family:FFMarket,Noto_Sans_Chinese,sans-serif}html[lang=ja] .gws-bannerV2__content__subTitle{font-family:FFMarket,Noto_Sans_JP,sans-serif}html[lang=ko-KR] .gws-bannerV2__content__subTitle,html[lang=ko] .gws-bannerV2__content__subTitle{font-family:FFMarket,Noto_Sans_KR,sans-serif}html[lang=th] .gws-bannerV2__content__subTitle{font-family:FFMarket,Noto_Sans_Thai,sans-serif}.gws-hotspot{margin-left:14.4444444444vw;margin-right:14.4444444444vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-hotspot.noMobileImg{display:none}.gws-hotspot{margin-left:4.6666666667vw;margin-right:4.6666666667vw}}.gws-hotspot-img{height:auto;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-hotspot_pc-spots{display:none}}.gws-hotspot_pc-spots-item{animation-direction:alternate;animation-duration:30s;animation-iteration-count:infinite;animation-name:color-animation__bg;animation-play-state:running;animation-timing-function:linear;border-radius:50%;cursor:pointer;height:2.0833333333vw;position:absolute;transform:translate(-50%,-50%);width:2.0833333333vw}.gws-hotspot_pc-spots-item-pot{background-color:#fff;border-radius:50%;height:1.1111111111vw;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.1111111111vw}.gws-hotspot_pc-spots-item-pot:before{height:.5555555556vw;width:1px}.gws-hotspot_pc-spots-item-pot:after,.gws-hotspot_pc-spots-item-pot:before{animation-direction:alternate;animation-duration:30s;animation-iteration-count:infinite;animation-name:color-animation__bg;animation-play-state:running;animation-timing-function:linear;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.gws-hotspot_pc-spots-item-pot:after{height:1px;width:.5555555556vw}.gws-hotspot_pc-spots-item.active{z-index:88}.gws-hotspot_pc-spots-item.active:before{border:.6944444444vw solid transparent;border-top-color:#fff;bottom:85%;content:"";left:50%;margin-left:-.6944444444vw;position:absolute;z-index:99}.gws-hotspot_pc-spots-item.active .gws-hotspot-tooltip{opacity:1;visibility:visible;z-index:99}.gws-hotspot-tooltip{background-color:#fff;bottom:calc(100% + .625vw);box-shadow:0 .625vw 1.9444444444vw .5555555556vw rgba(0,0,0,.051),0 .4166666667vw 1.1111111111vw 0 rgba(0,0,0,.078),0 .2083333333vw .3472222222vw -.2777777778vw rgba(0,0,0,.122);cursor:default;left:50%;opacity:0;padding:1.6666666667vw;position:absolute;transform:translateX(-50%);transition:visibility .3s ease;visibility:hidden;width:25.1388888889vw;z-index:-1}.gws-hotspot-tooltip-title{color:#000;font-size:1.1111111111vw;font-weight:500;line-height:1.6666666667vw}.gws-hotspot-tooltip-desc{color:#212b36;font-size:.9722222222vw;font-weight:400;line-height:1.5277777778vw;margin-top:.5555555556vw;white-space:pre-wrap}.gws-hotspot-tooltip-link{animation-direction:alternate;animation-duration:30s;animation-iteration-count:infinite;animation-name:color-animation;animation-play-state:running;animation-timing-function:linear;display:block;font-size:.9722222222vw;font-weight:500;line-height:1.6666666667vw;margin-top:.5555555556vw}.gws-hotspot_mb-spots{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-hotspot_mb-spots{display:block}.gws-hotspot_mb-spots-item{animation-direction:alternate;animation-duration:30s;animation-iteration-count:infinite;animation-name:color-animation__bg;animation-play-state:running;animation-timing-function:linear;cursor:pointer;display:block;height:8vw;width:8vw}.gws-hotspot_mb-spots-item,.gws-hotspot_mb-spots-item-pot{border-radius:50%;position:absolute;transform:translate(-50%,-50%)}.gws-hotspot_mb-spots-item-pot{background-color:#fff;height:4.2666666667vw;left:50%;top:50%;width:4.2666666667vw}.gws-hotspot_mb-spots-item-pot:before{height:2.1333333333vw;width:1px}.gws-hotspot_mb-spots-item-pot:after,.gws-hotspot_mb-spots-item-pot:before{animation-direction:alternate;animation-duration:30s;animation-iteration-count:infinite;animation-name:color-animation__bg;animation-play-state:running;animation-timing-function:linear;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.gws-hotspot_mb-spots-item-pot:after{height:1px;width:2.1333333333vw}.gws-hotspot_mb-spots-item a{bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;z-index:2}}.gws-news-basic-img{height:25vw;width:100%}.gws-news-basic-title{color:dimgray;font-size:2.2222222222vw;font-weight:700;line-height:3.4722222222vw;margin-top:2.7777777778vw}.gws-news-basic-desc{margin-top:1.1111111111vw}.gws-news-basic-date,.gws-news-basic-desc{color:dimgray;font-size:1.1111111111vw;font-weight:500;line-height:1.6666666667vw}.gws-news-basic-date{margin-top:.5555555556vw}.gws-news-basic-line{background-color:#e5e5e5;height:1px;margin-top:1.6666666667vw;padding-left:14.4444444444vw;padding-right:14.4444444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-news-basic-line{padding-left:4.6666666667vw;padding-right:4.6666666667vw}.gws-news-basic-img{height:35.2vw}.gws-news-basic-title{font-size:6.4vw;line-height:8.5333333333vw;margin-top:9.0666666667vw;padding-left:14.4444444444vw;padding-right:14.4444444444vw}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:639px),screen and (max-width:639px)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px)and (max-width:639px){.gws-news-basic-title{padding-left:4.6666666667vw;padding-right:4.6666666667vw}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-news-basic-desc{font-size:4.2666666667vw;line-height:6.4vw;margin-top:4.2666666667vw;padding-left:14.4444444444vw;padding-right:14.4444444444vw}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:639px),screen and (max-width:639px)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px)and (max-width:639px){.gws-news-basic-desc{padding-left:4.6666666667vw;padding-right:4.6666666667vw}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-news-basic-date{font-size:4.2666666667vw;line-height:6.4vw;margin-top:4.2666666667vw;padding-left:14.4444444444vw;padding-right:14.4444444444vw}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:639px),screen and (max-width:639px)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px)and (max-width:639px){.gws-news-basic-date{padding-left:4.6666666667vw;padding-right:4.6666666667vw}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-news-basic-line{margin-left:14.4444444444vw;margin-right:14.4444444444vw;margin-top:6.4vw}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:639px),screen and (max-width:639px)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px)and (max-width:639px){.gws-news-basic-line{margin-left:4.6666666667vw;margin-right:4.6666666667vw}}.news-contariner{min-height:32.7777777778vw;padding-left:14.4444444444vw;padding-right:14.4444444444vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.news-contariner{padding-left:4.6666666667vw;padding-right:4.6666666667vw}}.news-contariner .policy-context{margin:unset;padding:1.6666666667vw 0 2.7777777778vw!important;width:100%}.news-contariner.hasProduct-card .gws-news-basic-date,.news-contariner.hasProduct-card .gws-news-basic-desc,.news-contariner.hasProduct-card .gws-news-basic-line,.news-contariner.hasProduct-card .gws-news-basic-title,.news-contariner.hasProduct-card .policy-context,.news-contariner.hasProduct-card .rich-text-container{width:calc(100% - 21.11111vw)}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.news-contariner{min-height:unset;padding:0}.news-contariner.hasProduct-card .gws-news-basic-date,.news-contariner.hasProduct-card .gws-news-basic-desc,.news-contariner.hasProduct-card .gws-news-basic-title{width:100%}.news-contariner.hasProduct-card .gws-news-basic-line{width:calc(100% - 9.33333vw)}.news-contariner.hasProduct-card .policy-context,.news-contariner.hasProduct-card .rich-text-container{width:100%}.news-contariner .policy-context{padding:6.4vw 4.6666666667vw 8.5333333333vw!important;width:100%}}.aem-AuthorLayer-Edit .gws-product-card{position:static}.aem-AuthorLayer-Edit .gws-news-basic-date,.aem-AuthorLayer-Edit .gws-news-basic-desc,.aem-AuthorLayer-Edit .gws-news-basic-line,.aem-AuthorLayer-Edit .gws-news-basic-title,.aem-AuthorLayer-Edit .policy-context{width:100%!important}.aem-AuthorLayer-Edit .news-contariner-basic,.aem-AuthorLayer-Edit .news-contariner-productcard{margin-bottom:20px}.aem-AuthorLayer-Edit .swiper-button-next,.aem-AuthorLayer-Edit .swiper-button-prev,.aem-AuthorLayer-Edit .swiper-pagination{display:none}.gws-newsList__styles.c-text-align-right .gws-news-list-contariner-item-desc,.gws-newsList__styles.c-text-align-right .gws-news-list-contariner-item-title{direction:rtl}.gws-news-list{padding-left:14.4444444444vw;padding-right:14.4444444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-news-list{padding-left:4.6666666667vw;padding-right:4.6666666667vw}}.gws-news-list-sectionTitle{color:dimgray;font-size:2.7777777778vw;font-weight:700;line-height:4.1666666667vw;margin-top:2.7777777778vw;text-align:center}.gws-news-list-contariner{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:3.3333333333vw;margin-top:1.6666666667vw}.gws-news-list-contariner-item{display:block;height:auto;margin-right:calc(50% - 33.85417vw);margin-top:3.3333333333vw;width:22.5694444444vw}.gws-news-list-contariner-item:first-of-type,.gws-news-list-contariner-item:nth-of-type(2),.gws-news-list-contariner-item:nth-of-type(3){margin-top:0}.gws-news-list-contariner-item:nth-child(3n){margin-right:0}.gws-news-list-contariner-item-imgBox{height:22.5694444444vw;overflow:hidden;width:100%}.gws-news-list-contariner-item-img{height:100%;transition:transform .2s ease;width:100%}.gws-news-list-contariner-item-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:dimgray;display:-webkit-box;font-size:1.3888888889vw;font-weight:700;line-height:2.0833333333vw;margin-top:1.6666666667vw;max-height:5vw;overflow:hidden;text-overflow:ellipsis}.gws-news-list-contariner-item-date{margin-top:1.1111111111vw}.gws-news-list-contariner-item-date,.gws-news-list-contariner-item-desc{color:dimgray;font-size:1.1111111111vw;font-weight:500;line-height:1.6666666667vw}.gws-news-list-contariner-item-desc{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;margin-top:.5555555556vw;overflow:hidden;text-overflow:ellipsis}.gws-news-list-contariner-item:hover .gws-news-list-contariner-item-img{transform:scale(1.2)}.gws-news-list-more{margin-bottom:2.7777777778vw;text-align:center}.gws-news-list-more-btn{animation-direction:alternate;animation-duration:30s;animation-iteration-count:infinite;animation-name:color-animation__bg;animation-play-state:running;animation-timing-function:linear;border-radius:455px 455px 455px 455px;color:#fff;font-size:1.3888888889vw;font-weight:800;line-height:2.0833333333vw;padding:1.1111111111vw 2.0833333333vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-news-list-sectionTitle{font-size:6.4vw;line-height:8.5333333333vw;margin-top:9.0666666667vw}.gws-news-list-contariner{margin-bottom:8.5333333333vw;margin-top:4.2666666667vw}.gws-news-list-contariner-item{height:auto;margin-right:calc(100% - 87.46667vw);margin-top:8.5333333333vw;width:43.7333333333vw}.gws-news-list-contariner-item:nth-of-type(3){margin-top:8.5333333333vw}.gws-news-list-contariner-item:nth-child(3n){margin-right:calc(100% - 87.46667vw)}.gws-news-list-contariner-item:nth-child(2n){margin-right:0}.gws-news-list-contariner-item-imgBox{height:43.7333333333vw;width:100%}.gws-news-list-contariner-item-title{font-size:4.2666666667vw;line-height:6.4vw;margin-top:2.6666666667vw;max-height:12.8vw}.gws-news-list-contariner-item-date{font-size:3.7333333333vw;line-height:5.6vw;margin-top:4.2666666667vw}.gws-news-list-contariner-item-desc{font-size:3.2vw;line-height:5.6vw;margin-top:2.1333333333vw}.gws-news-list-more{margin-bottom:8.5333333333vw}.gws-news-list-more-btn{border-radius:455px 455px 455px 455px;font-size:3.7333333333vw;line-height:5.3333333333vw;padding:1.6vw 5.3333333333vw}}.gws-product-card{border:1px solid #e5e5e5;position:absolute;right:14.4444444444vw;top:0;width:17.7777777778vw}.gws-product-card.fixed{position:fixed;top:0}.gws-product-card.absoluteBottom{bottom:1.3888888889vw;position:absolute;top:unset}.gws-product-card_swiper{overflow:hidden}.gws-product-card-item{cursor:pointer;display:block;width:100%}.gws-product-card-item-title{font-size:1.6666666667vw;font-weight:700;height:6.1111111111vw;line-height:2.5vw;padding:1.1111111111vw 1.1111111111vw 0}.gws-product-card-item-desc,.gws-product-card-item-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:dimgray;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.gws-product-card-item-desc{font-size:1.1111111111vw;font-weight:500;height:3.3333333333vw;line-height:1.6666666667vw;margin-bottom:1.1111111111vw;margin-top:.5555555556vw;padding:0 1.1111111111vw}.gws-product-card-item-img{height:17.6388888889vw;width:100%}.gws-product-card-footer{background:#fafafa;height:2.5vw}.gws-product-card .swiper-button-prev{bottom:.625vw;height:1.1111111111vw;left:1.3888888889vw;top:unset;width:1.1111111111vw}.gws-product-card .swiper-button-prev:after{color:#6abcee;font-size:.9722222222vw}.gws-product-card .swiper-button-next{bottom:.625vw;height:1.1111111111vw;left:3.3333333333vw;top:unset;width:1.1111111111vw}.gws-product-card .swiper-button-next:after,.gws-product-card .swiper-pagination{color:#6abcee;font-size:.9722222222vw}.gws-product-card .swiper-pagination{bottom:.4861111111vw;font-weight:500;left:unset;right:1.1111111111vw;top:unset;width:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-product-card{border:none;margin-top:6.4vw;padding-left:4.6666666667vw;position:static;width:100%}.gws-product-card.onlyOne{padding-right:4.6666666667vw}.gws-product-card.onlyOne .gws-product-card-footer{width:100%}.gws-product-card-item{border:1px solid #e5e5e5;width:auto}.gws-product-card-item-title{font-size:4.2666666667vw;height:17.0666666667vw;line-height:6.4vw;padding:4.2666666667vw 4.2666666667vw 0}.gws-product-card-item-desc{font-size:3.7333333333vw;font-weight:500;height:12.8vw;line-height:5.6vw;margin-bottom:4.2666666667vw;margin-top:2.1333333333vw;padding:0 4.2666666667vw}.gws-product-card-item-img{height:67.7333333333vw}.gws-product-card-footer{background-color:#e5e5e5;height:1px;margin-top:6.4vw;width:calc(100% - 4.66667vw)}.gws-product-card .swiper-button-next,.gws-product-card .swiper-button-prev,.gws-product-card .swiper-pagination{display:none}}.rich-text-container{color:dimgray;font-size:1.1111111111vw;font-style:normal;margin-top:1.6666666667vw;overflow:hidden}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container{font-size:4.2666666667vw;margin-top:6.4vw;padding-left:14.4444444444vw;padding-right:14.4444444444vw}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:1200px)and (max-aspect-ratio:1/1)and (max-width:639px),screen and (max-width:639px)and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px)and (max-width:639px){.rich-text-container{padding-left:4.6666666667vw;padding-right:4.6666666667vw}}.rich-text-container video{cursor:pointer;display:block;height:auto;width:100%}.rich-text-container video::-webkit-media-controls-fullscreen-button,.rich-text-container video::-webkit-media-controls-play-button{display:none}.rich-text-container video::-webkit-media-controls-current-time-display,.rich-text-container video::-webkit-media-controls-timeline{display:none}.rich-text-container video::-webkit-media-controls-mute-button,.rich-text-container video::-webkit-media-controls-time-remaining-display{display:none}.rich-text-container video::-webkit-media-controls-toggle-closed-captions-button,.rich-text-container video::-webkit-media-controls-volume-slider{display:none}.rich-text-container video::-webkit-media-controls-enclosure{display:none}.rich-text-container .table-container{margin:2.7777777778vw 0;overflow-x:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container .table-container{margin:8vw 0}}.rich-text-container table{border-collapse:collapse;font-size:1.25vw;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container table{font-size:7.4666666667vw}}.rich-text-container table td,.rich-text-container table th{border:1px solid #d9d9d9;padding:.6944444444vw;text-align:center}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container table td,.rich-text-container table th{padding:2.6666666667vw}}.rich-text-container table th{font-weight:700;line-height:1.3}.rich-text-container .align-left-img{margin:1.3888888889vw 1.3888888889vw 1.3888888889vw 0}.rich-text-container .align-right-img{margin:1.3888888889vw 0 1.3888888889vw 1.3888888889vw}.rich-text-container h3{font-size:2.9166666667vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h3{font-size:8.5333333333vw}}.rich-text-container h4{font-size:2.5vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h4{font-size:6.9333333333vw}}.rich-text-container h5{font-size:2.0833333333vw;font-weight:700;padding:.7em 0 .3em}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container h5{font-size:5.8666666667vw}}.rich-text-container p{animation:changecolor 60s ease-in .5s 3;clear:both;font-size:1.1111111111vw;margin-bottom:1.1111111111vw;overflow:hidden}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.rich-text-container p{font-size:4.2666666667vw;margin-bottom:4.2666666667vw}}.rich-text-container a{color:#0070c0;text-decoration:underline}.rich-text-container a:hover{text-decoration:underline!important}.rich-text-container ol{counter-reset:counter-name;font-size:inherit;font-weight:400;padding-bottom:1em;text-align:left!important}.rich-text-container ol li{font-size:inherit;list-style:none;padding-bottom:1em;padding-left:2.5em;position:relative}.rich-text-container ol li:before{color:dimgray;content:counter(counter-name,decimal-leading-zero);counter-increment:counter-name;font-size:1.2em;font-weight:700;left:0;position:absolute;top:0}.rich-text-container ul{font-size:inherit;font-weight:400;padding-bottom:1em;text-align:left!important}.rich-text-container ul li{font-size:inherit;list-style:none;padding-bottom:1em;padding-left:1.875em;position:relative}.rich-text-container ul li:before{background-color:dimgray;border-radius:50%;content:"";height:.4em;left:0;position:absolute;top:.55em;width:.4em}.rich-text-container img{display:block;margin:0 auto;max-width:100%;padding:1.3888888889vw 0;width:auto}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text-container img{padding:2.6666666667vw 0}}.rich-text_styles .rich-text-box.c-has-bgc{animation-direction:alternate;animation-duration:30s;animation-iteration-count:infinite;animation-name:color-animation__bg;animation-play-state:running;animation-timing-function:linear}.rich-text_styles .rich-text-box .rich-text-container{color:dimgray;line-height:1.5;margin:auto;padding:0 9.4444444444vw 6.9444444444vw;padding-top:6.9444444444vw!important;width:71.1111111111vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text_styles .rich-text-box .rich-text-container{padding-left:4.6666666667vw;padding-right:4.6666666667vw}}@media screen and (min-width:1020px)and (max-width:1030px){.rich-text_styles .rich-text-box .rich-text-container{padding-left:30px!important;padding-right:30px!important;width:100%!important}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.rich-text_styles .rich-text-box .rich-text-container{line-height:1.5;margin:auto;padding:8vw 4vw 13.3333333333vw;width:100%}}.store-v2{margin-bottom:6.9444444444vw;padding-left:14.4444444444vw;padding-right:14.4444444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2{margin-bottom:8vw;padding-left:4.6666666667vw;padding-right:4.6666666667vw}}.store-v2-title{align-items:center;display:flex;font-size:2.5vw;font-weight:600;justify-content:center;margin-bottom:3.4722222222vw;min-height:3.5416666667vw}@media screen and (max-aspect-ratio:1/1)and (max-width:1200px),screen and (max-width:639px){.store-v2-title{font-size:9.6vw;font-weight:600;margin-bottom:8vw;min-height:12.8vw}}.store-v2__wrapper{height:41.6666666667vw;position:relative}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper{display:flex;flex-direction:column;height:auto}}.store-v2__wrapper-head{display:flex}.store-v2__wrapper-map{height:100%;width:100%}.store-v2__wrapper-map .gm-style-iw-t{bottom:2.8472222222vw!important}.store-v2__wrapper-map__window{align-items:center;display:flex;flex-direction:column;width:9.7222222222vw}.store-v2__wrapper-map__window__logo{width:5vw}.store-v2__wrapper-map__window .store-v2__wrapper-list__item{padding:0;width:100%}.store-v2__wrapper-map__window .store-v2__wrapper-list__name{font-size:.8333333333vw}.store-v2__wrapper-map__window .store-v2__wrapper-list__name.spaces{margin-bottom:.3472222222vw}.store-v2__wrapper-map__window .store-v2__wrapper-list__desc{font-size:.4166666667vw}.store-v2__wrapper-map__window .store-v2__wrapper-list__desc.spaces{margin-bottom:.3472222222vw}.store-v2__wrapper-map__window .store-v2__wrapper-list__title{font-size:.4166666667vw}.store-v2__wrapper-map__window .store-v2__wrapper-list__color{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-map{display:none}}.store-v2__wrapper-content{height:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-content{display:flex;flex-direction:column-reverse;height:auto;margin-bottom:8vw;position:relative;width:100%}}.store-v2__wrapper-search{border-radius:.1388888889vw 0 0 .1388888889vw;box-shadow:0 .1388888889vw .4166666667vw rgba(0,0,0,.3);position:absolute;right:.6944444444vw;top:.6944444444vw;z-index:999}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search{width:100%}}.store-v2__wrapper-search__addr{background-color:#fff;padding:.6944444444vw}.store-v2__wrapper-search__title{color:dimgray;font-size:1.25vw;font-weight:700}.store-v2__wrapper-search__input{font-size:1.0416666667vw;overflow:hidden;padding:0 .5555555556vw;text-overflow:ellipsis;white-space:nowrap;width:20.8333333333vw}.store-v2__wrapper-search__btn,.store-v2__wrapper-search__icon,.store-v2__wrapper-search__position{display:none}.store-v2__wrapper-search__nores{align-items:center;background-color:#fff;display:flex;display:none;flex-direction:column;margin-top:.6944444444vw;padding:3.4722222222vw 5.5555555556vw;text-align:center}.store-v2__wrapper-search__nores__img{height:auto;width:5vw}.store-v2__wrapper-search__nores__text{color:dimgray;font-size:1.25vw;margin-top:.6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-search{box-shadow:none;margin-top:2.6666666667vw;padding:0;position:relative}.store-v2__wrapper-search__btn{display:block;margin-top:8vw}.store-v2__wrapper-search__btn .btn{width:100%}.store-v2__wrapper-search__title{font-size:4.8vw;margin-bottom:1.3333333333vw}.store-v2__wrapper-search__input{border:0;border-bottom:1px solid dimgray;padding:2.6666666667vw 2.6666666667vw 2.6666666667vw 8vw;width:100%}.store-v2__wrapper-search__wrapper{position:relative}.store-v2__wrapper-search__icon{background:url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMTAyNCAxMDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiM2OTY5NjkiIGQ9Ik0xOTIgNDgwYTI1NiAyNTYgMCAxIDEgNTEyIDAgMjU2IDI1NiAwIDAgMS01MTIgMG02MzEuNzc2IDM2Mi40OTYtMTQzLjItMTQzLjE2OEEzMTguNDY0IDMxOC40NjQgMCAwIDAgNzY4IDQ4MGMwLTE3Ni43MzYtMTQzLjI2NC0zMjAtMzIwLTMyMFMxMjggMzAzLjI2NCAxMjggNDgwczE0My4yNjQgMzIwIDMyMCAzMjBhMzE4LjAxNiAzMTguMDE2IDAgMCAwIDE4NC4xNi01OC41OTJsMTQ2LjMzNiAxNDYuMzY4YzEyLjUxMiAxMi40OCAzMi43NjggMTIuNDggNDUuMjggMCAxMi40OC0xMi41MTIgMTIuNDgtMzIuNzY4IDAtNDUuMjgiLz48L3N2Zz4=) no-repeat;display:inline-block;height:6.4vw;left:0;position:absolute;top:50%;transform:translateY(-50%);width:6.4vw}.store-v2__wrapper-search__nores{margin-top:0;padding:13.3333333333vw}.store-v2__wrapper-search__nores__img{width:22.9333333333vw}.store-v2__wrapper-search__nores__text{font-size:4.8vw;margin-top:2.6666666667vw}}.store-v2__wrapper-res{height:41.6666666667vw;left:.6944444444vw;overflow-x:hidden;position:absolute;transition:all .2s ease-out;width:17.3611111111vw;z-index:5}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-res{height:auto;margin-top:8vw;position:relative;width:100%}}.store-v2__wrapper-msg{background-color:#fff;display:none;height:100%;padding-top:3.4722222222vw;text-align:center}.store-v2__wrapper-list__item{background:#fff;padding:0 .6944444444vw .6944444444vw}.store-v2__wrapper-list__item:not(:last-child){margin-bottom:.6944444444vw}.store-v2__wrapper-list__item:hover{cursor:pointer}.store-v2__wrapper-list__item.active{animation-direction:alternate;animation-duration:30s;animation-iteration-count:infinite;animation-name:color-animation__bg;animation-play-state:running;animation-timing-function:linear}.store-v2__wrapper-list__item.active a.store-v2__wrapper-list__desc{color:#fff}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-list__item.active{animation:none}.store-v2__wrapper-list__item{padding:0 4vw 4vw}.store-v2__wrapper-list__item:hover{cursor:default}.store-v2__wrapper-list__item:not(:last-child){margin-bottom:2.6666666667vw}}.store-v2__wrapper-list__name{word-wrap:break-word;font-size:1.1111111111vw;font-weight:700}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-list__name{font-size:4.8vw}}.store-v2__wrapper-list__desc{word-wrap:break-word;font-size:.8333333333vw}.store-v2__wrapper-list__desc i{display:inline-block;height:auto;margin-right:.2083333333vw;width:.625vw}.store-v2__wrapper-list__desc i svg{height:100%;width:100%}.store-v2__wrapper-list__desc.link{color:#5cb3f8}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-list__desc{font-size:3.7333333333vw}.store-v2__wrapper-list__desc i{margin-right:.8vw;width:3.2vw}.store-v2__wrapper-list__desc.addr:hover{cursor:pointer}}.store-v2__wrapper-list__title{font-size:.8333333333vw;font-weight:700}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-list__title{font-size:3.7333333333vw}}.store-v2__wrapper-list .spaces{margin-top:.3472222222vw}.store-v2__wrapper-list .spaces:last-of-type{margin-bottom:.3472222222vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-list .spaces{margin-top:1.3333333333vw}.store-v2__wrapper-list .spaces:last-of-type{margin-bottom:1.3333333333vw}}.store-v2__wrapper-list__color{display:flex;margin:0 -.6944444444vw .6944444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-list__color{margin:0 -4vw 8vw}}.store-v2__wrapper-list__color span{display:inline-block;height:2.0833333333vw;width:12.5%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.store-v2__wrapper-list__color span{height:6.9333333333vw}}.store-v2__filter{display:none}.gws-teaserV3__styles.c-flex-row .gws-teaserV3{flex-direction:row}.gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3{flex-direction:row-reverse}.gws-teaserV3__styles.s-bg-grey .gws-teaserV3{align-items:center;background-color:#e5e5e5}.gws-teaserV3__styles.s-bg-grey .gws-teaserV3 .gws-img{width:100%}.gws-teaserV3__styles.s-bg-grey .gws-teaserV3-asset .gws-video{align-items:center;background-color:#000;display:flex;height:35.5555555556vw}@media screen and (max-width:767px){.gws-teaserV3__styles.s-bg-grey .gws-teaserV3-asset .gws-video{height:92vw}}.gws-teaserV3__styles.s-bg-grey .gws-teaserV3-asset .gws-video__container{width:100%}.gws-teaserV3__styles.s-bg-grey .gws-teaserV3-asset .gws-video video{height:35.5555555556vw}@media screen and (max-width:767px){.gws-teaserV3__styles.s-bg-grey .gws-teaserV3-asset .gws-video video{height:92vw}}.gws-teaserV3__styles.s-bg-grey .gws-teaserV3-content{min-height:34.8263888889vw}@media screen and (max-width:767px){.gws-teaserV3__styles.s-bg-grey .gws-teaserV3-content{min-height:92vw}}.gws-teaserV3__styles.s-bg-grey .gws-teaserV3-desc{font-family:inherit;font-size:1.1111111111vw;font-weight:300;line-height:1.2;margin-top:1.6666666667vw}@media screen and (max-width:767px){.gws-teaserV3__styles.s-bg-grey .gws-teaserV3-desc{font-size:4.2666666667vw;margin-top:6.4vw}}.gws-teaserV3__styles.s-bg-grey .gws-teaserV3-action{background-color:#fff}.gws-teaserV3__styles.s-bg-brand.c-flex-row-reverse .gws-teaserV3-content{padding-left:0;padding-right:2.0833333333vw}@media screen and (max-width:767px){.gws-teaserV3__styles.s-bg-brand.c-flex-row-reverse .gws-teaserV3-content{padding-left:0;padding-right:0}}.gws-teaserV3__styles.s-bg-brand .gws-teaserV3{align-items:center;animation-direction:alternate;animation-duration:30s;animation-iteration-count:infinite;animation-name:color-animation__bg;animation-play-state:running;animation-timing-function:linear;margin-left:0;margin-right:0;padding:3.4722222222vw 14.4444444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-teaserV3__styles.s-bg-brand .gws-teaserV3{padding-left:4.6666666667vw;padding-right:4.6666666667vw}}@media screen and (max-width:767px){.gws-teaserV3__styles.s-bg-brand .gws-teaserV3{padding-bottom:13.3333333333vw;padding-top:13.3333333333vw}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-teaserV3__styles.s-bg-brand .gws-teaserV3{flex-direction:column-reverse!important}}.gws-teaserV3__styles.s-bg-brand .gws-teaserV3-content{padding:0 0 0 2.0833333333vw}@media screen and (max-width:767px){.gws-teaserV3__styles.s-bg-brand .gws-teaserV3-content{padding:0;padding-left:0}}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-teaserV3__styles.s-bg-brand .gws-teaserV3-content{padding-bottom:8vw}}.gws-teaserV3__styles.s-bg-brand .gws-teaserV3-title{font-size:2.5vw;line-height:3.3333333333vw}@media screen and (max-width:767px){.gws-teaserV3__styles.s-bg-brand .gws-teaserV3-title{font-size:9.6vw;line-height:12.8vw}}.gws-teaserV3__styles.s-bg-brand .gws-teaserV3-desc{font-family:inherit;font-size:1.1111111111vw;margin-top:3.4722222222vw}@media screen and (max-width:767px){.gws-teaserV3__styles.s-bg-brand .gws-teaserV3-desc{font-size:4.2666666667vw;margin-top:8vw}}.gws-teaserV3__styles.c-random-bg-yellow .gws-teaserV3-asset{background-color:#faeb7d}.gws-teaserV3__styles.c-random-bg-yellow .gws-teaserV3-desc{color:#faeb7d}.gws-teaserV3__styles.c-random-bg-yellow .gws-teaserV3-action:hover{background-color:#faeb7d;color:#fff}.gws-teaserV3__styles.c-random-bg-purple .gws-teaserV3-asset{background-color:#e8d9f0}.gws-teaserV3__styles.c-random-bg-purple .gws-teaserV3-desc{color:#e8d9f0}.gws-teaserV3__styles.c-random-bg-purple .gws-teaserV3-action:hover{background-color:#e8d9f0;color:#fff}.gws-teaserV3__styles.c-random-bg-mint .gws-teaserV3-asset{background-color:#b5dbd4}.gws-teaserV3__styles.c-random-bg-mint .gws-teaserV3-desc{color:#b5dbd4}.gws-teaserV3__styles.c-random-bg-mint .gws-teaserV3-action:hover{background-color:#b5dbd4;color:#fff}.gws-teaserV3__styles.c-random-bg-pink .gws-teaserV3-asset{background-color:#f6b7c2}.gws-teaserV3__styles.c-random-bg-pink .gws-teaserV3-desc{color:#f6b7c2}.gws-teaserV3__styles.c-random-bg-pink .gws-teaserV3-action:hover{background-color:#f6b7c2;color:#fff}.gws-teaserV3__styles.c-random-bg-green .gws-teaserV3-asset{background-color:#a6cc7d}.gws-teaserV3__styles.c-random-bg-green .gws-teaserV3-desc{color:#a6cc7d}.gws-teaserV3__styles.c-random-bg-green .gws-teaserV3-action:hover{background-color:#a6cc7d;color:#fff}.gws-teaserV3__styles.c-random-bg-blue .gws-teaserV3-asset{background-color:#80bae8}.gws-teaserV3__styles.c-random-bg-blue .gws-teaserV3-desc{color:#80bae8}.gws-teaserV3__styles.c-random-bg-blue .gws-teaserV3-action:hover{background-color:#80bae8;color:#fff}.gws-teaserV3__styles.c-random-bg-khaki .gws-teaserV3-asset{background-color:#e8d999}.gws-teaserV3__styles.c-random-bg-khaki .gws-teaserV3-desc{color:#e8d999}.gws-teaserV3__styles.c-random-bg-khaki .gws-teaserV3-action:hover{background-color:#e8d999;color:#fff}.gws-teaserV3__styles.c-random-bg-turquoise .gws-teaserV3-asset{background-color:#9cdbf0}.gws-teaserV3__styles.c-random-bg-turquoise .gws-teaserV3-desc{color:#9cdbf0}.gws-teaserV3__styles.c-random-bg-turquoise .gws-teaserV3-action:hover{background-color:#9cdbf0;color:#fff}.gws-teaserV3{color:dimgray;display:flex;margin-left:14.4444444444vw;margin-right:14.4444444444vw;text-align:center}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-teaserV3{margin-left:4.6666666667vw;margin-right:4.6666666667vw}}@media screen and (max-width:767px){.gws-teaserV3{flex-direction:column!important}}.gws-teaserV3-asset,.gws-teaserV3-content{width:50%}@media screen and (max-width:767px){.gws-teaserV3-asset,.gws-teaserV3-content{width:100%}}.gws-teaserV3-content{display:flex;flex-direction:column;justify-content:center;padding:3.4722222222vw;word-break:break-word}@media screen and (max-width:767px){.gws-teaserV3-content{padding:9.0666666667vw}}.gws-teaserV3-pre{font-size:.9722222222vw;font-weight:600;margin-bottom:3.4722222222vw}@media screen and (max-width:767px){.gws-teaserV3-pre{font-size:3.7333333333vw;margin-bottom:8vw}}.gws-teaserV3-title{font-size:1.6666666667vw;font-weight:700;line-height:3.3333333333vw}@media screen and (max-width:767px){.gws-teaserV3-title{font-size:6.4vw;line-height:9.6vw}}.gws-teaserV3-sub{display:none}.gws-teaserV3-desc{font-family:FFMarket,sans-serif;font-size:2.2222222222vw;font-weight:400;line-height:1.4;margin-top:1.7361111111vw}@media screen and (max-width:767px){.gws-teaserV3-desc{font-size:8.5333333333vw;margin-top:4vw}}.gws-teaserV3-disclaimer{font-size:.8333333333vw;font-weight:400;line-height:1.5;margin-top:1.3888888889vw}@media screen and (max-width:767px){.gws-teaserV3-disclaimer{font-size:3.2vw;margin-top:4.2666666667vw}}.gws-teaserV3-action{background-color:#e5e5e5;border-radius:0;border-radius:3.4722222222vw;color:dimgray;cursor:pointer;display:inline-block;font-size:1.1111111111vw;letter-spacing:1px;line-height:1.5;margin-top:2.0833333333vw;padding:.4166666667vw 1.3888888889vw;text-align:center;transition:all .3s ease}@media screen and (max-width:767px){.gws-teaserV3-action{border-radius:13.3333333333vw;font-size:3.7333333333vw;margin-top:8vw;padding:4.2666666667vw}}.gws-teaserV3-asset{align-items:center;display:flex;overflow:hidden;position:relative}.gws-teaserV3-asset .gws-img{transition:opacity .3s ease;width:100%}.gws-teaserV3-asset .gws-video{width:100%}.gws-teaserV3-asset-link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.gws-teaserV3-asset-hover{left:0;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .3s ease;width:100%;z-index:1}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-teaserV3-asset-hover{display:none}}.gws-teaserV3-asset-hover .gws-img{width:100%}.gws-teaserV3-asset.c-hover-enlarge{overflow:hidden}.gws-teaserV3-asset.c-hover-enlarge img{transition:all .3s}@media screen and (min-width:1200px){.gws-teaserV3-asset.c-hover-enlarge:hover img{transform:scale(1.1)}}.gws-teaserV3-asset.c-hover-display-another:hover .gws-img{opacity:0}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-teaserV3-asset.c-hover-display-another:hover .gws-img{opacity:1}}.gws-teaserV3-asset.c-hover-display-another:hover .gws-teaserV3-asset-hover,.gws-teaserV3-asset.c-hover-display-another:hover .gws-teaserV3-asset-hover .gws-img{opacity:1}html[dir=rtl] .gws-teaserV3__styles.c-flex-row .gws-teaserV3{flex-direction:row-reverse}html[dir=rtl] .gws-teaserV3__styles.c-flex-row-reverse .gws-teaserV3{flex-direction:row}html[dir=rtl] .gws-teaserV3__styles.s-bg-brand.c-flex-row .gws-teaserV3-content{padding-left:2.0833333333vw;padding-right:0}@media screen and (max-width:767px){html[dir=rtl] .gws-teaserV3__styles.s-bg-brand.c-flex-row .gws-teaserV3-content{padding-left:0;padding-right:0}}html[dir=rtl] .gws-teaserV3__styles.s-bg-brand .gws-teaserV3-content{padding-left:0;padding-right:2.0833333333vw}@media screen and (max-width:767px){html[dir=rtl] .gws-teaserV3__styles.s-bg-brand .gws-teaserV3-content{padding-left:0;padding-right:0}}.gws-dialog{background-color:initial;max-height:90%;max-width:100%;min-height:26.0416666667vw;padding:0;width:62.5vw}@media screen and (min-width:768px)and (max-width:1024px){.gws-dialog{height:auto;width:100%}}@media screen and (max-width:767px){.gws-dialog{height:auto;width:100%}}.gws-dialog video{background-color:#000;max-height:100%;max-width:100%;width:100%}.gws-dialog iframe{display:block!important}.gws-dialog .vimeo-wrapper,.gws-dialog .vimeo-wrapper__video{height:100%;width:100%}.gws-dialog .wsc-dialog__body{background-color:#000;font-size:0;height:100%;padding-top:0;text-align:center}.gws-dialog .wsc-dialog__header{padding:0}.gws-dialog .wsc-dialog__close{align-items:center;background-color:#000;border-radius:50%;display:flex;height:3.4722222222vw;justify-content:center;padding:0;position:absolute;right:-1.0416666667vw;top:-1.0416666667vw;width:3.4722222222vw;z-index:100}@media screen and (min-width:768px)and (max-width:1024px){.gws-dialog .wsc-dialog__close{height:8vw;right:4vw;top:-10.8vw;width:8vw}}@media screen and (max-width:767px){.gws-dialog .wsc-dialog__close{height:8vw;right:4vw;top:-10.8vw;width:8vw}}.gws-dialog .wsc-icon__close{width:50%}.gws-bannerV2_styles.c-bg-black .mask{background-color:rgba(0,0,0,.55);height:100%;left:0;position:absolute;top:0;width:100%}.gws-bannerV2_styles.c-bg-white .mask{background-color:hsla(0,0%,100%,.35);height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2_styles.c-text-in-top .gws-bannerV2__content{align-items:flex-start;top:0}.gws-bannerV2_styles.c-text-in-middle .gws-bannerV2__content{align-items:center}.gws-bannerV2_styles.c-text-in-footer .gws-bannerV2__content{align-items:flex-end;top:0}}.gws-bannerV2_styles.c-font-bg-white .gws-bannerV2__content__container{background-color:hsla(0,0%,100%,.35);padding:2.0833333333vw 2.7777777778vw 4.8611111111vw}.gws-bannerV2_styles.c-font-bg-black .gws-bannerV2__content__container{background-color:rgba(0,0,0,.55);padding:2.0833333333vw 2.7777777778vw 4.8611111111vw}.gws-bannerV2_styles.c-text-position-left .gws-bannerV2__content{left:0;right:unset}.gws-bannerV2_styles.c-text-position-center .gws-bannerV2__content{left:50%;top:25%;transform:translateX(-50%)}.gws-bannerV2_styles.c-text-position-right .gws-bannerV2__content{left:unset;right:0}.gws-bannerV2_styles.c-gap-top{padding-top:6.9444444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2_styles.c-gap-top{padding-top:8vw}}.gws-bannerV2_styles.c-gap-bottom{padding-bottom:6.9444444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2_styles.c-gap-bottom{padding-bottom:8vw}}.gws-bannerV2_styles.c-text-align-right .gws-bannerV2__content__btn,.gws-bannerV2_styles.c-text-align-right .gws-bannerV2__content__link{margin-left:1.0416666667vw;margin-right:0}.gws-bannerV2{position:relative}.gws-bannerV2.c-img-Hover-magnify{overflow:hidden}.gws-bannerV2.c-img-Hover-magnify img{transition:all .3s}@media screen and (min-width:1200px){.gws-bannerV2.c-img-Hover-magnify:hover img{transform:scale(1.1)}}.gws-bannerV2__asset-link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2{display:flex;flex-direction:column}.gws-bannerV2 .gws-bannerV2__content{animation-direction:alternate;animation-duration:30s;animation-iteration-count:infinite;animation-name:color-animation__bg;animation-play-state:running;animation-timing-function:linear;height:auto;position:static;transform:none!important}}.gws-bannerV2__content{align-items:center;display:flex;justify-content:center;left:0;padding:2.7777777778vw;position:absolute;right:0;top:25%;width:45%;z-index:1}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content{padding:13.3333333333vw 16vw;position:relative;top:0;width:100%}}.gws-bannerV2__content__container{position:relative;text-align:center}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__container{width:100%}}.gws-bannerV2__content__wrapper{position:relative;text-align:center}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__wrapper{width:100%}.gws-bannerV2__content__wrapper *{text-align:center!important}}.gws-bannerV2__content__preTitle{display:none}.gws-bannerV2__content__subTitle{color:#fff;font-family:FFMarket,Noto_Sans,sans-serif;font-size:2.2222222222vw;font-weight:400;line-height:3.1944444444vw;margin-bottom:1.0416666667vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__subTitle{font-size:8.5333333333vw;line-height:10.24vw;margin-bottom:4vw}}.gws-bannerV2__content__disclaimer{display:none}.gws-bannerV2__content__title{color:#fff;font-size:4vw;font-weight:600;line-height:5.8333333333vw;text-align:center}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__title{font-size:6.4vw;line-height:7.68vw}}.gws-bannerV2__content__desc{color:dimgray;font-size:1.1111111111vw;font-weight:400;line-height:1.5277777778vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__desc{font-size:4.2666666667vw;line-height:5.0666666667vw}.gws-bannerV2__content__actions{align-items:center;display:flex;flex-direction:column}}.gws-bannerV2__content__btn,.gws-bannerV2__content__link{background-color:#e5e5e5;border:1px solid transparent;border-radius:50px;color:dimgray!important;cursor:pointer;display:inline-block;font-size:1.1111111111vw;font-weight:400;letter-spacing:1px;margin:1.0416666667vw 1.0416666667vw 0 auto;max-width:20.8333333333vw;padding:.4166666667vw 1.3888888889vw;position:relative;transition:all .3s}.gws-bannerV2__content__btn:hover,.gws-bannerV2__content__link:hover{background-color:gray;color:#fff!important}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-bannerV2__content__btn,.gws-bannerV2__content__link{font-size:3.7333333333vw;line-height:4.2666666667vw;margin:4vw 0 0;max-width:92vw;padding:1.6vw 4.2666666667vw}}.gws-bannerV2__content__btn .gws-video,.gws-bannerV2__content__link .gws-video{display:none}.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__btn,.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__link{background-color:#fff;color:#666!important}.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__btn:hover,.gws-bannerV2 .c-cta-white-color.gws-bannerV2__content__link:hover{background-color:gray;color:#fff!important}.gws-img{font-size:0}.gws-img img{width:100%}.pc-align-header{padding-left:14.4444444444vw;padding-right:14.4444444444vw}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.pc-align-header{padding-left:0;padding-right:0}}.gws-video{font-size:0;position:relative}.gws-video video{background-color:#000;width:100%}.gws-video iframe{width:100%!important}.gws-video__play{background-color:#fff;border-radius:50%;cursor:pointer;height:6.9444444444vw;left:50%;opacity:.5;position:absolute;top:50%;transform:translate(-50%,-50%);width:6.9444444444vw;z-index:10}@media screen and (max-width:767px){.gws-video__play{height:13.3333333333vw;width:13.3333333333vw}}.gws-video__play:after{border-color:transparent transparent transparent #ccc;border-radius:.2777777778vw;border-style:solid;border-width:1.8055555556vw 1.3888888889vw 1.8055555556vw 2.7777777778vw;content:"";display:inline-block;height:0;left:35%;position:absolute;top:50%;transform:translateY(-50%);width:0}@media screen and (max-width:767px){.gws-video__play:after{border-radius:1.0666666667vw;border-width:3.2vw 2.6666666667vw 3.2vw 5.3333333333vw}}.gws-video .c-video-autoplay .gws-img,.gws-video .c-video-autoplay .gws-video__asset{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-video .c-video-autoplay .gws-img{display:block}}.gws-video .c-video-autoplay .gws-video__play{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-video .c-video-autoplay .gws-video__play{display:block}}.gws-video .c-video-hover-play .gws-video__play{display:none}@media screen and (max-width:1200px)and (max-aspect-ratio:1/1),screen and (max-width:639px){.gws-video .c-video-hover-play .gws-video__play{display:block}}.gws-video .c-video-hover-play .gws-video__asset,.gws-video .c-video-hover-play .gws-video__vimeo,.gws-video .c-video-hover-play .gws-video__youtube,.gws-video .c-video-inline-play .gws-video__asset,.gws-video .c-video-inline-play .gws-video__vimeo,.gws-video .c-video-inline-play .gws-video__youtube,.gws-video .c-video-popup-play .gws-video__asset,.gws-video .c-video-popup-play .gws-video__vimeo,.gws-video .c-video-popup-play .gws-video__youtube{display:none}