@charset "UTF-8";
* {
  min-height: 0%;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

body {
  font-family: "Gothic Medium BBB";
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  color: #353535;
  background-color: #F6F7EC;
}

ul {
  list-style: none;
}

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

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

/*header*/
.tukiInd-header {
  font-family: "Koburina Gothic W3 JIS2004";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 100;
  background-color: #fff;
}
.tukiInd-header a {
  color: #353535;
}
.tukiInd-header.is-stuck {
  opacity: 1;
  visibility: visible;
}
.tukiInd-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  width: 100%;
  padding: 0 15px;
}
.tukiInd-header-left {
  display: flex;
  align-items: center;
  gap: 0 0.625rem;
}
.tukiInd-header-left p {
  font-family: "Gothic Medium BBB";
  font-size: clamp(0.6875rem, 2.9490616622vw, 0.875rem);
}
.tukiInd-header-ico svg {
  width: 20px;
}

@media (min-width: 75rem) {
  .tukiInd-header-inner {
    height: 82px;
    padding: 0 20px;
  }
  .tukiInd-header-ico svg {
    width: 30px;
  }
  .tukiInd-header-left {
    gap: 0 1.25rem;
  }
  .tukiInd-header-left p {
    font-size: 1.125rem;
  }
}
/*header*/
.tukiInd-nav1 ul {
  display: flex;
  align-items: center;
  width: max-content;
}
.tukiInd-nav1 ul li a {
  display: block;
  letter-spacing: 0.03em;
  padding: 0 20px;
  line-height: 45px;
  border-right: 1px solid #DBDBDB;
}
.tukiInd-nav1 ul li a:hover {
  color: #27B8B6;
  opacity: 1;
}
.tukiInd-nav1 ul li:last-of-type a {
  border-right: none;
}

.tukiInd-nav2.open .tukiInd-nav2-menuIcon span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 50%;
}
.tukiInd-nav2.open .tukiInd-nav2-menuIcon span:nth-of-type(2) {
  transform: translateX(100px);
  opacity: 0;
}
.tukiInd-nav2.open .tukiInd-nav2-menuIcon span:nth-of-type(3) {
  transform: rotate(-45deg);
  top: 50%;
}

.tukiInd-nav2-menuIcon {
  position: relative;
  width: 50px;
  height: 30px;
  cursor: pointer;
}
.tukiInd-nav2-menuIcon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  transition: 0.4s;
  background-color: #353535;
}
.tukiInd-nav2-menuIcon span:nth-of-type(1) {
  top: 0;
}
.tukiInd-nav2-menuIcon span:nth-of-type(2) {
  top: 14px;
}
.tukiInd-nav2-menuIcon span:nth-of-type(3) {
  bottom: 0;
}

.tukiInd-nav2-inner {
  position: fixed;
  visibility: hidden;
  top: 82px;
  right: 0;
  z-index: 100;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}
.tukiInd-nav2-inner.open {
  visibility: visible;
  opacity: 1;
}
.tukiInd-nav2-inner a {
  color: #353535;
}
.tukiInd-nav2-inner a:hover {
  color: #27B8B6;
  opacity: 1;
}
.tukiInd-nav2-inner ul {
  width: 100%;
  padding: 20px 30px;
  background-color: #fff;
  z-index: 100;
}
.tukiInd-nav2-inner ul li a {
  position: relative;
  padding: 18px 10px 18px 21px;
  margin-left: 20px;
  display: block;
}
.tukiInd-nav2-inner ul li a img {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
}
.tukiInd-nav2-inner ul li a .ico-cart {
  width: 28px;
}
.tukiInd-nav2-inner ul li a .ico-bag {
  left: -18px;
  width: 18px;
}
.tukiInd-nav2-inner ul li.min {
  font-size: 85%;
}
.tukiInd-nav2-inner ul li.min a {
  padding: 13px 10px 13px 21px;
  line-height: 1.5;
}

/*ヘッダー限定*/
@media (max-width: 1362px) {
  /*header*/
  .tukiInd-nav1 {
    font-size: 14px;
  }
  .tukiInd-nav2 ul {
    position: fixed;
    top: 50px;
    padding-top: 10px;
  }
  .tukiInd-nav2.open .tukiInd-nav2-menuIcon span:nth-of-type(2) {
    transform: rotate(150deg);
  }
  .tukiInd-nav2-menuIcon {
    width: 30px;
    height: 20px;
  }
  .tukiInd-nav2-menuIcon span:nth-of-type(2) {
    top: 9px;
  }
  .tukiInd-nav2-inner {
    top: 50px;
  }
}
@media (max-width: 519px) {
  .tukiInd-nav2-inner ul li.min a {
    padding: 10px 10px 10px 21px;
  }
}
.hero {
  --h1-x: 5.8981233244vw;
  --h1-y: 6.4343163539vw;
  --h1-w: 31.0991957105vw;
  position: relative;
}
.hero-h1 {
  position: absolute;
  z-index: 5;
  top: var(--h1-y);
  left: var(--h1-x);
  width: min(var(--h1-w), 10.125rem);
}
.hero-h1 img {
  width: 100%;
  height: auto;
}
@media (min-width: 48rem) {
  .hero {
    --h1-x: 4rem;
    --h1-y: 3.3125rem;
  }
}

