@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
textarea {
  background-color: transparent;
  border-style: none;
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

:root {
  --color-text: #414141;
  --color-white: #ffffff;
}

* {
  min-height: 0%;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html {
  scroll-padding-top: 3.125rem;
}

@media (min-width: 520px) {
  html {
    scroll-padding-top: 5.125rem;
  }
}
body {
  font-family: "Gothic Medium BBB";
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  color: var(--color-text);
  background-color: #F1F2F2;
}

ul {
  list-style: none;
}

img {
  vertical-align: top;
  width: 100%;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.8;
}

[class^=load-font] {
  font-size: 0;
  display: none;
}

.load-font-koburina-gothic-w6 {
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}

.header {
  font-family: "Koburina Gothic W3 JIS2004";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-out;
  background-color: #fff;
}
.header.is-shown {
  visibility: visible;
  opacity: 1;
}
.header a {
  color: #353535;
}
.header-wrap {
  display: flex;
  align-items: center;
  gap: 0 0.625rem;
  width: 100%;
  padding: 0 3.75rem;
  margin: auto;
  overflow: auto hidden;
}
.header-left {
  display: flex;
  align-items: center;
}
.header-ico {
  display: none;
}

@media (min-width: 1360px) {
  .header-wrap {
    height: 5.125rem;
    padding: 0 1.25rem;
  }
  .header-ico {
    display: block;
  }
  .header-ico img {
    width: 1.875rem;
  }
}
.cover {
  --num: 6;
  --duration: 2.7;
  position: relative;
  aspect-ratio: 363/674;
}
.cover-main, .cover-side {
  position: relative;
}
.cover-side {
  z-index: -1;
  visibility: hidden;
}
.cover .logo-hobonichi,
.cover .logo-tsukinomise,
.cover h2 {
  position: absolute;
  z-index: 2;
}
.cover .logo-hobonichi img,
.cover .logo-tsukinomise img,
.cover h2 img {
  width: 100%;
  height: auto;
}
.cover .logo-hobonichi {
  top: 2.8189910979%;
  right: 4.958677686%;
  width: 24.5179063361%;
}
.cover .logo-tsukinomise {
  top: 78.0415430267%;
  left: 7.9889807163%;
  width: 39.3939393939%;
}
.cover h2 {
  visibility: hidden;
}
.cover-main-slide {
  position: relative;
  z-index: 1;
}
.cover-main-slide picture {
  color: transparent;
  opacity: 0;
  z-index: 0;
  backface-visibility: hidden;
  animation: cover calc(var(--num) * var(--duration) * 1s) linear infinite 0s;
}
.cover-main-slide picture:not(:first-child) {
  position: absolute;
  top: 0px;
  left: 0px;
}
.cover-main-slide picture:nth-of-type(1) {
  animation-delay: calc(0 * var(--duration) * 1s);
}
.cover-main-slide picture:nth-of-type(2) {
  animation-delay: calc(1 * var(--duration) * 1s);
}
.cover-main-slide picture:nth-of-type(3) {
  animation-delay: calc(2 * var(--duration) * 1s);
}
.cover-main-slide picture:nth-of-type(4) {
  animation-delay: calc(3 * var(--duration) * 1s);
}
.cover-main-slide picture:nth-of-type(5) {
  animation-delay: calc(4 * var(--duration) * 1s);
}
.cover-main-slide picture:nth-of-type(6) {
  animation-delay: calc(5 * var(--duration) * 1s);
}
@media (min-width: 48rem) {
  .cover {
    aspect-ratio: 1440/800;
  }
  .cover .logo-tsukinomise {
    top: 7.125%;
    left: 4.0972222222%;
    width: 11.3194444444%;
  }
  .cover .logo-hobonichi {
    top: 3.125%;
    right: 1.8055555556%;
    width: 6.1805555556%;
  }
  .cover h2 {
    visibility: visible;
    width: 12.0833333333%;
    right: 4.5833333333%;
    top: 92.125%;
  }
}

@keyframes cover {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8.33% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  16.67% {
    opacity: 1;
  }
  25.00% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes clip {
  0% {
    clip-path: inset(100%);
    animation-timing-function: linear;
  }
  5% {
    clip-path: inset(0);
    animation-timing-function: linear;
  }
  20% {
    clip-path: inset(0);
  }
  25% {
    clip-path: inset(100%);
  }
  100% {
    clip-path: inset(100%);
  }
}
@keyframes side-bg {
  0% {
    background-color: #455A70;
  }
  5% {
    background-color: #B5AAB1;
  }
  20% {
    background-color: #B5AAB1;
  }
  25% {
    background-color: #2C4E48;
  }
  40% {
    background-color: #2C4E48;
  }
  45% {
    background-color: #3C3E4B;
  }
  60% {
    background-color: #3C3E4B;
  }
  65% {
    background-color: #AD8591;
  }
  80% {
    background-color: #AD8591;
  }
  85% {
    background-color: #455A70;
  }
  100% {
    background-color: #455A70;
  }
}
.yodogawa {
  padding: 32px 0 50px;
}
.yodogawa-inner {
  display: grid;
  gap: 50px 0;
  width: min(89.3333333333vw, 550px);
  margin-inline: auto;
}
.yodogawa-inner p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 192%;
  letter-spacing: 0.05em;
  white-space: pre-line;
}
.yodogawa-inner p a {
  color: #C790BB;
}
.yodogawa-banner {
  text-align: right;
}
.yodogawa-banner a {
  display: inline;
}
.yodogawa-banner img {
  width: min(100%, 550px);
}
@media (min-width: 56rem) {
  .yodogawa {
    padding: 56px 0 130px;
  }
  .yodogawa-inner {
    grid-template-columns: max-content auto;
    width: min(89.3333333333vw, 1200px);
  }
  .yodogawa-inner p {
    font-size: 1rem;
  }
}

.archives {
  width: min(89.3333333333vw, 1140px);
  margin: 0 auto;
}
.archives__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 57px;
}
.archives__header h2 {
  width: max-content;
}
.archives__header p {
  font-size: 1rem;
  line-height: 192%;
  letter-spacing: 0.8px;
}
@media (min-width: 768px) {
  .archives__header p {
    white-space: pre-line;
  }
}

.archive {
  --archive-h3-fs: 18px;
  padding: 44px 0 57px;
  border-top: 0.5px solid #999;
}
.archive:last-of-type {
  padding-bottom: 100px;
}
.archive__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 44px;
}
.archive__header h3 {
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: var(--archive-h3-fs);
  line-height: 192%;
  letter-spacing: 1.47px;
}
.archive__header h3 small {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
.archive__header p {
  font-size: 1rem;
  line-height: 192%;
  letter-spacing: 0.8px;
}
.archive__header a {
  color: #27B8B6;
}
@media (min-width: 768px) {
  .archive {
    --archive-h3-fs: 21px;
  }
  .archive:last-of-type {
    padding-bottom: 200px;
  }
  .archive p {
    white-space: pre-line;
  }
}

/*info*/
.info {
  --c-light: #E4DEDB;
  --c-dark: #A59A94;
  --left-width: 20.625rem;
  position: relative;
  background-color: #E4DEDB;
}
.info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 24px);
  height: 24px;
  background-color: #A59A94;
  z-index: 1;
}
.info a {
  color: #353535;
}
.info-content {
  display: grid;
  gap: 3.125rem 0;
  width: min(100%, 1298px);
  margin-inline: auto;
  padding: 80px 30px 50px;
}
@media (min-width: 48rem) {
  .info {
    background-image: linear-gradient(to right, var(--c-dark) 50%, var(--c-light) 50%);
  }
  .info-content {
    background-image: linear-gradient(to right, var(--c-dark) var(--left-width), var(--c-light) var(--left-width));
  }
  .info:after {
    display: none;
  }
  .info-content {
    padding: 100px 0;
  }
}

