@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: #414141;
  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;
}

.tuki-hobonichi {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  width: 81px;
}
.tuki-hobonichi img {
  width: 100%;
  height: auto;
}
@media (min-width: 520px) {
  .tuki-hobonichi {
    left: unset;
    right: 42px;
    top: 35px;
    width: 100px;
  }
}

/*swiper*/
.swiper-container--mv {
  width: 100%;
  padding-bottom: 0;
}
.swiper-container--mv .swiper-slide.first {
  animation-name: zoomout;
  animation-duration: 5s;
  animation-timing-function: linear;
}
@keyframes zoomout {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/*wrap*/
.tukiInd-preload {
  position: absolute;
  visibility: hidden;
  z-index: -1;
}

/*mv*/
.tukiInd-mv-logo {
  display: none;
  position: absolute;
  top: 40vw;
  right: 3vw;
  width: 15vw;
  z-index: 2;
}

/*common*/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 519px) {
  body {
    font-size: 14px;
  }
  /*mv*/
  .tukiInd-mv-logo {
    top: 139vw;
    right: 8vw;
    width: 35vw;
  }
  /*common*/
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*header*/
.tukiInd-header {
  display: none;
  font-family: "Koburina Gothic W3 JIS2004";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
.tukiInd-header a {
  color: #353535;
}

.tukiInd-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
  padding: 0 20px;
}

.tukiInd-header-left {
  display: flex;
  align-items: center;
}

.tukiInd-header-ico {
  margin-right: 10px;
}
.tukiInd-header-ico img {
  width: 30px;
}

@media (max-width: 1362px) {
  /*header*/
  .tukiInd-header {
    overflow: scroll;
  }
  .tukiInd-header-inner {
    flex-direction: row-reverse;
    height: 50px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
  }
  .tukiInd-header-ico {
    display: none;
  }
  .tukiInd-header-ico img {
    width: 20px;
  }
}
@media (max-width: 1000px) {
  .tukiInd-header-inner {
    width: -moz-fit-content;
    width: fit-content;
  }
}
/*header*/
.tukiInd-nav1 ul {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  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;
  display: none;
  top: 82px;
  right: 0;
  z-index: 100;
}
.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.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;
  }
}
/*NEWS*/
.tukiInd-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;
}
.tukiInd-news > a {
  position: relative;
  display: flex;
  padding: 13px;
  color: #202020;
}
.tukiInd-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;
}
.tukiInd-news > a > div:nth-of-type(1) {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
}
.tukiInd-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*/
  .tukiInd-sec--news {
    padding: 0 20px;
  }
  .tukiInd-news {
    margin-top: 50px;
    font-size: 12px;
  }
  .tukiInd-news > a {
    padding: 18px 13px 18px 0;
  }
  .tukiInd-news > a > div:nth-of-type(1) {
    margin-right: 16px;
    padding-right: 16px;
  }
  .tukiInd-news > a > div:nth-of-type(1)::after {
    height: 100%;
  }
}
/*yodogawa*/
.tukiInd-yodogawa {
  margin: 56px 0 130px;
}

.tukiInd-yodogawa-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1202px;
  padding: 0 30px;
  margin: auto;
}
.tukiInd-yodogawa-inner p {
  font-weight: 500;
  line-height: 192%;
  letter-spacing: 0.05em;
  white-space: pre-line;
}
.tukiInd-yodogawa-inner p a {
  color: #C790BB;
}

.tukiInd-yodogawa-inner-right {
  width: 550px;
}

.tukiInd-yodogawa-bnr {
  color: #202020;
  font-size: 18px;
  display: inline-block;
  border: 1px solid #202020;
  border-radius: 200px;
  padding: 20px;
  max-width: 296px;
  width: 100%;
  text-align: center;
  margin-top: 35px;
  letter-spacing: 0.1rem;
}