.section {
  width: min(89.3333333333vw, 71.375rem);
  margin-inline: auto;
  padding: 1.875rem 0 8.75rem;
  border-top: 1px solid #868585;
}
.section-header {
  font-size: 1rem;
  font-family: "Koburina Gothic W3 JIS2004";
  letter-spacing: 1.47px;
}
@media (min-width: 48rem) {
  .section-header {
    font-size: 1.3125rem;
  }
}

.yodogawa {
  --yodogawa-width: 89.8123324397vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.yodogawa-title {
  --h2-mar: 8.9410187668vw 0 0;
  --h2-fs: min(5.0938337802vw, 1.6875rem);
  --h2-lh: 173.5%;
  --h2-ls: 1.805px;
  --catch-fs: min(3.2316353887vw, 1.1875rem);
  --catch-lh: 192%;
  --catch-ls: 1.24px;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: var(--yodogawa-width);
  aspect-ratio: 335/243;
  margin-top: -32.1715817694vw;
  color: #353535;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5) 32.1715817694vw, #ffffff 32.1715817694vw);
}
.yodogawa-title .brand {
  width: 33.7801608579vw;
  margin-top: 6.2627345845vw;
}
.yodogawa-title .brand img {
  width: 100%;
  height: auto;
}
.yodogawa-title .h2 {
  margin: var(--h2-mar);
  font-size: var(--h2-fs);
  line-height: var(--h2-lh);
  letter-spacing: var(--h2-ls);
  white-space: pre-line;
}
.yodogawa-title .catch {
  font-size: var(--catch-fs);
  line-height: var(--catch-lh);
  letter-spacing: var(--catch-ls);
}
.yodogawa-title .sale-badge {
  margin: var(--line-h-mar);
  color: #445B72;
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: var(--line-h-fs);
  letter-spacing: 0.84px;
}
.yodogawa-title .sale-badge .date {
  display: block;
  width: fit-content;
  padding: var(--line-h-date-pad);
  color: #ffffff;
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: var(--line-h-fs);
  line-height: var(--line-h-lh);
  background-color: #445B72;
}
.yodogawa-content {
  width: var(--yodogawa-width);
  padding: 2.125rem 0 6.875rem;
  font-family: "Gothic Medium BBB";
  font-size: 0.875rem;
  line-height: 183.5%;
  letter-spacing: -0.42px;
}
.yodogawa-content p + p {
  margin-top: 2em;
}
@media (min-width: 48rem) {
  .yodogawa {
    --yodogawa-width: 34.375rem;
  }
  .yodogawa-title {
    --h2-mar: 2.4375rem 0 0.375rem;
    --h2-lh: 160%;
    --h2-ls: 2.565px;
    --catch-ls: 1.9px;
    aspect-ratio: 550/350;
    margin-top: -11.625rem;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5) 10.9375rem, #ffffff 10.9375rem);
  }
  .yodogawa-title .brand {
    width: 11.0625rem;
    margin-top: 2.9375rem;
  }
}
.yodogawa-content {
  font-size: 1rem;
  line-height: 192%;
  letter-spacing: 0.8px;
}
.yodogawa-content p {
  white-space: pre-line;
}

.gallery {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 373/674;
}
.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 {
    aspect-ratio: 1440/1080;
  }
}

[data-slides=seven] picture {
  animation: slideshow-of-7 42s linear infinite 0s;
}
[data-slides=seven] picture:nth-of-type(1) {
  animation-delay: 0s;
}
[data-slides=seven] picture:nth-of-type(2) {
  animation-delay: 6s;
}
[data-slides=seven] picture:nth-of-type(3) {
  animation-delay: 12s;
}
[data-slides=seven] picture:nth-of-type(4) {
  animation-delay: 18s;
}
[data-slides=seven] picture:nth-of-type(5) {
  animation-delay: 24s;
}
[data-slides=seven] picture:nth-of-type(6) {
  animation-delay: 30s;
}
[data-slides=seven] picture:nth-of-type(7) {
  animation-delay: 36s;
}