.info-item {
  display: grid;
  gap: 1.25rem 0;
}
.info-item h4 {
  padding: 0 3.75rem 0 0;
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 1.125rem;
  line-height: 1.48;
  letter-spacing: 0.07em;
}
.info-item ul {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 192%;
  letter-spacing: 0.05em;
  color: #353535;
}
.info-item ul a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 0.5px;
}
.info-item ul a:hover {
  text-decoration: none;
}
.info-item--sales ul {
  display: grid;
  gap: 2em 0;
}
@media (min-width: 48rem) {
  .info-item {
    grid-template-columns: var(--left-width) auto;
  }
  .info-item h4 {
    padding: 0 1.875rem;
    color: #ffffff;
    font-size: 1.3125rem;
  }
  .info-item ul {
    padding: 0 1.875rem 0 3.75rem;
    font-size: 1rem;
  }
}

.footer {
  display: grid;
  gap: 50px 0;
  color: #F1F1F1;
  font-family: "Koburina Gothic W6 JIS2004";
  background-color: #5A5250;
}
.footer a {
  color: #F1F1F1;
}
.footer-inner {
  display: grid;
  gap: 50px 0;
  width: min(86.5384615385vw, 360px);
  margin-inline: auto;
  padding: 50px 0;
}
.footer-group {
  display: grid;
  gap: 25px 50px;
}
.footer-share {
  display: flex;
  align-items: center;
  gap: 0 20px;
  font-family: "Koburina Gothic W6 JIS2004";
}
.footer-share h3 {
  font-size: 14px;
  letter-spacing: 0.07em;
}
.footer-share ul {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.footer-store {
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: 0.875rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
.footer-store ul {
  display: grid;
  gap: 0.5em;
}
.footer-store a {
  color: #F1F1F1;
}
.footer-hobo {
  font-size: 0.875rem;
}
.footer-hobo ul {
  display: grid;
  gap: 0.5em 0;
}
.footer-hobo a {
  line-height: 1.5;
}
.footer-hobo span {
  display: inline-block;
}
.footer-sitename {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
@media (min-width: 48rem) {
  .footer-share h3 {
    font-size: 1.125rem;
  }
}
@media (min-width: 65rem) {
  .footer-inner {
    width: fit-content;
    padding: 6.25rem 0;
  }
  .footer-group {
    grid-template-columns: max-content auto;
    align-items: center;
  }
  .footer-store {
    font-size: 1.125rem;
  }
  .footer-store ul {
    grid-template-columns: repeat(4, max-content);
  }
  .footer-store li {
    display: flex;
    align-items: center;
  }
  .footer-store li:not(:last-of-type):after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 80%;
    margin-inline: 0.6em 0.25em;
    background-color: currentColor;
    transform: rotate(40deg);
  }
  .footer-hobo {
    font-size: 1rem;
    text-align: center;
  }
  .footer-hobo ul {
    grid-template-columns: repeat(4, max-content);
    justify-content: center;
  }
  .footer-hobo li {
    display: flex;
    align-items: center;
  }
  .footer-hobo li:not(:last-of-type):after {
    content: "｜";
    display: inline-block;
    margin-inline: 0.5em;
  }
  .footer-sitename {
    padding-top: 50px;
    text-align: center;
  }
}

.nav-page {
  font-size: 0.875rem;
}
.nav-page ul {
  display: flex;
  align-items: center;
  width: max-content;
  height: 50px;
}
.nav-page ul li a {
  display: block;
  letter-spacing: 0.03em;
  padding: 0 20px;
  line-height: 45px;
  border-right: 1px solid #DBDBDB;
}
.nav-page ul li a:hover {
  color: #27B8B6;
  opacity: 1;
}
.nav-page ul li:last-of-type a {
  border-right: none;
}
@media (min-width: 1360px) {
  .nav-page {
    font-size: 1rem;
  }
}

.nav-shop {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  right: 0;
  z-index: 100;
  transition: all 0.35s;
}
.nav-shop.is-shown {
  visibility: visible;
  opacity: 1;
}
.nav-shop a {
  color: #353535;
}
.nav-shop a:hover {
  color: #27B8B6;
  opacity: 1;
}
.nav-shop ul {
  display: flex;
  flex-direction: column;
  gap: 0.625rem 0;
  width: 100%;
  padding: 20px 30px;
  background-color: #fff;
  z-index: 100;
}
.nav-shop ul li a {
  display: grid;
  grid-template-columns: 1.75rem auto;
  align-items: center;
  gap: 0 0.8125rem;
  padding-block: 0.625rem;
}

.hamburger-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding-inline: 15px;
  background-color: #ffffff;
}
.hamburger-wrap .hamburger {
  position: relative;
  width: 30px;
  height: 20px;
  cursor: pointer;
}
.hamburger-wrap .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  transition: 0.4s;
  background-color: #353535;
}
.hamburger-wrap .hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger-wrap .hamburger span:nth-of-type(2) {
  top: calc(50% - 0.5px);
}
.hamburger-wrap .hamburger span:nth-of-type(3) {
  bottom: 0;
}
.hamburger-wrap.open .hamburger span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 50%;
}
.hamburger-wrap.open .hamburger span:nth-of-type(2) {
  transform: rotate(150deg);
  opacity: 0;
}
.hamburger-wrap.open .hamburger span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 50%;
}
@media (min-width: 1360px) {
  .hamburger-wrap {
    left: unset;
    right: 0;
    padding-inline: 20px;
  }
  .hamburger-wrap .hamburger {
    width: 50px;
    height: 30px;
  }
  .hamburger-wrap.open .hamburger span:nth-of-type(2) {
    transform: translateX(100px);
  }
}

