:root {
  --text: #5f4d5d;
  --price: #b0b0b0;
  --thistle: #ba9fb7;
  --titles-text-thistle-deep: #b99bb6;
  --white: white;
  --pink: #d6bbd3;
  --thistle-medium: #ceb3cb;
  --bg-darker: #b08ead;
  --slider-button: #a78ba4;
  --black: black;
  --lines: #e6e6e6;
  --thistle-dark: #c9adc6;
  --thistle-noble: #d7b7d4;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecheckoutemailinput {
  -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-commerceboldtextblock {
  font-weight: 700;
}

.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-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-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

.w-commerce-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-commerceaddtocartform {
  margin: 0 0 15px;
}

.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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.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-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

.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-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.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-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .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, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--text);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

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

p {
  margin-bottom: 10px;
}

a {
  color: var(--text);
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 22px;
}

li {
  margin-bottom: 2px;
}

figcaption {
  color: var(--price);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.navbar {
  border-top: 4px solid var(--thistle);
  background-color: #fff;
  flex-flow: wrap;
  justify-content: space-around;
  width: 100%;
  height: 120px;
  display: flex;
}

.logoblock {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-right: 3%;
  padding-left: 0;
  transition: opacity .2s;
  display: block;
  position: static;
}

.logoblock:hover {
  opacity: .8;
}

.menu-button {
  z-index: 10;
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5%;
  height: 116px;
  padding-top: 56px;
  transition: opacity .2s;
}

.menu-button:hover {
  opacity: .8;
}

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

.burger-line {
  background-color: var(--titles-text-thistle-deep);
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
}

.content-section {
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.content-section.thistle-medium {
  background-color: var(--white);
  width: 100%;
  max-width: none;
  padding-bottom: 0;
  display: block;
}

.content-section.thistle-medium.none {
  display: block;
}

.content-section.thistle-medium.cms {
  background-image: url('../images/sakura.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content-section.thistle-medium.cms.sabae {
  background-image: linear-gradient(#00000080, #00000080), url('../images/sabae.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: 0;
  display: none;
}

.content-section.thistle-medium.cms.shinseikatsu {
  background-image: none;
  border: 1px #000;
  margin-top: 0;
  padding-bottom: 75px;
  display: block;
}

.content-section.thistle-medium.cms.shinseikatsu.black {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
  display: none;
}

.content-section.thistle-medium.cms.shinseikatsu.campaign, .content-section.thistle-medium.cms.none, .content-section.thistle-medium.forth, .content-section.thistle-medium.challange, .content-section.thistle-medium.campaign {
  display: none;
}

.content-section.thistle-medium.hay-fever {
  padding-top: 0;
}

.content-section.gray {
  background-color: #f3f3f3;
}

.content-section.first {
  z-index: auto;
  background-color: #b0638f;
  background-image: linear-gradient(90deg, #e4007f, #f39800);
  width: 100%;
  max-width: 100%;
  padding: 60px;
  position: relative;
}

.content-section.first.campaign {
  display: none;
}

.content-section.first.hay-fever {
  background-color: #fff0;
  background-image: linear-gradient(#ffffff80, #ffffff80);
  padding: 5vw 0;
}

.content-section.message {
  padding-top: 0;
  padding-bottom: 0;
}

.content-section.message.forth, .content-section.message.campaign {
  display: none;
}

.content-section.message {
  padding-top: 0;
}

.content-section.message.lens {
  width: 100%;
  max-width: 1265px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.content-section.message.lens.campaign, .content-section.message.campaign, .content-section.cms {
  display: none;
}

.content-section.contact_text {
  padding-top: 100px;
  padding-bottom: 25px;
}

.content-section.contact_text.none, .content-section.column.campaign {
  display: none;
}

.content-section.column.hay-fever {
  background-color: #e3f3f2;
}

.content-wrapper {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 0 solid #000;
  width: 100%;
  max-width: 1265px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.content-wrapper._1 {
  display: none;
}

.content-wrapper.contact {
  background-color: #fff0;
  background-image: linear-gradient(#0000, #0000);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 25px;
  display: flex;
}

.content-wrapper.footer {
  background-color: #b0638f;
}

.content-wrapper.none {
  display: none;
}

.content-wrapper.tukaiwake {
  padding-left: 25px;
  padding-right: 25px;
}

.content-wrapper.hay-fever {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: block;
}

.hero-section {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 0;
  position: relative;
}

.hero-section.campaign {
  display: none;
}

.hero-section.chirashi {
  padding: 120px 10px 0;
}

.hero-section.chirashi.hafirst {
  width: 100%;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.slide-nav {
  display: none;
}

.center-box {
  color: var(--titles-text-thistle-deep);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.mini-title {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  object-fit: none;
  color: #9070af;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  display: block;
}

.mini-title.white {
  color: #fff;
  display: none;
}

.mini-title.third {
  color: #000;
  font-size: 20px;
  display: block;
}

.mini-title.third.pc {
  color: #95d0c0;
}

.mini-title.third.pc.photochromic {
  color: #00b9ef;
}

.mini-title.third.pc.polarized {
  color: #8a7861;
}

.mini-title.third.sp {
  display: none;
}

.mini-title.second {
  color: #000;
  font-size: 20px;
  display: block;
}

.mini-title.second.pc.none, .mini-title.second.sp {
  display: none;
}

.mini-title.first {
  color: #000;
  font-size: 20px;
  display: block;
}

.mini-title.first.pc.none, .mini-title.first.sp {
  display: none;
}

.mini-title.forth {
  color: #412010;
}

.mini-title.last {
  color: #e61071;
  font-size: 20px;
}

.mini-title.last.none {
  display: none;
}

.mini-title.last.enkin {
  text-align: center;
  color: #e61071;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
}

.mini-title.last.enkin.sale {
  color: #fff;
  margin-bottom: 0;
}

.mini-title.last.hay-fever {
  color: #00aebb;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
  font-size: 22px;
  line-height: 24px;
  display: flex;
}

.mini-title.big {
  font-size: 20px;
}

.mini-title.big.sp {
  display: none;
}

.intro-paragraph {
  color: var(--text);
  letter-spacing: 0;
  text-transform: none;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
  display: block;
}

.intro-paragraph.white {
  color: var(--white);
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  display: none;
}

.intro-paragraph.secomd, .intro-paragraph.second, .intro-paragraph.third {
  font-size: 16px;
  display: none;
}

.intro-paragraph.forth {
  font-size: 16px;
  display: block;
}

.button {
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  background-color: #40220f;
  border: 1px solid #40220f;
  border-radius: 25px;
  min-width: 110px;
  height: 45px;
  margin-top: 28px;
  margin-left: 15px;
  margin-right: auto;
  padding-top: 15px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  transition-property: background-color, color;
  transition-duration: .2s, .2s;
  transition-timing-function: ease, ease;
}

.button:hover {
  -webkit-text-stroke-color: black;
  color: #40220f;
  background-color: #fff;
}

.button.contact {
  background-color: #fff;
  border-radius: 50px;
  height: 60px;
  margin-top: 0;
  margin-left: auto;
  padding-top: 22px;
  padding-left: 100px;
  padding-right: 100px;
}

.button.contact.pc {
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  color: #fff;
  background-color: #e61071;
  background-clip: border-box;
  border-color: #e61071;
}

.button.contact.pc:hover {
  color: #e61071;
  background-color: #fff;
  border-color: #e61071;
}

.button.contact.pc.totaleye {
  color: #fff;
  background-color: #e61071;
  border-color: #e61071;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 900;
}

.button.contact.pc.totaleye:hover {
  color: #e61071;
  background-color: #fff;
  border-color: #e61071;
}

.button.contact.pc.totaleye.hay-fever {
  background-color: #000;
  min-width: 300px;
}

.button.contact.pc.totaleye.hay-fever:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.button.contact.pc.totaleye.hay-fever.item {
  min-width: 200px;
  height: auto;
  margin-top: 2vw;
  padding: 10px 0 10px 10px;
  font-size: 14px;
  line-height: 14px;
}

.button.contact.pc.sale {
  background-color: #000;
  border-color: #d0020f;
}

.button.contact.pc.sale:hover {
  color: #fff;
}

.button.contact.pc.ctchirashi.green {
  background-color: #007185;
  border-color: #007185;
  margin-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.button.contact.pc.ctchirashi.green:hover {
  color: #007185;
  background-color: #fff;
}

.button.contact.pc.ctchirashi {
  color: #e8c568;
  background-color: #000;
  border-color: #e8c568;
  border-radius: 10px;
  margin-top: 4vw;
  margin-bottom: 4vw;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.button.contact.pc.ctchirashi:hover {
  color: #000;
  background-color: #e8c568;
}

.button.contact.pc.ctchirashi.shop {
  background-color: #fc524c;
  border-color: #fc524c;
  margin-top: 4vw;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.button.contact.pc.ctchirashi.shop:hover {
  color: #fc524c;
  background-color: #fff;
}

.button.contact.pc.ctchirashi.shop.under {
  margin-top: 5vw;
}

.button.contact.pc.ctchirashi.orange {
  background-color: #e86637;
  border-color: #e86637;
  justify-content: center;
  align-items: center;
  min-width: 450px;
  height: 80px;
  padding-top: 10px;
}

.button.contact.pc.ctchirashi.orange:hover {
  color: #e86637;
  background-color: #fff;
}

.button.contact.pc.btn-black-w3 {
  color: #fff;
  background-color: #000;
  border-color: #e8c568;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  padding: 20px 30px;
  display: flex;
}

.button.contact.pc.btn-gold-w {
  color: #000;
  background-color: #e8c568;
  border-color: #e8c568;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 60px;
  font-size: 36px;
  line-height: 40px;
  display: flex;
}

.button.contact.sunglasses {
  text-align: center;
  color: #fff;
  background-color: #95d0c0;
  border-color: #95d0c0;
  max-width: 300px;
  margin-top: 40px;
  margin-left: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.button.contact.sunglasses:hover {
  color: #95d0c0;
  background-color: #fff;
}

.button.contact.sunglasses.photochromic {
  background-color: #00b9ef;
  background-image: linear-gradient(90deg, #009fe3, #8ccaf0);
  border-color: #00b9ef;
}

.button.contact.sunglasses.photochromic:hover {
  color: #00b9ef;
  background-color: #fff;
  background-image: none;
}

.button.contact.sunglasses.polarized {
  background-color: #8a7861;
  border-color: #8a7861;
}

.button.contact.sunglasses.polarized:hover {
  color: #8a7861;
  background-color: #fff;
  border-color: #8a7861;
}

.button.sp {
  display: none;
}

.top-border._20 {
  margin-top: 0;
  display: block;
}

.top-border._20._1, .top-border._20.none, .top-border._20.noen {
  display: none;
}

.top-border._50 {
  margin-top: 50px;
}

.top-border._5 {
  margin-top: 5px;
  display: none;
}

.top-border._40 {
  margin-top: 40px;
  display: block;
}

.top-border._40.second {
  display: none;
}

.top-border.hay-fever {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding-left: 10px;
  display: flex;
}

.flex-space {
  flex-flow: column wrap;
  place-content: space-around center;
  align-items: center;
  display: block;
}

.relative {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-text-box {
  background-color: var(--white);
  text-align: center;
  padding: 23px;
}

.intro-text-box.second {
  background-color: var(--white);
  color: var(--white);
}

.intro-text-box.third {
  background-color: var(--white);
}

.intro-text-box.forth {
  background-color: #412010;
}

.title-link {
  color: #fff;
  text-align: center;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
}

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

.title-link.white {
  color: #000;
}

.text-link {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.image-hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  transition: transform .2s;
}

.image-hover:hover {
  transform: scale(1.05);
}

.intro-box {
  background-color: var(--white);
  width: 30.3%;
  margin-right: 3%;
}

.intro-box.no-border {
  background-color: var(--white);
  margin-right: 0%;
  display: block;
}

.intro-box.no-border.agnis {
  display: block;
}

.h1-white {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 40px;
  line-height: 55px;
  display: none;
}

.h1-white.white {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
}

.h1-white.medium {
  font-size: 40px;
  line-height: 50px;
}

.link-block {
  text-decoration: none;
}

.link-block.pc {
  border: 2px solid #0376c9;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 104px;
  max-width: 104px;
  height: 38px;
  margin-left: 10px;
  padding: 10px;
  display: flex;
}

.link-block.pc.ec {
  background-color: #0376c9;
  min-width: 138px;
  max-width: 138px;
}

.link-block.pc.shop {
  background-color: #fc524c;
  border-color: #fc524c;
}

.underline {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.arrow {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 22px;
  display: none;
}

.nav-menu {
  float: right;
  background-color: #fff;
  width: 403px;
  height: 100vh;
  padding-top: 130px;
  display: none;
  position: fixed;
}

.nav-link {
  color: #40220f;
  height: 96px;
  padding-top: 36px;
  padding-left: 15px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 900;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.nav-link:hover {
  border-bottom: 4px solid #40220f;
}

.nav-link.w--current {
  border-bottom-style: none;
  border-bottom-width: 0;
  border-bottom-color: var(--pink);
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 900;
}

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

.cart-button {
  color: var(--text);
  background-color: #0000;
  justify-content: center;
  width: 75px;
  height: 116px;
  padding-top: 18px;
  transition: opacity .2s;
  display: none;
  position: relative;
}

.cart-button:hover {
  opacity: .8;
}

.cart {
  float: right;
  width: 5%;
  min-width: 75px;
}

.cart-icon {
  margin-right: 3px;
}

.cart-quantity {
  background-color: var(--pink);
  color: #fff;
  margin-left: 0;
  padding-top: 2px;
  font-family: Roboto, sans-serif;
  line-height: 15px;
}

.profile-image {
  background-image: url('../images/アートボード-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 44%;
  min-width: 540px;
  height: 675px;
  display: inline-block;
  position: relative;
  left: 135px;
}

.profile-image.left {
  background-image: url('../images/women.png');
  height: 675px;
  left: -135px;
}

.profile-image.left._2 {
  background-image: url('../images/sports.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.profile-image.rignt2 {
  background-image: url('../images/men.png');
  background-position: 100% 100%;
  background-repeat: repeat;
  background-size: cover;
}

.profile-image._4 {
  background-image: url('../images/アートボード-3.jpg');
}

.flex-center {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding-left: 25px;
  display: flex;
}

.flex-center.sabae {
  width: 100%;
  max-width: 100%;
  display: block;
}

.flex-center.shinseikatsu_flexbox {
  padding-left: 0;
}

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

.flex.hay-fever {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

._50-column {
  width: 50%;
}

.text-block-2 {
  text-align: left;
  width: 80%;
}

.image {
  border: 17px solid #e61071;
}

._50-column-center {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

._50-column-center.mobile-border {
  border-bottom: 0 solid #000;
}

._50-column-center.mobile-border.hay-fever {
  background-color: #fff;
  width: 100%;
  max-width: 100%;
}

.bottom-line {
  border-bottom: 1px solid #e61071;
  padding-bottom: 40px;
}

.bottom-line.none {
  border-bottom-width: 0;
}

.bottom-line.hay-fever {
  border-bottom-style: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.empty-state {
  background-color: #0000;
  font-size: 22px;
}

.collection-item {
  width: 31%;
  margin-bottom: 4%;
  margin-right: 2.2%;
}

.products-details {
  text-align: center;
  padding-top: 10px;
}

.link {
  color: var(--text);
  font-weight: 500;
  text-decoration: none;
}

.price {
  color: var(--price);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.5px;
  text-decoration: none;
}

.price.large {
  color: #fff;
  font-size: 26px;
  line-height: 27.5px;
}

.text-field-4 {
  color: #fff;
  background-color: #0000;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 1px;
  width: 48%;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
}

.text-field-4::placeholder {
  color: #fff;
}

.textarea-2 {
  color: #000;
  background-color: #0000;
  border: 1px solid #fff;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 41px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
}

.textarea-2::placeholder {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.submit-button-3 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  min-width: 210px;
  height: 50px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  transition: background-color .2s, color .2s;
}

.submit-button-3:hover {
  color: var(--titles-text-thistle-deep);
  background-color: #fff;
}

.success-message {
  color: #fff;
  background-color: #0000;
  font-size: 22px;
}

.error-message {
  padding-bottom: 8px;
  font-size: 22px;
}

.form-block {
  width: 51%;
}

.form-block.none {
  display: none;
}

.form-block.shinseikatsu_point {
  width: 100%;
  max-width: 50%;
}

._25-column {
  flex-direction: column;
  justify-content: space-around;
  width: 25%;
  margin-right: 5%;
  display: flex;
}

._25-column.sabae {
  width: 100%;
  max-width: 100%;
  margin-right: 0%;
}

._25-column.shinseikatsu_price {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-right: 0%;
  padding-bottom: 60px;
  display: flex;
}

._25-column.shinseikatsu_price.sale {
  color: var(--white);
}

.contact-link {
  color: #fff;
  font-size: 22.5px;
  text-decoration: none;
}

.mini-title-white {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
}

.text-small {
  font-size: 22.5px;
}

.text-small.white {
  color: #fff;
}

.top-border-2 {
  z-index: 10;
  margin-top: 20px;
  position: relative;
}

.top-border-2._10 {
  margin-top: 10px;
  display: none;
}

.text-field-2 {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--thistle-medium);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 35%;
  height: 60px;
  padding-left: 21px;
  display: none;
}

.text-field-2::placeholder {
  color: var(--titles-text-thistle-deep);
  font-size: 19px;
  font-style: italic;
}

.text-field-2._2 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.success-message-2 {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.submit-button-2 {
  background-color: var(--thistle-medium);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  flex: 1;
  width: 10%;
  height: 60px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  display: none;
}

.flex-2 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

._49-column-2 {
  text-align: center;
  width: 49%;
  max-width: 689px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.perk {
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: #000;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 26%;
  margin-right: 20px;
  display: flex;
}

.perk.tablet-none {
  color: var(--white);
}

.perk-icon {
  background-color: var(--thistle);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  margin-right: 20px;
}

.perk-icon._1 {
  background-color: #0000;
  background-image: url('../images/compras.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border: 3px solid #fff;
  margin-bottom: 10px;
  margin-right: 0;
  padding-bottom: 0;
}

.perk-icon._2 {
  background-color: #ba9fb700;
  background-image: url('../images/entrega.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border: 3px solid #fff;
  margin-bottom: 10px;
  margin-right: 0;
}

.perk-icon._3 {
  background-color: #ba9fb700;
  background-image: url('../images/como.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  border: 3px solid #fff;
  margin-bottom: 10px;
  margin-right: 0;
  padding-right: 0;
}

.text-title {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-white {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 17px;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.perks {
  background-color: #b0638f;
  padding-top: 35px;
  padding-bottom: 35px;
  overflow: hidden;
}

.perks.campaign {
  display: none;
}

.footer {
  background-color: #b0638f;
  padding-top: 0;
}

.footer.campaign {
  background-color: #000;
  padding-top: 35px;
  padding-bottom: 35px;
}

.form-block-2 {
  max-width: 600px;
  margin-bottom: 0;
  display: block;
}

._90-column {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 91%;
  display: flex;
}

.footer-links {
  width: 100%;
  margin-left: 6%;
}

.footer-link {
  color: #fff;
  margin-right: 35px;
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.social-icons {
  flex: 0 auto;
  align-items: center;
  display: none;
}

.social-icon {
  background-color: var(--pink);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-icon:hover {
  background-color: var(--thistle);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: 125px;
}

.social-icon.facebook {
  background-image: url('../images/facebook-logo.svg');
  background-size: 15px;
}

.social-icon.instagram {
  background-image: url('../images/instagram-2.svg');
  background-size: 15px;
}

.social-icon.twitter {
  background-image: url('../images/gorjeo-1.svg');
  background-size: 15px;
}

.footer-notice {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.footer-notice.campaign {
  background-color: #000;
  padding-top: 0;
}

.footer-notice-text {
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.go-up {
  background-color: #fff;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 32.6px;
  height: 30px;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.go-up:hover {
  background-color: var(--white);
  background-image: url('../images/flecha-hacia-arriba.svg');
}

.notice-link {
  color: #fff;
}

.slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 75vh;
  display: block;
  position: static;
}

.slider.hay-fever {
  margin-left: auto;
  margin-right: auto;
}

.slider.season {
  height: 65vh;
  display: block;
}

.hero-image {
  background-image: url('../images/noah-buscher-1118080-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  height: 675px;
  display: none;
  position: relative;
  right: -65px;
}

.hero-image._2 {
  background-image: url('../images/cushion.jpg');
  display: none;
}

.right-arrow {
  background-color: var(--bg-darker);
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  transition: opacity .2s;
  display: none;
}

.right-arrow:hover {
  opacity: .8;
}

.left-arrow {
  background-color: var(--slider-button);
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 50px;
  transition: opacity .2s;
  display: none;
  bottom: 0;
  right: 0;
}

.left-arrow:hover {
  opacity: .8;
}

.hero-flex {
  display: block;
}

.hero-flex.vertical {
  background-color: var(--bg-darker);
  flex-direction: row;
}

.slide {
  z-index: auto;
  margin-top: 0;
  margin-bottom: 70px;
}

.slide.hay-fever {
  width: 100%;
  max-width: 65%;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
}

.slide.season {
  margin-bottom: 0;
}

.hero-text-box {
  z-index: 10;
  background-color: var(--bg-darker);
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  max-width: 440px;
  height: 450px;
  margin-top: 110px;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.text-box {
  z-index: 1;
  background-color: var(--bg-darker);
  background-image: none;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  max-width: 440px;
  height: 450px;
  margin-top: 110px;
  margin-right: 10%;
  padding-left: 5%;
  padding-right: 4%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.text-box.left {
  background-color: #b0638f;
  background-image: linear-gradient(90deg, #e4007f, #f39800);
  background-position: 0 0;
  margin-left: 10%;
  padding-left: 0%;
  padding-right: 0%;
  inset: 0 auto 0 0;
}

.text-box.left._1 {
  background-color: #59738d;
}

.text-box.left._2 {
  background-color: #412010;
}

.text-box._2 {
  color: #facfb1;
  background-color: #b0638f;
  background-image: linear-gradient(90deg, #e4007f, #f39800);
  background-position: 0 0;
  justify-content: center;
  align-items: center;
  padding-left: 0%;
  padding-right: 0%;
}

.text-box._1 {
  background-color: #8a7861;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.flex-grid {
  flex-wrap: wrap;
  display: flex;
}

.footer-notice-box {
  color: var(--black);
  margin-bottom: 0;
  padding-top: 0;
}

.footer-brand.w--current {
  transition: opacity .2s;
}

.footer-brand.w--current:hover {
  opacity: .8;
}

.checkout-button {
  background-color: var(--thistle-medium);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-top: 11px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: opacity .2s;
}

.checkout-button:hover {
  opacity: .8;
}

.remove-button {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}

.remove-button:hover {
  opacity: .8;
}

.product-title {
  font-size: 20px;
}

.cart-quantity-2 {
  width: 40px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.product-image {
  margin-top: 10px;
}

.small-text {
  color: var(--price);
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 21px;
}

.bottom-border._15 {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
  padding-bottom: 8px;
}

.top-line {
  border-top: 1px solid #ddd;
  margin-top: 5px;
  padding-top: 7px;
}

.inner-hero {
  background-color: var(--pink);
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.row {
  margin-bottom: 3%;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.text-link-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  transition: opacity .2s;
}

.text-link-2:hover {
  opacity: .8;
}

.text-link-2.black {
  color: #fff;
  border-bottom-color: #fff;
}

.text-link-2.black-copy {
  color: #000;
  border-bottom-color: #000;
}

.text-link-2.more {
  color: #e61071;
  border-bottom-color: #e61071;
  padding-bottom: 0;
}

.product-slider {
  background-color: #0000;
  flex: 0 auto;
  width: 105%;
  height: auto;
  position: relative;
}

.slide-nav-2 {
  display: none;
  position: relative;
}

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

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

.mini-title-link {
  color: var(--titles-text-thistle-deep);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  transition: opacity .2s;
}

.mini-title-link:hover {
  opacity: .8;
}

.product-description {
  z-index: 10;
  background-color: var(--bg-darker);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: 530px;
  padding: 32px 40px 20px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.required {
  font-size: 16px;
}

.field-label {
  font-size: 18px;
}

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

.input-field {
  border-radius: 0;
  height: 45px;
}

.small-text-2 {
  color: var(--price);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.checkbox {
  margin-top: 3px;
}

.submit-button-4 {
  background-color: var(--thistle-medium);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  flex: 1;
  width: auto;
  height: 60px;
  margin-left: 35px;
  margin-right: 35px;
  padding-top: 23px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.submit-button-4:hover {
  opacity: .8;
}

.checkout-form {
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.contact-info {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  width: 60%;
  max-width: 700px;
  padding-top: 25px;
  padding-bottom: 15px;
}

.ordered-items {
  width: 35%;
  max-width: 700px;
}

.line-item, .extra-item, .line-item-2 {
  align-items: center;
}

.order-confirmation-container {
  background-color: #0000;
}

.block-header {
  border-style: none;
}

.fieldset {
  border-bottom: 1px solid var(--lines);
  padding-bottom: 4%;
  padding-left: 5%;
  padding-right: 5%;
}

.block-content {
  border-style: none;
}

.shipping-method-list {
  border-top: 1px solid var(--lines);
}

.submit-button-5 {
  background-color: var(--thistle-medium);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.submit-button-5:hover {
  opacity: .8;
}

.add-to-cart {
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
}

.quantity {
  color: var(--text);
  width: 55px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.quantity-white {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.error-state {
  background-color: #ffdede;
  font-size: 20px;
}

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

.navbar-2 {
  background-color: #fff;
  border-top: 4px solid #40220f;
  border-bottom: 1px #b6b847;
  width: 100%;
  height: 100px;
  display: flex;
  position: fixed;
  box-shadow: 0 2px 5px #0003;
}

.submit-button-6 {
  background-color: var(--thistle-medium);
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  flex: 1;
  width: auto;
  height: 60px;
  margin-bottom: 0;
  padding-top: 23px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.submit-button-6:hover {
  opacity: .8;
}

.bg-botttom {
  background-color: var(--pink);
  height: 44%;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-top {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/pc_mv.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.bg-top.hay-fever {
  background-image: url('../images/bg.svg');
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-top.season {
  background-image: url('../images/pc_mv_2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 75vw;
  margin-top: 70px;
}

.product-section {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 72px;
  padding-bottom: 100px;
  position: relative;
}

.slider-2 {
  height: 100%;
  position: absolute;
  inset: 0;
}

._100-percent {
  width: 100%;
}

.product-image-large {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 680px;
  margin-bottom: 40px;
}

.paypal {
  margin-left: 35px;
  margin-right: 35px;
}

.country {
  font-size: 20px;
}

.buy-now {
  background-color: var(--black);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding-top: 19px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.buy-now:hover {
  opacity: .8;
}

.second_copy {
  max-width: 60%;
  padding-top: 75px;
  padding-bottom: 75px;
}

.image-2 {
  max-width: 100%;
}

.image-3 {
  text-align: center;
  max-width: 100%;
  padding-top: 20px;
  display: inline-block;
}

.image-3.pc {
  max-width: 90%;
  padding-top: 30px;
}

.image-4 {
  max-width: 100%;
  padding-top: 20px;
}

.image-4.pc {
  max-width: 100%;
  padding-top: 30px;
  display: block;
}

.image-5 {
  max-width: 75%;
  padding-top: 20px;
}

.image-5.pc {
  max-width: 100%;
  padding-top: 30px;
}

.image-6 {
  padding-top: 20px;
}

.paragraph, .paragraph-2 {
  font-size: 16px;
}

.paragraph-2.sp.pc {
  display: block;
}

.paragraph-3 {
  font-size: 16px;
}

.paragraph-3.sp.pc {
  display: block;
}

.image-7 {
  width: 100%;
}

.collection-list-wrapper {
  display: block;
}

.paragraph-4 {
  display: none;
}

.paragraph-4.nav {
  text-align: left;
  color: #0376c9;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-right: 5%;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
}

.paragraph-4.nav.ec, .paragraph-4.nav.shop {
  color: #fff;
}

.image-8 {
  width: 100%;
  max-width: 75%;
  padding-top: 0;
  padding-bottom: 0;
}

.image-9 {
  max-width: 70%;
  padding-top: 0;
  padding-bottom: 0;
}

.image-9.nav {
  width: 100%;
  max-width: 14px;
  margin-right: 5%;
}

.last.none {
  display: none;
}

.image-10 {
  width: 100%;
  max-width: 224px;
  margin-right: 3%;
  display: block;
}

.image-11 {
  max-width: 70%;
}

.mini-title-copy {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  object-fit: none;
  color: #9070af;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  display: block;
}

.mini-title-copy.white {
  color: #fff;
  display: none;
}

.mini-title-copy.third, .mini-title-copy.second {
  color: #000;
}

.mini-title-copy.first {
  color: #facfb1;
}

.mini-title-copy.forth {
  color: #412010;
}

.mini-title-copy.last {
  color: #9070af;
  font-size: 20px;
}

.mini-title-copy.last.none {
  display: none;
}

.image-12 {
  text-align: center;
  width: 100%;
  max-width: none;
}

.image-12.sp {
  display: none;
}

.image-13, .image-14 {
  max-width: 90%;
}

.image-14.nav {
  max-width: 8px;
}

.image-15 {
  max-width: 70%;
}

.image-15.nav {
  width: 100%;
  max-width: 100%;
}

.image-16 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-17, .image-18 {
  max-width: 70%;
}

.white {
  -webkit-text-stroke-color: var(--white);
  -webkit-text-fill-color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
}

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

.link-block-2 {
  width: 100%;
  max-width: 100%;
}

.image-19 {
  width: 100%;
  max-width: 50%;
}

.link-block-3, .link-block-4 {
  width: 100%;
  max-width: 100%;
}

.link-block-5 {
  width: 100%;
  max-width: 100%;
  display: block;
}

.link-block-5.nav {
  width: 165px;
  margin-right: 5vw;
}

.link-block-6 {
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
}

.link-block-7, .link-block-8 {
  width: 100%;
  max-width: 100%;
}

.link-block-9 {
  width: 100%;
  max-width: 100%;
  padding-top: 10px;
}

.link-block-10, .link-block-11 {
  width: 100%;
  max-width: 100%;
}

.image-20 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.image-20.sabae {
  align-self: center;
  width: 100%;
  max-width: 65%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: static;
}

.image-20.shinseikatsu_price_img {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0%;
  padding-right: 0%;
}

.image-20.shinseikatsu_price_img.pc {
  display: block;
}

.image-20.shinseikatsu_price_img.pc.sale {
  box-shadow: none;
  margin-top: 75px;
}

.image-20.shinseikatsu_price_img.sp {
  display: none;
}

.image-21 {
  flex: 0 auto;
  align-self: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.image-21.none {
  display: none;
}

.image-21.shinseikatsu_img {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2%;
}

.image-22 {
  max-width: 90%;
  display: block;
}

.image-23 {
  padding-bottom: 40px;
}

.image-24.sp, .image-25, .image-26.sp, .image-27.sp {
  display: none;
}

.image-28 {
  max-width: 70%;
}

.image-29.sp {
  display: none;
}

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

.mask {
  margin-top: 0;
  position: static;
}

.mask.hay-fever {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-30 {
  width: 100%;
  max-width: 42%;
  margin-right: 0;
  padding-right: 30px;
  display: block;
}

.image-31 {
  width: 100%;
  max-width: 70%;
  padding-left: 70px;
  padding-right: 0;
  display: block;
}

.image-31.sp {
  display: none;
}

.image-31.pc {
  max-width: 58%;
  padding-left: 40px;
}

.flex-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.link-block-13 {
  width: 100%;
  max-width: 90%;
}

.image-32 {
  width: 100%;
  max-width: 90%;
  margin-top: -60px;
}

.sunglasses {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 30px;
}

.sunglasses.photochromic {
  flex-flow: row-reverse wrap-reverse;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: none;
}

.sunglasses.first {
  flex-flow: row-reverse;
  display: none;
}

.sunglasses.polarized {
  display: none;
}

.paragraph-5 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
}

.div-block-6 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-6.photochromic {
  padding-left: 40px;
}

.div-block-7 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-block-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-block-2.pc {
  text-align: left;
  margin-top: -20px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.flex-block-2.pc.under {
  padding-top: 0;
  padding-bottom: 40px;
}

.flex-block-2.sp {
  display: none;
}

.div-block-8 {
  text-align: left;
  max-width: 85%;
}

.image-33 {
  width: 100%;
  max-width: 17%;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.image-34 {
  width: 100%;
  max-width: 17%;
  margin-left: 0;
  margin-right: 10px;
}

.image-35, .image-36 {
  width: 100%;
  max-width: 17%;
  margin-right: 10px;
}

.image-37 {
  max-width: 17%;
}

.div-block-9 {
  text-align: center;
  vertical-align: baseline;
  width: 100%;
  max-width: 80%;
  display: block;
}

.image-38 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section {
  width: 100%;
  max-width: 1265px;
}

.section.ctchirashi {
  background-image: linear-gradient(#000, #000), url('../images/yellowBG.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  max-width: 100%;
  padding-bottom: 6vw;
}

.section.ctchirashi.under {
  background-image: url('../images/blueBG.png');
}

.image-39 {
  text-align: left;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-bottom: 40px;
  display: block;
}

.div-block-10 {
  text-align: center;
  width: 100%;
  max-width: 50%;
}

.div-block-10.sp {
  display: none;
}

.div-block-10.nav.pc {
  justify-content: flex-end;
  align-items: center;
  max-width: 30%;
  display: flex;
}

.image-40, .image-41 {
  max-width: 30%;
  display: block;
}

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

.image-42 {
  max-width: 30%;
}

.flex-block-3 {
  display: none;
}

.image-43 {
  max-width: 100%;
  margin-left: auto;
}

.paragraph-6 {
  color: #000;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-7 {
  color: var(--white);
  padding-top: 20px;
  font-family: Open Sans, sans-serif;
}

.image-44 {
  width: 100%;
  max-width: 70%;
}

.navigation-bar {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: flex;
  position: fixed;
  box-shadow: 0 4px 4px #0003;
}

.container-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

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

.ec {
  display: none;
}

.shop {
  display: none;
  overflow: visible;
}

.paragraph-8 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.navigation-menu {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: inline-flex;
}

.list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.dropdown {
  display: inline-block;
}

.list-item {
  margin-bottom: 0;
}

.dropdown-toggle-3 {
  justify-content: space-between;
  align-items: stretch;
  padding: 10px 15px 8px;
  display: flex;
}

.icon-2 {
  display: block;
}

.icon-2.sp {
  display: none;
}

.text-block {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.dropdown-list-2 {
  background-color: #fff;
  display: none;
}

.flex-block-9.sp {
  display: none;
}

.flex-block-6 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 30%;
}

.sp {
  display: none;
}

.pcnav {
  background-color: #fff;
  width: 100vw;
  margin-top: 15px;
}

.flex-block-11.nav {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 137vw;
  min-width: auto;
  max-width: none;
  margin-left: -37vw;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25vw;
  position: absolute;
  box-shadow: inset 0 3px 3px #0003;
}

.flex-block-11.nav.contact {
  padding-left: 37vw;
}

.flex-block-11.nav.service {
  width: 150vw;
  margin-left: -50vw;
}

.div-block-14.nav {
  width: 223px;
  max-width: 100%;
  margin-right: 5vw;
}

.flex-block-10.nav {
  justify-content: space-between;
  align-items: center;
}

.paragraph-9.nav {
  color: var(--black);
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.flex-block-8.nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-right: 5%;
  display: flex;
}

.dropdown-link.nav {
  color: var(--black);
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  position: relative;
}

.navigation-link.ear {
  color: var(--black);
  width: 75px;
  padding: 10px 15px 8px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  display: block;
}

.navigation-link.contents {
  color: var(--black);
  width: 160px;
  padding: 10px 15px 8px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  display: none;
}

.attention {
  opacity: .7;
  color: var(--black);
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.attention.sale {
  color: var(--white);
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 40px;
  padding-right: 40px;
  font-size: 10px;
}

.attention.ctchirashi {
  padding-top: 20px;
  font-size: 14px;
  line-height: 21px;
}

.image-45 {
  display: block;
}

.enkin_btn {
  color: #004f97;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.image-46 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-10 {
  color: var(--black);
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  line-height: 42px;
}

.heading-5 {
  color: var(--black);
  font-family: Noto Sans JP, sans-serif;
}

.heading-5.hay-fever {
  margin-top: 0;
  margin-bottom: 0;
}

.hay-fever-title {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.tree {
  padding-left: 10px;
  padding-right: 10px;
}

.hay-fever-section {
  background-color: #fcf8dd;
  padding-top: 5vw;
  padding-bottom: 0;
}

.hay-fever-content {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  max-width: 1200px;
  padding: 2vw 0 5vw;
}

.paragraph-11 {
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  margin-bottom: 0;
  padding-top: 3vw;
  padding-bottom: 3vw;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-16 {
  background-color: #07b8df;
  border-radius: 8px;
}

.flex-block-12 {
  justify-content: space-around;
  align-items: center;
  padding-top: 3vw;
}

.flex-block-12.under {
  padding-top: 0;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  padding-left: 3vw;
  padding-right: 3vw;
}

.paragraph-12 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-12.hay-fever {
  margin-bottom: 0;
}

.paragraph-13 {
  color: var(--black);
  margin-bottom: 2vw;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-13.hay-fever {
  margin-bottom: 1vw;
}

.div-block-18 {
  border: 3px solid #07b8df;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 2vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
}

.div-block-19 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.border {
  background-color: #07b8df;
  border: 1px #000;
  height: 1px;
  margin-top: 5vw;
  margin-bottom: 3vw;
}

.div-block-20 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 5vw;
  padding-bottom: 8vw;
  display: flex;
}

.div-block-20.hay-fever.under {
  padding-bottom: 0;
}

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.paragraph-14 {
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  margin-bottom: 1vw;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.hay-fever-block {
  background-color: #fff;
  width: 100%;
  max-width: 43%;
  margin-left: 3vw;
  margin-right: 3vw;
  padding: 3vw;
}

.image-47 {
  width: 100%;
  max-width: 40%;
}

.image-48 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sub_hay-fever {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2vw;
  display: block;
}

.sub_hay-fever.sp {
  display: none;
}

.image-49 {
  width: 100%;
}

.paragraph-15 {
  text-align: right;
  margin-bottom: 0;
  padding-top: 3vw;
  padding-right: 3vw;
  font-size: 12px;
  line-height: 12px;
}

.heading-6 {
  opacity: 0;
  position: absolute;
}

.heading-6.ct {
  margin: 0;
}

.chirasiimg {
  width: 100%;
  padding: 10px 0 0;
  font-size: 40px;
  line-height: 40px;
  display: block;
}

.chirasiimg.top {
  padding-top: 10px;
}

.chirasiimg.last {
  padding: 10px 20px;
}

.chirasiimg.first {
  padding-top: 5px;
}

.chirasiimg.first.hafirst {
  padding: 0;
  position: static;
}

.chirasiimg.first.hafirst._33 {
  z-index: -1;
  padding: 10px 10px 20px;
  position: static;
}

.chirasiimg.half {
  max-width: 50%;
}

.chirasiimg.middle {
  margin-bottom: 0;
  padding: 0;
}

.chirasiimg.middle.last {
  padding-top: 0;
}

.chirasiimg.firstlast {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: static;
}

.chirashilink {
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.chirashilink.last {
  padding: 0;
}

.chirashilink.half {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 50%;
  height: 300px;
  padding-left: 0;
  padding-right: 0;
  display: inline;
}

.chirashilink.half.left {
  padding-left: 5px;
}

.chirashilink.half.right {
  padding-right: 5px;
}

.chirashilink.left2 {
  max-width: 73%;
  padding-right: 0;
}

.chirashilink.right2 {
  max-width: 27%;
  padding-left: 0;
}

.chirashilink.title {
  max-width: 30%;
}

.chirashilink.pierrecardin {
  max-width: 40%;
  padding-left: 0;
  padding-right: 0;
}

.chirashilink.pluseeyecae {
  max-width: 60%;
}

.chirashilink.enkin {
  padding-left: 0;
}

.chirashilink.copy {
  padding-top: 1.4vw;
  padding-bottom: 1.4vw;
}

.chirashilink.head {
  padding: 5px 10px 5px 20px;
}

.chirashilink.visit {
  padding-top: 5px;
  padding-bottom: 5px;
}

.chirashiblock {
  border: 1px solid #000;
  width: 100%;
  max-width: 1156px;
  margin: 0 auto 60px;
  padding: 0;
  position: relative;
}

.chirashiblock.ura {
  padding-top: 0;
  padding-bottom: 5px;
}

.chirashiblock.ura.pc {
  padding-bottom: 0;
  position: relative;
}

.chirashiblock.pc {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-style: solid;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  padding-bottom: 0;
  display: flex;
}

.div-block-22 {
  background-color: #000;
  padding: 5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.paragraph-16 {
  color: var(--white);
  margin-bottom: 0;
  padding: 0;
  line-height: 24px;
}

.flex-block-14 {
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  display: block;
}

.flex-block-15 {
  display: block;
}

.container-5 {
  width: 100%;
  max-width: 85%;
  padding-top: 10vw;
  padding-bottom: 0;
}

.container-5.under {
  padding-top: 6vw;
}

.container-5.ctchirashi {
  padding-top: 0;
}

.ctchirashi_btn_block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block-16 {
  background-color: #eaf3f6;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: 85%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vw;
  padding-bottom: 5vw;
  display: none;
}

.image-56 {
  padding-top: 0;
}

.image-56.pc {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-56.sp {
  display: block;
}

.div-block-23 {
  background-color: #fff;
  padding: 5vw;
}

.div-block-23.up {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 6vw 6vw 8vw;
  display: flex;
}

.div-block-23.down {
  padding: 0 6vw 6vw;
}

.ctchirashi_btn_title {
  width: 100%;
  max-width: 200px;
  padding-bottom: 20px;
}

.ctchirashi_btn_title.right {
  max-width: 500px;
}

.paragraph-17 {
  letter-spacing: 3px;
  color: #fff;
  margin-bottom: 0;
  padding-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 42px;
}

.image-57 {
  z-index: -1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-57.orange {
  inset: auto 0% 0% auto;
}

.div-block-24 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.paragraph-18 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-25 {
  background-color: #f09400;
  background-image: url('../images/ribon.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 401px;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 70px;
  display: flex;
}

.link-2 {
  color: var(--black);
  text-align: left;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: underline;
  display: block;
}

.link-2.men {
  text-align: right;
  padding-left: 0;
}

.div-block-26 {
  width: 100%;
}

.paragraph-19 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1.5px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.paragraph-19.pc {
  line-height: 40px;
}

.section-2 {
  background-image: linear-gradient(90deg, #e4007f, #f39800);
  padding: 40px 60px;
}

.section-2.season {
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-20 {
  color: var(--black);
  margin-bottom: 2vw;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

.image-59 {
  padding-top: 68px;
  display: block;
}

.image-59.pc {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3vw;
}

.image-59.sp {
  display: none;
}

.div-block-27 {
  z-index: -1;
}

.div-block-27.under {
  position: static;
}

.link-3 {
  opacity: .97;
  width: 100%;
  max-width: 200px;
  height: 30px;
  font-size: 16px;
  position: absolute;
  inset: auto 0% 0% 49%;
}

.button-2 {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: auto 0% 41%;
}

.subblock {
  width: 100%;
  max-width: 70%;
}

.flex-block-17 {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 5px;
}

.flex-block-18 {
  justify-content: center;
  align-items: center;
}

.button-3 {
  opacity: 0;
  width: 100%;
  max-width: 30%;
  height: 28%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-28 {
  padding-top: 68px;
  padding-bottom: 3vw;
  position: relative;
}

.image-60 {
  width: 100%;
  max-width: 23%;
  display: block;
  position: absolute;
  inset: auto 5% 13% auto;
}

.link-block-14 {
  width: 100%;
  max-width: 100%;
  height: 20%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.chirashi_h1 {
  color: var(--black);
  text-align: center;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
}

.link-block-15 {
  width: 100%;
  max-width: 100%;
  height: 50%;
  margin-top: 15vw;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.flex-block-19 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: -200px;
  position: static;
  inset: auto auto 0% 0%;
}

.button-4 {
  opacity: 0;
  width: 100%;
  max-width: 50%;
  height: 200px;
  display: block;
}

.button-5 {
  opacity: 0;
  width: 100%;
  max-width: 43%;
  height: 200px;
  margin-top: -200px;
  margin-left: auto;
  display: flex;
}

.button-6 {
  margin-left: auto;
  display: block;
}

.button-7 {
  opacity: 0;
  width: 100%;
  max-width: 30%;
  height: 150px;
  margin-top: -150px;
  margin-left: auto;
  display: block;
}

.button-7.left {
  width: 450px;
  max-width: 40%;
  margin-left: 60px;
  margin-right: auto;
  position: absolute;
}

.button-7.left.top {
  max-width: 30%;
}

.button-7.right {
  max-width: 40%;
  height: 200px;
  margin-top: -200px;
  margin-left: 570px;
  margin-right: 0;
  position: absolute;
}

.button-7.left-copy {
  max-width: 50%;
  margin-top: -160px;
  margin-left: 0;
  margin-right: auto;
  position: absolute;
}

.button-7.left-copy.top {
  max-width: 30%;
}

.link-block-16 {
  background-color: #351f8f;
  position: static;
  inset: auto auto 0% 0%;
}

.link-block-17 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-29 {
  border: 1px #1d1d1d;
  justify-content: center;
  align-items: center;
  margin: 10px;
  display: block;
}

.div-block-30, .link-block-18 {
  border: 1px solid #ccc;
}

.link-block-18.column-2 {
  flex-flow: column;
  justify-content: space-around;
  width: 50%;
  display: flex;
}

.link-block-19 {
  border: 1px solid #ccc;
  width: 50%;
}

.link-block--01 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #ccc;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: calc(50% - 10px);
  display: flex;
}

.link-block--01.first {
  margin-right: 20px;
}

.text-block-3 {
  color: var(--black);
  border: 1px solid #000;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  padding: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  display: flex;
}

.text-block-3:hover {
  color: var(--white);
  background-color: #0476c9;
  border-color: #111431;
}

.text-block-4 {
  color: var(--black);
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
}

.heading-7 {
  color: var(--black);
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.text-block-5 {
  color: var(--black);
  font-family: Noto Sans JP, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.section-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.link-block-20 {
  margin-bottom: 20px;
}

.heading-8 {
  color: var(--black);
  font-size: 28px;
}

.heading-8.none {
  display: none;
}

.container-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.container-6.none, .none {
  display: none;
}

.div-block-31 {
  background-color: #fff;
}

.flex-block-20, .flex-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.image-61 {
  width: 100%;
}

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

.flex-block-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex-block-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.container-7 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.flex-block-24 {
  width: 100%;
  max-width: 650px;
}

@media screen and (min-width: 1920px) {
  .content-section.thistle-medium.cms.shinseikatsu {
    border-top-style: none;
  }

  .content-wrapper.tukaiwake, .content-wrapper.season {
    max-width: 1600px;
  }

  .hero-section.chirashi.hafirst {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .mini-title.last {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .mini-title.last.enkin {
    font-size: 28px;
  }

  .mini-title.last.hay-fever {
    font-size: 30px;
    line-height: 30px;
  }

  .button.contact.pc {
    height: 80px;
    padding-top: 30px;
    font-size: 20px;
    line-height: 20px;
  }

  .button.contact.pc.totaleye.hay-fever {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    height: 80px;
    padding-top: 0;
    font-size: 24px;
    display: flex;
  }

  .button.contact.pc.totaleye.hay-fever.item {
    min-width: 100%;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 20px;
  }

  .button.contact.pc.ctchirashi.green {
    height: 80px;
    padding-top: 32px;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 21px;
    line-height: 21px;
  }

  .button.contact.pc.ctchirashi.shop {
    height: 80px;
    padding-top: 32px;
    padding-left: 120px;
    padding-right: 120px;
    font-size: 21px;
    line-height: 21px;
  }

  .button.contact.pc.ctchirashi.shop.under {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 80px;
    padding-top: 10px;
    padding-left: 120px;
    padding-right: 120px;
    font-size: 21px;
    display: flex;
  }

  .button.contact.pc.btn-black-w3 {
    color: #fff;
    background-color: #000;
    border-color: #e8c568;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 33.3%;
    padding: 20px 30px;
    display: flex;
  }

  .button.contact.pc.btn-gold-w {
    color: #000;
    background-color: #e8c568;
    border-color: #e8c568;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 36px;
    display: flex;
  }

  .flex.hay-fever {
    flex-flow: row;
  }

  .image {
    width: 100%;
  }

  .slider.hay-fever {
    max-width: 100%;
    height: 75vh;
  }

  .slide.hay-fever {
    margin-top: 12vw;
  }

  .text-link-2.black {
    font-size: 16px;
  }

  .paragraph-2.sp.pc {
    font-family: Noto Sans JP, sans-serif;
    font-size: 20px;
    line-height: 35px;
  }

  .paragraph-3.sp.pc {
    font-size: 20px;
    line-height: 35px;
  }

  .image-23 {
    padding-top: 20px;
  }

  .attention.ctchirashi {
    font-size: 18px;
    line-height: 27px;
  }

  .image-46.hay-fever {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-10.hay-fever {
    margin-bottom: 1vw;
  }

  .paragraph-10.hay-fever.under {
    margin-bottom: 0;
  }

  .heading-5.hay-fever {
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 45px;
  }

  .hay-fever-content {
    max-width: 75vw;
    padding-bottom: 3vw;
  }

  .paragraph-11 {
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 45px;
  }

  .paragraph-12.hay-fever {
    font-size: 18px;
  }

  .paragraph-13.hay-fever {
    font-size: 30px;
    line-height: 30px;
  }

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

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

  .image-50.hay-fever {
    width: 100%;
    max-width: 80%;
    display: block;
  }

  .paragraph-15 {
    font-size: 18px;
  }

  .image-54, .image-55 {
    width: 100%;
  }

  .chirashiblock {
    max-width: 85%;
  }

  .chirashiblock.pc {
    max-width: 1500px;
  }

  .container-5 {
    padding-top: 7vw;
  }

  .image-56.pc {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-23 {
    font-size: 20px;
  }

  .div-block-23.up {
    padding: 5vw;
  }

  .ctchirashi_btn_title {
    max-width: 300px;
  }

  .ctchirashi_btn_title.right {
    max-width: 700px;
  }

  .paragraph-17 {
    font-size: 30px;
  }

  .div-block-25 {
    background-size: 500px;
    height: 80px;
  }

  .link-2.men {
    font-size: 18px;
    line-height: 18px;
  }

  .image-58 {
    padding-left: 20px;
  }

  .paragraph-19 {
    font-size: 24px;
    line-height: 40px;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .code {
    font-size: 18px;
    line-height: 18px;
  }

  .paragraph-20 {
    font-size: 30px;
  }

  .image-59.pc {
    padding-top: 3vw;
  }

  .flex-block-23 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-7 {
    width: 100%;
    max-width: 100%;
  }

  .btn-black-w3 {
    background-color: #030303;
    border: 1px solid #e8c568;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 33.3%;
    height: 80px;
    padding: 20px 30px;
    display: flex;
  }

  .btn-black-w3:hover {
    color: var(--black);
    background-color: #e8c568;
    border-color: #000;
  }
}

@media screen and (max-width: 991px) {
  .logoblock {
    padding-left: 0;
  }

  .menu-button {
    float: right;
    width: auto;
    height: auto;
    padding: 0;
  }

  .content-section.thistle-medium.cms {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-section.thistle-medium.cms.shinseikatsu {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .content-section.first {
    padding: 40px;
  }

  .content-section.message {
    padding-bottom: 0;
  }

  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper.contact {
    padding-left: 0;
  }

  .content-wrapper.tukaiwake {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-section.chirashi {
    padding-top: 100px;
  }

  .center-box {
    width: 100%;
  }

  .mini-title.last {
    font-size: 20px;
  }

  .mini-title.last.enkin {
    font-size: 20px;
    line-height: 20px;
  }

  .mini-title.last.enkin.sale.sp {
    display: none;
  }

  .mini-title.last.hay-fever {
    font-size: 18px;
  }

  .mini-title.last.season {
    font-size: 16px;
  }

  .button {
    margin-bottom: 28px;
  }

  .button.contact.pc {
    margin-bottom: 0;
    font-size: 14px;
  }

  .button.contact.pc.totaleye.hay-fever.item {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    font-size: 12px;
  }

  .button.contact.pc.ctchirashi.green {
    background-color: #007185;
    border-color: #007185;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .button.contact.pc.ctchirashi.green:hover {
    color: #007185;
    background-color: #fff;
  }

  .button.contact.pc.ctchirashi {
    margin-top: 0;
  }

  .button.contact.pc.ctchirashi.shop {
    background-color: #fc524c;
    border-color: #fc524c;
    margin-bottom: 6vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .button.contact.pc.ctchirashi.shop:hover {
    color: #fc524c;
    background-color: #fff;
  }

  .button.contact.pc.ctchirashi.shop.under {
    margin-top: 6vw;
  }

  .button.contact.sunglasses {
    margin-bottom: 0;
    font-size: 14px;
  }

  .button.contact.sunglasses.photochromic, .button.contact.sunglasses.polarized {
    margin-bottom: 0;
  }

  .top-border.hay-fever {
    max-width: 100%;
  }

  .nav-link {
    height: 70px;
    padding-top: 20px;
  }

  .cart {
    z-index: 100;
    float: right;
  }

  .profile-image {
    min-width: 420px;
  }

  .profile-image.left {
    height: 500px;
  }

  .profile-image.left._2 {
    background-image: url('../images/sports.jpg');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .profile-image.rignt2 {
    background-image: url('../images/men.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    height: 500px;
  }

  .flex-center.reverse {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .flex {
    margin-right: 0;
  }

  ._50-column {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image {
    border-width: 10px;
  }

  .form-block.shinseikatsu_point {
    margin-left: 0;
    margin-right: auto;
  }

  ._25-column {
    justify-content: space-around;
    align-items: center;
    width: 35%;
  }

  ._25-column.shinseikatsu_price {
    margin-right: 0%;
    padding-bottom: 50px;
  }

  ._49-column-2 {
    width: 80%;
  }

  .perk {
    width: 25%;
  }

  .perk.tablet-none {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._90-column, .footer-notice {
    padding-left: 10px;
  }

  .slider {
    height: 420px;
  }

  .slider.hay-fever {
    height: 300px;
  }

  .hero-flex, .hero-flex.vertical {
    flex-direction: column;
  }

  .slide.hay-fever {
    margin-top: 110px;
  }

  .hero-text-box, .text-box {
    width: 45%;
    margin-right: 5%;
  }

  .text-box.left {
    height: 500px;
    margin-top: 0;
    margin-left: 0%;
  }

  .text-box._2 {
    height: 500px;
    margin-top: 0;
    margin-right: 0%;
    display: flex;
  }

  .text-box._1 {
    height: 500px;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 5%;
  }

  .product-slider {
    width: 100%;
    height: 450px;
  }

  .product-slide {
    height: 450px;
  }

  .product-description {
    width: 100%;
    max-width: 100%;
    min-height: 430px;
    position: relative;
  }

  .checkout-form {
    justify-content: center;
  }

  .contact-info {
    width: 100%;
    margin-bottom: 40px;
  }

  .ordered-items {
    width: 100%;
  }

  .navbar-2 {
    height: 80px;
  }

  .icon {
    color: #0376c9;
    margin-top: 0;
    padding-top: 0;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .bg-top {
    background-color: var(--white);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
  }

  .bg-top.season {
    background-image: url('../images/mv_sp_1.jpg'), url('../images/pc_mv_1.jpg');
    background-position: 50% 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
    background-attachment: scroll, scroll;
    margin-top: 54px;
  }

  .second_copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-2.sp.pc.season, .paragraph-3.sp.pc.season {
    font-size: 14px;
    line-height: 28px;
  }

  .image-10.nav {
    max-width: 16px;
    margin-right: 5px;
  }

  .image-10.logo.nav {
    max-width: 105px;
    margin-right: 5%;
  }

  .image-11.nav {
    width: 100%;
    max-width: 8px;
  }

  .image-12.sp {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .white {
    font-size: 16px;
    line-height: 24px;
  }

  .link-block-2.nav {
    max-width: 35px;
    margin-left: 13px;
    margin-right: 13px;
  }

  .link-block-3.nav {
    max-width: 50px;
    margin-left: 13px;
    margin-right: 13px;
  }

  .link-block-4.nav {
    max-width: 35px;
    margin-left: 13px;
    margin-right: 13px;
  }

  .link-block-6, .link-block-9 {
    padding-top: 5px;
  }

  .image-20 {
    max-width: 80%;
  }

  .image-20.sabae {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-20.shinseikatsu_price_img {
    margin-left: auto;
    margin-right: 2%;
  }

  .image-20.season.sp {
    display: none;
  }

  .image-21 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .image-21.shinseikatsu_img {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0%;
  }

  .image-22 {
    max-width: 80%;
  }

  .div-block-5 {
    padding-bottom: 40px;
  }

  .image-30 {
    width: 100%;
    margin-right: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .image-31 {
    max-width: 80%;
    padding-left: 0;
  }

  .image-31.pc {
    padding-left: 0;
  }

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

  .sunglasses, .sunglasses.photochromic {
    padding-bottom: 0;
  }

  .image-33, .image-34, .image-35, .image-36, .image-37 {
    max-width: 17%;
  }

  .section.ctchirashi {
    padding-top: 0;
    padding-bottom: 8vw;
  }

  .div-block-10.nav.pc {
    display: none;
  }

  .paragraph-7.nav {
    color: var(--black);
    margin-bottom: 0;
    padding: 0;
    font-family: Noto Sans JP, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
  }

  .navigation-bar {
    padding: 0;
    box-shadow: 0 4px 4px #0003;
  }

  .container-4 {
    padding: 15px;
  }

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

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

  .ec.sp {
    margin-right: 10px;
    display: flex;
  }

  .shop {
    display: block;
  }

  .shop.sp.nav {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navigation-menu {
    background-color: #ecf2f6;
    flex-flow: column;
    height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    overflow: auto;
    box-shadow: inset 0 4px 4px #0003;
  }

  .list {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 40px;
    overflow: auto;
  }

  .list-item {
    border-bottom: 1px solid #000;
    width: 100%;
    max-width: 100%;
  }

  .dropdown-toggle-3 {
    z-index: 1;
    padding: 15px 0;
  }

  .icon-2.sp {
    width: auto;
    max-width: none;
    margin-right: 0;
    font-size: 16px;
    line-height: 20px;
    display: block;
  }

  .text-block {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    line-height: 24px;
  }

  .flex-block-9.sp {
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .sp {
    display: block;
  }

  .pcnav {
    display: none;
  }

  .flex-block-8.nav {
    background-color: #ecf2f6;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
  }

  .flex-block-8.nav.last {
    margin-bottom: 30px;
  }

  .navigation-link.ear {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
    line-height: 24px;
    text-decoration: none;
    display: flex;
  }

  .navigation-link.contents {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    padding: 15px 0;
    line-height: 24px;
    display: flex;
  }

  .dropdown-link-2.nav {
    color: var(--black);
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    position: relative;
  }

  .attention.sale.sp {
    display: none;
  }

  .attention.ctchirashi {
    font-size: 12px;
    line-height: 18px;
  }

  .image-46.hay-fever {
    width: 100%;
    max-width: 85%;
  }

  .paragraph-10.hay-fever {
    font-size: 18px;
    line-height: 27px;
  }

  .paragraph-10.hay-fever.under {
    margin-bottom: 0;
  }

  .paragraph-10.hay-fever.under.sp {
    display: none;
  }

  .paragraph-11 {
    font-size: 24px;
    line-height: 24px;
  }

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

  .paragraph-13.hay-fever {
    font-size: 20px;
    line-height: 20px;
  }

  .hay-fever-block {
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .image-50 {
    width: 100%;
    max-width: 85%;
  }

  .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .chirashiblock.ura.sp, .chirashiblock.sp {
    display: none;
  }

  .container-5 {
    background-color: var(--white);
    margin-top: 8vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-5.under {
    margin-top: 0;
    padding-top: 0;
  }

  .container-5.ctchirashi {
    margin-top: 0;
  }

  .ctchirashi_btn_block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    line-height: 18px;
    display: flex;
  }

  .flex-block-16 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-56.pc {
    padding-bottom: 8vw;
  }

  .image-56.sp {
    display: none;
  }

  .div-block-23 {
    padding-bottom: 0;
  }

  .div-block-23.up {
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .ctchirashi_btn_title {
    max-width: 250px;
  }

  .ctchirashi_btn_title.right {
    max-width: 60%;
    padding-top: 0;
    display: block;
  }

  .ctchirashi_btn_title.shop {
    display: none;
  }

  .paragraph-17 {
    font-size: 24px;
    line-height: 38px;
  }

  .paragraph-17.season.sp {
    display: none;
  }

  .div-block-25 {
    margin-top: 54px;
  }

  .link-2 {
    padding-left: 40px;
  }

  .link-2.men {
    padding-right: 40px;
    font-size: 14px;
    line-height: 14px;
  }

  .paragraph-19 {
    font-size: 18px;
  }

  .paragraph-19.sp {
    display: none;
  }

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

  .code {
    font-size: 14px;
    line-height: 14px;
  }

  .image-59 {
    padding-top: 54px;
  }

  .chirashi_h1 {
    padding-top: 0;
    font-size: 24px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    justify-content: flex-end;
  }

  .logoblock {
    height: auto;
  }

  .content-section.thistle-medium {
    flex-flow: column;
    padding-top: 75px;
    padding-bottom: 0;
    display: block;
  }

  .content-section.thistle-medium.cms.shinseikatsu {
    padding-bottom: 50px;
  }

  .content-section.thistle-medium.cms.shinseikatsu.black {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-section.first {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.column {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
  }

  .content-section.column.hay-fever {
    margin-left: auto;
    margin-right: auto;
    padding-top: 8vw;
  }

  .content-wrapper {
    max-width: 100%;
    display: block;
  }

  .content-wrapper.footer {
    padding-left: 0;
  }

  .content-wrapper.tukaiwake {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.chirashi {
    padding-top: 80px;
  }

  .hero-section.season {
    height: auto;
  }

  .mini-title.third.pc {
    width: 100%;
    max-width: 100%;
  }

  .mini-title.third.pc.photochromic {
    padding-top: 60px;
  }

  .mini-title.last.enkin {
    font-size: 20px;
    line-height: 30px;
  }

  .mini-title.last.enkin.sale.pc {
    display: none;
  }

  .mini-title.last.enkin.sale.sp {
    display: block;
  }

  .mini-title.big {
    margin-bottom: 0;
  }

  .button.contact.pc {
    height: 45px;
    margin-bottom: 0;
    padding-top: 15px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 14px;
  }

  .button.contact.pc.totaleye {
    margin-left: 100px;
    margin-right: 100px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    display: block;
  }

  .button.contact.pc.totaleye.hay-fever.item {
    margin-top: 5vw;
  }

  .button.contact.sunglasses {
    height: 45px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
  }

  .button.contact.sunglasses.photochromic {
    padding-bottom: 0;
  }

  .button.contact.sunglasses.polarized {
    margin-top: 0;
  }

  .top-border.hay-fever {
    max-width: 60%;
  }

  .flex-space {
    place-content: space-around center;
    align-items: center;
  }

  .intro-box {
    flex-direction: column;
    display: flex;
  }

  .profile-image {
    width: 80%;
    min-width: auto;
    left: 40px;
  }

  .profile-image.left {
    background-position: 50% 0;
    background-size: 300px;
    height: 350px;
    left: -40px;
  }

  .profile-image.left._2 {
    background-image: url('../images/sports.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 300px;
  }

  .profile-image.rignt2 {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 300px;
    height: 350px;
  }

  .flex-center {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .flex-center.reverse {
    display: block;
  }

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

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

  .flex.hay-fever {
    flex-flow: column;
    font-size: 20px;
  }

  ._50-column {
    text-align: center;
    width: 100%;
  }

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

  .image {
    text-align: center;
    border-width: 10px;
    max-width: 70%;
  }

  ._50-column-center {
    justify-content: flex-start;
    width: 100%;
  }

  ._50-column-center.mobile-border {
    justify-content: center;
    margin-bottom: 4%;
  }

  .bottom-line.none {
    padding-bottom: 23px;
  }

  .collection-item {
    width: 47.8%;
  }

  .form-block {
    justify-content: center;
    align-items: center;
    width: 60%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._25-column {
    justify-content: space-around;
    align-items: center;
    margin-right: 0%;
  }

  ._25-column.shinseikatsu_price {
    padding-bottom: 20px;
  }

  .perk {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    margin-bottom: 4%;
    margin-right: 0;
  }

  .perk.tablet-none {
    display: flex;
  }

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

  .footer {
    padding-left: 0;
  }

  ._90-column {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .footer-links {
    flex-direction: row;
    justify-content: center;
    margin-top: 4%;
    margin-left: 0%;
    display: flex;
  }

  .social-icons {
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .footer-notice-text {
    font-size: 10px;
    line-height: 15px;
  }

  .go-up {
    margin-top: 15px;
  }

  .slider {
    height: 70vh;
  }

  .slide.hay-fever {
    max-width: 90%;
  }

  .text-box.left {
    justify-content: flex-start;
    align-items: center;
    height: 350px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-box._2 {
    height: 350px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-box._1 {
    height: 350px;
  }

  .text-link-2.black {
    font-size: 12px;
  }

  .checkout-form {
    width: 100%;
  }

  .navbar-2 {
    height: 60px;
  }

  .icon {
    margin-top: 0;
    padding-top: 0;
  }

  .bg-top {
    background-image: url('../images/mv_sp.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 0;
  }

  .bg-top.season {
    background-image: url('../images/mv_sp_2.jpg'), url('../images/pc_mv_1.jpg');
    background-position: 50% 0, 50%;
    background-size: cover, cover;
    height: 100%;
  }

  .image-3.pc {
    max-width: 100%;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 28px;
  }

  .paragraph-2.sp {
    margin-bottom: 0;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 28px;
  }

  .paragraph-3.sp {
    margin-bottom: 20px;
  }

  .image-8, .image-9, .image-11, .image-17 {
    max-width: 80%;
  }

  .image-18 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-19 {
    max-width: 40%;
  }

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

  .link-block-5 {
    padding-top: 5px;
    display: block;
  }

  .link-block-6, .link-block-9 {
    padding-top: 0;
  }

  .image-20.shinseikatsu_price_img.pc {
    display: none;
  }

  .image-20.shinseikatsu_price_img.pc.sale {
    margin-top: 50px;
    display: none;
  }

  .image-20.shinseikatsu_price_img.sp {
    max-width: 70%;
    margin-right: auto;
    display: block;
  }

  .image-20.season {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
  }

  .image-20.season.sp {
    display: block;
  }

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

  .image-21.shinseikatsu_img {
    padding-top: 40px;
  }

  .image-22 {
    max-width: 70%;
  }

  .lightbox-link {
    text-align: center;
    width: 100%;
  }

  .lightbox-link-2 {
    text-align: center;
  }

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

  .div-block-5 {
    padding-bottom: 0;
  }

  .image-30 {
    max-width: 50%;
    margin-right: 0;
  }

  .image-31 {
    max-width: 500px;
  }

  .image-31.pc {
    max-width: 75%;
  }

  .flex-block {
    width: 100%;
    max-width: 100%;
  }

  .link-block-13 {
    max-width: 95%;
  }

  .image-32 {
    max-width: 50%;
    margin-top: 0;
  }

  .sunglasses {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .sunglasses.photochromic {
    flex-flow: column-reverse wrap;
    padding-bottom: 23px;
    display: none;
  }

  .sunglasses.polarized {
    margin-top: 60px;
  }

  .paragraph-5 {
    padding-bottom: 0;
    font-size: 14px;
    line-height: 28px;
  }

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

  .div-block-6.photochromic {
    padding-left: 0;
  }

  .flex-block-2 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
  }

  .flex-block-2.pc {
    display: none;
  }

  .flex-block-2.sp {
    padding-top: 0;
    display: block;
  }

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

  .image-33, .image-34, .image-35, .image-36 {
    max-width: 15%;
  }

  .section.ctchirashi {
    padding-top: 0;
    padding-bottom: 5vw;
  }

  .div-block-10 {
    max-width: 70%;
    margin-top: 60px;
  }

  .div-block-10.sp {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-10.pc {
    display: none;
  }

  .paragraph-6 {
    margin-bottom: 40px;
    font-size: 10px;
    line-height: 20px;
  }

  .attention.sale {
    padding-right: 2vw;
  }

  .attention.sale.pc {
    margin-right: auto;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .paragraph-10.hay-fever {
    font-size: 14px;
  }

  .paragraph-10.hay-fever.under {
    margin-bottom: 0;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 20px;
  }

  .tree {
    width: 100%;
    max-width: 10%;
  }

  .paragraph-11 {
    font-size: 16px;
    line-height: 16px;
  }

  .paragraph-12.hay-fever {
    font-weight: 400;
  }

  .paragraph-13.hay-fever {
    margin-bottom: 2vw;
    font-size: 16px;
    line-height: 16px;
  }

  .hay-fever-block {
    max-width: 80%;
  }

  .hay-fever-block.under {
    margin-top: 3vw;
  }

  .heading-6.ct {
    inset: 0% auto auto 0%;
  }

  .chirasiimg, .chirasiimg.top {
    padding-bottom: 0;
  }

  .chirasiimg.first {
    padding-top: 10px;
  }

  .chirasiimg.first.hafirst {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-bottom: 0;
  }

  .chirasiimg.first.logo {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .chirasiimg.first.head {
    padding-left: 20px;
    padding-right: 20px;
  }

  .chirasiimg.splast {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .chirasiimg.sh {
    padding: 5vw;
  }

  .chirasiimg.haunder {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .chirasiimg.middle {
    padding: 10vw;
  }

  .chirasiimg.under {
    padding-top: 10px;
  }

  .chirashiblock.ura.sp {
    display: block;
  }

  .chirashiblock.pc {
    display: none;
  }

  .chirashiblock.sp {
    padding-bottom: 0;
    display: block;
  }

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

  .flex-block-14 {
    padding-top: 0;
    display: block;
  }

  .flex-block-15 {
    display: none;
  }

  .container-5 {
    max-width: 95%;
    padding-bottom: 0;
  }

  .container-5.under {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .flex-block-16 {
    max-width: 95%;
    padding-top: 5vw;
    padding-bottom: 5vw;
    display: none;
  }

  .div-block-23 {
    padding-bottom: 0;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .ctchirashi_btn_title {
    max-width: 40%;
    padding-bottom: 2vw;
  }

  .ctchirashi_btn_title.right {
    max-width: 70%;
    padding-top: 0;
  }

  .paragraph-17 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-25 {
    background-size: 300px;
  }

  .link-2 {
    padding-top: 0;
  }

  .link-2.men {
    padding-top: 10px;
  }

  .paragraph-19 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-19.pc {
    line-height: 28px;
    display: block;
  }

  .paragraph-19.sp {
    line-height: 28px;
  }

  .section-2.season {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .code, .code-2 {
    font-size: 12px;
    line-height: 12px;
  }

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

  .image-59.pc {
    max-width: 95%;
    padding-left: 0;
  }

  .image-59.sp {
    display: none;
  }

  .div-block-28 {
    padding-top: 54px;
  }

  .chirashi_h1 {
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .logoblock {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    margin-left: 0%;
  }

  .logoblock.w--current {
    width: 40%;
    margin-left: 7%;
  }

  .content-section.thistle-medium.cms.shinseikatsu {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-section.thistle-medium.cms.shinseikatsu.black {
    background-position: 50%;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-section.thistle-medium.business, .content-section.thistle-medium.challange {
    padding-top: 0;
  }

  .content-section.first {
    margin-top: 0;
    padding: 40px 20px;
  }

  .content-section.first.hay-fever {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .content-section.contact_text {
    padding-top: 75px;
  }

  .content-section.column {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .content-section.column.hay-fever {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .content-wrapper {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .content-wrapper.contact {
    margin-top: 75px;
    padding-bottom: 75px;
    padding-right: 0%;
    display: flex;
  }

  .content-wrapper.season {
    height: 65vh;
    display: block;
    position: static;
  }

  .content-wrapper.season.under, .hero-section {
    height: auto;
  }

  .hero-section.chirashi {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-section.season {
    height: 45vh;
  }

  .center-box {
    width: 100%;
  }

  .mini-title.white, .mini-title.third {
    display: none;
  }

  .mini-title.third.pc {
    font-size: 16px;
    line-height: 28px;
    display: block;
  }

  .mini-title.third.pc.photochromic {
    margin-bottom: 0;
    padding-top: 0;
  }

  .mini-title.third.sp {
    font-size: 16px;
    line-height: 28px;
    display: block;
  }

  .mini-title.second {
    display: block;
  }

  .mini-title.second.pc {
    display: none;
  }

  .mini-title.second.sp {
    font-size: 16px;
    line-height: 28px;
    display: block;
  }

  .mini-title.second.sp.none, .mini-title.first.pc {
    display: none;
  }

  .mini-title.first.sp {
    font-size: 16px;
    line-height: 28px;
    display: block;
  }

  .mini-title.first.sp.none {
    display: none;
  }

  .mini-title.last {
    font-size: 16px;
    line-height: 28px;
  }

  .mini-title.last.enkin {
    letter-spacing: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 36px;
  }

  .mini-title.last.enkin.sale.sp {
    line-height: 27px;
  }

  .mini-title.last.hay-fever {
    font-size: 16px;
  }

  .mini-title.big {
    font-size: 16px;
    line-height: 28px;
  }

  .mini-title.big.pc {
    display: none;
  }

  .mini-title.big.sp {
    display: block;
  }

  .button.contact.pc {
    color: #000;
    display: inline-block;
  }

  .button.contact.pc.totaleye {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button.contact.pc.totaleye.hay-fever {
    min-width: 200px;
  }

  .button.contact.pc.totaleye.hay-fever.item {
    font-size: 10px;
    line-height: 10px;
  }

  .button.contact.pc.sale:hover {
    color: #fff;
  }

  .button.contact.pc.ctchirashi.green {
    margin-bottom: 0;
  }

  .button.contact.pc.ctchirashi {
    justify-content: center;
    align-items: center;
    width: 33.3%;
    min-width: auto;
    margin-top: 0;
    margin-bottom: 5vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 12px;
  }

  .button.contact.pc.ctchirashi.shop, .button.contact.pc.ctchirashi.shop.under {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .button.contact.pc.ctchirashi.orange {
    min-width: 110px;
    height: 60px;
    margin-top: 4vw;
  }

  .button.contact.pc.btn-black-w3 {
    color: #e8c568;
    background-color: #000;
    border-color: #e8c568;
    border-radius: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 33.3%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-size: 12px;
    display: flex;
  }

  .button.contact.pc.btn-black-w3:hover {
    color: #000;
    background-color: #e8c568;
  }

  .button.contact.pc.btn-gold-w {
    background-color: #e8c568;
    border-color: #e8c568;
    border-radius: 10px;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .button.contact.sunglasses, .button.contact.sunglasses.photochromic {
    margin-top: 20px;
  }

  .button.sp {
    display: none;
  }

  .top-border._20 {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-space {
    margin-left: 0;
  }

  .relative {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .intro-text-box {
    padding-top: 0;
    padding-bottom: 23px;
  }

  .image-hover {
    text-align: center;
    max-width: 80%;
  }

  .intro-box {
    width: auto;
    margin-bottom: 9%;
    margin-right: 0%;
  }

  .profile-image {
    width: 100%;
    max-width: 440px;
    left: 0;
  }

  .profile-image.left {
    background-position: 50%;
    background-size: 300px;
    left: 0;
  }

  .profile-image.left._2 {
    background-image: url('../images/sports.jpg');
  }

  .profile-image.rignt2 {
    background-image: url('../images/men.png');
    background-position: 50% 0;
  }

  .flex-center {
    text-align: center;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

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

  .flex-center.shinseikatsu_flexbox {
    display: block;
  }

  .image {
    max-width: 100%;
  }

  .bottom-line.none {
    padding-bottom: 75px;
  }

  .collection-item {
    width: 100%;
    max-width: 360px;
    margin-bottom: 8%;
    margin-right: 0%;
  }

  .form-block {
    width: 100%;
    margin-top: 10%;
  }

  .form-block.shinseikatsu_point {
    max-width: 95%;
    margin-top: 0%;
    margin-left: auto;
  }

  ._25-column {
    flex-flow: row;
    width: 100%;
    margin-right: 0%;
  }

  ._25-column.sabae {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  ._25-column.shinseikatsu_price {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  ._25-column.shinseikatsu_price.sale {
    flex-flow: column;
  }

  .text-field-2 {
    border-right-style: solid;
    border-radius: 3px;
    width: 100%;
  }

  .submit-button-2 {
    border-radius: 0;
  }

  .perk {
    width: 30%;
    max-width: 30%;
    margin-bottom: 40px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .perk-icon._1, .perk-icon._2, .perk-icon._3 {
    width: 70px;
    height: 70px;
  }

  .perks {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .footer {
    padding-right: 0;
  }

  .form-block-2 {
    margin-left: 0;
  }

  ._90-column {
    width: 100%;
    padding-left: 0;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
  }

  .footer-link {
    margin-bottom: 7%;
    margin-right: 0;
  }

  .footer-notice {
    padding-top: 0;
    padding-left: 0;
  }

  .slider {
    height: 70%;
  }

  .slider.hay-fever {
    height: 50vw;
  }

  .slider.season {
    display: none;
  }

  .hero-image {
    width: 100%;
    right: 0;
  }

  .hero-flex {
    flex-direction: column;
  }

  .slide {
    margin-bottom: 0;
  }

  .slide.hay-fever {
    max-width: 100%;
    margin-top: 87px;
  }

  .hero-text-box, .text-box {
    width: 100%;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    position: relative;
  }

  .text-box.left {
    height: auto;
    margin-left: 0%;
  }

  .text-box._2 {
    height: auto;
  }

  .text-box._2.season {
    max-width: 100%;
  }

  .text-box._1 {
    height: auto;
  }

  .flex-grid {
    justify-content: center;
  }

  .footer-notice-box {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding-top: 0;
    display: flex;
  }

  .footer-brand {
    margin-bottom: 7%;
  }

  .text-link-2, .text-link-2.black {
    font-size: 10px;
  }

  .text-link-2.more {
    padding-bottom: 0;
  }

  .product-description {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    position: relative;
  }

  .flex-column {
    flex: 0 auto;
    width: 100%;
  }

  .bg-top {
    background-color: #0000;
    background-image: url('../images/mv_sp.jpg');
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 100%;
    margin-top: 0;
  }

  .bg-top.hay-fever {
    width: auto;
    max-width: none;
    height: 50vw;
  }

  .bg-top.season {
    background-image: url('../images/mv_sp_3.jpg'), url('../images/pc_mv_1.jpg');
    background-position: 50%, 50% 0;
    background-repeat: repeat, repeat;
    background-size: cover, cover;
    background-attachment: scroll, scroll;
    height: 60vh;
  }

  .second_copy {
    max-width: 80%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-2 {
    max-width: 90%;
    display: block;
    overflow: hidden;
  }

  .image-3 {
    max-width: 65%;
    padding-bottom: 20px;
  }

  .image-3.pc {
    max-width: 70%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-4 {
    max-width: 65%;
    padding-bottom: 20px;
  }

  .image-4.pc {
    max-width: 70%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-5 {
    max-width: 55%;
    padding-bottom: 20px;
  }

  .image-5.pc {
    display: none;
  }

  .paragraph-3 {
    margin-bottom: 0;
  }

  .image-8 {
    max-width: 55%;
  }

  .image-9, .image-11 {
    max-width: 60%;
  }

  .image-13 {
    max-width: 90%;
  }

  .image-14 {
    max-width: 80%;
  }

  .image-15, .image-16, .image-17 {
    max-width: 60%;
  }

  .image-18 {
    max-width: 55%;
  }

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

  .link-block-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-19 {
    text-align: center;
    max-width: 50%;
  }

  .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-11 {
    padding-top: 10px;
  }

  .image-20 {
    text-align: center;
    max-width: 60%;
    margin-bottom: 0;
  }

  .image-20.sabae {
    max-width: 95%;
  }

  .image-20.shinseikatsu_price_img {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
  }

  .image-20.shinseikatsu_price_img.pc {
    display: none;
    overflow: clip;
  }

  .image-20.shinseikatsu_price_img.sp {
    max-width: 100%;
    display: block;
    position: static;
    inset: 0% auto auto 0%;
  }

  .image-20.season.sp {
    max-width: 100%;
  }

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

  .image-21.shinseikatsu_img {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-22 {
    max-width: 70%;
    padding-left: 0;
  }

  .div-block, .div-block-2, .div-block-3 {
    text-align: center;
  }

  .image-23 {
    padding-top: 20px;
  }

  .image-24 {
    text-align: center;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-24.sp {
    display: block;
  }

  .div-block-4 {
    display: none;
  }

  .image-25 {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .image-26 {
    text-align: center;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .image-26.sp {
    max-width: 75%;
    display: none;
  }

  .image-27 {
    max-width: 55%;
  }

  .image-27.sp {
    max-width: 80%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .image-28 {
    max-width: 60%;
  }

  .link-block-12 {
    padding-top: 10px;
  }

  .image-29 {
    max-width: 80%;
  }

  .image-29.sp {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-30 {
    max-width: 70%;
    margin-right: 0;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .image-31 {
    max-width: 100%;
    padding-left: 0;
  }

  .image-31.sp {
    display: block;
  }

  .image-31.pc {
    display: none;
  }

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

  .image-32 {
    max-width: 100%;
  }

  .sunglasses.photochromic {
    padding-bottom: 0;
  }

  .sunglasses.polarized {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-6, .div-block-6.photochromic {
    margin-bottom: 0;
  }

  .flex-block-2.pc {
    display: none;
  }

  .flex-block-2.sp {
    margin-top: -10px;
  }

  .image-33, .image-34, .image-35, .image-36 {
    max-width: 18%;
    margin-right: 5px;
  }

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

  .div-block-10.sp {
    max-width: 100%;
    margin-top: 20px;
  }

  .paragraph-6 {
    margin-bottom: 20px;
  }

  .image-44 {
    max-width: 80%;
  }

  .attention.sale {
    text-align: left;
    line-height: 20px;
  }

  .attention.sale.pc {
    display: none;
  }

  .attention.sale.sp {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-right: 0;
    display: block;
  }

  .attention.ctchirashi {
    padding-top: 5vw;
    font-size: 10px;
    line-height: 15px;
  }

  .attention.ctchirashi.teikibin {
    padding-top: 2vw;
  }

  .div-block-15 {
    padding-bottom: 15px;
  }

  .image-46.hay-fever {
    max-width: 80%;
  }

  .paragraph-10.hay-fever.under {
    margin-bottom: 0;
  }

  .paragraph-10.hay-fever.under.sp {
    display: block;
  }

  .paragraph-10.hay-fever.under.pc {
    display: none;
  }

  .heading-5.hay-fever {
    margin-top: 0;
    margin-bottom: 0;
  }

  .tree {
    max-width: 10%;
  }

  .hay-fever-section {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .hay-fever-content {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 3vw;
    padding-bottom: 10vw;
  }

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

  .div-block-16 {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .flex-block-12 {
    flex-flow: column;
    padding-left: 3vw;
    padding-right: 3vw;
  }

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

  .div-block-19, .div-block-19.hay-fever {
    max-width: 100%;
  }

  .border {
    margin-top: 10vw;
  }

  .div-block-20.hay-fever {
    padding-top: 8vw;
    padding-bottom: 10vw;
  }

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

  .div-block-21.hay-fever {
    width: 100%;
    max-width: 100%;
  }

  .paragraph-14 {
    color: var(--black);
    margin-bottom: 3vw;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
  }

  .hay-fever-block.under {
    margin-top: 5vw;
  }

  .sub_hay-fever.sp {
    display: block;
  }

  .sub_hay-fever.pc {
    display: none;
  }

  .image-50.hay-fever {
    margin-top: 10vw;
  }

  .flex-block-13 {
    flex-flow: column;
  }

  .image-51 {
    width: 10%;
    height: auto;
    display: block;
  }

  .image-52 {
    width: 10%;
    max-width: none;
    height: auto;
    line-height: 45px;
    display: block;
  }

  .image-53 {
    width: 100%;
    max-width: none;
    height: 10px;
    display: block;
  }

  .paragraph-15 {
    color: var(--text);
    text-align: right;
    margin-bottom: 0;
    padding-top: 5vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-family: Noto Sans JP, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
  }

  .chirasiimg {
    padding: 5px;
  }

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

  .chirasiimg.last {
    padding-left: 0;
    padding-right: 0;
  }

  .chirasiimg.first {
    border-radius: 0;
    padding-top: 10px;
  }

  .chirasiimg.first.hafirst {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .chirasiimg.first.logo {
    padding: 13px 10px 0;
  }

  .chirasiimg.first.head {
    padding: 0 10px;
  }

  .chirasiimg.splast {
    padding-left: 5px;
    padding-right: 5px;
  }

  .chirasiimg.sh {
    padding: 2vw;
  }

  .chirasiimg.haunder {
    border-radius: 0 0 20px 20px;
  }

  .chirasiimg.shin {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .chirasiimg.middle {
    padding: 0;
  }

  .chirasiimg.under {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .chirasiimg.mini {
    padding: 5px;
  }

  .chirasiimg.miniunder {
    margin-bottom: 20px;
  }

  .chirashilink {
    margin-bottom: 0;
  }

  .chirashilink.half.left {
    padding-left: 0;
  }

  .chirashilink.half.right {
    max-width: 100%;
    padding-right: 0;
    display: block;
  }

  .chirashilink.left2 {
    max-width: 100%;
    padding-left: 0;
  }

  .chirashilink.right2 {
    max-width: 100%;
    padding-right: 0;
  }

  .chirashilink.under {
    padding-top: 5px;
  }

  .chirashiblock.ura.pc, .chirashiblock.pc {
    display: none;
  }

  .chirashiblock.sp {
    border-style: solid;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: block;
  }

  .div-block-22.ura {
    display: inline-block;
    position: static;
  }

  .flex-block-14 {
    padding-top: 0;
    display: block;
  }

  .flex-block-15 {
    display: none;
  }

  .container-5 {
    margin-top: 15vw;
  }

  .flex-block-16 {
    padding-top: 10vw;
    padding-bottom: 10vw;
    display: none;
  }

  .image-56.pc {
    padding-bottom: 0;
    display: block;
  }

  .image-56.sp {
    padding-bottom: 10vw;
    padding-left: 2vw;
    padding-right: 2vw;
    display: block;
  }

  .image-56.sp.up {
    padding-bottom: 10vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .image-56.sp.un2 {
    background-color: #fdede6;
    margin-top: 5vw;
    padding: 3vw;
  }

  .image-56.sp.down {
    margin-top: 0;
  }

  .div-block-23.up {
    margin-top: 15vw;
    padding-top: 15vw;
    padding-left: 0;
    padding-right: 0;
  }

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

  .ctchirashi_btn_title {
    max-width: 50%;
  }

  .ctchirashi_btn_title.right {
    max-width: 85%;
    padding-bottom: 5vw;
  }

  .paragraph-17.season {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .paragraph-17.season.pc {
    display: none;
  }

  .paragraph-17.season.sp {
    font-size: 18px;
    line-height: 26px;
    display: block;
  }

  .image-57 {
    max-width: 50%;
  }

  .image-57.orange {
    max-width: 30%;
  }

  .div-block-25 {
    z-index: 1;
    background-image: url('../images/ribon_sp.png');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: contain;
    position: relative;
  }

  .paragraph-19.pc {
    display: none;
  }

  .paragraph-19.sp {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    display: block;
  }

  .section-2.season {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-59.pc {
    display: none;
  }

  .image-59.sp {
    padding-top: 3vw;
    display: block;
  }

  .div-block-28 {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-60 {
    max-width: 40%;
    bottom: 40%;
    right: 2%;
  }

  .link-block-18.column-2, .link-block--01 {
    width: 100%;
  }

  .link-block--01.first {
    margin-bottom: 20px;
  }

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

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

  .container-6 {
    flex-flow: column;
  }

  .image-63 {
    padding: 5px;
  }

  .flex-block-23 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: row;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-7 {
    max-width: 113%;
  }

  .flex-block-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}