@keyframes slideshow-of-7 {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8.57% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  14.29% {
    opacity: 1;
  }
  20.00% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.contents-list {
  display: grid;
  gap: 1.875rem 2.625rem;
  margin: 3.125rem 0 0;
}
.contents-list a {
  color: currentColor;
}
.contents-list p {
  margin-top: 0.625em;
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 1rem;
  line-height: 1.48;
  letter-spacing: 0.07em;
}
@media (min-width: 48rem) {
  .contents-list {
    grid-template-columns: repeat(2, 1fr);
    margin: 1.875rem 0 0;
  }
  .contents-list p {
    margin-top: 0.9375rem;
    font-size: 1.3125rem;
    letter-spacing: 1.47px;
  }
}

.product-lineup {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42.5px 20px;
}
@media (min-width: 48rem) {
  .product-lineup {
    gap: 85px 40px;
  }
}

.product {
  --gap: 16px;
  --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.1875rem;
  --price-ls: 1.47px;
  --tax-fs: 0.6875rem;
  --tax-ls: 0.385px;
  --button-fs: 0.875rem;
  --button-ls: 0.7px;
  --button-h: 32px;
  color: #414141;
}
.product .image {
  width: 100%;
  height: auto;
  background-color: #E8EBEE;
}
.product .copy {
  margin-bottom: var(--gap);
  font-family: "Yu Gothic Pr6N M";
  font-size: var(--copy-fs);
  line-height: var(--lh);
  letter-spacing: var(--copy-ls);
}
.product .copy br {
  display: var(--copy-br);
}
.product .name {
  font-family: "Yu Gothic Pr6N D";
  font-size: var(--name-fs);
  line-height: var(--lh);
  letter-spacing: var(--name-ls);
}
.product .size {
  margin-bottom: var(--gap);
  font-family: "Yu Gothic Pr6N M";
  font-size: var(--size-fs);
  line-height: var(--lh);
  letter-spacing: var(--size-ls);
}
.product .type {
  font-family: "Yu Gothic Pr6N M";
  font-size: var(--type-fs);
  line-height: var(--lh);
  letter-spacing: var(--type-ls);
}
.product .price {
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: var(--price-fs);
  line-height: normal;
  letter-spacing: var(--price-ls);
}
.product .inc-tax {
  font-size: var(--tax-fs);
  line-height: normal;
  letter-spacing: var(--tax-ls);
}
.product .button {
  width: 100%;
  max-width: 192px;
  margin-top: var(--gap);
  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);
}
.product .urikire {
  display: none;
  font-size: 12px;
  font-family: "Koburina Gothic W6 JIS2004";
}
.product .urikire.active {
  display: block;
  margin-top: 5px;
  color: #C790BB;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.product .splide {
  margin-bottom: 53px;
}
.product .splide__pagination {
  bottom: -37px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
  padding: 0;
}
.product .splide__pagination__page {
  width: 17px;
  height: 17px;
  margin: 0;
  opacity: 1;
  box-shadow: 0 0 0 0.2px #DBDBDB, 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.product .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);
}
@media (min-width: 48rem) {
  .product {
    --gap: 13px;
    --copy-fs: 0.9375rem;
    --copy-ls: -0.225px;
    --copy-br: block;
    --name-fs: 1.125rem;
    --name-ls: -0.18px;
    --price-fs: 1.3125rem;
    --button-fs: 1rem;
    --button-ls: 0.8px;
    --button-h: 35px;
  }
  .product .urikire {
    font-size: 15px;
  }
  .product .splide {
    margin-bottom: 51px;
  }
  .product .splide__pagination {
    bottom: -38px;
  }
}

@media (min-width: 48rem) {
  .products {
    padding-bottom: 18.75rem;
  }
}

.product-lineup {
  margin-top: 2.5rem;
}
@media (min-width: 48rem) {
  .product-lineup {
    margin-top: 5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 75rem) {
  .product-lineup {
    grid-template-columns: repeat(4, 1fr);
  }
}

.product--kaimin-labo .splide__pagination li:nth-of-type(1) .splide__pagination__page {
  background-color: #F1EADD;
}
.product--kaimin-labo .splide__pagination li:nth-of-type(1).sold-out .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);
}
.product--kaimin-labo .splide__pagination li:nth-of-type(2) .splide__pagination__page {
  background-color: #DFC8B4;
}
.product--kaimin-labo .splide__pagination li:nth-of-type(2).sold-out .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);
}
.product--kaimin-labo .splide__pagination li:nth-of-type(3) .splide__pagination__page {
  background-color: #ABD0C9;
}
.product--kaimin-labo .splide__pagination li:nth-of-type(3).sold-out .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);
}

/*info*/
.info {
  --left-width: 20.625rem;
  position: relative;
  background-color: #ffffff;
}
.info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 24px);
  height: 24px;
  background-color: #D3C4BD;
  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, #B39D89 50%, #ffffff 50%);
  }
  .info-content {
    background-image: linear-gradient(to right, #B39D89 var(--left-width), #ffffff var(--left-width));
  }
  .info:after {
    display: none;
  }
  .info-content {
    padding: 100px 0;
  }
}