/*NEWS*/
.news {
  max-width: 1142px;
  margin: 62px auto 0;
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 158.5%; /* 25.36px */
  letter-spacing: 1.68px;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
}
.news > a {
  position: relative;
  display: flex;
  padding: 13px;
  color: #202020;
}
.news > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(/store/tsukinomise/img/ico-arrow-right.png);
  background-size: contain;
  width: 6.65px;
  height: 11px;
}
.news > a > div:nth-of-type(1) {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
.news > a > div:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  height: 64%;
  width: 1px;
  transform: translateY(-50%);
  background-color: #D2D2D2;
}

@media (max-width: 519px) {
  /*NEWS*/
  .sec--news {
    padding: 0 20px;
  }
  .news {
    margin-top: 50px;
    font-size: 12px;
  }
  .news > a {
    padding: 18px 13px 18px 0;
  }
  .news > a > div:nth-of-type(1) {
    margin-right: 16px;
    padding-right: 16px;
  }
  .news > a > div:nth-of-type(1)::after {
    height: 100%;
  }
}
.product {
  --bg-color: #E1E7E4;
  margin: 3.125rem 0;
  padding: 0 0 3.125rem;
  position: relative;
  overflow: hidden;
  background-color: var(--bg-color);
}
.product.signature {
  --bg-color: #505468;
}
.product.signature .prod-item {
  color: var(--color-white);
}
.product.hold {
  --bg-color: #B6C6CD;
}
.product.nightware {
  --bg-color: #D3D5C3;
}
.product.totonoeru {
  --bg-color: #EADCCE;
}
.product.night {
  --bg-color: #717171;
}
.product.night .prod-item {
  color: var(--color-white);
}
.product.joha {
  --bg-color: #D7C8B9;
}
@media (min-width: 520px) {
  .product {
    padding: 0 0 8.125rem;
  }
}