@media (max-width: 990px) {
  .tukiInd-yodogawa {
    margin: 80px 0;
  }
  .tukiInd-yodogawa-inner {
    display: block;
    max-width: 550px;
  }
  .tukiInd-yodogawa-inner-right {
    margin-top: 50px;
    width: 100%;
  }
  .tukiInd-yodogawa-bnr {
    font-size: 16px;
    padding: 15px;
    max-width: 250px;
    margin-top: 20px;
  }
}
@media (max-width: 519px) {
  /*yodogawa*/
  .tukiInd-yodogawa {
    margin: 32px 0 50px;
  }
  .tukiInd-yodogawa-inner {
    padding: 0 20px;
  }
  .tukiInd-yodogawa-inner p {
    white-space: normal;
    text-align: justify;
  }
}
.tukiInd-prod {
  --bg-color: #E1E7E4;
  margin: 50px 0;
  padding: 0 0 50px;
  position: relative;
  background-color: var(--bg-color);
}
.tukiInd-prod.signature {
  --bg-color: #E1E7E4;
}
.tukiInd-prod.hold {
  --bg-color: #40353B;
}
.tukiInd-prod.totonoeru {
  --bg-color: #EADCCE;
}
.tukiInd-prod.matowa {
  --bg-color: #314056;
}
.tukiInd-prod.night-series {
  --bg-color: #717171;
}
.tukiInd-prod.joha {
  --bg-color: #D7C8B9;
}
@media (min-width: 520px) {
  .tukiInd-prod {
    padding: 0 0 130px;
  }
}

.lineup__gallery {
  --bg-color: #C3CAC6;
  background-color: var(--bg-color);
}
.lineup__gallery.signature {
  --bg-color: #C3CAC6;
}
.lineup__gallery.hold {
  --bg-color: #55474F;
}
.lineup__gallery.totonoeru {
  --bg-color: #E3D1BE;
}
.lineup__gallery.matowa {
  --bg-color: #233044;
}
.lineup__gallery.night-series {
  --bg-color: #979797;
}
.lineup__gallery.joha {
  --bg-color: #EFE7DF;
}
.lineup__gallery .swiper-container {
  width: 87%;
  margin: 0;
  padding: 0;
}
@media (min-width: 520px) {
  .lineup__gallery .swiper-container {
    width: 80%;
  }
}

.lineup__header {
  --bg-color: #C3CAC6;
  --text-color: #2B2B2B;
  position: relative;
  max-width: 600px;
  margin: auto;
  padding: 50px 20px;
  color: var(--text-color);
  background-color: var(--bg-color);
  white-space: pre-line;
}
.lineup__header.signature {
  --bg-color: #C3CAC6;
}
.lineup__header.hold {
  --bg-color: #55474F;
  --text-color: #ffffff;
}
.lineup__header.totonoeru {
  --bg-color: #E3D1BE;
}
.lineup__header.matowa {
  --bg-color: #233044;
  --text-color: #ffffff;
}
.lineup__header.night-series {
  --bg-color: #979797;
  --text-color: #ffffff;
}
.lineup__header.joha {
  --bg-color: #EFE7DF;
  --text-color: #414141;
}
.lineup__header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: calc(50vw - 50%);
  height: 100%;
  background-color: var(--bg-color);
}
.lineup__header h2 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.48;
  letter-spacing: 0.07em;
}
.lineup__header p {
  font-size: 14px;
  line-height: 192%;
  letter-spacing: 0.05em;
  white-space: normal;
}
@media (min-width: 520px) {
  .lineup__header {
    padding: 60px 0 60px 60px;
  }
  .lineup__header h2 {
    font-size: 21px;
  }
  .lineup__header p {
    font-size: 16px;
    white-space: pre-line;
  }
}

.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;
}

@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;
  }
}
.tukiInd-prod {
  overflow: hidden;
}

.tukiInd-prod-lineup {
  display: flex;
  flex-wrap: wrap;
  margin: 80px auto 0;
  width: min(89.3333333333vw, 1140px);
}
@media (min-width: 960px) {
  .tukiInd-prod-lineup > div {
    width: calc(25% - 30px);
    margin-right: 40px;
  }
  .tukiInd-prod-lineup > div:nth-of-type(4n) {
    margin-right: 0;
  }
  .tukiInd-prod-lineup > div:nth-of-type(n+5) {
    margin-top: 100px;
  }
  .tukiInd-prod-lineup > div:nth-of-type(n+5).adj {
    margin-top: 30px;
  }
}

.tukiInd-prod-lineup-pic {
  margin-bottom: 10px;
}
.tukiInd-prod-lineup-pic .swiper-slide {
  background-color: #E8EBEE;
}

.tukiInd-prod-lineup-stock {
  margin-top: 10px;
  color: #C790BB;
  font-family: "Koburina Gothic W6 JIS2004";
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-size: 13px;
}