.info-item {
  display: grid;
  gap: 20px 0;
}
.info-item h4 {
  padding: 0 60px 0 0;
  font-family: "Koburina Gothic W3 JIS2004";
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: 0.07em;
}
.info-item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 192%;
  letter-spacing: 0.05em;
  color: #353535;
  white-space: pre-line;
}
.info-item p a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 0.5px;
}
.info-item p a:hover {
  text-decoration: none;
}
@media (min-width: 48rem) {
  .info-item {
    grid-template-columns: var(--left-width) auto;
  }
  .info-item h4 {
    padding: 0 30px;
    color: #ffffff;
    font-size: 21px;
  }
  .info-item p {
    padding: 0 30px 0 60px;
    font-size: 1rem;
  }
}

/*footer*/
.tukiInd-footer {
  background-color: #445B72;
  color: #F1F1F1;
  font-family: "Koburina Gothic W6 JIS2004";
}
.tukiInd-footer a {
  color: #F1F1F1;
}

.tukiInd-footer-inner {
  padding: 100px 30px;
}

.tukiInd-footerLinks {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.tukiInd-footerLinks-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-family: "Koburina Gothic W6 JIS2004";
  margin-right: 50px;
}
.tukiInd-footerLinks-sns > span {
  font-size: 18px;
  letter-spacing: 0.07em;
}
.tukiInd-footerLinks-sns > a {
  width: max-content;
}

.tukiInd-footerLinks-txt1 {
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: 18px;
  letter-spacing: 0.07em;
  text-align: center;
  line-height: 1.5;
}
.tukiInd-footerLinks-txt1 > a {
  color: #F1F1F1;
  display: inline-block;
}
.tukiInd-footerLinks-txt1 > a:nth-of-type(2), .tukiInd-footerLinks-txt1 > a:nth-of-type(3) {
  position: relative;
  margin: 0 16px 0 0;
}
.tukiInd-footerLinks-txt1 > a:nth-of-type(2)::after, .tukiInd-footerLinks-txt1 > a:nth-of-type(3)::after {
  content: "|";
  position: absolute;
  right: -15px;
  top: -2px;
  transform: rotate(40deg);
  font-size: 21px;
}
.tukiInd-footerLinks-txt1 > a:nth-of-type(2) {
  margin: 0 16px;
}
.tukiInd-footerLinks-txt1 > a:nth-of-type(2)::before {
  content: "|";
  position: absolute;
  left: -15px;
  top: -2px;
  transform: rotate(40deg);
  font-size: 21px;
}

.tukiInd-footerLinks-txt2 {
  text-align: center;
  margin-top: 50px;
}
.tukiInd-footerLinks-txt2 > a {
  display: inline-block;
  line-height: 1.5;
}
.tukiInd-footerLinks-txt2 > span {
  display: inline-block;
}

.tukiInd-footerLinks-sitename {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 100px;
}

@media (max-width: 959px) {
  /*footer*/
  .tukiInd-footerLinks {
    flex-wrap: wrap;
    justify-content: inherit;
    flex-direction: column;
    align-items: inherit;
  }
  .tukiInd-footerLinks-sns {
    justify-content: inherit;
  }
  .tukiInd-footerLinks-sns > span {
    font-size: 14px;
    margin-left: 0;
  }
  .tukiInd-footerLinks-txt1 {
    font-size: 14px;
    text-align: left;
    margin: 25px 0 0;
  }
  .tukiInd-footerLinks-txt1 > a {
    display: block;
  }
  .tukiInd-footerLinks-txt1 > a:nth-of-type(2), .tukiInd-footerLinks-txt1 > a:nth-of-type(3) {
    margin: 6px 0;
  }
  .tukiInd-footerLinks-txt1 > a:nth-of-type(2)::before, .tukiInd-footerLinks-txt1 > a:nth-of-type(2)::after, .tukiInd-footerLinks-txt1 > a:nth-of-type(3)::before, .tukiInd-footerLinks-txt1 > a:nth-of-type(3)::after {
    content: none;
  }
  .tukiInd-footerLinks-txt2 {
    text-align: left;
  }
  .tukiInd-footerLinks-txt2 > a {
    display: block;
  }
  .tukiInd-footerLinks-txt2 > a:nth-of-type(2), .tukiInd-footerLinks-txt2 > a:nth-of-type(3) {
    margin: 6px 0;
  }
  .tukiInd-footerLinks-txt2 > span {
    display: none;
  }
  .tukiInd-footerLinks-sitename {
    font-size: 10px;
    text-align: left;
    margin-top: 50px;
  }
  .tukiInd-footer-inner {
    padding: 50px 20px;
    max-width: 400px;
    margin: auto;
  }
}