.product-gallery {
  --bg-color: #C3CAC6;
  background-color: var(--bg-color);
}
.product-gallery.signature {
  --bg-color: #8B596F;
}
.product-gallery.hold {
  --bg-color: #678B8E;
}
.product-gallery.nightware {
  --bg-color: #EDEBDC;
}
.product-gallery.totonoeru {
  --bg-color: #E3D1BE;
}
.product-gallery.night {
  --bg-color: #979797;
}
.product-gallery.joha {
  --bg-color: #EFE7DF;
}
.product-gallery .swiper-container {
  width: 87%;
  margin: 0;
  padding: 0;
}
@media (min-width: 520px) {
  .product-gallery .swiper-container {
    width: 80%;
  }
}

.product-header {
  --bg-color: #C3CAC6;
  --text-color: #ffffff;
  position: relative;
  max-width: 37.5rem;
  margin: auto;
  padding: 3.125rem 1.25rem;
  color: var(--text-color);
  background-color: var(--bg-color);
  white-space: pre-line;
}
.product-header.signature {
  --bg-color: #8B596F;
}
.product-header.hold {
  --bg-color: #678B8E;
}
.product-header.nightware {
  --bg-color: #EDEBDC;
  --text-color: var(--text-color);
}
.product-header.totonoeru {
  --bg-color: #E3D1BE;
  --text-color: var(--text-color);
}
.product-header.night {
  --bg-color: #979797;
}
.product-header.joha {
  --bg-color: #EFE7DF;
  --text-color: var(--text-color);
}
.product-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: calc(50vw - 50%);
  height: 100%;
  background-color: var(--bg-color);
}
.product-header h2 {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.48;
  letter-spacing: 0.07em;
}
.product-header h2 small {
  font-size: 67%;
}
.product-header p {
  font-size: 0.875rem;
  line-height: 192%;
  letter-spacing: 0.05em;
  white-space: normal;
}
@media (min-width: 520px) {
  .product-header {
    padding: 3.75rem 0 3.75rem 3.75rem;
  }
  .product-header h2 {
    font-size: 1.3125rem;
  }
  .product-header p {
    font-size: 1rem;
    white-space: pre-line;
  }
}

.product-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(47.7611940299%, 1fr));
  gap: 30px 4.4776119403%;
  margin: 80px auto 0;
  width: min(89.3333333333vw, 1140px);
}
@media (min-width: 48rem) {
  .product-list {
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
    gap: 100px 40px;
  }
}

.product-lineup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.25rem 5.9701492537%;
  width: min(100%, 55.2rem);
}
@media (min-width: 48rem) {
  .product-lineup {
    gap: 85px 7.2463768116%;
  }
}