.tukiInd-prod-lineup-beforesalse {
  display: inline-block;
  padding: 8px 14px;
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #C790BB;
  text-align: center;
}

.fn-tukiInd-prod-lineup-stock {
  height: 0;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 519px) {
  .tukiInd-prod-lineup-stock {
    font-size: 11px;
  }
  .tukiInd-prod-lineup-beforesalse {
    width: 100%;
    padding: 8px 0;
  }
}
@media (min-width: 520px) and (max-width: 959px) {
  .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  .tukiInd-prod-lineup > div {
    width: calc(33.3333333333% - 14px);
    margin-right: 21px;
  }
  .tukiInd-prod-lineup > div:nth-of-type(3n) {
    margin-right: 0;
  }
  .tukiInd-prod-lineup > div:nth-of-type(n+4) {
    margin-top: 50px;
  }
}
@media (max-width: 820px) {
  .tukiInd-prod-lineup {
    margin-top: 50px;
  }
  .tukiInd-prod-lineup > div {
    width: calc(50% - 5px);
    margin-right: 0;
  }
  .tukiInd-prod-lineup > div:nth-of-type(2n) {
    margin-right: 0;
  }
  .tukiInd-prod-lineup > div:nth-of-type(3n) {
    margin-right: 0;
  }
  .tukiInd-prod-lineup > div:nth-of-type(2n+1) {
    margin-right: 10px;
  }
  .tukiInd-prod-lineup > div:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
.tuki-prod-item {
  --lh: 158.5%;
  --copy-fs: 12px;
  --copy-ls: -0.18px;
  --copy-br: none;
  --size-fs: 12px;
  --size-ls: -0.18px;
  --type-fs: 14px;
  --type-ls: -0.21px;
  color: #414141;
}
.hold .tuki-prod-item, .matowa .tuki-prod-item, .night-series .tuki-prod-item {
  color: #ffffff;
}
.tuki-prod-item-name {
  margin: 16px 0 0;
  font-family: "Gothic Medium BBB";
  font-size: 16px;
  line-height: 137%;
  letter-spacing: 0.05em;
}
.tuki-prod-item-name2 {
  margin: 10px 0 5px;
  font-family: "Gothic Medium BBB";
  font-size: 14px;
  line-height: 137%;
  letter-spacing: 0.05em;
}
.tuki-prod-item-price {
  margin-top: 16px;
}
.tuki-prod-item-name2 + .tuki-prod-item-price, .tuki-prod-item-type + .tuki-prod-item-price {
  margin-top: 0;
}
.tuki-prod-item-price > span:nth-of-type(1) {
  font-family: "Koburina Gothic W6 JIS2004";
  font-size: 21px;
  line-height: 1.48;
  letter-spacing: 0.07em;
}
.tuki-prod-item-price > span:nth-of-type(2) {
  display: block;
  font-size: 11px;
  line-height: 18px;
  font-family: "Gothic Medium BBB";
  letter-spacing: -0.02rem;
  font-feature-settings: "halt" on;
}
.tuki-prod-item-copy {
  font-size: var(--copy-fs);
  line-height: var(--lh);
  letter-spacing: var(--copy-ls);
}
.tuki-prod-item-copy br {
  display: var(--copy-br);
}
.tuki-prod-item-type {
  margin-top: 16px;
  font-size: var(--type-fs);
  line-height: var(--lh);
  letter-spacing: var(--type-ls);
}
.tuki-prod-item-size {
  font-size: var(--size-fs);
  line-height: var(--lh);
  letter-spacing: var(--size-ls);
}
@media (min-width: 520px) {
  .tuki-prod-item {
    --copy-fs: 15px;
    --copy-ls: -0.225px;
    --copy-br: block;
    --name-fs: 18px;
    --name-ls: -0.18px;
  }
  .tuki-prod-item-name {
    margin-top: 13px;
    font-size: 18px;
    line-height: 158.5%;
    letter-spacing: -0.015em;
  }
  .tuki-prod-item-name2 {
    font-size: 16px;
    line-height: 158.5%;
    letter-spacing: -0.015em;
  }
  .tuki-prod-item-price {
    margin-top: 13px;
  }
  .tuki-prod-item-price > span:nth-of-type(1) {
    font-size: 21px;
    line-height: 1.48;
    letter-spacing: 0.07em;
  }
  .tuki-prod-item-price > span:nth-of-type(2) {
    display: inline;
    font-size: 11px;
    line-height: 2;
  }
  .tuki-prod-item-type {
    margin-top: 13px;
  }
}

.urikire {
  display: none;
  font-size: 12px;
}
.urikire.active {
  display: block;
  margin-top: 5px;
  color: #C790BB;
  font-family: "Koburina Gothic W6 JIS2004";
  letter-spacing: 0.04em;
  line-height: 1.4;
}

@media (min-width: 520px) {
  .urikire {
    font-size: 15px;
  }
}
.c-goDetail {
  --gap: 16px;
  --button-mw: 150px;
  --button-fs: 14px;
  --button-ls: 0.7px;
  --button-h: 34px;
  width: 100%;
  max-width: var(--button-mw);
  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);
}
@media (min-width: 520px) {
  .c-goDetail {
    --gap: 13px;
    --button-mw: 192px;
    --button-fs: 16px;
    --button-ls: 0.8px;
    --button-h: 36px;
  }
}

