:root {
  --white: white;
  --black: black;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

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

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #43464d;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.divider.cc-dark-divider {
  background-color: #202020;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.cc-store-home-wrap {
  padding-top: 0;
}

.section.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-product-detail {
  align-items: center;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
}

.container.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.primary-button.cc-add-to-cart-btn {
  margin-top: 10px;
  margin-right: 10px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

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

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

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

.cart-footer {
  padding-top: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.product-name-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-items {
  opacity: .8;
  background-color: #000;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart {
  margin-left: 20px;
}

.navigation {
  z-index: 100;
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3px;
  display: block;
  position: sticky;
  top: 0;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus, .text-field.-wfp-focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-quantity-field {
  background-color: #fff;
  border-color: #e6e6e6;
  width: 80px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 8px 12px 8px 20px;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item {
  opacity: .6;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 200px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  position: static;
}

.navigation-item:hover, .navigation-item:active {
  opacity: 1;
}

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

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

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

.menu-button {
  margin: 5px 20px 5px 10px;
  display: block;
}

.menu-button:hover, .menu-button:lang(en) {
  border-radius: 20px;
}

.icon {
  display: block;
}

.logo-image {
  width: 300px;
  margin-left: 20px;
  display: block;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px #00000014;
}

.products-heading {
  text-align: center;
  margin-bottom: 80px;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../img/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.collection-item {
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
  margin-bottom: 20px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.main-heading-wrap {
  height: 100%;
  margin-bottom: 60px;
}

.main-paragraph-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  margin-top: 60px;
  margin-bottom: 150px;
}

.subscribe-form {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  place-items: start;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.links-section-footer {
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 620px;
  transition: opacity .6s;
  display: block;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: .85;
  color: #fff;
}

.product-description {
  position: absolute;
  inset: auto auto 30px 30px;
}

.product-price-text {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.about-quote {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.picture-placeholder {
  background-color: #f4f4f4;
  background-image: url('../img/Placeholder-1.svg');
  background-position: 45%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 460px;
}

.picture-placeholder.cc-about-2 {
  background-image: url('../img/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  height: 620px;
}

.picture-placeholder.cc-about-3 {
  background-image: url('../img/placeholder-2.svg');
  background-position: 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-1 {
  background-image: url('../img/placeholder-1_1.svg');
  background-position: 50%;
  background-size: cover;
}

.about-pictures-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 150px;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

.get-in-touch-form-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.credentials-inputs-wrap {
  display: flex;
}

.map {
  height: 460px;
  line-height: 20px;
}

.paragraph-contact-text {
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.support-link {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: opacity .2s;
}

.support-link:hover {
  opacity: 1;
}

.support-link:active {
  opacity: .8;
}

.contacts-section {
  text-align: center;
  margin-bottom: 100px;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-category-link {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: .8;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

.products-category-link.w--current:hover {
  opacity: .8;
}

.products-category-link.w--current:active {
  opacity: .7;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.protected-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.product-detail-measurement {
  align-items: center;
  display: flex;
}

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
}

.add-to-cart {
  margin-top: 30px;
}

.product-image {
  background-color: #f4f4f4;
  background-image: url('../img/placeholder-1_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 700px;
  margin-bottom: 30px;
  display: flex;
}

.product-detail-cta-wrap {
  margin-top: 0;
  display: flex;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.product-detail-price {
  opacity: .6;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 52px;
}

.product-detail-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  border-color: #e4e4e4;
  padding: 16px 24px;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 24px 24px 12px;
  font-weight: 400;
}

.full-width-form {
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.order-item-list {
  margin-bottom: -5px;
}

.order-item-description-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  height: 42px;
  margin-bottom: 16px;
}

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 20px 24px;
}

.shipping-method-list {
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.option-list {
  font-size: 14px;
  line-height: 26px;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay, .pay-with-browser {
  height: 42px;
}

.order-wrap {
  flex-basis: 750px;
}

.order-summary {
  flex-basis: 370px;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: 10px;
}

.checkbox-label-2 {
  margin-bottom: 0;
}

.checkbox-2 {
  margin-top: 2px;
}

.cc-quantity-field-label {
  margin-bottom: 0;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.navigation-item-sp {
  opacity: .6;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 1000px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: none;
}

.navigation-item-sp:hover {
  opacity: .9;
}

.navigation-item-sp:active {
  opacity: .8;
}

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

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

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

.nav {
  opacity: .83;
  background-color: #fff0;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.nav1 {
  width: auto;
  height: auto;
}

.text-block {
  color: #fff;
  padding: 40px 15px;
  text-decoration: none;
}

.text-block:hover {
  color: #797979;
}

.container-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #fff;
  background-color: #000;
  border-radius: 30px;
  padding: 8px 27px;
}

.image {
  width: 60px;
}

.hero_section {
  background-image: url('../img/mainimg_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 700px;
}

.container_main {
  max-width: 990px;
  height: 100%;
  display: flex;
}

.main_animation_boix {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main_animation_txt {
  text-shadow: 0 0 20px #fff, 0 0 20px #fff;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

.container-4 {
  max-width: 990px;
}

.container_refle_01 {
  flex-flow: column;
  max-width: 990px;
  display: flex;
}

.image-2 {
  margin-top: -48px;
}

.image-3 {
  text-align: center;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
}

.heading-2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 80px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.text-span {
  color: #1b7dc6;
}

.text-span-2 {
  color: #ff6767;
}

.section_01 {
  background-image: url('../img/bg_2.avif');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
}

.heading-3 {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 8px #002f4d8f;
  margin-top: 80px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.heading-3.black {
  color: #000;
  text-shadow: none;
  margin-top: 180px;
}

.heading-3.black.mb30 {
  margin-bottom: 30px;
}

.heading-3.plus {
  text-shadow: 0 0 8px #00305d70;
  margin-top: 100px;
}

.paragraph {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 8px #002f4d8f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-weight: 700;
  display: flex;
}

.paragraph.black {
  color: #000;
  text-shadow: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.quick-stack {
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 0;
}

.image-4 {
  text-align: center;
  width: 70%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 50px;
  padding: 0;
}

.image-5, .image-6 {
  margin-top: 200px;
}

.section_02 {
  background-image: url('../img/bg_3.avif');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 100%;
}

.image-7 {
  border-radius: 20px;
  width: 298.336px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 0 20px #fff;
}

.cell {
  border-radius: 20px;
  padding-top: 250px;
  display: block;
}

.cell-2 {
  padding-top: 250px;
}

.heading-4 {
  color: #002e86;
  text-align: center;
  margin: 20px auto 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}

.paragraph-2 {
  text-align: center;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.image-8 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-9 {
  border-radius: 20px;
  margin-top: 10px;
  box-shadow: 0 0 5px #006774a8;
}

.point_box {
  padding-left: 10px;
  padding-right: 15px;
}

.div-block-2 {
  flex-flow: column;
  width: 300px;
  height: auto;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.div-block-2.mr60 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-right: 60px;
}

.div-block-3 {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 20px;
  margin-bottom: 100px;
  display: flex;
}

.image-10 {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.section_08 {
  background-image: url('../img/bg_8.avif');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 40px;
}

.div-block-4 {
  background-color: #fff;
  border-radius: 15px;
  margin-top: 40px;
  margin-bottom: 100px;
  padding: 80px 50px 60px;
  box-shadow: 0 0 10px #4b4b4b33;
}

.div-block-5 {
  background-image: linear-gradient(#f0f0f0, #fff);
  border-radius: 35px;
  margin-top: 40px;
  padding: 60px 60px 0;
}

.image-11 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

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

.point_txt {
  text-align: center;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.point_ttl {
  color: #002e86;
  text-align: center;
  margin: 20px auto 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}

.jyoken {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-weight: 700;
}

.jyoken.black {
  color: #000;
  text-align: left;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.paragraph-3 {
  font-size: 12px;
  line-height: 18px;
}

.paragraph-4 {
  font-size: 12px;
}

.annotation {
  text-align: left;
  flex-flow: column;
  font-size: 12px;
  line-height: 18px;
  display: flex;
}

.div-block-6 {
  background-image: url('../img/bg_4.avif');
  background-position: 0 0;
  background-size: cover;
  height: 300px;
}

.ttl_box {
  background-color: #0076ff;
  background-image: linear-gradient(#0076ff, #00b1ff);
  border: 6px solid #fff;
  border-radius: 30px;
  margin-top: -200px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 2px 5px #0000004f;
}

.image-13 {
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 80px;
  padding: 0;
}

.div-block-7 {
  margin-right: 0;
}

.point_ttl-copy {
  color: #002e86;
  text-align: left;
  margin: 20px auto 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.section_04 {
  background-image: url('../img/bg_5.avif');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.paragraph-5 {
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  line-height: 32px;
}

.image-14 {
  margin-top: 20px;
  padding-right: 0;
}

.div-block-8 {
  background-color: #fff;
  border: 1px solid #2a80cb;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 25px 25px 20px;
  display: flex;
}

.div-block-9 {
  width: 30%;
}

.paragraph-6 {
  width: 65%;
  font-size: 14px;
}

.cell-3 {
  padding-right: 30px;
}

.cell-4 {
  padding-left: 30px;
}

.section_05 {
  background-image: url('../img/bg_6.avif');
  background-position: 0 0;
  background-size: cover;
}

.image-15 {
  margin-left: auto;
  margin-right: auto;
}

.image-16 {
  margin-top: 0;
  padding: 40px 80px 30px;
}

.heading-5 {
  text-align: center;
  margin-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.paragraph_2 {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 8px #002f4d8f;
  margin-top: 40px;
  margin-bottom: 0;
  font-weight: 700;
}

.paragraph_2.black {
  color: #000;
  text-shadow: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.section_06 {
  background-image: url('../img/bg_7.avif');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 50px;
  display: block;
}

.case_box_right {
  z-index: 1;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  height: 520px;
  max-height: 600px;
  margin-top: 0;
  margin-bottom: 60px;
  display: block;
  position: relative;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.case_box01 {
  z-index: 1;
  width: 495px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.heading-6 {
  margin-bottom: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.body {
  font-family: Noto Sans JP, sans-serif;
}

.case_box02 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 595px;
  height: auto;
  margin-top: 50px;
  margin-bottom: 60px;
  padding: 50px 45px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.case_inner {
  padding-left: 80px;
}

.case_ttl {
  color: #002e86;
  text-align: left;
  margin: 40px auto 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 36px;
}

.choice_ttl {
  color: #002e86;
  text-align: left;
  margin: 20px auto 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.case_txt01 {
  margin-top: 10px;
  font-size: 14px;
}

.case_txt02 {
  color: #002e86;
  text-align: left;
  margin: 20px auto 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
}

.no_01 {
  z-index: 3;
  margin-top: -35px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.case_illust {
  margin-top: 80px;
  padding-left: 0;
}

.case_box_left {
  width: 100%;
  max-width: 100%;
  height: 580px;
  margin-top: 0;
  margin-bottom: 60px;
  position: relative;
}

.case_box01_left {
  z-index: 3;
  width: 495px;
  height: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.case_box02_left {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 595px;
  height: auto;
  margin-top: 50px;
  margin-bottom: 60px;
  padding: 50px 45px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.no_02 {
  z-index: 3;
  margin-top: -35px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.case_inner_left {
  padding-left: 0;
  padding-right: 0;
}

.case_illust-_left {
  margin-top: 80px;
  padding-left: 0;
  padding-right: 80px;
}

.image-17 {
  z-index: 100;
  width: 495px;
  height: auto;
  position: absolute;
}

.lineup_ttl {
  color: #002e86;
  text-align: center;
  -webkit-text-stroke-color: #002e86;
  margin-top: 100px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.lineup_ttl.black {
  color: #000;
  text-shadow: none;
  margin-top: 120px;
}

.lineup_ttl.plus {
  text-shadow: 0 0 8px #00305d70;
}

.paragraph-7 {
  color: #002e86;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
}

.product_box {
  margin-bottom: 100px;
}

.quick-stack-4 {
  margin-top: 40px;
  padding: 0;
}

.quick-stack-5 {
  margin-top: 20px;
  padding: 0;
}

.div-block-10 {
  text-align: center;
  border: 1px solid #000;
  border-radius: 14px;
  width: 100%;
  padding: 40px 25px;
  box-shadow: inset 0 0 20px #00baff59;
}

.heading-7 {
  color: #002e86;
  text-align: center;
  width: auto;
  padding-right: 20px;
  font-family: Oswald, sans-serif;
  line-height: 46px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-8 {
  color: #ff4500;
  text-align: center;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-8.black {
  color: #000;
}

.text-span-3 {
  color: #ff4500;
}

.text-span-4 {
  font-size: 14px;
}

.text-span-5 {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  line-height: 28px;
}

.div-block-12 {
  background-color: red;
  border-radius: 30px;
  width: 25%;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 31px;
  padding-right: 31px;
}

.paragraph-9 {
  color: #fff;
  font-weight: 700;
}

.image-18 {
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.image-19 {
  width: 433px;
  margin-top: 20px;
}

.image-20 {
  width: 407px;
  margin: 20px auto 40px;
}

.image-21 {
  padding-top: 10px;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-8 {
  color: #002e86;
  text-align: center;
  width: auto;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  line-height: 46px;
}

.annotation_2 {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

.paragraph-10 {
  margin-top: 20px;
  font-size: 12px;
  line-height: 21px;
}

.contact {
  background-image: linear-gradient(#676767, #000);
  border: 5px solid #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 40px auto 10px;
  padding: 38px;
  display: flex;
}

.paragraph-11 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.qa_box {
  background-color: #fff;
  border-radius: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 40px;
  box-shadow: 0 0 10px #4b4b4b33;
}

.q_block {
  background-color: #0b2dc4;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.heading-9 {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.div-block-16 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.qa_paragraph {
  width: 95%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 20px;
}

.a_block {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.q_block-copy {
  background-color: #ff8900;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.qa_heading {
  width: 95%;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.heading-10 {
  color: #002e86;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 700;
}

.qa {
  margin-bottom: 60px;
}

.section_09 {
  background-color: #107fce;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.heading-11 {
  color: #fff;
  text-align: center;
  border-radius: 15px;
  margin-top: 80px;
  margin-bottom: 50px;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}

.div-block-17 {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 40px 40px;
}

.image-22 {
  width: 60%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.heading-12 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
}

.paragraph-12 {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.paragraph-13 {
  color: #fff;
  text-align: center;
  font-size: 12px;
}

.text-block-3 {
  text-align: center;
  padding: 21px;
  font-weight: 700;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6 {
  text-decoration: none;
}

.section_03 {
  background-image: url('../img/bg_8.avif');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 40px;
}

.text-span-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-29, .image-31, .image-32 {
  display: none;
}

.div-block-10_big {
  text-align: center;
  border: 1px solid #000;
  border-radius: 14px;
  width: 100%;
  padding: 60px 25px 40px;
  box-shadow: inset 0 0 20px #00baff59;
}

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

.image-38 {
  width: 100%;
}

.image-39 {
  width: 98.5%;
}

.image-40 {
  width: 98%;
}

@media screen and (max-width: 991px) {
  .section.cc-product-detail {
    flex-direction: column;
  }

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

  .primary-button {
    justify-content: center;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    opacity: 100;
    background-color: #fff;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 0;
  }

  .text-field.cc-quantity-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

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

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

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .logo-image {
    width: 30vw;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .picture-placeholder.cc-about-2 {
    height: 460px;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .number-contact-wrap {
    margin-bottom: 20px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .product-details-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .order-summary {
    flex-basis: 320px;
  }

  .navigation-item-sp {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

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

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

  .nav {
    background-color: #fff;
  }

  .text-block {
    text-align: center;
    border-bottom: .5px dashed #fff;
    width: 100vw;
    max-width: 100%;
    padding: 2.5vw 0;
    font-size: 2vw;
    line-height: 2vw;
  }

  .container-2 {
    background-color: #000;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
  }

  .text-block-2 {
    padding: .5vw 4vw;
  }

  .hero_section {
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: 110vw;
    justify-content: center;
    align-items: center;
    height: 58vw;
    margin-top: 6vw;
    display: flex;
  }

  .container_main {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100vw;
    height: auto;
    padding-bottom: 5vw;
  }

  .main_animation_boix {
    width: 500vw;
    padding-left: 5vw;
  }

  .main_animation_txt {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 5vw;
  }

  .container_refle_01 {
    max-width: none;
    margin-top: 0;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-top: 0;
    display: block;
  }

  .image-2 {
    width: 100%;
    margin-top: -6vw;
  }

  .image-3 {
    width: 45vw;
    padding-left: 3vw;
  }

  .heading-2 {
    margin-top: 3vw;
    margin-bottom: 7vw;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .heading-3 {
    margin-top: 7vw;
    font-size: 4vw;
    line-height: 8vw;
  }

  .heading-3.black {
    margin-top: 16vw;
    line-height: 6vw;
  }

  .heading-3.black.mb30 {
    margin-bottom: 3vw;
  }

  .heading-3.plus {
    margin-top: 10vw;
    font-size: 3.5vw;
  }

  .paragraph {
    margin-top: 2vw;
    font-size: 1.8vw;
    line-height: 3.2vw;
  }

  .paragraph.black {
    font-size: 1.8vw;
  }

  .quick-stack {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-top: 3vw;
    margin-bottom: 7vw;
  }

  .image-4 {
    width: 65vw;
  }

  .quick-stack-2 {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    margin-top: 5vw;
  }

  .image-7 {
    border-radius: 1vw;
    width: 30vw;
  }

  .cell, .cell-2 {
    padding-top: 20vw;
  }

  .image-9 {
    margin-top: 2vw;
  }

  .point_box {
    padding-left: .5vw;
    padding-right: .5vw;
  }

  .div-block-2 {
    width: 30vw;
  }

  .div-block-2.mr60 {
    width: 30vw;
    margin-right: 3vw;
  }

  .div-block-3 {
    margin-top: 0;
    margin-bottom: 3vw;
  }

  .section_08 {
    padding-bottom: 3vw;
  }

  .div-block-4 {
    margin-top: 5vw;
    margin-bottom: 10vw;
    padding: 5vw 3vw 10vw;
  }

  .div-block-5 {
    border-radius: 2vw;
    margin-top: 5vw;
    padding-top: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-12 {
    margin-top: 2vw;
  }

  .point_txt {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 2vw;
    font-size: 1.5vw;
    line-height: 2.5vw;
    display: block;
  }

  .point_ttl {
    margin-top: 2vw;
    font-size: 2vw;
  }

  .jyoken.black {
    font-size: 2vw;
    line-height: 3vw;
  }

  .annotation {
    font-size: 1.2vw;
    line-height: 2vw;
  }

  .div-block-6 {
    height: 25vw;
  }

  .ttl_box {
    margin-top: -20vw;
    padding: 3vw;
  }

  .quick-stack-3 {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-top: 5vw;
  }

  .section_04 {
    padding-bottom: 10vw;
  }

  .paragraph-5 {
    margin-top: 1vw;
    margin-bottom: 0;
    font-size: 1.8vw;
    line-height: 3.6vw;
  }

  .div-block-8 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 2vw;
    padding: 3vw;
  }

  .paragraph-6 {
    width: 100%;
    margin-top: 2vw;
    margin-bottom: 0;
    font-size: 1.5vw;
    line-height: 3vw;
  }

  .cell-3 {
    padding-right: 3vw;
  }

  .cell-4 {
    padding-left: 3vw;
  }

  .section_05 {
    background-position: 50%;
  }

  .image-15 {
    width: 70%;
    margin-top: 3vw;
  }

  .image-16 {
    width: 80%;
    margin-top: 3vw;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .heading-5 {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .paragraph_2.black {
    padding-bottom: 0;
    font-size: 1.8vw;
    line-height: 3.2vw;
  }

  .section_06 {
    height: auto;
    padding-bottom: 3vw;
  }

  .case_box_right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    max-height: none;
    margin-bottom: 10vw;
    display: flex;
    position: relative;
  }

  .case_box01 {
    width: 100%;
    margin-top: 0;
    position: static;
    inset: 0% auto auto 0%;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 1vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .case_box02 {
    width: 100%;
    margin-top: -12vw;
    margin-bottom: 0;
    padding: 6vw;
    position: static;
  }

  .case_inner {
    margin-top: 5vw;
    padding-left: 0;
  }

  .case_ttl {
    margin-top: 0;
  }

  .choice_ttl {
    font-size: 2.8vw;
    line-height: 4.6vw;
  }

  .case_txt01 {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .no_01 {
    z-index: 100;
    width: 25vw;
    margin-top: 0;
    position: static;
    inset: 0% 0% auto auto;
  }

  .case_illust {
    margin-top: 10vw;
  }

  .case_box_left {
    flex-flow: column;
    height: auto;
    margin-top: 0;
    margin-bottom: 10vw;
    display: flex;
    position: relative;
  }

  .case_box01_left {
    width: 100%;
    position: static;
  }

  .case_box02_left {
    width: 100%;
    margin-top: -12vw;
    margin-bottom: 0;
    padding: 6vw;
    position: static;
  }

  .no_02 {
    width: 25vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .case_inner_left {
    margin-top: 5vw;
  }

  .case_illust-_left {
    margin-top: 10vw;
    padding-right: 0;
  }

  .image-17 {
    z-index: 3;
    border-radius: 2vw;
    width: 100%;
    margin-top: 0;
    position: static;
  }

  .product_box {
    margin-bottom: 10vw;
  }

  .div-block-10 {
    padding: 5vw;
  }

  .heading-7 {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-right: 2vw;
  }

  .paragraph-8 {
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .paragraph-8.black {
    color: #000;
    flex-flow: column;
    display: flex;
  }

  .text-span-5 {
    line-height: 4vw;
  }

  .div-block-12 {
    width: 50%;
    height: auto;
    padding: 1vw 3vw;
  }

  .paragraph-9 {
    margin-bottom: 0;
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  .image-18 {
    margin-top: 4vw;
  }

  .image-20 {
    margin-top: 2vw;
    margin-bottom: 3vw;
  }

  .annotation_2 {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .paragraph-10 {
    margin-top: 2vw;
    margin-bottom: 0;
    font-size: 1.4vw;
    line-height: 2vw;
  }

  .contact {
    width: 80%;
    margin-top: 3vw;
    margin-bottom: 0;
    padding: 4vw;
  }

  .paragraph-11 {
    font-size: 3vw;
    line-height: 5vw;
  }

  .qa_box {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding: 4vw;
    box-shadow: 0 0 3vw #4b4b4b33;
  }

  .heading-9 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .qa_paragraph {
    padding-top: 1vw;
    padding-left: 2vw;
    font-size: 1.8vw;
    line-height: 3.2vw;
  }

  .qa_heading {
    padding-left: 2vw;
    font-size: 2.4vw;
    line-height: 3vw;
  }

  .heading-10 {
    margin-top: 3vw;
    padding-left: 2vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .qa {
    margin-bottom: 5vw;
  }

  .section_09 {
    padding-bottom: 6vw;
  }

  .heading-11 {
    margin-top: 8vw;
    margin-bottom: 5vw;
    font-size: 3vw;
  }

  .div-block-17 {
    padding: 4vw;
  }

  .heading-12 {
    font-size: 8vw;
  }

  .paragraph-12 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .paragraph-13 {
    font-size: 1.2vw;
  }

  .text-block-3 {
    padding: 2vw;
    font-size: 2vw;
    line-height: 3vw;
  }

  .section_03 {
    padding-bottom: 0;
  }

  .image-23, .image-24, .image-25 {
    width: 35%;
  }

  .image-26 {
    border-radius: 2vw;
  }

  .div-block-10_big {
    padding: 5vw;
  }

  .text-span-9 {
    font-size: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .section, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger, .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    padding: 0 0 0 0;
  }

  .text-field.cc-subscribe-text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

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

  .intro-content {
    width: 80%;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .about-quote {
    width: 80%;
    max-width: 470px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .text-block {
    font-size: 3vw;
    line-height: 5vw;
  }

  .hero_section {
    margin-top: 0;
  }

  .container_refle_01 {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .image-2 {
    width: 100vw;
  }

  .image-3 {
    padding-left: 3vw;
  }

  .heading-3.black {
    margin-top: 18vw;
    margin-bottom: 10vw;
  }

  .heading-3.black.mb30 {
    margin-bottom: 10vw;
  }

  .heading-3.plus {
    font-size: 4vw;
    line-height: 6vw;
  }

  .paragraph {
    font-size: 2vw;
    line-height: 4vw;
  }

  .paragraph.black {
    text-align: left;
    margin-bottom: 3vw;
    font-size: 2vw;
  }

  .div-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-5 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .div-block-6 {
    height: 30vw;
  }

  .ttl_box {
    border-radius: 3vw;
    margin-top: -15vw;
  }

  .paragraph-5 {
    font-size: 2vw;
    line-height: 4vw;
  }

  .image-14 {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .div-block-8 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    margin-top: 4vw;
    margin-left: 0;
    margin-right: 0;
    padding: 5vw;
  }

  .paragraph-6 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
    font-size: 2vw;
    line-height: 4vw;
    display: flex;
  }

  .cell-3 {
    padding-left: 3vw;
  }

  .cell-4 {
    padding-right: 3vw;
  }

  .image-15 {
    width: 80%;
  }

  .image-16 {
    width: 90%;
  }

  .heading-5 {
    margin-top: 3vw;
    margin-bottom: 0;
    font-size: 4vw;
  }

  .paragraph_2.black {
    margin-top: 3vw;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .section_06 {
    padding-bottom: 0;
  }

  .case_box_right {
    margin-bottom: 14vw;
  }

  .heading-6 {
    font-size: 3vw;
  }

  .case_ttl, .choice_ttl {
    font-size: 4vw;
    line-height: 6vw;
  }

  .case_txt01 {
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .case_txt02 {
    margin-top: 3vw;
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .lineup_ttl {
    margin-top: 16vw;
    font-size: 10vw;
    line-height: 10vw;
  }

  .paragraph-7 {
    margin-bottom: 2vw;
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .quick-stack-5 {
    margin-top: 5vw;
  }

  .heading-7 {
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding-right: 2vw;
  }

  .paragraph-8 {
    font-size: 3vw;
    line-height: 4.5vw;
  }

  .paragraph-8.black {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .text-span-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-9 {
    font-size: 3vw;
    line-height: 3vw;
  }

  .image-18 {
    width: 100%;
  }

  .image-19 {
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
  }

  .image-20 {
    width: 85vw;
  }

  .paragraph-10 {
    margin-bottom: 5vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 2vw;
    line-height: 3vw;
  }

  .contact {
    width: 100%;
  }

  .paragraph-11 {
    font-size: 4vw;
    line-height: 8vw;
  }

  .qa_box {
    padding-bottom: 5vw;
    box-shadow: 0 0 3vw #4b4b4b33;
  }

  .qa_paragraph {
    padding-top: 0;
    font-size: 2vw;
    line-height: 4vw;
  }

  .qa_heading {
    font-size: 2.8vw;
    line-height: 5vw;
  }

  .heading-10 {
    font-size: 3.2vw;
  }

  .heading-11 {
    line-height: 5vw;
  }

  .paragraph-13 {
    font-size: 1.5vw;
  }

  .text-block-3 {
    padding: 4vw;
    font-size: 2.5vw;
  }

  .image-23, .image-24 {
    width: 28%;
  }

  .image-27, .image-28 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-5, .cell-6 {
    padding-bottom: 10vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .cell-7 {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .section.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .primary-button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cart {
    margin-right: 20px;
  }

  .navigation {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .menu-button {
    flex: none;
    margin: 1vw 0 1vw 1vw;
  }

  .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 40vw;
    margin-left: 0;
  }

  .navigation-wrap {
    justify-content: flex-end;
  }

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

  .form-block, .about-quote, .get-in-touch-form-wrap, .blog-item, .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
  }

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .text-block {
    font-size: 4vw;
    line-height: 8vw;
  }

  .text-block-2 {
    font-size: 3vw;
    line-height: 6vw;
  }

  .image {
    width: 10vw;
  }

  .hero_section {
    background-position: 77%;
    background-size: 125vw;
    height: 70vw;
  }

  .container_refle_01 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .container_refle_01.plus {
    margin-left: 0;
    margin-right: 0;
  }

  .image-2 {
    display: none;
  }

  .image-3 {
    width: 50vw;
    padding-left: 3vw;
  }

  .heading-2 {
    margin-top: 5vw;
    margin-bottom: 10vw;
    font-size: 4vw;
    line-height: 6vw;
  }

  .section_01 {
    margin-bottom: 0;
    padding-bottom: 10vw;
  }

  .heading-3 {
    margin-top: 20vw;
    font-size: 5vw;
  }

  .heading-3.black {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    line-height: 8vw;
    display: flex;
  }

  .paragraph {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 8vw;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 7vw;
    display: block;
  }

  .paragraph.black {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 3.5vw;
    display: flex;
  }

  .quick-stack {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .image-4 {
    width: 90vw;
  }

  .section_02 {
    background-repeat: repeat-x;
    background-size: 500vw;
  }

  .image-7 {
    width: 100%;
  }

  .cell, .cell-2 {
    padding-top: 0;
  }

  .image-8, .image-9 {
    display: none;
  }

  .point_box {
    flex-flow: column;
    display: flex;
  }

  .div-block-2, .div-block-2.mr60 {
    width: 90vw;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .div-block-4 {
    border-radius: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-4.plus {
    padding-left: 0;
    padding-right: 0;
  }

  .image-11 {
    padding-top: 5vw;
    padding-bottom: 0;
  }

  .point_txt {
    margin-bottom: 10vw;
    font-size: 3.5vw;
    line-height: 6vw;
  }

  .point_ttl {
    font-size: 5vw;
    line-height: 10vw;
  }

  .jyoken.black {
    margin-top: 5vw;
    margin-left: 3vw;
    margin-right: 3vw;
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .annotation {
    flex-flow: row;
    margin-bottom: 0;
    margin-left: 3vw;
    margin-right: 3vw;
    font-size: 3vw;
    line-height: 5vw;
    display: block;
  }

  .ttl_box {
    border-width: 1.5vw;
  }

  .paragraph-5 {
    font-size: 3.5vw;
    line-height: 7vw;
  }

  .paragraph-6 {
    width: 65%;
    margin-top: 0;
    font-size: 3vw;
    line-height: 6vw;
  }

  .image-15, .image-16 {
    width: 100%;
  }

  .paragraph_2.black {
    font-size: 3vw;
    font-weight: 500;
    line-height: 6vw;
  }

  .body {
    aspect-ratio: auto;
    object-fit: fill;
    display: block;
  }

  .case_box02 {
    flex-flow: column;
  }

  .case_ttl {
    text-align: center;
    margin-top: 5vw;
    font-size: 5vw;
    line-height: 8vw;
  }

  .choice_ttl {
    font-size: 5vw;
    line-height: 8vw;
  }

  .case_txt01, .case_txt02 {
    font-size: 3.5vw;
    line-height: 7vw;
  }

  .case_illust {
    width: 30vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .case_box02_left {
    flex-flow: column;
  }

  .case_illust-_left {
    width: 30vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-8 {
    font-size: 4vw;
    line-height: 6vw;
  }

  .paragraph-8.black {
    flex-flow: column;
  }

  .text-span-4 {
    font-size: 3vw;
  }

  .annotation_2 {
    font-size: 3vw;
    line-height: 5vw;
  }

  .paragraph-10 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .contact {
    border-width: 1vw;
  }

  .qa_box {
    border-radius: 3vw;
    margin-top: 3vw;
    padding: 6vw;
    box-shadow: 0 0 3vw #4b4b4b33;
  }

  .q_block {
    border-radius: 8vw;
    width: 10vw;
    height: 10vw;
    font-size: 8vw;
    line-height: 8vw;
  }

  .heading-9 {
    font-size: 6vw;
    line-height: 6vw;
  }

  .qa_paragraph {
    font-size: 3.5vw;
    line-height: 7vw;
  }

  .q_block-copy {
    border-radius: 8vw;
    width: 10vw;
    height: 10vw;
  }

  .qa_heading {
    margin-top: 2vw;
    font-size: 4vw;
    line-height: 6vw;
  }

  .heading-10 {
    margin-top: 10vw;
    font-size: 4vw;
  }

  .heading-11 {
    font-size: 4vw;
    line-height: 6vw;
  }

  .image-22 {
    width: 60vw;
  }

  .heading-12 {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 10vw;
    line-height: 12vw;
  }

  .paragraph-12 {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }

  .paragraph-13 {
    margin-top: 2vw;
    margin-bottom: 0;
    font-size: 3vw;
    line-height: 4vw;
  }

  .text-block-3 {
    padding: 5vw;
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .image-23, .image-24, .image-25 {
    width: 32%;
  }

  .text-span-6 {
    float: none;
    flex-flow: row;
    display: block;
  }

  .text-span-7 {
    float: left;
    display: block;
  }

  .text-span-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-29 {
    width: 80vw;
    max-width: 80vw;
    margin-top: 10vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-30 {
    width: 288vw;
    margin-top: 5vw;
  }

  .image-31 {
    border-radius: 3vw;
    margin-top: 5vw;
    display: block;
  }

  .image-32 {
    width: 80vw;
    margin-bottom: 15vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3vw;
    display: block;
  }

  .image-33 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .image-34, .image-35, .image-36, .image-37 {
    width: 20vw;
  }

  .text-span-9 {
    font-size: 2.5vw;
  }
}

#w-node-_70d0f4d7-942a-3801-814e-9fa47653b38b-9e139a56, #w-node-_17a1dcdc-51bc-f5cf-f402-df0dbe9f2230-9e139a56 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a552f32d-33cb-c1fc-ce8c-ad4667481e4b-9e139a56, #w-node-f96f6823-ad6c-0163-70dc-8ed08810dda4-9e139a56, #w-node-_082a50bc-164d-daf4-c577-7f9aeffe3bee-9e139a56 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e9ddc654-9b4a-d033-2f64-8ca230ef9f9a-9e139a56 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_6b6527ed-92c1-7744-6fd6-3c9be2042025-9e139a56 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971b-87e29718 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971f-87e29718 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29724-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29726-87e29718 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972d-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2972f-87e29718 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29736-87e29718, #w-node-_88a386dd-8f07-0c34-70f0-2d9f87e29738-87e29718 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2973f-87e29718 {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 767px) {
  #w-node-a552f32d-33cb-c1fc-ce8c-ad4667481e4b-9e139a56, #w-node-f96f6823-ad6c-0163-70dc-8ed08810dda4-9e139a56 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f96f6823-ad6c-0163-70dc-8ed08810ddaf-9e139a56 {
    order: -9999;
  }

  #w-node-_082a50bc-164d-daf4-c577-7f9aeffe3bee-9e139a56 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6b6527ed-92c1-7744-6fd6-3c9be2042025-9e139a56 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_70d0f4d7-942a-3801-814e-9fa47653b38b-9e139a56, #w-node-_17a1dcdc-51bc-f5cf-f402-df0dbe9f2230-9e139a56 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