.prod-item {
  --gap: 1rem;
  --lh: 158.5%;
  --copy-fs: 0.75rem;
  --copy-ls: -0.18px;
  --copy-br: none;
  --name-fs: 1rem;
  --name-ls: -0.24px;
  --size-fs: 0.75rem;
  --size-ls: -0.18px;
  --type-fs: 0.875rem;
  --type-ls: -0.21px;
  --price-fs: 1.3125rem;
  --price-ls: 1.47px;
  --tax-fs: 0.6875rem;
  --tax-ls: 0.385px;
  --button-fs: 0.875rem;
  --button-ls: 0.7px;
  --button-h: 2rem;
  color: #414141;
  container: product/inline-size;
}
.prod-item .image {
  width: 100%;
  height: auto;
  background-color: #E8EBEE;
}
.prod-item-detail {
  display: grid;
  gap: var(--gap) 0;
}
.prod-item .copy {
  font-family: "Yu Gothic Pr6N M";
  font-size: var(--copy-fs);
  line-height: var(--lh);
  letter-spacing: var(--copy-ls);
  white-space: pre-line;
}
.prod-item .copy br {
  display: var(--copy-br);
}
.prod-item .copy:empty {
  display: none;
}
.prod-item .name {
  font-family: "Yu Gothic Pr6N D";
  font-size: var(--name-fs);
  line-height: var(--lh);
  letter-spacing: var(--name-ls);
}
.prod-item .size {
  display: block;
  font-family: "Yu Gothic Pr6N M";
  font-size: var(--size-fs);
  line-height: var(--lh);
  letter-spacing: var(--size-ls);
}
.prod-item .size:empty {
  display: none;
}
.prod-item .price {
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: var(--price-fs);
  line-height: normal;
  letter-spacing: var(--price-ls);
}
.prod-item .inc-tax {
  font-size: var(--tax-fs);
  line-height: normal;
  letter-spacing: var(--tax-ls);
}
.prod-item .button {
  width: 100%;
  max-width: 12rem;
  margin-top: 0.75rem;
  display: block;
  color: #ffffff;
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: var(--button-fs);
  line-height: var(--button-h);
  letter-spacing: var(--button-ls);
  text-align: center;
  background-color: #B77EAE;
  border-radius: calc(var(--button-h) / 2);
}
.prod-item .urikire {
  display: block;
  font-size: 0.75rem;
  font-family: "Koburina Gothic W6 JIS2004";
  margin-top: 0.5rem;
  color: #C790BB;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.prod-item .splide__pagination {
  position: relative;
  bottom: unset;
  margin-block: 1.2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem 0.875rem;
  padding: 0;
}
.prod-item .splide__pagination__page {
  width: 1.0625rem;
  height: 1.0625rem;
  margin: 0;
  opacity: 1;
  box-shadow: 0 0 0 0.2px #DBDBDB, 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.prod-item .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: inherit;
  box-shadow: 0 0 0 0.2px #DBDBDB, 0 0 0 4px #ffffff, 0px 0px 4px 4px rgba(0, 0, 0, 0.3);
}
.prod-item .splide:not(.is-overflow) .splide__pagination {
  display: block;
}
@container product (width > 200px) {
  .prod-item .name br:first-of-type {
    display: none;
  }
}
@media (min-width: 48rem) {
  .prod-item {
    --gap: 0.8125rem;
    --copy-fs: 0.9375rem;
    --copy-ls: -0.225px;
    --copy-br: block;
    --name-fs: 1.125rem;
    --name-ls: -0.18px;
    --button-fs: 1rem;
    --button-ls: 0.8px;
    --button-h: 2.25rem;
  }
  .prod-item p {
    white-space: unset;
  }
  .prod-item .urikire {
    font-size: 0.9375rem;
  }
  .prod-item .button {
    margin-top: var(--gap);
  }
  .prod-item .splide__pagination {
    margin-block: 1.0625rem;
  }
}

[data-product-lineup=signature] .splide__pagination li:nth-of-type(1) .splide__pagination__page {
  background-color: #E8DFD4;
}
[data-product-lineup=signature] .splide__pagination li.sold-out:nth-of-type(1) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #E8DFD4, #E8DFD4 calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #E8DFD4 calc(50% + 0.5px), #E8DFD4);
}
[data-product-lineup=signature] .splide__pagination li:nth-of-type(2) .splide__pagination__page {
  background-color: #D3E9F0;
}
[data-product-lineup=signature] .splide__pagination li.sold-out:nth-of-type(2) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #D3E9F0, #D3E9F0 calc(50% - 0.5px), #5B5B5B calc(50% - 0.5px), #5B5B5B calc(50% + 0.5px), #D3E9F0 calc(50% + 0.5px), #D3E9F0);
}
[data-product-lineup=signature] .splide__pagination li:nth-of-type(3) .splide__pagination__page {
  background-color: #BF6E8D;
}
[data-product-lineup=signature] .splide__pagination li.sold-out:nth-of-type(3) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #BF6E8D, #BF6E8D calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #BF6E8D calc(50% + 0.5px), #BF6E8D);
}
[data-product-lineup=signature] .splide__pagination li:nth-of-type(4) .splide__pagination__page {
  background-color: #363636;
}
[data-product-lineup=signature] .splide__pagination li.sold-out:nth-of-type(4) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #363636, #363636 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #363636 calc(50% + 0.5px), #363636);
}

