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

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

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

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

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

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

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

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

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

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

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

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

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

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

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

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

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

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

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

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

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountslabel {
  margin-bottom: 8px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.w-commerce-commercecheckoutdiscountsinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  min-width: 0px;
}

.w-commerce-commercecheckoutdiscountsinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput::-ms-input-placeholder {
  color: #999;
}

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

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 38px;
}

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

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

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

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

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

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

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

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

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

.w-commerce-commerceaddtocartbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }

  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: #f5f5f7;
  font-family: 'Playfair Display', sans-serif;
  color: #212127;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  color: #919197;
  font-weight: 500;
}

a {
  color: #919197;
  text-decoration: underline;
}

figure {
  margin-top: 30px;
  margin-bottom: 10px;
}

.page-content {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.banner {
  position: static;
  display: none;
  height: 850px;
  padding: 0px 30px;
  background-color: #fff;
}

.banner.sub {
  height: 200px;
}

.section {
  padding: 120px 15px;
  background-color: #fff;
}

.section.less {
  padding: 20px 20px 30px;
}

.section.map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 60px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  background-color: transparent;
  font-family: 'Noto Sans JP', sans-serif;
}

.container {
  max-width: 1200px;
  font-family: 'Noto Serif JP', sans-serif;
}

.container.center {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.navbar {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  text-align: center;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.brand.w--current {
  width: 60%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #cfcfd3;
}

.top-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.nav-link {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  border: 1px none #000;
  font-family: 'Noto Sans JP', sans-serif;
  color: #cfcfcf;
  font-size: 12px;
  font-weight: 100;
}

.nav-link:hover {
  border-style: none;
  border-color: #fff;
  color: #ff0101;
  font-weight: 400;
}

.nav-link.w--current {
  position: relative;
  margin-right: 10px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #cccccf;
  font-size: 12px;
  line-height: 16px;
  font-weight: 100;
}

.nav-link.dropdown {
  z-index: 1;
  float: left;
}

.nav-link.in-footer {
  color: #fff;
  text-decoration: none;
}

.nav-link.in-footer:hover {
  text-decoration: underline;
}

.nav-link.otoiawase {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: none;
  background-color: #555;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.nav-link.otoiawase:hover {
  border-style: none;
  color: #ff0101;
}

.logo-title {
  margin-bottom: 0px;
  margin-left: 10px;
  font-family: 'Noto Serif JP', sans-serif;
  color: #cccccf;
  font-size: 12px;
  font-weight: 500;
}

.logo-title.futura {
  font-family: futura-pt, sans-serif;
}

.cart-button {
  display: block;
  background-color: transparent;
  color: #212127;
}

.cat-text {
  color: #919197;
  font-weight: 500;
}

.cart {
  margin-right: 3px;
}

.top-icon-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-icon-flex.no-space {
  margin-left: 0px;
}

.top-icon-flex._5px-space {
  margin-left: 5px;
}

.top-text {
  margin-bottom: 0px;
  margin-left: 10px;
}

.top-text.white-text {
  margin-right: 10px;
  margin-left: 0px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-second {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #515157;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/tatami_010.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/tatami_010.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner-second.normal {
  padding-top: 10px;
  background-color: #212127;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background-position: 0px 0px;
}

.categories-wrapper {
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
  color: #212127;
}

.category-title {
  position: absolute;
  right: 25px;
  bottom: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
}

.category-title.in-square {
  color: #fff;
}

.icon {
  margin-top: 24px;
  margin-right: 5px;
  font-size: 12px;
}

.dropdown-list {
  margin-top: 0px;
}

.dropdown-list.w--open {
  margin-top: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
}

.collection-list {
  background-color: #fff;
}

.dropdown-link {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #919197;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-link:hover {
  color: #212127;
}

.dropdown-link.w--current {
  color: #414147;
}

.dropdown-link.no-left-padding {
  padding-left: 0px;
}

.dropdown-link.no-left-padding.biger {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 15px;
}

.top-title {
  margin-bottom: 60px;
  text-align: center;
}

.top-title-text {
  margin-top: 0px;
  margin-bottom: 0px;
}

.divider {
  display: block;
  width: 50px;
  height: 1px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.margin-page {
  margin-top: 120px;
  font-family: 'Noto Serif JP', sans-serif;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.client-logo {
  padding: 0px 45px;
  cursor: default;
}

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

.heading-banner {
  margin-top: 0px;
  font-family: 'Noto Serif JP', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 200;
}

.heading-banner.smaller {
  font-size: 50px;
  line-height: 60px;
}

.heading-banner.walabo {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

.heading-banner.bk {
  color: #000;
}

.top-margin {
  margin-top: 40px;
}

.button {
  padding: 15px 20px;
  background-color: #212127;
  color: #212127;
  font-weight: 500;
}

.button:hover {
  background-color: #3e3e49;
}

.button.white {
  background-color: #212127;
  font-family: Poppins, sans-serif;
  color: #fff;
}

.button.white:hover {
  background-color: #414147;
}

.button.white.dark {
  background-color: #fff;
  color: #212127;
}

.button.white.full {
  display: block;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

.button.white.ookii {
  background-color: transparent;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-weight: 100;
}

.footer {
  padding: 30px 30px 60px;
  background-color: #212127;
  font-family: 'Noto Sans JP', sans-serif;
}

.subscribe-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-text {
  margin-right: 20px;
  margin-bottom: 0px;
  font-size: 17px;
  font-style: italic;
}

.form-block {
  width: 400px;
  margin-bottom: 0px;
}

.text-field {
  width: 65%;
  height: 50px;
  margin-bottom: 0px;
  float: left;
  border-style: solid none solid solid;
  border-top-width: 1px;
  border-top-color: #ededed;
  border-bottom-width: 1px;
  border-bottom-color: #ededed;
  border-left-width: 1px;
  border-left-color: #ededed;
}

.text-field.full {
  width: 100%;
  margin-top: -1px;
  float: none;
  border: 1px solid #ededed;
}

.text-field.full.area {
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 90px;
}

.text-field.full.add-space {
  margin-top: 15px;
  margin-bottom: 5px;
}

.submit-button {
  width: 35%;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  background-color: #212127;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.submit-button:hover {
  background-color: #414147;
}

.submit-button.normal {
  width: 100%;
  float: none;
}

.submit-button.normal.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.product-wrapper {
  color: #212127;
  text-align: center;
  text-decoration: none;
}

.product-wrapper.with-padding {
  padding-right: 20px;
  padding-left: 20px;
}

.product-image {
  margin-bottom: 20px;
}

.price {
  color: #bdbdc3;
  font-size: 22px;
  line-height: 30px;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-left-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social-icon {
  margin-right: 12px;
}

.social-icon:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.copyright {
  margin-bottom: 0px;
  color: #b7b7bb;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.align-right {
  text-align: right;
}

.stripe-image {
  display: inline-block;
  width: 80px;
  height: 35px;
  border-radius: 30px;
  background-color: #7a7a7a;
  background-image: url('../images/white.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 1;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(200px, 1fr) auto;
  grid-template-rows: minmax(200px, 1fr) auto;
  background-color: #fff;
}

.top-title-text-2 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  font-size: 20px;
}

.top-title-text-2.in-left {
  padding-left: 0px;
}

.footer-top-title {
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-column {
  width: 90%;
}

.footer-column.add-top-margin {
  margin-top: 40px;
}

.line-title {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}

.top-title-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-title-2.zero-margin {
  margin-bottom: 0px;
}

.top-title-2.zero-margin.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.success-message {
  background-color: rgba(0, 218, 131, 0.73);
  color: #fff;
}

.error-message {
  color: #9e0000;
  text-align: center;
}

.form-block-2 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-order-value {
  font-size: 17px;
  font-weight: 400;
}

.remove-button {
  margin-top: 4px;
}

.text-block {
  color: #818187;
  font-size: 16px;
}

.cart-product-name {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 400;
}

.field-label {
  color: #919197;
  font-weight: 400;
}

.right-padding {
  padding-left: 50px;
}

.product-item {
  min-height: 510px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-button {
  padding-right: 20px;
  padding-left: 20px;
}

.cart-container {
  min-width: 420px;
}

.rich-text-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.link-3 {
  color: #515157;
}

.algin-center {
  position: relative;
  text-align: center;
}

.paragraph-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.button-wrapper {
  padding: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

.button-wrapper.with-color {
  background-color: #212127;
}

.licens-image {
  width: 100%;
}

.licens-image.with-icon {
  width: 25%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.link-4 {
  color: #818187;
  text-decoration: none;
}

.empty-state {
  background-color: #f5f5f7;
  text-align: center;
}

.checkout-form {
  min-height: auto;
  background-color: transparent;
}

.text-block-2 {
  font-size: 20px;
  font-weight: 400;
}

.order-confirmation-container {
  min-height: auto;
  background-color: transparent;
}

.cart-quantity {
  height: 21px;
  min-width: 21px;
  border-radius: 20px;
  background-color: #121217;
  color: #fff;
}

.paypal {
  margin-bottom: 5px;
}

.center {
  text-align: center;
}

.big {
  color: #000;
  font-size: 26px;
  font-weight: 500;
}

.discounts {
  margin-top: 20px;
  margin-bottom: 20px;
}

.body {
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 200;
}

.hero-content {
  margin-top: -211px;
  margin-left: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #fff;
}

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

.overflow-hidden.setumei {
  width: 500px;
  padding-top: 20px;
}

.image {
  width: 25vw;
  margin-bottom: 0px;
}

.hero-heading {
  position: relative;
  max-width: 15ch;
  margin-bottom: 0px;
  color: #fff;
  font-size: 5vw;
  line-height: 110%;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.hero-heading._2nd {
  margin-left: 0.5vw;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-block-2 {
  width: 48%;
  margin-top: auto;
  margin-bottom: auto;
  border: 1px solid #fff;
}

.link-block-2:hover {
  opacity: 0.67;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.link-block-2.red {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 50px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.link-block-2.red:hover {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.link-block-2.red.tel {
  width: 80%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: #000 #fff #000 #000;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: none;
}

.link-block-2.red.tel:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.link-block-2.red.instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: none;
  font-size: 10px;
}

.link-block-2.red.instagram:hover {
  margin-left: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.text-block-3 {
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  white-space: normal;
}

.text-block-3:hover {
  color: #ff0101;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-12 {
  width: 35px;
}

.image-12:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.section-2 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
}

.hero-heading-2 {
  position: relative;
  max-width: 15ch;
  margin-bottom: 0px;
  font-size: 5vw;
  line-height: 110%;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.image-13 {
  display: block;
  width: 40px;
  margin-right: 10px;
  color: #ddd;
}

.slider {
  position: static;
}

.slide {
  height: auto;
  background-image: url('../images/tatami_010.jpeg');
  background-position: 50% 50%;
  background-size: auto;
  background-attachment: fixed;
}

.slide-img {
  width: 100%;
  height: 100%;
  background-image: url('../images/tatami_010.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-img._02 {
  background-image: url('../images/tsukuru_02.jpeg');
}

.slide-img._04 {
  background-image: url('../images/refo_007.jpeg');
}

.slide-img._03 {
  background-image: url('../images/スクリーンショット-2022-01-03-10.42.21.png');
}

.div-block-12 {
  width: auto;
  text-align: left;
}

.section-3 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
}

.slider-2 {
  position: relative;
  z-index: 1;
  height: 100%;
  background-color: transparent;
  background-image: url('../images/tatami_010.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.left-arrow {
  display: none;
}

.heading-2 {
  margin-top: 0px;
  font-size: 70px;
  font-weight: 400;
  letter-spacing: normal;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.top-waku {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: none;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.slide-content {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-115 {
  position: static;
  left: 33vw;
  top: 25%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #fff;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.right-arrow {
  display: none;
}

.slide-txt-wrap {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  margin-top: -80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  font-family: 'Noto Serif JP', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 200;
}

.paragraph {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: left;
  text-shadow: 1px 1px 1px #000;
}

.paragraph.c {
  margin-bottom: 0px;
  font-weight: 500;
  text-align: center;
}

.slide-nav {
  display: none;
}

.section-slogan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20vh;
  padding-bottom: 25vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-slogan.motto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15vh;
  padding-bottom: 15vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-slogan {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slogan-title {
  margin-bottom: 10px;
  color: #6c5f4b;
}

.slogan-lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slogan-lines.motto {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 1.2em;
}

.slogan-lines.motto.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slogan-lines.motto {
  font-size: 1.2em;
}

.slogan-line {
  height: 4px;
  margin-bottom: 10px;
  background-color: #d8d8d7;
}

.slogan-line.opa {
  margin-bottom: 10px;
  background-color: rgba(236, 235, 234, 0.5);
}

.heading-3 {
  font-family: 'Noto Serif JP', sans-serif;
}

.heading-4 {
  font-weight: 400;
}

.heading-5 {
  font-weight: 200;
}

.heading-6 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.text-span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.slogan-line-2 {
  height: 4px;
  background-color: #ecebea;
}

.text-span-2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.text-block-4 {
  color: #fff;
  font-size: 14px;
}

.wrapper {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #000;
}

.menu-icon {
  margin-right: 8px;
}

.navbar-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
}

.navbar-2.fixed {
  position: static;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1f2c3d;
}

.nav-link-2 {
  padding: 26px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link-2.cta {
  background-color: #096ad0;
  -webkit-transition: background-color 100ms ease-in-out;
  transition: background-color 100ms ease-in-out;
  color: #fff;
}

.nav-link-2.cta:hover {
  background-color: #328ae6;
}

.navbar-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo-navbar {
  max-width: 200px;
}

.logo-navbar.white {
  width: 70px;
}

.menu-button-3.w--open {
  display: none;
}

.page-preview-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 36px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f2c3d;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.page-preview-link:hover {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #2279d4, #096ad0);
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.logo {
  position: absolute;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo.rel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo.rel.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.components-list-container {
  display: none;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #1f2c3d;
}

.components-list-container._2 {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col.lg-3.no-padding {
  float: left;
}

.nav-link-3 {
  display: none;
}

.dropdown-container {
  position: fixed;
  display: block;
  width: 100%;
  margin-top: 36px;
  background-color: #1f2c3d;
}

.nav-link-with-icon-containr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

.image-14 {
  width: 200px;
  margin-bottom: 40px;
}

.div-block-116 {
  width: 200px;
  margin-bottom: 20px;
}

.image-15 {
  margin-bottom: 0px;
}

.text-span-4 {
  text-decoration: none;
}

.image-16 {
  margin-right: 10px;
}

.walabo {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

.text-block-5 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 8px;
  line-height: 8px;
  text-align: center;
}

.image-17 {
  width: 20px;
  margin-right: 10px;
  color: transparent;
}

.heading-10 {
  font-family: 'Noto Serif JP', sans-serif;
}

.heading-11 {
  font-family: 'Noto Serif JP', sans-serif;
}

.paragraph-2 {
  font-weight: 200;
}

.paragraph-3 {
  font-weight: 300;
}

.paragraph-4 {
  font-weight: 300;
}

.image-18 {
  width: 150px;
}

.image-19 {
  width: 20px;
  margin-right: 5px;
}

.text-block-6 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.div-block-117 {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-radius: 50px;
  background-color: #5a5a5a;
  font-weight: 700;
  text-align: right;
}

.link-block-3 {
  width: 100%;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-radius: 100px;
  background-color: #5f5f5f;
}

.link-block-3:hover {
  background-color: red;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  font-weight: 700;
}

.column {
  font-weight: 300;
}

.link-block-4 {
  display: block;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-2 {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.text-block-10 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 400;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: left;
}

.text-block-11 {
  margin-top: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.image-10 {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.image-10:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer-image {
  width: 150px;
  height: auto;
  margin-top: 0px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 300;
  white-space: normal;
}

.footer-heading.tel {
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-weight: 700;
}

.footer-heading.tel.fax {
  color: #c2c2c2;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.div-block-24 {
  margin-top: 10px;
}

.foot001 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-weight: 300;
}

.footer-maruko {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #000;
}

.footer-logo-link {
  width: auto;
  max-height: none;
  min-width: 0px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #686666;
}

.text-span-5 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
}

.text-span-6 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
}

.section-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-author.r {
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.author-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-bottom: 8vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e2e2e2;
  text-align: left;
}

.cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.author-content {
  position: -webkit-sticky;
  position: sticky;
  top: 20vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  padding-top: 10vh;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: -webkit-max-content -webkit-max-content;
  -ms-grid-columns: max-content max-content;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.author-copy {
  max-width: 24ch;
  margin-top: 10px;
  font-size: 1.2em;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: -0.025em;
}

.text-span-7 {
  font-size: 20px;
  font-weight: 300;
}

.heading-12 {
  margin-top: 0px;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: 700;
}

.heading-12.futura {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: futura-pt, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.heading-12.futura._02 {
  font-size: 24px;
}

.text-span-8 {
  color: #a80000;
  font-size: 50px;
}

.text-span-9 {
  color: rgba(33, 33, 39, 0.7);
  font-size: 40px;
}

.text-span-9._01 {
  color: #d39000;
}

.text-span-9._02 {
  color: #989400;
}

.text-span-9._03 {
  color: #7e7f73;
}

.text-span-9._04 {
  color: #a8483d;
}

.div-block-121 {
  width: 80%;
  margin-top: 4vh;
  text-align: center;
}

.walabodedekiru {
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: normal;
  text-decoration: none;
}

.walabodedekiru.yowaku {
  font-weight: 100;
  text-align: justify;
}

.walabodedekiru.title {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 700;
}

.walabodedekiru.title._04 {
  color: #a8483d;
}

.walabodedekiru.title._03 {
  color: #7e7f73;
}

.walabodedekiru.title._02 {
  color: #989400;
}

.walabodedekiru.title._01 {
  margin-bottom: 10px;
  color: #d39000;
}

.div-block-88-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 300;
  text-align: center;
}

.div-kaisha-map {
  display: block;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  font-weight: 400;
  text-align: center;
}

.gaiyou-title-soto {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

.gaiyou-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
}

.paragraph-5 {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.paragraph-5.gaiyou {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-style: normal;
  text-align: left;
  white-space: normal;
}

.paragraph-5.map {
  width: 100%;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
}

.content-wrapper-3-map {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1084px;
  margin: 20px auto 40px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 0px;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.div-block-122 {
  color: #000;
}

.bold-text {
  color: #000;
  font-weight: 400;
}

.paragraph-6 {
  color: #000;
}

.text-span-10 {
  font-family: futura-pt, sans-serif;
  font-size: 26px;
}

.heading-13 {
  font-family: 'Noto Serif JP', sans-serif;
  line-height: 1.2em;
}

.text-block-12 {
  line-height: 1.2em;
}

.client-photo {
  max-width: 350px;
  margin-bottom: 10vh;
  border-radius: 50%;
}

.span-surname {
  font-weight: 300;
}

.quotes-right {
  display: -ms-grid;
  display: grid;
  padding-top: 25vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0vh;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.quotes-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #594f3e;
}

.quotes-left {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quotes-item {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 60px 10% 60px 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 200px auto;
  grid-template-columns: 200px auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fcfcfa;
}

.quotes-item._3rd {
  z-index: 8;
}

.quotes-item._1st {
  z-index: 10;
}

.quotes-item._2nd {
  z-index: 9;
}

.client-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40ch;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.5em;
}

.section-quotes {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 25% 1fr;
  grid-template-columns: 25% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.client-name {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #615c56;
}

.quotes-heading {
  position: relative;
  max-width: 6ch;
  color: #ecebea;
}

.quotes-heading.kuro {
  color: #000;
}

.client-review {
  margin-bottom: 30px;
  font-size: 1.2em;
  line-height: 1.8;
}

.text-span-11 {
  font-family: futura-pt, sans-serif;
}

.accordion-bottom-wrap {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 32px;
}

.tokucho-container {
  max-width: 1200px;
  padding-right: 40px;
  padding-left: 40px;
}

.accordion-top-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17px;
  height: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
}

.accordion {
  width: 100%;
  border-bottom: 1px solid #202020;
  cursor: pointer;
}

.accordion-top-icon {
  position: relative;
  margin-right: -16px;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tokucho-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion-divider {
  height: 0px;
  border-top: 1px solid #202020;
}

.accordion-bottom-text {
  width: 100%;
  margin-bottom: 0px;
  color: #7e7e7e;
  line-height: 1.5em;
  font-weight: 400;
}

.accordion-icon-stripe-1 {
  width: 1px;
  height: 100%;
  background-color: #000;
}

.accordion-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transition: opacity 600ms cubic-bezier(.19, 1, .22, 1);
  transition: opacity 600ms cubic-bezier(.19, 1, .22, 1);
}

.accordion-top:hover {
  opacity: 0.64;
}

.accordion-icon-stripe-2 {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.accordion-top-text {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
}

.accordion-bottom {
  overflow: hidden;
  width: 100%;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.accordion-top-wrap {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-123 {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.heading-14 {
  line-height: 1.5em;
}

.div-block-124 {
  width: 58vh;
  margin-top: 10px;
  text-align: justify;
}

.text-block-14 {
  line-height: 1.8em;
  text-align: justify;
}

.cards-section {
  max-width: 960px;
  margin-right: 32px;
  margin-left: 32px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-7 {
  font-size: 1.2em;
  line-height: 1.8;
}

.image-20 {
  width: 400px;
}

.tokucho {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.tokucho-head {
  font-size: 28px;
  line-height: 1.5em;
}

.div-block-125 {
  width: 40%;
}

.div-block-126 {
  width: 60%;
}

.text-span-12 {
  font-family: futura-pt, sans-serif;
}

.text-span-13 {
  font-family: futura-pt, sans-serif;
  font-size: 34px;
  font-weight: 500;
}

.tokucho-para {
  font-size: 1.2em;
  line-height: 1.8;
}

.client-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40ch;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tokucho-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0%;
  background-color: transparent;
}

.tokucho-honbun {
  color: #919197;
  font-size: 1.2em;
  line-height: 1.8;
  text-align: justify;
}

.tokucho-title {
  margin-bottom: 20px;
  font-size: 1.8em;
  line-height: 1;
}

.tokucho-wa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  max-height: none;
  max-width: none;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(184, 194, 186, 0.8);
}

.tokucho-wa._02 {
  background-color: rgba(194, 185, 184, 0.8);
}

.tokucho-wa._03 {
  background-color: rgba(178, 191, 204, 0.8);
}

.tokucho-wrap-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-imasugu {
  display: -ms-grid;
  display: grid;
  padding-bottom: 0vh;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.imasugu-heading {
  margin-top: 60px;
  line-height: 1.2em;
}

.imasugu-heading.s {
  font-size: 14px;
}

.imasugu-item {
  width: 70%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.imasugu-left {
  padding-top: 10vh;
  padding-bottom: 5vh;
  padding-left: 4vw;
  background-color: #fff;
}

.imasugu-right {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding-bottom: 15%;
  padding-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 4vw;
  border-color: #fafcfc;
  background-color: #ebeae9;
  color: #706d69;
}

.imasugu-honbun {
  max-width: 36ch;
  font-size: 16px;
  line-height: 1.5em;
}

.imasugu-honbun.san {
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #302f2f;
  line-height: 20px;
  text-decoration: none;
}

.imasugu-honbun.san:hover {
  color: #fff;
}

.imasugu-surukoto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  max-height: 30vw;
  min-height: auto;
  padding: 5% 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #919197;
}

.imasugu-surukoto._03 {
  height: 400px;
  max-height: 40vw;
  min-height: auto;
  border: 1px none #000;
}

.imasugu-midashi {
  max-width: 24ch;
  margin-bottom: 1em;
  color: #6c5f4b;
  font-size: 24px;
  line-height: 1.5;
}

.text-span-15 {
  font-family: futura-pt, sans-serif;
}

.text-span-16 {
  font-family: futura-pt, sans-serif;
}

.link-block-7 {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  background-color: #c2c2c2;
  text-decoration: none;
}

.link-block-7:hover {
  background-color: #727272;
  color: #fff;
}

.heading-15 {
  font-size: 14px;
  line-height: 1.5em;
}

.text-span-17 {
  font-family: futura-pt, sans-serif;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.logo-image {
  display: block;
  width: 50px;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-item {
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 0px;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 1;
  color: #ff0101;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.section-video {
  height: auto;
  padding: 0vw 10vw;
}

.background-video {
  z-index: 0;
  width: auto;
  height: 80vh;
  max-width: none;
  border-radius: 20px;
}

.text-span-18 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

.text-span-19 {
  font-family: futura-pt, sans-serif;
}

.text-span-20 {
  font-family: futura-pt, sans-serif;
}

.text-span-21 {
  font-family: futura-pt, sans-serif;
}

.text-block-15 {
  padding-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5em;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .page-content {
    width: 100%;
  }

  .banner {
    height: 500px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-menu {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #000;
  }

  .brand.w--current {
    width: 80%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-link {
    display: block;
    background-color: #555;
    color: #fff;
  }

  .nav-link:hover {
    color: #fff;
  }

  .nav-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.in-footer {
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    background-color: transparent;
    text-align: center;
  }

  .nav-link.in-footer:hover {
    border-style: none;
  }

  .nav-link.in-footer.w--current:hover {
    border-style: none;
  }

  .top-icon-flex.no-left {
    margin-left: 0px;
  }

  .div-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .categories-wrapper {
    height: 340px;
  }

  .logo-wrapper {
    display: block;
  }

  .client-logo {
    width: 33.333%;
    margin-bottom: 10px;
  }

  .heading-banner {
    font-size: 26px;
    line-height: 1.2em;
  }

  .heading-banner.smaller.order {
    font-size: 40px;
    line-height: 50px;
  }

  .top-margin {
    margin-top: 20px;
  }

  .flex-row.make-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-left-part.right-now {
    margin-top: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .copyright {
    margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
  }

  .align-right.make-left {
    text-align: left;
  }

  .sidebar {
    margin-bottom: 40px;
    padding-left: 7.5px;
  }

  .form-block-2 {
    width: 80%;
  }

  .utility-page-content {
    width: 260px;
  }

  .right-padding {
    margin-top: 50px;
    padding-left: 0px;
  }

  .category-item {
    width: 100%;
  }

  .product-item {
    width: 50%;
    margin-bottom: 40px;
  }

  .menu-button {
    z-index: 10;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    float: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .menu-button.w--open {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #212127;
  }

  .licens-image {
    margin-bottom: 15px;
  }

  .overflow-hidden.setumei {
    width: 390px;
  }

  .hero-heading {
    font-size: 3em;
  }

  .container-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-2 {
    width: 48%;
  }

  .link-block-2.red {
    border-right-color: #fff;
  }

  .link-block-2.red.tel {
    width: 80%;
    border: 1px none #000;
  }

  .link-block-2.red.instagram {
    width: 20%;
  }

  .text-block-3 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }

  .hero-heading-2 {
    font-size: 3em;
  }

  .image-13 {
    display: block;
    width: 40px;
  }

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

  .section-3 {
    position: relative;
    z-index: auto;
  }

  .heading-2 {
    font-size: 45px;
  }

  .top-waku {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-style: none;
    border-radius: 0px;
  }

  .div-block-115 {
    width: 100%;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px none #fff;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.2);
  }

  .slide-txt-wrap {
    width: 80vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: 2px none #000;
  }

  .paragraph {
    width: 100.000162%;
  }

  .paragraph.c {
    margin-bottom: 0px;
  }

  .section-slogan {
    padding-top: 15vh;
    padding-bottom: 20vh;
  }

  .section-slogan.motto {
    padding-bottom: 15vh;
  }

  .slogan-lines.motto {
    font-size: 1em;
  }

  .slogan-lines.motto {
    font-size: 1em;
  }

  .nav-menu-container {
    position: absolute;
    top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    background-color: #1f2c3d;
  }

  .wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .wrapper.navbar {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .navbar-2 {
    padding-top: 37px;
    padding-bottom: 37px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-navbar.white {
    width: 60px;
  }

  .menu-button-3 {
    background-color: #1f2c3d;
  }

  .menu-button-3.w--open {
    background-color: #1f2c3d;
  }

  .white-burger {
    color: #fff;
  }

  .page-preview-link {
    height: 22px;
  }

  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col.lg-3 {
    width: 33.33%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .col.lg-3.no-padding {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 31px;
    padding-bottom: 31px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #1f2c3d;
    color: #fff;
    text-align: left;
  }

  .heading-7 {
    font-size: 26px;
  }

  .heading-8 {
    font-size: 26px;
  }

  .heading-9 {
    font-size: 26px;
  }

  .link-block-3 {
    text-align: center;
  }

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

  .div-block-119 {
    text-align: center;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-11 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 300;
  }

  .footer-image {
    width: 150px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .footer-heading {
    text-align: center;
  }

  .foot001 {
    width: 50%;
    text-align: left;
  }

  .footer-logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .div-block-23 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .author-content {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .author-copy {
    font-size: 1em;
  }

  .heading-12 {
    font-size: 30px;
  }

  .text-span-10 {
    font-size: 20px;
  }

  .heading-13 {
    font-size: 18px;
  }

  .quotes-item {
    -ms-grid-columns: 200px auto;
    grid-template-columns: 200px auto;
  }

  .section-quotes {
    -ms-grid-columns: 30% 1fr;
    grid-template-columns: 30% 1fr;
  }

  .heading-14 {
    font-size: 24px;
  }

  .div-block-124 {
    margin-top: 20px;
  }

  .text-block-14 {
    font-size: 1.2em;
  }

  .cards-section {
    padding-right: 32px;
    padding-left: 32px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .image-20 {
    width: 90%;
  }

  .tokucho-head {
    font-size: 24px;
  }

  .div-block-125 {
    width: 45%;
  }

  .div-block-126 {
    width: 55%;
  }

  .text-span-13 {
    font-size: 28px;
    font-weight: 500;
  }

  .tokucho-para {
    max-width: 24ch;
    font-size: 1em;
  }

  .text-span-14 {
    color: #8a8a8b;
    font-style: italic;
  }

  .tokucho-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .tokucho-honbun {
    font-size: 1em;
  }

  .tokucho-title {
    font-size: 1.5em;
  }

  .tokucho-wa {
    width: 25vw;
    height: 25vw;
  }

  .tokucho-wrap-02 {
    min-height: auto;
  }

  .section-imasugu {
    padding-bottom: 0vh;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .imasugu-heading {
    font-size: 20px;
  }

  .imasugu-item {
    width: 100%;
  }

  .imasugu-left {
    padding-top: 10vh;
    padding-bottom: 5vh;
  }

  .imasugu-right {
    z-index: -1;
  }

  .imasugu-honbun {
    font-size: 14px;
  }

  .imasugu-surukoto {
    min-height: 30vh;
  }

  .navigation {
    padding: 10px 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigation-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
  }

  .logo-link.w--current {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .logo-image {
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .navigation-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .navigation-item {
    padding: 15px 30px;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 1;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #000;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button-4 {
    padding: 0px;
  }

  .menu-button-4.w--open {
    background-color: transparent;
  }

  .menu-icon-2 {
    display: block;
    width: 25px;
  }

  .background-video {
    height: 50vh;
  }
}

@media screen and (max-width: 767px) {
  .banner.sub {
    height: 120px;
  }

  .section.map {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar {
    padding: 0px 10px;
  }

  .nav-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .brand.w--current {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .top-banner {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logo-title {
    display: none;
    margin-left: 5px;
    font-size: 7px;
  }

  .categories-wrapper {
    height: 280px;
  }

  .client-logo {
    width: 33.333%;
    padding: 20px 30px;
  }

  .heading-banner {
    font-size: 22px;
  }

  .heading-banner.smaller {
    font-size: 34px;
    line-height: 46px;
  }

  .heading-banner.smaller.order {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-banner.bk {
    font-size: 22px;
  }

  .subscribe-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subscribe-text {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .product-wrapper.with-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .copyright {
    font-size: 9px;
  }

  .footer-column {
    width: 100%;
    margin-top: 40px;
  }

  .footer-column.no-top-margin {
    margin-top: 0px;
  }

  .form-block-2 {
    width: 100%;
  }

  .cart-product-name {
    text-align: left;
  }

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

  .menu-button {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button.w--open {
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-content {
    margin-left: 0px;
  }

  .overflow-hidden.setumei {
    width: 70%;
    font-size: 1em;
  }

  .image {
    width: 50vw;
  }

  .hero-heading {
    font-size: 11vw;
  }

  .container-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-21 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .link-block-2 {
    width: 48%;
  }

  .link-block-2.red {
    width: 60%;
    height: 40px;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: #fff;
    font-size: 18px;
  }

  .link-block-2.red.tel {
    width: 75%;
    height: 40px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .link-block-2.red.instagram {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .link-block-2.red.instagram:hover {
    margin-left: 0px;
  }

  .text-block-3 {
    font-size: 11px;
  }

  .div-block-75 {
    width: 40%;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-12 {
    width: 25px;
  }

  .hero-heading-2 {
    font-size: 11vw;
  }

  .image-13 {
    display: block;
    width: 40px;
  }

  .section-3 {
    height: 120vw;
  }

  .heading-2 {
    font-size: 32px;
  }

  .div-block-115 {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none;
    border-width: 1px;
  }

  .slide-txt-wrap {
    width: 80%;
  }

  .paragraph {
    font-size: 16px;
  }

  .section-slogan {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .section-slogan.motto {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .container-slogan {
    grid-row-gap: 1em;
    -ms-grid-columns: -webkit-max-content;
    -ms-grid-columns: max-content;
    grid-template-columns: -webkit-max-content;
    grid-template-columns: max-content;
  }

  .slogan-lines.motto {
    width: 90%;
    font-size: 1em;
  }

  .slogan-lines.motto {
    font-size: 0.9em;
  }

  .slogan-lines.motto.left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9px;
    line-height: 1.2em;
    text-align: left;
  }

  .logo-navbar.white {
    width: 50px;
  }

  .page-preview-link {
    height: 220px;
  }

  .col.lg-3.no-padding.sm-2 {
    width: 50%;
  }

  .heading-7 {
    font-size: 20px;
    line-height: 1.2em;
  }

  .heading-8 {
    font-size: 20px;
    line-height: 1.2em;
  }

  .heading-9 {
    font-size: 20px;
    line-height: 1.2em;
  }

  .image-16 {
    display: none;
  }

  .image-17 {
    margin-right: 5px;
  }

  .link-block-3 {
    font-size: 12px;
  }

  .div-block-30 {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-2 {
    padding: 20px 0px 40px;
  }

  .text-block-10 {
    font-size: 10px;
  }

  .footer-flex-container {
    margin-bottom: 40px;
  }

  .text-block-11 {
    font-size: 10px;
  }

  .footer-image {
    width: 120px;
    margin-bottom: 10px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-heading {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .foot001 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-maruko {
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer-logo-link {
    width: auto;
    min-width: 40px;
    margin-bottom: 10px;
  }

  .div-block-23 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-120 {
    font-weight: 300;
  }

  .section-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-author.r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .author-photo {
    width: 100%;
    padding-right: 10%;
    padding-bottom: 3vh;
    padding-left: 10%;
  }

  .author-content {
    position: static;
    width: 100%;
    padding-right: 10%;
    padding-bottom: 5vh;
    padding-left: 10%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .author-copy {
    max-width: 30ch;
  }

  .heading-12 {
    font-size: 32px;
  }

  .walabodedekiru {
    margin-top: 0px;
  }

  .div-block-88-map {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-kaisha-map {
    width: auto;
  }

  .html-embed {
    width: 100%;
  }

  .text-span-10 {
    font-size: 18px;
  }

  .heading-13 {
    font-size: 16px;
  }

  .text-block-12 {
    font-size: 12px;
  }

  .text-block-13 {
    font-size: 12px;
  }

  .client-photo {
    width: 240px;
  }

  .quotes-right {
    padding-top: 0vh;
    grid-row-gap: 10vh;
  }

  .quotes-left {
    height: auto;
    min-height: 50vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .quotes-item {
    padding-left: 10%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-quotes {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .quotes-heading {
    margin-top: 10%;
    margin-left: 10%;
  }

  .tokucho-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .accordion-bottom-text {
    font-size: 12px;
  }

  .accordion-top-text {
    font-size: 12px;
  }

  .heading-14 {
    font-size: 20px;
  }

  .text-block-14 {
    font-size: 1.2em;
  }

  .cards-section {
    padding: 40px 32px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .tokucho {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .text-span-13 {
    font-size: 24px;
  }

  .tokucho-3 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .tokucho-honbun {
    font-size: 1em;
  }

  .tokucho-wa {
    width: 50vw;
    height: 50vw;
  }

  .tokucho-wrap-02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-imasugu {
    padding-bottom: 0vh;
    grid-row-gap: 0vh;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .imasugu-heading {
    font-size: 16px;
  }

  .imasugu-item {
    width: 80%;
  }

  .imasugu-left {
    position: relative;
    z-index: 1;
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-left: 0vw;
    background-color: #fcfcfa;
  }

  .imasugu-right {
    position: -webkit-sticky;
    position: sticky;
    z-index: -1;
    min-height: auto;
    padding-top: 0%;
    padding-bottom: 5%;
    padding-left: 10%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-width: 0vw;
  }

  .imasugu-surukoto {
    height: 250px;
    max-height: none;
    min-height: auto;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .imasugu-surukoto._03 {
    height: 350px;
    max-height: none;
    min-height: auto;
  }

  .imasugu-midashi {
    font-size: 1.3em;
  }

  .heading-15 {
    margin-bottom: 40px;
    font-size: 12px;
  }

  .navigation {
    padding: 10px 30px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .logo-image {
    width: 150px;
  }

  .menu-icon-2 {
    width: 20px;
  }

  .section-video {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .background-video {
    height: 100vw;
    border-radius: 0px;
  }

  .text-block-15 {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    height: 500px;
  }

  .section {
    padding: 60px 10px;
  }

  .section.less {
    padding-right: 10px;
    padding-left: 10px;
  }

  .brand.w--current {
    width: 80%;
    margin-bottom: 0px;
  }

  .nav-link {
    font-size: 10px;
  }

  .nav-link.otoiawase {
    font-size: 10px;
  }

  .logo-title {
    display: block;
  }

  .categories-wrapper {
    height: 200px;
  }

  .top-title-text {
    font-size: 24px;
    line-height: 32px;
  }

  .client-logo {
    width: 50%;
    padding: 20px;
  }

  .heading-banner {
    font-size: 18px;
    line-height: 1.2em;
  }

  .heading-banner.smaller.order {
    font-size: 24px;
    line-height: 36px;
  }

  .heading-banner.bk {
    font-size: 18px;
  }

  .form-block {
    width: 300px;
  }

  .flex-row.make-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-left-part.right-now {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .copyright {
    font-size: 9px;
  }

  .menu-button {
    margin-top: 0px;
  }

  .cart-container {
    min-width: 320px;
  }

  .overflow-hidden.setumei {
    width: 90%;
    font-size: 1.2em;
  }

  .container-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-21 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-2 {
    width: 90%;
  }

  .link-block-2.red {
    width: 60%;
    border-style: none;
  }

  .link-block-2.red.tel {
    width: 75%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-block-2.red.instagram {
    width: 25%;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-block-3 {
    font-size: 9px;
  }

  .div-block-75 {
    width: 40%;
  }

  .image-12 {
    width: 18px;
  }

  .image-13 {
    width: 40px;
  }

  .section-3 {
    height: 160vw;
  }

  .heading-2 {
    font-size: 20px;
  }

  .div-block-115 {
    height: 100%;
    border-right-style: none;
  }

  .slide-txt-wrap {
    width: 80vw;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.c {
    font-size: 10px;
  }

  .section-slogan {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section-slogan.motto {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }

  .slogan-lines.motto {
    font-size: 0.7em;
  }

  .slogan-lines.motto {
    font-size: 0.7em;
  }

  .nav-menu-container {
    overflow: auto;
  }

  .page-preview-link {
    height: 160px;
  }

  .col {
    margin-bottom: 0px;
  }

  .col.lg-3 {
    width: 100%;
  }

  .div-block-116 {
    width: 170px;
  }

  .image-15 {
    font-size: 20px;
  }

  .image-17 {
    width: 15px;
    margin-right: 2px;
  }

  .div-block-30 {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-2 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .text-block-10 {
    font-size: 9px;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-11 {
    width: 100%;
    font-size: 7px;
  }

  .footer-image {
    width: 100px;
  }

  .footer-heading {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 10px;
    white-space: normal;
  }

  .foot001 {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
  }

  .footer-logo-link {
    width: auto;
    height: auto;
    min-width: auto;
  }

  .div-block-23 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
  }

  .author-content {
    padding-bottom: 5vh;
  }

  .author-copy {
    max-width: 22ch;
    font-size: 1em;
    letter-spacing: -0.02em;
  }

  .heading-12 {
    font-size: 24px;
  }

  .heading-12.futura._02 {
    font-size: 24px;
    line-height: 44px;
  }

  .walabodedekiru {
    font-size: 12px;
  }

  .div-kaisha-map {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .gaiyou-title {
    text-align: justify;
  }

  .content-wrapper-3-map {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .html-embed {
    width: 100%;
    height: 100%;
  }

  .text-span-10 {
    font-size: 13px;
  }

  .heading-13 {
    font-size: 10px;
  }

  .text-block-12 {
    font-size: 10px;
  }

  .text-block-13 {
    font-size: 10px;
  }

  .client-content {
    margin-left: 0%;
  }

  .client-review {
    font-size: 0.9em;
  }

  .accordion-bottom-wrap {
    padding-right: 0px;
  }

  .tokucho-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tokucho-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-14 {
    font-size: 16px;
  }

  .text-block-14 {
    font-size: 1.2em;
  }

  .cards-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-span-13 {
    font-size: 20px;
  }

  .tokucho-para {
    font-size: 0.9em;
  }

  .client-content-2 {
    margin-left: 0%;
  }

  .tokucho-3 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .tokucho-title {
    font-size: 1em;
  }

  .tokucho-wrap-02 {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-imasugu {
    grid-row-gap: 0vw;
  }

  .imasugu-heading {
    font-size: 14px;
  }

  .imasugu-item {
    width: 90%;
  }

  .imasugu-left {
    padding-bottom: 5vh;
  }

  .imasugu-right {
    z-index: -1;
    min-height: auto;
  }

  .imasugu-honbun {
    font-size: 0.8em;
  }

  .imasugu-surukoto {
    height: 200px;
    max-height: none;
    min-height: auto;
    padding: 10% 7%;
  }

  .imasugu-surukoto._03 {
    height: 300px;
    max-height: none;
    min-height: auto;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .imasugu-midashi {
    font-size: 1.1em;
  }

  .heading-15 {
    font-size: 11px;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .navigation-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-link.w--current {
    margin-right: auto;
    margin-left: auto;
  }

  .logo-image {
    width: 150px;
    margin-top: 0px;
  }

  .menu-button-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button-4.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-icon-2 {
    width: 20px;
  }

  .background-video {
    height: 100vw;
  }

  .text-block-15 {
    font-size: 10px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_009e1efd-961f-480b-3868-9078da1c7294-fdf048d5 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_1ad4df91-8135-e871-369d-04d327908c8a-27908c89 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_009e1efd-961f-480b-3868-9078da1c72bb-fdf048d5 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

