@font-face {
  font-family: Archia;
  src: url('../fonts/archia-regular-webfont.eot') format("embedded-opentype"), url('../fonts/archia-regular-webfont.woff') format("woff"), url('../fonts/archia-regular-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --transparent: #0000;
  --white: white;
  --black-2: #1e1e2f;
  --jp: "Noto Sans JP", sans-serif;
  --black: black;
  --yellow: #ffd21c;
  --purple: #d2b7f3;
  --dark-gray: #2f2f4163;
  --line: #1e1e2f99;
  --white_80: #fffc;
  --light_gray: #4e4e4e3b;
  --white_1: var(--white_80);
  --light-yellow: #f3d16c61;
  --light-brown: #b8a08063;
  --1tc: #fdf3e4;
  --2tc: #b4946a;
  --35b: #dba26c;
  --36b: #443423;
  --obp: #9ea39f;
  --110: #ffd3ea;
  --520: #c6e3af;
  --810: #9ddff9;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  color: #1e1e2f;
  font-family: Archia, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 90px;
  font-size: 76px;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  line-height: 1.4em;
}

a {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
  text-decoration: none;
  transition: color .4s, opacity .4s, border-color .4s;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.header {
  z-index: 90;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: static;
  inset: 0% 0% auto;
  overflow: visible;
}

.header:lang(zh-tw) {
  display: none;
}

.main {
  background-image: linear-gradient(-5deg, #f8f4f1 60%, #fefeff 98%);
  padding-top: 0;
}

.footer {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #a79079;
  padding: 2rem 80px;
  position: static;
  inset: auto 0% 0%;
}

.content {
  background-color: var(--transparent);
  width: 100%;
  max-width: none;
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.header__columns {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.section {
  font-family: var(--jp);
  color: var(--black);
  padding: 0 80px;
  font-size: 1rem;
  line-height: 125%;
  overflow: hidden;
}

.section.special-offer {
  padding: 2rem 40px 4rem;
}

.section.process {
  padding-top: 2rem;
  overflow: hidden;
}

.section.evaluate {
  padding: 2rem;
}

.section.historical-photos {
  padding: 2rem 80px;
}

.section.story {
  color: var(--black);
  margin-left: auto;
  margin-right: auto;
  padding: 0 .625rem;
  font-size: 1rem;
  line-height: 1.5;
}

.section.awards_history {
  padding: 0;
}

.section.awards, .section.form {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section.q-a, .section.material_color {
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.section.category {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 0 0 2rem;
  display: flex;
  position: relative;
}

.section.hero {
  padding: 0 60px;
  overflow: hidden;
}

.section.shop-categories {
  padding: 0 40px;
  overflow: hidden;
}

.section.blog {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section.shop {
  padding: 0 40px;
}

.section.product-hero {
  padding-left: 0;
  padding-right: 0;
}

.section.product-additional-images, .section.crafitng-process {
  padding: 10rem 0;
}

.section.no-padding, .section.faq, .section.other {
  padding-left: 0;
  padding-right: 0;
}

.section.about {
  padding-bottom: 2rem;
}

.section.purpose {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.hero__columns {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.header__logo {
  width: 5rem;
  height: 5rem;
}

.nav__link {
  box-shadow: inset 0 0 0 0 var(--yellow);
  opacity: .8;
  color: var(--black-2);
  text-align: center;
  vertical-align: baseline;
  flex: 0 auto;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
}

.nav__link:hover, .nav__link.mod--fixed.w--current {
  box-shadow: inset 0 -9px 0 0 var(--yellow);
}

.nav__link.white {
  width: 100%;
  color: var(--white);
  text-align: left;
  padding-top: 0;
  font-size: 16px;
  font-weight: 600;
}

.nav__link.white:lang(zh-tw) {
  text-align: center;
  padding-top: 0;
}

.btn-yellow {
  background-color: var(--yellow);
  min-width: 160px;
  box-shadow: inset 0 45px 0 0 var(--black-2);
  text-align: center;
  border-radius: 100px;
  padding: 10px 30px;
}

.btn-yellow:hover {
  box-shadow: inset 0 45px 0 -50px var(--black-2);
  color: var(--black-2);
}

.btn-yellow.stroke--btn-01 {
  min-width: 120px;
  padding-left: 30px;
  font-weight: 500;
}

.btn-yellow.stroke--btn-01:lang(en) {
  font-weight: 500;
}

.btn-yellow.mod--menu:lang(zh-tw) {
  font-family: var(--jp);
  font-weight: 500;
}

.header__col.col--3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header__col.col--1 {
  min-width: auto;
}

.hero__col.col--2 {
  z-index: 0;
  flex: 1;
}

.hero__col.col--1 {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-end;
  width: 41.3409%;
  padding-bottom: 56px;
  display: flex;
  position: relative;
}

.input {
  z-index: 0;
  border: 1px solid #1e1e2f33;
  border-radius: 0;
  width: 300px;
  height: 64px;
  padding-left: 25px;
  font-size: 16px;
  transition: all .3s;
  position: relative;
}

.input:hover {
  border-color: #1e1e2f66;
}

.input:focus {
  border-color: #97c680;
}

.input::placeholder {
  color: var(--black-2);
}

.input.mod--footer {
  width: 250px;
  margin-bottom: 0;
  margin-right: -1px;
}

.input.mod--hero {
  border-width: 1px;
  border-color: #fff;
  width: 450px;
  height: 120px;
  margin-bottom: 0;
  padding-left: 50px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 27px;
  box-shadow: 0 46px 50px #00000008;
}

.input.mod--hero:hover {
  box-shadow: 0 46px 50px #0000001a;
}

.input.mod--hero:focus {
  border-color: #97c680;
  box-shadow: 0 46px 50px #0000001a;
}

.btn-submit {
  z-index: 1;
  background-color: var(--yellow);
  width: 64px;
  height: 100%;
  box-shadow: inset 0 0 0 0 var(--purple);
  color: var(--black-2);
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-submit:hover {
  box-shadow: inset 0 -70px 0 0 var(--purple);
}

.btn-submit.mod--hero {
  width: 120px;
  font-size: 34px;
}

.btn-submit.mod--hero:hover {
  box-shadow: inset 0 -120px 0 0 var(--purple);
}

.btn-submit.stroke--btn-1.active {
  opacity: 0;
  transition-duration: .2s;
}

.btn-submit.mod--form-footer {
  height: auto;
  position: relative;
}

.form {
  position: relative;
}

.form-block {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.hero__persons {
  z-index: 0;
  justify-content: flex-end;
  height: auto;
  margin-left: -85px;
  margin-right: -20px;
  display: flex;
  position: static;
}

.hero__person {
  cursor: pointer;
  border-radius: 20px;
  width: 21%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.hero__person.mod--1 {
  cursor: pointer;
  width: 100%;
}

.hero__person-img {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  height: 115%;
  display: block;
  position: relative;
}

.hero__person-img.mod--1 {
  min-width: auto;
  max-width: 100%;
  height: auto;
  overflow: clip;
}

.hero__person-grad {
  z-index: 1;
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(#0000 50%, #000c);
  padding-left: 0;
  position: absolute;
  inset: 0%;
}

.hero__person-title {
  flex: none;
  font-size: 34px;
  line-height: 1.1em;
}

.hero__person-title.stroke--white-02 {
  font-family: var(--jp);
  font-weight: 400;
}

.hero__person-count {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 0%;
  font-family: Noto Sans JP, sans-serif;
  font-size: 52px;
  transition: all .6s;
  display: flex;
  overflow: visible;
}

.hero__person-count-title {
  margin-bottom: -20px;
  line-height: 1em;
  display: inline-block;
}

.hero__person-count-title.stroke--white-02 {
  color: #fff;
  flex: 0 auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  position: static;
}

.hero__person-count-span {
  flex: none;
  width: 100%;
  padding-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
}

.hero__person-square {
  z-index: -1;
  background-color: var(--black-2);
  width: 120px;
  height: 100%;
  margin-left: -24px;
  display: block;
  position: absolute;
}

.heading-2 {
  width: 100%;
  max-width: none;
  font-family: var(--jp);
  color: var(--black-2);
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--black-2);
  text-transform: none;
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 125%;
  position: static;
}

.heading-2.special-offer {
  border-bottom: 1px solid var(--dark-gray);
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  font-size: 2rem;
}

.heading-2.special-offer:lang(zh-tw) {
  font-size: 2.5rem;
}

.heading-2.en {
  margin-bottom: 2rem;
  font-size: 2.3rem;
}

.heading-2.en:lang(zh-tw) {
  font-size: 3rem;
}

.text-content-tab-link {
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  line-height: 1.5em;
}

.text-content-tab-link:hover {
  border-bottom-color: #0003;
  min-height: 26px;
}

.text-content-tab-link.w--current {
  border-left: 1px none var(--dark-gray);
  text-align: center;
  background-color: #0000;
  border-bottom-color: #000;
  justify-content: center;
  min-width: auto;
  min-height: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.text-content-tab-link.w--current:hover {
  border-bottom-color: #000;
}

.category__tab {
  z-index: 10;
  font-family: var(--jp);
  position: static;
}

.category__tab.all {
  z-index: auto;
  position: relative;
}

.category-tabs-menu {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  font-family: var(--jp);
  text-align: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 60px;
  margin-left: 0;
  display: flex;
}

.category-tabs-menu.special-offer {
  margin-bottom: 2rem;
}

.category-tabs-menu.en {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
}

.category__columns {
  flex-flow: row;
  place-content: stretch flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: clip;
}

.category__columns.no1 {
  position: static;
  overflow: visible;
}

.category__col {
  width: 25%;
  padding-left: 16px;
  padding-right: 16px;
  position: sticky;
  top: 40vh;
}

.category__card {
  color: var(--black-2);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.category__card:hover {
  color: var(--yellow);
}

.category__card-img {
  border-radius: 20px;
  margin-bottom: 24px;
  display: block;
}

.category__card-img.mod--desctop {
  display: block;
}

.category__card-img.mod--mob {
  display: none;
}

.category__card-title {
  margin-bottom: 12px;
  font-size: 24px;
}

.category__card-title.stroke--skills-06 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 100%;
}

.category__card-month {
  color: var(--black-2);
}

.skills__head-desc {
  z-index: 1;
  width: 100%;
  max-width: 544px;
  margin-right: 80px;
  position: relative;
}

.skills__txt-desc {
  color: var(--black-2);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 125%;
}

.skills__txt-desc:lang(zh-tw) {
  font-size: 19px;
}

.skills__achieve {
  background-color: var(--yellow);
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: -185px;
  display: flex;
  overflow: hidden;
}

.skills__achieve.mod--desctop {
  z-index: 1;
  margin-top: 40px;
  margin-bottom: -40px;
  position: static;
  overflow: hidden;
}

.skills__achieve.mob--mob {
  display: none;
  position: sticky;
}

.skills__achieve-title {
  margin-right: 16px;
  font-size: 52px;
  line-height: 1em;
}

.skills__achieve-title.stroke--08 {
  -webkit-text-stroke-width: 0px;
}

.skills__achieve-desc {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4em;
}

.skills__achieve-desc.stroke--06 {
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.skills__achieve-desc.stroke--06:lang(zh-tw) {
  font-size: 18px;
  line-height: 125%;
}

.skills__achieve-txt-wrap {
  align-items: center;
  margin-top: 36px;
  margin-bottom: 36px;
  display: flex;
}

.skills__achieve-line {
  background-color: var(--line);
  flex: none;
  width: 1px;
  height: 40px;
  margin-left: 35px;
  margin-right: 35px;
}

.skills__columns {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.skills__col {
  z-index: 1;
  background-color: #fff;
  flex-flow: row;
  display: block;
  position: sticky;
}

.skills__col.mod--video {
  z-index: auto;
  flex: 1;
}

.skills__video-wrap {
  z-index: auto;
  clear: none;
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 950px;
  min-height: 470px;
  margin-left: auto;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.skills__list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #fff;
  background-clip: content-box;
  grid-template-rows: 20% 50% 30%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-right: 60px;
  padding-left: 0;
  display: grid;
  position: static;
}

.skills__list.horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: grid;
  position: relative;
  inset: 0% 0% auto auto;
}

.skills__list.horizontal.mobile {
  display: none;
}

.skills__list-item {
  background-color: var(--white);
  max-width: 500px;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 10px;
  display: flex;
  position: relative;
}

.skills__list-item.horizontal {
  max-width: none;
  padding-right: 10px;
}

.skills__list-ico {
  background-color: var(--white);
  border: 1px dashed #000;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-right: 15px;
  display: flex;
  box-shadow: 0 4px 40px #0000000d;
}

.skills__list-title {
  margin-bottom: 16px;
  font-size: 20px;
}

.skills__list-title.stroke--06 {
  width: 100%;
  color: var(--black-2);
  -webkit-text-stroke-color: var(--black-2);
  font-family: Noto Sans JP, sans-serif;
}

.skills__list-title.stroke--06.design {
  width: 125%;
}

.skills__list-desc {
  color: #1e1e2fcc;
  width: auto;
  max-width: none;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
}

.skills__list-line {
  border-left: 1px dashed #1e1e2f99;
  width: 1px;
  margin-top: 90px;
  margin-bottom: -14px;
  position: absolute;
  inset: 0% auto 0% 38px;
}

.skills__list-line.horizontal {
  z-index: 1;
  border-top: 1px dashed var(--line);
  border-left: 0px none var(--line);
  object-fit: fill;
  width: auto;
  height: auto;
  margin: 0 0 0 140px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  inset: 20% 0% auto 40%;
}

.hide {
  margin-bottom: 0;
  display: none;
}

.dot-green {
  color: var(--yellow);
  font-family: Varela, sans-serif;
}

.reviews-card {
  background-color: var(--white);
  border-radius: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 12rem;
  height: 25rem;
  padding: 24px;
  display: flex;
}

.reviews__card-name {
  font-size: 14px;
  line-height: 1em;
}

.slider-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.slider-wrapper.mobile {
  height: auto;
  display: none;
}

.swiper {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.swiper.swiper--persons {
  display: none;
  overflow: visible;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.reviews__card-author {
  flex-direction: row;
  flex: none;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.reviews__card-p {
  color: #1e1e2fcc;
  margin-bottom: 0;
}

.reviews__card-ava {
  border-radius: 100px;
  flex: none;
  width: 56px;
  height: 56px;
  margin-right: 12px;
}

.reviews__card-name {
  margin-bottom: 12px;
}

.reviews__card-spec {
  color: var(--yellow);
  font-size: 14px;
  line-height: 1em;
}

.footer__columns {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--dark-gray);
  grid-template-rows: auto;
  grid-template-columns: 20% 20% 35% 25%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start center;
  width: 100%;
  min-height: auto;
  margin-bottom: 1rem;
  padding-top: 0;
  padding-bottom: 2rem;
  display: grid;
  overflow: visible;
}

.footer__copyright {
  align-items: center;
  display: flex;
}

.footer__nav-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  grid-template: "Area-2"
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 100%;
  grid-auto-columns: minmax(200px, 1fr);
  grid-auto-flow: row;
  place-content: stretch center;
  place-items: stretch stretch;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  list-style-type: none;
  display: grid;
  position: static;
  overflow: visible;
  transform: translate(0);
}

.footer__nav-list:lang(zh-tw) {
  text-align: center;
  justify-content: center;
}

.footer__nav-list.item {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  width: 100%;
  min-width: auto;
  max-width: none;
  color: var(--white);
  text-align: left;
  mix-blend-mode: normal;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 40% 50%;
  grid-auto-columns: minmax(200px, 1fr);
  align-items: stretch;
  padding-left: 0;
  display: grid;
  transform: none;
}

.heading-1-hero {
  border: 0px none var(--line);
  background-color: var(--white_80);
  width: 110%;
  color: var(--black-2);
  text-align: left;
  flex: 0 auto;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 125%;
  position: relative;
}

.nav__link.mod--contact {
  width: 100%;
}

.category__card-arrow {
  z-index: 2;
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: -60px 16px auto auto;
}

.skills__video {
  width: 100%;
  height: 110%;
  margin-bottom: -20px;
  position: absolute;
  inset: auto 0% 0%;
}

.header-block {
  z-index: 90;
  padding: 38px 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.header-block.mod--fixed {
  background-color: var(--white);
  padding-top: 18px;
  padding-bottom: 18px;
  transition: all .5s;
  position: fixed;
  transform: translate(10px, -100px);
}

.header-block.mod--absolute {
  z-index: 100;
  margin-top: 0;
  padding: 1rem 60px;
  font-family: Noto Sans JP, sans-serif;
  position: absolute;
}

.dot {
  color: var(--yellow);
  font-family: Varela, sans-serif;
}

.category__tabs-mask {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.hero__person-txt-more {
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 78px;
}

.hero__person-txt-more.mod--1 {
  padding-left: 100px;
}

.hero__person-txt-less {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  bottom: 80px;
  transform: rotate(-90deg);
}

.hero__person-txt-less.mod--1 {
  padding-top: 20px;
  right: 0;
}

.hero__person-txt-less.mod--1.hide {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.skills__top {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero__person-cont {
  border-radius: 20px;
  width: auto;
  height: 100%;
  position: relative;
  overflow: clip;
}

.hero__person-cont:lang(zh-tw) {
  height: 100%;
}

.header__btn-menu {
  background-color: var(--black-2);
  cursor: pointer;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 24px;
  display: none;
  position: relative;
}

.header__btn-menu-line {
  background-color: var(--white);
  width: 16px;
  height: 2px;
  position: absolute;
  transform: none;
}

.header__btn-menu-line.mod--1 {
  transform: translate(0, -3px);
}

.header__btn-menu-line.mod--2 {
  transform: translate(0, 3px);
}

.menu {
  display: block;
}

.logo-img {
  width: 5rem;
  max-width: 100vh;
  height: 5rem;
}

.menu__btns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: fixed;
}

.menu__content {
  position: static;
}

.btn-whitre {
  background-color: var(--yellow);
  min-width: 160px;
  box-shadow: inset 0 45px 0 0 var(--black-2);
  text-align: center;
  border-radius: 100px;
  padding: 10px 30px;
}

.btn-whitre:hover {
  box-shadow: inset 0 45px 0 -50px var(--black-2);
  color: var(--black-2);
}

.btn-whitre.mod--menu {
  display: block;
}

.btn-whitre.mod--menu:lang(zh-tw) {
  font-family: var(--jp);
  font-weight: 500;
}

.footer__bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer__social {
  justify-content: flex-end;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.footer__soc-link {
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.footer__soc-link:hover {
  background-color: var(--black-2);
}

.footer__soc-img {
  object-fit: scale-down;
  border: 3px solid #1e1e2f1a;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: block;
}

.footer__soc-img:hover {
  filter: brightness(0%) invert();
}

.form__content {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.form__submit {
  z-index: 3;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.form__submit-result-wrap {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.4rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form__submit-result {
  align-items: center;
  width: 0;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.form__submit-result.active {
  width: 1rem;
  transition-duration: 1s;
}

.form__submit-result-ico {
  filter: invert(90%);
  flex: none;
  width: 1rem;
  max-width: none;
  display: block;
}

.page-wrapper {
  margin-top: 0;
  position: relative;
}

.utility-page-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-contact-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  position: static;
}

.div-block-4 {
  width: auto;
}

.div-block-5 {
  width: 75%;
  max-width: none;
}

.div-block-6 {
  width: auto;
}

.div-block-7 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  z-index: auto;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: auto;
  background-color: var(--transparent);
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: 100%;
  margin-top: 0;
  margin-right: 0;
  padding: 5% 0%;
  display: grid;
  position: sticky;
}

.div-block-11 {
  width: 100%;
  max-width: none;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.container.padding_2rem {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.container.padding_1rem {
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container.large {
  width: auto;
  max-width: 75%;
}

.container.large.allign-right {
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.purpose-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black-2);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  display: flex;
}

.paragraph-purpose {
  max-width: 45%;
  margin-bottom: 24px;
  margin-right: -70px;
  font-size: 18px;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: block;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.historical-photos {
  color: var(--black-2);
  background-color: #fff;
  border-bottom: 0 #e4ebf3;
  padding: 0;
  position: relative;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 6rem;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote {
  width: 30rem;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-image-two {
  object-fit: cover;
  width: 500px;
  height: 400px;
}

.heading-2-left {
  color: var(--black);
  text-align: left;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 125%;
}

.heading-2-left:lang(zh-tw) {
  font-size: 3rem;
}

.heading-2-left.white {
  color: var(--white);
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.icon-white {
  font-size: 32px;
  line-height: 32px;
}

.icon-white.product {
  font-size: 50px;
  line-height: 50px;
}

.slide-review-card {
  width: auto;
  height: auto;
  transition: all .6s;
  box-shadow: 0 20px 20px 5px #0003;
}

.mask-slider {
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  overflow: visible;
}

.mask-slider:lang(zh-tw) {
  height: 100%;
}

.slider {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20rem;
  min-height: 0;
  max-height: none;
  display: block;
  position: static;
  overflow: clip;
}

.slider.project-plan {
  height: 100%;
  overflow: hidden;
}

.slider.history {
  width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.slider.client {
  height: 25rem;
  padding-left: 60px;
  padding-right: 60px;
}

.slider.special-offer {
  height: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.left-arrow-yellow {
  width: 5%;
  height: 25rem;
  color: var(--yellow);
  text-shadow: 1px 5px 2px #0003;
  object-fit: none;
  margin: 0 auto 0 -45px;
  padding-right: 0;
  position: sticky;
  inset: 0%;
}

.icon-yellow {
  color: var(--yellow);
}

.right-arrow-yellow {
  width: 5%;
  height: 25rem;
  color: var(--yellow);
  text-transform: none;
  text-shadow: 1px 5px 2px #0003;
  margin: 0 -45px 0 auto;
  position: sticky;
  inset: 0%;
}

.rotate-image {
  width: 20rem;
  height: auto;
}

.rotate-image.large {
  flex: none;
  width: 20rem;
  height: auto;
  padding-bottom: 2vw;
}

.rotate-height {
  object-fit: cover;
  border-radius: 1rem;
  height: 30rem;
  min-height: auto;
  position: relative;
  overflow: hidden;
}

.rotate-height.small {
  height: 28rem;
}

.rotate-height.large {
  object-fit: cover;
  height: 32rem;
}

.image-cover {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  font-family: var(--jp);
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.5;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.image-cover.award {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-left: auto;
  display: block;
  position: absolute;
  overflow: clip;
}

.slider-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.slider-item {
  flex-flow: row;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 100%;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: clip;
}

.slider-item._1 {
  transform: none;
}

.slider-text {
  z-index: 20;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 3.4em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-text.apecial-offer_contain {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .5em;
  display: flex;
  position: relative;
}

.heading-3 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

.heading-3.special-offer {
  color: var(--black-2);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.heading-3.white {
  color: var(--white);
  font-weight: 600;
}

.slider-image {
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  position: relative;
  overflow: clip;
}

.slider-image:lang(zh-tw) {
  max-height: none;
}

.slider_plan_slide {
  width: 100%;
  height: 100%;
  position: static;
}

.arrow-left {
  color: var(--black);
  display: block;
  inset: 0% auto 0% 0%;
  overflow: auto;
}

.arrow-right {
  width: auto;
  height: auto;
  color: var(--black);
  margin: 0;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.special-offier-banner {
  border-radius: .4rem;
  min-height: 50rem;
  padding: 2rem 2rem 2rem 1.9rem;
  position: relative;
  overflow: hidden;
}

.banner-bkg {
  border-radius: .4rem;
  height: 120%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.overlay {
  background-color: var(--black);
  opacity: .1;
  pointer-events: none;
  mix-blend-mode: normal;
  position: absolute;
  inset: 0%;
}

.container-large {
  width: 100%;
  margin-top: -35px;
  margin-left: auto;
  margin-right: auto;
}

.story_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  min-height: 40rem;
  margin-top: 0;
  padding: 0;
  display: grid;
}

.special-offer-story {
  z-index: 2;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-color: var(--white_1);
  border-radius: .4rem;
  flex-flow: column;
  width: auto;
  min-width: 40rem;
  min-height: 45rem;
  padding: 2.5rem 2.5rem 0;
  display: flex;
  position: relative;
  overflow: clip;
}

.story-card-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-size-small {
  font-family: var(--jp);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 125%;
  display: block;
}

.text-size-small.white {
  color: var(--white);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.story-details {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  font-family: var(--jp);
  flex-flow: column;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.story-bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 38rem;
  display: flex;
}

.about-title {
  max-width: 35rem;
}

.story_title_h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.25;
}

.story_title_h2:lang(zh-tw) {
  font-size: 3.25rem;
}

.about-text {
  max-width: 45rem;
}

.text-size-regular {
  font-family: var(--jp);
  color: var(--black-2);
  padding-top: 0;
  padding-left: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  overflow: clip;
}

.text-size-regular.white {
  color: var(--white);
  padding-top: 0;
  padding-left: 0;
  line-height: 125%;
}

.story-link {
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.line {
  background-color: var(--line);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.line.black {
  z-index: 2;
  background-color: var(--black);
}

.line-fill {
  background-color: var(--black);
  color: var(--black);
  position: absolute;
  inset: 0%;
}

.skills_content {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 20px;
  overflow: clip;
}

.padding-horizontal.padding-medium {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 0 8rem;
  display: flex;
}

.hostory_block {
  z-index: 3;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: .85fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 720px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 0;
  display: grid;
  position: sticky;
  top: 4rem;
}

.history_top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.history_details {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.history_img {
  border-radius: .4rem;
  width: 10rem;
  height: 20rem;
  margin-top: -60px;
  position: relative;
  overflow: hidden;
}

.heading-style-h3 {
  font-family: var(--jp);
  text-align: left;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 125%;
}

.history_left {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 4rem;
  display: flex;
}

.history_right {
  z-index: 0;
  object-fit: fill;
  border-radius: .4rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: sticky;
  overflow: auto;
}

.award_inside {
  flex-flow: column;
  justify-content: flex-start;
  min-height: 100vh;
  padding-top: 2rem;
  display: flex;
  overflow: hidden;
}

.award_top {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.award_title {
  max-width: 55rem;
  font-family: var(--jp);
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.heading-size-huge {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-size-huge.category {
  padding-left: 40px;
  padding-right: 40px;
}

.award_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.award_btm_link {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  font-family: var(--jp);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1.8rem;
  padding-bottom: 2rem;
  font-size: 1em;
  line-height: 1.5;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: relative;
}

.clip {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-arrow {
  padding: 1px;
  display: block;
}

.hover-arrow.btm-right-arrow {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.icon-1x1-small {
  width: 1.2rem;
  max-width: none;
  height: 1.2rem;
  display: block;
}

.award-slider_top {
  z-index: 10;
  flex: 1;
  display: flex;
  position: relative;
}

.hero-rotate {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  padding-right: 0;
  display: flex;
}

.container-sheet {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-sheet.left {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  max-width: none;
  max-height: 100vh;
  margin-left: 10px;
  margin-right: 10px;
  padding: 4rem 0 .5rem;
  display: block;
  position: sticky;
  top: 0;
}

.container-sheet.right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding: 4rem 0 6rem 0;
  display: flex;
}

.sheet-tab {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sheet-tab_client {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  font-family: var(--jp);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.tab_client {
  border: 0px none var(--line);
  background-color: var(--white);
  border-radius: 10px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  transition-duration: .35s;
}

.tab_client.w--current {
  border: 0px none var(--line);
  background-color: var(--white);
  border-radius: 10px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  transition-duration: .35s;
  display: inline-block;
}

.tab_client_text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 50px;
  display: flex;
  position: static;
}

.tab_client_image {
  display: flex;
}

.tab_client_text {
  font-size: 14px;
}

.tab_client_text:lang(zh-tw) {
  font-size: 20px;
}

.typeform-embed-xfontehm {
  padding-right: 0;
  overflow: visible;
}

.typeform-wrapper {
  background-color: var(--transparent);
  height: 500px;
  font-family: var(--jp);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.typeform-embed-js9bfzfc, .typeform-embed-z17ctco2 {
  padding-right: 0;
}

.sheet-text {
  font-family: var(--jp);
  text-align: center;
  margin-right: 0;
  font-size: 18px;
  position: relative;
}

.form_block {
  flex-flow: column;
  width: 100%;
  max-width: 40rem;
  height: 100%;
  margin-bottom: 0;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.section-contact-hero {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-hero_top {
  width: 100%;
  max-width: none;
  height: auto;
  font-family: var(--jp);
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.form-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.form_base {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.form_stack {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.form_text_field {
  background-color: var(--white_80);
  min-height: 3.5rem;
  font-family: var(--jp);
  color: var(--black);
  border: 1px solid #d8d8d8;
  border-radius: .4rem;
  padding: 1.1rem;
  font-size: .875rem;
  line-height: 1.5;
  transition: border-color .2s linear;
}

.form_text_field.large {
  min-height: 12rem;
}

.submit-button {
  background-color: var(--yellow);
  width: 100%;
  font-family: var(--jp);
  color: var(--black);
  border-radius: 100rem;
  padding: 1rem .5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.form_success_base {
  background-color: var(--line);
  height: 100%;
  padding: 0;
}

.form_error {
  border-radius: .4rem;
  margin-top: .875rem;
  padding: .7rem;
}

.form_success {
  border: 1px solid var(--line);
  border-radius: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 25px;
  display: flex;
}

.section-material {
  width: 100%;
}

.material-base {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.material-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.material-top {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  width: 100%;
  max-width: 45rem;
  font-family: var(--jp);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.heading-style-h1 {
  font-family: var(--jp);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 125%;
}

.heading-style-h1:lang(zh-tw) {
  font-size: 3rem;
}

.project_text {
  flex-flow: column;
  width: 100%;
  max-width: 47rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title {
  border-top: .1px solid var(--light_gray);
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.project_post_height {
  border-radius: .4rem;
  width: auto;
  height: auto;
  margin-bottom: 1rem;
  position: relative;
  overflow: auto;
}

.project_post-img {
  padding-top: 0;
}

.project_body {
  width: 100%;
  max-width: 47rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.material-right {
  max-height: 100vh;
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-right: 3rem;
  position: sticky;
  top: 0;
}

.project_img {
  border-radius: .4rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.prohect_paragraph {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.5;
}

.prohect_paragraph.left {
  text-align: left;
  -webkit-text-stroke-color: var(--purple);
  overflow-wrap: normal;
  text-decoration: none;
}

.prohect_paragraph.left:lang(zh-tw) {
  background-color: var(--transparent);
}

.paragraph {
  text-align: left;
}

.paragraph.white {
  color: var(--white);
}

.project_form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  font-family: var(--jp);
  border: 1px #000;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  padding: 4rem 3rem;
  text-decoration: none;
  display: block;
}

.table_caption {
  border: 1px solid var(--light_gray);
  background-color: var(--light-yellow);
  font-family: var(--jp);
  text-align: center;
  padding: .75rem;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.table_cell {
  text-align: left;
  padding: .75rem;
}

.table_cell.no1 {
  text-align: center;
}

.table_cell.no2 {
  background-color: var(--light-brown);
  text-align: left;
}

.table_cell.no3 {
  background-color: var(--light-brown);
  text-align: center;
}

.table_row {
  border-bottom: 1px solid var(--light_gray);
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.table_header {
  background-color: var(--transparent);
  width: auto;
  padding: .75rem;
}

.table_header.no1 {
  background-color: var(--light-brown);
  text-align: center;
  width: 10%;
  margin-right: 0;
  padding-right: .75rem;
}

.table_header.no2 {
  background-color: var(--light-brown);
  width: 50%;
}

.table_head {
  width: 100%;
}

.table_component {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2 {
  color: var(--black-2);
  text-align: left;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 125%;
}

.grid-nav {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.navbar_grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3fr;
  place-items: center stretch;
}

.dropdown-list {
  z-index: auto;
  background-color: var(--light_gray);
  color: #4e4e4e3b;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: absolute;
}

.div-single {
  display: none;
}

.padding-global {
  backface-visibility: hidden;
  padding-left: 0;
  padding-right: 0;
}

.card-component-grid {
  width: 100%;
  font-family: var(--jp);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.card-container {
  perspective: 1000px;
  cursor: pointer;
}

.card-wapper {
  perspective: none;
  width: 100%;
  height: 25rem;
  position: relative;
}

.card-side.is-front {
  background-color: var(--purple);
  backface-visibility: hidden;
  padding: 2.5rem 1.75rem 1.75rem;
  position: absolute;
  inset: 0%;
}

.card-side.is-back {
  background-color: var(--purple);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  padding: 2.5rem 1.75rem 1.75rem;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-content-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: 1.5rem;
  display: flex;
}

.card-title {
  font-family: var(--jp);
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 125%;
}

.card-title:lang(zh-tw) {
  font-size: 1.6rem;
}

.card-icon-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.card-icon-item {
  background-color: var(--black);
  border-radius: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.card-icon {
  width: 1rem;
  height: 1rem;
  color: var(--white);
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
}

.card-number {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.container-wide {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  display: block;
  position: relative;
}

.gallery-ch01 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.collection-list-wrapper {
  width: 95vw;
  max-width: 1400px;
  font-family: var(--jp);
  column-count: 3;
  overflow-wrap: normal;
  direction: ltr;
  column-gap: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.4;
}

.gallery-ch-title {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--line);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 15rem;
  height: auto;
  color: var(--white);
  text-align: center;
  object-fit: fill;
  border-radius: 100%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 60px 20px;
  display: flex;
  position: absolute;
  inset: auto;
}

.product-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.product-item-main-image {
  z-index: auto;
  width: 100%;
  max-width: none;
  height: auto;
  font-family: var(--jp);
  vertical-align: baseline;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 25px;
  display: block;
  position: static;
  overflow: visible;
}

.gallery-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: border-color .4s, opacity .4s, color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--light_gray);
  background-color: var(--transparent);
  border-radius: 1.2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem .5rem .5rem;
  transition: none;
  display: flex;
}

.color-card._1tc {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--1tc);
  width: 100%;
  height: 100%;
  box-shadow: none;
  border-radius: 1.2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem .5rem .5rem;
  transition-property: none;
}

.color-card._2tc {
  background-color: var(--2tc);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem .5rem .5rem;
  display: flex;
}

.color-card._35b {
  background-color: var(--35b);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 1rem .5rem .5rem;
}

.color-card._36b {
  background-color: var(--36b);
}

.color-card.obp {
  background-color: var(--obp);
}

.color-card._016 {
  background-color: var(--white);
}

.color-card._110 {
  background-color: var(--110);
}

.color-card._520 {
  background-color: var(--520);
}

.color-card._810 {
  background-color: var(--810);
}

.color-card.c908 {
  background-image: url('../images/C908.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.color-card.c907 {
  background-image: url('../images/C907.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.color-card.c906 {
  background-image: url('../images/C906.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.color-card.c905 {
  background-image: url('../images/C905.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.color-card.c904 {
  background-image: url('../images/C904.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.color-card.c903 {
  background-image: url('../images/C903.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.color-card.c902 {
  background-color: var(--transparent);
  background-image: url('../images/C902.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.color-card.c901 {
  background-color: var(--transparent);
  background-image: url('../images/C901.jpg');
  background-position: 0 0;
  background-size: auto;
}

.tab-text {
  color: var(--black-2);
  font-size: 1rem;
  font-weight: 600;
  line-height: 125%;
}

.mask-_material {
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
}

.text-material {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-cover-1 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
}

.hero-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.main-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-width: 0;
  min-height: 100vh;
  display: block;
}

.main-wrapper:lang(zh-tw) {
  display: block;
}

.body {
  background-color: var(--white);
  font-family: var(--jp);
  color: var(--black);
  font-size: 1rem;
  line-height: 125%;
}

.cart1 {
  width: 4rem;
  height: auto;
  font-family: var(--jp);
  color: var(--black);
}

.cart-button {
  background-color: var(--transparent);
  border: 0 #000;
  border-radius: 0;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
}

.cart-icon {
  width: 60%;
  height: 60%;
  color: var(--black);
  border: 0 #000;
  flex: none;
  margin-right: 0;
  display: block;
}

.cart-quantity {
  background-color: var(--transparent);
  min-width: 18px;
  height: 18px;
  color: var(--black-2);
  font-size: 18px;
}

.wrapper {
  flex: 1;
  margin-top: 0;
  position: relative;
}

.hero-image-wrapper {
  min-width: 70%;
  min-height: 0;
  max-height: 80vh;
}

.hero-heading-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 1rem;
  display: flex;
}

.container-shop {
  margin-left: auto;
  margin-right: auto;
}

.eyebrow {
  font-family: var(--jp);
  color: var(--black-2);
  font-size: 1rem;
  line-height: 125%;
}

.eyebrow.white {
  color: var(--white);
  font-weight: 600;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--yellow);
  min-height: 2.5rem;
  color: var(--black);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-top: 0;
  padding: .5rem .75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 100%;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.button.simple {
  text-align: center;
  flex-flow: row;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  transition: all .2s;
}

.button.secondary {
  background-color: var(--black);
  color: var(--white);
}

.button-text {
  z-index: 2;
  position: relative;
}

.hover-button-background {
  background-color: var(--black-2);
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-icon {
  z-index: 2;
  width: fit-content;
  position: relative;
}

.align-center {
  font-family: var(--jp);
  color: var(--black);
  text-align: center;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 100%;
}

.align-center.white {
  color: var(--white);
}

.ethos-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  height: auto;
  font-family: var(--jp);
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 1rem;
  line-height: 125%;
  display: grid;
}

.ethos-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 2rem 4rem 2rem 1rem;
  display: flex;
}

.ethos-component._1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: linear-gradient(#0000002b, #0000002b), url('../images/67099ca3f128798091655022_Frame-10055.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: stretch;
  height: 40rem;
  padding: 2rem 4rem 2rem 1rem;
}

.ethos-component._2 {
  background-image: linear-gradient(#0000002b, #0000002b), url('../images/67099ca36870d517737e5e3b_Frame-10056.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-end;
  height: 40rem;
}

.ethos-component._3 {
  background-image: linear-gradient(#0000002b, #0000002b), url('../images/665c38de3adde2a09dc14f2b_image13.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 40rem;
}

.blog-wrapper-homepage {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.blog-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  min-width: 31%;
  max-width: 31%;
  display: flex;
}

.grid-blog {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.blog-wrapper-card-homepage {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: none;
  flex-flow: column;
  display: flex;
}

.blog-image-wrapper-homepage {
  cursor: none;
  min-height: 25rem;
  max-height: 25rem;
  transition-property: none;
  overflow: hidden;
}

.product-name-card {
  font-family: var(--jp);
  color: var(--black);
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 120%;
}

.product-name-card.white {
  color: var(--white);
}

.another-blog-images {
  width: 100%;
  height: 100%;
  min-height: 25rem;
  max-height: 25rem;
  font-family: var(--jp);
  color: var(--black);
  object-fit: cover;
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
}

.padding {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding.medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding.medium.top {
  padding-top: 4rem;
  padding-bottom: 0;
}

.padding.large {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.padding.large.bottom {
  padding-top: 0;
}

.padding.large.top {
  padding-bottom: 0;
}

.padding.small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.product-categories-heading-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
  display: flex;
}

.categories-wrapper {
  grid-column-gap: .85rem;
  grid-row-gap: .85rem;
  flex-flow: column;
  display: flex;
}

.categories-links {
  background-color: var(--transparent);
  font-family: var(--jp);
  color: var(--black);
  padding: .5rem .75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 125%;
  transition-property: none;
  display: inline-block;
}

.categories-links.w--current {
  background-color: var(--yellow);
}

.product-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.crad-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  display: flex;
}

.crad-image-wrapper {
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}

.product-tags {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.promotion-tag {
  background-color: var(--black-2);
  color: var(--white);
  padding: .5rem;
  display: block;
}

.new-product-tag {
  background-color: var(--yellow);
  padding: .5rem;
  display: block;
}

.card-product-name {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
  line-height: 125%;
}

.line-wrapper {
  position: relative;
}

.categories-links-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.div-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  display: flex;
}

.blog-main-post-image {
  max-height: 65vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.black-overlay {
  z-index: 2;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.post-name-wrapper {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  font-family: var(--jp);
  color: var(--white);
  flex-flow: column;
  align-items: flex-start;
  padding: 2rem;
  font-size: 1rem;
  line-height: 125%;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.heading-1 {
  margin-bottom: 0;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 125%;
}

.heading-1.privacy-policy-text {
  border-bottom: 1px solid var(--dark-gray);
}

.icon-link {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: var(--black);
  border-bottom: 0 solid #000;
  flex-flow: row;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 125%;
  transition: all .2s;
  display: flex;
}

.icon-link.white {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  border: 1px none var(--white);
  outline-color: var(--white);
  outline-offset: 0px;
  font-family: var(--jp);
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  outline-width: 3px;
  outline-style: none;
  flex-flow: row;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 125%;
  transition: all .2s;
  display: flex;
}

.main-blog-image {
  width: 100%;
  height: 100%;
  max-height: 65vh;
  font-family: var(--jp);
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  object-fit: cover;
  font-size: 1rem;
  line-height: 125%;
  position: relative;
}

.code-embed {
  color: var(--white);
}

.author-date-wrapper {
  background-color: var(--light-yellow);
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
  padding: 1rem;
  display: flex;
}

.mentioned-products-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.linked-products-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.linked-product-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 100%;
  min-height: 100%;
  display: flex;
}

.linked-product-image {
  aspect-ratio: 3 / 2;
  width: 100%;
  overflow: hidden;
}

.other-posts-heading-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.another-blog-posts-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.another-posts-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.another-blog-image-wrapper {
  width: 100%;
  height: 100%;
  max-height: 25rem;
  transition-property: none;
  display: block;
}

.another-blog-image-wrapper.w--current {
  height: 100%;
  transition-property: none;
}

.link-block {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  transition-property: none;
  display: flex;
}

.blog-page-heading {
  z-index: 2;
  color: var(--white);
  margin-bottom: 0;
  padding: 2rem;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}

.main-post-card-name-wrapper {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 33%;
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
}

.link {
  color: var(--black);
  width: fit-content;
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
}

.link.white {
  border-bottom: 1px dashed var(--white);
  color: var(--white);
  transition: all .2s;
}

.text-icon-link {
  color: var(--black);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 125%;
}

.text-icon-link.white {
  color: var(--white);
}

.blog-posts-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.post-image-wrapper {
  width: 100%;
  height: 100%;
  min-height: 35rem;
  max-height: 35rem;
  transition-property: none;
  overflow: hidden;
}

.another-products-heading-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.buttion-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: fit-content;
  display: flex;
}

.another-products-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  display: flex;
}

.product-card-item {
  width: 100%;
  height: 100%;
}

.another-product-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.another-product-image-wrapper {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  transition-property: none;
  position: relative;
  overflow: hidden;
}

.card-price {
  background-color: var(--white_80);
  margin-left: auto;
  padding: .5rem;
}

.product-element-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  min-height: 65vh;
  display: flex;
  position: relative;
}

.product-image-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  display: flex;
  position: relative;
}

.product-info-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-around;
  width: 45%;
  margin-left: auto;
  display: flex;
}

.product-name-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.price {
  font-size: 1.36rem;
}

.add-to-cart {
  margin-top: 1rem;
}

.default-state {
  margin-bottom: 0;
}

.quantity-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.cart-buttons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  display: flex;
}

.option {
  display: block;
}

.button-2 {
  border: 1px solid var(--dark-gray);
}

.quantity {
  margin-bottom: 0;
}

.details-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.detail-element {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.detail-name {
  font-size: 1.125rem;
  font-weight: 500;
}

.separator {
  background-color: var(--dark-gray);
  height: .06rem;
}

.additional-images-grid {
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  justify-content: space-between;
  padding-right: 0;
}

.crafting-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-right: 1rem;
  display: grid;
}

.scroll-wrapper {
  position: relative;
  overflow: hidden;
}

.image-full-screen-wrapper {
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 85vh;
  display: flex;
  overflow: hidden;
}

.product-qualities-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 75%;
}

.quality-product-wrapper {
  padding: 6rem 2rem;
}

.quality-product-wrapper.middle {
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.quality-text {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
}

.image-absolute-product {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.scroll-trigger {
  pointer-events: none;
  height: 100%;
  min-height: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.faq-grid {
  grid-column-gap: 14rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

.allgn-right {
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 100%;
}

.allgn-right.allgn-left-mobile {
  text-align: right;
}

.faq-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--dark-gray);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.answer-wrapper {
  cursor: pointer;
  overflow: hidden;
}

.faq-question {
  font-size: 1.2rem;
  font-weight: 500;
}

.faq-answer {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 125%;
}

.faq-text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 75%;
  display: flex;
}

.faq-icon {
  object-fit: cover;
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(90deg);
}

.tags-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.utiliity-background {
  z-index: -1;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  min-height: 100vh;
  font-family: var(--jp);
  color: var(--black);
  background-image: linear-gradient(#00000080, #00000080), url('../images/material_1280X720.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-size: 1rem;
  line-height: 125%;
  position: absolute;
  inset: 0%;
}

.utility-field-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.heading-checkout {
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
}

.block-header {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.project-plan {
  overflow: clip;
}

.heading-4 {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 125%;
}

.icon {
  color: var(--black);
}

.div-line {
  border-bottom: 1px solid var(--dark-gray);
  width: 100%;
  margin-bottom: 1rem;
}

.image-award {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.slide-nav-hide {
  display: none;
}

.quality-text-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
}

.section-2 {
  color: #000;
  padding: 0 80px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1rem;
  line-height: 125%;
  overflow: hidden;
}

.section-2.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.c-main-img-lightbox {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-full {
  border: 0px none var(--dark-gray);
  object-fit: cover;
  width: 95%;
  max-width: none;
  height: 95%;
  max-height: none;
  overflow: clip;
  box-shadow: 5px 5px 10px 5px #0003;
}

.material-colors-side {
  width: 400px;
  height: 400px;
  position: static;
  overflow: clip;
}

.slider-container {
  width: 100%;
  min-height: 300px;
  padding: 40px;
  overflow: hidden;
}

.slider-right-arrow {
  color: #444;
  inset: 0% 0% 0% auto;
}

.slider-wrapper-material-color {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #e1e1e1;
  border-radius: 1.2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mask {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
  inset: 0% auto 0% 0%;
}

.slider-material-color {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 400px;
  height: 400px;
  display: flex;
  position: static;
}

.mask-client {
  padding-left: 0;
  padding-right: 0;
  position: static;
  overflow: hidden;
}

.hide-empty-state {
  display: none;
}

.privacy-policy-text {
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  list-style-type: disc;
  display: flex;
}

.language-link {
  color: #484646;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #7735f6;
}

.language-toggle {
  color: #20355a;
  border: 1px #9b9eb838;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
}

.language-dropdown {
  background-color: var(--yellow);
  border-radius: 100px;
  margin-left: 0;
  margin-right: 0;
}

.language-list {
  z-index: 1;
  background-color: var(--transparent);
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: absolute;
}

.language-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 200px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.language {
  color: var(--white);
  font-weight: 500;
}

.link-2 {
  color: var(--dark-gray);
  font-weight: 500;
  line-height: 125%;
}

.link-2.w--current {
  color: var(--black);
  font-weight: 500;
  line-height: 125%;
}

.locale {
  background-color: var(--transparent);
  padding-left: 25px;
}

.locales-list {
  z-index: 10;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--transparent);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  position: static;
}

.locales-wrapper {
  z-index: 10;
  background-color: var(--transparent);
  display: block;
  position: static;
}

.right-arrow {
  width: 5%;
  height: 100%;
  inset: 0% 0% 0% auto;
}

.left-arrow {
  width: 5%;
  height: 100%;
  inset: 0% auto 0% 0%;
}

.dropdown-toggle-2 {
  padding: 10px 20px 10px 0;
}

.footer-nav-link {
  width: 100%;
  font-family: var(--jp);
  color: var(--white);
  border: 1px #000;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 125%;
}

.nav-top {
  margin-bottom: 7rem;
}

.dropdown-icon {
  margin-right: 0;
}

.bold-text {
  font-family: var(--jp);
}

.heading-5 {
  font-family: var(--jp);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 125%;
}

.heading-5.white {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
}

.slider_material {
  background-color: var(--transparent);
}

.slider_material.sgs {
  height: 30rem;
}

.icon-black {
  color: var(--black-2);
  font-size: 25px;
  line-height: 25px;
}

.heading-3-left {
  color: var(--black);
  text-align: left;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 125%;
}

.heading-3-left:lang(zh-tw) {
  font-size: 3rem;
}

.icon-gray_1 {
  color: var(--black-2);
}

.right-arrow-gray {
  margin-right: 0;
}

.left-arrow-gray {
  margin: 0;
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 40px;
  }

  .header {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: sticky;
  }

  .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content {
    width: 100%;
    height: auto;
    color: var(--black-2);
    text-align: center;
  }

  .header__columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.special-offer:lang(zh-tw) {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.process {
    padding-top: 0;
  }

  .section.process:lang(zh-tw) {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section.evaluate {
    padding-left: 0;
    padding-right: 0;
  }

  .section.historical-photos {
    padding: 0;
  }

  .section.story {
    font-family: var(--jp);
    color: var(--black);
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 .625rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .section.awards_history {
    padding-top: 32px;
    padding-bottom: 0;
  }

  .section.awards, .section.form {
    margin-top: 80px;
  }

  .section.q-a {
    padding-top: 40px;
    padding-bottom: 64px;
  }

  .section.hero {
    padding-top: 0;
    position: relative;
  }

  .section.hero:lang(zh-tw) {
    padding-top: 20px;
  }

  .section.blog {
    padding-top: 1rem;
    overflow: hidden;
  }

  .section.product-additional-images {
    padding-bottom: 0;
  }

  .section.about {
    padding-top: 20px;
    position: relative;
  }

  .section.about:lang(zh-tw) {
    padding-top: 40px;
  }

  .hero__columns {
    display: block;
  }

  .nav {
    width: 100%;
    color: var(--black);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
    overflow: hidden;
  }

  .nav.mobile {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .nav__link {
    font-family: var(--jp);
    color: var(--black);
    text-align: left;
    border-bottom: 1px solid #1e1e2f1a;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 1.2rem;
    line-height: 125%;
  }

  .nav__link:hover {
    box-shadow: none;
  }

  .nav__link.w--current {
    font-family: var(--jp);
    color: var(--yellow);
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 125%;
  }

  .nav__link.white {
    text-align: center;
    height: 1.5rem;
    padding-bottom: 0;
    line-height: 125%;
  }

  .nav__link.white:lang(zh-tw) {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav__link.white.w--current {
    color: var(--white);
    font-size: 16px;
  }

  .header__col.col--3 {
    display: none;
  }

  .header__col.col--1 {
    min-width: auto;
  }

  .header__col.col--2, .header__col.col--2:lang(zh-tw), .hero__col.col--2 {
    display: none;
  }

  .hero__col.col--1 {
    flex-flow: column;
    justify-content: flex-start;
    width: auto;
    padding-bottom: 0;
  }

  .input.mod--footer {
    width: 80%;
    margin-right: 0;
    padding-right: 0;
  }

  .input.mod--hero {
    width: 100%;
    font-size: 27px;
  }

  .form-block {
    width: 100%;
    max-width: 300px;
  }

  .form-block.mod--hero {
    width: 100%;
    max-width: 450px;
  }

  .hero__persons {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .hero__person {
    width: 240px;
    height: 376px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__person.mod--3, .hero__person.mod--2, .hero__person.mod--1 {
    width: auto;
    height: 100%;
  }

  .hero__person-img.mod--3, .hero__person-img.mod--2 {
    min-width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }

  .hero__person-img.mod--1 {
    min-width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    position: relative;
  }

  .hero__person-grad {
    overflow: hidden;
  }

  .hero__person-title {
    font-size: 22px;
  }

  .hero__person-title.stroke--white-02 {
    font-size: 24px;
    font-weight: 300;
  }

  .hero__person-title.stroke--white-02._03 {
    font-size: 14px;
  }

  .hero__person-count {
    flex: none;
    font-family: Noto Sans JP, sans-serif;
  }

  .hero__person-count-title {
    font-size: 32px;
  }

  .hero__person-count-title.stroke--white-02 {
    font-size: 30px;
    font-weight: 300;
  }

  .hero__person-count-span {
    font-size: 16px;
  }

  .heading-2 {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .heading-2.special-offer {
    margin-bottom: .5rem;
    font-size: 1.8rem;
  }

  .heading-2.en:lang(zh-tw) {
    font-size: 2.3rem;
  }

  .text-content-tab-link {
    margin-bottom: 0;
  }

  .text-content-tab-link.w--current {
    border-style: none none solid;
    border-width: 1px;
    border-color: var(--dark-gray);
    text-align: center;
    min-width: auto;
    min-height: auto;
  }

  .category-tabs-menu.special-offer {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
  }

  .category__columns {
    flex-wrap: wrap;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .category__col {
    flex-direction: column;
    align-items: center;
    width: 50%;
    margin-bottom: 40px;
    display: flex;
    position: relative;
    top: auto;
  }

  .skills__head-desc {
    z-index: auto;
    max-width: none;
    position: static;
  }

  .skills__txt-desc {
    text-align: left;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: static;
  }

  .skills__achieve.mod--desctop {
    display: none;
    overflow: hidden;
  }

  .skills__achieve.mob--mob {
    z-index: 3;
    width: 162px;
    height: 70px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: absolute;
    inset: -35px 16px auto auto;
  }

  .skills__achieve-title {
    margin-right: 8px;
    font-size: 28px;
  }

  .skills__achieve-desc {
    font-size: 12px;
    line-height: 1.2em;
  }

  .skills__achieve-desc.stroke--02 {
    text-align: left;
  }

  .skills__achieve-txt-wrap {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    transform: translate(0, -60px);
  }

  .skills__achieve-txt-wrap.active {
    opacity: 1;
    font-family: var(--jp);
    transition: all .3s;
    transform: none;
  }

  .skills__achieve-txt-wrap.active.done {
    transform: translate(0, 60px);
  }

  .skills__achieve-line {
    display: none;
  }

  .skills__columns {
    margin-bottom: 40px;
  }

  .skills__col {
    flex: none;
  }

  .skills__col.mod--video {
    display: none;
    position: relative;
  }

  .skills__video-wrap {
    z-index: 0;
    align-items: stretch;
    max-width: none;
    height: 27vw;
    min-height: auto;
    position: relative;
  }

  .skills__list.horizontal {
    grid-template-columns: 25% 25% 25% 25%;
    max-width: none;
  }

  .skills__list-item {
    text-align: left;
  }

  .skills__list-item.horizontal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    flex-flow: column;
    flex: 0 auto;
    padding-right: 10px;
  }

  .skills__list-title.stroke--06 {
    color: var(--black-2);
    -webkit-text-stroke-color: var(--black-2);
    margin-bottom: 10px;
    line-height: 140%;
  }

  .skills__list-desc {
    font-size: .8rem;
  }

  .skills__list-line.horizontal {
    width: auto;
    margin-top: -36px;
    margin-left: 40px;
    top: 28%;
  }

  .reviews-card {
    width: 12rem;
    height: 25rem;
  }

  .slider-wrapper {
    width: 100%;
    height: 100%;
    display: block;
  }

  .slider-wrapper.slide--persons {
    width: auto;
  }

  .slider-wrapper.mobile {
    width: 100%;
    height: 100%;
    display: none;
  }

  .swiper.swiper--persons {
    max-width: none;
    height: 100%;
    margin-bottom: 40px;
    display: block;
    overflow: visible;
  }

  .reviews__card-author {
    align-items: flex-end;
    margin-top: 32px;
  }

  .footer__columns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 20% 20% 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    max-width: 1280px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .footer__col {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 2rem;
  }

  .footer__nav-list {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 100%;
    grid-auto-columns: minmax(200px, 1fr);
    align-items: stretch;
    width: 100%;
    max-height: none;
    margin-bottom: 0;
    margin-right: auto;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .footer__nav-list.item {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    width: 100%;
    color: var(--white);
    text-align: left;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    place-content: center;
    align-items: center;
    margin-right: 0;
    padding-right: 0;
    display: grid;
  }

  .heading-1-hero {
    z-index: 10;
    margin-bottom: -40px;
    font-size: 50px;
  }

  .nav__link.mod--contact {
    margin-right: 24px;
  }

  .category__card-arrow {
    top: 16px;
  }

  .skills__video {
    height: 29vw;
    margin-bottom: -5px;
  }

  .header-block {
    padding: 24px;
  }

  .header-block.mod--fixed {
    display: none;
  }

  .header-block.mod--absolute {
    background-color: var(--white);
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
  }

  .dot {
    color: var(--yellow);
  }

  .hero__person-txt-more {
    opacity: 1;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 20px;
  }

  .hero__person-txt-more.mod--1 {
    padding-left: 16px;
  }

  .hero__person-txt-more.mod--2 {
    display: flex;
  }

  .hero__person-txt-less {
    display: none;
  }

  .skills__top {
    font-family: var(--jp);
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 30px;
    padding-left: 2rem;
    display: flex;
  }

  .hero__person-cont {
    width: auto;
  }

  .header__btn-menu {
    background-color: var(--black-2);
    cursor: pointer;
    flex: none;
    width: 32px;
    height: 32px;
    padding: 0;
    transition: all .2s;
    display: flex;
  }

  .menu {
    z-index: -1;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--white);
    height: 0%;
    color: var(--black-2);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .logo-img {
    width: 5rem;
    max-width: none;
    height: 5rem;
  }

  .menu__btns {
    border-style: solid none none;
    border-width: 1px;
    border-color: var(--line) #1e1e2f #1e1e2f;
    width: 100%;
    padding-top: 24px;
    display: flex;
    position: static;
  }

  .menu__content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-top: 115px;
    padding-bottom: 24px;
    display: block;
    position: static;
  }

  .btn-whitre {
    box-shadow: none;
    color: var(--black-2);
    background-color: #0000;
    border: 1px solid #1e1e2f33;
  }

  .btn-whitre.mod--menu {
    background-color: var(--transparent);
    box-shadow: none;
    margin-right: 16px;
    display: block;
  }

  .footer__bottom {
    margin-top: 10px;
  }

  .footer-contact-text {
    text-align: left;
    width: auto;
    max-width: none;
    height: 1.5rem;
    line-height: 125%;
  }

  .footer-contact-text:lang(zh-tw) {
    text-align: center;
  }

  .container {
    max-width: 728px;
  }

  .purpose-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    border-bottom: 1px solid var(--light_gray);
    flex-flow: column;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .paragraph-purpose {
    max-width: none;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-left: 0;
  }

  .features-right {
    max-width: 100%;
    margin-bottom: 0;
  }

  .historical-photos {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonial-slide {
    text-align: left;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    height: 35rem;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .testimonial-content {
    width: 100%;
    max-width: none;
    height: auto;
    font-family: var(--jp);
    text-align: left;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    display: block;
  }

  .testimonial-quote {
    text-align: left;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    overflow: visible;
  }

  .testimonial-image-two {
    width: 100%;
    max-width: none;
    height: 100%;
    display: block;
    overflow: auto;
  }

  .heading-2-left {
    margin-bottom: 2rem;
  }

  .heading-2-left:lang(zh-tw) {
    font-size: 2.3rem;
  }

  .moblile_swiper_slider {
    height: auto;
    overflow: visible;
  }

  .mask-2 {
    width: auto;
    height: auto;
  }

  .hero-slide {
    width: auto;
  }

  .slide-nav {
    display: none;
    overflow: visible;
  }

  .icon-white {
    font-size: 28px;
    line-height: 28px;
  }

  .slide-review-card {
    width: auto;
    height: auto;
  }

  .mask-slider {
    width: auto;
    height: 100%;
    min-height: 0;
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .mask-slider:lang(zh-tw) {
    overflow: clip;
  }

  .slider {
    width: 100%;
    height: 25rem;
    min-height: 0;
    max-height: none;
    overflow: clip;
  }

  .slider.project-plan {
    display: block;
  }

  .slider.history {
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .right-arrow-yellow {
    padding-left: 0;
    position: sticky;
  }

  .rotate-image {
    height: 100%;
  }

  .rotate-image.large {
    width: 40vw;
    height: auto;
    overflow: hidden;
  }

  .rotate-height {
    height: auto;
    overflow: hidden;
  }

  .rotate-height.small {
    height: 22rem;
  }

  .rotate-height.large {
    height: 25rem;
  }

  .image-cover {
    box-sizing: content-box;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    overflow: visible;
  }

  .slider-item {
    max-width: none;
  }

  .heading-3 {
    text-align: left;
    margin-bottom: 4rem;
    font-size: 1.4rem;
  }

  .heading-3.white, .heading-3.left {
    text-align: left;
  }

  .heading-3.left:lang(zh-tw) {
    margin-bottom: 0;
  }

  .slider-image {
    object-fit: cover;
  }

  .slider-image:lang(zh-tw) {
    max-height: 100%;
  }

  .arrow-left {
    width: 8%;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .arrow-right {
    width: 8%;
    margin: auto;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .special-offier-banner {
    border-radius: .4rem;
    padding: 1.9rem;
    position: relative;
    overflow: hidden;
  }

  .banner-bkg {
    border-radius: .4rem;
    height: 120%;
    font-size: 1rem;
    line-height: 1.5;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .overlay {
    background-color: var(--black);
    opacity: .1;
    position: absolute;
    inset: 0%;
  }

  .container-large {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    overflow: visible;
  }

  .story_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    padding: 0;
    display: grid;
  }

  .special-offer-story {
    z-index: 10;
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    background-color: var(--white_80);
    border-radius: .4rem;
    flex-flow: column;
    width: 100%;
    min-width: auto;
    padding: 2.5rem 2rem 0;
    display: flex;
    position: relative;
  }

  .story-card-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .text-size-small {
    margin-bottom: 0;
    margin-left: 0;
    font-size: .8rem;
    line-height: 1.3;
  }

  .story-details {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .story-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    max-width: 38rem;
    display: flex;
  }

  .about-title {
    max-width: 35rem;
  }

  .story_title_h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.25rem;
    font-weight: 400;
    line-height: 1.25;
  }

  .about-text {
    max-width: 45rem;
  }

  .text-size-regular {
    width: 100%;
    font-size: 1rem;
  }

  .text-size-regular.materials {
    padding-left: 0;
  }

  .padding-horizontal.padding-medium {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hostory_block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    width: 43rem;
    height: 100%;
    margin-bottom: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .history_top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 50% 50%;
    grid-auto-columns: 1fr;
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .history_details {
    width: 8rem;
    height: auto;
  }

  .history_left {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: row;
  }

  .history_right {
    width: 100%;
    height: 30rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .award_inside {
    min-height: auto;
  }

  .award_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: flex-start;
  }

  .heading-size-huge {
    font-size: 3rem;
  }

  .award_grid {
    grid-template-rows: 3rem;
    grid-template-columns: 1fr 1.25fr 1fr;
    margin-bottom: 20px;
  }

  .award_btm_link {
    overflow: hidden;
  }

  .award-slider_top {
    overflow: visible;
  }

  .hero-rotate {
    align-items: stretch;
    height: 25rem;
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible;
  }

  .container-sheet.left {
    padding-top: 0;
  }

  .container-sheet.right {
    margin-right: auto;
    padding-top: 0;
    padding-right: 10px;
  }

  .sheet-tab_client {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab_client, .tab_client.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .tab_client_text {
    font-size: 16px;
  }

  .form_block {
    margin-right: auto;
  }

  .section-contact-hero {
    margin-top: 0;
  }

  .material-base {
    grid-template-columns: 1fr;
  }

  .project_post_height, .project_post-img {
    width: auto;
  }

  .material-right {
    min-height: 100vw;
    padding-left: 3rem;
    position: relative;
  }

  .table_header.no1 {
    width: 5%;
  }

  .table_header.no2 {
    width: 50%;
  }

  .dropdown-list {
    display: none;
  }

  .dropdown-list.mobile-list {
    margin-left: 120px;
  }

  .div-single {
    display: block;
  }

  .div-twice {
    display: none;
  }

  .card-component-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .card-wapper {
    height: 11rem;
  }

  .card-side.is-back {
    padding-top: 1rem;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card-content-block {
    flex-flow: row;
  }

  .card-icon-item {
    width: 2rem;
    height: 2rem;
  }

  .gallery-ch01 {
    width: auto;
  }

  .collection-list-wrapper {
    width: 100%;
    max-width: none;
  }

  .gallery-ch-title {
    width: 150px;
    height: 80px;
    font-size: 14px;
  }

  .product-title {
    font-size: 14px;
  }

  .color-card {
    height: 100%;
  }

  .color-card._1tc, .color-card._2tc, .color-card._35b {
    width: 100%;
    max-width: none;
  }

  .color-card._36b, .color-card.obp, .color-card._016, .color-card._110, .color-card._520, .color-card._810 {
    height: 100%;
  }

  .text-material {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .image-cover-1 {
    max-width: 100%;
  }

  .hero-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .wrapper {
    margin-top: 6.2rem;
    position: relative;
  }

  .hero-image-wrapper {
    min-width: 100%;
    height: 50vh;
    max-height: none;
  }

  .hero-heading-wrapper {
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .eyebrow.white {
    text-align: left;
  }

  .ethos-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .ethos-component._1, .ethos-component._2, .ethos-component._3 {
    height: auto;
  }

  .blog-wrapper {
    justify-content: center;
  }

  .blog-image-wrapper-homepage {
    min-height: auto;
  }

  .product-name-card {
    text-align: left;
  }

  .padding.medium.top {
    padding-top: 1rem;
  }

  .padding.large {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .categories-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    align-items: stretch;
  }

  .categories-links {
    background-color: var(--transparent);
    display: block;
  }

  .product-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .categories-links-wrapper {
    flex-flow: wrap;
    justify-content: center;
  }

  .div-block {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .main-blog-image {
    flex-flow: column;
    display: block;
  }

  .main-post-card-name-wrapper {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    inset: 0% 0% 0% auto;
  }

  .post-image-wrapper {
    min-height: 20rem;
    max-height: 20rem;
  }

  .another-products-heading-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-items: flex-start;
  }

  .another-products-list {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    display: block;
  }

  .another-product-card {
    height: auto;
  }

  .product-element-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .product-image-wrapper {
    aspect-ratio: 1;
    width: 100%;
  }

  .product-info-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .image-full-screen-wrapper {
    height: 75vh;
  }

  .product-qualities-grid {
    grid-template-columns: 1fr;
  }

  .quality-product-wrapper.middle {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--white);
    border-bottom-width: 1px;
    border-bottom-color: var(--white);
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #fff;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
  }

  .faq-grid {
    grid-row-gap: 3px;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    justify-items: stretch;
  }

  .allgn-right.allgn-left-mobile {
    text-align: left;
  }

  .project-plan {
    width: 100%;
    height: 100%;
  }

  .heading-4 {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 400;
  }

  .icon {
    font-size: 2rem;
  }

  .section-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slider-right-arrow {
    inset: 0% 0% 0% auto;
  }

  .slider-left-arrow {
    inset: 0% auto 0% 0%;
  }

  .mobile {
    flex-flow: column;
    display: flex;
  }

  .dropdown {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: space-between;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .dropdown-toggle-3 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .footer-nav-link, .footer-nav-link:lang(zh-tw) {
    text-align: center;
  }

  .nav-top {
    display: block;
  }

  .heading-5, .heading-5.white {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-3-left {
    margin-bottom: 0;
  }

  .heading-3-left:lang(zh-tw) {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .content {
    max-width: 100%;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.historical-photos {
    padding-top: 0;
  }

  .section.q-a {
    padding-top: 10px;
  }

  .hero__columns {
    display: block;
  }

  .header__col.col--2, .hero__col.col--2 {
    display: none;
  }

  .hero__col.col--1 {
    flex-flow: column;
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .input.mod--hero {
    height: 86px;
    padding-left: 32px;
    font-size: 20px;
    box-shadow: 0 32px 36px #00000008;
  }

  .input.mod--hero:hover, .input.mod--hero:focus {
    box-shadow: 0 32px 36px #0000001a;
  }

  .btn-submit.mod--hero {
    width: 86px;
    font-size: 24px;
  }

  .form-block.mod--hero {
    max-width: 340px;
  }

  .hero__person.mod--1 {
    width: auto;
  }

  .hero__person-img.mod--2, .hero__person-img.mod--1 {
    height: 100%;
  }

  .hero__person-count {
    flex: none;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .text-content-tab-link {
    flex: none;
    min-height: auto;
    max-height: 1.5rem;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-content-tab-link.w--current {
    min-width: auto;
    min-height: auto;
    max-height: 1.5rem;
    margin-bottom: 0;
  }

  .category-tabs-menu {
    flex-flow: row;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
    overflow: hidden;
  }

  .category-tabs-menu.special-offer {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    display: flex;
  }

  .category-tabs-menu.en:lang(zh-tw) {
    margin-bottom: 40px;
  }

  .category__columns {
    flex-wrap: wrap;
  }

  .category__col {
    width: 50%;
    position: static;
    top: auto;
  }

  .category__card {
    width: 100%;
  }

  .category__card-img {
    object-fit: cover;
    width: 100%;
    height: 42vw;
    margin-bottom: 20px;
  }

  .category__card-title {
    font-size: 22px;
  }

  .skills__achieve.mob--mob {
    margin-top: 0;
    position: absolute;
    inset: -35px 16px auto auto;
    overflow: hidden;
  }

  .skills__columns {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .skills__col {
    z-index: auto;
    position: static;
  }

  .skills__col.mod--video {
    z-index: auto;
    background-color: var(--white);
    overflow: visible;
  }

  .skills__video-wrap {
    z-index: 0;
    max-width: none;
    height: 48vw;
    position: relative;
  }

  .skills__list {
    margin-right: 0;
  }

  .skills__list-item.horizontal {
    padding-right: 10px;
  }

  .skills__list-title.stroke--06 {
    text-align: left;
    font-size: 18px;
  }

  .skills__list-title.stroke--06.design {
    text-align: left;
    overflow: hidden;
  }

  .skills__list-desc {
    text-align: left;
  }

  .reviews-card {
    border-radius: 20px;
    padding: 16px;
    transform: none;
  }

  .slider-wrapper {
    width: 100%;
    display: none;
  }

  .slider-wrapper.slide--persons, .slider-wrapper.mobile {
    display: block;
  }

  .swiper.swiper--persons {
    flex-flow: column;
    display: block;
  }

  .reviews__card-author {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: 19px;
    margin-bottom: 25px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .reviews__card-p {
    margin-bottom: 0;
  }

  .reviews__card-ava {
    width: 48px;
    height: 48px;
  }

  .footer__columns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 50% 50%;
    grid-auto-columns: 0%;
    grid-auto-flow: row;
    place-content: center;
    place-items: start;
    max-width: none;
    min-height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
    overflow: visible;
  }

  .footer__columns:lang(zh-tw) {
    justify-items: center;
  }

  .footer__col {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .footer__copyright {
    justify-content: center;
  }

  .footer__nav-list {
    box-sizing: border-box;
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    object-fit: contain;
    grid-template: "Area-2 Area-3 Area-1"
    / .5fr .5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-bottom: 10px;
    margin-right: 0;
    display: flex;
    overflow: clip;
  }

  .footer__nav-list.item {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
    align-items: center;
    min-width: auto;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }

  .heading-1-hero {
    font-size: 32px;
  }

  .skills__video {
    height: 52vw;
  }

  .header-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-block.mod--absolute {
    padding-left: 40px;
    padding-right: 40px;
  }

  .skills__top {
    margin-bottom: 68px;
  }

  .menu {
    background-color: var(--white);
  }

  .logo-img {
    max-width: 100vh;
  }

  .menu__btns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: grid;
  }

  .menu__content {
    padding-top: 100px;
  }

  .footer__bottom {
    flex-flow: column-reverse;
  }

  .footer__social {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer__soc-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-contact-text {
    text-align: center;
    font-size: 16px;
  }

  .footer-contact-text.time {
    text-align: left;
    font-size: 16px;
  }

  .paragraph-purpose {
    text-align: left;
  }

  .historical-photos {
    padding: 0;
  }

  .testimonial-slide {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 22rem;
    padding: 10px 23px;
    overflow: clip;
  }

  .testimonial-content {
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonial-image-two {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    overflow: auto;
  }

  .moblile_swiper_slider {
    background-color: var(--transparent);
    display: block;
  }

  .icon-white {
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    line-height: 26px;
    inset: 0%;
  }

  .mask-slider {
    height: 100%;
    overflow: clip;
  }

  .slider {
    height: 25rem;
    overflow: clip;
  }

  .slider.project-plan {
    display: block;
  }

  .left-arrow-yellow, .right-arrow-yellow {
    width: 10%;
  }

  .image-cover {
    box-sizing: border-box;
    object-fit: cover;
    width: 100%;
    max-width: none;
    display: inline-block;
    position: absolute;
    overflow: clip;
  }

  .slider-list {
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
    display: flex;
  }

  .slider-item {
    width: auto;
    min-width: 45vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .heading-3 {
    width: auto;
    margin-bottom: 40px;
  }

  .heading-3.special-offer {
    font-size: 1.4rem;
  }

  .arrow-left {
    margin: 0;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .arrow-right {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .special-offier-banner {
    min-height: 50rem;
    padding: .6rem;
  }

  .container-large {
    max-width: none;
    margin-top: 0;
  }

  .special-offer-story {
    min-height: 40rem;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-size-small {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
  }

  .story_title_h2 {
    font-size: 2.35rem;
  }

  .text-size-regular {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .story-link {
    padding-bottom: 2rem;
  }

  .skills_content {
    overflow: visible;
  }

  .padding-horizontal.padding-medium {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hostory_block {
    width: 100%;
  }

  .history_top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .history_details {
    width: 50%;
  }

  .history_img {
    width: 100%;
  }

  .history_left {
    flex-flow: row;
  }

  .history_right {
    height: 25rem;
  }

  .award_grid {
    grid-template-rows: 3rem;
    height: auto;
  }

  .award_btm_link {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
  }

  .clip {
    position: relative;
    overflow: hidden;
  }

  .container-sheet.left {
    position: static;
  }

  .container-sheet.right {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: static;
  }

  .sheet-tab_client {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .tab_client {
    margin-bottom: 0;
    margin-left: 0;
  }

  .tab_client.w--current {
    margin-bottom: 0;
    display: block;
  }

  .tab_client_text {
    font-size: 14px;
  }

  .sheet-text {
    font-size: 14px;
    line-height: 16px;
  }

  .section-contact-hero {
    grid-template-columns: 1fr;
  }

  .table_header.no1 {
    width: 5%;
  }

  .table_header.no2 {
    width: 50%;
  }

  .paragraph-2 {
    font-size: 1rem;
    display: none;
  }

  .div-single {
    display: block;
  }

  .card-side.is-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card-icon-item {
    width: 1.6rem;
    height: 1.6rem;
  }

  .collection-list-wrapper {
    column-count: 2;
  }

  .color-card._1tc, .color-card._2tc, .color-card._35b {
    width: 100%;
  }

  .text-material {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ethos-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .blog-wrapper-homepage {
    flex-flow: column;
  }

  .blog-wrapper {
    flex-flow: row;
    justify-content: space-between;
    min-width: auto;
    max-width: none;
  }

  .grid-blog {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog-image-wrapper-homepage {
    min-height: auto;
  }

  .product-name-card {
    font-size: 1.3rem;
  }

  .padding.medium.top {
    padding-top: 1rem;
  }

  .product-grid {
    grid-template-rows: auto;
  }

  .icon {
    font-size: 1.5rem;
  }

  .section-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-container {
    min-height: 300px;
  }

  .slider-right-arrow {
    width: 10%;
    inset: 0% 0% 0% auto;
  }

  .slider-left-arrow {
    width: 10%;
    inset: 0% auto 0% 0%;
  }

  .slider-material-color {
    width: 300px;
    height: 300px;
  }

  .slide-nav-small {
    font-size: .8rem;
  }

  .right-arrow {
    inset: 0% 0% 0% auto;
  }

  .heading-5 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 125%;
  }

  .heading-5.white {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 125%;
  }

  .heading-3-left {
    font-size: 2.5rem;
  }

  .icon-gray_1 {
    margin: auto;
  }

  .right-arrow-gray.special-offer, .left-arrow-gray.special-offer {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 28px;
  }

  .footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .header__columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.special-offer {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.process {
    padding-top: 32px;
  }

  .section.evaluate {
    padding-left: 0;
    padding-right: 0;
  }

  .section.historical-photos {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.q-a {
    padding-top: 10px;
  }

  .section.hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.shop {
    display: block;
  }

  .nav__link {
    font-size: 14px;
  }

  .btn-yellow.mod--menu {
    background-color: var(--black-2);
    min-width: auto;
    box-shadow: none;
    color: var(--white);
    flex: 1;
  }

  .hero__col.col--1 {
    justify-content: flex-start;
  }

  .input {
    width: 100%;
  }

  .input.mod--footer {
    width: 210px;
  }

  .input.mod--hero {
    font-size: 18px;
  }

  .form-block, .form-block.mod--hero {
    max-width: 100%;
  }

  .hero__person {
    border-radius: 14px;
  }

  .hero__person.mod--3, .hero__person.mod--2, .hero__person.mod--1 {
    width: 100%;
  }

  .heading-2 {
    font-size: 28px;
  }

  .heading-2.special-offer {
    font-size: 1.4rem;
  }

  .heading-2.en {
    font-size: 1.5rem;
  }

  .heading-2.en:lang(zh-tw) {
    font-size: 2rem;
  }

  .text-content-tab-link.w--current {
    min-width: auto;
    min-height: auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .category-tabs-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    min-height: auto;
    padding-left: 0;
  }

  .category__col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .category__card-img {
    height: 42vw;
  }

  .category__card-img.mod--desctop {
    display: none;
  }

  .category__card-img.mod--mob {
    display: block;
  }

  .skills__txt-desc {
    font-size: 16px;
  }

  .skills__video-wrap {
    border-radius: 8px;
    align-items: center;
    height: 55vw;
    margin-bottom: 20px;
  }

  .skills__list.horizontal {
    flex-flow: column;
    max-width: 400px;
  }

  .skills__list.horizontal.mobile {
    display: block;
  }

  .skills__list.horizontal.laptop {
    display: none;
  }

  .skills__list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 321px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
  }

  .skills__list-item.horizontal {
    flex-flow: row;
  }

  .skills__list-ico {
    margin-right: 5px;
  }

  .skills__list-title {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .skills__list-title.stroke--06.design {
    width: auto;
    font-size: 12px;
  }

  .skills__list-line {
    color: var(--line);
    margin-top: 88px;
    margin-bottom: 0;
    margin-left: -6px;
  }

  .skills__list-line.horizontal {
    border-top-style: none;
    border-top-width: 0;
    border-left-style: dashed;
    border-left-width: 1px;
    width: 1px;
    margin-top: 85px;
    margin-bottom: 4px;
    margin-left: -44px;
    padding-left: 0;
    position: absolute;
    inset: 0% 6975500000000000px 0 28%;
  }

  .reviews-card {
    flex-flow: column;
    width: 100%;
  }

  .slider-wrapper {
    width: 100%;
  }

  .reviews__card-author {
    align-items: center;
  }

  .footer__columns {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-style: none none solid;
    border-width: 0 0 1px;
    border-color: var(--dark-gray);
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .footer__col {
    margin-top: 0;
    padding-left: 0;
  }

  .footer__nav-list {
    box-sizing: border-box;
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 0;
    transition: opacity .2s;
    position: static;
    overflow: visible;
  }

  .footer__nav-list.item {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-height: none;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .heading-1-hero {
    font-size: 30px;
  }

  .skills__video {
    min-width: 110vw;
    height: 70vw;
    margin-bottom: -14px;
    margin-left: -5vw;
  }

  .header-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-block.mod--absolute {
    padding-left: 20px;
    padding-right: 20px;
  }

  .category__tabs-mask {
    display: block;
  }

  .skills__top:lang(zh-tw) {
    padding-left: 0;
  }

  .menu {
    padding-left: 24px;
  }

  .logo-img {
    max-width: 100vh;
  }

  .menu__btns {
    justify-content: center;
    align-items: flex-start;
  }

  .btn-whitre.mod--menu {
    flex: 1;
    min-width: auto;
  }

  .footer-contact-text {
    height: auto;
    font-family: var(--jp);
    text-align: left;
  }

  .footer-contact-text.time {
    text-align: left;
    font-size: 16px;
  }

  .div-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--transparent);
    max-width: none;
  }

  .div-block-11 {
    width: 105px;
  }

  .container {
    max-width: none;
  }

  .paragraph-purpose {
    text-align: center;
    font-size: 16px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .historical-photos {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slide {
    align-items: center;
    height: 17rem;
    padding: 0 0 10px;
  }

  .testimonial-content {
    height: auto;
    margin: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-quote {
    width: auto;
    font-size: 14px;
    line-height: 16px;
  }

  .heading-2-left {
    font-size: 20px;
  }

  .heading-2-left:lang(zh-tw) {
    font-size: 1.8rem;
  }

  .moblile_swiper_slider, .mask-2 {
    background-color: var(--transparent);
  }

  .hero-slide {
    width: 100%;
  }

  .icon-white {
    margin-left: auto;
    margin-right: auto;
    inset: 0%;
  }

  .slide-review-card {
    width: auto;
  }

  .slider {
    height: 25rem;
    min-height: auto;
    max-height: none;
    display: block;
  }

  .slider.client {
    padding-left: 60px;
    padding-right: 60px;
  }

  .slider.special-offer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .left-arrow-yellow, .right-arrow-yellow {
    width: 2rem;
  }

  .image-cover {
    box-sizing: border-box;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .slider-list {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .slider-item {
    flex: none;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    min-width: auto;
    padding-left: 1vw;
    padding-right: 1vw;
    display: block;
  }

  .slider-item._1 {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .heading-3 {
    margin-bottom: 40px;
  }

  .heading-3.special-offer {
    text-align: left;
    width: 100%;
    font-size: 1rem;
  }

  .slider-image {
    flex: none;
    width: 100%;
    max-width: none;
    max-height: none;
    overflow: clip;
  }

  .arrow-left {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 15%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .arrow-right {
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-end;
    width: 15%;
    margin: 0;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .special-offier-banner {
    min-height: 40rem;
  }

  .story_grid {
    grid-template-columns: 1fr;
    justify-content: flex-end;
    min-height: auto;
    display: flex;
  }

  .special-offer-story {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: auto;
    max-width: 15rem;
    min-height: 30rem;
  }

  .story-card-top {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .text-size-small {
    flex: none;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .story_title_h2 {
    font-size: 1.8rem;
  }

  .text-size-regular {
    font-size: .8rem;
  }

  .padding-horizontal.padding-medium {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hostory_block {
    margin-bottom: 2rem;
  }

  .history_top {
    width: 100%;
  }

  .history_img {
    width: 5rem;
    height: 10rem;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .history_left {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .history_right {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .heading-size-huge {
    font-size: 2rem;
  }

  .container-sheet.left {
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    max-height: none;
    display: flex;
  }

  .sheet-tab {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-left: 0;
    margin-right: 0;
  }

  .sheet-tab_client {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0 0;
    overflow: visible;
  }

  .tab_client, .tab_client.w--current {
    margin-top: 0;
  }

  .section-contact-hero {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .material-base {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .heading-style-h1 {
    font-size: 2rem;
  }

  .material-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: 100vw;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
  }

  .project_img {
    position: relative;
  }

  .prohect_paragraph {
    font-size: 14px;
  }

  .project_form {
    padding-left: .625rem;
    padding-right: .625rem;
    position: static;
  }

  .table_header.no1 {
    width: 5%;
  }

  .table_header.no2 {
    width: 50%;
  }

  .paragraph-2 {
    font-size: .8rem;
  }

  .navbar_grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 3fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .dropdown-list.mobile-list {
    margin-left: 80px;
  }

  .div-single {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-twice {
    display: none;
  }

  .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .card-wapper {
    height: 14rem;
  }

  .card-side.is-back {
    padding-left: 1rem;
    padding-right: 1rem;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .card-content-block {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .card-title {
    font-size: 1rem;
  }

  .card-icon-item {
    width: 1.6rem;
    height: 1.6rem;
  }

  .card-number {
    margin-bottom: 3px;
  }

  .container-wide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list-wrapper {
    column-count: 2;
  }

  .color-card {
    height: 100%;
  }

  .color-card._1tc {
    width: 100%;
  }

  .color-card._2tc {
    width: 100%;
    height: 100%;
  }

  .color-card._35b {
    width: 100%;
  }

  .button {
    height: auto;
    min-height: 2rem;
    font-size: 1rem;
  }

  .ethos-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-blog {
    grid-template-columns: 1fr;
  }

  .blog-image-wrapper-homepage {
    min-height: auto;
  }

  .another-blog-images {
    min-height: 15rem;
  }

  .padding.medium.top {
    padding-top: 1rem;
  }

  .product-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .heading-4 {
    font-size: 1.2rem;
  }

  .icon {
    font-size: 1rem;
  }

  .section-2, .slider-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-content-wrapper {
    width: 100%;
  }

  .slider-material-color {
    width: 240px;
    height: 240px;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 100%;
  }

  .heading-3-left {
    font-size: 20px;
  }

  .heading-3-left:lang(zh-tw) {
    font-size: 1.6rem;
  }

  .icon-gray_1 {
    font-size: 1.2rem;
  }

  .right-arrow-gray {
    width: -250%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .right-arrow-gray.special-offer {
    margin-right: -40px;
  }

  .left-arrow-gray {
    height: 100%;
  }

  .left-arrow-gray.special-offer {
    height: 100%;
    margin-left: -40px;
  }
}

#w-node-a7e2d470-45b1-6677-7422-4aa5d97b0d41-4369b6f0, #w-node-_78af449d-74f6-cfa3-ed50-e51b4369b6fd-4369b6f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78af449d-74f6-cfa3-ed50-e51b4369b710-4369b6f0, #w-node-_78af449d-74f6-cfa3-ed50-e51b4369b713-4369b6f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7a5795a-8ea9-0b27-d684-1d88b779e8f8-b846a0a2, #w-node-_23aa52a8-44bb-e0c9-8969-c23e32acf641-b846a0a2, #w-node-ccf83aee-48e0-ab15-79df-8015eb73ea80-b846a0a2, #w-node-_6768499a-4ca5-23d4-5557-e43133b82404-b846a0a2, #w-node-be14d047-f1ac-2801-dac3-bbd80800b355-b846a0a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-aefb0650-dced-1ca7-7305-05aaa79c30d5-11db309b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-caf3c9ac-d57b-e599-7f5c-bd7af2a62921-11db309b {
  place-self: start;
}

#w-node-_958f3991-eaa7-b6ad-f76b-ea5c724024c2-12b0f8dc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f5b821c3-dfd5-b301-21cc-9d1bc8a08546-c8a08543 {
  place-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_78af449d-74f6-cfa3-ed50-e51b4369b710-4369b6f0, #w-node-_78af449d-74f6-cfa3-ed50-e51b4369b713-4369b6f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_78af449d-74f6-cfa3-ed50-e51b4369b728-4369b6f0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-aefb0650-dced-1ca7-7305-05aaa79c30d5-11db309b {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a7e2d470-45b1-6677-7422-4aa5d97b0d41-4369b6f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78af449d-74f6-cfa3-ed50-e51b4369b70f-4369b6f0, #w-node-_78af449d-74f6-cfa3-ed50-e51b4369b728-4369b6f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a7e2d470-45b1-6677-7422-4aa5d97b0d41-4369b6f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78af449d-74f6-cfa3-ed50-e51b4369b70f-4369b6f0, #w-node-_78af449d-74f6-cfa3-ed50-e51b4369b728-4369b6f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-aefb0650-dced-1ca7-7305-05aaa79c30d5-11db309b {
    grid-column-start: 1;
  }
}


@font-face {
  font-family: 'Archia';
  src: url('../fonts/archia-regular-webfont.eot') format('embedded-opentype'), url('../fonts/archia-regular-webfont.woff') format('woff'), url('../fonts/archia-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}