[data-product-lineup=hold] .splide__pagination li:nth-of-type(1) .splide__pagination__page {
  background-color: #B4B7C0;
}
[data-product-lineup=hold] .splide__pagination li.sold-out:nth-of-type(1) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #B4B7C0, #B4B7C0 calc(50% - 0.5px), #5B5B5B calc(50% - 0.5px), #5B5B5B calc(50% + 0.5px), #B4B7C0 calc(50% + 0.5px), #B4B7C0);
}
[data-product-lineup=hold] .splide__pagination li:nth-of-type(2) .splide__pagination__page {
  background-color: #5A4144;
}
[data-product-lineup=hold] .splide__pagination li.sold-out:nth-of-type(2) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #5A4144, #5A4144 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #5A4144 calc(50% + 0.5px), #5A4144);
}

[data-product-lineup=nightware] .splide__pagination li:nth-of-type(1) .splide__pagination__page {
  background-color: #F1EADD;
}
[data-product-lineup=nightware] .splide__pagination li.sold-out:nth-of-type(1) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #F1EADD, #F1EADD calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #F1EADD calc(50% + 0.5px), #F1EADD);
}
[data-product-lineup=nightware] .splide__pagination li:nth-of-type(2) .splide__pagination__page {
  background-color: #DFC8B4;
}
[data-product-lineup=nightware] .splide__pagination li.sold-out:nth-of-type(2) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #DFC8B4, #DFC8B4 calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #DFC8B4 calc(50% + 0.5px), #DFC8B4);
}
[data-product-lineup=nightware] .splide__pagination li:nth-of-type(3) .splide__pagination__page {
  background-color: #ABD0C9;
}
[data-product-lineup=nightware] .splide__pagination li.sold-out:nth-of-type(3) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #ABD0C9, #ABD0C9 calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #ABD0C9 calc(50% + 0.5px), #ABD0C9);
}

[data-product-lineup=totonoeru] .splide__pagination li:nth-of-type(1) .splide__pagination__page {
  background-color: #B7D4D0;
}
[data-product-lineup=totonoeru] .splide__pagination li.sold-out:nth-of-type(1) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #B7D4D0, #B7D4D0 calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #B7D4D0 calc(50% + 0.5px), #B7D4D0);
}
[data-product-lineup=totonoeru] .splide__pagination li:nth-of-type(2) .splide__pagination__page {
  background-color: #D1B295;
}
[data-product-lineup=totonoeru] .splide__pagination li.sold-out:nth-of-type(2) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #D1B295, #D1B295 calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #D1B295 calc(50% + 0.5px), #D1B295);
}

[data-product-lineup=night] .splide__pagination li:nth-of-type(1) .splide__pagination__page {
  background-color: #FFB3B4;
}
[data-product-lineup=night] .splide__pagination li.sold-out:nth-of-type(1) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #FFB3B4, #FFB3B4 calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #FFB3B4 calc(50% + 0.5px), #FFB3B4);
}
[data-product-lineup=night] .splide__pagination li:nth-of-type(2) .splide__pagination__page {
  background-color: #5F5252;
}
[data-product-lineup=night] .splide__pagination li.sold-out:nth-of-type(2) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #5F5252, #5F5252 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #5F5252 calc(50% + 0.5px), #5F5252);
}

[data-product-lineup=joha] [data-item=joha-camisole] .splide__pagination li:nth-of-type(1) .splide__pagination__page {
  background-color: #A09696;
}
[data-product-lineup=joha] [data-item=joha-camisole] .splide__pagination li.sold-out:nth-of-type(1) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #A09696, #A09696 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #A09696 calc(50% + 0.5px), #A09696);
}
[data-product-lineup=joha] [data-item=joha-camisole] .splide__pagination li:nth-of-type(2) .splide__pagination__page {
  background-color: light;
}
[data-product-lineup=joha] [data-item=joha-camisole] .splide__pagination li.sold-out:nth-of-type(2) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, light, light calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), light calc(50% + 0.5px), light);
}

[data-product-lineup=joha] [data-item=joha-undershirt] .splide__pagination li:nth-of-type(1) .splide__pagination__page {
  background-color: #DBDBDB;
}
[data-product-lineup=joha] [data-item=joha-undershirt] .splide__pagination li.sold-out:nth-of-type(1) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #DBDBDB, #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #DBDBDB calc(50% + 0.5px), #DBDBDB);
}
[data-product-lineup=joha] [data-item=joha-undershirt] .splide__pagination li:nth-of-type(2) .splide__pagination__page {
  background-color: #716F81;
}
[data-product-lineup=joha] [data-item=joha-undershirt] .splide__pagination li.sold-out:nth-of-type(2) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #716F81, #716F81 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #716F81 calc(50% + 0.5px), #716F81);
}

