:root {
  --opacity-active: .8;
  --opacity-transition-duration: .4s;
}

a {
  color: inherit;
  transition: opacity var(--opacity-transition-duration);
}
a:active, a:hover {
  opacity: var(--opacity-active);
}

button {
  transition: opacity var(--opacity-transition-duration);
}
button:active, button:hover {
  opacity: var(--opacity-active);
}

body .is-layout-constrained > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
body .is-layout-constrained > * + * {
  margin-block-start: var(--yo-block-margin-m);
}

.wp-site-blocks > * + * {
  margin-block: 0;
}

#header-nav-btn {
  background-color: transparent;
  border: none;
  outline: none;
  display: block;
}
#header-nav-btn img {
  display: block;
}

#header-nav-links {
  background-color: rgba(222, 222, 222, 0.83);
  transition: transform 0.4s;
  transform: translateX(100%);
  z-index: 100;
}
body.admin-bar #header-nav-links {
  top: var(--wp-admin--admin-bar--height);
}

#header-nav-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
}

body.header-nav-links--active #header-nav-links {
  transform: translateX(0%);
}
body.header-nav-links--active #header-nav-bg {
  display: initial;
}

.home-brands-box {
  text-decoration: none;
}

.home-company-heading-link {
  display: block;
}
.home-company-heading-link img {
  display: block;
}

.home-company-img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.home-shop-heading-link {
  display: block;
}
.home-shop-heading-link img {
  display: block;
}

.home-shop-img {
  margin-bottom: var(--wp--preset--spacing--50);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.home-shop-img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.home-shop-description {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.home-shop-description p {
  margin-block: 0;
}

.home-sns-heading img {
  display: block;
}

.gen-slideshow-box-inner .slick-vertical .slick-slide {
  border: none;
}

#gen-slideshow-left.slick-slider .slick-list {
  transform: rotate(180deg);
}
#gen-slideshow-left.slick-slider .slick-slide {
  transform: rotate(180deg);
}

.gen-main .wp-block-heading {
  font-weight: normal;
}

.company-company-wrapper {
  text-align: justify;
}

.company-company-name {
  font-size: 1.25rem;
  font-weight: normal;
}

.company-contact-form-heading {
  font-weight: normal;
}

.company-contact-field input:is([name=your-email], [name=your-phone]) {
  font-family: monospace;
}
.company-contact-field :is(input:is([type=text], [type=email]), textarea) {
  display: block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  border: 1px solid currentColor;
}
.company-contact-field :is(input:is([type=text], [type=email]), textarea).wpcf7-not-valid {
  border-color: #DC3232;
  background-color: #FFF8F8;
}
.company-contact-field .wpcf7-not-valid-tip {
  margin-block-start: 0.5em;
}

.company-contact-field-privacy-policy {
  font-size: 0.75rem;
}

.company-contact-submit input[type=submit] {
  background-color: #B7B7B7;
  border: none;
}
.company-contact-submit .wpcf7-spinner {
  margin-block: 24px;
}

.product-display-name {
  font-weight: normal;
}

.product-display-brand-gen-en {
  transform: translateY(20%);
}

.product-display-spec-table {
  table-layout: fixed;
}
.product-display-spec-table th {
  font-weight: normal;
  word-wrap: break-word;
}
.product-display-spec-table td {
  word-wrap: break-word;
}

.product-display-description {
  word-wrap: break-word;
  text-align: justify;
}

.product-slideshow img.attachment-yo-product-slide {
  object-fit: contain;
  object-position: center;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
}
.product-slideshow :is(.slick-prev, .slick-next)::before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: 100%;
  display: block;
  opacity: 1;
}
.product-slideshow .slick-prev::before {
  background-image: url("../images/slideshow_arrow_left.png");
}
.product-slideshow .slick-next::before {
  background-image: url("../images/slideshow_arrow_right.png");
}
.product-slideshow .slick-dots {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.product-slideshow .slick-dots li {
  margin: 0;
}
.product-slideshow .slick-dots button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.product-slideshow .slick-dots button::before {
  content: "";
  background-image: url("../images/slideshow_dot_inactive.png");
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-size: 100%;
}
.product-slideshow .slick-dots .slick-active button::before {
  background-image: url("../images/slideshow_dot_active.png");
  opacity: 1;
}

.products-box {
  text-decoration: none;
}

.products-head-brand-gen-en {
  transform: translateY(20%);
}

.products-img img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  aspect-ratio: 3/2;
}