.tukiInd-prod-lineup .swiper-container {
  padding-bottom: 43px;
}
@media (min-width: 956px) and (max-width: 1235px) {
  .tukiInd-prod-lineup .swiper-container[data-id=prod-joha-05] {
    padding-bottom: 60px;
  }
}
.tukiInd-prod-lineup .swiper-pagination {
  text-align: left;
  bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0;
  padding: 0 6px;
}
.tukiInd-prod-lineup .swiper-pagination[class*=pattern] > span {
  opacity: 1;
}
.tukiInd-prod-lineup .swiper-pagination[class*=pattern] > span:not(.swiper-pagination-bullet-active) {
  box-shadow: 0 0 0 0.2px #DBDBDB, 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.tukiInd-prod-lineup .swiper-pagination.pattern2 > span:nth-of-type(1) {
  background-color: #E5ECF2;
}
.tukiInd-prod-lineup .swiper-pagination.pattern2 > span.sold-out:nth-of-type(1) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #E5ECF2, #E5ECF2 calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #E5ECF2 calc(50% + 0.5px), #E5ECF2);
}
.tukiInd-prod-lineup .swiper-pagination.pattern2 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern2 > span:nth-of-type(2) {
  background-color: #CCDFD8;
}
.tukiInd-prod-lineup .swiper-pagination.pattern2 > span.sold-out:nth-of-type(2) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #CCDFD8, #CCDFD8 calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #CCDFD8 calc(50% + 0.5px), #CCDFD8);
}
.tukiInd-prod-lineup .swiper-pagination.pattern2 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern2 > span:nth-of-type(3) {
  background-color: #FF8D4E;
}
.tukiInd-prod-lineup .swiper-pagination.pattern2 > span.sold-out:nth-of-type(3) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #FF8D4E, #FF8D4E calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #FF8D4E calc(50% + 0.5px), #FF8D4E);
}
.tukiInd-prod-lineup .swiper-pagination.pattern2 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern2 > span:nth-of-type(4) {
  background-color: #693F78;
}
.tukiInd-prod-lineup .swiper-pagination.pattern2 > span.sold-out:nth-of-type(4) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #693F78, #693F78 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #693F78 calc(50% + 0.5px), #693F78);
}
.tukiInd-prod-lineup .swiper-pagination.pattern2 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern2 > span:nth-of-type(5) {
  background-color: #194032;
}
.tukiInd-prod-lineup .swiper-pagination.pattern2 > span.sold-out:nth-of-type(5) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #194032, #194032 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #194032 calc(50% + 0.5px), #194032);
}
.tukiInd-prod-lineup .swiper-pagination.pattern2 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern3 > span:nth-of-type(1) {
  background-color: #F0AF57;
}
.tukiInd-prod-lineup .swiper-pagination.pattern3 > span.sold-out:nth-of-type(1) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #F0AF57, #F0AF57 calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #F0AF57 calc(50% + 0.5px), #F0AF57);
}
.tukiInd-prod-lineup .swiper-pagination.pattern3 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern3 > span:nth-of-type(2) {
  background-color: #ED5F4A;
}
.tukiInd-prod-lineup .swiper-pagination.pattern3 > span.sold-out:nth-of-type(2) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #ED5F4A, #ED5F4A calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #ED5F4A calc(50% + 0.5px), #ED5F4A);
}
.tukiInd-prod-lineup .swiper-pagination.pattern3 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern3 > span:nth-of-type(3) {
  background-color: #7DA398;
}
.tukiInd-prod-lineup .swiper-pagination.pattern3 > span.sold-out:nth-of-type(3) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #7DA398, #7DA398 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #7DA398 calc(50% + 0.5px), #7DA398);
}
.tukiInd-prod-lineup .swiper-pagination.pattern3 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern3 > span:nth-of-type(4) {
  background-color: #76153F;
}
.tukiInd-prod-lineup .swiper-pagination.pattern3 > span.sold-out:nth-of-type(4) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #76153F, #76153F calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #76153F calc(50% + 0.5px), #76153F);
}
.tukiInd-prod-lineup .swiper-pagination.pattern3 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern4 > span:nth-of-type(1) {
  background-color: #D9BFA7;
}
.tukiInd-prod-lineup .swiper-pagination.pattern4 > span.sold-out:nth-of-type(1) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #D9BFA7, #D9BFA7 calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #D9BFA7 calc(50% + 0.5px), #D9BFA7);
}
.tukiInd-prod-lineup .swiper-pagination.pattern4 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern4 > span:nth-of-type(2) {
  background-color: #644553;
}
.tukiInd-prod-lineup .swiper-pagination.pattern4 > span.sold-out:nth-of-type(2) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #644553, #644553 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #644553 calc(50% + 0.5px), #644553);
}
.tukiInd-prod-lineup .swiper-pagination.pattern4 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern4 > span:nth-of-type(3) {
  background-color: #3F4A5A;
}
.tukiInd-prod-lineup .swiper-pagination.pattern4 > span.sold-out:nth-of-type(3) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #3F4A5A, #3F4A5A calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #3F4A5A calc(50% + 0.5px), #3F4A5A);
}
.tukiInd-prod-lineup .swiper-pagination.pattern4 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern6 > span:nth-of-type(1) {
  background-color: #C22741;
}
.tukiInd-prod-lineup .swiper-pagination.pattern6 > span.sold-out:nth-of-type(1) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #C22741, #C22741 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #C22741 calc(50% + 0.5px), #C22741);
}
.tukiInd-prod-lineup .swiper-pagination.pattern6 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern6 > span:nth-of-type(2) {
  background-color: #A9CBAD;
}
.tukiInd-prod-lineup .swiper-pagination.pattern6 > span.sold-out:nth-of-type(2) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #A9CBAD, #A9CBAD calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #A9CBAD calc(50% + 0.5px), #A9CBAD);
}
.tukiInd-prod-lineup .swiper-pagination.pattern6 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern6 > span:nth-of-type(3) {
  background-color: #D9A0AE;
}
.tukiInd-prod-lineup .swiper-pagination.pattern6 > span.sold-out:nth-of-type(3) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #D9A0AE, #D9A0AE calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #D9A0AE calc(50% + 0.5px), #D9A0AE);
}
.tukiInd-prod-lineup .swiper-pagination.pattern6 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern7 > span:nth-of-type(1) {
  background-color: #EFE9E3;
}
.tukiInd-prod-lineup .swiper-pagination.pattern7 > span.sold-out:nth-of-type(1) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #EFE9E3, #EFE9E3 calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #EFE9E3 calc(50% + 0.5px), #EFE9E3);
}
.tukiInd-prod-lineup .swiper-pagination.pattern7 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern7 > span:nth-of-type(2) {
  background-color: #CFDBDC;
}
.tukiInd-prod-lineup .swiper-pagination.pattern7 > span.sold-out:nth-of-type(2) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #CFDBDC, #CFDBDC calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #CFDBDC calc(50% + 0.5px), #CFDBDC);
}
.tukiInd-prod-lineup .swiper-pagination.pattern7 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern7 > span:nth-of-type(3) {
  background-color: #D7CAD6;
}
.tukiInd-prod-lineup .swiper-pagination.pattern7 > span.sold-out:nth-of-type(3) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #D7CAD6, #D7CAD6 calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #D7CAD6 calc(50% + 0.5px), #D7CAD6);
}
.tukiInd-prod-lineup .swiper-pagination.pattern7 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern15 > span:nth-of-type(1) {
  background-color: #E7E1E8;
}
.tukiInd-prod-lineup .swiper-pagination.pattern15 > span.sold-out:nth-of-type(1) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #E7E1E8, #E7E1E8 calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #E7E1E8 calc(50% + 0.5px), #E7E1E8);
}
.tukiInd-prod-lineup .swiper-pagination.pattern15 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern15 > span:nth-of-type(2) {
  background-color: #CCDFD8;
}
.tukiInd-prod-lineup .swiper-pagination.pattern15 > span.sold-out:nth-of-type(2) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #CCDFD8, #CCDFD8 calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #CCDFD8 calc(50% + 0.5px), #CCDFD8);
}
.tukiInd-prod-lineup .swiper-pagination.pattern15 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern15 > span:nth-of-type(3) {
  background-color: #184039;
}
.tukiInd-prod-lineup .swiper-pagination.pattern15 > span.sold-out:nth-of-type(3) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #184039, #184039 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #184039 calc(50% + 0.5px), #184039);
}
.tukiInd-prod-lineup .swiper-pagination.pattern15 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern15 > span:nth-of-type(4) {
  background-color: #504C53;
}
.tukiInd-prod-lineup .swiper-pagination.pattern15 > span.sold-out:nth-of-type(4) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #504C53, #504C53 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #504C53 calc(50% + 0.5px), #504C53);
}
.tukiInd-prod-lineup .swiper-pagination.pattern15 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern16 > span:nth-of-type(1) {
  background-color: #717660;
}
.tukiInd-prod-lineup .swiper-pagination.pattern16 > span.sold-out:nth-of-type(1) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #717660, #717660 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #717660 calc(50% + 0.5px), #717660);
}
.tukiInd-prod-lineup .swiper-pagination.pattern16 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern16 > span:nth-of-type(2) {
  background-color: #E7E1E8;
}
.tukiInd-prod-lineup .swiper-pagination.pattern16 > span.sold-out:nth-of-type(2) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #E7E1E8, #E7E1E8 calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #E7E1E8 calc(50% + 0.5px), #E7E1E8);
}
.tukiInd-prod-lineup .swiper-pagination.pattern16 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern16 > span:nth-of-type(3) {
  background-color: #A1A6B7;
}
.tukiInd-prod-lineup .swiper-pagination.pattern16 > span.sold-out:nth-of-type(3) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #A1A6B7, #A1A6B7 calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #A1A6B7 calc(50% + 0.5px), #A1A6B7);
}
.tukiInd-prod-lineup .swiper-pagination.pattern16 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern16 > span:nth-of-type(4) {
  background-color: #FFFBF0;
}
.tukiInd-prod-lineup .swiper-pagination.pattern16 > span.sold-out:nth-of-type(4) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #FFFBF0, #FFFBF0 calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #FFFBF0 calc(50% + 0.5px), #FFFBF0);
}
.tukiInd-prod-lineup .swiper-pagination.pattern16 > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-sig > span:nth-of-type(1) {
  background-color: #E3DCCF;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-sig > span.sold-out:nth-of-type(1) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #E3DCCF, #E3DCCF calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #E3DCCF calc(50% + 0.5px), #E3DCCF);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-sig > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-sig > span:nth-of-type(2) {
  background-color: #AA699D;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-sig > span.sold-out:nth-of-type(2) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #AA699D, #AA699D calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #AA699D calc(50% + 0.5px), #AA699D);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-sig > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-sig > span:nth-of-type(3) {
  background-color: #14245F;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-sig > span.sold-out:nth-of-type(3) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #14245F, #14245F calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #14245F calc(50% + 0.5px), #14245F);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-sig > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-hold > span:nth-of-type(1) {
  background-color: #D4CBDF;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-hold > span.sold-out:nth-of-type(1) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #D4CBDF, #D4CBDF calc(50% - 0.5px), #414141 calc(50% - 0.5px), #414141 calc(50% + 0.5px), #D4CBDF calc(50% + 0.5px), #D4CBDF);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-hold > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-hold > span:nth-of-type(2) {
  background-color: #152951;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-hold > span.sold-out:nth-of-type(2) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #152951, #152951 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #152951 calc(50% + 0.5px), #152951);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-hold > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-totonoeru > span:nth-of-type(1) {
  background-color: #B7D4D0;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-totonoeru > span.sold-out:nth-of-type(1) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-totonoeru > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-totonoeru > span:nth-of-type(2) {
  background-color: #D1B295;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-totonoeru > span.sold-out:nth-of-type(2) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-totonoeru > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-night-series > span:nth-of-type(1) {
  background-color: #FFB3B4;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-night-series > span.sold-out:nth-of-type(1) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-night-series > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-night-series > span:nth-of-type(2) {
  background-color: #5F5252;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-night-series > span.sold-out:nth-of-type(2) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-night-series > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-cami > span:nth-of-type(1) {
  background-color: #A09696;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-cami > span.sold-out:nth-of-type(1) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-cami > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-cami > span:nth-of-type(2) {
  background-color: light;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-cami > span.sold-out:nth-of-type(2) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-cami > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-us > span:nth-of-type(1) {
  background-color: #DBDBDB;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-us > span.sold-out:nth-of-type(1) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-us > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-us > span:nth-of-type(2) {
  background-color: #716F81;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-us > span.sold-out:nth-of-type(2) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-us > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-bs > span:nth-of-type(1) {
  background-color: #FBF4E2;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-bs > span.sold-out:nth-of-type(1) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-bs > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-bs > span:nth-of-type(2) {
  background-color: #A09696;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-bs > span.sold-out:nth-of-type(2) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-bs > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-bl > span:nth-of-type(1) {
  background-color: #3D3C72;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-bl > span.sold-out:nth-of-type(1) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-bl > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-bl > span:nth-of-type(2) {
  background-color: #FBF4E2;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-bl > span.sold-out:nth-of-type(2) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-bl > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-bl > span:nth-of-type(3) {
  background-color: #BBB;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-bl > span.sold-out:nth-of-type(3) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-bl > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-bl > span:nth-of-type(4) {
  background-color: #A09696;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-bl > span.sold-out:nth-of-type(4) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-bl > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-bl > span:nth-of-type(5) {
  background-color: #617163;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-bl > span.sold-out:nth-of-type(5) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-bl > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-hipster > span:nth-of-type(1) {
  background-color: #828282;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-hipster > span.sold-out:nth-of-type(1) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-hipster > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-hipster > span:nth-of-type(2) {
  background-color: light;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-hipster > span.sold-out:nth-of-type(2) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-hipster > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-shorts > span:nth-of-type(1) {
  background-color: #828282;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-shorts > span.sold-out:nth-of-type(1) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-shorts > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-shorts > span:nth-of-type(2) {
  background-color: light;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-shorts > span.sold-out:nth-of-type(2) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-shorts > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-pants > span:nth-of-type(1) {
  background-color: #B3A790;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-pants > span.sold-out:nth-of-type(1) {
  background-color: transparent;
  background-image: linear-gradient(-45deg, #B3A790, #B3A790 calc(50% - 0.5px), #DBDBDB calc(50% - 0.5px), #DBDBDB calc(50% + 0.5px), #B3A790 calc(50% + 0.5px), #B3A790);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-pants > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-pants > span:nth-of-type(2) {
  background-color: light;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-pants > span.sold-out:nth-of-type(2) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-pants > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-lggs > span:nth-of-type(1) {
  background-color: #3D3C72;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-lggs > span.sold-out:nth-of-type(1) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-lggs > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-lggs > span:nth-of-type(2) {
  background-color: #FBF4E2;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-lggs > span.sold-out:nth-of-type(2) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-lggs > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-lggs > span:nth-of-type(3) {
  background-color: #BBB;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-lggs > span.sold-out:nth-of-type(3) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-lggs > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-lggs > span:nth-of-type(4) {
  background-color: #A09696;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-lggs > span.sold-out:nth-of-type(4) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-lggs > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-lggs > span:nth-of-type(5) {
  background-color: #828282;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-lggs > span.sold-out:nth-of-type(5) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-lggs > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-lggs > span:nth-of-type(6) {
  background-color: #617163;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-lggs > span.sold-out:nth-of-type(6) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-lggs > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span:nth-of-type(1) {
  background-color: #FFD2F8;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span.sold-out:nth-of-type(1) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span:nth-of-type(2) {
  background-color: #FBF4E2;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span.sold-out:nth-of-type(2) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span:nth-of-type(3) {
  background-color: #BBB;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span.sold-out:nth-of-type(3) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span:nth-of-type(4) {
  background-color: #BA2323;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span.sold-out:nth-of-type(4) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span:nth-of-type(5) {
  background-color: #A44B1B;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span.sold-out:nth-of-type(5) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span:nth-of-type(6) {
  background-color: #6E208B;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span.sold-out:nth-of-type(6) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span:nth-of-type(7) {
  background-color: #40290F;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span.sold-out:nth-of-type(7) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span:nth-of-type(8) {
  background-color: #617163;
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span.sold-out:nth-of-type(8) {
  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);
}
.tukiInd-prod-lineup .swiper-pagination.pattern-joha-ws > span.sold-out.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.tukiInd-prod-lineup .swiper-pagination-bullet {
  flex: none;
  width: 17px;
  height: 17px;
  margin: 0;
}
.tukiInd-prod-lineup .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.tukiInd-prod-lineup .swiper-pagination-bullet-active {
  box-shadow: 0 0 0 0.2px #DBDBDB, 0 0 0 4px #ffffff, 0 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 519px) {
  .tukiInd-prod-lineup {
    /*swiper*/
  }
  .tukiInd-prod-lineup .swiper-container.comingsoon::after {
    font-size: 3vw;
    bottom: calc(3vw + 36px);
  }
  .tukiInd-prod-lineup .swiper-container {
    padding-bottom: 40px;
  }
  .tukiInd-prod-lineup .swiper-container[data-id=prod-joha-04], .tukiInd-prod-lineup .swiper-container[data-id=prod-joha-05] {
    padding-bottom: 54px;
  }
  .tukiInd-prod-lineup .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}

.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: -moz-max-content;
  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*/
.tukiInd-info {
  background: linear-gradient(90deg, #D3C4BD 50%, #E4DEDB 50%, #E4DEDB 100%);
  color: #fff;
}
.tukiInd-info a {
  color: #353535;
}

.tukiInd-info-inner {
  max-width: 1298px;
  margin: auto;
  padding: 100px 30px;
  background: linear-gradient(90deg, #D3C4BD 330px, #E4DEDB 330px, #E4DEDB 100%);
}
.tukiInd-info-inner > div {
  display: flex;
  padding-top: 60px;
}
.tukiInd-info-inner > div:nth-of-type(1) {
  padding-top: 0;
}

.tukiInd-info-left {
  width: 370px;
  padding: 0 60px 0 0;
  font-family: "Koburina Gothic W3 JIS2004";
  font-weight: 300;
  font-size: 21px;
  line-height: 1.48;
  letter-spacing: 0.07em;
}

.tukiInd-info-right {
  width: calc(100% - 330px);
  font-weight: 500;
  font-size: 16px;
  line-height: 192%;
  letter-spacing: 0.05em;
  color: #353535;
  white-space: pre-line;
}
.tukiInd-info-right a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 0.5px;
}
.tukiInd-info-right a:hover {
  text-decoration: none;
}

@media (max-width: 519px) {
  .tukiInd-info::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 24px);
    height: 24px;
    background-color: #D3C4BD;
    z-index: 1;
  }
}
@media (min-width: 520px) and (max-width: 959px) {
  .tukiInd-info-left {
    font-size: 18px;
  }
  .tukiInd-info-right {
    font-size: 14px;
  }
}
@media (max-width: 820px) {
  .tukiInd-info-inner {
    max-width: 480px;
  }
}
@media (max-width: 820px) {
  .tukiInd-info {
    position: relative;
    background: #E4DEDB;
  }
  .tukiInd-info-inner {
    background: inherit;
    padding: 80px 30px 50px;
    max-width: 400px;
  }
  .tukiInd-info-inner > div {
    flex-wrap: wrap;
    padding-top: 50px;
  }
  .tukiInd-info-left {
    width: 100%;
    margin-bottom: 20px;
    font-size: 18px;
    color: #353535;
  }
  .tukiInd-info-right {
    width: 100%;
    font-size: 14px;
    margin-right: 20px;
  }
}
/*footer*/
.tukiInd-footer {
  background-color: #AD7C67;
  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: -moz-max-content;
  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;
  }
}/*# sourceMappingURL=style.css.map */