[data-product-lineup=joha] [data-item=joha-blouse_long] .splide__pagination li:nth-of-type(1) .splide__pagination__page {
  background-color: #3D3C72;
}
[data-product-lineup=joha] [data-item=joha-blouse_long] .splide__pagination li.sold-out:nth-of-type(1) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #3D3C72, #3D3C72 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #3D3C72 calc(50% + 0.5px), #3D3C72);
}
[data-product-lineup=joha] [data-item=joha-blouse_long] .splide__pagination li:nth-of-type(2) .splide__pagination__page {
  background-color: #FBF4E2;
}
[data-product-lineup=joha] [data-item=joha-blouse_long] .splide__pagination li.sold-out:nth-of-type(2) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #FBF4E2, #FBF4E2 calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #FBF4E2 calc(50% + 0.5px), #FBF4E2);
}
[data-product-lineup=joha] [data-item=joha-blouse_long] .splide__pagination li:nth-of-type(3) .splide__pagination__page {
  background-color: #BBB;
}
[data-product-lineup=joha] [data-item=joha-blouse_long] .splide__pagination li.sold-out:nth-of-type(3) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #BBB, #BBB calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #BBB calc(50% + 0.5px), #BBB);
}
[data-product-lineup=joha] [data-item=joha-blouse_long] .splide__pagination li:nth-of-type(4) .splide__pagination__page {
  background-color: #A09696;
}
[data-product-lineup=joha] [data-item=joha-blouse_long] .splide__pagination li.sold-out:nth-of-type(4) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #A09696, #A09696 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #A09696 calc(50% + 0.5px), #A09696);
}
[data-product-lineup=joha] [data-item=joha-blouse_long] .splide__pagination li:nth-of-type(5) .splide__pagination__page {
  background-color: #617163;
}
[data-product-lineup=joha] [data-item=joha-blouse_long] .splide__pagination li.sold-out:nth-of-type(5) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #617163, #617163 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #617163 calc(50% + 0.5px), #617163);
}

[data-product-lineup=joha] [data-item=joha-leggings] .splide__pagination li:nth-of-type(1) .splide__pagination__page {
  background-color: #3D3C72;
}
[data-product-lineup=joha] [data-item=joha-leggings] .splide__pagination li.sold-out:nth-of-type(1) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #3D3C72, #3D3C72 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #3D3C72 calc(50% + 0.5px), #3D3C72);
}
[data-product-lineup=joha] [data-item=joha-leggings] .splide__pagination li:nth-of-type(2) .splide__pagination__page {
  background-color: #FBF4E2;
}
[data-product-lineup=joha] [data-item=joha-leggings] .splide__pagination li.sold-out:nth-of-type(2) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #FBF4E2, #FBF4E2 calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #FBF4E2 calc(50% + 0.5px), #FBF4E2);
}
[data-product-lineup=joha] [data-item=joha-leggings] .splide__pagination li:nth-of-type(3) .splide__pagination__page {
  background-color: #BBB;
}
[data-product-lineup=joha] [data-item=joha-leggings] .splide__pagination li.sold-out:nth-of-type(3) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #BBB, #BBB calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #BBB calc(50% + 0.5px), #BBB);
}
[data-product-lineup=joha] [data-item=joha-leggings] .splide__pagination li:nth-of-type(4) .splide__pagination__page {
  background-color: #A09696;
}
[data-product-lineup=joha] [data-item=joha-leggings] .splide__pagination li.sold-out:nth-of-type(4) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #A09696, #A09696 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #A09696 calc(50% + 0.5px), #A09696);
}
[data-product-lineup=joha] [data-item=joha-leggings] .splide__pagination li:nth-of-type(5) .splide__pagination__page {
  background-color: #828282;
}
[data-product-lineup=joha] [data-item=joha-leggings] .splide__pagination li.sold-out:nth-of-type(5) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #828282, #828282 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #828282 calc(50% + 0.5px), #828282);
}
[data-product-lineup=joha] [data-item=joha-leggings] .splide__pagination li:nth-of-type(6) .splide__pagination__page {
  background-color: #617163;
}
[data-product-lineup=joha] [data-item=joha-leggings] .splide__pagination li.sold-out:nth-of-type(6) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #617163, #617163 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #617163 calc(50% + 0.5px), #617163);
}