@media (min-width: 1080px) {
  :root {
    --yo-block-margin-m: 8rem;
    --yo-block-margin-s: 5rem;
    --yo-block-margin-xs: 3.5rem;
    --yo-block-margin-xxs: 2rem;
  }
  html {
    font-size: 20px;
  }
  body {
    --wp--style--root--padding-left: 2rem;
    --wp--style--root--padding-right: 2rem;
  }
  #header-inner {
    box-sizing: content-box;
    margin: auto;
    max-width: var(--wp--style--global--content-size);
    padding-left: var(--wp--style--root--padding-left);
    padding-right: var(--wp--style--root--padding-right);
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  #header-logo {
    margin-block: 0 0.5rem;
  }
  #header-logo img {
    display: block;
  }
  #header-logo-secondary img {
    display: block;
  }
  #header-nav-btn {
    margin-block: 0.2rem 0;
    padding: 0;
  }
  #header-nav-btn img {
    display: block;
  }
  #footer-inner {
    margin-block: 13rem 7.5rem;
  }
  #footer-inner img {
    display: block;
  }
  #footer-brand {
    margin-block-end: 6.5rem;
    gap: 1rem 5.3rem;
  }
  #footer-logo {
    margin-block-end: 1.6rem;
  }
  #footer-copyright-wrapper {
    gap: 1rem 3rem;
  }
  .home-brands {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .home-brands-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-basis: 50%;
    align-items: center;
    gap: 0.5rem;
  }
  .home-brands-spacer {
    height: 1rem;
  }
  .home-brands-img {
    position: relative;
  }
  .home-brands-img-bg {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .home-brands-logos-gen {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 7%;
    gap: 4%;
    height: 10.5%;
    justify-content: flex-start;
    align-items: center;
  }
  .home-brands-logos-gen-img-ja {
    width: auto;
    height: 100%;
  }
  .home-brands-logos-gen-img-en {
    width: auto;
    height: 88%;
  }
  .home-brands-logos-coton {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 8%;
    height: 9.2%;
  }
  .home-brands-logos-coton-img {
    width: auto;
    height: 100%;
  }
  .home-brands-caption {
    font-size: 1.3rem;
  }
  .home-company-heading {
    margin-block: var(--yo-block-margin-xs);
  }
  .home-shop-heading {
    margin-block: var(--yo-block-margin-xs);
  }
  .home-sns {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 5%;
  }
  .home-sns-heading {
    margin-block: var(--yo-block-margin-xs);
  }
  .home-sns-box {
    flex: 0 1 auto;
  }
  .gen-slideshow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
  .gen-slideshow-box {
    width: 50%;
  }
  .gen-slideshow-box-inner {
    position: relative;
  }
  .gen-slideshow-box-inner .slick-vertical .slick-slide {
    border-left: none;
    border-right: none;
  }
  .gen-slideshow-logo-gen-ja {
    width: auto;
    height: 9.5%;
    position: absolute;
    top: 5.6%;
    left: 5.2%;
    display: block;
  }
  .gen-slideshow-logo-gen {
    width: auto;
    height: 6.6%;
    position: absolute;
    right: 5.8%;
    bottom: 6.2%;
    display: block;
  }
  .gen-slideshow-spacer {
    height: 2rem;
  }
  .gen-main .wp-block-heading {
    font-size: 1.6rem;
  }
  .gen-main p {
    margin-block-start: var(--yo-block-margin-s);
  }
  .company-featured img {
    object-fit: cover;
    object-position: center;
    display: block;
    max-width: 100%;
  }
  .company-company-wrapper.wp-block-group {
    margin-block-start: var(--yo-block-margin-xs);
  }
  .company-company-profile.wp-block-group {
    margin-block-start: var(--yo-block-margin-s);
  }
  .company-company-profile.wp-block-group > * {
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .company-company-profile.wp-block-group > * + * {
    margin-block-start: var(--yo-block-margin-xxs);
  }
  .company-contact-wrapper.wp-block-group {
    margin-block-start: var(--yo-block-margin-xs);
  }
  .company-contact-form-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-block-end: var(--yo-block-margin-xxs);
    font-size: 1.6rem;
  }
  .company-contact-field {
    margin-block-end: 1.8rem;
  }
  .company-contact-field :is(input:is([type=text], [type=email]), textarea) {
    box-sizing: border-box;
    width: 100%;
    padding: 0.9em;
  }
  .company-contact-field-label {
    display: block;
    margin-block-end: 0.5em;
  }
  .company-contact-submit {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-block: 3.5rem 0;
  }
  .company-contact-submit input[type=submit] {
    padding: 0.5em 3em;
    font-size: 1.6rem;
  }
  .privacy-policy-heading.wp-block-image {
    margin-block-start: 1rem;
  }
  .privacy-policy-main.wp-block-group {
    margin-block-start: var(--yo-block-margin-s);
  }
  .privacy-policy-main.wp-block-group > * {
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .privacy-policy-main.wp-block-group > * + * {
    margin-block-start: var(--yo-block-margin-xxs);
  }
  .product-display {
    margin-block-start: 1rem;
  }
  .product-display-name {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-block: 1rem;
    max-width: 41.5%;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem 1.7rem;
    font-size: 1.45rem;
  }
  .product-display-brand-gen-en {
    width: 81px;
    height: 35px;
  }
  .product-display-brand-gen-ja {
    width: 56px;
    height: 56px;
  }
  .product-display-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem 4%;
  }
  .product-display-body-left {
    width: 41.5%;
  }
  .product-display-body-right {
    width: 54%;
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 60px;
  }
  .product-display-spec {
    margin-block: 2.8rem;
  }
  .product-display-spec-heading {
    margin-block-end: 3rem;
  }
  .product-display-spec-heading img {
    display: block;
  }
  .product-display-spec-table {
    width: 100%;
    font-size: 1rem;
  }
  .product-display-spec-table th {
    width: 10em;
  }
  .product-display-description {
    font-size: 0.9rem;
    line-height: 1.8;
  }
  .product-slideshow :is(.slick-prev, .slick-next) {
    width: 30px;
    height: 60px;
  }
  .product-slideshow :is(.slick-prev, .slick-next)::before {
    width: 30px;
    height: 60px;
    background-size: 30px 60px;
  }
  .product-slideshow .slick-prev {
    left: -60px;
  }
  .product-slideshow .slick-next {
    right: -60px;
  }
  .product-slideshow .slick-dots {
    bottom: -2rem;
    gap: 1rem 5%;
  }
  .product-slideshow .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 3%;
    row-gap: 2rem;
  }
  .wp-block-group .products {
    margin-block-start: var(--yo-block-margin-xs);
  }
  .products-head {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-block-end: 1rem;
    gap: 0.5rem 1.5rem;
    font-size: 0.9rem;
  }
}
@media (min-width: 1400px) {
  #header-inner {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }
  .product-display-name {
    font-size: 2.2rem;
  }
  .product-display-brand-gen-en {
    width: auto;
    height: auto;
  }
  .product-display-brand-gen-ja {
    width: auto;
    height: auto;
  }
  .product-display-body {
    gap: 2rem 4%;
  }
  .product-display-spec {
    margin-block: 4.3rem 3rem;
  }
  .product-display-spec-table {
    font-size: 1.2rem;
  }
  .product-display-description {
    line-height: inherit;
  }
  .product-slideshow .slick-dots {
    bottom: -3rem;
    gap: 1rem 8%;
  }
  .product-slideshow .slick-dots li {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) {
  #header-nav-links {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50vw;
    overflow-y: auto;
  }
  #header-nav-links-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 1rem;
  }
  #header-nav-links-inner a {
    padding: 2rem 3rem;
  }
  #header-nav-links-inner a img {
    width: auto;
    height: 2rem;
    display: block;
  }
}
@media (max-width: 1079px) and (min-width: 768px) {
  :root {
    --yo-block-margin-l: 6rem;
    --yo-block-margin-m: 4.5rem;
    --yo-block-margin-s: 3.75rem;
    --yo-block-margin-xs: 2rem;
    --yo-heading-height: 53px;
  }
  html {
    font-size: 18px;
  }
  #header-inner {
    padding-left: var(--wp--style--root--padding-left);
    padding-right: var(--wp--style--root--padding-right);
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  #header-logo {
    margin-block: 0 0.3rem;
  }
  #header-logo img {
    display: block;
    width: 411px;
    height: 36px;
  }
  #header-logo-secondary img {
    display: block;
    width: 269px;
    height: 20px;
  }
  #header-nav-btn {
    margin-block: 0.2rem 0;
    padding: 0;
  }
  #header-nav-btn img {
    width: 48px;
    height: 29px;
  }
  #footer-inner {
    margin-block: 6rem;
  }
  #footer-inner img {
    display: block;
  }
  #footer-brand {
    margin-block: 0 2.6rem;
    gap: 3.6rem;
  }
  #footer-brand-gen-ja img {
    width: 45px;
    height: 45px;
  }
  #footer-brand-gen img {
    width: 59px;
    height: 26px;
  }
  #footer-brand-coton img {
    width: 90px;
    height: 26px;
  }
  #footer-logo {
    margin-block: 2.5rem 1.5rem;
  }
  #footer-logo img {
    width: 473px;
    height: 41px;
  }
  #footer-copyright-wrapper {
    margin: auto;
    margin-block: 1rem 0;
    justify-content: center;
    gap: 0.75rem;
  }
  #footer-copyright {
    font-size: 0.9375rem;
  }
  #footer-privacy-policy {
    font-size: 0.75rem;
  }
  #home-slideshow {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw;
  }
  #home-slideshow img {
    object-fit: cover;
    object-position: center;
  }
  .home-brands {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .home-brands-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin-block-end: 1.7rem;
  }
  .home-brands-spacer {
    display: none;
  }
  .home-brands-img {
    position: relative;
  }
  .home-brands-img-bg {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .home-brands-logos-gen {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 7%;
    justify-content: flex-start;
    align-items: center;
    gap: 4%;
    height: 10.5%;
  }
  .home-brands-logos-gen-img-ja {
    width: auto;
    height: 100%;
  }
  .home-brands-logos-gen-img-en {
    width: auto;
    height: 80%;
  }
  .home-brands-logos-coton {
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 8%;
    height: 8%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .home-brands-logos-coton-img {
    width: auto;
    height: 100%;
  }
  .home-brands-caption {
    margin-block: 0.2rem 0;
    font-size: 1.0625rem;
  }
  .home-company-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-block: var(--yo-block-margin-xs);
  }
  .home-company-heading img {
    width: auto;
    height: var(--yo-heading-height);
    display: block;
  }
  .home-shop-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-block: var(--yo-block-margin-xs);
  }
  .home-shop-heading img {
    width: auto;
    height: var(--yo-heading-height);
    display: block;
  }
  .home-sns-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-block: var(--yo-block-margin-xs);
  }
  .home-sns-heading img {
    width: auto;
    height: var(--yo-heading-height);
    display: block;
  }
  .home-sns-box {
    margin-block: var(--yo-block-margin-xs);
  }
  .gen-slideshow-box-inner {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw;
    position: relative;
  }
  .gen-slideshow-box-inner .slick-track img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    min-height: 361px;
  }
  .gen-slideshow-logo-gen-ja {
    width: auto;
    height: 9.5%;
    position: absolute;
    top: 5.6%;
    left: 5.2%;
    display: block;
  }
  .gen-slideshow-logo-gen {
    width: auto;
    height: 6.6%;
    position: absolute;
    right: 5.8%;
    bottom: 6.2%;
    display: block;
  }
  .gen-slideshow-spacer {
    display: none;
  }
  .gen-main .wp-block-heading {
    font-size: 1.25rem;
  }
  .company-featured {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw;
  }
  .company-featured img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .company-company-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .company-company-heading img {
    width: auto;
    height: var(--yo-heading-height);
    display: block;
  }
  .company-company-wrapper.wp-block-group {
    margin-block-start: var(--yo-block-margin-s);
  }
  .company-company-profile.wp-block-group {
    margin-block-start: var(--yo-block-margin-s);
  }
  .company-company-profile.wp-block-group > * {
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .company-company-profile.wp-block-group > * + * {
    margin-block-start: var(--yo-block-margin-xs);
  }
  .company-contact-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .company-contact-heading img {
    width: auto;
    height: var(--yo-heading-height);
    display: block;
  }
  .company-contact-heading.wp-block-image {
    margin-block-start: var(--yo-block-margin-l);
  }
  .company-contact-wrapper.wp-block-group {
    margin-block-start: var(--yo-block-margin-s);
  }
  .company-contact-form-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-block-end: var(--yo-block-margin-xs);
    font-size: 1.25rem;
  }
  .company-contact-field {
    margin-block-end: 1.25rem;
  }
  .company-contact-field :is(input:is([type=text], [type=email]), textarea) {
    box-sizing: border-box;
    width: 100%;
    padding: 0.3em 0.6em;
  }
  .company-contact-field-privacy-policy {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .company-contact-field-label {
    display: block;
    margin-block-end: 0.5em;
  }
  .company-contact-submit {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-block: 2rem;
  }
  .company-contact-submit input[type=submit] {
    padding: 0.5em 3em;
    font-size: 1.125rem;
  }
  .privacy-policy-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .privacy-policy-heading img {
    width: auto;
    height: var(--yo-heading-height);
    display: block;
  }
  .privacy-policy-heading.wp-block-image {
    margin-block-start: 3rem;
  }
  .privacy-policy-main.wp-block-group > * {
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .privacy-policy-main.wp-block-group > * + * {
    margin-block-start: var(--yo-block-margin-xs);
  }
  .product-display {
    margin-block-start: 3rem;
  }
  .product-display-name {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-block: 3rem;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem 1.7rem;
    font-size: 1.6rem;
  }
  .product-display-brand-gen-en {
    width: 81px;
    height: 35px;
  }
  .product-display-brand-gen-ja {
    width: 56px;
    height: 56px;
  }
  .product-display-body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2rem;
  }
  .product-display-body-left {
    order: 1;
    margin-block-end: var(--yo-block-margin-s);
  }
  .product-display-body-right {
    order: 0;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
  }
  .product-display-spec {
    margin-block: 0 2.5rem;
  }
  .product-display-spec-heading {
    margin-block: 1.75rem;
  }
  .product-display-spec-heading img {
    width: auto;
    height: var(--yo-heading-height);
    display: block;
  }
  .product-display-spec-table {
    width: 100%;
    font-size: 1.1rem;
  }
  .product-display-spec-table th {
    width: 12em;
  }
  .product-slideshow :is(.slick-prev, .slick-next) {
    width: 15px;
    height: 30px;
  }
  .product-slideshow .slick-prev {
    left: -40px;
  }
  .product-slideshow .slick-next {
    right: -40px;
  }
  .product-slideshow .slick-dots {
    bottom: -2rem;
    gap: 1rem 5%;
  }
  .product-slideshow .slick-dots li {
    width: 12px;
    height: 12px;
  }
  .products-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .products-heading img {
    width: auto;
    height: var(--yo-heading-height);
    display: block;
  }
  .products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3%;
    row-gap: 2rem;
  }
  .products-head {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-block-end: 0.4rem;
    gap: 0.4rem 1rem;
  }
  .products-head-brand-gen-ja {
    width: 35px;
    height: 35px;
  }
  .products-head-brand-gen-en {
    width: 53px;
    height: 23px;
  }
}
@media (max-width: 767px) {
  :root {
    --yo-block-margin-l: 5rem;
    --yo-block-margin-m: 3rem;
    --yo-block-margin-s: 2.5rem;
    --yo-block-margin-xs: 1.5625rem;
    --yo-heading-height: 35px;
  }
  html {
    font-size: 16px;
  }
  #header-inner {
    padding-left: var(--wp--style--root--padding-left);
    padding-right: var(--wp--style--root--padding-right);
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  #header-logo {
    margin-block: 0;
  }
  #header-logo img {
    display: block;
    width: 274px;
    height: 24px;
  }
  #header-logo-secondary img {
    display: block;
    width: 175px;
    height: 13px;
  }
  #header-nav-btn {
    margin-block: 0.1rem 0;
    padding: 0;
  }
  #header-nav-btn img {
    width: 40px;
    height: 24px;
  }
  #header-nav-links {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50vw;
    min-width: 250px;
    overflow-y: auto;
  }
  #header-nav-links-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 1rem;
  }
  #header-nav-links-inner a {
    padding: 1.5rem 2rem;
  }
  #header-nav-links-inner a img {
    width: auto;
    height: 2rem;
    display: block;
  }
  #footer-inner {
    margin-block: 5.5rem 4rem;
  }
  #footer-inner img {
    display: block;
  }
  #footer-brand {
    margin-block: 0 2.125rem;
    gap: 1rem 3rem;
  }
  #footer-brand-gen-ja img {
    width: 30px;
    height: 30px;
  }
  #footer-brand-gen img {
    width: 39px;
    height: 17px;
  }
  #footer-brand-coton img {
    width: 60px;
    height: 17px;
  }
  #footer-logo {
    margin-block: 2.125rem 1rem;
  }
  #footer-logo img {
    width: 315px;
    height: 27px;
  }
  #footer-copyright-wrapper {
    margin: auto;
    margin-block: 1rem 0;
    max-width: 280px;
    justify-content: flex-start;
    gap: 0.5rem;
  }
  #footer-copyright {
    font-size: 0.625rem;
  }
  #footer-privacy-policy {
    font-size: 0.5rem;
  }
  #home-slideshow {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw;
  }
  #home-slideshow img {
    object-fit: cover;
    object-position: center;
    min-height: 370px;
  }
  .home-brands-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin-block-end: 1.7rem;
  }
  .home-brands-img {
    position: relative;
  }
  .home-brands-img-bg {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .home-brands-logos-gen {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 5%;
    right: 5%;
    bottom: 7%;
    gap: 4%;
    height: 9%;
  }
  .home-brands-logos-gen-img-ja {
    width: auto;
    height: 100%;
  }
  .home-brands-logos-gen-img-en {
    width: auto;
    height: 80%;
  }
  .home-brands-logos-coton {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 8%;
    height: 8%;
  }
  .home-brands-logos-coton-img {
    width: auto;
    height: 100%;
  }
  .home-brands-caption {
    margin-block: 0.2rem 0;
    font-size: 1.0625rem;
  }
  .home-company-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-block: var(--yo-block-margin-xs);
  }
  .home-company-heading img {
    width: auto;
    height: var(--yo-heading-height);
    display: block;
  }
  .home-shop-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-block: var(--yo-block-margin-xs);
  }
  .home-shop-heading img {
    width: auto;
    height: var(--yo-heading-height);
    display: block;
  }
  .home-sns-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-block: var(--yo-block-margin-xs);
  }
  .home-sns-heading img {
    width: auto;
    height: var(--yo-heading-height);
    display: block;
  }
  .home-sns-box {
    margin-block: var(--yo-block-margin-xs);
  }
  .gen-slideshow-box-inner {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw;
    position: relative;
  }
  .gen-slideshow-box-inner .slick-track img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    min-height: 361px;
  }
  .gen-slideshow-logo-gen-ja {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 1.4rem;
    left: 1.4rem;
    display: block;
  }
  .gen-slideshow-logo-gen {
    width: 88px;
    height: 38px;
    position: absolute;
    right: 2rem;
    bottom: 1rem;
    display: block;
  }
  .gen-slideshow-spacer {
    display: none;
  }
  .gen-main .wp-block-heading {
    font-size: 1.1rem;
  }
  .company-featured {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    width: 100vw;
  }
  .company-featured img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
    min-height: 387px;
  }
  .company-company-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .company-company-heading img {
    width: auto;
    height: var(--yo-heading-height);
    display: block;
  }
  .company-company-wrapper.wp-block-group {
    margin-block-start: var(--yo-block-margin-s);
  }
  .company-company-profile.wp-block-group {
    margin-block-start: var(--yo-block-margin-s);
  }
  .company-company-profile.wp-block-group > * {
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .company-company-profile.wp-block-group > * + * {
    margin-block-start: var(--yo-block-margin-xs);
  }
  .company-contact-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .company-contact-heading img {
    width: auto;
    height: var(--yo-heading-height);
    display: block;
  }
  .company-contact-heading.wp-block-image {
    margin-block-start: var(--yo-block-margin-l);
  }
  .company-contact-wrapper.wp-block-group {
    margin-block-start: var(--yo-block-margin-s);
  }
  .company-contact-form-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-block-end: var(--yo-block-margin-s);
    font-size: 1.25rem;
  }
  .company-contact-field {
    margin-block-end: 1.25rem;
  }
  .company-contact-field :is(input:is([type=text], [type=email]), textarea) {
    box-sizing: border-box;
    width: 100%;
    padding: 0.3em 0.6em;
  }
  .company-contact-field-privacy-policy {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .company-contact-field-label {
    display: block;
    margin-block-end: 0.5em;
  }
  .company-contact-submit {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-block: 2rem;
  }
  .company-contact-submit input[type=submit] {
    padding: 0.5em 3em;
    font-size: 1.125rem;
  }
  .privacy-policy-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .privacy-policy-heading img {
    width: auto;
    height: var(--yo-heading-height);
    display: block;
  }
  .privacy-policy-heading.wp-block-image {
    margin-block-start: 2rem;
  }
  .privacy-policy-main.wp-block-group > * {
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .privacy-policy-main.wp-block-group > * + * {
    margin-block-start: var(--yo-block-margin-xs);
  }
  .product-display {
    margin-block-start: 2rem;
  }
  .product-display-name {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-block: 2rem;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem 1.3rem;
    font-size: 1rem;
  }
  .product-display-brand-gen-en {
    width: 54px;
    height: 23px;
  }
  .product-display-brand-gen-ja {
    width: 37px;
    height: 37px;
  }
  .product-display-body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2rem;
  }
  .product-display-body-left {
    order: 1;
    margin-block-end: var(--yo-block-margin-s);
  }
  .product-display-body-right {
    order: 0;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
  }
  .product-display-spec {
    margin-block: 0 2.5rem;
  }
  .product-display-spec-heading {
    margin-block: 1.75rem;
  }
  .product-display-spec-heading img {
    width: auto;
    height: var(--yo-heading-height);
    display: block;
  }
  .product-display-spec-table {
    width: 100%;
    font-size: 0.875rem;
  }
  .product-display-spec-table th {
    width: 10em;
  }
  .product-slideshow :is(.slick-prev, .slick-next) {
    width: 10px;
    height: 20px;
  }
  .product-slideshow .slick-prev {
    left: -25px;
  }
  .product-slideshow .slick-next {
    right: -25px;
  }
  .product-slideshow .slick-dots {
    gap: 1rem 5%;
  }
  .product-slideshow .slick-dots li {
    width: 7px;
    height: 7px;
  }
  .products-heading {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .products-heading img {
    width: auto;
    height: var(--yo-heading-height);
    display: block;
  }
  .products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4%;
    row-gap: 2rem;
  }
  .products-head {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-block-end: 0.4rem;
    gap: 0.4rem 1rem;
  }
  .products-head-brand-gen-ja {
    width: 23px;
    height: 23px;
  }
  .products-head-brand-gen-en {
    width: 35px;
    height: 15px;
  }
}
@media (max-width: 393px) {
  html {
    min-width: 360px;
  }
  #header-logo img {
    display: block;
    width: 228px;
    height: 20px;
  }
  #header-logo-secondary img {
    display: block;
    width: 148px;
    height: 11px;
  }
  #header-nav-btn img {
    display: block;
    width: 33px;
    height: 20px;
  }
}