[data-product-lineup=joha] [data-item=joha-wool_socks] .splide__pagination li:nth-of-type(1) .splide__pagination__page {
  background-color: #FFD2F8;
}
[data-product-lineup=joha] [data-item=joha-wool_socks] .splide__pagination li.sold-out:nth-of-type(1) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #FFD2F8, #FFD2F8 calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #FFD2F8 calc(50% + 0.5px), #FFD2F8);
}
[data-product-lineup=joha] [data-item=joha-wool_socks] .splide__pagination li:nth-of-type(2) .splide__pagination__page {
  background-color: #FBF4E2;
}
[data-product-lineup=joha] [data-item=joha-wool_socks] .splide__pagination li.sold-out:nth-of-type(2) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #FBF4E2, #FBF4E2 calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #FBF4E2 calc(50% + 0.5px), #FBF4E2);
}
[data-product-lineup=joha] [data-item=joha-wool_socks] .splide__pagination li:nth-of-type(3) .splide__pagination__page {
  background-color: #BBB;
}
[data-product-lineup=joha] [data-item=joha-wool_socks] .splide__pagination li.sold-out:nth-of-type(3) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #BBB, #BBB calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #BBB calc(50% + 0.5px), #BBB);
}
[data-product-lineup=joha] [data-item=joha-wool_socks] .splide__pagination li:nth-of-type(4) .splide__pagination__page {
  background-color: #BA2323;
}
[data-product-lineup=joha] [data-item=joha-wool_socks] .splide__pagination li.sold-out:nth-of-type(4) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #BA2323, #BA2323 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #BA2323 calc(50% + 0.5px), #BA2323);
}
[data-product-lineup=joha] [data-item=joha-wool_socks] .splide__pagination li:nth-of-type(5) .splide__pagination__page {
  background-color: #A44B1B;
}
[data-product-lineup=joha] [data-item=joha-wool_socks] .splide__pagination li.sold-out:nth-of-type(5) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #A44B1B, #A44B1B calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #A44B1B calc(50% + 0.5px), #A44B1B);
}
[data-product-lineup=joha] [data-item=joha-wool_socks] .splide__pagination li:nth-of-type(6) .splide__pagination__page {
  background-color: #6E208B;
}
[data-product-lineup=joha] [data-item=joha-wool_socks] .splide__pagination li.sold-out:nth-of-type(6) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #6E208B, #6E208B calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #6E208B calc(50% + 0.5px), #6E208B);
}
[data-product-lineup=joha] [data-item=joha-wool_socks] .splide__pagination li:nth-of-type(7) .splide__pagination__page {
  background-color: #40290F;
}
[data-product-lineup=joha] [data-item=joha-wool_socks] .splide__pagination li.sold-out:nth-of-type(7) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #40290F, #40290F calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #40290F calc(50% + 0.5px), #40290F);
}
[data-product-lineup=joha] [data-item=joha-wool_socks] .splide__pagination li:nth-of-type(8) .splide__pagination__page {
  background-color: #617163;
}
[data-product-lineup=joha] [data-item=joha-wool_socks] .splide__pagination li.sold-out:nth-of-type(8) .splide__pagination__page {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #617163, #617163 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #617163 calc(50% + 0.5px), #617163);
}

.gallery {
  position: relative;
  z-index: 1;
  width: 87%;
  aspect-ratio: 1/1;
}
.gallery picture {
  color: transparent;
  opacity: 0;
  z-index: 0;
  backface-visibility: hidden;
}
.gallery picture:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 520px) {
  .gallery {
    width: 80%;
    aspect-ratio: 2288/1228;
  }
}

.gallery-of-2 picture {
  animation: slideshow-of-2 8s linear infinite 0s;
}
.gallery-of-2 picture:nth-of-type(1) {
  animation-delay: 0s;
}
.gallery-of-2 picture:nth-of-type(2) {
  animation-delay: 4s;
}

.gallery-of-3 picture {
  animation: slideshow-of-3 12s linear infinite 0s;
}
.gallery-of-3 picture:nth-of-type(1) {
  animation-delay: 0s;
}
.gallery-of-3 picture:nth-of-type(2) {
  animation-delay: 4s;
}
.gallery-of-3 picture:nth-of-type(3) {
  animation-delay: 8s;
}

.gallery-of-4 picture {
  animation: slideshow-of-4 16s linear infinite 0s;
}
.gallery-of-4 picture:nth-of-type(1) {
  animation-delay: 0s;
}
.gallery-of-4 picture:nth-of-type(2) {
  animation-delay: 4s;
}
.gallery-of-4 picture:nth-of-type(3) {
  animation-delay: 8s;
}
.gallery-of-4 picture:nth-of-type(4) {
  animation-delay: 12s;
}

@keyframes slideshow-of-2 {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  25.00% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  50.00% {
    opacity: 1;
  }
  75.00% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideshow-of-3 {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  16.67% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  33.33% {
    opacity: 1;
  }
  50.00% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideshow-of-4 {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  15.00% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  25.00% {
    opacity: 1;
  }
  35.00% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}